Skip to content

1.1.0

Latest

Choose a tag to compare

@fern-api fern-api released this 22 Apr 18:36
c9c04d1
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