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
feat: add subscriptionLimits field to Call interface
Add a new optional `subscriptionLimits` field to the `Call` interface
that exposes the organization's subscription limits at the time of the
call, including concurrency limit information.
Key changes:
- `Call.subscriptionLimits` added as an optional `SubscriptionLimits | undefined` field
- Field carries org-level subscription and concurrency limit data captured at call time
🌿 Generated with Fern
Copy file name to clipboardExpand all lines: changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 1.2.0 - 2026-04-22
2
+
### Added
3
+
***`Call.subscriptionLimits`** — new optional field exposing the organization's subscription limits (including concurrency limits) at the time of the call.
4
+
1
5
## 1.1.0 - 2026-04-10
2
6
* The `VapiError` and `VapiTimeoutError` classes now expose an optional `cause` property that carries the original underlying error, making it easier to diagnose root causes of network failures and timeouts. `BasicAuth.username` and `BasicAuth.password` are now optional fields; if both are absent or empty, no `Authorization` header is sent.
0 commit comments