Skip to content

1.1.0

Latest

Choose a tag to compare

@fern-api fern-api released this 22 Apr 18:34
5973d35
feat: add SubscriptionLimits property to Call

Add a new optional `SubscriptionLimits` property to the `Call` record
type, exposing org-level subscription and concurrency limit information
at the time of the call.

Key changes:
- Add `SubscriptionLimits` (`SubscriptionLimits?`) optional property to `Call`
- Property is deserialized from the `subscriptionLimits` JSON field
- Includes concurrency limit information for the org at call time

🌿 Generated with Fern