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 field to Call type
Add an optional `subscription_limits` field to the `Call` type that surfaces
`SubscriptionLimits` data directly on call objects. This is a backward-compatible
addition — existing code that does not reference this field is unaffected.
Key changes:
- Add optional `subscription_limits` field (mapped from `subscriptionLimits`) to `Vapi::Types::Call`
- Field is typed as `Vapi::Types::SubscriptionLimits` and is nullable: false, optional: true
🌿 Generated with Fern