Skip to content

Releases: VapiAI/server-sdk-php

1.1.0

22 Apr 18:34
b5eb4c8

Choose a tag to compare

feat: add subscriptionLimits field to Call type

Add an optional `subscriptionLimits` property to the `Call` class that
exposes the organization's subscription limits (including concurrency
limit information) at the time of the call.

Key changes:
- Add `?SubscriptionLimits $subscriptionLimits` property to `Call`
- Add `subscriptionLimits` as an optional constructor parameter
- Deserialize `subscriptionLimits` from the `subscriptionLimits` JSON property

🌿 Generated with Fern

1.0.1

10 Apr 07:16
225102d

Choose a tag to compare

style: use string interpolation in JsonException messages

Replace string concatenation with double-quoted string interpolation
in error messages thrown by JsonDecoder, JsonDeserializer, and
JsonSerializer. The resulting messages are identical at runtime.

Key changes:
- Replace `"..." . $json` with `"...$json"` in JsonDecoder error messages
- Replace `"..." . $type` with `"...$type"` in JsonDeserializer error message
- Replace `"..." . $unionType` with `"...$unionType"` in JsonSerializer error message

🌿 Generated with Fern

1.0.0

07 Apr 01:45
4d6e89b

Choose a tag to compare

feat!: remove public classes for voicemail detection, call pagination…

0.0.1

17 Oct 21:24
01f0fcb

Choose a tag to compare

Release 0.0.1