Skip to content

1.1.0

Latest

Choose a tag to compare

@fern-api fern-api released this 22 Apr 18:34
b5eb4c8
feat: add subscriptionLimits field to Call type

Add an optional `subscriptionLimits` property to the `Call` class that
exposes the organization's subscription limits (including concurrency
limit information) at the time of the call.

Key changes:
- Add `?SubscriptionLimits $subscriptionLimits` property to `Call`
- Add `subscriptionLimits` as an optional constructor parameter
- Deserialize `subscriptionLimits` from the `subscriptionLimits` JSON property

🌿 Generated with Fern