Releases: VapiAI/server-sdk-csharp
Releases · VapiAI/server-sdk-csharp
1.1.0
feat: add SubscriptionLimits property to Call Add a new optional `SubscriptionLimits` property to the `Call` record type, exposing org-level subscription and concurrency limit information at the time of the call. Key changes: - Add `SubscriptionLimits` (`SubscriptionLimits?`) optional property to `Call` - Property is deserialized from the `subscriptionLimits` JSON field - Includes concurrency limit information for the org at call time 🌿 Generated with Fern
1.0.1
1.0.0
chore: remove test files, solution file, and internal SDK artifacts Remove test infrastructure, the Visual Studio solution file, and several internal SDK files that are no longer needed. All deleted items are either test-only code, build configuration, or internal implementation details with no impact on the public API surface. Key changes: - Delete EnumSerializer unit tests (EnumSerializerTests.cs) - Delete OneOfSerializer unit tests (OneOfSerializerTests.cs) - Delete RawClient integration tests (AdditionalHeadersTests.cs, AdditionalParametersTests.cs) - Delete Visual Studio solution file (Vapi.Net.sln) - Delete CallControllerFindAllPaginatedRequest and its associated SortOrder enum - Delete internal EnumSerializer<TEnum> core implementation 🌿 Generated with Fern