Skip to content

Releases: VapiAI/server-sdk-typescript

2.0.0

Choose a tag to compare

@fern-api fern-api released this 24 Jun 22:25
db03b5f
2.0.0

1.2.0

Choose a tag to compare

@fern-api fern-api released this 22 Apr 18:34
812250d
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

1.1.0

Choose a tag to compare

@fern-api fern-api released this 10 Apr 07:16
4ef6132
feat: add cause propagation to error types and BasicAuth optional fields

Improve error diagnostics by threading the original cause through
fetcher errors, VapiError, and VapiTimeoutError. This allows consumers
to inspect the root cause of network failures, timeouts, and unknown
errors. Additionally, BasicAuth username and password fields are now
optional, with empty-string handling to avoid sending blank credentials.

Key changes:
- `VapiError` and `VapiTimeoutError` now expose an optional `cause` field and accept it in their constructors
- `Fetcher.TimeoutError` and `Fetcher.UnknownError` interfaces gain an optional `cause` field
- `handleNonStatusCodeError` forwards `error.cause` into thrown `VapiTimeoutError` and `VapiError` instances
- `BasicAuth.username` and `BasicAuth.password` are now optional; both being empty/absent suppresses the Authorization header

🌿 Generated with Fern

1.0.0

Choose a tag to compare

@fern-api fern-api released this 07 Apr 01:45
b65cf46
feat!: remove exported request/type interfaces across calls, chats, s…

0.11.0

Choose a tag to compare

@fern-api fern-api released this 19 Nov 19:16
b318be4
Release 0.11.0

0.10.3

Choose a tag to compare

@fern-api fern-api released this 17 Oct 20:18
620b317
Release 0.10.3

0.10.2

Choose a tag to compare

@fern-api fern-api released this 18 Sep 00:48
Release 0.10.2

0.10.1

Choose a tag to compare

@fern-api fern-api released this 08 Sep 21:43
Release 0.10.1

0.10.0

Choose a tag to compare

@fern-api fern-api released this 03 Jul 01:12
Release 0.10.0

0.9.3

Choose a tag to compare

@fern-api fern-api released this 25 Jun 21:51
Release 0.9.3