You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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