From cefd213c4c33ff06deaf2dc33fba9c262c42a49b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Aug 2026 22:15:45 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...Vapi.CallsClient.CallControllerCreate.g.cs | 64 + ...i.ChatsClient.ChatControllerListChats.g.cs | 10 + ....IChatsClient.ChatControllerListChats.g.cs | 4 + ...ent.SessionControllerFindAllPaginated.g.cs | 4 + ....ISquadsClient.SquadControllerFindAll.g.cs | 4 + ...onverters.SimulationRunListItemStatus.g.cs | 53 + ...s.SimulationRunListItemStatusNullable.g.cs | 60 + ...onverters.SimulationRunListSourceType.g.cs | 53 + ...s.SimulationRunListSourceTypeNullable.g.cs | 60 + ...ronunciationDictionaryLocatorProvider.g.cs | 53 + ...tionDictionaryLocatorProviderNullable.g.cs | 60 + .../Generated/Vapi.JsonSerializerContext.g.cs | 321 +- .../Vapi.JsonSerializerContextTypes.g.cs | 3780 +++++++++-------- .../Generated/Vapi.Models.AnalysisCost.g.cs | 17 +- ...venLabsPronunciationDictionaryLocator.g.cs | 13 +- .../Generated/Vapi.Models.ExportChatDTO.g.cs | 11 + .../Vapi.Models.ExportSessionDTO.g.cs | 11 + .../Vapi.Models.GetChatPaginatedDTO.g.cs | 11 + .../Vapi.Models.GetSessionPaginatedDTO.g.cs | 11 + .../Vapi.Models.JSONQueryOnEventsTableOn.g.cs | 18 + .../Vapi.Models.SimulationRunItemCounts.g.cs | 24 +- ...api.Models.SimulationRunListItem.Json.g.cs | 141 + .../Vapi.Models.SimulationRunListItem.g.cs | 211 + ...pi.Models.SimulationRunListItemStatus.g.cs | 57 + ...i.Models.SimulationRunListSource.Json.g.cs | 141 + .../Vapi.Models.SimulationRunListSource.g.cs | 85 + ...pi.Models.SimulationRunListSourceType.g.cs | 63 + ....Models.SimulationRunListSummary.Json.g.cs | 141 + .../Vapi.Models.SimulationRunListSummary.g.cs | 64 + .../Vapi.Models.SimulationRunSuiteEntry.g.cs | 15 +- ....SimulationRunsPaginatedResponse.Json.g.cs | 141 + ...odels.SimulationRunsPaginatedResponse.g.cs | 55 + ...ls.StructuredOutputCostBreakdown.Json.g.cs | 141 + ....Models.StructuredOutputCostBreakdown.g.cs | 106 + ...ls.VapiPronunciationDictionaryLocator.g.cs | 21 +- ...ronunciationDictionaryLocatorProvider.g.cs | 52 + ...ent.SessionControllerFindAllPaginated.g.cs | 10 + ...i.SquadsClient.SquadControllerFindAll.g.cs | 10 + src/libs/Vapi/openapi.yaml | 319 +- 39 files changed, 4464 insertions(+), 1951 deletions(-) create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListItemStatus.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListItemStatusNullable.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListSourceType.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListSourceTypeNullable.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProvider.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullable.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItem.Json.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItem.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItemStatus.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSource.Json.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSource.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSourceType.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSummary.Json.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSummary.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunsPaginatedResponse.Json.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.SimulationRunsPaginatedResponse.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.StructuredOutputCostBreakdown.Json.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.StructuredOutputCostBreakdown.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.VapiPronunciationDictionaryLocatorProvider.g.cs diff --git a/src/libs/Vapi/Generated/Vapi.CallsClient.CallControllerCreate.g.cs b/src/libs/Vapi/Generated/Vapi.CallsClient.CallControllerCreate.g.cs index adef9d39..19fe953e 100644 --- a/src/libs/Vapi/Generated/Vapi.CallsClient.CallControllerCreate.g.cs +++ b/src/libs/Vapi/Generated/Vapi.CallsClient.CallControllerCreate.g.cs @@ -335,6 +335,70 @@ partial void ProcessCallControllerCreateResponseContent( retryReason: global::System.String.Empty, cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); } + // + if ((int)__response.StatusCode == 400) + { + string? __content_400 = null; + global::System.Exception? __exception_400 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_400 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_400 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_400 = __ex; + } + + + throw global::Vapi.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_400, + responseBody: __content_400, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // + if ((int)__response.StatusCode == 500) + { + string? __content_500 = null; + global::System.Exception? __exception_500 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_500 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_500 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_500 = __ex; + } + + + throw global::Vapi.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_500, + responseBody: __content_500, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vapi/Generated/Vapi.ChatsClient.ChatControllerListChats.g.cs b/src/libs/Vapi/Generated/Vapi.ChatsClient.ChatControllerListChats.g.cs index cd9d1095..5c2fb17d 100644 --- a/src/libs/Vapi/Generated/Vapi.ChatsClient.ChatControllerListChats.g.cs +++ b/src/libs/Vapi/Generated/Vapi.ChatsClient.ChatControllerListChats.g.cs @@ -33,6 +33,7 @@ partial void PrepareChatControllerListChatsArguments( ref string? squadId, ref string? sessionId, ref string? previousChatId, + ref string? idAny, ref double? page, ref global::Vapi.ChatControllerListChatsSortOrder? sortOrder, ref global::Vapi.ChatControllerListChatsSortBy? sortBy, @@ -54,6 +55,7 @@ partial void PrepareChatControllerListChatsRequest( string? squadId, string? sessionId, string? previousChatId, + string? idAny, double? page, global::Vapi.ChatControllerListChatsSortOrder? sortOrder, global::Vapi.ChatControllerListChatsSortBy? sortBy, @@ -86,6 +88,7 @@ partial void ProcessChatControllerListChatsResponseContent( /// /// /// + /// /// /// /// @@ -108,6 +111,7 @@ partial void ProcessChatControllerListChatsResponseContent( string? squadId = default, string? sessionId = default, string? previousChatId = default, + string? idAny = default, double? page = default, global::Vapi.ChatControllerListChatsSortOrder? sortOrder = default, global::Vapi.ChatControllerListChatsSortBy? sortBy = default, @@ -130,6 +134,7 @@ partial void ProcessChatControllerListChatsResponseContent( squadId: squadId, sessionId: sessionId, previousChatId: previousChatId, + idAny: idAny, page: page, sortOrder: sortOrder, sortBy: sortBy, @@ -159,6 +164,7 @@ partial void ProcessChatControllerListChatsResponseContent( /// /// /// + /// /// /// /// @@ -181,6 +187,7 @@ partial void ProcessChatControllerListChatsResponseContent( string? squadId = default, string? sessionId = default, string? previousChatId = default, + string? idAny = default, double? page = default, global::Vapi.ChatControllerListChatsSortOrder? sortOrder = default, global::Vapi.ChatControllerListChatsSortBy? sortBy = default, @@ -206,6 +213,7 @@ partial void ProcessChatControllerListChatsResponseContent( squadId: ref squadId, sessionId: ref sessionId, previousChatId: ref previousChatId, + idAny: ref idAny, page: ref page, sortOrder: ref sortOrder, sortBy: ref sortBy, @@ -252,6 +260,7 @@ partial void ProcessChatControllerListChatsResponseContent( .AddOptionalParameter("squadId", squadId) .AddOptionalParameter("sessionId", sessionId) .AddOptionalParameter("previousChatId", previousChatId) + .AddOptionalParameter("idAny", idAny) .AddOptionalParameter("page", page?.ToString()) .AddOptionalParameter("sortOrder", sortOrder?.ToValueString()) .AddOptionalParameter("sortBy", sortBy?.ToValueString()) @@ -311,6 +320,7 @@ partial void ProcessChatControllerListChatsResponseContent( squadId: squadId, sessionId: sessionId, previousChatId: previousChatId, + idAny: idAny, page: page, sortOrder: sortOrder, sortBy: sortBy, diff --git a/src/libs/Vapi/Generated/Vapi.IChatsClient.ChatControllerListChats.g.cs b/src/libs/Vapi/Generated/Vapi.IChatsClient.ChatControllerListChats.g.cs index e060f17b..cac21fee 100644 --- a/src/libs/Vapi/Generated/Vapi.IChatsClient.ChatControllerListChats.g.cs +++ b/src/libs/Vapi/Generated/Vapi.IChatsClient.ChatControllerListChats.g.cs @@ -15,6 +15,7 @@ public partial interface IChatsClient /// /// /// + /// /// /// /// @@ -37,6 +38,7 @@ public partial interface IChatsClient string? squadId = default, string? sessionId = default, string? previousChatId = default, + string? idAny = default, double? page = default, global::Vapi.ChatControllerListChatsSortOrder? sortOrder = default, global::Vapi.ChatControllerListChatsSortBy? sortBy = default, @@ -62,6 +64,7 @@ public partial interface IChatsClient /// /// /// + /// /// /// /// @@ -84,6 +87,7 @@ public partial interface IChatsClient string? squadId = default, string? sessionId = default, string? previousChatId = default, + string? idAny = default, double? page = default, global::Vapi.ChatControllerListChatsSortOrder? sortOrder = default, global::Vapi.ChatControllerListChatsSortBy? sortBy = default, diff --git a/src/libs/Vapi/Generated/Vapi.ISessionsClient.SessionControllerFindAllPaginated.g.cs b/src/libs/Vapi/Generated/Vapi.ISessionsClient.SessionControllerFindAllPaginated.g.cs index 67e8f5f5..6e7f8bac 100644 --- a/src/libs/Vapi/Generated/Vapi.ISessionsClient.SessionControllerFindAllPaginated.g.cs +++ b/src/libs/Vapi/Generated/Vapi.ISessionsClient.SessionControllerFindAllPaginated.g.cs @@ -31,6 +31,7 @@ public partial interface ISessionsClient /// /// Example: +1234567890,+0987654321 /// + /// /// /// /// @@ -65,6 +66,7 @@ public partial interface ISessionsClient string? email = default, string? externalId = default, string? customerNumberAny = default, + string? idAny = default, string? phoneNumberId = default, global::System.Collections.Generic.IList? phoneNumberIdAny = default, double? page = default, @@ -108,6 +110,7 @@ public partial interface ISessionsClient /// /// Example: +1234567890,+0987654321 /// + /// /// /// /// @@ -142,6 +145,7 @@ public partial interface ISessionsClient string? email = default, string? externalId = default, string? customerNumberAny = default, + string? idAny = default, string? phoneNumberId = default, global::System.Collections.Generic.IList? phoneNumberIdAny = default, double? page = default, diff --git a/src/libs/Vapi/Generated/Vapi.ISquadsClient.SquadControllerFindAll.g.cs b/src/libs/Vapi/Generated/Vapi.ISquadsClient.SquadControllerFindAll.g.cs index 35c4466d..7c45a697 100644 --- a/src/libs/Vapi/Generated/Vapi.ISquadsClient.SquadControllerFindAll.g.cs +++ b/src/libs/Vapi/Generated/Vapi.ISquadsClient.SquadControllerFindAll.g.cs @@ -7,6 +7,7 @@ public partial interface ISquadsClient /// /// List Squads /// + /// /// /// /// @@ -20,6 +21,7 @@ public partial interface ISquadsClient /// The token to cancel the operation with /// global::System.Threading.Tasks.Task> SquadControllerFindAllAsync( + global::System.Collections.Generic.IList? idAny = default, double? limit = default, global::System.DateTime? createdAtGt = default, global::System.DateTime? createdAtLt = default, @@ -34,6 +36,7 @@ public partial interface ISquadsClient /// /// List Squads /// + /// /// /// /// @@ -47,6 +50,7 @@ public partial interface ISquadsClient /// The token to cancel the operation with /// global::System.Threading.Tasks.Task>> SquadControllerFindAllAsResponseAsync( + global::System.Collections.Generic.IList? idAny = default, double? limit = default, global::System.DateTime? createdAtGt = default, global::System.DateTime? createdAtLt = default, diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListItemStatus.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListItemStatus.g.cs new file mode 100644 index 00000000..9cfab34c --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListItemStatus.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class SimulationRunListItemStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.SimulationRunListItemStatus Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::Vapi.SimulationRunListItemStatusExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.SimulationRunListItemStatus)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.SimulationRunListItemStatus); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.SimulationRunListItemStatus value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::Vapi.SimulationRunListItemStatusExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListItemStatusNullable.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListItemStatusNullable.g.cs new file mode 100644 index 00000000..96348ff9 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListItemStatusNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class SimulationRunListItemStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.SimulationRunListItemStatus? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::Vapi.SimulationRunListItemStatusExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.SimulationRunListItemStatus)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.SimulationRunListItemStatus?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.SimulationRunListItemStatus? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::Vapi.SimulationRunListItemStatusExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListSourceType.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListSourceType.g.cs new file mode 100644 index 00000000..5951ad2a --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListSourceType.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class SimulationRunListSourceTypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.SimulationRunListSourceType Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::Vapi.SimulationRunListSourceTypeExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.SimulationRunListSourceType)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.SimulationRunListSourceType); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.SimulationRunListSourceType value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::Vapi.SimulationRunListSourceTypeExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListSourceTypeNullable.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListSourceTypeNullable.g.cs new file mode 100644 index 00000000..b29ff926 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.SimulationRunListSourceTypeNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class SimulationRunListSourceTypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.SimulationRunListSourceType? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::Vapi.SimulationRunListSourceTypeExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.SimulationRunListSourceType)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.SimulationRunListSourceType?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.SimulationRunListSourceType? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::Vapi.SimulationRunListSourceTypeExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProvider.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProvider.g.cs new file mode 100644 index 00000000..41308ae6 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProvider.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class VapiPronunciationDictionaryLocatorProviderJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.VapiPronunciationDictionaryLocatorProvider Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::Vapi.VapiPronunciationDictionaryLocatorProviderExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.VapiPronunciationDictionaryLocatorProvider)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.VapiPronunciationDictionaryLocatorProvider); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.VapiPronunciationDictionaryLocatorProvider value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::Vapi.VapiPronunciationDictionaryLocatorProviderExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullable.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullable.g.cs new file mode 100644 index 00000000..ac2aed17 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class VapiPronunciationDictionaryLocatorProviderNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.VapiPronunciationDictionaryLocatorProvider? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::Vapi.VapiPronunciationDictionaryLocatorProviderExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.VapiPronunciationDictionaryLocatorProvider)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.VapiPronunciationDictionaryLocatorProvider?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.VapiPronunciationDictionaryLocatorProvider? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::Vapi.VapiPronunciationDictionaryLocatorProviderExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonSerializerContext.g.cs b/src/libs/Vapi/Generated/Vapi.JsonSerializerContext.g.cs index 2c71f4cc..707ad17c 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonSerializerContext.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonSerializerContext.g.cs @@ -1205,6 +1205,10 @@ namespace Vapi typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -2925,6 +2929,14 @@ namespace Vapi typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -5489,6 +5501,10 @@ namespace Vapi typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -7466,6 +7482,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -9186,6 +9206,14 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -11750,6 +11778,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -12397,6 +12429,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf), TypeInfoPropertyName = "OneOfTavusVoiceVoiceIdString2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.TavusVoiceVoiceId), TypeInfoPropertyName = "TavusVoiceVoiceId2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiPronunciationDictionaryLocator))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiPronunciationDictionaryLocatorProvider), TypeInfoPropertyName = "VapiPronunciationDictionaryLocatorProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiVoiceProvider), TypeInfoPropertyName = "VapiVoiceProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiVoiceVoiceId), TypeInfoPropertyName = "VapiVoiceVoiceId2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf), TypeInfoPropertyName = "OneOfVapiVoiceVersion2Double2")] @@ -12523,7 +12556,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateDeepgramCredentialDTOProvider), TypeInfoPropertyName = "CreateDeepgramCredentialDTOProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateDeepInfraCredentialDTOProvider), TypeInfoPropertyName = "CreateDeepInfraCredentialDTOProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateDeepSeekCredentialDTOProvider), TypeInfoPropertyName = "CreateDeepSeekCredentialDTOProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateElevenLabsCredentialDTOProvider), TypeInfoPropertyName = "CreateElevenLabsCredentialDTOProvider2")] internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -13727,6 +13759,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -15447,6 +15483,14 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -18011,6 +18055,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -18370,6 +18418,7 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateElevenLabsCredentialDTOProvider), TypeInfoPropertyName = "CreateElevenLabsCredentialDTOProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateElevenLabsCredentialDTOApiUrl), TypeInfoPropertyName = "CreateElevenLabsCredentialDTOApiUrl2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GcpKey))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BucketPlan))] @@ -18600,9 +18649,11 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VoicemailDetectionCost))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VoicemailDetectionCostType), TypeInfoPropertyName = "VoicemailDetectionCostType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VoicemailDetectionCostProvider), TypeInfoPropertyName = "VoicemailDetectionCostProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.StructuredOutputCostBreakdown))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.AnalysisCost))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.AnalysisCostType), TypeInfoPropertyName = "AnalysisCostType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.AnalysisCostAnalysisType), TypeInfoPropertyName = "AnalysisCostAnalysisType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.AudioFormat))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.AudioFormatContainer), TypeInfoPropertyName = "AudioFormatContainer2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiWebsocketTransport))] @@ -18782,9 +18833,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.RelayCommandNoteType), TypeInfoPropertyName = "RelayCommandNoteType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.RelayCommandOptions))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.RelayCommandOptionsType), TypeInfoPropertyName = "RelayCommandOptionsType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.RelayRequest))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf), TypeInfoPropertyName = "OneOfRelayTargetAssistantRelayTargetSquad2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>))] internal sealed partial class SourceGenerationContextChunk2 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -19988,6 +20036,10 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -21708,6 +21760,14 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -24272,6 +24332,10 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -24631,6 +24695,9 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.RelayRequest))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf), TypeInfoPropertyName = "OneOfRelayTargetAssistantRelayTargetSquad2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf), TypeInfoPropertyName = "OneOfRelayCommandSayRelayCommandNote2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.RelayResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.RelayResponseStatus), TypeInfoPropertyName = "RelayResponseStatus2")] @@ -24960,6 +25027,13 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateSimulationRunResponseStatus), TypeInfoPropertyName = "CreateSimulationRunResponseStatus2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRun))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunStatus), TypeInfoPropertyName = "SimulationRunStatus2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunListSource))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunListSourceType), TypeInfoPropertyName = "SimulationRunListSourceType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunListSummary))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunListItem))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunListItemStatus), TypeInfoPropertyName = "SimulationRunListItemStatus2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunsPaginatedResponse))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunItemCallMonitor))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunItemCallMetadata))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunItemMetadata))] @@ -25036,16 +25110,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateTextInsightFromCallTableDTOType), TypeInfoPropertyName = "CreateTextInsightFromCallTableDTOType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithStringTypeColumnType), TypeInfoPropertyName = "JSONQueryOnCallTableWithStringTypeColumnType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithStringTypeColumnTable), TypeInfoPropertyName = "JSONQueryOnCallTableWithStringTypeColumnTable2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterStringTypeColumnOnCallTable))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterStringArrayTypeColumnOnCallTable))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterNumberTypeColumnOnCallTable))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterNumberArrayTypeColumnOnCallTable))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterDateTypeColumnOnCallTable))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterStructuredOutputColumnOnCallTable))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithStringTypeColumnColumn), TypeInfoPropertyName = "JSONQueryOnCallTableWithStringTypeColumnColumn2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithStringTypeColumnOperation), TypeInfoPropertyName = "JSONQueryOnCallTableWithStringTypeColumnOperation2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnType), TypeInfoPropertyName = "JSONQueryOnCallTableWithNumberTypeColumnType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnTable), TypeInfoPropertyName = "JSONQueryOnCallTableWithNumberTypeColumnTable2")] internal sealed partial class SourceGenerationContextChunk3 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -26249,6 +26313,10 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -27969,6 +28037,14 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -30533,6 +30609,10 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -30892,6 +30972,16 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterStringTypeColumnOnCallTable))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterStringArrayTypeColumnOnCallTable))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterNumberTypeColumnOnCallTable))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterNumberArrayTypeColumnOnCallTable))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterDateTypeColumnOnCallTable))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FilterStructuredOutputColumnOnCallTable))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithStringTypeColumnColumn), TypeInfoPropertyName = "JSONQueryOnCallTableWithStringTypeColumnColumn2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithStringTypeColumnOperation), TypeInfoPropertyName = "JSONQueryOnCallTableWithStringTypeColumnOperation2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnType), TypeInfoPropertyName = "JSONQueryOnCallTableWithNumberTypeColumnType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnTable), TypeInfoPropertyName = "JSONQueryOnCallTableWithNumberTypeColumnTable2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnColumn), TypeInfoPropertyName = "JSONQueryOnCallTableWithNumberTypeColumnColumn2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnOperation), TypeInfoPropertyName = "JSONQueryOnCallTableWithNumberTypeColumnOperation2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnType), TypeInfoPropertyName = "JSONQueryOnCallTableWithStructuredOutputColumnType2")] @@ -31297,16 +31387,6 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdatePlayHTCredentialDTOProvider), TypeInfoPropertyName = "UpdatePlayHTCredentialDTOProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateRimeAICredentialDTO))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateRimeAICredentialDTOProvider), TypeInfoPropertyName = "UpdateRimeAICredentialDTOProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateRunpodCredentialDTO))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateRunpodCredentialDTOProvider), TypeInfoPropertyName = "UpdateRunpodCredentialDTOProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateWellSaidCredentialDTO))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateWellSaidCredentialDTOProvider), TypeInfoPropertyName = "UpdateWellSaidCredentialDTOProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CredentialDTO))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CredentialDTOProvider), TypeInfoPropertyName = "UpdateS3CredentialDTOProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CompatibleBucketPlanDTO))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CompatibleCredentialDTO))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CompatibleCredentialDTOProvider), TypeInfoPropertyName = "UpdateS3CompatibleCredentialDTOProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateTogetherAICredentialDTO))] internal sealed partial class SourceGenerationContextChunk4 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -32510,6 +32590,10 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -34230,6 +34314,14 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -36794,6 +36886,10 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -37153,6 +37249,16 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateRunpodCredentialDTO))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateRunpodCredentialDTOProvider), TypeInfoPropertyName = "UpdateRunpodCredentialDTOProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateWellSaidCredentialDTO))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateWellSaidCredentialDTOProvider), TypeInfoPropertyName = "UpdateWellSaidCredentialDTOProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CredentialDTO))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CredentialDTOProvider), TypeInfoPropertyName = "UpdateS3CredentialDTOProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CompatibleBucketPlanDTO))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CompatibleCredentialDTO))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateS3CompatibleCredentialDTOProvider), TypeInfoPropertyName = "UpdateS3CompatibleCredentialDTOProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateTogetherAICredentialDTO))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateTogetherAICredentialDTOProvider), TypeInfoPropertyName = "UpdateTogetherAICredentialDTOProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateTwilioCredentialDTO))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateTwilioCredentialDTOProvider), TypeInfoPropertyName = "UpdateTwilioCredentialDTOProvider2")] @@ -37558,16 +37664,6 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?, global::Vapi.StructuredOutputRerunResponse>), TypeInfoPropertyName = "OneOfAllOfStructuredOutputRunPreviewResponseObjectStructuredOutputRerunResponse2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.AllOf), TypeInfoPropertyName = "AllOfStructuredOutputRunPreviewResponseObject2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateResponse), TypeInfoPropertyName = "InsightControllerCreateResponse2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateResponseDiscriminator))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateResponseDiscriminatorType), TypeInfoPropertyName = "InsightControllerCreateResponseDiscriminatorType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerUpdateResponse), TypeInfoPropertyName = "InsightControllerUpdateResponse2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerUpdateResponseDiscriminator))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerUpdateResponseDiscriminatorType), TypeInfoPropertyName = "InsightControllerUpdateResponseDiscriminatorType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerFindOneResponse), TypeInfoPropertyName = "InsightControllerFindOneResponse2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerFindOneResponseDiscriminator))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerFindOneResponseDiscriminatorType), TypeInfoPropertyName = "InsightControllerFindOneResponseDiscriminatorType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerRemoveResponse), TypeInfoPropertyName = "InsightControllerRemoveResponse2")] internal sealed partial class SourceGenerationContextChunk5 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -38771,6 +38867,10 @@ internal sealed partial class SourceGenerationContextChunk5 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -40491,6 +40591,14 @@ internal sealed partial class SourceGenerationContextChunk5 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -43055,6 +43163,10 @@ internal sealed partial class SourceGenerationContextChunk5 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -43414,6 +43526,16 @@ internal sealed partial class SourceGenerationContextChunk5 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateResponse), TypeInfoPropertyName = "InsightControllerCreateResponse2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateResponseDiscriminator))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateResponseDiscriminatorType), TypeInfoPropertyName = "InsightControllerCreateResponseDiscriminatorType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerUpdateResponse), TypeInfoPropertyName = "InsightControllerUpdateResponse2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerUpdateResponseDiscriminator))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerUpdateResponseDiscriminatorType), TypeInfoPropertyName = "InsightControllerUpdateResponseDiscriminatorType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerFindOneResponse), TypeInfoPropertyName = "InsightControllerFindOneResponse2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerFindOneResponseDiscriminator))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerFindOneResponseDiscriminatorType), TypeInfoPropertyName = "InsightControllerFindOneResponseDiscriminatorType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerRemoveResponse), TypeInfoPropertyName = "InsightControllerRemoveResponse2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerRemoveResponseDiscriminator))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerRemoveResponseDiscriminatorType), TypeInfoPropertyName = "InsightControllerRemoveResponseDiscriminatorType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] @@ -43756,6 +43878,7 @@ internal sealed partial class SourceGenerationContextChunk5 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.TavusVoiceProvider?), TypeInfoPropertyName = "NullableTavusVoiceProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfTavusVoiceVoiceIdString2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.TavusVoiceVoiceId?), TypeInfoPropertyName = "NullableTavusVoiceVoiceId2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiPronunciationDictionaryLocatorProvider?), TypeInfoPropertyName = "NullableVapiPronunciationDictionaryLocatorProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiVoiceProvider?), TypeInfoPropertyName = "NullableVapiVoiceProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiVoiceVoiceId?), TypeInfoPropertyName = "NullableVapiVoiceVoiceId2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfVapiVoiceVersion2Double2")] @@ -43818,17 +43941,6 @@ internal sealed partial class SourceGenerationContextChunk5 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackPlayHTVoiceLanguage?), TypeInfoPropertyName = "NullableFallbackPlayHTVoiceLanguage2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackRimeAIVoiceProvider?), TypeInfoPropertyName = "NullableFallbackRimeAIVoiceProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfFallbackRimeAIVoiceVoiceIdString2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackRimeAIVoiceVoiceId?), TypeInfoPropertyName = "NullableFallbackRimeAIVoiceVoiceId2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackRimeAIVoiceModel?), TypeInfoPropertyName = "NullableFallbackRimeAIVoiceModel2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackRimeAIVoiceLanguage?), TypeInfoPropertyName = "NullableFallbackRimeAIVoiceLanguage2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSesameVoiceProvider?), TypeInfoPropertyName = "NullableFallbackSesameVoiceProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSesameVoiceModel?), TypeInfoPropertyName = "NullableFallbackSesameVoiceModel2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSmallestAIVoiceProvider?), TypeInfoPropertyName = "NullableFallbackSmallestAIVoiceProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfFallbackSmallestAIVoiceVoiceIdString2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSmallestAIVoiceVoiceId?), TypeInfoPropertyName = "NullableFallbackSmallestAIVoiceVoiceId2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSmallestAIVoiceModel?), TypeInfoPropertyName = "NullableFallbackSmallestAIVoiceModel2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackTavusVoiceProvider?), TypeInfoPropertyName = "NullableFallbackTavusVoiceProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfFallbackTavusVoiceVoiceIdString2")] internal sealed partial class SourceGenerationContextChunk6 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -45032,6 +45144,10 @@ internal sealed partial class SourceGenerationContextChunk6 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -46752,6 +46868,14 @@ internal sealed partial class SourceGenerationContextChunk6 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -49316,6 +49440,10 @@ internal sealed partial class SourceGenerationContextChunk6 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -49675,6 +49803,17 @@ internal sealed partial class SourceGenerationContextChunk6 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackRimeAIVoiceVoiceId?), TypeInfoPropertyName = "NullableFallbackRimeAIVoiceVoiceId2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackRimeAIVoiceModel?), TypeInfoPropertyName = "NullableFallbackRimeAIVoiceModel2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackRimeAIVoiceLanguage?), TypeInfoPropertyName = "NullableFallbackRimeAIVoiceLanguage2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSesameVoiceProvider?), TypeInfoPropertyName = "NullableFallbackSesameVoiceProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSesameVoiceModel?), TypeInfoPropertyName = "NullableFallbackSesameVoiceModel2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSmallestAIVoiceProvider?), TypeInfoPropertyName = "NullableFallbackSmallestAIVoiceProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfFallbackSmallestAIVoiceVoiceIdString2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSmallestAIVoiceVoiceId?), TypeInfoPropertyName = "NullableFallbackSmallestAIVoiceVoiceId2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackSmallestAIVoiceModel?), TypeInfoPropertyName = "NullableFallbackSmallestAIVoiceModel2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackTavusVoiceProvider?), TypeInfoPropertyName = "NullableFallbackTavusVoiceProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfFallbackTavusVoiceVoiceIdString2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackTavusVoiceVoiceId?), TypeInfoPropertyName = "NullableFallbackTavusVoiceVoiceId2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackVapiVoiceProvider?), TypeInfoPropertyName = "NullableFallbackVapiVoiceProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.FallbackVapiVoiceVoiceId?), TypeInfoPropertyName = "NullableFallbackVapiVoiceVoiceId2")] @@ -50079,17 +50218,6 @@ internal sealed partial class SourceGenerationContextChunk6 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunTargetAssistantType?), TypeInfoPropertyName = "NullableSimulationRunTargetAssistantType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunTargetSquadType?), TypeInfoPropertyName = "NullableSimulationRunTargetSquadType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunTransportConfigurationProvider?), TypeInfoPropertyName = "NullableSimulationRunTransportConfigurationProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfSimulationRunSimulationEntrySimulationRunSuiteEntry2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfSimulationRunTargetAssistantSimulationRunTargetSquad2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateSimulationRunResponseStatus?), TypeInfoPropertyName = "NullableCreateSimulationRunResponseStatus2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunStatus?), TypeInfoPropertyName = "NullableSimulationRunStatus2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfDoubleStringBooleanObject2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.StructuredOutputEvaluationResultComparator?), TypeInfoPropertyName = "NullableStructuredOutputEvaluationResultComparator2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunItemStatus?), TypeInfoPropertyName = "NullableSimulationRunItemStatus2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationSuiteTargetAssignmentTargetType?), TypeInfoPropertyName = "NullableSimulationSuiteTargetAssignmentTargetType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GeneratedScenarioCategory?), TypeInfoPropertyName = "NullableGeneratedScenarioCategory2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightTimeRangeWithStepStep?), TypeInfoPropertyName = "NullableInsightTimeRangeWithStepStep2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BarInsightType?), TypeInfoPropertyName = "NullableBarInsightType2")] internal sealed partial class SourceGenerationContextChunk7 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -51293,6 +51421,10 @@ internal sealed partial class SourceGenerationContextChunk7 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -53013,6 +53145,14 @@ internal sealed partial class SourceGenerationContextChunk7 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -55577,6 +55717,10 @@ internal sealed partial class SourceGenerationContextChunk7 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -55936,6 +56080,19 @@ internal sealed partial class SourceGenerationContextChunk7 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfSimulationRunSimulationEntrySimulationRunSuiteEntry2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfSimulationRunTargetAssistantSimulationRunTargetSquad2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateSimulationRunResponseStatus?), TypeInfoPropertyName = "NullableCreateSimulationRunResponseStatus2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunStatus?), TypeInfoPropertyName = "NullableSimulationRunStatus2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunListSourceType?), TypeInfoPropertyName = "NullableSimulationRunListSourceType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunListItemStatus?), TypeInfoPropertyName = "NullableSimulationRunListItemStatus2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OneOf?), TypeInfoPropertyName = "NullableOneOfDoubleStringBooleanObject2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.StructuredOutputEvaluationResultComparator?), TypeInfoPropertyName = "NullableStructuredOutputEvaluationResultComparator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationRunItemStatus?), TypeInfoPropertyName = "NullableSimulationRunItemStatus2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SimulationSuiteTargetAssignmentTargetType?), TypeInfoPropertyName = "NullableSimulationSuiteTargetAssignmentTargetType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GeneratedScenarioCategory?), TypeInfoPropertyName = "NullableGeneratedScenarioCategory2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightTimeRangeWithStepStep?), TypeInfoPropertyName = "NullableInsightTimeRangeWithStepStep2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BarInsightType?), TypeInfoPropertyName = "NullableBarInsightType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BarInsightGroupBy?), TypeInfoPropertyName = "NullableBarInsightGroupBy2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PieInsightType?), TypeInfoPropertyName = "NullablePieInsightType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PieInsightGroupBy?), TypeInfoPropertyName = "NullablePieInsightGroupBy2")] @@ -56338,19 +56495,6 @@ internal sealed partial class SourceGenerationContextChunk7 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCallType?), TypeInfoPropertyName = "NullableGoHighLevelCalendarAvailabilityToolWithToolCallType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCallType?), TypeInfoPropertyName = "NullableGoHighLevelCalendarEventCreateToolWithToolCallType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoHighLevelContactCreateToolWithToolCallType?), TypeInfoPropertyName = "NullableGoHighLevelContactCreateToolWithToolCallType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoHighLevelContactGetToolWithToolCallType?), TypeInfoPropertyName = "NullableGoHighLevelContactGetToolWithToolCallType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiSipTransportMessageTransport?), TypeInfoPropertyName = "NullableVapiSipTransportMessageTransport2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiSipTransportMessageSipVerb?), TypeInfoPropertyName = "NullableVapiSipTransportMessageSipVerb2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.TwilioTransportMessageTransport?), TypeInfoPropertyName = "NullableTwilioTransportMessageTransport2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PhoneNumberControllerCreateRequest?), TypeInfoPropertyName = "NullablePhoneNumberControllerCreateRequest2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PhoneNumberControllerCreateRequestDiscriminatorProvider?), TypeInfoPropertyName = "NullablePhoneNumberControllerCreateRequestDiscriminatorProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PhoneNumberControllerUpdateRequest?), TypeInfoPropertyName = "NullablePhoneNumberControllerUpdateRequest2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PhoneNumberControllerUpdateRequestDiscriminatorProvider?), TypeInfoPropertyName = "NullablePhoneNumberControllerUpdateRequestDiscriminatorProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolControllerCreateRequest?), TypeInfoPropertyName = "NullableToolControllerCreateRequest2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolControllerCreateRequestDiscriminatorType?), TypeInfoPropertyName = "NullableToolControllerCreateRequestDiscriminatorType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolControllerUpdateRequest?), TypeInfoPropertyName = "NullableToolControllerUpdateRequest2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolControllerUpdateRequestDiscriminatorType?), TypeInfoPropertyName = "NullableToolControllerUpdateRequestDiscriminatorType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateRequest?), TypeInfoPropertyName = "NullableInsightControllerCreateRequest2")] internal sealed partial class SourceGenerationContextChunk8 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -57554,6 +57698,10 @@ internal sealed partial class SourceGenerationContextChunk8 : global::System.Tex typeof(global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter), + + typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter), + typeof(global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter), typeof(global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter), @@ -59274,6 +59422,14 @@ internal sealed partial class SourceGenerationContextChunk8 : global::System.Tex typeof(global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter), + + typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter), + typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter), typeof(global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter), @@ -61838,6 +61994,10 @@ internal sealed partial class SourceGenerationContextChunk8 : global::System.Tex typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), + typeof(global::Vapi.JsonConverters.OneOfJsonConverter), typeof(global::Vapi.JsonConverters.OneOfJsonConverter), @@ -62197,6 +62357,19 @@ internal sealed partial class SourceGenerationContextChunk8 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoHighLevelContactGetToolWithToolCallType?), TypeInfoPropertyName = "NullableGoHighLevelContactGetToolWithToolCallType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiSipTransportMessageTransport?), TypeInfoPropertyName = "NullableVapiSipTransportMessageTransport2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VapiSipTransportMessageSipVerb?), TypeInfoPropertyName = "NullableVapiSipTransportMessageSipVerb2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.TwilioTransportMessageTransport?), TypeInfoPropertyName = "NullableTwilioTransportMessageTransport2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PhoneNumberControllerCreateRequest?), TypeInfoPropertyName = "NullablePhoneNumberControllerCreateRequest2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PhoneNumberControllerCreateRequestDiscriminatorProvider?), TypeInfoPropertyName = "NullablePhoneNumberControllerCreateRequestDiscriminatorProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PhoneNumberControllerUpdateRequest?), TypeInfoPropertyName = "NullablePhoneNumberControllerUpdateRequest2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PhoneNumberControllerUpdateRequestDiscriminatorProvider?), TypeInfoPropertyName = "NullablePhoneNumberControllerUpdateRequestDiscriminatorProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolControllerCreateRequest?), TypeInfoPropertyName = "NullableToolControllerCreateRequest2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolControllerCreateRequestDiscriminatorType?), TypeInfoPropertyName = "NullableToolControllerCreateRequestDiscriminatorType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolControllerUpdateRequest?), TypeInfoPropertyName = "NullableToolControllerUpdateRequest2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolControllerUpdateRequestDiscriminatorType?), TypeInfoPropertyName = "NullableToolControllerUpdateRequestDiscriminatorType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateRequest?), TypeInfoPropertyName = "NullableInsightControllerCreateRequest2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerCreateRequestDiscriminatorType?), TypeInfoPropertyName = "NullableInsightControllerCreateRequestDiscriminatorType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerUpdateRequest?), TypeInfoPropertyName = "NullableInsightControllerUpdateRequest2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.InsightControllerUpdateRequestDiscriminatorType?), TypeInfoPropertyName = "NullableInsightControllerUpdateRequestDiscriminatorType2")] @@ -62359,6 +62532,7 @@ internal sealed partial class SourceGenerationContextChunk8 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] @@ -62405,6 +62579,7 @@ internal sealed partial class SourceGenerationContextChunk8 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] @@ -63093,6 +63268,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Vapi.JsonConverters.TavusVoiceProviderNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.TavusVoiceVoiceIdJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.TavusVoiceVoiceIdNullableJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.VapiVoiceProviderJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.VapiVoiceProviderNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.VapiVoiceVoiceIdJsonConverter()); @@ -63953,6 +64130,10 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Vapi.JsonConverters.CreateSimulationRunResponseStatusNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.SimulationRunStatusJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.SimulationRunStatusNullableJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.SimulationRunListSourceTypeNullableJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.SimulationRunListItemStatusNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.StructuredOutputEvaluationResultComparatorNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.SimulationRunItemStatusJsonConverter()); @@ -65235,6 +65416,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Vapi.JsonConverters.OneOfJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OneOfJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OneOfJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.OneOfJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.OneOfJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OneOfJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OneOfJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OneOfJsonConverter()); diff --git a/src/libs/Vapi/Generated/Vapi.JsonSerializerContextTypes.g.cs b/src/libs/Vapi/Generated/Vapi.JsonSerializerContextTypes.g.cs index de6dd3df..3d316447 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonSerializerContextTypes.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonSerializerContextTypes.g.cs @@ -2828,7155 +2828,7195 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Vapi.VapiVoiceProvider? Type700 { get; set; } + public global::Vapi.VapiPronunciationDictionaryLocatorProvider? Type700 { get; set; } /// /// /// - public global::Vapi.VapiVoiceVoiceId? Type701 { get; set; } + public global::Vapi.VapiVoiceProvider? Type701 { get; set; } /// /// /// - public global::Vapi.OneOf? Type702 { get; set; } + public global::Vapi.VapiVoiceVoiceId? Type702 { get; set; } /// /// /// - public global::Vapi.VapiVoiceVersion2? Type703 { get; set; } + public global::Vapi.OneOf? Type703 { get; set; } /// /// /// - public global::Vapi.VapiVoiceLanguage? Type704 { get; set; } + public global::Vapi.VapiVoiceVersion2? Type704 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type705 { get; set; } + public global::Vapi.VapiVoiceLanguage? Type705 { get; set; } /// /// /// - public global::Vapi.InworldVoiceProvider? Type706 { get; set; } + public global::System.Collections.Generic.IList? Type706 { get; set; } /// /// /// - public global::Vapi.InworldVoiceVoiceId? Type707 { get; set; } + public global::Vapi.InworldVoiceProvider? Type707 { get; set; } /// /// /// - public global::Vapi.InworldVoiceModel? Type708 { get; set; } + public global::Vapi.InworldVoiceVoiceId? Type708 { get; set; } /// /// /// - public global::Vapi.InworldVoiceLanguageCode? Type709 { get; set; } + public global::Vapi.InworldVoiceModel? Type709 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceProvider? Type710 { get; set; } + public global::Vapi.InworldVoiceLanguageCode? Type710 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceModel? Type711 { get; set; } + public global::Vapi.MinimaxVoiceProvider? Type711 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceSubtitleType? Type712 { get; set; } + public global::Vapi.MinimaxVoiceModel? Type712 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceRegion? Type713 { get; set; } + public global::Vapi.MinimaxVoiceSubtitleType? Type713 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceLanguageBoost? Type714 { get; set; } + public global::Vapi.MinimaxVoiceRegion? Type714 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoice? Type715 { get; set; } + public global::Vapi.MinimaxVoiceLanguageBoost? Type715 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceProvider? Type716 { get; set; } + public global::Vapi.FallbackMinimaxVoice? Type716 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceModel? Type717 { get; set; } + public global::Vapi.FallbackMinimaxVoiceProvider? Type717 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceSubtitleType? Type718 { get; set; } + public global::Vapi.FallbackMinimaxVoiceModel? Type718 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceRegion? Type719 { get; set; } + public global::Vapi.FallbackMinimaxVoiceSubtitleType? Type719 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceLanguageBoost? Type720 { get; set; } + public global::Vapi.FallbackMinimaxVoiceRegion? Type720 { get; set; } /// /// /// - public global::Vapi.FallbackWellSaidVoiceProvider? Type721 { get; set; } + public global::Vapi.FallbackMinimaxVoiceLanguageBoost? Type721 { get; set; } /// /// /// - public global::Vapi.FallbackWellSaidVoiceModel? Type722 { get; set; } + public global::Vapi.FallbackWellSaidVoiceProvider? Type722 { get; set; } /// /// /// - public global::Vapi.XaiVoiceProvider? Type723 { get; set; } + public global::Vapi.FallbackWellSaidVoiceModel? Type723 { get; set; } /// /// /// - public global::Vapi.XaiVoiceVoiceId? Type724 { get; set; } + public global::Vapi.XaiVoiceProvider? Type724 { get; set; } /// /// /// - public global::Vapi.XaiVoiceLanguage? Type725 { get; set; } + public global::Vapi.XaiVoiceVoiceId? Type725 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoiceProvider? Type726 { get; set; } + public global::Vapi.XaiVoiceLanguage? Type726 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoiceVoiceId? Type727 { get; set; } + public global::Vapi.MicrosoftVoiceProvider? Type727 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoiceStyle? Type728 { get; set; } + public global::Vapi.MicrosoftVoiceVoiceId? Type728 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoiceRole? Type729 { get; set; } + public global::Vapi.MicrosoftVoiceStyle? Type729 { get; set; } /// /// /// - public global::Vapi.FallbackAzureVoiceProvider? Type730 { get; set; } + public global::Vapi.MicrosoftVoiceRole? Type730 { get; set; } /// /// /// - public global::Vapi.OneOf? Type731 { get; set; } + public global::Vapi.FallbackAzureVoiceProvider? Type731 { get; set; } /// /// /// - public global::Vapi.FallbackAzureVoiceVoiceId? Type732 { get; set; } + public global::Vapi.OneOf? Type732 { get; set; } /// /// /// - public global::Vapi.FallbackCartesiaVoiceProvider? Type733 { get; set; } + public global::Vapi.FallbackAzureVoiceVoiceId? Type733 { get; set; } /// /// /// - public global::Vapi.FallbackCartesiaVoiceModel? Type734 { get; set; } + public global::Vapi.FallbackCartesiaVoiceProvider? Type734 { get; set; } /// /// /// - public global::Vapi.FallbackCartesiaVoiceLanguage? Type735 { get; set; } + public global::Vapi.FallbackCartesiaVoiceModel? Type735 { get; set; } /// /// /// - public global::Vapi.FallbackCustomVoiceProvider? Type736 { get; set; } + public global::Vapi.FallbackCartesiaVoiceLanguage? Type736 { get; set; } /// /// /// - public global::Vapi.FallbackDeepgramVoiceProvider? Type737 { get; set; } + public global::Vapi.FallbackCustomVoiceProvider? Type737 { get; set; } /// /// /// - public global::Vapi.FallbackDeepgramVoiceVoiceId? Type738 { get; set; } + public global::Vapi.FallbackDeepgramVoiceProvider? Type738 { get; set; } /// /// /// - public global::Vapi.FallbackDeepgramVoiceModel? Type739 { get; set; } + public global::Vapi.FallbackDeepgramVoiceVoiceId? Type739 { get; set; } /// /// /// - public global::Vapi.FallbackElevenLabsVoiceProvider? Type740 { get; set; } + public global::Vapi.FallbackDeepgramVoiceModel? Type740 { get; set; } /// /// /// - public global::Vapi.OneOf? Type741 { get; set; } + public global::Vapi.FallbackElevenLabsVoiceProvider? Type741 { get; set; } /// /// /// - public global::Vapi.FallbackElevenLabsVoiceVoiceId? Type742 { get; set; } + public global::Vapi.OneOf? Type742 { get; set; } /// /// /// - public global::Vapi.FallbackElevenLabsVoiceModel? Type743 { get; set; } + public global::Vapi.FallbackElevenLabsVoiceVoiceId? Type743 { get; set; } /// /// /// - public global::Vapi.FallbackHumeVoiceProvider? Type744 { get; set; } + public global::Vapi.FallbackElevenLabsVoiceModel? Type744 { get; set; } /// /// /// - public global::Vapi.FallbackHumeVoiceModel? Type745 { get; set; } + public global::Vapi.FallbackHumeVoiceProvider? Type745 { get; set; } /// /// /// - public global::Vapi.FallbackLMNTVoiceProvider? Type746 { get; set; } + public global::Vapi.FallbackHumeVoiceModel? Type746 { get; set; } /// /// /// - public global::Vapi.OneOf? Type747 { get; set; } + public global::Vapi.FallbackLMNTVoiceProvider? Type747 { get; set; } /// /// /// - public global::Vapi.FallbackLMNTVoiceVoiceId? Type748 { get; set; } + public global::Vapi.OneOf? Type748 { get; set; } /// /// /// - public global::Vapi.FallbackLMNTVoiceLanguage? Type749 { get; set; } + public global::Vapi.FallbackLMNTVoiceVoiceId? Type749 { get; set; } /// /// /// - public global::Vapi.FallbackNeuphonicVoiceProvider? Type750 { get; set; } + public global::Vapi.FallbackLMNTVoiceLanguage? Type750 { get; set; } /// /// /// - public global::Vapi.FallbackNeuphonicVoiceModel? Type751 { get; set; } + public global::Vapi.FallbackNeuphonicVoiceProvider? Type751 { get; set; } /// /// /// - public global::Vapi.FallbackOpenAIVoiceProvider? Type752 { get; set; } + public global::Vapi.FallbackNeuphonicVoiceModel? Type752 { get; set; } /// /// /// - public global::Vapi.OneOf? Type753 { get; set; } + public global::Vapi.FallbackOpenAIVoiceProvider? Type753 { get; set; } /// /// /// - public global::Vapi.FallbackOpenAIVoiceVoiceId? Type754 { get; set; } + public global::Vapi.OneOf? Type754 { get; set; } /// /// /// - public global::Vapi.FallbackOpenAIVoiceModel? Type755 { get; set; } + public global::Vapi.FallbackOpenAIVoiceVoiceId? Type755 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceProvider? Type756 { get; set; } + public global::Vapi.FallbackOpenAIVoiceModel? Type756 { get; set; } /// /// /// - public global::Vapi.OneOf? Type757 { get; set; } + public global::Vapi.FallbackPlayHTVoiceProvider? Type757 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceVoiceId? Type758 { get; set; } + public global::Vapi.OneOf? Type758 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceEmotion? Type759 { get; set; } + public global::Vapi.FallbackPlayHTVoiceVoiceId? Type759 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceModel? Type760 { get; set; } + public global::Vapi.FallbackPlayHTVoiceEmotion? Type760 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceLanguage? Type761 { get; set; } + public global::Vapi.FallbackPlayHTVoiceModel? Type761 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoiceProvider? Type762 { get; set; } + public global::Vapi.FallbackPlayHTVoiceLanguage? Type762 { get; set; } /// /// /// - public global::Vapi.OneOf? Type763 { get; set; } + public global::Vapi.FallbackRimeAIVoiceProvider? Type763 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoiceVoiceId? Type764 { get; set; } + public global::Vapi.OneOf? Type764 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoiceModel? Type765 { get; set; } + public global::Vapi.FallbackRimeAIVoiceVoiceId? Type765 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoiceLanguage? Type766 { get; set; } + public global::Vapi.FallbackRimeAIVoiceModel? Type766 { get; set; } /// /// /// - public global::Vapi.FallbackSesameVoiceProvider? Type767 { get; set; } + public global::Vapi.FallbackRimeAIVoiceLanguage? Type767 { get; set; } /// /// /// - public global::Vapi.FallbackSesameVoiceModel? Type768 { get; set; } + public global::Vapi.FallbackSesameVoiceProvider? Type768 { get; set; } /// /// /// - public global::Vapi.FallbackSmallestAIVoiceProvider? Type769 { get; set; } + public global::Vapi.FallbackSesameVoiceModel? Type769 { get; set; } /// /// /// - public global::Vapi.OneOf? Type770 { get; set; } + public global::Vapi.FallbackSmallestAIVoiceProvider? Type770 { get; set; } /// /// /// - public global::Vapi.FallbackSmallestAIVoiceVoiceId? Type771 { get; set; } + public global::Vapi.OneOf? Type771 { get; set; } /// /// /// - public global::Vapi.FallbackSmallestAIVoiceModel? Type772 { get; set; } + public global::Vapi.FallbackSmallestAIVoiceVoiceId? Type772 { get; set; } /// /// /// - public global::Vapi.FallbackTavusVoiceProvider? Type773 { get; set; } + public global::Vapi.FallbackSmallestAIVoiceModel? Type773 { get; set; } /// /// /// - public global::Vapi.OneOf? Type774 { get; set; } + public global::Vapi.FallbackTavusVoiceProvider? Type774 { get; set; } /// /// /// - public global::Vapi.FallbackTavusVoiceVoiceId? Type775 { get; set; } + public global::Vapi.OneOf? Type775 { get; set; } /// /// /// - public global::Vapi.FallbackVapiVoiceProvider? Type776 { get; set; } + public global::Vapi.FallbackTavusVoiceVoiceId? Type776 { get; set; } /// /// /// - public global::Vapi.FallbackVapiVoiceVoiceId? Type777 { get; set; } + public global::Vapi.FallbackVapiVoiceProvider? Type777 { get; set; } /// /// /// - public global::Vapi.OneOf? Type778 { get; set; } + public global::Vapi.FallbackVapiVoiceVoiceId? Type778 { get; set; } /// /// /// - public global::Vapi.FallbackVapiVoiceVersion2? Type779 { get; set; } + public global::Vapi.OneOf? Type779 { get; set; } /// /// /// - public global::Vapi.FallbackVapiVoiceLanguage? Type780 { get; set; } + public global::Vapi.FallbackVapiVoiceVersion2? Type780 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoiceProvider? Type781 { get; set; } + public global::Vapi.FallbackVapiVoiceLanguage? Type781 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoiceVoiceId? Type782 { get; set; } + public global::Vapi.FallbackInworldVoiceProvider? Type782 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoiceModel? Type783 { get; set; } + public global::Vapi.FallbackInworldVoiceVoiceId? Type783 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoiceLanguageCode? Type784 { get; set; } + public global::Vapi.FallbackInworldVoiceModel? Type784 { get; set; } /// /// /// - public global::Vapi.FallbackXaiVoiceProvider? Type785 { get; set; } + public global::Vapi.FallbackInworldVoiceLanguageCode? Type785 { get; set; } /// /// /// - public global::Vapi.FallbackXaiVoiceVoiceId? Type786 { get; set; } + public global::Vapi.FallbackXaiVoiceProvider? Type786 { get; set; } /// /// /// - public global::Vapi.FallbackXaiVoiceLanguage? Type787 { get; set; } + public global::Vapi.FallbackXaiVoiceVoiceId? Type787 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoiceProvider? Type788 { get; set; } + public global::Vapi.FallbackXaiVoiceLanguage? Type788 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoiceVoiceId? Type789 { get; set; } + public global::Vapi.FallbackMicrosoftVoiceProvider? Type789 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoiceStyle? Type790 { get; set; } + public global::Vapi.FallbackMicrosoftVoiceVoiceId? Type790 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoiceRole? Type791 { get; set; } + public global::Vapi.FallbackMicrosoftVoiceStyle? Type791 { get; set; } /// /// /// - public global::Vapi.TransportConfigurationTwilio? Type792 { get; set; } + public global::Vapi.FallbackMicrosoftVoiceRole? Type792 { get; set; } /// /// /// - public global::Vapi.TransportConfigurationTwilioProvider? Type793 { get; set; } + public global::Vapi.TransportConfigurationTwilio? Type793 { get; set; } /// /// /// - public global::Vapi.TransportConfigurationTwilioRecordingChannels? Type794 { get; set; } + public global::Vapi.TransportConfigurationTwilioProvider? Type794 { get; set; } /// /// /// - public global::Vapi.CreateAnthropicCredentialDTOProvider? Type795 { get; set; } + public global::Vapi.TransportConfigurationTwilioRecordingChannels? Type795 { get; set; } /// /// /// - public global::Vapi.CreateAnthropicBedrockCredentialDTOProvider? Type796 { get; set; } + public global::Vapi.CreateAnthropicCredentialDTOProvider? Type796 { get; set; } /// /// /// - public global::Vapi.CreateAnthropicBedrockCredentialDTORegion? Type797 { get; set; } + public global::Vapi.CreateAnthropicBedrockCredentialDTOProvider? Type797 { get; set; } /// /// /// - public global::Vapi.OneOf? Type798 { get; set; } + public global::Vapi.CreateAnthropicBedrockCredentialDTORegion? Type798 { get; set; } /// /// /// - public global::Vapi.AWSIAMCredentialsAuthenticationPlan? Type799 { get; set; } + public global::Vapi.OneOf? Type799 { get; set; } /// /// /// - public global::Vapi.AWSStsAuthenticationPlan? Type800 { get; set; } + public global::Vapi.AWSIAMCredentialsAuthenticationPlan? Type800 { get; set; } /// /// /// - public global::Vapi.CreateAnyscaleCredentialDTOProvider? Type801 { get; set; } + public global::Vapi.AWSStsAuthenticationPlan? Type801 { get; set; } /// /// /// - public global::Vapi.CreateAssemblyAICredentialDTOProvider? Type802 { get; set; } + public global::Vapi.CreateAnyscaleCredentialDTOProvider? Type802 { get; set; } /// /// /// - public global::Vapi.AzureBlobStorageBucketPlan? Type803 { get; set; } + public global::Vapi.CreateAssemblyAICredentialDTOProvider? Type803 { get; set; } /// /// /// - public global::Vapi.CreateAzureCredentialDTOProvider? Type804 { get; set; } + public global::Vapi.AzureBlobStorageBucketPlan? Type804 { get; set; } /// /// /// - public global::Vapi.CreateAzureCredentialDTOService? Type805 { get; set; } + public global::Vapi.CreateAzureCredentialDTOProvider? Type805 { get; set; } /// /// /// - public global::Vapi.CreateAzureCredentialDTORegion? Type806 { get; set; } + public global::Vapi.CreateAzureCredentialDTOService? Type806 { get; set; } /// /// /// - public global::Vapi.CreateAzureOpenAICredentialDTOProvider? Type807 { get; set; } + public global::Vapi.CreateAzureCredentialDTORegion? Type807 { get; set; } /// /// /// - public global::Vapi.CreateAzureOpenAICredentialDTORegion? Type808 { get; set; } + public global::Vapi.CreateAzureOpenAICredentialDTOProvider? Type808 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type809 { get; set; } + public global::Vapi.CreateAzureOpenAICredentialDTORegion? Type809 { get; set; } /// /// /// - public global::Vapi.CreateAzureOpenAICredentialDTOModel? Type810 { get; set; } + public global::System.Collections.Generic.IList? Type810 { get; set; } /// /// /// - public global::Vapi.SipTrunkGateway? Type811 { get; set; } + public global::Vapi.CreateAzureOpenAICredentialDTOModel? Type811 { get; set; } /// /// /// - public global::Vapi.SipTrunkGatewayOutboundProtocol? Type812 { get; set; } + public global::Vapi.SipTrunkGateway? Type812 { get; set; } /// /// /// - public global::Vapi.SipTrunkOutboundSipRegisterPlan? Type813 { get; set; } + public global::Vapi.SipTrunkGatewayOutboundProtocol? Type813 { get; set; } /// /// /// - public global::Vapi.SipTrunkOutboundAuthenticationPlan? Type814 { get; set; } + public global::Vapi.SipTrunkOutboundSipRegisterPlan? Type814 { get; set; } /// /// /// - public global::Vapi.CreateByoSipTrunkCredentialDTOProvider? Type815 { get; set; } + public global::Vapi.SipTrunkOutboundAuthenticationPlan? Type815 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type816 { get; set; } + public global::Vapi.CreateByoSipTrunkCredentialDTOProvider? Type816 { get; set; } /// /// /// - public global::Vapi.CreateCartesiaCredentialDTOProvider? Type817 { get; set; } + public global::System.Collections.Generic.IList? Type817 { get; set; } /// /// /// - public global::Vapi.CloudflareR2BucketPlan? Type818 { get; set; } + public global::Vapi.CreateCartesiaCredentialDTOProvider? Type818 { get; set; } /// /// /// - public global::Vapi.CreateCloudflareCredentialDTOProvider? Type819 { get; set; } + public global::Vapi.CloudflareR2BucketPlan? Type819 { get; set; } /// /// /// - public global::Vapi.OAuth2AuthenticationPlan? Type820 { get; set; } + public global::Vapi.CreateCloudflareCredentialDTOProvider? Type820 { get; set; } /// /// /// - public global::Vapi.OAuth2AuthenticationPlanType? Type821 { get; set; } + public global::Vapi.OAuth2AuthenticationPlan? Type821 { get; set; } /// /// /// - public global::Vapi.CreateCustomLLMCredentialDTOProvider? Type822 { get; set; } + public global::Vapi.OAuth2AuthenticationPlanType? Type822 { get; set; } /// /// /// - public global::Vapi.CreateDeepgramCredentialDTOProvider? Type823 { get; set; } + public global::Vapi.CreateCustomLLMCredentialDTOProvider? Type823 { get; set; } /// /// /// - public global::Vapi.CreateDeepInfraCredentialDTOProvider? Type824 { get; set; } + public global::Vapi.CreateDeepgramCredentialDTOProvider? Type824 { get; set; } /// /// /// - public global::Vapi.CreateDeepSeekCredentialDTOProvider? Type825 { get; set; } + public global::Vapi.CreateDeepInfraCredentialDTOProvider? Type825 { get; set; } /// /// /// - public global::Vapi.CreateElevenLabsCredentialDTOProvider? Type826 { get; set; } + public global::Vapi.CreateDeepSeekCredentialDTOProvider? Type826 { get; set; } /// /// /// - public global::Vapi.CreateElevenLabsCredentialDTOApiUrl? Type827 { get; set; } + public global::Vapi.CreateElevenLabsCredentialDTOProvider? Type827 { get; set; } /// /// /// - public global::Vapi.GcpKey? Type828 { get; set; } + public global::Vapi.CreateElevenLabsCredentialDTOApiUrl? Type828 { get; set; } /// /// /// - public global::Vapi.BucketPlan? Type829 { get; set; } + public global::Vapi.GcpKey? Type829 { get; set; } /// /// /// - public global::Vapi.CreateGcpCredentialDTOProvider? Type830 { get; set; } + public global::Vapi.BucketPlan? Type830 { get; set; } /// /// /// - public global::Vapi.CreateGladiaCredentialDTOProvider? Type831 { get; set; } + public global::Vapi.CreateGcpCredentialDTOProvider? Type831 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelCredentialDTOProvider? Type832 { get; set; } + public global::Vapi.CreateGladiaCredentialDTOProvider? Type832 { get; set; } /// /// /// - public global::Vapi.CreateGroqCredentialDTOProvider? Type833 { get; set; } + public global::Vapi.CreateGoHighLevelCredentialDTOProvider? Type833 { get; set; } /// /// /// - public global::Vapi.CreateLangfuseCredentialDTOProvider? Type834 { get; set; } + public global::Vapi.CreateGroqCredentialDTOProvider? Type834 { get; set; } /// /// /// - public global::Vapi.CreateLmntCredentialDTOProvider? Type835 { get; set; } + public global::Vapi.CreateLangfuseCredentialDTOProvider? Type835 { get; set; } /// /// /// - public global::Vapi.CreateMakeCredentialDTOProvider? Type836 { get; set; } + public global::Vapi.CreateLmntCredentialDTOProvider? Type836 { get; set; } /// /// /// - public global::Vapi.CreateOpenAICredentialDTOProvider? Type837 { get; set; } + public global::Vapi.CreateMakeCredentialDTOProvider? Type837 { get; set; } /// /// /// - public global::Vapi.CreateOpenRouterCredentialDTOProvider? Type838 { get; set; } + public global::Vapi.CreateOpenAICredentialDTOProvider? Type838 { get; set; } /// /// /// - public global::Vapi.CreatePerplexityAICredentialDTOProvider? Type839 { get; set; } + public global::Vapi.CreateOpenRouterCredentialDTOProvider? Type839 { get; set; } /// /// /// - public global::Vapi.CreatePlayHTCredentialDTOProvider? Type840 { get; set; } + public global::Vapi.CreatePerplexityAICredentialDTOProvider? Type840 { get; set; } /// /// /// - public global::Vapi.CreateRimeAICredentialDTOProvider? Type841 { get; set; } + public global::Vapi.CreatePlayHTCredentialDTOProvider? Type841 { get; set; } /// /// /// - public global::Vapi.CreateRunpodCredentialDTOProvider? Type842 { get; set; } + public global::Vapi.CreateRimeAICredentialDTOProvider? Type842 { get; set; } /// /// /// - public global::Vapi.CreateS3CredentialDTOProvider? Type843 { get; set; } + public global::Vapi.CreateRunpodCredentialDTOProvider? Type843 { get; set; } /// /// /// - public global::Vapi.SupabaseBucketPlan? Type844 { get; set; } + public global::Vapi.CreateS3CredentialDTOProvider? Type844 { get; set; } /// /// /// - public global::Vapi.SupabaseBucketPlanRegion? Type845 { get; set; } + public global::Vapi.SupabaseBucketPlan? Type845 { get; set; } /// /// /// - public global::Vapi.CreateSupabaseCredentialDTOProvider? Type846 { get; set; } + public global::Vapi.SupabaseBucketPlanRegion? Type846 { get; set; } /// /// /// - public global::Vapi.CreateSmallestAICredentialDTOProvider? Type847 { get; set; } + public global::Vapi.CreateSupabaseCredentialDTOProvider? Type847 { get; set; } /// /// /// - public global::Vapi.CreateTavusCredentialDTOProvider? Type848 { get; set; } + public global::Vapi.CreateSmallestAICredentialDTOProvider? Type848 { get; set; } /// /// /// - public global::Vapi.CreateTogetherAICredentialDTOProvider? Type849 { get; set; } + public global::Vapi.CreateTavusCredentialDTOProvider? Type849 { get; set; } /// /// /// - public global::Vapi.CreateTwilioCredentialDTOProvider? Type850 { get; set; } + public global::Vapi.CreateTogetherAICredentialDTOProvider? Type850 { get; set; } /// /// /// - public global::Vapi.CreateVonageCredentialDTOProvider? Type851 { get; set; } + public global::Vapi.CreateTwilioCredentialDTOProvider? Type851 { get; set; } /// /// /// - public global::Vapi.CreateWebhookCredentialDTOProvider? Type852 { get; set; } + public global::Vapi.CreateVonageCredentialDTOProvider? Type852 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan2? Type853 { get; set; } + public global::Vapi.CreateWebhookCredentialDTOProvider? Type853 { get; set; } /// /// /// - public global::Vapi.HMACAuthenticationPlan? Type854 { get; set; } + public global::Vapi.AuthenticationPlan2? Type854 { get; set; } /// /// /// - public global::Vapi.BearerAuthenticationPlan? Type855 { get; set; } + public global::Vapi.HMACAuthenticationPlan? Type855 { get; set; } /// /// /// - public global::Vapi.CreateWebhookCredentialDTOAuthenticationPlanDiscriminator? Type856 { get; set; } + public global::Vapi.BearerAuthenticationPlan? Type856 { get; set; } /// /// /// - public global::Vapi.CreateWebhookCredentialDTOAuthenticationPlanDiscriminatorType? Type857 { get; set; } + public global::Vapi.CreateWebhookCredentialDTOAuthenticationPlanDiscriminator? Type857 { get; set; } /// /// /// - public global::Vapi.CreateXAiCredentialDTOProvider? Type858 { get; set; } + public global::Vapi.CreateWebhookCredentialDTOAuthenticationPlanDiscriminatorType? Type858 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarOAuth2ClientCredentialDTOProvider? Type859 { get; set; } + public global::Vapi.CreateXAiCredentialDTOProvider? Type859 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarOAuth2AuthorizationCredentialDTOProvider? Type860 { get; set; } + public global::Vapi.CreateGoogleCalendarOAuth2ClientCredentialDTOProvider? Type860 { get; set; } /// /// /// - public global::Vapi.CreateGoogleSheetsOAuth2AuthorizationCredentialDTOProvider? Type861 { get; set; } + public global::Vapi.CreateGoogleCalendarOAuth2AuthorizationCredentialDTOProvider? Type861 { get; set; } /// /// /// - public global::Vapi.CreateSlackOAuth2AuthorizationCredentialDTOProvider? Type862 { get; set; } + public global::Vapi.CreateGoogleSheetsOAuth2AuthorizationCredentialDTOProvider? Type862 { get; set; } /// /// /// - public global::Vapi.CreateMinimaxCredentialDTOProvider? Type863 { get; set; } + public global::Vapi.CreateSlackOAuth2AuthorizationCredentialDTOProvider? Type863 { get; set; } /// /// /// - public global::Vapi.EndpointedSpeechLowConfidenceOptions? Type864 { get; set; } + public global::Vapi.CreateMinimaxCredentialDTOProvider? Type864 { get; set; } /// /// /// - public global::Vapi.CallHookTranscriberEndpointedSpeechLowConfidence? Type865 { get; set; } + public global::Vapi.EndpointedSpeechLowConfidenceOptions? Type865 { get; set; } /// /// /// - public global::Vapi.SessionCreatedHook? Type866 { get; set; } + public global::Vapi.CallHookTranscriberEndpointedSpeechLowConfidence? Type866 { get; set; } /// /// /// - public global::Vapi.SessionCreatedHookOn? Type867 { get; set; } + public global::Vapi.SessionCreatedHook? Type867 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type868 { get; set; } + public global::Vapi.SessionCreatedHookOn? Type868 { get; set; } /// /// /// - public global::Vapi.SQLInjectionSecurityFilter? Type869 { get; set; } + public global::System.Collections.Generic.IList? Type869 { get; set; } /// /// /// - public global::Vapi.SQLInjectionSecurityFilterType? Type870 { get; set; } + public global::Vapi.SQLInjectionSecurityFilter? Type870 { get; set; } /// /// /// - public global::Vapi.XSSSecurityFilter? Type871 { get; set; } + public global::Vapi.SQLInjectionSecurityFilterType? Type871 { get; set; } /// /// /// - public global::Vapi.XSSSecurityFilterType? Type872 { get; set; } + public global::Vapi.XSSSecurityFilter? Type872 { get; set; } /// /// /// - public global::Vapi.SSRFSecurityFilter? Type873 { get; set; } + public global::Vapi.XSSSecurityFilterType? Type873 { get; set; } /// /// /// - public global::Vapi.SSRFSecurityFilterType? Type874 { get; set; } + public global::Vapi.SSRFSecurityFilter? Type874 { get; set; } /// /// /// - public global::Vapi.RCESecurityFilter? Type875 { get; set; } + public global::Vapi.SSRFSecurityFilterType? Type875 { get; set; } /// /// /// - public global::Vapi.RCESecurityFilterType? Type876 { get; set; } + public global::Vapi.RCESecurityFilter? Type876 { get; set; } /// /// /// - public global::Vapi.PromptInjectionSecurityFilter? Type877 { get; set; } + public global::Vapi.RCESecurityFilterType? Type877 { get; set; } /// /// /// - public global::Vapi.PromptInjectionSecurityFilterType? Type878 { get; set; } + public global::Vapi.PromptInjectionSecurityFilter? Type878 { get; set; } /// /// /// - public global::Vapi.RegexSecurityFilter? Type879 { get; set; } + public global::Vapi.PromptInjectionSecurityFilterType? Type879 { get; set; } /// /// /// - public global::Vapi.RegexSecurityFilterType? Type880 { get; set; } + public global::Vapi.RegexSecurityFilter? Type880 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesFirstMessageMode? Type881 { get; set; } + public global::Vapi.RegexSecurityFilterType? Type881 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesVoicemailDetection? Type882 { get; set; } + public global::Vapi.AssistantOverridesFirstMessageMode? Type882 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type883 { get; set; } + public global::Vapi.AssistantOverridesVoicemailDetection? Type883 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesClientMessage? Type884 { get; set; } + public global::System.Collections.Generic.IList? Type884 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type885 { get; set; } + public global::Vapi.AssistantOverridesClientMessage? Type885 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesServerMessage? Type886 { get; set; } + public global::System.Collections.Generic.IList? Type886 { get; set; } /// /// /// - public global::Vapi.OneOf? Type887 { get; set; } + public global::Vapi.AssistantOverridesServerMessage? Type887 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesBackgroundSound? Type888 { get; set; } + public global::Vapi.OneOf? Type888 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type889 { get; set; } + public global::Vapi.AssistantOverridesBackgroundSound? Type889 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type890 { get; set; } + public global::System.Collections.Generic.IList? Type890 { get; set; } /// /// /// - public global::Vapi.CredentialsItem2? Type891 { get; set; } + public global::System.Collections.Generic.IList? Type891 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesCredentialDiscriminator? Type892 { get; set; } + public global::Vapi.CredentialsItem2? Type892 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesCredentialDiscriminatorProvider? Type893 { get; set; } + public global::Vapi.AssistantOverridesCredentialDiscriminator? Type893 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOFirstMessageMode? Type894 { get; set; } + public global::Vapi.AssistantOverridesCredentialDiscriminatorProvider? Type894 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOVoicemailDetection? Type895 { get; set; } + public global::Vapi.CreateAssistantDTOFirstMessageMode? Type895 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type896 { get; set; } + public global::Vapi.CreateAssistantDTOVoicemailDetection? Type896 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOClientMessage? Type897 { get; set; } + public global::System.Collections.Generic.IList? Type897 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type898 { get; set; } + public global::Vapi.CreateAssistantDTOClientMessage? Type898 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOServerMessage? Type899 { get; set; } + public global::System.Collections.Generic.IList? Type899 { get; set; } /// /// /// - public global::Vapi.OneOf? Type900 { get; set; } + public global::Vapi.CreateAssistantDTOServerMessage? Type900 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOBackgroundSound? Type901 { get; set; } + public global::Vapi.OneOf? Type901 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type902 { get; set; } + public global::Vapi.CreateAssistantDTOBackgroundSound? Type902 { get; set; } /// /// /// - public global::Vapi.CredentialsItem3? Type903 { get; set; } + public global::System.Collections.Generic.IList? Type903 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOCredentialDiscriminator? Type904 { get; set; } + public global::Vapi.CredentialsItem3? Type904 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOCredentialDiscriminatorProvider? Type905 { get; set; } + public global::Vapi.CreateAssistantDTOCredentialDiscriminator? Type905 { get; set; } /// /// /// - public global::Vapi.Assistant? Type906 { get; set; } + public global::Vapi.CreateAssistantDTOCredentialDiscriminatorProvider? Type906 { get; set; } /// /// /// - public global::Vapi.AssistantFirstMessageMode? Type907 { get; set; } + public global::Vapi.Assistant? Type907 { get; set; } /// /// /// - public global::Vapi.AssistantVoicemailDetection? Type908 { get; set; } + public global::Vapi.AssistantFirstMessageMode? Type908 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type909 { get; set; } + public global::Vapi.AssistantVoicemailDetection? Type909 { get; set; } /// /// /// - public global::Vapi.AssistantClientMessage? Type910 { get; set; } + public global::System.Collections.Generic.IList? Type910 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type911 { get; set; } + public global::Vapi.AssistantClientMessage? Type911 { get; set; } /// /// /// - public global::Vapi.AssistantServerMessage? Type912 { get; set; } + public global::System.Collections.Generic.IList? Type912 { get; set; } /// /// /// - public global::Vapi.OneOf? Type913 { get; set; } + public global::Vapi.AssistantServerMessage? Type913 { get; set; } /// /// /// - public global::Vapi.AssistantBackgroundSound? Type914 { get; set; } + public global::Vapi.OneOf? Type914 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type915 { get; set; } + public global::Vapi.AssistantBackgroundSound? Type915 { get; set; } /// /// /// - public global::Vapi.CredentialsItem4? Type916 { get; set; } + public global::System.Collections.Generic.IList? Type916 { get; set; } /// /// /// - public global::Vapi.AssistantCredentialDiscriminator? Type917 { get; set; } + public global::Vapi.CredentialsItem4? Type917 { get; set; } /// /// /// - public global::Vapi.AssistantCredentialDiscriminatorProvider? Type918 { get; set; } + public global::Vapi.AssistantCredentialDiscriminator? Type918 { get; set; } /// /// /// - public global::System.DateTime? Type919 { get; set; } + public global::Vapi.AssistantCredentialDiscriminatorProvider? Type919 { get; set; } /// /// /// - public global::Vapi.PaginationMeta? Type920 { get; set; } + public global::System.DateTime? Type920 { get; set; } /// /// /// - public global::Vapi.PaginationMetaSortOrder? Type921 { get; set; } + public global::Vapi.PaginationMeta? Type921 { get; set; } /// /// /// - public global::Vapi.AssistantPaginatedResponse? Type922 { get; set; } + public global::Vapi.PaginationMetaSortOrder? Type922 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type923 { get; set; } + public global::Vapi.AssistantPaginatedResponse? Type923 { get; set; } /// /// /// - public global::Vapi.AssistantDraft? Type924 { get; set; } + public global::System.Collections.Generic.IList? Type924 { get; set; } /// /// /// - public global::Vapi.AssistantDraftFirstMessageMode? Type925 { get; set; } + public global::Vapi.AssistantDraft? Type925 { get; set; } /// /// /// - public global::Vapi.AssistantDraftVoicemailDetection? Type926 { get; set; } + public global::Vapi.AssistantDraftFirstMessageMode? Type926 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type927 { get; set; } + public global::Vapi.AssistantDraftVoicemailDetection? Type927 { get; set; } /// /// /// - public global::Vapi.AssistantDraftClientMessage? Type928 { get; set; } + public global::System.Collections.Generic.IList? Type928 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type929 { get; set; } + public global::Vapi.AssistantDraftClientMessage? Type929 { get; set; } /// /// /// - public global::Vapi.AssistantDraftServerMessage? Type930 { get; set; } + public global::System.Collections.Generic.IList? Type930 { get; set; } /// /// /// - public global::Vapi.OneOf? Type931 { get; set; } + public global::Vapi.AssistantDraftServerMessage? Type931 { get; set; } /// /// /// - public global::Vapi.AssistantDraftBackgroundSound? Type932 { get; set; } + public global::Vapi.OneOf? Type932 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type933 { get; set; } + public global::Vapi.AssistantDraftBackgroundSound? Type933 { get; set; } /// /// /// - public global::Vapi.CredentialsItem5? Type934 { get; set; } + public global::System.Collections.Generic.IList? Type934 { get; set; } /// /// /// - public global::Vapi.AssistantDraftCredentialDiscriminator? Type935 { get; set; } + public global::Vapi.CredentialsItem5? Type935 { get; set; } /// /// /// - public global::Vapi.AssistantDraftCredentialDiscriminatorProvider? Type936 { get; set; } + public global::Vapi.AssistantDraftCredentialDiscriminator? Type936 { get; set; } /// /// /// - public global::Vapi.AssistantDraftPaginatedMetadata? Type937 { get; set; } + public global::Vapi.AssistantDraftCredentialDiscriminatorProvider? Type937 { get; set; } /// /// /// - public global::Vapi.AssistantDraftPaginatedResponse? Type938 { get; set; } + public global::Vapi.AssistantDraftPaginatedMetadata? Type938 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type939 { get; set; } + public global::Vapi.AssistantDraftPaginatedResponse? Type939 { get; set; } /// /// /// - public global::Vapi.LegacyAssistantVersion? Type940 { get; set; } + public global::System.Collections.Generic.IList? Type940 { get; set; } /// /// /// - public global::Vapi.LegacyAssistantVersionPaginatedResponse? Type941 { get; set; } + public global::Vapi.LegacyAssistantVersion? Type941 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type942 { get; set; } + public global::Vapi.LegacyAssistantVersionPaginatedResponse? Type942 { get; set; } /// /// /// - public global::Vapi.AssistantVersion? Type943 { get; set; } + public global::System.Collections.Generic.IList? Type943 { get; set; } /// /// /// - public global::Vapi.AssistantVersionFirstMessageMode? Type944 { get; set; } + public global::Vapi.AssistantVersion? Type944 { get; set; } /// /// /// - public global::Vapi.AssistantVersionVoicemailDetection? Type945 { get; set; } + public global::Vapi.AssistantVersionFirstMessageMode? Type945 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type946 { get; set; } + public global::Vapi.AssistantVersionVoicemailDetection? Type946 { get; set; } /// /// /// - public global::Vapi.AssistantVersionClientMessage? Type947 { get; set; } + public global::System.Collections.Generic.IList? Type947 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type948 { get; set; } + public global::Vapi.AssistantVersionClientMessage? Type948 { get; set; } /// /// /// - public global::Vapi.AssistantVersionServerMessage? Type949 { get; set; } + public global::System.Collections.Generic.IList? Type949 { get; set; } /// /// /// - public global::Vapi.OneOf? Type950 { get; set; } + public global::Vapi.AssistantVersionServerMessage? Type950 { get; set; } /// /// /// - public global::Vapi.AssistantVersionBackgroundSound? Type951 { get; set; } + public global::Vapi.OneOf? Type951 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type952 { get; set; } + public global::Vapi.AssistantVersionBackgroundSound? Type952 { get; set; } /// /// /// - public global::Vapi.CredentialsItem6? Type953 { get; set; } + public global::System.Collections.Generic.IList? Type953 { get; set; } /// /// /// - public global::Vapi.AssistantVersionCredentialDiscriminator? Type954 { get; set; } + public global::Vapi.CredentialsItem6? Type954 { get; set; } /// /// /// - public global::Vapi.AssistantVersionCredentialDiscriminatorProvider? Type955 { get; set; } + public global::Vapi.AssistantVersionCredentialDiscriminator? Type955 { get; set; } /// /// /// - public global::Vapi.AssistantVersionPaginatedMetadata? Type956 { get; set; } + public global::Vapi.AssistantVersionCredentialDiscriminatorProvider? Type956 { get; set; } /// /// /// - public global::Vapi.AssistantVersionPaginatedResponse? Type957 { get; set; } + public global::Vapi.AssistantVersionPaginatedMetadata? Type957 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type958 { get; set; } + public global::Vapi.AssistantVersionPaginatedResponse? Type958 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantVersionMetadataDTO? Type959 { get; set; } + public global::System.Collections.Generic.IList? Type959 { get; set; } /// /// /// - public global::Vapi.VersionPinReference? Type960 { get; set; } + public global::Vapi.UpdateAssistantVersionMetadataDTO? Type960 { get; set; } /// /// /// - public global::Vapi.VersionPinReferenceSourceType? Type961 { get; set; } + public global::Vapi.VersionPinReference? Type961 { get; set; } /// /// /// - public global::Vapi.VersionPinConflictResponseDTO? Type962 { get; set; } + public global::Vapi.VersionPinReferenceSourceType? Type962 { get; set; } /// /// /// - public global::Vapi.VersionPinConflictResponseDTOError? Type963 { get; set; } + public global::Vapi.VersionPinConflictResponseDTO? Type963 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type964 { get; set; } + public global::Vapi.VersionPinConflictResponseDTOError? Type964 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDraftDTO? Type965 { get; set; } + public global::System.Collections.Generic.IList? Type965 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDraftDTOFirstMessageMode? Type966 { get; set; } + public global::Vapi.CreateAssistantDraftDTO? Type966 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDraftDTOVoicemailDetection? Type967 { get; set; } + public global::Vapi.CreateAssistantDraftDTOFirstMessageMode? Type967 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type968 { get; set; } + public global::Vapi.CreateAssistantDraftDTOVoicemailDetection? Type968 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDraftDTOClientMessage? Type969 { get; set; } + public global::System.Collections.Generic.IList? Type969 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type970 { get; set; } + public global::Vapi.CreateAssistantDraftDTOClientMessage? Type970 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDraftDTOServerMessage? Type971 { get; set; } + public global::System.Collections.Generic.IList? Type971 { get; set; } /// /// /// - public global::Vapi.OneOf? Type972 { get; set; } + public global::Vapi.CreateAssistantDraftDTOServerMessage? Type972 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDraftDTOBackgroundSound? Type973 { get; set; } + public global::Vapi.OneOf? Type973 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type974 { get; set; } + public global::Vapi.CreateAssistantDraftDTOBackgroundSound? Type974 { get; set; } /// /// /// - public global::Vapi.CredentialsItem7? Type975 { get; set; } + public global::System.Collections.Generic.IList? Type975 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDraftDTOCredentialDiscriminator? Type976 { get; set; } + public global::Vapi.CredentialsItem7? Type976 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDraftDTOCredentialDiscriminatorProvider? Type977 { get; set; } + public global::Vapi.CreateAssistantDraftDTOCredentialDiscriminator? Type977 { get; set; } /// /// /// - public global::Vapi.AssistantDraftConflictResponseDTO? Type978 { get; set; } + public global::Vapi.CreateAssistantDraftDTOCredentialDiscriminatorProvider? Type978 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDraftDTO? Type979 { get; set; } + public global::Vapi.AssistantDraftConflictResponseDTO? Type979 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDraftDTOFirstMessageMode? Type980 { get; set; } + public global::Vapi.UpdateAssistantDraftDTO? Type980 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDraftDTOVoicemailDetection? Type981 { get; set; } + public global::Vapi.UpdateAssistantDraftDTOFirstMessageMode? Type981 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type982 { get; set; } + public global::Vapi.UpdateAssistantDraftDTOVoicemailDetection? Type982 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDraftDTOClientMessage? Type983 { get; set; } + public global::System.Collections.Generic.IList? Type983 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type984 { get; set; } + public global::Vapi.UpdateAssistantDraftDTOClientMessage? Type984 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDraftDTOServerMessage? Type985 { get; set; } + public global::System.Collections.Generic.IList? Type985 { get; set; } /// /// /// - public global::Vapi.OneOf? Type986 { get; set; } + public global::Vapi.UpdateAssistantDraftDTOServerMessage? Type986 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDraftDTOBackgroundSound? Type987 { get; set; } + public global::Vapi.OneOf? Type987 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type988 { get; set; } + public global::Vapi.UpdateAssistantDraftDTOBackgroundSound? Type988 { get; set; } /// /// /// - public global::Vapi.CredentialsItem8? Type989 { get; set; } + public global::System.Collections.Generic.IList? Type989 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDraftDTOCredentialDiscriminator? Type990 { get; set; } + public global::Vapi.CredentialsItem8? Type990 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDraftDTOCredentialDiscriminatorProvider? Type991 { get; set; } + public global::Vapi.UpdateAssistantDraftDTOCredentialDiscriminator? Type991 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTO? Type992 { get; set; } + public global::Vapi.UpdateAssistantDraftDTOCredentialDiscriminatorProvider? Type992 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOFirstMessageMode? Type993 { get; set; } + public global::Vapi.UpdateAssistantDTO? Type993 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOVoicemailDetection? Type994 { get; set; } + public global::Vapi.UpdateAssistantDTOFirstMessageMode? Type994 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type995 { get; set; } + public global::Vapi.UpdateAssistantDTOVoicemailDetection? Type995 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOClientMessage? Type996 { get; set; } + public global::System.Collections.Generic.IList? Type996 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type997 { get; set; } + public global::Vapi.UpdateAssistantDTOClientMessage? Type997 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOServerMessage? Type998 { get; set; } + public global::System.Collections.Generic.IList? Type998 { get; set; } /// /// /// - public global::Vapi.OneOf? Type999 { get; set; } + public global::Vapi.UpdateAssistantDTOServerMessage? Type999 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOBackgroundSound? Type1000 { get; set; } + public global::Vapi.OneOf? Type1000 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1001 { get; set; } + public global::Vapi.UpdateAssistantDTOBackgroundSound? Type1001 { get; set; } /// /// /// - public global::Vapi.CredentialsItem9? Type1002 { get; set; } + public global::System.Collections.Generic.IList? Type1002 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOCredentialDiscriminator? Type1003 { get; set; } + public global::Vapi.CredentialsItem9? Type1003 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOCredentialDiscriminatorProvider? Type1004 { get; set; } + public global::Vapi.UpdateAssistantDTOCredentialDiscriminator? Type1004 { get; set; } /// /// /// - public global::Vapi.AssistantPinnedConflictResponseDTO? Type1005 { get; set; } + public global::Vapi.UpdateAssistantDTOCredentialDiscriminatorProvider? Type1005 { get; set; } /// /// /// - public global::Vapi.AssistantPinnedConflictResponseDTOError? Type1006 { get; set; } + public global::Vapi.AssistantPinnedConflictResponseDTO? Type1006 { get; set; } /// /// /// - public global::Vapi.Squad? Type1007 { get; set; } + public global::Vapi.AssistantPinnedConflictResponseDTOError? Type1007 { get; set; } /// /// /// - public global::Vapi.UpdateSquadDTO? Type1008 { get; set; } + public global::Vapi.Squad? Type1008 { get; set; } /// /// /// - public global::Vapi.Workflow? Type1009 { get; set; } + public global::Vapi.UpdateSquadDTO? Type1009 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1010 { get; set; } + public global::Vapi.Workflow? Type1010 { get; set; } /// /// /// - public global::Vapi.WorkflowBackgroundSound? Type1011 { get; set; } + public global::Vapi.OneOf? Type1011 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1012 { get; set; } + public global::Vapi.WorkflowBackgroundSound? Type1012 { get; set; } /// /// /// - public global::Vapi.CredentialsItem10? Type1013 { get; set; } + public global::System.Collections.Generic.IList? Type1013 { get; set; } /// /// /// - public global::Vapi.WorkflowCredentialDiscriminator? Type1014 { get; set; } + public global::Vapi.CredentialsItem10? Type1014 { get; set; } /// /// /// - public global::Vapi.WorkflowCredentialDiscriminatorProvider? Type1015 { get; set; } + public global::Vapi.WorkflowCredentialDiscriminator? Type1015 { get; set; } /// /// /// - public global::Vapi.WorkflowVoicemailDetection? Type1016 { get; set; } + public global::Vapi.WorkflowCredentialDiscriminatorProvider? Type1016 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTO? Type1017 { get; set; } + public global::Vapi.WorkflowVoicemailDetection? Type1017 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1018 { get; set; } + public global::Vapi.CreateWorkflowDTO? Type1018 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTOBackgroundSound? Type1019 { get; set; } + public global::Vapi.OneOf? Type1019 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1020 { get; set; } + public global::Vapi.CreateWorkflowDTOBackgroundSound? Type1020 { get; set; } /// /// /// - public global::Vapi.CredentialsItem11? Type1021 { get; set; } + public global::System.Collections.Generic.IList? Type1021 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTOCredentialDiscriminator? Type1022 { get; set; } + public global::Vapi.CredentialsItem11? Type1022 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTOCredentialDiscriminatorProvider? Type1023 { get; set; } + public global::Vapi.CreateWorkflowDTOCredentialDiscriminator? Type1023 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTOVoicemailDetection? Type1024 { get; set; } + public global::Vapi.CreateWorkflowDTOCredentialDiscriminatorProvider? Type1024 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTO? Type1025 { get; set; } + public global::Vapi.CreateWorkflowDTOVoicemailDetection? Type1025 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1026 { get; set; } + public global::Vapi.UpdateWorkflowDTO? Type1026 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTOBackgroundSound? Type1027 { get; set; } + public global::Vapi.OneOf? Type1027 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1028 { get; set; } + public global::Vapi.UpdateWorkflowDTOBackgroundSound? Type1028 { get; set; } /// /// /// - public global::Vapi.CredentialsItem12? Type1029 { get; set; } + public global::System.Collections.Generic.IList? Type1029 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTOCredentialDiscriminator? Type1030 { get; set; } + public global::Vapi.CredentialsItem12? Type1030 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTOCredentialDiscriminatorProvider? Type1031 { get; set; } + public global::Vapi.UpdateWorkflowDTOCredentialDiscriminator? Type1031 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTOVoicemailDetection? Type1032 { get; set; } + public global::Vapi.UpdateWorkflowDTOCredentialDiscriminatorProvider? Type1032 { get; set; } /// /// /// - public global::Vapi.SubscriptionLimits? Type1033 { get; set; } + public global::Vapi.UpdateWorkflowDTOVoicemailDetection? Type1033 { get; set; } /// /// /// - public global::Vapi.BotMessage? Type1034 { get; set; } + public global::Vapi.SubscriptionLimits? Type1034 { get; set; } /// /// /// - public global::Vapi.ToolCallMessage? Type1035 { get; set; } + public global::Vapi.BotMessage? Type1035 { get; set; } /// /// /// - public global::Vapi.ToolCallResultMessageWarning? Type1036 { get; set; } + public global::Vapi.ToolCallMessage? Type1036 { get; set; } /// /// /// - public global::Vapi.ToolCallResultMessageWarningType? Type1037 { get; set; } + public global::Vapi.ToolCallResultMessageWarning? Type1037 { get; set; } /// /// /// - public global::Vapi.ToolCallResultMessage? Type1038 { get; set; } + public global::Vapi.ToolCallResultMessageWarningType? Type1038 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1039 { get; set; } + public global::Vapi.ToolCallResultMessage? Type1039 { get; set; } /// /// /// - public global::Vapi.TransportCost? Type1040 { get; set; } + public global::System.Collections.Generic.IList? Type1040 { get; set; } /// /// /// - public global::Vapi.TransportCostType? Type1041 { get; set; } + public global::Vapi.TransportCost? Type1041 { get; set; } /// /// /// - public global::Vapi.TransportCostProvider? Type1042 { get; set; } + public global::Vapi.TransportCostType? Type1042 { get; set; } /// /// /// - public global::Vapi.TranscriberCost? Type1043 { get; set; } + public global::Vapi.TransportCostProvider? Type1043 { get; set; } /// /// /// - public global::Vapi.TranscriberCostType? Type1044 { get; set; } + public global::Vapi.TranscriberCost? Type1044 { get; set; } /// /// /// - public global::Vapi.ModelCost? Type1045 { get; set; } + public global::Vapi.TranscriberCostType? Type1045 { get; set; } /// /// /// - public global::Vapi.ModelCostType? Type1046 { get; set; } + public global::Vapi.ModelCost? Type1046 { get; set; } /// /// /// - public global::Vapi.VoiceCost? Type1047 { get; set; } + public global::Vapi.ModelCostType? Type1047 { get; set; } /// /// /// - public global::Vapi.VoiceCostType? Type1048 { get; set; } + public global::Vapi.VoiceCost? Type1048 { get; set; } /// /// /// - public global::Vapi.ChatCost? Type1049 { get; set; } + public global::Vapi.VoiceCostType? Type1049 { get; set; } /// /// /// - public global::Vapi.ChatCostType? Type1050 { get; set; } + public global::Vapi.ChatCost? Type1050 { get; set; } /// /// /// - public global::Vapi.VapiCost? Type1051 { get; set; } + public global::Vapi.ChatCostType? Type1051 { get; set; } /// /// /// - public global::Vapi.VapiCostType? Type1052 { get; set; } + public global::Vapi.VapiCost? Type1052 { get; set; } /// /// /// - public global::Vapi.VapiCostSubType? Type1053 { get; set; } + public global::Vapi.VapiCostType? Type1053 { get; set; } /// /// /// - public global::Vapi.VoicemailDetectionCost? Type1054 { get; set; } + public global::Vapi.VapiCostSubType? Type1054 { get; set; } /// /// /// - public global::Vapi.VoicemailDetectionCostType? Type1055 { get; set; } + public global::Vapi.VoicemailDetectionCost? Type1055 { get; set; } /// /// /// - public global::Vapi.VoicemailDetectionCostProvider? Type1056 { get; set; } + public global::Vapi.VoicemailDetectionCostType? Type1056 { get; set; } /// /// /// - public global::Vapi.AnalysisCost? Type1057 { get; set; } + public global::Vapi.VoicemailDetectionCostProvider? Type1057 { get; set; } /// /// /// - public global::Vapi.AnalysisCostType? Type1058 { get; set; } + public global::Vapi.StructuredOutputCostBreakdown? Type1058 { get; set; } /// /// /// - public global::Vapi.AnalysisCostAnalysisType? Type1059 { get; set; } + public global::Vapi.AnalysisCost? Type1059 { get; set; } /// /// /// - public global::Vapi.AudioFormat? Type1060 { get; set; } + public global::Vapi.AnalysisCostType? Type1060 { get; set; } /// /// /// - public global::Vapi.AudioFormatContainer? Type1061 { get; set; } + public global::Vapi.AnalysisCostAnalysisType? Type1061 { get; set; } /// /// /// - public global::Vapi.VapiWebsocketTransport? Type1062 { get; set; } + public global::System.Collections.Generic.IList? Type1062 { get; set; } /// /// /// - public global::Vapi.VapiWebsocketTransportConversationType? Type1063 { get; set; } + public global::Vapi.AudioFormat? Type1063 { get; set; } /// /// /// - public global::Vapi.VapiWebsocketTransportProvider? Type1064 { get; set; } + public global::Vapi.AudioFormatContainer? Type1064 { get; set; } /// /// /// - public global::Vapi.VapiWebCallTransport? Type1065 { get; set; } + public global::Vapi.VapiWebsocketTransport? Type1065 { get; set; } /// /// /// - public global::Vapi.VapiWebCallTransportConversationType? Type1066 { get; set; } + public global::Vapi.VapiWebsocketTransportConversationType? Type1066 { get; set; } /// /// /// - public global::Vapi.VapiWebCallTransportProvider? Type1067 { get; set; } + public global::Vapi.VapiWebsocketTransportProvider? Type1067 { get; set; } /// /// /// - public global::Vapi.TwilioTransport? Type1068 { get; set; } + public global::Vapi.VapiWebCallTransport? Type1068 { get; set; } /// /// /// - public global::Vapi.TwilioTransportConversationType? Type1069 { get; set; } + public global::Vapi.VapiWebCallTransportConversationType? Type1069 { get; set; } /// /// /// - public global::Vapi.TwilioTransportProvider? Type1070 { get; set; } + public global::Vapi.VapiWebCallTransportProvider? Type1070 { get; set; } /// /// /// - public global::Vapi.TelnyxTransport? Type1071 { get; set; } + public global::Vapi.TwilioTransport? Type1071 { get; set; } /// /// /// - public global::Vapi.TelnyxTransportConversationType? Type1072 { get; set; } + public global::Vapi.TwilioTransportConversationType? Type1072 { get; set; } /// /// /// - public global::Vapi.TelnyxTransportProvider? Type1073 { get; set; } + public global::Vapi.TwilioTransportProvider? Type1073 { get; set; } /// /// /// - public global::Vapi.VapiSipTransport? Type1074 { get; set; } + public global::Vapi.TelnyxTransport? Type1074 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportConversationType? Type1075 { get; set; } + public global::Vapi.TelnyxTransportConversationType? Type1075 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportProvider? Type1076 { get; set; } + public global::Vapi.TelnyxTransportProvider? Type1076 { get; set; } /// /// /// - public global::Vapi.VonageTransport? Type1077 { get; set; } + public global::Vapi.VapiSipTransport? Type1077 { get; set; } /// /// /// - public global::Vapi.VonageTransportConversationType? Type1078 { get; set; } + public global::Vapi.VapiSipTransportConversationType? Type1078 { get; set; } /// /// /// - public global::Vapi.VonageTransportProvider? Type1079 { get; set; } + public global::Vapi.VapiSipTransportProvider? Type1079 { get; set; } /// /// /// - public global::Vapi.AnalysisCostBreakdown? Type1080 { get; set; } + public global::Vapi.VonageTransport? Type1080 { get; set; } /// /// /// - public global::Vapi.CostBreakdown? Type1081 { get; set; } + public global::Vapi.VonageTransportConversationType? Type1081 { get; set; } /// /// /// - public global::Vapi.Analysis? Type1082 { get; set; } + public global::Vapi.VonageTransportProvider? Type1082 { get; set; } /// /// /// - public global::Vapi.MonitorResult? Type1083 { get; set; } + public global::Vapi.AnalysisCostBreakdown? Type1083 { get; set; } /// /// /// - public global::Vapi.Monitor? Type1084 { get; set; } + public global::Vapi.CostBreakdown? Type1084 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1085 { get; set; } + public global::Vapi.Analysis? Type1085 { get; set; } /// /// /// - public global::Vapi.SkippedStructuredOutput? Type1086 { get; set; } + public global::Vapi.MonitorResult? Type1086 { get; set; } /// /// /// - public global::Vapi.TransferArtifact? Type1087 { get; set; } + public global::Vapi.Monitor? Type1087 { get; set; } /// /// /// - public global::Vapi.TransferArtifactMode? Type1088 { get; set; } + public global::System.Collections.Generic.IList? Type1088 { get; set; } /// /// /// - public global::Vapi.TransferArtifactStatus? Type1089 { get; set; } + public global::Vapi.SkippedStructuredOutput? Type1089 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1090 { get; set; } + public global::Vapi.TransferArtifact? Type1090 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1091 { get; set; } + public global::Vapi.TransferArtifactMode? Type1091 { get; set; } /// /// /// - public global::Vapi.Mono? Type1092 { get; set; } + public global::Vapi.TransferArtifactStatus? Type1092 { get; set; } /// /// /// - public global::Vapi.Recording? Type1093 { get; set; } + public global::System.Collections.Generic.IList>? Type1093 { get; set; } /// /// /// - public global::Vapi.NodeArtifact? Type1094 { get; set; } + public global::Vapi.OneOf? Type1094 { get; set; } /// /// /// - public global::Vapi.AssistantActivation? Type1095 { get; set; } + public global::Vapi.Mono? Type1095 { get; set; } /// /// /// - public global::Vapi.TurnLatency? Type1096 { get; set; } + public global::Vapi.Recording? Type1096 { get; set; } /// /// /// - public global::Vapi.PerformanceMetrics? Type1097 { get; set; } + public global::Vapi.NodeArtifact? Type1097 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1098 { get; set; } + public global::Vapi.AssistantActivation? Type1098 { get; set; } /// /// /// - public global::Vapi.Artifact? Type1099 { get; set; } + public global::Vapi.TurnLatency? Type1099 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type1100 { get; set; } + public global::Vapi.PerformanceMetrics? Type1100 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1101 { get; set; } + public global::System.Collections.Generic.IList? Type1101 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1102 { get; set; } + public global::Vapi.Artifact? Type1102 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1103 { get; set; } + public global::System.Collections.Generic.Dictionary? Type1103 { get; set; } /// /// /// - public global::Vapi.RecordingConsent? Type1104 { get; set; } + public global::System.Collections.Generic.IList? Type1104 { get; set; } /// /// /// - public global::Vapi.RecordingConsentType? Type1105 { get; set; } + public global::System.Collections.Generic.IList? Type1105 { get; set; } /// /// /// - public global::Vapi.Compliance? Type1106 { get; set; } + public global::System.Collections.Generic.IList? Type1106 { get; set; } /// /// /// - public global::Vapi.WorkflowOverrides? Type1107 { get; set; } + public global::Vapi.RecordingConsent? Type1107 { get; set; } /// /// /// - public global::Vapi.TransferPhoneNumberHookAction? Type1108 { get; set; } + public global::Vapi.RecordingConsentType? Type1108 { get; set; } /// /// /// - public global::Vapi.TransferPhoneNumberHookActionType? Type1109 { get; set; } + public global::Vapi.Compliance? Type1109 { get; set; } /// /// /// - public global::Vapi.SayPhoneNumberHookAction? Type1110 { get; set; } + public global::Vapi.WorkflowOverrides? Type1110 { get; set; } /// /// /// - public global::Vapi.SayPhoneNumberHookActionType? Type1111 { get; set; } + public global::Vapi.TransferPhoneNumberHookAction? Type1111 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallRingingHookFilter? Type1112 { get; set; } + public global::Vapi.TransferPhoneNumberHookActionType? Type1112 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallRingingHookFilterType? Type1113 { get; set; } + public global::Vapi.SayPhoneNumberHookAction? Type1113 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallRingingHookFilterKey? Type1114 { get; set; } + public global::Vapi.SayPhoneNumberHookActionType? Type1114 { get; set; } /// /// /// - public global::Vapi.PhoneNumberHookCallRinging? Type1115 { get; set; } + public global::Vapi.PhoneNumberCallRingingHookFilter? Type1115 { get; set; } /// /// /// - public global::Vapi.PhoneNumberHookCallRingingOn? Type1116 { get; set; } + public global::Vapi.PhoneNumberCallRingingHookFilterType? Type1116 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1117 { get; set; } + public global::Vapi.PhoneNumberCallRingingHookFilterKey? Type1117 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1118 { get; set; } + public global::Vapi.PhoneNumberHookCallRinging? Type1118 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1119 { get; set; } + public global::Vapi.PhoneNumberHookCallRingingOn? Type1119 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallEndingHookFilter? Type1120 { get; set; } + public global::System.Collections.Generic.IList? Type1120 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallEndingHookFilterType? Type1121 { get; set; } + public global::System.Collections.Generic.IList>? Type1121 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallEndingHookFilterKey? Type1122 { get; set; } + public global::Vapi.OneOf? Type1122 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1123 { get; set; } + public global::Vapi.PhoneNumberCallEndingHookFilter? Type1123 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallEndingHookFilterOneOfItem? Type1124 { get; set; } + public global::Vapi.PhoneNumberCallEndingHookFilterType? Type1124 { get; set; } /// /// /// - public global::Vapi.PhoneNumberHookCallEnding? Type1125 { get; set; } + public global::Vapi.PhoneNumberCallEndingHookFilterKey? Type1125 { get; set; } /// /// /// - public global::Vapi.PhoneNumberHookCallEndingOn? Type1126 { get; set; } + public global::System.Collections.Generic.IList? Type1126 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1127 { get; set; } + public global::Vapi.PhoneNumberCallEndingHookFilterOneOfItem? Type1127 { get; set; } /// /// /// - public global::Vapi.ImportTwilioPhoneNumberDTO? Type1128 { get; set; } + public global::Vapi.PhoneNumberHookCallEnding? Type1128 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1129 { get; set; } + public global::Vapi.PhoneNumberHookCallEndingOn? Type1129 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1130 { get; set; } + public global::System.Collections.Generic.IList? Type1130 { get; set; } /// /// /// - public global::Vapi.CreateCustomerDTO? Type1131 { get; set; } + public global::Vapi.ImportTwilioPhoneNumberDTO? Type1131 { get; set; } /// /// /// - public global::Vapi.SchedulePlan? Type1132 { get; set; } + public global::System.Collections.Generic.IList>? Type1132 { get; set; } /// /// /// - public global::Vapi.Call? Type1133 { get; set; } + public global::Vapi.OneOf? Type1133 { get; set; } /// /// /// - public global::Vapi.CallType? Type1134 { get; set; } + public global::Vapi.CreateCustomerDTO? Type1134 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1135 { get; set; } + public global::Vapi.SchedulePlan? Type1135 { get; set; } /// /// /// - public global::Vapi.KnowledgeBaseCost? Type1136 { get; set; } + public global::Vapi.Call? Type1136 { get; set; } /// /// /// - public global::Vapi.CallPhoneCallProvider? Type1137 { get; set; } + public global::Vapi.CallType? Type1137 { get; set; } /// /// /// - public global::Vapi.CallPhoneCallTransport? Type1138 { get; set; } + public global::Vapi.OneOf? Type1138 { get; set; } /// /// /// - public global::Vapi.CallStatus? Type1139 { get; set; } + public global::Vapi.KnowledgeBaseCost? Type1139 { get; set; } /// /// /// - public global::Vapi.CallEndedReason? Type1140 { get; set; } + public global::Vapi.CallPhoneCallProvider? Type1140 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1141 { get; set; } + public global::Vapi.CallPhoneCallTransport? Type1141 { get; set; } /// /// /// - public global::Vapi.CallBatchError? Type1142 { get; set; } + public global::Vapi.CallStatus? Type1142 { get; set; } /// /// /// - public global::Vapi.CallBatchResponse? Type1143 { get; set; } + public global::Vapi.CallEndedReason? Type1143 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1144 { get; set; } + public global::Vapi.OneOf? Type1144 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1145 { get; set; } + public global::Vapi.CallBatchError? Type1145 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordAlignmentTiming? Type1146 { get; set; } + public global::Vapi.CallBatchResponse? Type1146 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordAlignmentTimingType? Type1147 { get; set; } + public global::System.Collections.Generic.IList? Type1147 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1148 { get; set; } + public global::System.Collections.Generic.IList? Type1148 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordTimestamp? Type1149 { get; set; } + public global::Vapi.AssistantSpeechWordAlignmentTiming? Type1149 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordProgressTiming? Type1150 { get; set; } + public global::Vapi.AssistantSpeechWordAlignmentTimingType? Type1150 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordProgressTimingType? Type1151 { get; set; } + public global::System.Collections.Generic.IList? Type1151 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1152 { get; set; } + public global::Vapi.AssistantSpeechWordTimestamp? Type1152 { get; set; } /// /// /// - public global::Vapi.CreateCallDTO? Type1153 { get; set; } + public global::Vapi.AssistantSpeechWordProgressTiming? Type1153 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1154 { get; set; } + public global::Vapi.AssistantSpeechWordProgressTimingType? Type1154 { get; set; } /// /// /// - public global::Vapi.StructuredOutputFilterDTO? Type1155 { get; set; } + public global::System.Collections.Generic.IList? Type1155 { get; set; } /// /// /// - public global::Vapi.CallPaginatedResponse? Type1156 { get; set; } + public global::Vapi.CreateCallDTO? Type1156 { get; set; } /// /// /// - public global::Vapi.CreateOutboundCallDTO? Type1157 { get; set; } + public global::System.Collections.Generic.IList? Type1157 { get; set; } /// /// /// - public global::Vapi.CreateWebCallDTO? Type1158 { get; set; } + public global::Vapi.StructuredOutputFilterDTO? Type1158 { get; set; } /// /// /// - public global::Vapi.UpdateCallDTO? Type1159 { get; set; } + public global::Vapi.CallPaginatedResponse? Type1159 { get; set; } /// /// /// - public global::Vapi.DeleteCallDTO? Type1160 { get; set; } + public global::Vapi.CreateOutboundCallDTO? Type1160 { get; set; } /// /// /// - public global::Vapi.DeveloperMessageRole? Type1161 { get; set; } + public global::Vapi.CreateWebCallDTO? Type1161 { get; set; } /// /// /// - public global::Vapi.ToolCallFunction? Type1162 { get; set; } + public global::Vapi.UpdateCallDTO? Type1162 { get; set; } /// /// /// - public global::Vapi.ToolCall? Type1163 { get; set; } + public global::Vapi.DeleteCallDTO? Type1163 { get; set; } /// /// /// - public global::Vapi.AssistantMessageRole? Type1164 { get; set; } + public global::Vapi.DeveloperMessageRole? Type1164 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1165 { get; set; } + public global::Vapi.ToolCallFunction? Type1165 { get; set; } /// /// /// - public global::Vapi.ToolMessageRole? Type1166 { get; set; } + public global::Vapi.ToolCall? Type1166 { get; set; } /// /// /// - public global::Vapi.FunctionCall? Type1167 { get; set; } + public global::Vapi.AssistantMessageRole? Type1167 { get; set; } /// /// /// - public global::Vapi.Chat? Type1168 { get; set; } + public global::System.Collections.Generic.IList? Type1168 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1169 { get; set; } + public global::Vapi.ToolMessageRole? Type1169 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1170 { get; set; } + public global::Vapi.FunctionCall? Type1170 { get; set; } /// /// /// - public global::Vapi.TwilioSMSChatTransport? Type1171 { get; set; } + public global::Vapi.Chat? Type1171 { get; set; } /// /// /// - public global::Vapi.TwilioSMSChatTransportConversationType? Type1172 { get; set; } + public global::System.Collections.Generic.IList>? Type1172 { get; set; } /// /// /// - public global::Vapi.TwilioSMSChatTransportType? Type1173 { get; set; } + public global::Vapi.OneOf? Type1173 { get; set; } /// /// /// - public global::Vapi.CreateChatDTO? Type1174 { get; set; } + public global::Vapi.TwilioSMSChatTransport? Type1174 { get; set; } /// /// /// - public global::Vapi.GetChatPaginatedDTO? Type1175 { get; set; } + public global::Vapi.TwilioSMSChatTransportConversationType? Type1175 { get; set; } /// /// /// - public global::Vapi.GetChatPaginatedDTOSortOrder? Type1176 { get; set; } + public global::Vapi.TwilioSMSChatTransportType? Type1176 { get; set; } /// /// /// - public global::Vapi.GetChatPaginatedDTOSortBy? Type1177 { get; set; } + public global::Vapi.CreateChatDTO? Type1177 { get; set; } /// /// /// - public global::Vapi.ChatPaginatedResponse? Type1178 { get; set; } + public global::Vapi.GetChatPaginatedDTO? Type1178 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1179 { get; set; } + public global::Vapi.GetChatPaginatedDTOSortOrder? Type1179 { get; set; } /// /// /// - public global::Vapi.CreateChatStreamResponse? Type1180 { get; set; } + public global::Vapi.GetChatPaginatedDTOSortBy? Type1180 { get; set; } /// /// /// - public global::Vapi.OpenAIResponsesRequest? Type1181 { get; set; } + public global::Vapi.ChatPaginatedResponse? Type1181 { get; set; } /// /// /// - public global::Vapi.ChatAssistantOverrides? Type1182 { get; set; } + public global::System.Collections.Generic.IList? Type1182 { get; set; } /// /// /// - public global::Vapi.CreateWebCustomerDTO? Type1183 { get; set; } + public global::Vapi.CreateChatStreamResponse? Type1183 { get; set; } /// /// /// - public global::Vapi.CreateWebChatDTO? Type1184 { get; set; } + public global::Vapi.OpenAIResponsesRequest? Type1184 { get; set; } /// /// /// - public global::Vapi.WebChat? Type1185 { get; set; } + public global::Vapi.ChatAssistantOverrides? Type1185 { get; set; } /// /// /// - public global::Vapi.OpenAIWebChatRequest? Type1186 { get; set; } + public global::Vapi.CreateWebCustomerDTO? Type1186 { get; set; } /// /// /// - public global::Vapi.ExportChatDTO? Type1187 { get; set; } + public global::Vapi.CreateWebChatDTO? Type1187 { get; set; } /// /// /// - public global::Vapi.ExportChatDTOColumns? Type1188 { get; set; } + public global::Vapi.WebChat? Type1188 { get; set; } /// /// /// - public global::Vapi.ExportChatDTOFormat? Type1189 { get; set; } + public global::Vapi.OpenAIWebChatRequest? Type1189 { get; set; } /// /// /// - public global::Vapi.ExportChatDTOSortOrder? Type1190 { get; set; } + public global::Vapi.ExportChatDTO? Type1190 { get; set; } /// /// /// - public global::Vapi.ExportChatDTOSortBy? Type1191 { get; set; } + public global::Vapi.ExportChatDTOColumns? Type1191 { get; set; } /// /// /// - public global::Vapi.ResponseOutputText? Type1192 { get; set; } + public global::Vapi.ExportChatDTOFormat? Type1192 { get; set; } /// /// /// - public global::Vapi.ResponseOutputTextType? Type1193 { get; set; } + public global::Vapi.ExportChatDTOSortOrder? Type1193 { get; set; } /// /// /// - public global::Vapi.ResponseOutputMessage? Type1194 { get; set; } + public global::Vapi.ExportChatDTOSortBy? Type1194 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1195 { get; set; } + public global::Vapi.ResponseOutputText? Type1195 { get; set; } /// /// /// - public global::Vapi.ResponseOutputMessageRole? Type1196 { get; set; } + public global::Vapi.ResponseOutputTextType? Type1196 { get; set; } /// /// /// - public global::Vapi.ResponseOutputMessageStatus? Type1197 { get; set; } + public global::Vapi.ResponseOutputMessage? Type1197 { get; set; } /// /// /// - public global::Vapi.ResponseOutputMessageType? Type1198 { get; set; } + public global::System.Collections.Generic.IList? Type1198 { get; set; } /// /// /// - public global::Vapi.ResponseObject? Type1199 { get; set; } + public global::Vapi.ResponseOutputMessageRole? Type1199 { get; set; } /// /// /// - public global::Vapi.ResponseObjectObject? Type1200 { get; set; } + public global::Vapi.ResponseOutputMessageStatus? Type1200 { get; set; } /// /// /// - public global::Vapi.ResponseObjectStatus? Type1201 { get; set; } + public global::Vapi.ResponseOutputMessageType? Type1201 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1202 { get; set; } + public global::Vapi.ResponseObject? Type1202 { get; set; } /// /// /// - public global::Vapi.ResponseTextDeltaEvent? Type1203 { get; set; } + public global::Vapi.ResponseObjectObject? Type1203 { get; set; } /// /// /// - public global::Vapi.ResponseTextDeltaEventType? Type1204 { get; set; } + public global::Vapi.ResponseObjectStatus? Type1204 { get; set; } /// /// /// - public global::Vapi.ResponseTextDoneEvent? Type1205 { get; set; } + public global::System.Collections.Generic.IList? Type1205 { get; set; } /// /// /// - public global::Vapi.ResponseTextDoneEventType? Type1206 { get; set; } + public global::Vapi.ResponseTextDeltaEvent? Type1206 { get; set; } /// /// /// - public global::Vapi.ResponseCompletedEvent? Type1207 { get; set; } + public global::Vapi.ResponseTextDeltaEventType? Type1207 { get; set; } /// /// /// - public global::Vapi.ResponseCompletedEventType? Type1208 { get; set; } + public global::Vapi.ResponseTextDoneEvent? Type1208 { get; set; } /// /// /// - public global::Vapi.ResponseErrorEvent? Type1209 { get; set; } + public global::Vapi.ResponseTextDoneEventType? Type1209 { get; set; } /// /// /// - public global::Vapi.ResponseErrorEventType? Type1210 { get; set; } + public global::Vapi.ResponseCompletedEvent? Type1210 { get; set; } /// /// /// - public global::Vapi.DialPlanEntry? Type1211 { get; set; } + public global::Vapi.ResponseCompletedEventType? Type1211 { get; set; } /// /// /// - public global::Vapi.CampaignPredialPlan? Type1212 { get; set; } + public global::Vapi.ResponseErrorEvent? Type1212 { get; set; } /// /// /// - public global::Vapi.CreateCampaignDTO? Type1213 { get; set; } + public global::Vapi.ResponseErrorEventType? Type1213 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1214 { get; set; } + public global::Vapi.DialPlanEntry? Type1214 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1215 { get; set; } + public global::Vapi.CampaignPredialPlan? Type1215 { get; set; } /// /// /// - public global::Vapi.CreateCampaignDTOServerMessage? Type1216 { get; set; } + public global::Vapi.CreateCampaignDTO? Type1216 { get; set; } /// /// /// - public global::Vapi.Campaign? Type1217 { get; set; } + public global::System.Collections.Generic.IList? Type1217 { get; set; } /// /// /// - public global::Vapi.CampaignStatus? Type1218 { get; set; } + public global::System.Collections.Generic.IList? Type1218 { get; set; } /// /// /// - public global::Vapi.CampaignEndedReason? Type1219 { get; set; } + public global::Vapi.CreateCampaignDTOServerMessage? Type1219 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1220 { get; set; } + public global::Vapi.Campaign? Type1220 { get; set; } /// /// /// - public global::Vapi.CampaignServerMessage? Type1221 { get; set; } + public global::Vapi.CampaignStatus? Type1221 { get; set; } /// /// /// - public global::Vapi.CampaignPaginatedResponse? Type1222 { get; set; } + public global::Vapi.CampaignEndedReason? Type1222 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1223 { get; set; } + public global::System.Collections.Generic.IList? Type1223 { get; set; } /// /// /// - public global::Vapi.UpdateCampaignDTO? Type1224 { get; set; } + public global::Vapi.CampaignServerMessage? Type1224 { get; set; } /// /// /// - public global::Vapi.UpdateCampaignDTOStatus? Type1225 { get; set; } + public global::Vapi.CampaignPaginatedResponse? Type1225 { get; set; } /// /// /// - public global::Vapi.RelayTargetAssistant? Type1226 { get; set; } + public global::System.Collections.Generic.IList? Type1226 { get; set; } /// /// /// - public global::Vapi.RelayTargetAssistantType? Type1227 { get; set; } + public global::Vapi.UpdateCampaignDTO? Type1227 { get; set; } /// /// /// - public global::Vapi.RelayTargetSquad? Type1228 { get; set; } + public global::Vapi.UpdateCampaignDTOStatus? Type1228 { get; set; } /// /// /// - public global::Vapi.RelayTargetSquadType? Type1229 { get; set; } + public global::Vapi.RelayTargetAssistant? Type1229 { get; set; } /// /// /// - public global::Vapi.RelayTargetOptions? Type1230 { get; set; } + public global::Vapi.RelayTargetAssistantType? Type1230 { get; set; } /// /// /// - public global::Vapi.RelayTargetOptionsType? Type1231 { get; set; } + public global::Vapi.RelayTargetSquad? Type1231 { get; set; } /// /// /// - public global::Vapi.RelayCommandSay? Type1232 { get; set; } + public global::Vapi.RelayTargetSquadType? Type1232 { get; set; } /// /// /// - public global::Vapi.RelayCommandSayType? Type1233 { get; set; } + public global::Vapi.RelayTargetOptions? Type1233 { get; set; } /// /// /// - public global::Vapi.RelayCommandNote? Type1234 { get; set; } + public global::Vapi.RelayTargetOptionsType? Type1234 { get; set; } /// /// /// - public global::Vapi.RelayCommandNoteType? Type1235 { get; set; } + public global::Vapi.RelayCommandSay? Type1235 { get; set; } /// /// /// - public global::Vapi.RelayCommandOptions? Type1236 { get; set; } + public global::Vapi.RelayCommandSayType? Type1236 { get; set; } /// /// /// - public global::Vapi.RelayCommandOptionsType? Type1237 { get; set; } + public global::Vapi.RelayCommandNote? Type1237 { get; set; } /// /// /// - public global::Vapi.RelayRequest? Type1238 { get; set; } + public global::Vapi.RelayCommandNoteType? Type1238 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1239 { get; set; } + public global::Vapi.RelayCommandOptions? Type1239 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1240 { get; set; } + public global::Vapi.RelayCommandOptionsType? Type1240 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1241 { get; set; } + public global::Vapi.RelayRequest? Type1241 { get; set; } /// /// /// - public global::Vapi.RelayResponse? Type1242 { get; set; } + public global::Vapi.OneOf? Type1242 { get; set; } /// /// /// - public global::Vapi.RelayResponseStatus? Type1243 { get; set; } + public global::System.Collections.Generic.IList>? Type1243 { get; set; } /// /// /// - public global::Vapi.Session? Type1244 { get; set; } + public global::Vapi.OneOf? Type1244 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1245 { get; set; } + public global::Vapi.RelayResponse? Type1245 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1246 { get; set; } + public global::Vapi.RelayResponseStatus? Type1246 { get; set; } /// /// /// - public global::Vapi.SessionCost? Type1247 { get; set; } + public global::Vapi.Session? Type1247 { get; set; } /// /// /// - public global::Vapi.SessionStatus? Type1248 { get; set; } + public global::System.Collections.Generic.IList>? Type1248 { get; set; } /// /// /// - public global::Vapi.CreateSessionDTO? Type1249 { get; set; } + public global::Vapi.OneOf? Type1249 { get; set; } /// /// /// - public global::Vapi.CreateSessionDTOStatus? Type1250 { get; set; } + public global::Vapi.SessionCost? Type1250 { get; set; } /// /// /// - public global::Vapi.UpdateSessionDTO? Type1251 { get; set; } + public global::Vapi.SessionStatus? Type1251 { get; set; } /// /// /// - public global::Vapi.UpdateSessionDTOStatus? Type1252 { get; set; } + public global::Vapi.CreateSessionDTO? Type1252 { get; set; } /// /// /// - public global::Vapi.GetSessionPaginatedDTO? Type1253 { get; set; } + public global::Vapi.CreateSessionDTOStatus? Type1253 { get; set; } /// /// /// - public global::Vapi.GetSessionPaginatedDTOSortOrder? Type1254 { get; set; } + public global::Vapi.UpdateSessionDTO? Type1254 { get; set; } /// /// /// - public global::Vapi.GetSessionPaginatedDTOSortBy? Type1255 { get; set; } + public global::Vapi.UpdateSessionDTOStatus? Type1255 { get; set; } /// /// /// - public global::Vapi.SessionPaginatedResponse? Type1256 { get; set; } + public global::Vapi.GetSessionPaginatedDTO? Type1256 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1257 { get; set; } + public global::Vapi.GetSessionPaginatedDTOSortOrder? Type1257 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTO? Type1258 { get; set; } + public global::Vapi.GetSessionPaginatedDTOSortBy? Type1258 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTOColumns? Type1259 { get; set; } + public global::Vapi.SessionPaginatedResponse? Type1259 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTOFormat? Type1260 { get; set; } + public global::System.Collections.Generic.IList? Type1260 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTOSortOrder? Type1261 { get; set; } + public global::Vapi.ExportSessionDTO? Type1261 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTOSortBy? Type1262 { get; set; } + public global::Vapi.ExportSessionDTOColumns? Type1262 { get; set; } /// /// /// - public global::Vapi.ByoPhoneNumber? Type1263 { get; set; } + public global::Vapi.ExportSessionDTOFormat? Type1263 { get; set; } /// /// /// - public global::Vapi.ByoPhoneNumberProvider? Type1264 { get; set; } + public global::Vapi.ExportSessionDTOSortOrder? Type1264 { get; set; } /// /// /// - public global::Vapi.ByoPhoneNumberStatus? Type1265 { get; set; } + public global::Vapi.ExportSessionDTOSortBy? Type1265 { get; set; } /// /// /// - public global::Vapi.TwilioPhoneNumber? Type1266 { get; set; } + public global::Vapi.ByoPhoneNumber? Type1266 { get; set; } /// /// /// - public global::Vapi.TwilioPhoneNumberProvider? Type1267 { get; set; } + public global::Vapi.ByoPhoneNumberProvider? Type1267 { get; set; } /// /// /// - public global::Vapi.TwilioPhoneNumberStatus? Type1268 { get; set; } + public global::Vapi.ByoPhoneNumberStatus? Type1268 { get; set; } /// /// /// - public global::Vapi.VonagePhoneNumber? Type1269 { get; set; } + public global::Vapi.TwilioPhoneNumber? Type1269 { get; set; } /// /// /// - public global::Vapi.VonagePhoneNumberProvider? Type1270 { get; set; } + public global::Vapi.TwilioPhoneNumberProvider? Type1270 { get; set; } /// /// /// - public global::Vapi.VonagePhoneNumberStatus? Type1271 { get; set; } + public global::Vapi.TwilioPhoneNumberStatus? Type1271 { get; set; } /// /// /// - public global::Vapi.SipAuthentication? Type1272 { get; set; } + public global::Vapi.VonagePhoneNumber? Type1272 { get; set; } /// /// /// - public global::Vapi.VapiPhoneNumber? Type1273 { get; set; } + public global::Vapi.VonagePhoneNumberProvider? Type1273 { get; set; } /// /// /// - public global::Vapi.VapiPhoneNumberProvider? Type1274 { get; set; } + public global::Vapi.VonagePhoneNumberStatus? Type1274 { get; set; } /// /// /// - public global::Vapi.VapiPhoneNumberStatus? Type1275 { get; set; } + public global::Vapi.SipAuthentication? Type1275 { get; set; } /// /// /// - public global::Vapi.TelnyxPhoneNumber? Type1276 { get; set; } + public global::Vapi.VapiPhoneNumber? Type1276 { get; set; } /// /// /// - public global::Vapi.TelnyxPhoneNumberProvider? Type1277 { get; set; } + public global::Vapi.VapiPhoneNumberProvider? Type1277 { get; set; } /// /// /// - public global::Vapi.TelnyxPhoneNumberStatus? Type1278 { get; set; } + public global::Vapi.VapiPhoneNumberStatus? Type1278 { get; set; } /// /// /// - public global::Vapi.CreateByoPhoneNumberDTO? Type1279 { get; set; } + public global::Vapi.TelnyxPhoneNumber? Type1279 { get; set; } /// /// /// - public global::Vapi.CreateByoPhoneNumberDTOProvider? Type1280 { get; set; } + public global::Vapi.TelnyxPhoneNumberProvider? Type1280 { get; set; } /// /// /// - public global::Vapi.CreateTwilioPhoneNumberDTO? Type1281 { get; set; } + public global::Vapi.TelnyxPhoneNumberStatus? Type1281 { get; set; } /// /// /// - public global::Vapi.CreateTwilioPhoneNumberDTOProvider? Type1282 { get; set; } + public global::Vapi.CreateByoPhoneNumberDTO? Type1282 { get; set; } /// /// /// - public global::Vapi.CreateVonagePhoneNumberDTO? Type1283 { get; set; } + public global::Vapi.CreateByoPhoneNumberDTOProvider? Type1283 { get; set; } /// /// /// - public global::Vapi.CreateVonagePhoneNumberDTOProvider? Type1284 { get; set; } + public global::Vapi.CreateTwilioPhoneNumberDTO? Type1284 { get; set; } /// /// /// - public global::Vapi.CreateVapiPhoneNumberDTO? Type1285 { get; set; } + public global::Vapi.CreateTwilioPhoneNumberDTOProvider? Type1285 { get; set; } /// /// /// - public global::Vapi.CreateVapiPhoneNumberDTOProvider? Type1286 { get; set; } + public global::Vapi.CreateVonagePhoneNumberDTO? Type1286 { get; set; } /// /// /// - public global::Vapi.CreateTelnyxPhoneNumberDTO? Type1287 { get; set; } + public global::Vapi.CreateVonagePhoneNumberDTOProvider? Type1287 { get; set; } /// /// /// - public global::Vapi.CreateTelnyxPhoneNumberDTOProvider? Type1288 { get; set; } + public global::Vapi.CreateVapiPhoneNumberDTO? Type1288 { get; set; } /// /// /// - public global::Vapi.UpdateByoPhoneNumberDTO? Type1289 { get; set; } + public global::Vapi.CreateVapiPhoneNumberDTOProvider? Type1289 { get; set; } /// /// /// - public global::Vapi.UpdateByoPhoneNumberDTOProvider? Type1290 { get; set; } + public global::Vapi.CreateTelnyxPhoneNumberDTO? Type1290 { get; set; } /// /// /// - public global::Vapi.UpdateTwilioPhoneNumberDTO? Type1291 { get; set; } + public global::Vapi.CreateTelnyxPhoneNumberDTOProvider? Type1291 { get; set; } /// /// /// - public global::Vapi.UpdateTwilioPhoneNumberDTOProvider? Type1292 { get; set; } + public global::Vapi.UpdateByoPhoneNumberDTO? Type1292 { get; set; } /// /// /// - public global::Vapi.UpdateVonagePhoneNumberDTO? Type1293 { get; set; } + public global::Vapi.UpdateByoPhoneNumberDTOProvider? Type1293 { get; set; } /// /// /// - public global::Vapi.UpdateVonagePhoneNumberDTOProvider? Type1294 { get; set; } + public global::Vapi.UpdateTwilioPhoneNumberDTO? Type1294 { get; set; } /// /// /// - public global::Vapi.UpdateVapiPhoneNumberDTO? Type1295 { get; set; } + public global::Vapi.UpdateTwilioPhoneNumberDTOProvider? Type1295 { get; set; } /// /// /// - public global::Vapi.UpdateVapiPhoneNumberDTOProvider? Type1296 { get; set; } + public global::Vapi.UpdateVonagePhoneNumberDTO? Type1296 { get; set; } /// /// /// - public global::Vapi.UpdateTelnyxPhoneNumberDTO? Type1297 { get; set; } + public global::Vapi.UpdateVonagePhoneNumberDTOProvider? Type1297 { get; set; } /// /// /// - public global::Vapi.UpdateTelnyxPhoneNumberDTOProvider? Type1298 { get; set; } + public global::Vapi.UpdateVapiPhoneNumberDTO? Type1298 { get; set; } /// /// /// - public global::Vapi.ImportVonagePhoneNumberDTO? Type1299 { get; set; } + public global::Vapi.UpdateVapiPhoneNumberDTOProvider? Type1299 { get; set; } /// /// /// - public global::Vapi.PhoneNumberPaginatedResponse? Type1300 { get; set; } + public global::Vapi.UpdateTelnyxPhoneNumberDTO? Type1300 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1301 { get; set; } + public global::Vapi.UpdateTelnyxPhoneNumberDTOProvider? Type1301 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1302 { get; set; } + public global::Vapi.ImportVonagePhoneNumberDTO? Type1302 { get; set; } /// /// /// - public global::Vapi.ApiRequestTool? Type1303 { get; set; } + public global::Vapi.PhoneNumberPaginatedResponse? Type1303 { get; set; } /// /// /// - public global::Vapi.ApiRequestToolType? Type1304 { get; set; } + public global::System.Collections.Generic.IList>? Type1304 { get; set; } /// /// /// - public global::Vapi.ApiRequestToolMethod? Type1305 { get; set; } + public global::Vapi.OneOf? Type1305 { get; set; } /// /// /// - public global::Vapi.CodeToolEnvironmentVariable? Type1306 { get; set; } + public global::Vapi.ApiRequestTool? Type1306 { get; set; } /// /// /// - public global::Vapi.CodeTool? Type1307 { get; set; } + public global::Vapi.ApiRequestToolType? Type1307 { get; set; } /// /// /// - public global::Vapi.CodeToolType? Type1308 { get; set; } + public global::Vapi.ApiRequestToolMethod? Type1308 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1309 { get; set; } + public global::Vapi.CodeToolEnvironmentVariable? Type1309 { get; set; } /// /// /// - public global::Vapi.DtmfTool? Type1310 { get; set; } + public global::Vapi.CodeTool? Type1310 { get; set; } /// /// /// - public global::Vapi.DtmfToolType? Type1311 { get; set; } + public global::Vapi.CodeToolType? Type1311 { get; set; } /// /// /// - public global::Vapi.EndCallTool? Type1312 { get; set; } + public global::System.Collections.Generic.IList? Type1312 { get; set; } /// /// /// - public global::Vapi.EndCallToolType? Type1313 { get; set; } + public global::Vapi.DtmfTool? Type1313 { get; set; } /// /// /// - public global::Vapi.FunctionTool? Type1314 { get; set; } + public global::Vapi.DtmfToolType? Type1314 { get; set; } /// /// /// - public global::Vapi.FunctionToolType? Type1315 { get; set; } + public global::Vapi.EndCallTool? Type1315 { get; set; } /// /// /// - public global::Vapi.GhlTool? Type1316 { get; set; } + public global::Vapi.EndCallToolType? Type1316 { get; set; } /// /// /// - public global::Vapi.GhlToolType? Type1317 { get; set; } + public global::Vapi.FunctionTool? Type1317 { get; set; } /// /// /// - public global::Vapi.MakeTool? Type1318 { get; set; } + public global::Vapi.FunctionToolType? Type1318 { get; set; } /// /// /// - public global::Vapi.MakeToolType? Type1319 { get; set; } + public global::Vapi.GhlTool? Type1319 { get; set; } /// /// /// - public global::Vapi.TransferCallTool? Type1320 { get; set; } + public global::Vapi.GhlToolType? Type1320 { get; set; } /// /// /// - public global::Vapi.TransferCallToolType? Type1321 { get; set; } + public global::Vapi.MakeTool? Type1321 { get; set; } /// /// /// - public global::Vapi.HandoffTool? Type1322 { get; set; } + public global::Vapi.MakeToolType? Type1322 { get; set; } /// /// /// - public global::Vapi.HandoffToolType? Type1323 { get; set; } + public global::Vapi.TransferCallTool? Type1323 { get; set; } /// /// /// - public global::Vapi.OutputTool? Type1324 { get; set; } + public global::Vapi.TransferCallToolType? Type1324 { get; set; } /// /// /// - public global::Vapi.OutputToolType? Type1325 { get; set; } + public global::Vapi.HandoffTool? Type1325 { get; set; } /// /// /// - public global::Vapi.BashTool? Type1326 { get; set; } + public global::Vapi.HandoffToolType? Type1326 { get; set; } /// /// /// - public global::Vapi.BashToolType? Type1327 { get; set; } + public global::Vapi.OutputTool? Type1327 { get; set; } /// /// /// - public global::Vapi.BashToolSubType? Type1328 { get; set; } + public global::Vapi.OutputToolType? Type1328 { get; set; } /// /// /// - public global::Vapi.BashToolName? Type1329 { get; set; } + public global::Vapi.BashTool? Type1329 { get; set; } /// /// /// - public global::Vapi.ComputerTool? Type1330 { get; set; } + public global::Vapi.BashToolType? Type1330 { get; set; } /// /// /// - public global::Vapi.ComputerToolType? Type1331 { get; set; } + public global::Vapi.BashToolSubType? Type1331 { get; set; } /// /// /// - public global::Vapi.ComputerToolSubType? Type1332 { get; set; } + public global::Vapi.BashToolName? Type1332 { get; set; } /// /// /// - public global::Vapi.ComputerToolName? Type1333 { get; set; } + public global::Vapi.ComputerTool? Type1333 { get; set; } /// /// /// - public global::Vapi.TextEditorTool? Type1334 { get; set; } + public global::Vapi.ComputerToolType? Type1334 { get; set; } /// /// /// - public global::Vapi.TextEditorToolType? Type1335 { get; set; } + public global::Vapi.ComputerToolSubType? Type1335 { get; set; } /// /// /// - public global::Vapi.TextEditorToolSubType? Type1336 { get; set; } + public global::Vapi.ComputerToolName? Type1336 { get; set; } /// /// /// - public global::Vapi.TextEditorToolName? Type1337 { get; set; } + public global::Vapi.TextEditorTool? Type1337 { get; set; } /// /// /// - public global::Vapi.QueryTool? Type1338 { get; set; } + public global::Vapi.TextEditorToolType? Type1338 { get; set; } /// /// /// - public global::Vapi.QueryToolType? Type1339 { get; set; } + public global::Vapi.TextEditorToolSubType? Type1339 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventTool? Type1340 { get; set; } + public global::Vapi.TextEditorToolName? Type1340 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolType? Type1341 { get; set; } + public global::Vapi.QueryTool? Type1341 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendTool? Type1342 { get; set; } + public global::Vapi.QueryToolType? Type1342 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolType? Type1343 { get; set; } + public global::Vapi.GoogleCalendarCreateEventTool? Type1343 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCheckAvailabilityTool? Type1344 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolType? Type1344 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCheckAvailabilityToolType? Type1345 { get; set; } + public global::Vapi.GoogleSheetsRowAppendTool? Type1345 { get; set; } /// /// /// - public global::Vapi.SlackSendMessageTool? Type1346 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolType? Type1346 { get; set; } /// /// /// - public global::Vapi.SlackSendMessageToolType? Type1347 { get; set; } + public global::Vapi.GoogleCalendarCheckAvailabilityTool? Type1347 { get; set; } /// /// /// - public global::Vapi.SmsTool? Type1348 { get; set; } + public global::Vapi.GoogleCalendarCheckAvailabilityToolType? Type1348 { get; set; } /// /// /// - public global::Vapi.SmsToolType? Type1349 { get; set; } + public global::Vapi.SlackSendMessageTool? Type1349 { get; set; } /// /// /// - public global::Vapi.McpTool? Type1350 { get; set; } + public global::Vapi.SlackSendMessageToolType? Type1350 { get; set; } /// /// /// - public global::Vapi.McpToolType? Type1351 { get; set; } + public global::Vapi.SmsTool? Type1351 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityTool? Type1352 { get; set; } + public global::Vapi.SmsToolType? Type1352 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolType? Type1353 { get; set; } + public global::Vapi.McpTool? Type1353 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateTool? Type1354 { get; set; } + public global::Vapi.McpToolType? Type1354 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolType? Type1355 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityTool? Type1355 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateTool? Type1356 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolType? Type1356 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolType? Type1357 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateTool? Type1357 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetTool? Type1358 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolType? Type1358 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolType? Type1359 { get; set; } + public global::Vapi.GoHighLevelContactCreateTool? Type1359 { get; set; } /// /// /// - public global::Vapi.SipRequestTool? Type1360 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolType? Type1360 { get; set; } /// /// /// - public global::Vapi.SipRequestToolType? Type1361 { get; set; } + public global::Vapi.GoHighLevelContactGetTool? Type1361 { get; set; } /// /// /// - public global::Vapi.SipRequestToolVerb? Type1362 { get; set; } + public global::Vapi.GoHighLevelContactGetToolType? Type1362 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1363 { get; set; } + public global::Vapi.SipRequestTool? Type1363 { get; set; } /// /// /// - public global::Vapi.VoicemailTool? Type1364 { get; set; } + public global::Vapi.SipRequestToolType? Type1364 { get; set; } /// /// /// - public global::Vapi.VoicemailToolType? Type1365 { get; set; } + public global::Vapi.SipRequestToolVerb? Type1365 { get; set; } /// /// /// - public global::Vapi.CreateApiRequestToolDTOType? Type1366 { get; set; } + public global::Vapi.OneOf? Type1366 { get; set; } /// /// /// - public global::Vapi.CreateApiRequestToolDTOMethod? Type1367 { get; set; } + public global::Vapi.VoicemailTool? Type1367 { get; set; } /// /// /// - public global::Vapi.CreateCodeToolDTOType? Type1368 { get; set; } + public global::Vapi.VoicemailToolType? Type1368 { get; set; } /// /// /// - public global::Vapi.CreateOutputToolDTO? Type1369 { get; set; } + public global::Vapi.CreateApiRequestToolDTOType? Type1369 { get; set; } /// /// /// - public global::Vapi.CreateOutputToolDTOType? Type1370 { get; set; } + public global::Vapi.CreateApiRequestToolDTOMethod? Type1370 { get; set; } /// /// /// - public global::Vapi.CreateBashToolDTOType? Type1371 { get; set; } + public global::Vapi.CreateCodeToolDTOType? Type1371 { get; set; } /// /// /// - public global::Vapi.CreateBashToolDTOSubType? Type1372 { get; set; } + public global::Vapi.CreateOutputToolDTO? Type1372 { get; set; } /// /// /// - public global::Vapi.CreateBashToolDTOName? Type1373 { get; set; } + public global::Vapi.CreateOutputToolDTOType? Type1373 { get; set; } /// /// /// - public global::Vapi.CreateComputerToolDTOType? Type1374 { get; set; } + public global::Vapi.CreateBashToolDTOType? Type1374 { get; set; } /// /// /// - public global::Vapi.CreateComputerToolDTOSubType? Type1375 { get; set; } + public global::Vapi.CreateBashToolDTOSubType? Type1375 { get; set; } /// /// /// - public global::Vapi.CreateComputerToolDTOName? Type1376 { get; set; } + public global::Vapi.CreateBashToolDTOName? Type1376 { get; set; } /// /// /// - public global::Vapi.CreateTextEditorToolDTOType? Type1377 { get; set; } + public global::Vapi.CreateComputerToolDTOType? Type1377 { get; set; } /// /// /// - public global::Vapi.CreateTextEditorToolDTOSubType? Type1378 { get; set; } + public global::Vapi.CreateComputerToolDTOSubType? Type1378 { get; set; } /// /// /// - public global::Vapi.CreateTextEditorToolDTOName? Type1379 { get; set; } + public global::Vapi.CreateComputerToolDTOName? Type1379 { get; set; } /// /// /// - public global::Vapi.CreateSmsToolDTOType? Type1380 { get; set; } + public global::Vapi.CreateTextEditorToolDTOType? Type1380 { get; set; } /// /// /// - public global::Vapi.CreateSipRequestToolDTOType? Type1381 { get; set; } + public global::Vapi.CreateTextEditorToolDTOSubType? Type1381 { get; set; } /// /// /// - public global::Vapi.CreateSipRequestToolDTOVerb? Type1382 { get; set; } + public global::Vapi.CreateTextEditorToolDTOName? Type1382 { get; set; } /// /// /// - public global::Vapi.UpdateApiRequestToolDTO? Type1383 { get; set; } + public global::Vapi.CreateSmsToolDTOType? Type1383 { get; set; } /// /// /// - public global::Vapi.UpdateApiRequestToolDTOType? Type1384 { get; set; } + public global::Vapi.CreateSipRequestToolDTOType? Type1384 { get; set; } /// /// /// - public global::Vapi.UpdateApiRequestToolDTOMethod? Type1385 { get; set; } + public global::Vapi.CreateSipRequestToolDTOVerb? Type1385 { get; set; } /// /// /// - public global::Vapi.UpdateCodeToolDTO? Type1386 { get; set; } + public global::Vapi.UpdateApiRequestToolDTO? Type1386 { get; set; } /// /// /// - public global::Vapi.UpdateCodeToolDTOType? Type1387 { get; set; } + public global::Vapi.UpdateApiRequestToolDTOType? Type1387 { get; set; } /// /// /// - public global::Vapi.UpdateDtmfToolDTO? Type1388 { get; set; } + public global::Vapi.UpdateApiRequestToolDTOMethod? Type1388 { get; set; } /// /// /// - public global::Vapi.UpdateDtmfToolDTOType? Type1389 { get; set; } + public global::Vapi.UpdateCodeToolDTO? Type1389 { get; set; } /// /// /// - public global::Vapi.UpdateEndCallToolDTO? Type1390 { get; set; } + public global::Vapi.UpdateCodeToolDTOType? Type1390 { get; set; } /// /// /// - public global::Vapi.UpdateEndCallToolDTOType? Type1391 { get; set; } + public global::Vapi.UpdateDtmfToolDTO? Type1391 { get; set; } /// /// /// - public global::Vapi.UpdateFunctionToolDTO? Type1392 { get; set; } + public global::Vapi.UpdateDtmfToolDTOType? Type1392 { get; set; } /// /// /// - public global::Vapi.UpdateFunctionToolDTOType? Type1393 { get; set; } + public global::Vapi.UpdateEndCallToolDTO? Type1393 { get; set; } /// /// /// - public global::Vapi.UpdateGhlToolDTO? Type1394 { get; set; } + public global::Vapi.UpdateEndCallToolDTOType? Type1394 { get; set; } /// /// /// - public global::Vapi.UpdateGhlToolDTOType? Type1395 { get; set; } + public global::Vapi.UpdateFunctionToolDTO? Type1395 { get; set; } /// /// /// - public global::Vapi.UpdateMakeToolDTO? Type1396 { get; set; } + public global::Vapi.UpdateFunctionToolDTOType? Type1396 { get; set; } /// /// /// - public global::Vapi.UpdateMakeToolDTOType? Type1397 { get; set; } + public global::Vapi.UpdateGhlToolDTO? Type1397 { get; set; } /// /// /// - public global::Vapi.UpdateHandoffToolDTO? Type1398 { get; set; } + public global::Vapi.UpdateGhlToolDTOType? Type1398 { get; set; } /// /// /// - public global::Vapi.UpdateHandoffToolDTOType? Type1399 { get; set; } + public global::Vapi.UpdateMakeToolDTO? Type1399 { get; set; } /// /// /// - public global::Vapi.UpdateTransferCallToolDTO? Type1400 { get; set; } + public global::Vapi.UpdateMakeToolDTOType? Type1400 { get; set; } /// /// /// - public global::Vapi.UpdateTransferCallToolDTOType? Type1401 { get; set; } + public global::Vapi.UpdateHandoffToolDTO? Type1401 { get; set; } /// /// /// - public global::Vapi.UpdateOutputToolDTO? Type1402 { get; set; } + public global::Vapi.UpdateHandoffToolDTOType? Type1402 { get; set; } /// /// /// - public global::Vapi.UpdateOutputToolDTOType? Type1403 { get; set; } + public global::Vapi.UpdateTransferCallToolDTO? Type1403 { get; set; } /// /// /// - public global::Vapi.UpdateBashToolDTO? Type1404 { get; set; } + public global::Vapi.UpdateTransferCallToolDTOType? Type1404 { get; set; } /// /// /// - public global::Vapi.UpdateBashToolDTOType? Type1405 { get; set; } + public global::Vapi.UpdateOutputToolDTO? Type1405 { get; set; } /// /// /// - public global::Vapi.UpdateBashToolDTOSubType? Type1406 { get; set; } + public global::Vapi.UpdateOutputToolDTOType? Type1406 { get; set; } /// /// /// - public global::Vapi.UpdateBashToolDTOName? Type1407 { get; set; } + public global::Vapi.UpdateBashToolDTO? Type1407 { get; set; } /// /// /// - public global::Vapi.UpdateComputerToolDTO? Type1408 { get; set; } + public global::Vapi.UpdateBashToolDTOType? Type1408 { get; set; } /// /// /// - public global::Vapi.UpdateComputerToolDTOType? Type1409 { get; set; } + public global::Vapi.UpdateBashToolDTOSubType? Type1409 { get; set; } /// /// /// - public global::Vapi.UpdateComputerToolDTOSubType? Type1410 { get; set; } + public global::Vapi.UpdateBashToolDTOName? Type1410 { get; set; } /// /// /// - public global::Vapi.UpdateComputerToolDTOName? Type1411 { get; set; } + public global::Vapi.UpdateComputerToolDTO? Type1411 { get; set; } /// /// /// - public global::Vapi.UpdateTextEditorToolDTO? Type1412 { get; set; } + public global::Vapi.UpdateComputerToolDTOType? Type1412 { get; set; } /// /// /// - public global::Vapi.UpdateTextEditorToolDTOType? Type1413 { get; set; } + public global::Vapi.UpdateComputerToolDTOSubType? Type1413 { get; set; } /// /// /// - public global::Vapi.UpdateTextEditorToolDTOSubType? Type1414 { get; set; } + public global::Vapi.UpdateComputerToolDTOName? Type1414 { get; set; } /// /// /// - public global::Vapi.UpdateTextEditorToolDTOName? Type1415 { get; set; } + public global::Vapi.UpdateTextEditorToolDTO? Type1415 { get; set; } /// /// /// - public global::Vapi.UpdateQueryToolDTO? Type1416 { get; set; } + public global::Vapi.UpdateTextEditorToolDTOType? Type1416 { get; set; } /// /// /// - public global::Vapi.UpdateQueryToolDTOType? Type1417 { get; set; } + public global::Vapi.UpdateTextEditorToolDTOSubType? Type1417 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarCreateEventToolDTO? Type1418 { get; set; } + public global::Vapi.UpdateTextEditorToolDTOName? Type1418 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarCreateEventToolDTOType? Type1419 { get; set; } + public global::Vapi.UpdateQueryToolDTO? Type1419 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleSheetsRowAppendToolDTO? Type1420 { get; set; } + public global::Vapi.UpdateQueryToolDTOType? Type1420 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleSheetsRowAppendToolDTOType? Type1421 { get; set; } + public global::Vapi.UpdateGoogleCalendarCreateEventToolDTO? Type1421 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarCheckAvailabilityToolDTO? Type1422 { get; set; } + public global::Vapi.UpdateGoogleCalendarCreateEventToolDTOType? Type1422 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarCheckAvailabilityToolDTOType? Type1423 { get; set; } + public global::Vapi.UpdateGoogleSheetsRowAppendToolDTO? Type1423 { get; set; } /// /// /// - public global::Vapi.UpdateSlackSendMessageToolDTO? Type1424 { get; set; } + public global::Vapi.UpdateGoogleSheetsRowAppendToolDTOType? Type1424 { get; set; } /// /// /// - public global::Vapi.UpdateSlackSendMessageToolDTOType? Type1425 { get; set; } + public global::Vapi.UpdateGoogleCalendarCheckAvailabilityToolDTO? Type1425 { get; set; } /// /// /// - public global::Vapi.UpdateSmsToolDTO? Type1426 { get; set; } + public global::Vapi.UpdateGoogleCalendarCheckAvailabilityToolDTOType? Type1426 { get; set; } /// /// /// - public global::Vapi.UpdateSmsToolDTOType? Type1427 { get; set; } + public global::Vapi.UpdateSlackSendMessageToolDTO? Type1427 { get; set; } /// /// /// - public global::Vapi.UpdateMcpToolDTO? Type1428 { get; set; } + public global::Vapi.UpdateSlackSendMessageToolDTOType? Type1428 { get; set; } /// /// /// - public global::Vapi.UpdateMcpToolDTOType? Type1429 { get; set; } + public global::Vapi.UpdateSmsToolDTO? Type1429 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCalendarAvailabilityToolDTO? Type1430 { get; set; } + public global::Vapi.UpdateSmsToolDTOType? Type1430 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCalendarAvailabilityToolDTOType? Type1431 { get; set; } + public global::Vapi.UpdateMcpToolDTO? Type1431 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCalendarEventCreateToolDTO? Type1432 { get; set; } + public global::Vapi.UpdateMcpToolDTOType? Type1432 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCalendarEventCreateToolDTOType? Type1433 { get; set; } + public global::Vapi.UpdateGoHighLevelCalendarAvailabilityToolDTO? Type1433 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelContactCreateToolDTO? Type1434 { get; set; } + public global::Vapi.UpdateGoHighLevelCalendarAvailabilityToolDTOType? Type1434 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelContactCreateToolDTOType? Type1435 { get; set; } + public global::Vapi.UpdateGoHighLevelCalendarEventCreateToolDTO? Type1435 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelContactGetToolDTO? Type1436 { get; set; } + public global::Vapi.UpdateGoHighLevelCalendarEventCreateToolDTOType? Type1436 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelContactGetToolDTOType? Type1437 { get; set; } + public global::Vapi.UpdateGoHighLevelContactCreateToolDTO? Type1437 { get; set; } /// /// /// - public global::Vapi.UpdateSipRequestToolDTO? Type1438 { get; set; } + public global::Vapi.UpdateGoHighLevelContactCreateToolDTOType? Type1438 { get; set; } /// /// /// - public global::Vapi.UpdateSipRequestToolDTOType? Type1439 { get; set; } + public global::Vapi.UpdateGoHighLevelContactGetToolDTO? Type1439 { get; set; } /// /// /// - public global::Vapi.UpdateSipRequestToolDTOVerb? Type1440 { get; set; } + public global::Vapi.UpdateGoHighLevelContactGetToolDTOType? Type1440 { get; set; } /// /// /// - public global::Vapi.UpdateVoicemailToolDTO? Type1441 { get; set; } + public global::Vapi.UpdateSipRequestToolDTO? Type1441 { get; set; } /// /// /// - public global::Vapi.UpdateVoicemailToolDTOType? Type1442 { get; set; } + public global::Vapi.UpdateSipRequestToolDTOType? Type1442 { get; set; } /// /// /// - public global::Vapi.ToolVersion? Type1443 { get; set; } + public global::Vapi.UpdateSipRequestToolDTOVerb? Type1443 { get; set; } /// /// /// - public global::Vapi.ToolVersionPaginatedMetadata? Type1444 { get; set; } + public global::Vapi.UpdateVoicemailToolDTO? Type1444 { get; set; } /// /// /// - public global::Vapi.ToolVersionPaginatedResponse? Type1445 { get; set; } + public global::Vapi.UpdateVoicemailToolDTOType? Type1445 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1446 { get; set; } + public global::Vapi.ToolVersion? Type1446 { get; set; } /// /// /// - public global::Vapi.ToolDraft? Type1447 { get; set; } + public global::Vapi.ToolVersionPaginatedMetadata? Type1447 { get; set; } /// /// /// - public global::Vapi.ToolDraftType? Type1448 { get; set; } + public global::Vapi.ToolVersionPaginatedResponse? Type1448 { get; set; } /// /// /// - public global::Vapi.ToolDraftMethod? Type1449 { get; set; } + public global::System.Collections.Generic.IList? Type1449 { get; set; } /// /// /// - public global::Vapi.ToolDraftVerb? Type1450 { get; set; } + public global::Vapi.ToolDraft? Type1450 { get; set; } /// /// /// - public global::Vapi.CreateToolDraftDTO? Type1451 { get; set; } + public global::Vapi.ToolDraftType? Type1451 { get; set; } /// /// /// - public global::Vapi.CreateToolDraftDTOType? Type1452 { get; set; } + public global::Vapi.ToolDraftMethod? Type1452 { get; set; } /// /// /// - public global::Vapi.CreateToolDraftDTOMethod? Type1453 { get; set; } + public global::Vapi.ToolDraftVerb? Type1453 { get; set; } /// /// /// - public global::Vapi.CreateToolDraftDTOVerb? Type1454 { get; set; } + public global::Vapi.CreateToolDraftDTO? Type1454 { get; set; } /// /// /// - public global::Vapi.UpdateToolDraftDTO? Type1455 { get; set; } + public global::Vapi.CreateToolDraftDTOType? Type1455 { get; set; } /// /// /// - public global::Vapi.UpdateToolDraftDTOType? Type1456 { get; set; } + public global::Vapi.CreateToolDraftDTOMethod? Type1456 { get; set; } /// /// /// - public global::Vapi.UpdateToolDraftDTOMethod? Type1457 { get; set; } + public global::Vapi.CreateToolDraftDTOVerb? Type1457 { get; set; } /// /// /// - public global::Vapi.UpdateToolDraftDTOVerb? Type1458 { get; set; } + public global::Vapi.UpdateToolDraftDTO? Type1458 { get; set; } /// /// /// - public global::Vapi.ToolDraftPaginatedMetadata? Type1459 { get; set; } + public global::Vapi.UpdateToolDraftDTOType? Type1459 { get; set; } /// /// /// - public global::Vapi.ToolDraftPaginatedResponse? Type1460 { get; set; } + public global::Vapi.UpdateToolDraftDTOMethod? Type1460 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1461 { get; set; } + public global::Vapi.UpdateToolDraftDTOVerb? Type1461 { get; set; } /// /// /// - public global::Vapi.ToolDraftConflictResponseDTO? Type1462 { get; set; } + public global::Vapi.ToolDraftPaginatedMetadata? Type1462 { get; set; } /// /// /// - public global::Vapi.GetToolDraftsDTO? Type1463 { get; set; } + public global::Vapi.ToolDraftPaginatedResponse? Type1463 { get; set; } /// /// /// - public global::Vapi.UpdateToolVersionMetadataDTO? Type1464 { get; set; } + public global::System.Collections.Generic.IList? Type1464 { get; set; } /// /// /// - public global::Vapi.ToolPinnedConflictResponseDTO? Type1465 { get; set; } + public global::Vapi.ToolDraftConflictResponseDTO? Type1465 { get; set; } /// /// /// - public global::Vapi.ToolPinnedConflictResponseDTOError? Type1466 { get; set; } + public global::Vapi.GetToolDraftsDTO? Type1466 { get; set; } /// /// /// - public global::Vapi.CreateFileDTO? Type1467 { get; set; } + public global::Vapi.UpdateToolVersionMetadataDTO? Type1467 { get; set; } /// /// /// - public global::Vapi.File? Type1468 { get; set; } + public global::Vapi.ToolPinnedConflictResponseDTO? Type1468 { get; set; } /// /// /// - public global::Vapi.FileObject? Type1469 { get; set; } + public global::Vapi.ToolPinnedConflictResponseDTOError? Type1469 { get; set; } /// /// /// - public global::Vapi.FileStatus? Type1470 { get; set; } + public global::Vapi.CreateFileDTO? Type1470 { get; set; } /// /// /// - public global::Vapi.UpdateFileDTO? Type1471 { get; set; } + public global::Vapi.File? Type1471 { get; set; } /// /// /// - public global::Vapi.CustomKnowledgeBase? Type1472 { get; set; } + public global::Vapi.FileObject? Type1472 { get; set; } /// /// /// - public global::Vapi.CustomKnowledgeBaseProvider? Type1473 { get; set; } + public global::Vapi.FileStatus? Type1473 { get; set; } /// /// /// - public global::Vapi.UpdateCustomKnowledgeBaseDTO? Type1474 { get; set; } + public global::Vapi.UpdateFileDTO? Type1474 { get; set; } /// /// /// - public global::Vapi.UpdateCustomKnowledgeBaseDTOProvider? Type1475 { get; set; } + public global::Vapi.CustomKnowledgeBase? Type1475 { get; set; } /// /// /// - public global::Vapi.StructuredOutputRunResult? Type1476 { get; set; } + public global::Vapi.CustomKnowledgeBaseProvider? Type1476 { get; set; } /// /// /// - public global::Vapi.StructuredOutputRunPreviewResponse? Type1477 { get; set; } + public global::Vapi.UpdateCustomKnowledgeBaseDTO? Type1477 { get; set; } /// /// /// - public global::Vapi.StructuredOutputRerunResponse? Type1478 { get; set; } + public global::Vapi.UpdateCustomKnowledgeBaseDTOProvider? Type1478 { get; set; } /// /// /// - public global::Vapi.StructuredOutput? Type1479 { get; set; } + public global::Vapi.StructuredOutputRunResult? Type1479 { get; set; } /// /// /// - public global::Vapi.StructuredOutputType? Type1480 { get; set; } + public global::Vapi.StructuredOutputRunPreviewResponse? Type1480 { get; set; } /// /// /// - public global::Vapi.StructuredOutputPaginatedResponse? Type1481 { get; set; } + public global::Vapi.StructuredOutputRerunResponse? Type1481 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1482 { get; set; } + public global::Vapi.StructuredOutput? Type1482 { get; set; } /// /// /// - public global::Vapi.UpdateStructuredOutputDTO? Type1483 { get; set; } + public global::Vapi.StructuredOutputType? Type1483 { get; set; } /// /// /// - public global::Vapi.UpdateStructuredOutputDTOType? Type1484 { get; set; } + public global::Vapi.StructuredOutputPaginatedResponse? Type1484 { get; set; } /// /// /// - public global::Vapi.StructuredOutputRunDTO? Type1485 { get; set; } + public global::System.Collections.Generic.IList? Type1485 { get; set; } /// /// /// - public global::Vapi.TesterPlan? Type1486 { get; set; } + public global::Vapi.UpdateStructuredOutputDTO? Type1486 { get; set; } /// /// /// - public global::Vapi.TestSuitePhoneNumber? Type1487 { get; set; } + public global::Vapi.UpdateStructuredOutputDTOType? Type1487 { get; set; } /// /// /// - public global::Vapi.TestSuitePhoneNumberProvider? Type1488 { get; set; } + public global::Vapi.StructuredOutputRunDTO? Type1488 { get; set; } /// /// /// - public global::Vapi.TargetPlan? Type1489 { get; set; } + public global::Vapi.TesterPlan? Type1489 { get; set; } /// /// /// - public global::Vapi.TestSuite? Type1490 { get; set; } + public global::Vapi.TestSuitePhoneNumber? Type1490 { get; set; } /// /// /// - public global::Vapi.TestSuitesPaginatedResponse? Type1491 { get; set; } + public global::Vapi.TestSuitePhoneNumberProvider? Type1491 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1492 { get; set; } + public global::Vapi.TargetPlan? Type1492 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteDto? Type1493 { get; set; } + public global::Vapi.TestSuite? Type1493 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteDto? Type1494 { get; set; } + public global::Vapi.TestSuitesPaginatedResponse? Type1494 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestVoice? Type1495 { get; set; } + public global::System.Collections.Generic.IList? Type1495 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1496 { get; set; } + public global::Vapi.CreateTestSuiteDto? Type1496 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestScorerAI? Type1497 { get; set; } + public global::Vapi.UpdateTestSuiteDto? Type1497 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestVoiceType? Type1498 { get; set; } + public global::Vapi.TestSuiteTestVoice? Type1498 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestChat? Type1499 { get; set; } + public global::System.Collections.Generic.IList? Type1499 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestChatType? Type1500 { get; set; } + public global::Vapi.TestSuiteTestScorerAI? Type1500 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteTestVoiceDto? Type1501 { get; set; } + public global::Vapi.TestSuiteTestVoiceType? Type1501 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteTestVoiceDtoType? Type1502 { get; set; } + public global::Vapi.TestSuiteTestChat? Type1502 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteTestChatDto? Type1503 { get; set; } + public global::Vapi.TestSuiteTestChatType? Type1503 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteTestChatDtoType? Type1504 { get; set; } + public global::Vapi.CreateTestSuiteTestVoiceDto? Type1504 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteTestVoiceDto? Type1505 { get; set; } + public global::Vapi.CreateTestSuiteTestVoiceDtoType? Type1505 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteTestVoiceDtoType? Type1506 { get; set; } + public global::Vapi.CreateTestSuiteTestChatDto? Type1506 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteTestChatDto? Type1507 { get; set; } + public global::Vapi.CreateTestSuiteTestChatDtoType? Type1507 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteTestChatDtoType? Type1508 { get; set; } + public global::Vapi.UpdateTestSuiteTestVoiceDto? Type1508 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestScorerAIType? Type1509 { get; set; } + public global::Vapi.UpdateTestSuiteTestVoiceDtoType? Type1509 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestsPaginatedResponse? Type1510 { get; set; } + public global::Vapi.UpdateTestSuiteTestChatDto? Type1510 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1511 { get; set; } + public global::Vapi.UpdateTestSuiteTestChatDtoType? Type1511 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1512 { get; set; } + public global::Vapi.TestSuiteTestScorerAIType? Type1512 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunScorerAI? Type1513 { get; set; } + public global::Vapi.TestSuiteTestsPaginatedResponse? Type1513 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunScorerAIType? Type1514 { get; set; } + public global::System.Collections.Generic.IList>? Type1514 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunScorerAIResult? Type1515 { get; set; } + public global::Vapi.OneOf? Type1515 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunTestAttemptCall? Type1516 { get; set; } + public global::Vapi.TestSuiteRunScorerAI? Type1516 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunTestAttemptMetadata? Type1517 { get; set; } + public global::Vapi.TestSuiteRunScorerAIType? Type1517 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunTestAttempt? Type1518 { get; set; } + public global::Vapi.TestSuiteRunScorerAIResult? Type1518 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1519 { get; set; } + public global::Vapi.TestSuiteRunTestAttemptCall? Type1519 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunTestResult? Type1520 { get; set; } + public global::Vapi.TestSuiteRunTestAttemptMetadata? Type1520 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1521 { get; set; } + public global::Vapi.TestSuiteRunTestAttempt? Type1521 { get; set; } /// /// /// - public global::Vapi.TestSuiteRun? Type1522 { get; set; } + public global::System.Collections.Generic.IList? Type1522 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunStatus? Type1523 { get; set; } + public global::Vapi.TestSuiteRunTestResult? Type1523 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1524 { get; set; } + public global::System.Collections.Generic.IList? Type1524 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunsPaginatedResponse? Type1525 { get; set; } + public global::Vapi.TestSuiteRun? Type1525 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1526 { get; set; } + public global::Vapi.TestSuiteRunStatus? Type1526 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteRunDto? Type1527 { get; set; } + public global::System.Collections.Generic.IList? Type1527 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteRunDto? Type1528 { get; set; } + public global::Vapi.TestSuiteRunsPaginatedResponse? Type1528 { get; set; } /// /// /// - public global::Vapi.CreatePersonalityDTO? Type1529 { get; set; } + public global::System.Collections.Generic.IList? Type1529 { get; set; } /// /// /// - public global::Vapi.Personality? Type1530 { get; set; } + public global::Vapi.CreateTestSuiteRunDto? Type1530 { get; set; } /// /// /// - public global::Vapi.UpdatePersonalityDTO? Type1531 { get; set; } + public global::Vapi.UpdateTestSuiteRunDto? Type1531 { get; set; } /// /// /// - public global::Vapi.SimulationHookInclude? Type1532 { get; set; } + public global::Vapi.CreatePersonalityDTO? Type1532 { get; set; } /// /// /// - public global::Vapi.SimulationHookWebhookAction? Type1533 { get; set; } + public global::Vapi.Personality? Type1533 { get; set; } /// /// /// - public global::Vapi.SimulationHookWebhookActionType? Type1534 { get; set; } + public global::Vapi.UpdatePersonalityDTO? Type1534 { get; set; } /// /// /// - public global::Vapi.SimulationHookCallStarted? Type1535 { get; set; } + public global::Vapi.SimulationHookInclude? Type1535 { get; set; } /// /// /// - public global::Vapi.SimulationHookCallStartedOn? Type1536 { get; set; } + public global::Vapi.SimulationHookWebhookAction? Type1536 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1537 { get; set; } + public global::Vapi.SimulationHookWebhookActionType? Type1537 { get; set; } /// /// /// - public global::Vapi.SimulationHookCallEnded? Type1538 { get; set; } + public global::Vapi.SimulationHookCallStarted? Type1538 { get; set; } /// /// /// - public global::Vapi.SimulationHookCallEndedOn? Type1539 { get; set; } + public global::Vapi.SimulationHookCallStartedOn? Type1539 { get; set; } /// /// /// - public global::Vapi.EvaluationPlanItem? Type1540 { get; set; } + public global::System.Collections.Generic.IList? Type1540 { get; set; } /// /// /// - public global::Vapi.EvaluationPlanItemComparator? Type1541 { get; set; } + public global::Vapi.SimulationHookCallEnded? Type1541 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1542 { get; set; } + public global::Vapi.SimulationHookCallEndedOn? Type1542 { get; set; } /// /// /// - public global::Vapi.ScenarioToolMock? Type1543 { get; set; } + public global::Vapi.EvaluationPlanItem? Type1543 { get; set; } /// /// /// - public global::Vapi.CreateScenarioDTO? Type1544 { get; set; } + public global::Vapi.EvaluationPlanItemComparator? Type1544 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1545 { get; set; } + public global::Vapi.OneOf? Type1545 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1546 { get; set; } + public global::Vapi.ScenarioToolMock? Type1546 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1547 { get; set; } + public global::Vapi.CreateScenarioDTO? Type1547 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1548 { get; set; } + public global::System.Collections.Generic.IList? Type1548 { get; set; } /// /// /// - public global::Vapi.Scenario? Type1549 { get; set; } + public global::System.Collections.Generic.IList>? Type1549 { get; set; } /// /// /// - public global::Vapi.UpdateScenarioDTO? Type1550 { get; set; } + public global::Vapi.OneOf? Type1550 { get; set; } /// /// /// - public global::Vapi.SimulationRunSimulationEntry? Type1551 { get; set; } + public global::System.Collections.Generic.IList? Type1551 { get; set; } /// /// /// - public global::Vapi.SimulationRunSimulationEntryType? Type1552 { get; set; } + public global::Vapi.Scenario? Type1552 { get; set; } /// /// /// - public global::Vapi.SimulationRunSuiteEntry? Type1553 { get; set; } + public global::Vapi.UpdateScenarioDTO? Type1553 { get; set; } /// /// /// - public global::Vapi.SimulationRunSuiteEntryType? Type1554 { get; set; } + public global::Vapi.SimulationRunSimulationEntry? Type1554 { get; set; } /// /// /// - public global::Vapi.SimulationRunTargetAssistant? Type1555 { get; set; } + public global::Vapi.SimulationRunSimulationEntryType? Type1555 { get; set; } /// /// /// - public global::Vapi.SimulationRunTargetAssistantType? Type1556 { get; set; } + public global::Vapi.SimulationRunSuiteEntry? Type1556 { get; set; } /// /// /// - public global::Vapi.SimulationRunTargetSquad? Type1557 { get; set; } + public global::Vapi.SimulationRunSuiteEntryType? Type1557 { get; set; } /// /// /// - public global::Vapi.SimulationRunTargetSquadType? Type1558 { get; set; } + public global::Vapi.SimulationRunTargetAssistant? Type1558 { get; set; } /// /// /// - public global::Vapi.SimulationRunTransportConfiguration? Type1559 { get; set; } + public global::Vapi.SimulationRunTargetAssistantType? Type1559 { get; set; } /// /// /// - public global::Vapi.SimulationRunTransportConfigurationProvider? Type1560 { get; set; } + public global::Vapi.SimulationRunTargetSquad? Type1560 { get; set; } /// /// /// - public global::Vapi.CreateSimulationRunDTO? Type1561 { get; set; } + public global::Vapi.SimulationRunTargetSquadType? Type1561 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1562 { get; set; } + public global::Vapi.SimulationRunTransportConfiguration? Type1562 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1563 { get; set; } + public global::Vapi.SimulationRunTransportConfigurationProvider? Type1563 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1564 { get; set; } + public global::Vapi.CreateSimulationRunDTO? Type1564 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemCounts? Type1565 { get; set; } + public global::System.Collections.Generic.IList>? Type1565 { get; set; } /// /// /// - public global::Vapi.CreateSimulationRunResponse? Type1566 { get; set; } + public global::Vapi.OneOf? Type1566 { get; set; } /// /// /// - public global::Vapi.CreateSimulationRunResponseStatus? Type1567 { get; set; } + public global::Vapi.OneOf? Type1567 { get; set; } /// /// /// - public global::Vapi.SimulationRun? Type1568 { get; set; } + public global::Vapi.SimulationRunItemCounts? Type1568 { get; set; } /// /// /// - public global::Vapi.SimulationRunStatus? Type1569 { get; set; } + public global::Vapi.CreateSimulationRunResponse? Type1569 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemCallMonitor? Type1570 { get; set; } + public global::Vapi.CreateSimulationRunResponseStatus? Type1570 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemCallMetadata? Type1571 { get; set; } + public global::Vapi.SimulationRun? Type1571 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemMetadata? Type1572 { get; set; } + public global::Vapi.SimulationRunStatus? Type1572 { get; set; } /// /// /// - public global::Vapi.StructuredOutputEvaluationResult? Type1573 { get; set; } + public global::Vapi.SimulationRunListSource? Type1573 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1574 { get; set; } + public global::Vapi.SimulationRunListSourceType? Type1574 { get; set; } /// /// /// - public global::Vapi.StructuredOutputEvaluationResultComparator? Type1575 { get; set; } + public global::Vapi.SimulationRunListSummary? Type1575 { get; set; } /// /// /// - public global::Vapi.LatencyMetrics? Type1576 { get; set; } + public global::Vapi.SimulationRunListItem? Type1576 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemResults? Type1577 { get; set; } + public global::Vapi.SimulationRunListItemStatus? Type1577 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1578 { get; set; } + public global::Vapi.SimulationRunsPaginatedResponse? Type1578 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemImprovementSuggestion? Type1579 { get; set; } + public global::System.Collections.Generic.IList? Type1579 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemImprovements? Type1580 { get; set; } + public global::Vapi.SimulationRunItemCallMonitor? Type1580 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1581 { get; set; } + public global::Vapi.SimulationRunItemCallMetadata? Type1581 { get; set; } /// /// /// - public global::Vapi.SimulationRunConfiguration? Type1582 { get; set; } + public global::Vapi.SimulationRunItemMetadata? Type1582 { get; set; } /// /// /// - public global::Vapi.SimulationRunItem? Type1583 { get; set; } + public global::Vapi.StructuredOutputEvaluationResult? Type1583 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemStatus? Type1584 { get; set; } + public global::Vapi.OneOf? Type1584 { get; set; } /// /// /// - public global::Vapi.SimulationSuiteTargetAssignment? Type1585 { get; set; } + public global::Vapi.StructuredOutputEvaluationResultComparator? Type1585 { get; set; } /// /// /// - public global::Vapi.SimulationSuiteTargetAssignmentTargetType? Type1586 { get; set; } + public global::Vapi.LatencyMetrics? Type1586 { get; set; } /// /// /// - public global::Vapi.CreateSimulationSuiteDTO? Type1587 { get; set; } + public global::Vapi.SimulationRunItemResults? Type1587 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1588 { get; set; } + public global::System.Collections.Generic.IList? Type1588 { get; set; } /// /// /// - public global::Vapi.SimulationSuite? Type1589 { get; set; } + public global::Vapi.SimulationRunItemImprovementSuggestion? Type1589 { get; set; } /// /// /// - public global::Vapi.UpdateSimulationSuiteDTO? Type1590 { get; set; } + public global::Vapi.SimulationRunItemImprovements? Type1590 { get; set; } /// /// /// - public global::Vapi.GenerateScenariosDTO? Type1591 { get; set; } + public global::System.Collections.Generic.IList? Type1591 { get; set; } /// /// /// - public global::Vapi.GeneratedScenario? Type1592 { get; set; } + public global::Vapi.SimulationRunConfiguration? Type1592 { get; set; } /// /// /// - public global::Vapi.GeneratedScenarioCategory? Type1593 { get; set; } + public global::Vapi.SimulationRunItem? Type1593 { get; set; } /// /// /// - public global::Vapi.GenerateScenariosResponse? Type1594 { get; set; } + public global::Vapi.SimulationRunItemStatus? Type1594 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1595 { get; set; } + public global::Vapi.SimulationSuiteTargetAssignment? Type1595 { get; set; } /// /// /// - public global::Vapi.CreateSimulationDTO? Type1596 { get; set; } + public global::Vapi.SimulationSuiteTargetAssignmentTargetType? Type1596 { get; set; } /// /// /// - public global::Vapi.Simulation? Type1597 { get; set; } + public global::Vapi.CreateSimulationSuiteDTO? Type1597 { get; set; } /// /// /// - public global::Vapi.UpdateSimulationDTO? Type1598 { get; set; } + public global::System.Collections.Generic.IList? Type1598 { get; set; } /// /// /// - public global::Vapi.SimulationConcurrencyResponse? Type1599 { get; set; } + public global::Vapi.SimulationSuite? Type1599 { get; set; } /// /// /// - public global::Vapi.BarInsightMetadata? Type1600 { get; set; } + public global::Vapi.UpdateSimulationSuiteDTO? Type1600 { get; set; } /// /// /// - public global::Vapi.InsightTimeRangeWithStep? Type1601 { get; set; } + public global::Vapi.GenerateScenariosDTO? Type1601 { get; set; } /// /// /// - public global::Vapi.InsightTimeRangeWithStepStep? Type1602 { get; set; } + public global::Vapi.GeneratedScenario? Type1602 { get; set; } /// /// /// - public global::Vapi.BarInsight? Type1603 { get; set; } + public global::Vapi.GeneratedScenarioCategory? Type1603 { get; set; } /// /// /// - public global::Vapi.BarInsightType? Type1604 { get; set; } + public global::Vapi.GenerateScenariosResponse? Type1604 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1605 { get; set; } + public global::System.Collections.Generic.IList? Type1605 { get; set; } /// /// /// - public global::Vapi.InsightFormula? Type1606 { get; set; } + public global::Vapi.CreateSimulationDTO? Type1606 { get; set; } /// /// /// - public global::Vapi.BarInsightGroupBy? Type1607 { get; set; } + public global::Vapi.Simulation? Type1607 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumn? Type1608 { get; set; } + public global::Vapi.UpdateSimulationDTO? Type1608 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumn? Type1609 { get; set; } + public global::Vapi.SimulationConcurrencyResponse? Type1609 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumn? Type1610 { get; set; } + public global::Vapi.BarInsightMetadata? Type1610 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTable? Type1611 { get; set; } + public global::Vapi.InsightTimeRangeWithStep? Type1611 { get; set; } /// /// /// - public global::Vapi.InsightTimeRange? Type1612 { get; set; } + public global::Vapi.InsightTimeRangeWithStepStep? Type1612 { get; set; } /// /// /// - public global::Vapi.PieInsight? Type1613 { get; set; } + public global::Vapi.BarInsight? Type1613 { get; set; } /// /// /// - public global::Vapi.PieInsightType? Type1614 { get; set; } + public global::Vapi.BarInsightType? Type1614 { get; set; } /// /// /// - public global::Vapi.PieInsightGroupBy? Type1615 { get; set; } + public global::System.Collections.Generic.IList? Type1615 { get; set; } /// /// /// - public global::Vapi.LineInsightMetadata? Type1616 { get; set; } + public global::Vapi.InsightFormula? Type1616 { get; set; } /// /// /// - public global::Vapi.LineInsight? Type1617 { get; set; } + public global::Vapi.BarInsightGroupBy? Type1617 { get; set; } /// /// /// - public global::Vapi.LineInsightType? Type1618 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumn? Type1618 { get; set; } /// /// /// - public global::Vapi.LineInsightGroupBy? Type1619 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumn? Type1619 { get; set; } /// /// /// - public global::Vapi.TextInsight? Type1620 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumn? Type1620 { get; set; } /// /// /// - public global::Vapi.TextInsightType? Type1621 { get; set; } + public global::Vapi.JSONQueryOnEventsTable? Type1621 { get; set; } /// /// /// - public global::Vapi.UpdateBarInsightFromCallTableDTO? Type1622 { get; set; } + public global::Vapi.InsightTimeRange? Type1622 { get; set; } /// /// /// - public global::Vapi.UpdateBarInsightFromCallTableDTOType? Type1623 { get; set; } + public global::Vapi.PieInsight? Type1623 { get; set; } /// /// /// - public global::Vapi.UpdateBarInsightFromCallTableDTOGroupBy? Type1624 { get; set; } + public global::Vapi.PieInsightType? Type1624 { get; set; } /// /// /// - public global::Vapi.UpdatePieInsightFromCallTableDTO? Type1625 { get; set; } + public global::Vapi.PieInsightGroupBy? Type1625 { get; set; } /// /// /// - public global::Vapi.UpdatePieInsightFromCallTableDTOType? Type1626 { get; set; } + public global::Vapi.LineInsightMetadata? Type1626 { get; set; } /// /// /// - public global::Vapi.UpdatePieInsightFromCallTableDTOGroupBy? Type1627 { get; set; } + public global::Vapi.LineInsight? Type1627 { get; set; } /// /// /// - public global::Vapi.UpdateLineInsightFromCallTableDTO? Type1628 { get; set; } + public global::Vapi.LineInsightType? Type1628 { get; set; } /// /// /// - public global::Vapi.UpdateLineInsightFromCallTableDTOType? Type1629 { get; set; } + public global::Vapi.LineInsightGroupBy? Type1629 { get; set; } /// /// /// - public global::Vapi.UpdateLineInsightFromCallTableDTOGroupBy? Type1630 { get; set; } + public global::Vapi.TextInsight? Type1630 { get; set; } /// /// /// - public global::Vapi.UpdateTextInsightFromCallTableDTO? Type1631 { get; set; } + public global::Vapi.TextInsightType? Type1631 { get; set; } /// /// /// - public global::Vapi.UpdateTextInsightFromCallTableDTOType? Type1632 { get; set; } + public global::Vapi.UpdateBarInsightFromCallTableDTO? Type1632 { get; set; } /// /// /// - public global::Vapi.CreateBarInsightFromCallTableDTO? Type1633 { get; set; } + public global::Vapi.UpdateBarInsightFromCallTableDTOType? Type1633 { get; set; } /// /// /// - public global::Vapi.CreateBarInsightFromCallTableDTOType? Type1634 { get; set; } + public global::Vapi.UpdateBarInsightFromCallTableDTOGroupBy? Type1634 { get; set; } /// /// /// - public global::Vapi.CreateBarInsightFromCallTableDTOGroupBy? Type1635 { get; set; } + public global::Vapi.UpdatePieInsightFromCallTableDTO? Type1635 { get; set; } /// /// /// - public global::Vapi.CreatePieInsightFromCallTableDTO? Type1636 { get; set; } + public global::Vapi.UpdatePieInsightFromCallTableDTOType? Type1636 { get; set; } /// /// /// - public global::Vapi.CreatePieInsightFromCallTableDTOType? Type1637 { get; set; } + public global::Vapi.UpdatePieInsightFromCallTableDTOGroupBy? Type1637 { get; set; } /// /// /// - public global::Vapi.CreatePieInsightFromCallTableDTOGroupBy? Type1638 { get; set; } + public global::Vapi.UpdateLineInsightFromCallTableDTO? Type1638 { get; set; } /// /// /// - public global::Vapi.CreateLineInsightFromCallTableDTO? Type1639 { get; set; } + public global::Vapi.UpdateLineInsightFromCallTableDTOType? Type1639 { get; set; } /// /// /// - public global::Vapi.CreateLineInsightFromCallTableDTOType? Type1640 { get; set; } + public global::Vapi.UpdateLineInsightFromCallTableDTOGroupBy? Type1640 { get; set; } /// /// /// - public global::Vapi.CreateLineInsightFromCallTableDTOGroupBy? Type1641 { get; set; } + public global::Vapi.UpdateTextInsightFromCallTableDTO? Type1641 { get; set; } /// /// /// - public global::Vapi.CreateTextInsightFromCallTableDTO? Type1642 { get; set; } + public global::Vapi.UpdateTextInsightFromCallTableDTOType? Type1642 { get; set; } /// /// /// - public global::Vapi.CreateTextInsightFromCallTableDTOType? Type1643 { get; set; } + public global::Vapi.CreateBarInsightFromCallTableDTO? Type1643 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnType? Type1644 { get; set; } + public global::Vapi.CreateBarInsightFromCallTableDTOType? Type1644 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnTable? Type1645 { get; set; } + public global::Vapi.CreateBarInsightFromCallTableDTOGroupBy? Type1645 { get; set; } /// /// /// - public global::Vapi.FilterStringTypeColumnOnCallTable? Type1646 { get; set; } + public global::Vapi.CreatePieInsightFromCallTableDTO? Type1646 { get; set; } /// /// /// - public global::Vapi.FilterStringArrayTypeColumnOnCallTable? Type1647 { get; set; } + public global::Vapi.CreatePieInsightFromCallTableDTOType? Type1647 { get; set; } /// /// /// - public global::Vapi.FilterNumberTypeColumnOnCallTable? Type1648 { get; set; } + public global::Vapi.CreatePieInsightFromCallTableDTOGroupBy? Type1648 { get; set; } /// /// /// - public global::Vapi.FilterNumberArrayTypeColumnOnCallTable? Type1649 { get; set; } + public global::Vapi.CreateLineInsightFromCallTableDTO? Type1649 { get; set; } /// /// /// - public global::Vapi.FilterDateTypeColumnOnCallTable? Type1650 { get; set; } + public global::Vapi.CreateLineInsightFromCallTableDTOType? Type1650 { get; set; } /// /// /// - public global::Vapi.FilterStructuredOutputColumnOnCallTable? Type1651 { get; set; } + public global::Vapi.CreateLineInsightFromCallTableDTOGroupBy? Type1651 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnColumn? Type1652 { get; set; } + public global::Vapi.CreateTextInsightFromCallTableDTO? Type1652 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnOperation? Type1653 { get; set; } + public global::Vapi.CreateTextInsightFromCallTableDTOType? Type1653 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnType? Type1654 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnType? Type1654 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnTable? Type1655 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnTable? Type1655 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnColumn? Type1656 { get; set; } + public global::Vapi.FilterStringTypeColumnOnCallTable? Type1656 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnOperation? Type1657 { get; set; } + public global::Vapi.FilterStringArrayTypeColumnOnCallTable? Type1657 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnType? Type1658 { get; set; } + public global::Vapi.FilterNumberTypeColumnOnCallTable? Type1658 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnTable? Type1659 { get; set; } + public global::Vapi.FilterNumberArrayTypeColumnOnCallTable? Type1659 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnColumn? Type1660 { get; set; } + public global::Vapi.FilterDateTypeColumnOnCallTable? Type1660 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnOperation? Type1661 { get; set; } + public global::Vapi.FilterStructuredOutputColumnOnCallTable? Type1661 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTableType? Type1662 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnColumn? Type1662 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTableTable? Type1663 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnOperation? Type1663 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTableOn? Type1664 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnType? Type1664 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTableOperation? Type1665 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnTable? Type1665 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1666 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnColumn? Type1666 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1667 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnOperation? Type1667 { get; set; } /// /// /// - public global::Vapi.EventsTableStringCondition? Type1668 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnType? Type1668 { get; set; } /// /// /// - public global::Vapi.EventsTableNumberCondition? Type1669 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnTable? Type1669 { get; set; } /// /// /// - public global::Vapi.EventsTableBooleanCondition? Type1670 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnColumn? Type1670 { get; set; } /// /// /// - public global::Vapi.FilterStringTypeColumnOnCallTableColumn? Type1671 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnOperation? Type1671 { get; set; } /// /// /// - public global::Vapi.FilterStringTypeColumnOnCallTableOperator? Type1672 { get; set; } + public global::Vapi.JSONQueryOnEventsTableType? Type1672 { get; set; } /// /// /// - public global::Vapi.FilterNumberTypeColumnOnCallTableColumn? Type1673 { get; set; } + public global::Vapi.JSONQueryOnEventsTableTable? Type1673 { get; set; } /// /// /// - public global::Vapi.FilterNumberTypeColumnOnCallTableOperator? Type1674 { get; set; } + public global::Vapi.JSONQueryOnEventsTableOn? Type1674 { get; set; } /// /// /// - public global::Vapi.FilterDateTypeColumnOnCallTableColumn? Type1675 { get; set; } + public global::Vapi.JSONQueryOnEventsTableOperation? Type1675 { get; set; } /// /// /// - public global::Vapi.FilterDateTypeColumnOnCallTableOperator? Type1676 { get; set; } + public global::System.Collections.Generic.IList>? Type1676 { get; set; } /// /// /// - public global::Vapi.FilterStructuredOutputColumnOnCallTableColumn? Type1677 { get; set; } + public global::Vapi.OneOf? Type1677 { get; set; } /// /// /// - public global::Vapi.FilterStructuredOutputColumnOnCallTableOperator? Type1678 { get; set; } + public global::Vapi.EventsTableStringCondition? Type1678 { get; set; } /// /// /// - public global::Vapi.FilterStringArrayTypeColumnOnCallTableColumn? Type1679 { get; set; } + public global::Vapi.EventsTableNumberCondition? Type1679 { get; set; } /// /// /// - public global::Vapi.FilterStringArrayTypeColumnOnCallTableOperator? Type1680 { get; set; } + public global::Vapi.EventsTableBooleanCondition? Type1680 { get; set; } /// /// /// - public global::Vapi.FilterNumberArrayTypeColumnOnCallTableColumn? Type1681 { get; set; } + public global::Vapi.FilterStringTypeColumnOnCallTableColumn? Type1681 { get; set; } /// /// /// - public global::Vapi.FilterNumberArrayTypeColumnOnCallTableOperator? Type1682 { get; set; } + public global::Vapi.FilterStringTypeColumnOnCallTableOperator? Type1682 { get; set; } /// /// /// - public global::Vapi.EventsTableStringConditionOperator? Type1683 { get; set; } + public global::Vapi.FilterNumberTypeColumnOnCallTableColumn? Type1683 { get; set; } /// /// /// - public global::Vapi.EventsTableNumberConditionOperator? Type1684 { get; set; } + public global::Vapi.FilterNumberTypeColumnOnCallTableOperator? Type1684 { get; set; } /// /// /// - public global::Vapi.EventsTableBooleanConditionOperator? Type1685 { get; set; } + public global::Vapi.FilterDateTypeColumnOnCallTableColumn? Type1685 { get; set; } /// /// /// - public global::Vapi.BarInsightFromCallTable? Type1686 { get; set; } + public global::Vapi.FilterDateTypeColumnOnCallTableOperator? Type1686 { get; set; } /// /// /// - public global::Vapi.BarInsightFromCallTableType? Type1687 { get; set; } + public global::Vapi.FilterStructuredOutputColumnOnCallTableColumn? Type1687 { get; set; } /// /// /// - public global::Vapi.BarInsightFromCallTableGroupBy? Type1688 { get; set; } + public global::Vapi.FilterStructuredOutputColumnOnCallTableOperator? Type1688 { get; set; } /// /// /// - public global::Vapi.PieInsightFromCallTable? Type1689 { get; set; } + public global::Vapi.FilterStringArrayTypeColumnOnCallTableColumn? Type1689 { get; set; } /// /// /// - public global::Vapi.PieInsightFromCallTableType? Type1690 { get; set; } + public global::Vapi.FilterStringArrayTypeColumnOnCallTableOperator? Type1690 { get; set; } /// /// /// - public global::Vapi.PieInsightFromCallTableGroupBy? Type1691 { get; set; } + public global::Vapi.FilterNumberArrayTypeColumnOnCallTableColumn? Type1691 { get; set; } /// /// /// - public global::Vapi.LineInsightFromCallTable? Type1692 { get; set; } + public global::Vapi.FilterNumberArrayTypeColumnOnCallTableOperator? Type1692 { get; set; } /// /// /// - public global::Vapi.LineInsightFromCallTableType? Type1693 { get; set; } + public global::Vapi.EventsTableStringConditionOperator? Type1693 { get; set; } /// /// /// - public global::Vapi.LineInsightFromCallTableGroupBy? Type1694 { get; set; } + public global::Vapi.EventsTableNumberConditionOperator? Type1694 { get; set; } /// /// /// - public global::Vapi.TextInsightFromCallTable? Type1695 { get; set; } + public global::Vapi.EventsTableBooleanConditionOperator? Type1695 { get; set; } /// /// /// - public global::Vapi.TextInsightFromCallTableType? Type1696 { get; set; } + public global::Vapi.BarInsightFromCallTable? Type1696 { get; set; } /// /// /// - public global::Vapi.InsightRunFormatPlan? Type1697 { get; set; } + public global::Vapi.BarInsightFromCallTableType? Type1697 { get; set; } /// /// /// - public global::Vapi.InsightRunFormatPlanFormat? Type1698 { get; set; } + public global::Vapi.BarInsightFromCallTableGroupBy? Type1698 { get; set; } /// /// /// - public global::Vapi.InsightRunDTO? Type1699 { get; set; } + public global::Vapi.PieInsightFromCallTable? Type1699 { get; set; } /// /// /// - public global::Vapi.InsightRunResponse? Type1700 { get; set; } + public global::Vapi.PieInsightFromCallTableType? Type1700 { get; set; } /// /// /// - public global::Vapi.Insight? Type1701 { get; set; } + public global::Vapi.PieInsightFromCallTableGroupBy? Type1701 { get; set; } /// /// /// - public global::Vapi.InsightType? Type1702 { get; set; } + public global::Vapi.LineInsightFromCallTable? Type1702 { get; set; } /// /// /// - public global::Vapi.InsightPaginatedResponse? Type1703 { get; set; } + public global::Vapi.LineInsightFromCallTableType? Type1703 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1704 { get; set; } + public global::Vapi.LineInsightFromCallTableGroupBy? Type1704 { get; set; } /// /// /// - public global::Vapi.BoardLayout? Type1705 { get; set; } + public global::Vapi.TextInsightFromCallTable? Type1705 { get; set; } /// /// /// - public global::Vapi.Board? Type1706 { get; set; } + public global::Vapi.TextInsightFromCallTableType? Type1706 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1707 { get; set; } + public global::Vapi.InsightRunFormatPlan? Type1707 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1708 { get; set; } + public global::Vapi.InsightRunFormatPlanFormat? Type1708 { get; set; } /// /// /// - public global::Vapi.BoardInsightItem? Type1709 { get; set; } + public global::Vapi.InsightRunDTO? Type1709 { get; set; } /// /// /// - public global::Vapi.BoardMetricWidgetItem? Type1710 { get; set; } + public global::Vapi.InsightRunResponse? Type1710 { get; set; } /// /// /// - public global::Vapi.BoardItemPosition? Type1711 { get; set; } + public global::Vapi.Insight? Type1711 { get; set; } /// /// /// - public global::Vapi.BoardItemSize? Type1712 { get; set; } + public global::Vapi.InsightType? Type1712 { get; set; } /// /// /// - public global::Vapi.BoardInsightItemType? Type1713 { get; set; } + public global::Vapi.InsightPaginatedResponse? Type1713 { get; set; } /// /// /// - public global::Vapi.BoardMetricWidgetItemType? Type1714 { get; set; } + public global::System.Collections.Generic.IList? Type1714 { get; set; } /// /// /// - public global::Vapi.CreateBoardDTO? Type1715 { get; set; } + public global::Vapi.BoardLayout? Type1715 { get; set; } /// /// /// - public global::Vapi.UpdateBoardDTO? Type1716 { get; set; } + public global::Vapi.Board? Type1716 { get; set; } /// /// /// - public global::Vapi.BoardPaginatedResponse? Type1717 { get; set; } + public global::System.Collections.Generic.IList>? Type1717 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1718 { get; set; } + public global::Vapi.OneOf? Type1718 { get; set; } /// /// /// - public global::Vapi.CreateEvalDTO? Type1719 { get; set; } + public global::Vapi.BoardInsightItem? Type1719 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageMock? Type1720 { get; set; } + public global::Vapi.BoardMetricWidgetItem? Type1720 { get; set; } /// /// /// - public global::Vapi.ChatEvalSystemMessageMock? Type1721 { get; set; } + public global::Vapi.BoardItemPosition? Type1721 { get; set; } /// /// /// - public global::Vapi.ChatEvalToolResponseMessageMock? Type1722 { get; set; } + public global::Vapi.BoardItemSize? Type1722 { get; set; } /// /// /// - public global::Vapi.ChatEvalToolResponseMessageEvaluation? Type1723 { get; set; } + public global::Vapi.BoardInsightItemType? Type1723 { get; set; } /// /// /// - public global::Vapi.ChatEvalUserMessageMock? Type1724 { get; set; } + public global::Vapi.BoardMetricWidgetItemType? Type1724 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageEvaluation? Type1725 { get; set; } + public global::Vapi.CreateBoardDTO? Type1725 { get; set; } /// /// /// - public global::Vapi.CreateEvalDTOType? Type1726 { get; set; } + public global::Vapi.UpdateBoardDTO? Type1726 { get; set; } /// /// /// - public global::Vapi.Eval? Type1727 { get; set; } + public global::Vapi.BoardPaginatedResponse? Type1727 { get; set; } /// /// /// - public global::Vapi.EvalType? Type1728 { get; set; } + public global::System.Collections.Generic.IList? Type1728 { get; set; } /// /// /// - public global::Vapi.EvalModelListOptions? Type1729 { get; set; } + public global::Vapi.CreateEvalDTO? Type1729 { get; set; } /// /// /// - public global::Vapi.EvalModelListOptionsProvider? Type1730 { get; set; } + public global::Vapi.ChatEvalAssistantMessageMock? Type1730 { get; set; } /// /// /// - public global::Vapi.EvalUserEditable? Type1731 { get; set; } + public global::Vapi.ChatEvalSystemMessageMock? Type1731 { get; set; } /// /// /// - public global::Vapi.EvalUserEditableType? Type1732 { get; set; } + public global::Vapi.ChatEvalToolResponseMessageMock? Type1732 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageMockToolCall? Type1733 { get; set; } + public global::Vapi.ChatEvalToolResponseMessageEvaluation? Type1733 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageMockRole? Type1734 { get; set; } + public global::Vapi.ChatEvalUserMessageMock? Type1734 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1735 { get; set; } + public global::Vapi.ChatEvalAssistantMessageEvaluation? Type1735 { get; set; } /// /// /// - public global::Vapi.ChatEvalSystemMessageMockRole? Type1736 { get; set; } + public global::Vapi.CreateEvalDTOType? Type1736 { get; set; } /// /// /// - public global::Vapi.ChatEvalToolResponseMessageMockRole? Type1737 { get; set; } + public global::Vapi.Eval? Type1737 { get; set; } /// /// /// - public global::Vapi.ChatEvalUserMessageMockRole? Type1738 { get; set; } + public global::Vapi.EvalType? Type1738 { get; set; } /// /// /// - public global::Vapi.AssistantMessageEvaluationContinuePlan? Type1739 { get; set; } + public global::Vapi.EvalModelListOptions? Type1739 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageEvaluationRole? Type1740 { get; set; } + public global::Vapi.EvalModelListOptionsProvider? Type1740 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1741 { get; set; } + public global::Vapi.EvalUserEditable? Type1741 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanExact? Type1742 { get; set; } + public global::Vapi.EvalUserEditableType? Type1742 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanRegex? Type1743 { get; set; } + public global::Vapi.ChatEvalAssistantMessageMockToolCall? Type1743 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanAI? Type1744 { get; set; } + public global::Vapi.ChatEvalAssistantMessageMockRole? Type1744 { get; set; } /// /// /// - public global::Vapi.EvalOpenAIModel? Type1745 { get; set; } + public global::System.Collections.Generic.IList? Type1745 { get; set; } /// /// /// - public global::Vapi.EvalOpenAIModelProvider? Type1746 { get; set; } + public global::Vapi.ChatEvalSystemMessageMockRole? Type1746 { get; set; } /// /// /// - public global::Vapi.EvalOpenAIModelModel? Type1747 { get; set; } + public global::Vapi.ChatEvalToolResponseMessageMockRole? Type1747 { get; set; } /// /// /// - public global::Vapi.EvalAnthropicModel? Type1748 { get; set; } + public global::Vapi.ChatEvalUserMessageMockRole? Type1748 { get; set; } /// /// /// - public global::Vapi.EvalAnthropicModelProvider? Type1749 { get; set; } + public global::Vapi.AssistantMessageEvaluationContinuePlan? Type1749 { get; set; } /// /// /// - public global::Vapi.EvalAnthropicModelModel? Type1750 { get; set; } + public global::Vapi.ChatEvalAssistantMessageEvaluationRole? Type1750 { get; set; } /// /// /// - public global::Vapi.EvalGoogleModel? Type1751 { get; set; } + public global::Vapi.OneOf? Type1751 { get; set; } /// /// /// - public global::Vapi.EvalGoogleModelProvider? Type1752 { get; set; } + public global::Vapi.AssistantMessageJudgePlanExact? Type1752 { get; set; } /// /// /// - public global::Vapi.EvalGoogleModelModel? Type1753 { get; set; } + public global::Vapi.AssistantMessageJudgePlanRegex? Type1753 { get; set; } /// /// /// - public global::Vapi.EvalGroqModel? Type1754 { get; set; } + public global::Vapi.AssistantMessageJudgePlanAI? Type1754 { get; set; } /// /// /// - public global::Vapi.EvalGroqModelProvider? Type1755 { get; set; } + public global::Vapi.EvalOpenAIModel? Type1755 { get; set; } /// /// /// - public global::Vapi.EvalGroqModelModel? Type1756 { get; set; } + public global::Vapi.EvalOpenAIModelProvider? Type1756 { get; set; } /// /// /// - public global::Vapi.EvalCustomModel? Type1757 { get; set; } + public global::Vapi.EvalOpenAIModelModel? Type1757 { get; set; } /// /// /// - public global::Vapi.EvalCustomModelProvider? Type1758 { get; set; } + public global::Vapi.EvalAnthropicModel? Type1758 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1759 { get; set; } + public global::Vapi.EvalAnthropicModelProvider? Type1759 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanAIType? Type1760 { get; set; } + public global::Vapi.EvalAnthropicModelModel? Type1760 { get; set; } /// /// /// - public global::Vapi.ChatEvalToolResponseMessageEvaluationRole? Type1761 { get; set; } + public global::Vapi.EvalGoogleModel? Type1761 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanExactType? Type1762 { get; set; } + public global::Vapi.EvalGoogleModelProvider? Type1762 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanRegexType? Type1763 { get; set; } + public global::Vapi.EvalGoogleModelModel? Type1763 { get; set; } /// /// /// - public global::Vapi.GetEvalPaginatedDTO? Type1764 { get; set; } + public global::Vapi.EvalGroqModel? Type1764 { get; set; } /// /// /// - public global::Vapi.GetEvalPaginatedDTOSortOrder? Type1765 { get; set; } + public global::Vapi.EvalGroqModelProvider? Type1765 { get; set; } /// /// /// - public global::Vapi.GetEvalPaginatedDTOSortBy? Type1766 { get; set; } + public global::Vapi.EvalGroqModelModel? Type1766 { get; set; } /// /// /// - public global::Vapi.EvalPaginatedResponse? Type1767 { get; set; } + public global::Vapi.EvalCustomModel? Type1767 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1768 { get; set; } + public global::Vapi.EvalCustomModelProvider? Type1768 { get; set; } /// /// /// - public global::Vapi.UpdateEvalDTO? Type1769 { get; set; } + public global::Vapi.OneOf? Type1769 { get; set; } /// /// /// - public global::Vapi.UpdateEvalDTOType? Type1770 { get; set; } + public global::Vapi.AssistantMessageJudgePlanAIType? Type1770 { get; set; } /// /// /// - public global::Vapi.CreateEvalRunDTO? Type1771 { get; set; } + public global::Vapi.ChatEvalToolResponseMessageEvaluationRole? Type1771 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1772 { get; set; } + public global::Vapi.AssistantMessageJudgePlanExactType? Type1772 { get; set; } /// /// /// - public global::Vapi.EvalRunTargetAssistant? Type1773 { get; set; } + public global::Vapi.AssistantMessageJudgePlanRegexType? Type1773 { get; set; } /// /// /// - public global::Vapi.EvalRunTargetSquad? Type1774 { get; set; } + public global::Vapi.GetEvalPaginatedDTO? Type1774 { get; set; } /// /// /// - public global::Vapi.CreateEvalRunDTOType? Type1775 { get; set; } + public global::Vapi.GetEvalPaginatedDTOSortOrder? Type1775 { get; set; } /// /// /// - public global::Vapi.EvalRunResult? Type1776 { get; set; } + public global::Vapi.GetEvalPaginatedDTOSortBy? Type1776 { get; set; } /// /// /// - public global::Vapi.EvalRunResultStatus? Type1777 { get; set; } + public global::Vapi.EvalPaginatedResponse? Type1777 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1778 { get; set; } + public global::System.Collections.Generic.IList? Type1778 { get; set; } /// /// /// - public global::Vapi.EvalRun? Type1779 { get; set; } + public global::Vapi.UpdateEvalDTO? Type1779 { get; set; } /// /// /// - public global::Vapi.EvalRunStatus? Type1780 { get; set; } + public global::Vapi.UpdateEvalDTOType? Type1780 { get; set; } /// /// /// - public global::Vapi.EvalRunEndedReason? Type1781 { get; set; } + public global::Vapi.CreateEvalRunDTO? Type1781 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1782 { get; set; } + public global::Vapi.OneOf? Type1782 { get; set; } /// /// /// - public global::Vapi.EvalRunType? Type1783 { get; set; } + public global::Vapi.EvalRunTargetAssistant? Type1783 { get; set; } /// /// /// - public global::Vapi.EvalRunPaginatedResponse? Type1784 { get; set; } + public global::Vapi.EvalRunTargetSquad? Type1784 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1785 { get; set; } + public global::Vapi.CreateEvalRunDTOType? Type1785 { get; set; } /// /// /// - public global::Vapi.GetEvalRunPaginatedDTO? Type1786 { get; set; } + public global::Vapi.EvalRunResult? Type1786 { get; set; } /// /// /// - public global::Vapi.GetEvalRunPaginatedDTOSortOrder? Type1787 { get; set; } + public global::Vapi.EvalRunResultStatus? Type1787 { get; set; } /// /// /// - public global::Vapi.GetEvalRunPaginatedDTOSortBy? Type1788 { get; set; } + public global::Vapi.OneOf? Type1788 { get; set; } /// /// /// - public global::Vapi.EvalRunTargetAssistantType? Type1789 { get; set; } + public global::Vapi.EvalRun? Type1789 { get; set; } /// /// /// - public global::Vapi.EvalRunTargetSquadType? Type1790 { get; set; } + public global::Vapi.EvalRunStatus? Type1790 { get; set; } /// /// /// - public global::Vapi.Scorecard? Type1791 { get; set; } + public global::Vapi.EvalRunEndedReason? Type1791 { get; set; } /// /// /// - public global::Vapi.ScorecardPaginatedResponse? Type1792 { get; set; } + public global::System.Collections.Generic.IList? Type1792 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1793 { get; set; } + public global::Vapi.EvalRunType? Type1793 { get; set; } /// /// /// - public global::Vapi.UpdateScorecardDTO? Type1794 { get; set; } + public global::Vapi.EvalRunPaginatedResponse? Type1794 { get; set; } /// /// /// - public global::Vapi.CreateOrgDTO? Type1795 { get; set; } + public global::System.Collections.Generic.IList? Type1795 { get; set; } /// /// /// - public global::Vapi.CreateOrgDTOChannel? Type1796 { get; set; } + public global::Vapi.GetEvalRunPaginatedDTO? Type1796 { get; set; } /// /// /// - public global::Vapi.AutoReloadPlan? Type1797 { get; set; } + public global::Vapi.GetEvalRunPaginatedDTOSortOrder? Type1797 { get; set; } /// /// /// - public global::Vapi.InvoicePlan? Type1798 { get; set; } + public global::Vapi.GetEvalRunPaginatedDTOSortBy? Type1798 { get; set; } /// /// /// - public global::Vapi.Subscription? Type1799 { get; set; } + public global::Vapi.EvalRunTargetAssistantType? Type1799 { get; set; } /// /// /// - public global::Vapi.SubscriptionType? Type1800 { get; set; } + public global::Vapi.EvalRunTargetSquadType? Type1800 { get; set; } /// /// /// - public global::Vapi.SubscriptionStatus? Type1801 { get; set; } + public global::Vapi.Scorecard? Type1801 { get; set; } /// /// /// - public global::Vapi.SubscriptionMinutesIncludedResetFrequency? Type1802 { get; set; } + public global::Vapi.ScorecardPaginatedResponse? Type1802 { get; set; } /// /// /// - public global::Vapi.Org? Type1803 { get; set; } + public global::System.Collections.Generic.IList? Type1803 { get; set; } /// /// /// - public global::Vapi.OrgChannel? Type1804 { get; set; } + public global::Vapi.UpdateScorecardDTO? Type1804 { get; set; } /// /// /// - public global::Vapi.UpdateOrgDTO? Type1805 { get; set; } + public global::Vapi.CreateOrgDTO? Type1805 { get; set; } /// /// /// - public global::Vapi.UpdateOrgDTOChannel? Type1806 { get; set; } + public global::Vapi.CreateOrgDTOChannel? Type1806 { get; set; } /// /// /// - public global::Vapi.User? Type1807 { get; set; } + public global::Vapi.AutoReloadPlan? Type1807 { get; set; } /// /// /// - public global::Vapi.InviteUserDTO? Type1808 { get; set; } + public global::Vapi.InvoicePlan? Type1808 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1809 { get; set; } + public global::Vapi.Subscription? Type1809 { get; set; } /// /// /// - public global::Vapi.InviteUserDTORole? Type1810 { get; set; } + public global::Vapi.SubscriptionType? Type1810 { get; set; } /// /// /// - public global::Vapi.PendingInvitationDTO? Type1811 { get; set; } + public global::Vapi.SubscriptionStatus? Type1811 { get; set; } /// /// /// - public global::Vapi.PendingInvitationsResponseDTO? Type1812 { get; set; } + public global::Vapi.SubscriptionMinutesIncludedResetFrequency? Type1812 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1813 { get; set; } + public global::Vapi.Org? Type1813 { get; set; } /// /// /// - public global::Vapi.RevokeInvitationResponseDTO? Type1814 { get; set; } + public global::Vapi.OrgChannel? Type1814 { get; set; } /// /// /// - public global::Vapi.UpdateUserRoleDTO? Type1815 { get; set; } + public global::Vapi.UpdateOrgDTO? Type1815 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1816 { get; set; } + public global::Vapi.UpdateOrgDTOChannel? Type1816 { get; set; } /// /// /// - public global::Vapi.UpdateUserRoleDTORole? Type1817 { get; set; } + public global::Vapi.User? Type1817 { get; set; } /// /// /// - public global::Vapi.JwtResponse? Type1818 { get; set; } + public global::Vapi.InviteUserDTO? Type1818 { get; set; } /// /// /// - public global::Vapi.TokenRestrictions? Type1819 { get; set; } + public global::Vapi.OneOf? Type1819 { get; set; } /// /// /// - public global::Vapi.CreateTokenDTO? Type1820 { get; set; } + public global::Vapi.InviteUserDTORole? Type1820 { get; set; } /// /// /// - public global::Vapi.CreateTokenDTOTag? Type1821 { get; set; } + public global::Vapi.PendingInvitationDTO? Type1821 { get; set; } /// /// /// - public global::Vapi.Token? Type1822 { get; set; } + public global::Vapi.PendingInvitationsResponseDTO? Type1822 { get; set; } /// /// /// - public global::Vapi.TokenTag? Type1823 { get; set; } + public global::System.Collections.Generic.IList? Type1823 { get; set; } /// /// /// - public global::Vapi.UpdateTokenDTO? Type1824 { get; set; } + public global::Vapi.RevokeInvitationResponseDTO? Type1824 { get; set; } /// /// /// - public global::Vapi.UpdateTokenDTOTag? Type1825 { get; set; } + public global::Vapi.UpdateUserRoleDTO? Type1825 { get; set; } /// /// /// - public global::Vapi.AnthropicCredential? Type1826 { get; set; } + public global::Vapi.OneOf? Type1826 { get; set; } /// /// /// - public global::Vapi.AnthropicCredentialProvider? Type1827 { get; set; } + public global::Vapi.UpdateUserRoleDTORole? Type1827 { get; set; } /// /// /// - public global::Vapi.AWSStsAuthenticationArtifact? Type1828 { get; set; } + public global::Vapi.JwtResponse? Type1828 { get; set; } /// /// /// - public global::Vapi.AWSStsAssumeRoleUser? Type1829 { get; set; } + public global::Vapi.TokenRestrictions? Type1829 { get; set; } /// /// /// - public global::Vapi.AWSStsCredentials? Type1830 { get; set; } + public global::Vapi.CreateTokenDTO? Type1830 { get; set; } /// /// /// - public global::Vapi.AWSStsAuthenticationSession? Type1831 { get; set; } + public global::Vapi.CreateTokenDTOTag? Type1831 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockCredential? Type1832 { get; set; } + public global::Vapi.Token? Type1832 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockCredentialProvider? Type1833 { get; set; } + public global::Vapi.TokenTag? Type1833 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockCredentialRegion? Type1834 { get; set; } + public global::Vapi.UpdateTokenDTO? Type1834 { get; set; } /// /// /// - public global::Vapi.AnyscaleCredential? Type1835 { get; set; } + public global::Vapi.UpdateTokenDTOTag? Type1835 { get; set; } /// /// /// - public global::Vapi.AnyscaleCredentialProvider? Type1836 { get; set; } + public global::Vapi.AnthropicCredential? Type1836 { get; set; } /// /// /// - public global::Vapi.AssemblyAICredential? Type1837 { get; set; } + public global::Vapi.AnthropicCredentialProvider? Type1837 { get; set; } /// /// /// - public global::Vapi.AssemblyAICredentialProvider? Type1838 { get; set; } + public global::Vapi.AWSStsAuthenticationArtifact? Type1838 { get; set; } /// /// /// - public global::Vapi.AzureCredential? Type1839 { get; set; } + public global::Vapi.AWSStsAssumeRoleUser? Type1839 { get; set; } /// /// /// - public global::Vapi.AzureCredentialProvider? Type1840 { get; set; } + public global::Vapi.AWSStsCredentials? Type1840 { get; set; } /// /// /// - public global::Vapi.AzureCredentialService? Type1841 { get; set; } + public global::Vapi.AWSStsAuthenticationSession? Type1841 { get; set; } /// /// /// - public global::Vapi.AzureCredentialRegion? Type1842 { get; set; } + public global::Vapi.AnthropicBedrockCredential? Type1842 { get; set; } /// /// /// - public global::Vapi.AzureOpenAICredential? Type1843 { get; set; } + public global::Vapi.AnthropicBedrockCredentialProvider? Type1843 { get; set; } /// /// /// - public global::Vapi.AzureOpenAICredentialProvider? Type1844 { get; set; } + public global::Vapi.AnthropicBedrockCredentialRegion? Type1844 { get; set; } /// /// /// - public global::Vapi.AzureOpenAICredentialRegion? Type1845 { get; set; } + public global::Vapi.AnyscaleCredential? Type1845 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1846 { get; set; } + public global::Vapi.AnyscaleCredentialProvider? Type1846 { get; set; } /// /// /// - public global::Vapi.AzureOpenAICredentialModel? Type1847 { get; set; } + public global::Vapi.AssemblyAICredential? Type1847 { get; set; } /// /// /// - public global::Vapi.ByoSipTrunkCredential? Type1848 { get; set; } + public global::Vapi.AssemblyAICredentialProvider? Type1848 { get; set; } /// /// /// - public global::Vapi.ByoSipTrunkCredentialProvider? Type1849 { get; set; } + public global::Vapi.AzureCredential? Type1849 { get; set; } /// /// /// - public global::Vapi.CartesiaCredential? Type1850 { get; set; } + public global::Vapi.AzureCredentialProvider? Type1850 { get; set; } /// /// /// - public global::Vapi.CartesiaCredentialProvider? Type1851 { get; set; } + public global::Vapi.AzureCredentialService? Type1851 { get; set; } /// /// /// - public global::Vapi.CerebrasCredential? Type1852 { get; set; } + public global::Vapi.AzureCredentialRegion? Type1852 { get; set; } /// /// /// - public global::Vapi.CerebrasCredentialProvider? Type1853 { get; set; } + public global::Vapi.AzureOpenAICredential? Type1853 { get; set; } /// /// /// - public global::Vapi.CloudflareCredential? Type1854 { get; set; } + public global::Vapi.AzureOpenAICredentialProvider? Type1854 { get; set; } /// /// /// - public global::Vapi.CloudflareCredentialProvider? Type1855 { get; set; } + public global::Vapi.AzureOpenAICredentialRegion? Type1855 { get; set; } /// /// /// - public global::Vapi.Oauth2AuthenticationSession? Type1856 { get; set; } + public global::System.Collections.Generic.IList? Type1856 { get; set; } /// /// /// - public global::Vapi.CustomLLMCredential? Type1857 { get; set; } + public global::Vapi.AzureOpenAICredentialModel? Type1857 { get; set; } /// /// /// - public global::Vapi.CustomLLMCredentialProvider? Type1858 { get; set; } + public global::Vapi.ByoSipTrunkCredential? Type1858 { get; set; } /// /// /// - public global::Vapi.DeepgramCredential? Type1859 { get; set; } + public global::Vapi.ByoSipTrunkCredentialProvider? Type1859 { get; set; } /// /// /// - public global::Vapi.DeepgramCredentialProvider? Type1860 { get; set; } + public global::Vapi.CartesiaCredential? Type1860 { get; set; } /// /// /// - public global::Vapi.DeepInfraCredential? Type1861 { get; set; } + public global::Vapi.CartesiaCredentialProvider? Type1861 { get; set; } /// /// /// - public global::Vapi.DeepInfraCredentialProvider? Type1862 { get; set; } + public global::Vapi.CerebrasCredential? Type1862 { get; set; } /// /// /// - public global::Vapi.DeepSeekCredential? Type1863 { get; set; } + public global::Vapi.CerebrasCredentialProvider? Type1863 { get; set; } /// /// /// - public global::Vapi.DeepSeekCredentialProvider? Type1864 { get; set; } + public global::Vapi.CloudflareCredential? Type1864 { get; set; } /// /// /// - public global::Vapi.ElevenLabsCredential? Type1865 { get; set; } + public global::Vapi.CloudflareCredentialProvider? Type1865 { get; set; } /// /// /// - public global::Vapi.ElevenLabsCredentialProvider? Type1866 { get; set; } + public global::Vapi.Oauth2AuthenticationSession? Type1866 { get; set; } /// /// /// - public global::Vapi.ElevenLabsCredentialApiUrl? Type1867 { get; set; } + public global::Vapi.CustomLLMCredential? Type1867 { get; set; } /// /// /// - public global::Vapi.GcpCredential? Type1868 { get; set; } + public global::Vapi.CustomLLMCredentialProvider? Type1868 { get; set; } /// /// /// - public global::Vapi.GcpCredentialProvider? Type1869 { get; set; } + public global::Vapi.DeepgramCredential? Type1869 { get; set; } /// /// /// - public global::Vapi.GladiaCredential? Type1870 { get; set; } + public global::Vapi.DeepgramCredentialProvider? Type1870 { get; set; } /// /// /// - public global::Vapi.GladiaCredentialProvider? Type1871 { get; set; } + public global::Vapi.DeepInfraCredential? Type1871 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCredential? Type1872 { get; set; } + public global::Vapi.DeepInfraCredentialProvider? Type1872 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCredentialProvider? Type1873 { get; set; } + public global::Vapi.DeepSeekCredential? Type1873 { get; set; } /// /// /// - public global::Vapi.GoogleCredential? Type1874 { get; set; } + public global::Vapi.DeepSeekCredentialProvider? Type1874 { get; set; } /// /// /// - public global::Vapi.GoogleCredentialProvider? Type1875 { get; set; } + public global::Vapi.ElevenLabsCredential? Type1875 { get; set; } /// /// /// - public global::Vapi.GroqCredential? Type1876 { get; set; } + public global::Vapi.ElevenLabsCredentialProvider? Type1876 { get; set; } /// /// /// - public global::Vapi.GroqCredentialProvider? Type1877 { get; set; } + public global::Vapi.ElevenLabsCredentialApiUrl? Type1877 { get; set; } /// /// /// - public global::Vapi.HumeCredential? Type1878 { get; set; } + public global::Vapi.GcpCredential? Type1878 { get; set; } /// /// /// - public global::Vapi.HumeCredentialProvider? Type1879 { get; set; } + public global::Vapi.GcpCredentialProvider? Type1879 { get; set; } /// /// /// - public global::Vapi.InflectionAICredential? Type1880 { get; set; } + public global::Vapi.GladiaCredential? Type1880 { get; set; } /// /// /// - public global::Vapi.InflectionAICredentialProvider? Type1881 { get; set; } + public global::Vapi.GladiaCredentialProvider? Type1881 { get; set; } /// /// /// - public global::Vapi.LangfuseCredential? Type1882 { get; set; } + public global::Vapi.GoHighLevelCredential? Type1882 { get; set; } /// /// /// - public global::Vapi.LangfuseCredentialProvider? Type1883 { get; set; } + public global::Vapi.GoHighLevelCredentialProvider? Type1883 { get; set; } /// /// /// - public global::Vapi.LmntCredential? Type1884 { get; set; } + public global::Vapi.GoogleCredential? Type1884 { get; set; } /// /// /// - public global::Vapi.LmntCredentialProvider? Type1885 { get; set; } + public global::Vapi.GoogleCredentialProvider? Type1885 { get; set; } /// /// /// - public global::Vapi.MakeCredential? Type1886 { get; set; } + public global::Vapi.GroqCredential? Type1886 { get; set; } /// /// /// - public global::Vapi.MakeCredentialProvider? Type1887 { get; set; } + public global::Vapi.GroqCredentialProvider? Type1887 { get; set; } /// /// /// - public global::Vapi.MicrosoftCredential? Type1888 { get; set; } + public global::Vapi.HumeCredential? Type1888 { get; set; } /// /// /// - public global::Vapi.MicrosoftCredentialProvider? Type1889 { get; set; } + public global::Vapi.HumeCredentialProvider? Type1889 { get; set; } /// /// /// - public global::Vapi.MistralCredential? Type1890 { get; set; } + public global::Vapi.InflectionAICredential? Type1890 { get; set; } /// /// /// - public global::Vapi.MistralCredentialProvider? Type1891 { get; set; } + public global::Vapi.InflectionAICredentialProvider? Type1891 { get; set; } /// /// /// - public global::Vapi.NeuphonicCredential? Type1892 { get; set; } + public global::Vapi.LangfuseCredential? Type1892 { get; set; } /// /// /// - public global::Vapi.NeuphonicCredentialProvider? Type1893 { get; set; } + public global::Vapi.LangfuseCredentialProvider? Type1893 { get; set; } /// /// /// - public global::Vapi.OpenAICredential? Type1894 { get; set; } + public global::Vapi.LmntCredential? Type1894 { get; set; } /// /// /// - public global::Vapi.OpenAICredentialProvider? Type1895 { get; set; } + public global::Vapi.LmntCredentialProvider? Type1895 { get; set; } /// /// /// - public global::Vapi.OpenRouterCredential? Type1896 { get; set; } + public global::Vapi.MakeCredential? Type1896 { get; set; } /// /// /// - public global::Vapi.OpenRouterCredentialProvider? Type1897 { get; set; } + public global::Vapi.MakeCredentialProvider? Type1897 { get; set; } /// /// /// - public global::Vapi.PerplexityAICredential? Type1898 { get; set; } + public global::Vapi.MicrosoftCredential? Type1898 { get; set; } /// /// /// - public global::Vapi.PerplexityAICredentialProvider? Type1899 { get; set; } + public global::Vapi.MicrosoftCredentialProvider? Type1899 { get; set; } /// /// /// - public global::Vapi.PlayHTCredential? Type1900 { get; set; } + public global::Vapi.MistralCredential? Type1900 { get; set; } /// /// /// - public global::Vapi.PlayHTCredentialProvider? Type1901 { get; set; } + public global::Vapi.MistralCredentialProvider? Type1901 { get; set; } /// /// /// - public global::Vapi.RimeAICredential? Type1902 { get; set; } + public global::Vapi.NeuphonicCredential? Type1902 { get; set; } /// /// /// - public global::Vapi.RimeAICredentialProvider? Type1903 { get; set; } + public global::Vapi.NeuphonicCredentialProvider? Type1903 { get; set; } /// /// /// - public global::Vapi.RunpodCredential? Type1904 { get; set; } + public global::Vapi.OpenAICredential? Type1904 { get; set; } /// /// /// - public global::Vapi.RunpodCredentialProvider? Type1905 { get; set; } + public global::Vapi.OpenAICredentialProvider? Type1905 { get; set; } /// /// /// - public global::Vapi.WellSaidCredential? Type1906 { get; set; } + public global::Vapi.OpenRouterCredential? Type1906 { get; set; } /// /// /// - public global::Vapi.WellSaidCredentialProvider? Type1907 { get; set; } + public global::Vapi.OpenRouterCredentialProvider? Type1907 { get; set; } /// /// /// - public global::Vapi.S3Credential? Type1908 { get; set; } + public global::Vapi.PerplexityAICredential? Type1908 { get; set; } /// /// /// - public global::Vapi.S3CredentialProvider? Type1909 { get; set; } + public global::Vapi.PerplexityAICredentialProvider? Type1909 { get; set; } /// /// /// - public global::Vapi.S3CompatibleBucketPlan? Type1910 { get; set; } + public global::Vapi.PlayHTCredential? Type1910 { get; set; } /// /// /// - public global::Vapi.S3CompatibleStorageCredential? Type1911 { get; set; } + public global::Vapi.PlayHTCredentialProvider? Type1911 { get; set; } /// /// /// - public global::Vapi.S3CompatibleStorageCredentialProvider? Type1912 { get; set; } + public global::Vapi.RimeAICredential? Type1912 { get; set; } /// /// /// - public global::Vapi.SmallestAICredential? Type1913 { get; set; } + public global::Vapi.RimeAICredentialProvider? Type1913 { get; set; } /// /// /// - public global::Vapi.SmallestAICredentialProvider? Type1914 { get; set; } + public global::Vapi.RunpodCredential? Type1914 { get; set; } /// /// /// - public global::Vapi.SonioxCredential? Type1915 { get; set; } + public global::Vapi.RunpodCredentialProvider? Type1915 { get; set; } /// /// /// - public global::Vapi.SonioxCredentialProvider? Type1916 { get; set; } + public global::Vapi.WellSaidCredential? Type1916 { get; set; } /// /// /// - public global::Vapi.SpeechmaticsCredential? Type1917 { get; set; } + public global::Vapi.WellSaidCredentialProvider? Type1917 { get; set; } /// /// /// - public global::Vapi.SpeechmaticsCredentialProvider? Type1918 { get; set; } + public global::Vapi.S3Credential? Type1918 { get; set; } /// /// /// - public global::Vapi.SupabaseCredential? Type1919 { get; set; } + public global::Vapi.S3CredentialProvider? Type1919 { get; set; } /// /// /// - public global::Vapi.SupabaseCredentialProvider? Type1920 { get; set; } + public global::Vapi.S3CompatibleBucketPlan? Type1920 { get; set; } /// /// /// - public global::Vapi.TavusCredential? Type1921 { get; set; } + public global::Vapi.S3CompatibleStorageCredential? Type1921 { get; set; } /// /// /// - public global::Vapi.TavusCredentialProvider? Type1922 { get; set; } + public global::Vapi.S3CompatibleStorageCredentialProvider? Type1922 { get; set; } /// /// /// - public global::Vapi.TogetherAICredential? Type1923 { get; set; } + public global::Vapi.SmallestAICredential? Type1923 { get; set; } /// /// /// - public global::Vapi.TogetherAICredentialProvider? Type1924 { get; set; } + public global::Vapi.SmallestAICredentialProvider? Type1924 { get; set; } /// /// /// - public global::Vapi.TwilioCredential? Type1925 { get; set; } + public global::Vapi.SonioxCredential? Type1925 { get; set; } /// /// /// - public global::Vapi.TwilioCredentialProvider? Type1926 { get; set; } + public global::Vapi.SonioxCredentialProvider? Type1926 { get; set; } /// /// /// - public global::Vapi.VonageCredential? Type1927 { get; set; } + public global::Vapi.SpeechmaticsCredential? Type1927 { get; set; } /// /// /// - public global::Vapi.VonageCredentialProvider? Type1928 { get; set; } + public global::Vapi.SpeechmaticsCredentialProvider? Type1928 { get; set; } /// /// /// - public global::Vapi.WebhookCredential? Type1929 { get; set; } + public global::Vapi.SupabaseCredential? Type1929 { get; set; } /// /// /// - public global::Vapi.WebhookCredentialProvider? Type1930 { get; set; } + public global::Vapi.SupabaseCredentialProvider? Type1930 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan4? Type1931 { get; set; } + public global::Vapi.TavusCredential? Type1931 { get; set; } /// /// /// - public global::Vapi.WebhookCredentialAuthenticationPlanDiscriminator? Type1932 { get; set; } + public global::Vapi.TavusCredentialProvider? Type1932 { get; set; } /// /// /// - public global::Vapi.WebhookCredentialAuthenticationPlanDiscriminatorType? Type1933 { get; set; } + public global::Vapi.TogetherAICredential? Type1933 { get; set; } /// /// /// - public global::Vapi.SpkiPemPublicKeyConfig? Type1934 { get; set; } + public global::Vapi.TogetherAICredentialProvider? Type1934 { get; set; } /// /// /// - public global::Vapi.SpkiPemPublicKeyConfigFormat? Type1935 { get; set; } + public global::Vapi.TwilioCredential? Type1935 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlan? Type1936 { get; set; } + public global::Vapi.TwilioCredentialProvider? Type1936 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlanType? Type1937 { get; set; } + public global::Vapi.VonageCredential? Type1937 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlanAlgorithm? Type1938 { get; set; } + public global::Vapi.VonageCredentialProvider? Type1938 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlanPublicKeyDiscriminator? Type1939 { get; set; } + public global::Vapi.WebhookCredential? Type1939 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlanPublicKeyDiscriminatorFormat? Type1940 { get; set; } + public global::Vapi.WebhookCredentialProvider? Type1940 { get; set; } /// /// /// - public global::Vapi.CustomCredential? Type1941 { get; set; } + public global::Vapi.AuthenticationPlan4? Type1941 { get; set; } /// /// /// - public global::Vapi.CustomCredentialProvider? Type1942 { get; set; } + public global::Vapi.WebhookCredentialAuthenticationPlanDiscriminator? Type1942 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan5? Type1943 { get; set; } + public global::Vapi.WebhookCredentialAuthenticationPlanDiscriminatorType? Type1943 { get; set; } /// /// /// - public global::Vapi.CustomCredentialAuthenticationPlanDiscriminator? Type1944 { get; set; } + public global::Vapi.SpkiPemPublicKeyConfig? Type1944 { get; set; } /// /// /// - public global::Vapi.CustomCredentialAuthenticationPlanDiscriminatorType? Type1945 { get; set; } + public global::Vapi.SpkiPemPublicKeyConfigFormat? Type1945 { get; set; } /// /// /// - public global::Vapi.CustomCredentialEncryptionPlanDiscriminator? Type1946 { get; set; } + public global::Vapi.PublicKeyEncryptionPlan? Type1946 { get; set; } /// /// /// - public global::Vapi.CustomCredentialEncryptionPlanDiscriminatorType? Type1947 { get; set; } + public global::Vapi.PublicKeyEncryptionPlanType? Type1947 { get; set; } /// /// /// - public global::Vapi.XAiCredential? Type1948 { get; set; } + public global::Vapi.PublicKeyEncryptionPlanAlgorithm? Type1948 { get; set; } /// /// /// - public global::Vapi.XAiCredentialProvider? Type1949 { get; set; } + public global::Vapi.PublicKeyEncryptionPlanPublicKeyDiscriminator? Type1949 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarOAuth2ClientCredential? Type1950 { get; set; } + public global::Vapi.PublicKeyEncryptionPlanPublicKeyDiscriminatorFormat? Type1950 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarOAuth2ClientCredentialProvider? Type1951 { get; set; } + public global::Vapi.CustomCredential? Type1951 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarOAuth2AuthorizationCredential? Type1952 { get; set; } + public global::Vapi.CustomCredentialProvider? Type1952 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarOAuth2AuthorizationCredentialProvider? Type1953 { get; set; } + public global::Vapi.AuthenticationPlan5? Type1953 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsOAuth2AuthorizationCredential? Type1954 { get; set; } + public global::Vapi.CustomCredentialAuthenticationPlanDiscriminator? Type1954 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsOAuth2AuthorizationCredentialProvider? Type1955 { get; set; } + public global::Vapi.CustomCredentialAuthenticationPlanDiscriminatorType? Type1955 { get; set; } /// /// /// - public global::Vapi.SlackOAuth2AuthorizationCredential? Type1956 { get; set; } + public global::Vapi.CustomCredentialEncryptionPlanDiscriminator? Type1956 { get; set; } /// /// /// - public global::Vapi.SlackOAuth2AuthorizationCredentialProvider? Type1957 { get; set; } + public global::Vapi.CustomCredentialEncryptionPlanDiscriminatorType? Type1957 { get; set; } /// /// /// - public global::Vapi.GoHighLevelMCPCredential? Type1958 { get; set; } + public global::Vapi.XAiCredential? Type1958 { get; set; } /// /// /// - public global::Vapi.GoHighLevelMCPCredentialProvider? Type1959 { get; set; } + public global::Vapi.XAiCredentialProvider? Type1959 { get; set; } /// /// /// - public global::Vapi.InworldCredential? Type1960 { get; set; } + public global::Vapi.GoogleCalendarOAuth2ClientCredential? Type1960 { get; set; } /// /// /// - public global::Vapi.InworldCredentialProvider? Type1961 { get; set; } + public global::Vapi.GoogleCalendarOAuth2ClientCredentialProvider? Type1961 { get; set; } /// /// /// - public global::Vapi.EmailCredential? Type1962 { get; set; } + public global::Vapi.GoogleCalendarOAuth2AuthorizationCredential? Type1962 { get; set; } /// /// /// - public global::Vapi.EmailCredentialProvider? Type1963 { get; set; } + public global::Vapi.GoogleCalendarOAuth2AuthorizationCredentialProvider? Type1963 { get; set; } /// /// /// - public global::Vapi.SlackWebhookCredential? Type1964 { get; set; } + public global::Vapi.GoogleSheetsOAuth2AuthorizationCredential? Type1964 { get; set; } /// /// /// - public global::Vapi.SlackWebhookCredentialProvider? Type1965 { get; set; } + public global::Vapi.GoogleSheetsOAuth2AuthorizationCredentialProvider? Type1965 { get; set; } /// /// /// - public global::Vapi.CreateCerebrasCredentialDTOProvider? Type1966 { get; set; } + public global::Vapi.SlackOAuth2AuthorizationCredential? Type1966 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCredentialDTOProvider? Type1967 { get; set; } + public global::Vapi.SlackOAuth2AuthorizationCredentialProvider? Type1967 { get; set; } /// /// /// - public global::Vapi.CreateHumeCredentialDTOProvider? Type1968 { get; set; } + public global::Vapi.GoHighLevelMCPCredential? Type1968 { get; set; } /// /// /// - public global::Vapi.CreateInflectionAICredentialDTOProvider? Type1969 { get; set; } + public global::Vapi.GoHighLevelMCPCredentialProvider? Type1969 { get; set; } /// /// /// - public global::Vapi.CreateMicrosoftCredentialDTOProvider? Type1970 { get; set; } + public global::Vapi.InworldCredential? Type1970 { get; set; } /// /// /// - public global::Vapi.CreateMistralCredentialDTOProvider? Type1971 { get; set; } + public global::Vapi.InworldCredentialProvider? Type1971 { get; set; } /// /// /// - public global::Vapi.CreateNeuphonicCredentialDTOProvider? Type1972 { get; set; } + public global::Vapi.EmailCredential? Type1972 { get; set; } /// /// /// - public global::Vapi.CreateWellSaidCredentialDTOProvider? Type1973 { get; set; } + public global::Vapi.EmailCredentialProvider? Type1973 { get; set; } /// /// /// - public global::Vapi.CreateS3CompatibleCredentialDTOProvider? Type1974 { get; set; } + public global::Vapi.SlackWebhookCredential? Type1974 { get; set; } /// /// /// - public global::Vapi.CreateSonioxCredentialDTOProvider? Type1975 { get; set; } + public global::Vapi.SlackWebhookCredentialProvider? Type1975 { get; set; } /// /// /// - public global::Vapi.CreateSpeechmaticsCredentialDTOProvider? Type1976 { get; set; } + public global::Vapi.CreateCerebrasCredentialDTOProvider? Type1976 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOProvider? Type1977 { get; set; } + public global::Vapi.CreateGoogleCredentialDTOProvider? Type1977 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan6? Type1978 { get; set; } + public global::Vapi.CreateHumeCredentialDTOProvider? Type1978 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOAuthenticationPlanDiscriminator? Type1979 { get; set; } + public global::Vapi.CreateInflectionAICredentialDTOProvider? Type1979 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOAuthenticationPlanDiscriminatorType? Type1980 { get; set; } + public global::Vapi.CreateMicrosoftCredentialDTOProvider? Type1980 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOEncryptionPlanDiscriminator? Type1981 { get; set; } + public global::Vapi.CreateMistralCredentialDTOProvider? Type1981 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOEncryptionPlanDiscriminatorType? Type1982 { get; set; } + public global::Vapi.CreateNeuphonicCredentialDTOProvider? Type1982 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelMCPCredentialDTOProvider? Type1983 { get; set; } + public global::Vapi.CreateWellSaidCredentialDTOProvider? Type1983 { get; set; } /// /// /// - public global::Vapi.CreateInworldCredentialDTOProvider? Type1984 { get; set; } + public global::Vapi.CreateS3CompatibleCredentialDTOProvider? Type1984 { get; set; } /// /// /// - public global::Vapi.CreateEmailCredentialDTOProvider? Type1985 { get; set; } + public global::Vapi.CreateSonioxCredentialDTOProvider? Type1985 { get; set; } /// /// /// - public global::Vapi.CreateSlackWebhookCredentialDTOProvider? Type1986 { get; set; } + public global::Vapi.CreateSpeechmaticsCredentialDTOProvider? Type1986 { get; set; } /// /// /// - public global::Vapi.UpdateAnthropicCredentialDTO? Type1987 { get; set; } + public global::Vapi.CreateCustomCredentialDTOProvider? Type1987 { get; set; } /// /// /// - public global::Vapi.UpdateAnthropicCredentialDTOProvider? Type1988 { get; set; } + public global::Vapi.AuthenticationPlan6? Type1988 { get; set; } /// /// /// - public global::Vapi.UpdateAnthropicBedrockCredentialDTO? Type1989 { get; set; } + public global::Vapi.CreateCustomCredentialDTOAuthenticationPlanDiscriminator? Type1989 { get; set; } /// /// /// - public global::Vapi.UpdateAnthropicBedrockCredentialDTOProvider? Type1990 { get; set; } + public global::Vapi.CreateCustomCredentialDTOAuthenticationPlanDiscriminatorType? Type1990 { get; set; } /// /// /// - public global::Vapi.UpdateAnthropicBedrockCredentialDTORegion? Type1991 { get; set; } + public global::Vapi.CreateCustomCredentialDTOEncryptionPlanDiscriminator? Type1991 { get; set; } /// /// /// - public global::Vapi.UpdateAnyscaleCredentialDTO? Type1992 { get; set; } + public global::Vapi.CreateCustomCredentialDTOEncryptionPlanDiscriminatorType? Type1992 { get; set; } /// /// /// - public global::Vapi.UpdateAnyscaleCredentialDTOProvider? Type1993 { get; set; } + public global::Vapi.CreateGoHighLevelMCPCredentialDTOProvider? Type1993 { get; set; } /// /// /// - public global::Vapi.UpdateAssemblyAICredentialDTO? Type1994 { get; set; } + public global::Vapi.CreateInworldCredentialDTOProvider? Type1994 { get; set; } /// /// /// - public global::Vapi.UpdateAssemblyAICredentialDTOProvider? Type1995 { get; set; } + public global::Vapi.CreateEmailCredentialDTOProvider? Type1995 { get; set; } /// /// /// - public global::Vapi.UpdateAzureCredentialDTO? Type1996 { get; set; } + public global::Vapi.CreateSlackWebhookCredentialDTOProvider? Type1996 { get; set; } /// /// /// - public global::Vapi.UpdateAzureCredentialDTOProvider? Type1997 { get; set; } + public global::Vapi.UpdateAnthropicCredentialDTO? Type1997 { get; set; } /// /// /// - public global::Vapi.UpdateAzureCredentialDTOService? Type1998 { get; set; } + public global::Vapi.UpdateAnthropicCredentialDTOProvider? Type1998 { get; set; } /// /// /// - public global::Vapi.UpdateAzureCredentialDTORegion? Type1999 { get; set; } + public global::Vapi.UpdateAnthropicBedrockCredentialDTO? Type1999 { get; set; } /// /// /// - public global::Vapi.UpdateAzureOpenAICredentialDTO? Type2000 { get; set; } + public global::Vapi.UpdateAnthropicBedrockCredentialDTOProvider? Type2000 { get; set; } /// /// /// - public global::Vapi.UpdateAzureOpenAICredentialDTOProvider? Type2001 { get; set; } + public global::Vapi.UpdateAnthropicBedrockCredentialDTORegion? Type2001 { get; set; } /// /// /// - public global::Vapi.UpdateAzureOpenAICredentialDTORegion? Type2002 { get; set; } + public global::Vapi.UpdateAnyscaleCredentialDTO? Type2002 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2003 { get; set; } + public global::Vapi.UpdateAnyscaleCredentialDTOProvider? Type2003 { get; set; } /// /// /// - public global::Vapi.UpdateAzureOpenAICredentialDTOModel? Type2004 { get; set; } + public global::Vapi.UpdateAssemblyAICredentialDTO? Type2004 { get; set; } /// /// /// - public global::Vapi.UpdateByoSipTrunkCredentialDTO? Type2005 { get; set; } + public global::Vapi.UpdateAssemblyAICredentialDTOProvider? Type2005 { get; set; } /// /// /// - public global::Vapi.UpdateByoSipTrunkCredentialDTOProvider? Type2006 { get; set; } + public global::Vapi.UpdateAzureCredentialDTO? Type2006 { get; set; } /// /// /// - public global::Vapi.UpdateCartesiaCredentialDTO? Type2007 { get; set; } + public global::Vapi.UpdateAzureCredentialDTOProvider? Type2007 { get; set; } /// /// /// - public global::Vapi.UpdateCartesiaCredentialDTOProvider? Type2008 { get; set; } + public global::Vapi.UpdateAzureCredentialDTOService? Type2008 { get; set; } /// /// /// - public global::Vapi.UpdateCerebrasCredentialDTO? Type2009 { get; set; } + public global::Vapi.UpdateAzureCredentialDTORegion? Type2009 { get; set; } /// /// /// - public global::Vapi.UpdateCerebrasCredentialDTOProvider? Type2010 { get; set; } + public global::Vapi.UpdateAzureOpenAICredentialDTO? Type2010 { get; set; } /// /// /// - public global::Vapi.UpdateCloudflareCredentialDTO? Type2011 { get; set; } + public global::Vapi.UpdateAzureOpenAICredentialDTOProvider? Type2011 { get; set; } /// /// /// - public global::Vapi.UpdateCloudflareCredentialDTOProvider? Type2012 { get; set; } + public global::Vapi.UpdateAzureOpenAICredentialDTORegion? Type2012 { get; set; } /// /// /// - public global::Vapi.UpdateCustomLLMCredentialDTO? Type2013 { get; set; } + public global::System.Collections.Generic.IList? Type2013 { get; set; } /// /// /// - public global::Vapi.UpdateCustomLLMCredentialDTOProvider? Type2014 { get; set; } + public global::Vapi.UpdateAzureOpenAICredentialDTOModel? Type2014 { get; set; } /// /// /// - public global::Vapi.UpdateDeepgramCredentialDTO? Type2015 { get; set; } + public global::Vapi.UpdateByoSipTrunkCredentialDTO? Type2015 { get; set; } /// /// /// - public global::Vapi.UpdateDeepgramCredentialDTOProvider? Type2016 { get; set; } + public global::Vapi.UpdateByoSipTrunkCredentialDTOProvider? Type2016 { get; set; } /// /// /// - public global::Vapi.UpdateDeepInfraCredentialDTO? Type2017 { get; set; } + public global::Vapi.UpdateCartesiaCredentialDTO? Type2017 { get; set; } /// /// /// - public global::Vapi.UpdateDeepInfraCredentialDTOProvider? Type2018 { get; set; } + public global::Vapi.UpdateCartesiaCredentialDTOProvider? Type2018 { get; set; } /// /// /// - public global::Vapi.UpdateDeepSeekCredentialDTO? Type2019 { get; set; } + public global::Vapi.UpdateCerebrasCredentialDTO? Type2019 { get; set; } /// /// /// - public global::Vapi.UpdateDeepSeekCredentialDTOProvider? Type2020 { get; set; } + public global::Vapi.UpdateCerebrasCredentialDTOProvider? Type2020 { get; set; } /// /// /// - public global::Vapi.UpdateElevenLabsCredentialDTO? Type2021 { get; set; } + public global::Vapi.UpdateCloudflareCredentialDTO? Type2021 { get; set; } /// /// /// - public global::Vapi.UpdateElevenLabsCredentialDTOProvider? Type2022 { get; set; } + public global::Vapi.UpdateCloudflareCredentialDTOProvider? Type2022 { get; set; } /// /// /// - public global::Vapi.UpdateElevenLabsCredentialDTOApiUrl? Type2023 { get; set; } + public global::Vapi.UpdateCustomLLMCredentialDTO? Type2023 { get; set; } /// /// /// - public global::Vapi.UpdateGcpCredentialDTO? Type2024 { get; set; } + public global::Vapi.UpdateCustomLLMCredentialDTOProvider? Type2024 { get; set; } /// /// /// - public global::Vapi.UpdateGcpCredentialDTOProvider? Type2025 { get; set; } + public global::Vapi.UpdateDeepgramCredentialDTO? Type2025 { get; set; } /// /// /// - public global::Vapi.UpdateGladiaCredentialDTO? Type2026 { get; set; } + public global::Vapi.UpdateDeepgramCredentialDTOProvider? Type2026 { get; set; } /// /// /// - public global::Vapi.UpdateGladiaCredentialDTOProvider? Type2027 { get; set; } + public global::Vapi.UpdateDeepInfraCredentialDTO? Type2027 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCredentialDTO? Type2028 { get; set; } + public global::Vapi.UpdateDeepInfraCredentialDTOProvider? Type2028 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCredentialDTOProvider? Type2029 { get; set; } + public global::Vapi.UpdateDeepSeekCredentialDTO? Type2029 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCredentialDTO? Type2030 { get; set; } + public global::Vapi.UpdateDeepSeekCredentialDTOProvider? Type2030 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCredentialDTOProvider? Type2031 { get; set; } + public global::Vapi.UpdateElevenLabsCredentialDTO? Type2031 { get; set; } /// /// /// - public global::Vapi.UpdateGroqCredentialDTO? Type2032 { get; set; } + public global::Vapi.UpdateElevenLabsCredentialDTOProvider? Type2032 { get; set; } /// /// /// - public global::Vapi.UpdateGroqCredentialDTOProvider? Type2033 { get; set; } + public global::Vapi.UpdateElevenLabsCredentialDTOApiUrl? Type2033 { get; set; } /// /// /// - public global::Vapi.UpdateHumeCredentialDTO? Type2034 { get; set; } + public global::Vapi.UpdateGcpCredentialDTO? Type2034 { get; set; } /// /// /// - public global::Vapi.UpdateHumeCredentialDTOProvider? Type2035 { get; set; } + public global::Vapi.UpdateGcpCredentialDTOProvider? Type2035 { get; set; } /// /// /// - public global::Vapi.UpdateInflectionAICredentialDTO? Type2036 { get; set; } + public global::Vapi.UpdateGladiaCredentialDTO? Type2036 { get; set; } /// /// /// - public global::Vapi.UpdateInflectionAICredentialDTOProvider? Type2037 { get; set; } + public global::Vapi.UpdateGladiaCredentialDTOProvider? Type2037 { get; set; } /// /// /// - public global::Vapi.UpdateLangfuseCredentialDTO? Type2038 { get; set; } + public global::Vapi.UpdateGoHighLevelCredentialDTO? Type2038 { get; set; } /// /// /// - public global::Vapi.UpdateLangfuseCredentialDTOProvider? Type2039 { get; set; } + public global::Vapi.UpdateGoHighLevelCredentialDTOProvider? Type2039 { get; set; } /// /// /// - public global::Vapi.UpdateLmntCredentialDTO? Type2040 { get; set; } + public global::Vapi.UpdateGoogleCredentialDTO? Type2040 { get; set; } /// /// /// - public global::Vapi.UpdateLmntCredentialDTOProvider? Type2041 { get; set; } + public global::Vapi.UpdateGoogleCredentialDTOProvider? Type2041 { get; set; } /// /// /// - public global::Vapi.UpdateMakeCredentialDTO? Type2042 { get; set; } + public global::Vapi.UpdateGroqCredentialDTO? Type2042 { get; set; } /// /// /// - public global::Vapi.UpdateMakeCredentialDTOProvider? Type2043 { get; set; } + public global::Vapi.UpdateGroqCredentialDTOProvider? Type2043 { get; set; } /// /// /// - public global::Vapi.UpdateMicrosoftCredentialDTO? Type2044 { get; set; } + public global::Vapi.UpdateHumeCredentialDTO? Type2044 { get; set; } /// /// /// - public global::Vapi.UpdateMicrosoftCredentialDTOProvider? Type2045 { get; set; } + public global::Vapi.UpdateHumeCredentialDTOProvider? Type2045 { get; set; } /// /// /// - public global::Vapi.UpdateMistralCredentialDTO? Type2046 { get; set; } + public global::Vapi.UpdateInflectionAICredentialDTO? Type2046 { get; set; } /// /// /// - public global::Vapi.UpdateMistralCredentialDTOProvider? Type2047 { get; set; } + public global::Vapi.UpdateInflectionAICredentialDTOProvider? Type2047 { get; set; } /// /// /// - public global::Vapi.UpdateNeuphonicCredentialDTO? Type2048 { get; set; } + public global::Vapi.UpdateLangfuseCredentialDTO? Type2048 { get; set; } /// /// /// - public global::Vapi.UpdateNeuphonicCredentialDTOProvider? Type2049 { get; set; } + public global::Vapi.UpdateLangfuseCredentialDTOProvider? Type2049 { get; set; } /// /// /// - public global::Vapi.UpdateOpenAICredentialDTO? Type2050 { get; set; } + public global::Vapi.UpdateLmntCredentialDTO? Type2050 { get; set; } /// /// /// - public global::Vapi.UpdateOpenAICredentialDTOProvider? Type2051 { get; set; } + public global::Vapi.UpdateLmntCredentialDTOProvider? Type2051 { get; set; } /// /// /// - public global::Vapi.UpdateOpenRouterCredentialDTO? Type2052 { get; set; } + public global::Vapi.UpdateMakeCredentialDTO? Type2052 { get; set; } /// /// /// - public global::Vapi.UpdateOpenRouterCredentialDTOProvider? Type2053 { get; set; } + public global::Vapi.UpdateMakeCredentialDTOProvider? Type2053 { get; set; } /// /// /// - public global::Vapi.UpdatePerplexityAICredentialDTO? Type2054 { get; set; } + public global::Vapi.UpdateMicrosoftCredentialDTO? Type2054 { get; set; } /// /// /// - public global::Vapi.UpdatePerplexityAICredentialDTOProvider? Type2055 { get; set; } + public global::Vapi.UpdateMicrosoftCredentialDTOProvider? Type2055 { get; set; } /// /// /// - public global::Vapi.UpdatePlayHTCredentialDTO? Type2056 { get; set; } + public global::Vapi.UpdateMistralCredentialDTO? Type2056 { get; set; } /// /// /// - public global::Vapi.UpdatePlayHTCredentialDTOProvider? Type2057 { get; set; } + public global::Vapi.UpdateMistralCredentialDTOProvider? Type2057 { get; set; } /// /// /// - public global::Vapi.UpdateRimeAICredentialDTO? Type2058 { get; set; } + public global::Vapi.UpdateNeuphonicCredentialDTO? Type2058 { get; set; } /// /// /// - public global::Vapi.UpdateRimeAICredentialDTOProvider? Type2059 { get; set; } + public global::Vapi.UpdateNeuphonicCredentialDTOProvider? Type2059 { get; set; } /// /// /// - public global::Vapi.UpdateRunpodCredentialDTO? Type2060 { get; set; } + public global::Vapi.UpdateOpenAICredentialDTO? Type2060 { get; set; } /// /// /// - public global::Vapi.UpdateRunpodCredentialDTOProvider? Type2061 { get; set; } + public global::Vapi.UpdateOpenAICredentialDTOProvider? Type2061 { get; set; } /// /// /// - public global::Vapi.UpdateWellSaidCredentialDTO? Type2062 { get; set; } + public global::Vapi.UpdateOpenRouterCredentialDTO? Type2062 { get; set; } /// /// /// - public global::Vapi.UpdateWellSaidCredentialDTOProvider? Type2063 { get; set; } + public global::Vapi.UpdateOpenRouterCredentialDTOProvider? Type2063 { get; set; } /// /// /// - public global::Vapi.UpdateS3CredentialDTO? Type2064 { get; set; } + public global::Vapi.UpdatePerplexityAICredentialDTO? Type2064 { get; set; } /// /// /// - public global::Vapi.UpdateS3CredentialDTOProvider? Type2065 { get; set; } + public global::Vapi.UpdatePerplexityAICredentialDTOProvider? Type2065 { get; set; } /// /// /// - public global::Vapi.UpdateS3CompatibleBucketPlanDTO? Type2066 { get; set; } + public global::Vapi.UpdatePlayHTCredentialDTO? Type2066 { get; set; } /// /// /// - public global::Vapi.UpdateS3CompatibleCredentialDTO? Type2067 { get; set; } + public global::Vapi.UpdatePlayHTCredentialDTOProvider? Type2067 { get; set; } /// /// /// - public global::Vapi.UpdateS3CompatibleCredentialDTOProvider? Type2068 { get; set; } + public global::Vapi.UpdateRimeAICredentialDTO? Type2068 { get; set; } /// /// /// - public global::Vapi.UpdateTogetherAICredentialDTO? Type2069 { get; set; } + public global::Vapi.UpdateRimeAICredentialDTOProvider? Type2069 { get; set; } /// /// /// - public global::Vapi.UpdateTogetherAICredentialDTOProvider? Type2070 { get; set; } + public global::Vapi.UpdateRunpodCredentialDTO? Type2070 { get; set; } /// /// /// - public global::Vapi.UpdateTwilioCredentialDTO? Type2071 { get; set; } + public global::Vapi.UpdateRunpodCredentialDTOProvider? Type2071 { get; set; } /// /// /// - public global::Vapi.UpdateTwilioCredentialDTOProvider? Type2072 { get; set; } + public global::Vapi.UpdateWellSaidCredentialDTO? Type2072 { get; set; } /// /// /// - public global::Vapi.UpdateVonageCredentialDTO? Type2073 { get; set; } + public global::Vapi.UpdateWellSaidCredentialDTOProvider? Type2073 { get; set; } /// /// /// - public global::Vapi.UpdateVonageCredentialDTOProvider? Type2074 { get; set; } + public global::Vapi.UpdateS3CredentialDTO? Type2074 { get; set; } /// /// /// - public global::Vapi.UpdateWebhookCredentialDTO? Type2075 { get; set; } + public global::Vapi.UpdateS3CredentialDTOProvider? Type2075 { get; set; } /// /// /// - public global::Vapi.UpdateWebhookCredentialDTOProvider? Type2076 { get; set; } + public global::Vapi.UpdateS3CompatibleBucketPlanDTO? Type2076 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan8? Type2077 { get; set; } + public global::Vapi.UpdateS3CompatibleCredentialDTO? Type2077 { get; set; } /// /// /// - public global::Vapi.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminator? Type2078 { get; set; } + public global::Vapi.UpdateS3CompatibleCredentialDTOProvider? Type2078 { get; set; } /// /// /// - public global::Vapi.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorType? Type2079 { get; set; } + public global::Vapi.UpdateTogetherAICredentialDTO? Type2079 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTO? Type2080 { get; set; } + public global::Vapi.UpdateTogetherAICredentialDTOProvider? Type2080 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOProvider? Type2081 { get; set; } + public global::Vapi.UpdateTwilioCredentialDTO? Type2081 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan9? Type2082 { get; set; } + public global::Vapi.UpdateTwilioCredentialDTOProvider? Type2082 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOAuthenticationPlanDiscriminator? Type2083 { get; set; } + public global::Vapi.UpdateVonageCredentialDTO? Type2083 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOAuthenticationPlanDiscriminatorType? Type2084 { get; set; } + public global::Vapi.UpdateVonageCredentialDTOProvider? Type2084 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOEncryptionPlanDiscriminator? Type2085 { get; set; } + public global::Vapi.UpdateWebhookCredentialDTO? Type2085 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOEncryptionPlanDiscriminatorType? Type2086 { get; set; } + public global::Vapi.UpdateWebhookCredentialDTOProvider? Type2086 { get; set; } /// /// /// - public global::Vapi.UpdateXAiCredentialDTO? Type2087 { get; set; } + public global::Vapi.AuthenticationPlan8? Type2087 { get; set; } /// /// /// - public global::Vapi.UpdateXAiCredentialDTOProvider? Type2088 { get; set; } + public global::Vapi.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminator? Type2088 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarOAuth2ClientCredentialDTO? Type2089 { get; set; } + public global::Vapi.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorType? Type2089 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarOAuth2ClientCredentialDTOProvider? Type2090 { get; set; } + public global::Vapi.UpdateCustomCredentialDTO? Type2090 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarOAuth2AuthorizationCredentialDTO? Type2091 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOProvider? Type2091 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarOAuth2AuthorizationCredentialDTOProvider? Type2092 { get; set; } + public global::Vapi.AuthenticationPlan9? Type2092 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleSheetsOAuth2AuthorizationCredentialDTO? Type2093 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOAuthenticationPlanDiscriminator? Type2093 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleSheetsOAuth2AuthorizationCredentialDTOProvider? Type2094 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOAuthenticationPlanDiscriminatorType? Type2094 { get; set; } /// /// /// - public global::Vapi.UpdateSlackOAuth2AuthorizationCredentialDTO? Type2095 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOEncryptionPlanDiscriminator? Type2095 { get; set; } /// /// /// - public global::Vapi.UpdateSlackOAuth2AuthorizationCredentialDTOProvider? Type2096 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOEncryptionPlanDiscriminatorType? Type2096 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelMCPCredentialDTO? Type2097 { get; set; } + public global::Vapi.UpdateXAiCredentialDTO? Type2097 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelMCPCredentialDTOProvider? Type2098 { get; set; } + public global::Vapi.UpdateXAiCredentialDTOProvider? Type2098 { get; set; } /// /// /// - public global::Vapi.UpdateInworldCredentialDTO? Type2099 { get; set; } + public global::Vapi.UpdateGoogleCalendarOAuth2ClientCredentialDTO? Type2099 { get; set; } /// /// /// - public global::Vapi.UpdateInworldCredentialDTOProvider? Type2100 { get; set; } + public global::Vapi.UpdateGoogleCalendarOAuth2ClientCredentialDTOProvider? Type2100 { get; set; } /// /// /// - public global::Vapi.UpdateEmailCredentialDTO? Type2101 { get; set; } + public global::Vapi.UpdateGoogleCalendarOAuth2AuthorizationCredentialDTO? Type2101 { get; set; } /// /// /// - public global::Vapi.UpdateEmailCredentialDTOProvider? Type2102 { get; set; } + public global::Vapi.UpdateGoogleCalendarOAuth2AuthorizationCredentialDTOProvider? Type2102 { get; set; } /// /// /// - public global::Vapi.UpdateSlackWebhookCredentialDTO? Type2103 { get; set; } + public global::Vapi.UpdateGoogleSheetsOAuth2AuthorizationCredentialDTO? Type2103 { get; set; } /// /// /// - public global::Vapi.UpdateSlackWebhookCredentialDTOProvider? Type2104 { get; set; } + public global::Vapi.UpdateGoogleSheetsOAuth2AuthorizationCredentialDTOProvider? Type2104 { get; set; } /// /// /// - public global::Vapi.UpdateSonioxCredentialDTO? Type2105 { get; set; } + public global::Vapi.UpdateSlackOAuth2AuthorizationCredentialDTO? Type2105 { get; set; } /// /// /// - public global::Vapi.UpdateSonioxCredentialDTOProvider? Type2106 { get; set; } + public global::Vapi.UpdateSlackOAuth2AuthorizationCredentialDTOProvider? Type2106 { get; set; } /// /// /// - public global::Vapi.CredentialSessionResponse? Type2107 { get; set; } + public global::Vapi.UpdateGoHighLevelMCPCredentialDTO? Type2107 { get; set; } /// /// /// - public global::Vapi.CredentialEndUser? Type2108 { get; set; } + public global::Vapi.UpdateGoHighLevelMCPCredentialDTOProvider? Type2108 { get; set; } /// /// /// - public global::Vapi.CredentialSessionError? Type2109 { get; set; } + public global::Vapi.UpdateInworldCredentialDTO? Type2109 { get; set; } /// /// /// - public global::Vapi.CredentialWebhookDTO? Type2110 { get; set; } + public global::Vapi.UpdateInworldCredentialDTOProvider? Type2110 { get; set; } /// /// /// - public global::Vapi.CredentialWebhookDTOType? Type2111 { get; set; } + public global::Vapi.UpdateEmailCredentialDTO? Type2111 { get; set; } /// /// /// - public global::Vapi.CredentialWebhookDTOOperation? Type2112 { get; set; } + public global::Vapi.UpdateEmailCredentialDTOProvider? Type2112 { get; set; } /// /// /// - public global::Vapi.CredentialWebhookDTOAuthMode? Type2113 { get; set; } + public global::Vapi.UpdateSlackWebhookCredentialDTO? Type2113 { get; set; } /// /// /// - public global::Vapi.CredentialActionRequest? Type2114 { get; set; } + public global::Vapi.UpdateSlackWebhookCredentialDTOProvider? Type2114 { get; set; } /// /// /// - public global::Vapi.HMACAuthenticationPlanType? Type2115 { get; set; } + public global::Vapi.UpdateSonioxCredentialDTO? Type2115 { get; set; } /// /// /// - public global::Vapi.HMACAuthenticationPlanAlgorithm? Type2116 { get; set; } + public global::Vapi.UpdateSonioxCredentialDTOProvider? Type2116 { get; set; } /// /// /// - public global::Vapi.HMACAuthenticationPlanSignatureEncoding? Type2117 { get; set; } + public global::Vapi.CredentialSessionResponse? Type2117 { get; set; } /// /// /// - public global::Vapi.BearerAuthenticationPlanType? Type2118 { get; set; } + public global::Vapi.CredentialEndUser? Type2118 { get; set; } /// /// /// - public global::Vapi.AWSIAMCredentialsAuthenticationPlanType? Type2119 { get; set; } + public global::Vapi.CredentialSessionError? Type2119 { get; set; } /// /// /// - public global::Vapi.AWSStsAuthenticationPlanType? Type2120 { get; set; } + public global::Vapi.CredentialWebhookDTO? Type2120 { get; set; } /// /// /// - public global::Vapi.ToolTemplateSetup? Type2121 { get; set; } + public global::Vapi.CredentialWebhookDTOType? Type2121 { get; set; } /// /// /// - public global::Vapi.MakeToolProviderDetails? Type2122 { get; set; } + public global::Vapi.CredentialWebhookDTOOperation? Type2122 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2123 { get; set; } + public global::Vapi.CredentialWebhookDTOAuthMode? Type2123 { get; set; } /// /// /// - public global::Vapi.MakeToolProviderDetailsType? Type2124 { get; set; } + public global::Vapi.CredentialActionRequest? Type2124 { get; set; } /// /// /// - public global::Vapi.GhlToolProviderDetails? Type2125 { get; set; } + public global::Vapi.HMACAuthenticationPlanType? Type2125 { get; set; } /// /// /// - public global::Vapi.GhlToolProviderDetailsType? Type2126 { get; set; } + public global::Vapi.HMACAuthenticationPlanAlgorithm? Type2126 { get; set; } /// /// /// - public global::Vapi.FunctionToolProviderDetails? Type2127 { get; set; } + public global::Vapi.HMACAuthenticationPlanSignatureEncoding? Type2127 { get; set; } /// /// /// - public global::Vapi.FunctionToolProviderDetailsType? Type2128 { get; set; } + public global::Vapi.BearerAuthenticationPlanType? Type2128 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolProviderDetails? Type2129 { get; set; } + public global::Vapi.AWSIAMCredentialsAuthenticationPlanType? Type2129 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolProviderDetailsType? Type2130 { get; set; } + public global::Vapi.AWSStsAuthenticationPlanType? Type2130 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolProviderDetails? Type2131 { get; set; } + public global::Vapi.ToolTemplateSetup? Type2131 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolProviderDetailsType? Type2132 { get; set; } + public global::Vapi.MakeToolProviderDetails? Type2132 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolProviderDetails? Type2133 { get; set; } + public global::System.Collections.Generic.IList? Type2133 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolProviderDetailsType? Type2134 { get; set; } + public global::Vapi.MakeToolProviderDetailsType? Type2134 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolProviderDetails? Type2135 { get; set; } + public global::Vapi.GhlToolProviderDetails? Type2135 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolProviderDetailsType? Type2136 { get; set; } + public global::Vapi.GhlToolProviderDetailsType? Type2136 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolProviderDetails? Type2137 { get; set; } + public global::Vapi.FunctionToolProviderDetails? Type2137 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolProviderDetailsType? Type2138 { get; set; } + public global::Vapi.FunctionToolProviderDetailsType? Type2138 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolProviderDetails? Type2139 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolProviderDetails? Type2139 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolProviderDetailsType? Type2140 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolProviderDetailsType? Type2140 { get; set; } /// /// /// - public global::Vapi.ToolTemplateMetadata? Type2141 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolProviderDetails? Type2141 { get; set; } /// /// /// - public global::Vapi.CreateToolTemplateDTO? Type2142 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolProviderDetailsType? Type2142 { get; set; } /// /// /// - public global::Vapi.CreateToolTemplateDTOVisibility? Type2143 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolProviderDetails? Type2143 { get; set; } /// /// /// - public global::Vapi.CreateToolTemplateDTOType? Type2144 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolProviderDetailsType? Type2144 { get; set; } /// /// /// - public global::Vapi.CreateToolTemplateDTOProvider? Type2145 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolProviderDetails? Type2145 { get; set; } /// /// /// - public global::Vapi.Template? Type2146 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolProviderDetailsType? Type2146 { get; set; } /// /// /// - public global::Vapi.TemplateVisibility? Type2147 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolProviderDetails? Type2147 { get; set; } /// /// /// - public global::Vapi.TemplateType? Type2148 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolProviderDetailsType? Type2148 { get; set; } /// /// /// - public global::Vapi.TemplateProvider? Type2149 { get; set; } + public global::Vapi.GoHighLevelContactGetToolProviderDetails? Type2149 { get; set; } /// /// /// - public global::Vapi.UpdateToolTemplateDTO? Type2150 { get; set; } + public global::Vapi.GoHighLevelContactGetToolProviderDetailsType? Type2150 { get; set; } /// /// /// - public global::Vapi.UpdateToolTemplateDTOVisibility? Type2151 { get; set; } + public global::Vapi.ToolTemplateMetadata? Type2151 { get; set; } /// /// /// - public global::Vapi.UpdateToolTemplateDTOType? Type2152 { get; set; } + public global::Vapi.CreateToolTemplateDTO? Type2152 { get; set; } /// /// /// - public global::Vapi.UpdateToolTemplateDTOProvider? Type2153 { get; set; } + public global::Vapi.CreateToolTemplateDTOVisibility? Type2153 { get; set; } /// /// /// - public global::Vapi.VoiceLibrary? Type2154 { get; set; } + public global::Vapi.CreateToolTemplateDTOType? Type2154 { get; set; } /// /// /// - public global::Vapi.VoiceLibraryGender? Type2155 { get; set; } + public global::Vapi.CreateToolTemplateDTOProvider? Type2155 { get; set; } /// /// /// - public global::Vapi.SyncVoiceLibraryDTO? Type2156 { get; set; } + public global::Vapi.Template? Type2156 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2157 { get; set; } + public global::Vapi.TemplateVisibility? Type2157 { get; set; } /// /// /// - public global::Vapi.SyncVoiceLibraryDTOProvider? Type2158 { get; set; } + public global::Vapi.TemplateType? Type2158 { get; set; } /// /// /// - public global::Vapi.CreateSesameVoiceDTO? Type2159 { get; set; } + public global::Vapi.TemplateProvider? Type2159 { get; set; } /// /// /// - public global::Vapi.CartesiaPronunciationDictItem? Type2160 { get; set; } + public global::Vapi.UpdateToolTemplateDTO? Type2160 { get; set; } /// /// /// - public global::Vapi.CartesiaPronunciationDictionary? Type2161 { get; set; } + public global::Vapi.UpdateToolTemplateDTOVisibility? Type2161 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2162 { get; set; } + public global::Vapi.UpdateToolTemplateDTOType? Type2162 { get; set; } /// /// /// - public global::Vapi.ElevenLabsPronunciationDictionary? Type2163 { get; set; } + public global::Vapi.UpdateToolTemplateDTOProvider? Type2163 { get; set; } /// /// /// - public global::Vapi.ElevenLabsPronunciationDictionaryPermissionOnResource? Type2164 { get; set; } + public global::Vapi.VoiceLibrary? Type2164 { get; set; } /// /// /// - public global::Vapi.ProviderResource? Type2165 { get; set; } + public global::Vapi.VoiceLibraryGender? Type2165 { get; set; } /// /// /// - public global::Vapi.ProviderResourceProvider? Type2166 { get; set; } + public global::Vapi.SyncVoiceLibraryDTO? Type2166 { get; set; } /// /// /// - public global::Vapi.ProviderResourceResourceName? Type2167 { get; set; } + public global::System.Collections.Generic.IList? Type2167 { get; set; } /// /// /// - public global::Vapi.ProviderResourcePaginatedResponse? Type2168 { get; set; } + public global::Vapi.SyncVoiceLibraryDTOProvider? Type2168 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2169 { get; set; } + public global::Vapi.CreateSesameVoiceDTO? Type2169 { get; set; } /// /// /// - public global::Vapi.VoiceLibraryVoiceResponse? Type2170 { get; set; } + public global::Vapi.CartesiaPronunciationDictItem? Type2170 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2171 { get; set; } + public global::Vapi.CartesiaPronunciationDictionary? Type2171 { get; set; } /// /// /// - public global::Vapi.AddVoiceToProviderDTO? Type2172 { get; set; } + public global::System.Collections.Generic.IList? Type2172 { get; set; } /// /// /// - public global::Vapi.CloneVoiceDTO? Type2173 { get; set; } + public global::Vapi.ElevenLabsPronunciationDictionary? Type2173 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2174 { get; set; } + public global::Vapi.ElevenLabsPronunciationDictionaryPermissionOnResource? Type2174 { get; set; } /// /// /// - public global::Vapi.VariableValueGroupBy? Type2175 { get; set; } + public global::Vapi.ProviderResource? Type2175 { get; set; } /// /// /// - public global::Vapi.TimeRange? Type2176 { get; set; } + public global::Vapi.ProviderResourceProvider? Type2176 { get; set; } /// /// /// - public global::Vapi.TimeRangeStep? Type2177 { get; set; } + public global::Vapi.ProviderResourceResourceName? Type2177 { get; set; } /// /// /// - public global::Vapi.AnalyticsOperation? Type2178 { get; set; } + public global::Vapi.ProviderResourcePaginatedResponse? Type2178 { get; set; } /// /// /// - public global::Vapi.AnalyticsOperationOperation? Type2179 { get; set; } + public global::System.Collections.Generic.IList? Type2179 { get; set; } /// /// /// - public global::Vapi.AnalyticsOperationColumn? Type2180 { get; set; } + public global::Vapi.VoiceLibraryVoiceResponse? Type2180 { get; set; } /// /// /// - public global::Vapi.AnalyticsQuery? Type2181 { get; set; } + public global::Vapi.OneOf? Type2181 { get; set; } /// /// /// - public global::Vapi.AnalyticsQueryTable? Type2182 { get; set; } + public global::Vapi.AddVoiceToProviderDTO? Type2182 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2183 { get; set; } + public global::Vapi.CloneVoiceDTO? Type2183 { get; set; } /// /// /// - public global::Vapi.AnalyticsQueryGroupByItem? Type2184 { get; set; } + public global::System.Collections.Generic.IList? Type2184 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2185 { get; set; } + public global::Vapi.VariableValueGroupBy? Type2185 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2186 { get; set; } + public global::Vapi.TimeRange? Type2186 { get; set; } /// /// /// - public global::Vapi.AnalyticsQueryDTO? Type2187 { get; set; } + public global::Vapi.TimeRangeStep? Type2187 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2188 { get; set; } + public global::Vapi.AnalyticsOperation? Type2188 { get; set; } /// /// /// - public global::Vapi.AnalyticsQueryResult? Type2189 { get; set; } + public global::Vapi.AnalyticsOperationOperation? Type2189 { get; set; } /// /// /// - public global::Vapi.ClientMessageWorkflowNodeStarted? Type2190 { get; set; } + public global::Vapi.AnalyticsOperationColumn? Type2190 { get; set; } /// /// /// - public global::Vapi.ClientMessageWorkflowNodeStartedType? Type2191 { get; set; } + public global::Vapi.AnalyticsQuery? Type2191 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantStarted? Type2192 { get; set; } + public global::Vapi.AnalyticsQueryTable? Type2192 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantStartedType? Type2193 { get; set; } + public global::System.Collections.Generic.IList? Type2193 { get; set; } /// /// /// - public global::Vapi.ClientMessageConversationUpdate? Type2194 { get; set; } + public global::Vapi.AnalyticsQueryGroupByItem? Type2194 { get; set; } /// /// /// - public global::Vapi.ClientMessageConversationUpdateType? Type2195 { get; set; } + public global::System.Collections.Generic.IList? Type2195 { get; set; } /// /// /// - public global::Vapi.ClientMessageHang? Type2196 { get; set; } + public global::System.Collections.Generic.IList? Type2196 { get; set; } /// /// /// - public global::Vapi.ClientMessageHangType? Type2197 { get; set; } + public global::Vapi.AnalyticsQueryDTO? Type2197 { get; set; } /// /// /// - public global::Vapi.ClientMessageMetadata? Type2198 { get; set; } + public global::System.Collections.Generic.IList? Type2198 { get; set; } /// /// /// - public global::Vapi.ClientMessageMetadataType? Type2199 { get; set; } + public global::Vapi.AnalyticsQueryResult? Type2199 { get; set; } /// /// /// - public global::Vapi.ClientMessageModelOutput? Type2200 { get; set; } + public global::Vapi.ClientMessageWorkflowNodeStarted? Type2200 { get; set; } /// /// /// - public global::Vapi.ClientMessageModelOutputType? Type2201 { get; set; } + public global::Vapi.ClientMessageWorkflowNodeStartedType? Type2201 { get; set; } /// /// /// - public global::Vapi.ClientMessageSpeechUpdate? Type2202 { get; set; } + public global::Vapi.ClientMessageAssistantStarted? Type2202 { get; set; } /// /// /// - public global::Vapi.ClientMessageSpeechUpdateType? Type2203 { get; set; } + public global::Vapi.ClientMessageAssistantStartedType? Type2203 { get; set; } /// /// /// - public global::Vapi.ClientMessageSpeechUpdateStatus? Type2204 { get; set; } + public global::Vapi.ClientMessageConversationUpdate? Type2204 { get; set; } /// /// /// - public global::Vapi.ClientMessageSpeechUpdateRole? Type2205 { get; set; } + public global::Vapi.ClientMessageConversationUpdateType? Type2205 { get; set; } /// /// /// - public global::Vapi.ClientMessageTranscript? Type2206 { get; set; } + public global::Vapi.ClientMessageHang? Type2206 { get; set; } /// /// /// - public global::Vapi.ClientMessageTranscriptType? Type2207 { get; set; } + public global::Vapi.ClientMessageHangType? Type2207 { get; set; } /// /// /// - public global::Vapi.ClientMessageTranscriptRole? Type2208 { get; set; } + public global::Vapi.ClientMessageMetadata? Type2208 { get; set; } /// /// /// - public global::Vapi.ClientMessageTranscriptTranscriptType? Type2209 { get; set; } + public global::Vapi.ClientMessageMetadataType? Type2209 { get; set; } /// /// /// - public global::Vapi.ClientMessageToolCalls? Type2210 { get; set; } + public global::Vapi.ClientMessageModelOutput? Type2210 { get; set; } /// /// /// - public global::Vapi.ClientMessageToolCallsType? Type2211 { get; set; } + public global::Vapi.ClientMessageModelOutputType? Type2211 { get; set; } /// /// /// - public global::Vapi.FunctionToolWithToolCall? Type2212 { get; set; } + public global::Vapi.ClientMessageSpeechUpdate? Type2212 { get; set; } /// /// /// - public global::Vapi.GhlToolWithToolCall? Type2213 { get; set; } + public global::Vapi.ClientMessageSpeechUpdateType? Type2213 { get; set; } /// /// /// - public global::Vapi.MakeToolWithToolCall? Type2214 { get; set; } + public global::Vapi.ClientMessageSpeechUpdateStatus? Type2214 { get; set; } /// /// /// - public global::Vapi.BashToolWithToolCall? Type2215 { get; set; } + public global::Vapi.ClientMessageSpeechUpdateRole? Type2215 { get; set; } /// /// /// - public global::Vapi.ComputerToolWithToolCall? Type2216 { get; set; } + public global::Vapi.ClientMessageTranscript? Type2216 { get; set; } /// /// /// - public global::Vapi.TextEditorToolWithToolCall? Type2217 { get; set; } + public global::Vapi.ClientMessageTranscriptType? Type2217 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolWithToolCall? Type2218 { get; set; } + public global::Vapi.ClientMessageTranscriptRole? Type2218 { get; set; } /// /// /// - public global::Vapi.ClientMessageToolCallsResult? Type2219 { get; set; } + public global::Vapi.ClientMessageTranscriptTranscriptType? Type2219 { get; set; } /// /// /// - public global::Vapi.ClientMessageToolCallsResultType? Type2220 { get; set; } + public global::Vapi.ClientMessageToolCalls? Type2220 { get; set; } /// /// /// - public global::Vapi.ClientMessageTransferUpdate? Type2221 { get; set; } + public global::Vapi.ClientMessageToolCallsType? Type2221 { get; set; } /// /// /// - public global::Vapi.ClientMessageTransferUpdateType? Type2222 { get; set; } + public global::Vapi.FunctionToolWithToolCall? Type2222 { get; set; } /// /// /// - public global::Vapi.ClientMessageUserInterrupted? Type2223 { get; set; } + public global::Vapi.GhlToolWithToolCall? Type2223 { get; set; } /// /// /// - public global::Vapi.ClientMessageUserInterruptedType? Type2224 { get; set; } + public global::Vapi.MakeToolWithToolCall? Type2224 { get; set; } /// /// /// - public global::Vapi.ClientMessageLanguageChangeDetected? Type2225 { get; set; } + public global::Vapi.BashToolWithToolCall? Type2225 { get; set; } /// /// /// - public global::Vapi.ClientMessageLanguageChangeDetectedType? Type2226 { get; set; } + public global::Vapi.ComputerToolWithToolCall? Type2226 { get; set; } /// /// /// - public global::Vapi.ClientMessageVoiceInput? Type2227 { get; set; } + public global::Vapi.TextEditorToolWithToolCall? Type2227 { get; set; } /// /// /// - public global::Vapi.ClientMessageVoiceInputType? Type2228 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolWithToolCall? Type2228 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeech? Type2229 { get; set; } + public global::Vapi.ClientMessageToolCallsResult? Type2229 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeechType? Type2230 { get; set; } + public global::Vapi.ClientMessageToolCallsResultType? Type2230 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeechSource? Type2231 { get; set; } + public global::Vapi.ClientMessageTransferUpdate? Type2231 { get; set; } /// /// /// - public global::Vapi.Timing? Type2232 { get; set; } + public global::Vapi.ClientMessageTransferUpdateType? Type2232 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeechTimingDiscriminator? Type2233 { get; set; } + public global::Vapi.ClientMessageUserInterrupted? Type2233 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeechTimingDiscriminatorType? Type2234 { get; set; } + public global::Vapi.ClientMessageUserInterruptedType? Type2234 { get; set; } /// /// /// - public global::Vapi.ClientMessageChatCreated? Type2235 { get; set; } + public global::Vapi.ClientMessageLanguageChangeDetected? Type2235 { get; set; } /// /// /// - public global::Vapi.ClientMessageChatCreatedType? Type2236 { get; set; } + public global::Vapi.ClientMessageLanguageChangeDetectedType? Type2236 { get; set; } /// /// /// - public global::Vapi.ClientMessageChatDeleted? Type2237 { get; set; } + public global::Vapi.ClientMessageVoiceInput? Type2237 { get; set; } /// /// /// - public global::Vapi.ClientMessageChatDeletedType? Type2238 { get; set; } + public global::Vapi.ClientMessageVoiceInputType? Type2238 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionCreated? Type2239 { get; set; } + public global::Vapi.ClientMessageAssistantSpeech? Type2239 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionCreatedType? Type2240 { get; set; } + public global::Vapi.ClientMessageAssistantSpeechType? Type2240 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionUpdated? Type2241 { get; set; } + public global::Vapi.ClientMessageAssistantSpeechSource? Type2241 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionUpdatedType? Type2242 { get; set; } + public global::Vapi.Timing? Type2242 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionDeleted? Type2243 { get; set; } + public global::Vapi.ClientMessageAssistantSpeechTimingDiscriminator? Type2243 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionDeletedType? Type2244 { get; set; } + public global::Vapi.ClientMessageAssistantSpeechTimingDiscriminatorType? Type2244 { get; set; } /// /// /// - public global::Vapi.ClientMessageCallDeleted? Type2245 { get; set; } + public global::Vapi.ClientMessageChatCreated? Type2245 { get; set; } /// /// /// - public global::Vapi.ClientMessageCallDeletedType? Type2246 { get; set; } + public global::Vapi.ClientMessageChatCreatedType? Type2246 { get; set; } /// /// /// - public global::Vapi.ClientMessageCallDeleteFailed? Type2247 { get; set; } + public global::Vapi.ClientMessageChatDeleted? Type2247 { get; set; } /// /// /// - public global::Vapi.ClientMessageCallDeleteFailedType? Type2248 { get; set; } + public global::Vapi.ClientMessageChatDeletedType? Type2248 { get; set; } /// /// /// - public global::Vapi.ClientMessage? Type2249 { get; set; } + public global::Vapi.ClientMessageSessionCreated? Type2249 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantRequest? Type2250 { get; set; } + public global::Vapi.ClientMessageSessionCreatedType? Type2250 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantRequestType? Type2251 { get; set; } + public global::Vapi.ClientMessageSessionUpdated? Type2251 { get; set; } /// /// /// - public global::Vapi.ServerMessageConversationUpdate? Type2252 { get; set; } + public global::Vapi.ClientMessageSessionUpdatedType? Type2252 { get; set; } /// /// /// - public global::Vapi.ServerMessageConversationUpdateType? Type2253 { get; set; } + public global::Vapi.ClientMessageSessionDeleted? Type2253 { get; set; } /// /// /// - public global::Vapi.ServerMessageEndOfCallReport? Type2254 { get; set; } + public global::Vapi.ClientMessageSessionDeletedType? Type2254 { get; set; } /// /// /// - public global::Vapi.ServerMessageEndOfCallReportType? Type2255 { get; set; } + public global::Vapi.ClientMessageCallDeleted? Type2255 { get; set; } /// /// /// - public global::Vapi.ServerMessageEndOfCallReportEndedReason? Type2256 { get; set; } + public global::Vapi.ClientMessageCallDeletedType? Type2256 { get; set; } /// /// /// - public global::Vapi.ServerMessageHandoffDestinationRequest? Type2257 { get; set; } + public global::Vapi.ClientMessageCallDeleteFailed? Type2257 { get; set; } /// /// /// - public global::Vapi.ServerMessageHandoffDestinationRequestType? Type2258 { get; set; } + public global::Vapi.ClientMessageCallDeleteFailedType? Type2258 { get; set; } /// /// /// - public global::Vapi.ServerMessageHang? Type2259 { get; set; } + public global::Vapi.ClientMessage? Type2259 { get; set; } /// /// /// - public global::Vapi.ServerMessageHangType? Type2260 { get; set; } + public global::Vapi.ServerMessageAssistantRequest? Type2260 { get; set; } /// /// /// - public global::Vapi.ServerMessageKnowledgeBaseRequest? Type2261 { get; set; } + public global::Vapi.ServerMessageAssistantRequestType? Type2261 { get; set; } /// /// /// - public global::Vapi.ServerMessageKnowledgeBaseRequestType? Type2262 { get; set; } + public global::Vapi.ServerMessageConversationUpdate? Type2262 { get; set; } /// /// /// - public global::Vapi.ServerMessageModelOutput? Type2263 { get; set; } + public global::Vapi.ServerMessageConversationUpdateType? Type2263 { get; set; } /// /// /// - public global::Vapi.ServerMessageModelOutputType? Type2264 { get; set; } + public global::Vapi.ServerMessageEndOfCallReport? Type2264 { get; set; } /// /// /// - public global::Vapi.ServerMessagePhoneCallControl? Type2265 { get; set; } + public global::Vapi.ServerMessageEndOfCallReportType? Type2265 { get; set; } /// /// /// - public global::Vapi.ServerMessagePhoneCallControlType? Type2266 { get; set; } + public global::Vapi.ServerMessageEndOfCallReportEndedReason? Type2266 { get; set; } /// /// /// - public global::Vapi.ServerMessagePhoneCallControlRequest? Type2267 { get; set; } + public global::Vapi.ServerMessageHandoffDestinationRequest? Type2267 { get; set; } /// /// /// - public global::Vapi.ServerMessageSpeechUpdate? Type2268 { get; set; } + public global::Vapi.ServerMessageHandoffDestinationRequestType? Type2268 { get; set; } /// /// /// - public global::Vapi.ServerMessageSpeechUpdateType? Type2269 { get; set; } + public global::Vapi.ServerMessageHang? Type2269 { get; set; } /// /// /// - public global::Vapi.ServerMessageSpeechUpdateStatus? Type2270 { get; set; } + public global::Vapi.ServerMessageHangType? Type2270 { get; set; } /// /// /// - public global::Vapi.ServerMessageSpeechUpdateRole? Type2271 { get; set; } + public global::Vapi.ServerMessageKnowledgeBaseRequest? Type2271 { get; set; } /// /// /// - public global::Vapi.ServerMessageStatusUpdate? Type2272 { get; set; } + public global::Vapi.ServerMessageKnowledgeBaseRequestType? Type2272 { get; set; } /// /// /// - public global::Vapi.ServerMessageStatusUpdateType? Type2273 { get; set; } + public global::Vapi.ServerMessageModelOutput? Type2273 { get; set; } /// /// /// - public global::Vapi.ServerMessageStatusUpdateStatus? Type2274 { get; set; } + public global::Vapi.ServerMessageModelOutputType? Type2274 { get; set; } /// /// /// - public global::Vapi.ServerMessageStatusUpdateEndedReason? Type2275 { get; set; } + public global::Vapi.ServerMessagePhoneCallControl? Type2275 { get; set; } /// /// /// - public global::Vapi.ServerMessageToolCalls? Type2276 { get; set; } + public global::Vapi.ServerMessagePhoneCallControlType? Type2276 { get; set; } /// /// /// - public global::Vapi.ServerMessageToolCallsType? Type2277 { get; set; } + public global::Vapi.ServerMessagePhoneCallControlRequest? Type2277 { get; set; } /// /// /// - public global::Vapi.ServerMessageTransferDestinationRequest? Type2278 { get; set; } + public global::Vapi.ServerMessageSpeechUpdate? Type2278 { get; set; } /// /// /// - public global::Vapi.ServerMessageTransferDestinationRequestType? Type2279 { get; set; } + public global::Vapi.ServerMessageSpeechUpdateType? Type2279 { get; set; } /// /// /// - public global::Vapi.ServerMessageTransferUpdate? Type2280 { get; set; } + public global::Vapi.ServerMessageSpeechUpdateStatus? Type2280 { get; set; } /// /// /// - public global::Vapi.ServerMessageTransferUpdateType? Type2281 { get; set; } + public global::Vapi.ServerMessageSpeechUpdateRole? Type2281 { get; set; } /// /// /// - public global::Vapi.ServerMessageTranscript? Type2282 { get; set; } + public global::Vapi.ServerMessageStatusUpdate? Type2282 { get; set; } /// /// /// - public global::Vapi.ServerMessageTranscriptType? Type2283 { get; set; } + public global::Vapi.ServerMessageStatusUpdateType? Type2283 { get; set; } /// /// /// - public global::Vapi.ServerMessageTranscriptRole? Type2284 { get; set; } + public global::Vapi.ServerMessageStatusUpdateStatus? Type2284 { get; set; } /// /// /// - public global::Vapi.ServerMessageTranscriptTranscriptType? Type2285 { get; set; } + public global::Vapi.ServerMessageStatusUpdateEndedReason? Type2285 { get; set; } /// /// /// - public global::Vapi.ServerMessageUserInterrupted? Type2286 { get; set; } + public global::Vapi.ServerMessageToolCalls? Type2286 { get; set; } /// /// /// - public global::Vapi.ServerMessageUserInterruptedType? Type2287 { get; set; } + public global::Vapi.ServerMessageToolCallsType? Type2287 { get; set; } /// /// /// - public global::Vapi.ServerMessageLanguageChangeDetected? Type2288 { get; set; } + public global::Vapi.ServerMessageTransferDestinationRequest? Type2288 { get; set; } /// /// /// - public global::Vapi.ServerMessageLanguageChangeDetectedType? Type2289 { get; set; } + public global::Vapi.ServerMessageTransferDestinationRequestType? Type2289 { get; set; } /// /// /// - public global::Vapi.ServerMessageVoiceInput? Type2290 { get; set; } + public global::Vapi.ServerMessageTransferUpdate? Type2290 { get; set; } /// /// /// - public global::Vapi.ServerMessageVoiceInputType? Type2291 { get; set; } + public global::Vapi.ServerMessageTransferUpdateType? Type2291 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeech? Type2292 { get; set; } + public global::Vapi.ServerMessageTranscript? Type2292 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeechType? Type2293 { get; set; } + public global::Vapi.ServerMessageTranscriptType? Type2293 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeechSource? Type2294 { get; set; } + public global::Vapi.ServerMessageTranscriptRole? Type2294 { get; set; } /// /// /// - public global::Vapi.Timing2? Type2295 { get; set; } + public global::Vapi.ServerMessageTranscriptTranscriptType? Type2295 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeechTimingDiscriminator? Type2296 { get; set; } + public global::Vapi.ServerMessageUserInterrupted? Type2296 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeechTimingDiscriminatorType? Type2297 { get; set; } + public global::Vapi.ServerMessageUserInterruptedType? Type2297 { get; set; } /// /// /// - public global::Vapi.ServerMessageVoiceRequest? Type2298 { get; set; } + public global::Vapi.ServerMessageLanguageChangeDetected? Type2298 { get; set; } /// /// /// - public global::Vapi.ServerMessageVoiceRequestType? Type2299 { get; set; } + public global::Vapi.ServerMessageLanguageChangeDetectedType? Type2299 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallEndpointingRequest? Type2300 { get; set; } + public global::Vapi.ServerMessageVoiceInput? Type2300 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallEndpointingRequestType? Type2301 { get; set; } + public global::Vapi.ServerMessageVoiceInputType? Type2301 { get; set; } /// /// /// - public global::Vapi.ServerMessageChatCreated? Type2302 { get; set; } + public global::Vapi.ServerMessageAssistantSpeech? Type2302 { get; set; } /// /// /// - public global::Vapi.ServerMessageChatCreatedType? Type2303 { get; set; } + public global::Vapi.ServerMessageAssistantSpeechType? Type2303 { get; set; } /// /// /// - public global::Vapi.ServerMessageChatDeleted? Type2304 { get; set; } + public global::Vapi.ServerMessageAssistantSpeechSource? Type2304 { get; set; } /// /// /// - public global::Vapi.ServerMessageChatDeletedType? Type2305 { get; set; } + public global::Vapi.Timing2? Type2305 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionCreated? Type2306 { get; set; } + public global::Vapi.ServerMessageAssistantSpeechTimingDiscriminator? Type2306 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionCreatedType? Type2307 { get; set; } + public global::Vapi.ServerMessageAssistantSpeechTimingDiscriminatorType? Type2307 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionUpdated? Type2308 { get; set; } + public global::Vapi.ServerMessageVoiceRequest? Type2308 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionUpdatedType? Type2309 { get; set; } + public global::Vapi.ServerMessageVoiceRequestType? Type2309 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionDeleted? Type2310 { get; set; } + public global::Vapi.ServerMessageCallEndpointingRequest? Type2310 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionDeletedType? Type2311 { get; set; } + public global::Vapi.ServerMessageCallEndpointingRequestType? Type2311 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallDeleted? Type2312 { get; set; } + public global::Vapi.ServerMessageChatCreated? Type2312 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallDeletedType? Type2313 { get; set; } + public global::Vapi.ServerMessageChatCreatedType? Type2313 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallDeleteFailed? Type2314 { get; set; } + public global::Vapi.ServerMessageChatDeleted? Type2314 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallDeleteFailedType? Type2315 { get; set; } + public global::Vapi.ServerMessageChatDeletedType? Type2315 { get; set; } /// /// /// - public global::Vapi.CampaignContact? Type2316 { get; set; } + public global::Vapi.ServerMessageSessionCreated? Type2316 { get; set; } /// /// /// - public global::Vapi.ServerMessageCampaignPredial? Type2317 { get; set; } + public global::Vapi.ServerMessageSessionCreatedType? Type2317 { get; set; } /// /// /// - public global::Vapi.ServerMessageCampaignPredialType? Type2318 { get; set; } + public global::Vapi.ServerMessageSessionUpdated? Type2318 { get; set; } /// /// /// - public global::Vapi.ServerMessage? Type2319 { get; set; } + public global::Vapi.ServerMessageSessionUpdatedType? Type2319 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseAssistantRequest? Type2320 { get; set; } + public global::Vapi.ServerMessageSessionDeleted? Type2320 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseHandoffDestinationRequest? Type2321 { get; set; } + public global::Vapi.ServerMessageSessionDeletedType? Type2321 { get; set; } /// /// /// - public global::Vapi.KnowledgeBaseResponseDocument? Type2322 { get; set; } + public global::Vapi.ServerMessageCallDeleted? Type2322 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseKnowledgeBaseRequest? Type2323 { get; set; } + public global::Vapi.ServerMessageCallDeletedType? Type2323 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2324 { get; set; } + public global::Vapi.ServerMessageCallDeleteFailed? Type2324 { get; set; } /// /// /// - public global::Vapi.ToolCallResult? Type2325 { get; set; } + public global::Vapi.ServerMessageCallDeleteFailedType? Type2325 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2326 { get; set; } + public global::Vapi.CampaignContact? Type2326 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseToolCalls? Type2327 { get; set; } + public global::Vapi.ServerMessageCampaignPredial? Type2327 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2328 { get; set; } + public global::Vapi.ServerMessageCampaignPredialType? Type2328 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseTransferDestinationRequest? Type2329 { get; set; } + public global::Vapi.ServerMessage? Type2329 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseVoiceRequest? Type2330 { get; set; } + public global::Vapi.ServerMessageResponseAssistantRequest? Type2330 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseCallEndpointingRequest? Type2331 { get; set; } + public global::Vapi.ServerMessageResponseHandoffDestinationRequest? Type2331 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseCampaignPredial? Type2332 { get; set; } + public global::Vapi.KnowledgeBaseResponseDocument? Type2332 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponse? Type2333 { get; set; } + public global::Vapi.ServerMessageResponseKnowledgeBaseRequest? Type2333 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageAddMessage? Type2334 { get; set; } + public global::System.Collections.Generic.IList? Type2334 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageAddMessageType? Type2335 { get; set; } + public global::Vapi.ToolCallResult? Type2335 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageControl? Type2336 { get; set; } + public global::Vapi.OneOf? Type2336 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageControlType? Type2337 { get; set; } + public global::Vapi.ServerMessageResponseToolCalls? Type2337 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageControlControl? Type2338 { get; set; } + public global::System.Collections.Generic.IList? Type2338 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageSay? Type2339 { get; set; } + public global::Vapi.ServerMessageResponseTransferDestinationRequest? Type2339 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageSayType? Type2340 { get; set; } + public global::Vapi.ServerMessageResponseVoiceRequest? Type2340 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageEndCall? Type2341 { get; set; } + public global::Vapi.ServerMessageResponseCallEndpointingRequest? Type2341 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageEndCallType? Type2342 { get; set; } + public global::Vapi.ServerMessageResponseCampaignPredial? Type2342 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageTransfer? Type2343 { get; set; } + public global::Vapi.ServerMessageResponse? Type2343 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageTransferType? Type2344 { get; set; } + public global::Vapi.ClientInboundMessageAddMessage? Type2344 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageSendTransportMessage? Type2345 { get; set; } + public global::Vapi.ClientInboundMessageAddMessageType? Type2345 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageSendTransportMessageType? Type2346 { get; set; } + public global::Vapi.ClientInboundMessageControl? Type2346 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2347 { get; set; } + public global::Vapi.ClientInboundMessageControlType? Type2347 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportMessage? Type2348 { get; set; } + public global::Vapi.ClientInboundMessageControlControl? Type2348 { get; set; } /// /// /// - public global::Vapi.TwilioTransportMessage? Type2349 { get; set; } + public global::Vapi.ClientInboundMessageSay? Type2349 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessage? Type2350 { get; set; } + public global::Vapi.ClientInboundMessageSayType? Type2350 { get; set; } /// /// /// - public global::Vapi.KnowledgeBaseCostType? Type2351 { get; set; } + public global::Vapi.ClientInboundMessageEndCall? Type2351 { get; set; } /// /// /// - public global::Vapi.SessionCostType? Type2352 { get; set; } + public global::Vapi.ClientInboundMessageEndCallType? Type2352 { get; set; } /// /// /// - public global::Vapi.FunctionToolWithToolCallType? Type2353 { get; set; } + public global::Vapi.ClientInboundMessageTransfer? Type2353 { get; set; } /// /// /// - public global::Vapi.GhlToolWithToolCallType? Type2354 { get; set; } + public global::Vapi.ClientInboundMessageTransferType? Type2354 { get; set; } /// /// /// - public global::Vapi.MakeToolWithToolCallType? Type2355 { get; set; } + public global::Vapi.ClientInboundMessageSendTransportMessage? Type2355 { get; set; } /// /// /// - public global::Vapi.BashToolWithToolCallType? Type2356 { get; set; } + public global::Vapi.ClientInboundMessageSendTransportMessageType? Type2356 { get; set; } /// /// /// - public global::Vapi.BashToolWithToolCallSubType? Type2357 { get; set; } + public global::Vapi.OneOf? Type2357 { get; set; } /// /// /// - public global::Vapi.BashToolWithToolCallName? Type2358 { get; set; } + public global::Vapi.VapiSipTransportMessage? Type2358 { get; set; } /// /// /// - public global::Vapi.ComputerToolWithToolCallType? Type2359 { get; set; } + public global::Vapi.TwilioTransportMessage? Type2359 { get; set; } /// /// /// - public global::Vapi.ComputerToolWithToolCallSubType? Type2360 { get; set; } + public global::Vapi.ClientInboundMessage? Type2360 { get; set; } /// /// /// - public global::Vapi.ComputerToolWithToolCallName? Type2361 { get; set; } + public global::Vapi.KnowledgeBaseCostType? Type2361 { get; set; } /// /// /// - public global::Vapi.TextEditorToolWithToolCallType? Type2362 { get; set; } + public global::Vapi.SessionCostType? Type2362 { get; set; } /// /// /// - public global::Vapi.TextEditorToolWithToolCallSubType? Type2363 { get; set; } + public global::Vapi.FunctionToolWithToolCallType? Type2363 { get; set; } /// /// /// - public global::Vapi.TextEditorToolWithToolCallName? Type2364 { get; set; } + public global::Vapi.GhlToolWithToolCallType? Type2364 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolWithToolCallType? Type2365 { get; set; } + public global::Vapi.MakeToolWithToolCallType? Type2365 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolWithToolCall? Type2366 { get; set; } + public global::Vapi.BashToolWithToolCallType? Type2366 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolWithToolCallType? Type2367 { get; set; } + public global::Vapi.BashToolWithToolCallSubType? Type2367 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCall? Type2368 { get; set; } + public global::Vapi.BashToolWithToolCallName? Type2368 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCallType? Type2369 { get; set; } + public global::Vapi.ComputerToolWithToolCallType? Type2369 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCall? Type2370 { get; set; } + public global::Vapi.ComputerToolWithToolCallSubType? Type2370 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCallType? Type2371 { get; set; } + public global::Vapi.ComputerToolWithToolCallName? Type2371 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolWithToolCall? Type2372 { get; set; } + public global::Vapi.TextEditorToolWithToolCallType? Type2372 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolWithToolCallType? Type2373 { get; set; } + public global::Vapi.TextEditorToolWithToolCallSubType? Type2373 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolWithToolCall? Type2374 { get; set; } + public global::Vapi.TextEditorToolWithToolCallName? Type2374 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolWithToolCallType? Type2375 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolWithToolCallType? Type2375 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportMessageTransport? Type2376 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolWithToolCall? Type2376 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportMessageSipVerb? Type2377 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolWithToolCallType? Type2377 { get; set; } /// /// /// - public global::Vapi.TwilioTransportMessageTransport? Type2378 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCall? Type2378 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateRequest? Type2379 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCallType? Type2379 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateRequestDiscriminator? Type2380 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCall? Type2380 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateRequestDiscriminatorProvider? Type2381 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCallType? Type2381 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateRequest? Type2382 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolWithToolCall? Type2382 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateRequestDiscriminator? Type2383 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolWithToolCallType? Type2383 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateRequestDiscriminatorProvider? Type2384 { get; set; } + public global::Vapi.GoHighLevelContactGetToolWithToolCall? Type2384 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateRequest? Type2385 { get; set; } + public global::Vapi.GoHighLevelContactGetToolWithToolCallType? Type2385 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateRequestDiscriminator? Type2386 { get; set; } + public global::Vapi.VapiSipTransportMessageTransport? Type2386 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateRequestDiscriminatorType? Type2387 { get; set; } + public global::Vapi.VapiSipTransportMessageSipVerb? Type2387 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateRequest? Type2388 { get; set; } + public global::Vapi.TwilioTransportMessageTransport? Type2388 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateRequestDiscriminator? Type2389 { get; set; } + public global::Vapi.PhoneNumberControllerCreateRequest? Type2389 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateRequestDiscriminatorType? Type2390 { get; set; } + public global::Vapi.PhoneNumberControllerCreateRequestDiscriminator? Type2390 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateRequest? Type2391 { get; set; } + public global::Vapi.PhoneNumberControllerCreateRequestDiscriminatorProvider? Type2391 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateRequestDiscriminator? Type2392 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateRequest? Type2392 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateRequestDiscriminatorType? Type2393 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateRequestDiscriminator? Type2393 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateRequest? Type2394 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateRequestDiscriminatorProvider? Type2394 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateRequestDiscriminator? Type2395 { get; set; } + public global::Vapi.ToolControllerCreateRequest? Type2395 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateRequestDiscriminatorType? Type2396 { get; set; } + public global::Vapi.ToolControllerCreateRequestDiscriminator? Type2396 { get; set; } /// /// /// - public global::Vapi.InsightControllerPreviewRequest? Type2397 { get; set; } + public global::Vapi.ToolControllerCreateRequestDiscriminatorType? Type2397 { get; set; } /// /// /// - public global::Vapi.InsightControllerPreviewRequestDiscriminator? Type2398 { get; set; } + public global::Vapi.ToolControllerUpdateRequest? Type2398 { get; set; } /// /// /// - public global::Vapi.InsightControllerPreviewRequestDiscriminatorType? Type2399 { get; set; } + public global::Vapi.ToolControllerUpdateRequestDiscriminator? Type2399 { get; set; } /// /// /// - public global::Vapi.ChatControllerListChatsSortOrder? Type2400 { get; set; } + public global::Vapi.ToolControllerUpdateRequestDiscriminatorType? Type2400 { get; set; } /// /// /// - public global::Vapi.ChatControllerListChatsSortBy? Type2401 { get; set; } + public global::Vapi.InsightControllerCreateRequest? Type2401 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllStatus? Type2402 { get; set; } + public global::Vapi.InsightControllerCreateRequestDiscriminator? Type2402 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllSortOrder? Type2403 { get; set; } + public global::Vapi.InsightControllerCreateRequestDiscriminatorType? Type2403 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllSortBy? Type2404 { get; set; } + public global::Vapi.InsightControllerUpdateRequest? Type2404 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllV2Status? Type2405 { get; set; } + public global::Vapi.InsightControllerUpdateRequestDiscriminator? Type2405 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllV2SortOrder? Type2406 { get; set; } + public global::Vapi.InsightControllerUpdateRequestDiscriminatorType? Type2406 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllV2SortBy? Type2407 { get; set; } + public global::Vapi.InsightControllerPreviewRequest? Type2407 { get; set; } /// /// /// - public global::Vapi.SessionControllerFindAllPaginatedSortOrder? Type2408 { get; set; } + public global::Vapi.InsightControllerPreviewRequestDiscriminator? Type2408 { get; set; } /// /// /// - public global::Vapi.SessionControllerFindAllPaginatedSortBy? Type2409 { get; set; } + public global::Vapi.InsightControllerPreviewRequestDiscriminatorType? Type2409 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllPaginatedSortOrder? Type2410 { get; set; } + public global::Vapi.ChatControllerListChatsSortOrder? Type2410 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllPaginatedSortBy? Type2411 { get; set; } + public global::Vapi.ChatControllerListChatsSortBy? Type2411 { get; set; } /// /// /// - public global::Vapi.StructuredOutputControllerFindAllSortOrder? Type2412 { get; set; } + public global::Vapi.CampaignControllerFindAllStatus? Type2412 { get; set; } /// /// /// - public global::Vapi.StructuredOutputControllerFindAllSortBy? Type2413 { get; set; } + public global::Vapi.CampaignControllerFindAllSortOrder? Type2413 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindAllSortOrder? Type2414 { get; set; } + public global::Vapi.CampaignControllerFindAllSortBy? Type2414 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindAllSortBy? Type2415 { get; set; } + public global::Vapi.CampaignControllerFindAllV2Status? Type2415 { get; set; } /// /// /// - public global::Vapi.BoardControllerFindAllSortOrder? Type2416 { get; set; } + public global::Vapi.CampaignControllerFindAllV2SortOrder? Type2416 { get; set; } /// /// /// - public global::Vapi.BoardControllerFindAllSortBy? Type2417 { get; set; } + public global::Vapi.CampaignControllerFindAllV2SortBy? Type2417 { get; set; } /// /// /// - public global::Vapi.EvalControllerGetPaginatedSortOrder? Type2418 { get; set; } + public global::Vapi.SessionControllerFindAllPaginatedSortOrder? Type2418 { get; set; } /// /// /// - public global::Vapi.EvalControllerGetPaginatedSortBy? Type2419 { get; set; } + public global::Vapi.SessionControllerFindAllPaginatedSortBy? Type2419 { get; set; } /// /// /// - public global::Vapi.EvalControllerGetRunsPaginatedSortOrder? Type2420 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllPaginatedSortOrder? Type2420 { get; set; } /// /// /// - public global::Vapi.EvalControllerGetRunsPaginatedSortBy? Type2421 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllPaginatedSortBy? Type2421 { get; set; } /// /// /// - public global::Vapi.ScorecardControllerGetPaginatedSortOrder? Type2422 { get; set; } + public global::Vapi.StructuredOutputControllerFindAllSortOrder? Type2422 { get; set; } /// /// /// - public global::Vapi.ScorecardControllerGetPaginatedSortBy? Type2423 { get; set; } + public global::Vapi.StructuredOutputControllerFindAllSortBy? Type2423 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerCreateProviderResourceProvider? Type2424 { get; set; } + public global::Vapi.InsightControllerFindAllSortOrder? Type2424 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerCreateProviderResourceResourceName? Type2425 { get; set; } + public global::Vapi.InsightControllerFindAllSortBy? Type2425 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedProvider? Type2426 { get; set; } + public global::Vapi.BoardControllerFindAllSortOrder? Type2426 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedResourceName? Type2427 { get; set; } + public global::Vapi.BoardControllerFindAllSortBy? Type2427 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedSortOrder? Type2428 { get; set; } + public global::Vapi.EvalControllerGetPaginatedSortOrder? Type2428 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedSortBy? Type2429 { get; set; } + public global::Vapi.EvalControllerGetPaginatedSortBy? Type2429 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourceProvider? Type2430 { get; set; } + public global::Vapi.EvalControllerGetRunsPaginatedSortOrder? Type2430 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourceResourceName? Type2431 { get; set; } + public global::Vapi.EvalControllerGetRunsPaginatedSortBy? Type2431 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerDeleteProviderResourceProvider? Type2432 { get; set; } + public global::Vapi.ScorecardControllerGetPaginatedSortOrder? Type2432 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerDeleteProviderResourceResourceName? Type2433 { get; set; } + public global::Vapi.ScorecardControllerGetPaginatedSortBy? Type2433 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerUpdateProviderResourceProvider? Type2434 { get; set; } + public global::Vapi.ProviderResourceControllerCreateProviderResourceProvider? Type2434 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerUpdateProviderResourceResourceName? Type2435 { get; set; } + public global::Vapi.ProviderResourceControllerCreateProviderResourceResourceName? Type2435 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2436 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedProvider? Type2436 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2437 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedResourceName? Type2437 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2438 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedSortOrder? Type2438 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2439 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedSortBy? Type2439 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateResponse? Type2440 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourceProvider? Type2440 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateResponseDiscriminator? Type2441 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourceResourceName? Type2441 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateResponseDiscriminatorProvider? Type2442 { get; set; } + public global::Vapi.ProviderResourceControllerDeleteProviderResourceProvider? Type2442 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2443 { get; set; } + public global::Vapi.ProviderResourceControllerDeleteProviderResourceResourceName? Type2443 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllResponseItem? Type2444 { get; set; } + public global::Vapi.ProviderResourceControllerUpdateProviderResourceProvider? Type2444 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllResponseItemDiscriminator? Type2445 { get; set; } + public global::Vapi.ProviderResourceControllerUpdateProviderResourceResourceName? Type2445 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllResponseItemDiscriminatorProvider? Type2446 { get; set; } + public global::System.Collections.Generic.IList? Type2446 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindOneResponse? Type2447 { get; set; } + public global::Vapi.OneOf? Type2447 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindOneResponseDiscriminator? Type2448 { get; set; } + public global::Vapi.OneOf? Type2448 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindOneResponseDiscriminatorProvider? Type2449 { get; set; } + public global::Vapi.OneOf? Type2449 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateResponse? Type2450 { get; set; } + public global::Vapi.PhoneNumberControllerCreateResponse? Type2450 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateResponseDiscriminator? Type2451 { get; set; } + public global::Vapi.PhoneNumberControllerCreateResponseDiscriminator? Type2451 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateResponseDiscriminatorProvider? Type2452 { get; set; } + public global::Vapi.PhoneNumberControllerCreateResponseDiscriminatorProvider? Type2452 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerRemoveResponse? Type2453 { get; set; } + public global::System.Collections.Generic.IList? Type2453 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerRemoveResponseDiscriminator? Type2454 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllResponseItem? Type2454 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerRemoveResponseDiscriminatorProvider? Type2455 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllResponseItemDiscriminator? Type2455 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateResponse? Type2456 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllResponseItemDiscriminatorProvider? Type2456 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateResponseDiscriminator? Type2457 { get; set; } + public global::Vapi.PhoneNumberControllerFindOneResponse? Type2457 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateResponseDiscriminatorType? Type2458 { get; set; } + public global::Vapi.PhoneNumberControllerFindOneResponseDiscriminator? Type2458 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2459 { get; set; } + public global::Vapi.PhoneNumberControllerFindOneResponseDiscriminatorProvider? Type2459 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindAllResponseItem? Type2460 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateResponse? Type2460 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindAllResponseItemDiscriminator? Type2461 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateResponseDiscriminator? Type2461 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindAllResponseItemDiscriminatorType? Type2462 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateResponseDiscriminatorProvider? Type2462 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindOneResponse? Type2463 { get; set; } + public global::Vapi.PhoneNumberControllerRemoveResponse? Type2463 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindOneResponseDiscriminator? Type2464 { get; set; } + public global::Vapi.PhoneNumberControllerRemoveResponseDiscriminator? Type2464 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindOneResponseDiscriminatorType? Type2465 { get; set; } + public global::Vapi.PhoneNumberControllerRemoveResponseDiscriminatorProvider? Type2465 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateResponse? Type2466 { get; set; } + public global::Vapi.ToolControllerCreateResponse? Type2466 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateResponseDiscriminator? Type2467 { get; set; } + public global::Vapi.ToolControllerCreateResponseDiscriminator? Type2467 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateResponseDiscriminatorType? Type2468 { get; set; } + public global::Vapi.ToolControllerCreateResponseDiscriminatorType? Type2468 { get; set; } /// /// /// - public global::Vapi.ToolControllerRemoveResponse? Type2469 { get; set; } + public global::System.Collections.Generic.IList? Type2469 { get; set; } /// /// /// - public global::Vapi.ToolControllerRemoveResponseDiscriminator? Type2470 { get; set; } + public global::Vapi.ToolControllerFindAllResponseItem? Type2470 { get; set; } /// /// /// - public global::Vapi.ToolControllerRemoveResponseDiscriminatorType? Type2471 { get; set; } + public global::Vapi.ToolControllerFindAllResponseItemDiscriminator? Type2471 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2472 { get; set; } + public global::Vapi.ToolControllerFindAllResponseItemDiscriminatorType? Type2472 { get; set; } /// /// /// - public global::Vapi.OneOf?, global::Vapi.StructuredOutputRerunResponse>? Type2473 { get; set; } + public global::Vapi.ToolControllerFindOneResponse? Type2473 { get; set; } /// /// /// - public global::Vapi.AllOf? Type2474 { get; set; } + public global::Vapi.ToolControllerFindOneResponseDiscriminator? Type2474 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateResponse? Type2475 { get; set; } + public global::Vapi.ToolControllerFindOneResponseDiscriminatorType? Type2475 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateResponseDiscriminator? Type2476 { get; set; } + public global::Vapi.ToolControllerUpdateResponse? Type2476 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateResponseDiscriminatorType? Type2477 { get; set; } + public global::Vapi.ToolControllerUpdateResponseDiscriminator? Type2477 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateResponse? Type2478 { get; set; } + public global::Vapi.ToolControllerUpdateResponseDiscriminatorType? Type2478 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateResponseDiscriminator? Type2479 { get; set; } + public global::Vapi.ToolControllerRemoveResponse? Type2479 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateResponseDiscriminatorType? Type2480 { get; set; } + public global::Vapi.ToolControllerRemoveResponseDiscriminator? Type2480 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindOneResponse? Type2481 { get; set; } + public global::Vapi.ToolControllerRemoveResponseDiscriminatorType? Type2481 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindOneResponseDiscriminator? Type2482 { get; set; } + public global::System.Collections.Generic.IList? Type2482 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindOneResponseDiscriminatorType? Type2483 { get; set; } + public global::Vapi.OneOf?, global::Vapi.StructuredOutputRerunResponse>? Type2483 { get; set; } /// /// /// - public global::Vapi.InsightControllerRemoveResponse? Type2484 { get; set; } + public global::Vapi.AllOf? Type2484 { get; set; } /// /// /// - public global::Vapi.InsightControllerRemoveResponseDiscriminator? Type2485 { get; set; } + public global::Vapi.InsightControllerCreateResponse? Type2485 { get; set; } /// /// /// - public global::Vapi.InsightControllerRemoveResponseDiscriminatorType? Type2486 { get; set; } + public global::Vapi.InsightControllerCreateResponseDiscriminator? Type2486 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2487 { get; set; } + public global::Vapi.InsightControllerCreateResponseDiscriminatorType? Type2487 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerUpdateResponse? Type2488 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerUpdateResponseDiscriminator? Type2489 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerUpdateResponseDiscriminatorType? Type2490 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerFindOneResponse? Type2491 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerFindOneResponseDiscriminator? Type2492 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerFindOneResponseDiscriminatorType? Type2493 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerRemoveResponse? Type2494 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerRemoveResponseDiscriminator? Type2495 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerRemoveResponseDiscriminatorType? Type2496 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.IList? Type2497 { get; set; } /// /// @@ -10333,314 +10373,322 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.List? ListType88 { get; set; } + public global::System.Collections.Generic.List? ListType88 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.List? ListType89 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.List>? ListType90 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType89 { get; set; } + public global::System.Collections.Generic.List? ListType91 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType90 { get; set; } + public global::System.Collections.Generic.List? ListType92 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType91 { get; set; } + public global::System.Collections.Generic.List? ListType93 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType92 { get; set; } + public global::System.Collections.Generic.List? ListType94 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType93 { get; set; } + public global::System.Collections.Generic.List? ListType95 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType94 { get; set; } + public global::System.Collections.Generic.List>? ListType96 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType95 { get; set; } + public global::System.Collections.Generic.List? ListType97 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType96 { get; set; } + public global::System.Collections.Generic.List? ListType98 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType97 { get; set; } + public global::System.Collections.Generic.List>? ListType99 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType98 { get; set; } + public global::System.Collections.Generic.List? ListType100 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType99 { get; set; } + public global::System.Collections.Generic.List? ListType101 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType100 { get; set; } + public global::System.Collections.Generic.List? ListType102 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType101 { get; set; } + public global::System.Collections.Generic.List? ListType103 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType102 { get; set; } + public global::System.Collections.Generic.List? ListType104 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType103 { get; set; } + public global::System.Collections.Generic.List? ListType105 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType104 { get; set; } + public global::System.Collections.Generic.List>? ListType106 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType105 { get; set; } + public global::System.Collections.Generic.List? ListType107 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType106 { get; set; } + public global::System.Collections.Generic.List? ListType108 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType107 { get; set; } + public global::System.Collections.Generic.List? ListType109 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType108 { get; set; } + public global::System.Collections.Generic.List? ListType110 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType109 { get; set; } + public global::System.Collections.Generic.List? ListType111 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType110 { get; set; } + public global::System.Collections.Generic.List? ListType112 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType111 { get; set; } + public global::System.Collections.Generic.List? ListType113 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType112 { get; set; } + public global::System.Collections.Generic.List>? ListType114 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType113 { get; set; } + public global::System.Collections.Generic.List>? ListType115 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType114 { get; set; } + public global::System.Collections.Generic.List? ListType116 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType115 { get; set; } + public global::System.Collections.Generic.List>? ListType117 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType116 { get; set; } + public global::System.Collections.Generic.List? ListType118 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType117 { get; set; } + public global::System.Collections.Generic.List? ListType119 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType118 { get; set; } + public global::System.Collections.Generic.List? ListType120 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType119 { get; set; } + public global::System.Collections.Generic.List? ListType121 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType120 { get; set; } + public global::System.Collections.Generic.List? ListType122 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType121 { get; set; } + public global::System.Collections.Generic.List? ListType123 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType122 { get; set; } + public global::System.Collections.Generic.List>? ListType124 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType123 { get; set; } + public global::System.Collections.Generic.List? ListType125 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType124 { get; set; } + public global::System.Collections.Generic.List? ListType126 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType125 { get; set; } + public global::System.Collections.Generic.List? ListType127 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType126 { get; set; } + public global::System.Collections.Generic.List? ListType128 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType127 { get; set; } + public global::System.Collections.Generic.List? ListType129 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType128 { get; set; } + public global::System.Collections.Generic.List? ListType130 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType129 { get; set; } + public global::System.Collections.Generic.List>? ListType131 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType130 { get; set; } + public global::System.Collections.Generic.List? ListType132 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType131 { get; set; } + public global::System.Collections.Generic.List>? ListType133 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType132 { get; set; } + public global::System.Collections.Generic.List? ListType134 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType133 { get; set; } + public global::System.Collections.Generic.List? ListType135 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType134 { get; set; } + public global::System.Collections.Generic.List? ListType136 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType135 { get; set; } + public global::System.Collections.Generic.List? ListType137 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType136 { get; set; } + public global::System.Collections.Generic.List? ListType138 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType137 { get; set; } + public global::System.Collections.Generic.List? ListType139 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType138 { get; set; } + public global::System.Collections.Generic.List>? ListType140 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType139 { get; set; } + public global::System.Collections.Generic.List? ListType141 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType140 { get; set; } + public global::System.Collections.Generic.List>? ListType142 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType141 { get; set; } + public global::System.Collections.Generic.List? ListType143 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType142 { get; set; } + public global::System.Collections.Generic.List? ListType144 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType143 { get; set; } + public global::System.Collections.Generic.List? ListType145 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType144 { get; set; } + public global::System.Collections.Generic.List? ListType146 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType145 { get; set; } + public global::System.Collections.Generic.List? ListType147 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType146 { get; set; } + public global::System.Collections.Generic.List? ListType148 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType147 { get; set; } + public global::System.Collections.Generic.List? ListType149 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType148 { get; set; } + public global::System.Collections.Generic.List? ListType150 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType149 { get; set; } + public global::System.Collections.Generic.List? ListType151 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType150 { get; set; } + public global::System.Collections.Generic.List? ListType152 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType151 { get; set; } + public global::System.Collections.Generic.List? ListType153 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType152 { get; set; } + public global::System.Collections.Generic.List? ListType154 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType153 { get; set; } + public global::System.Collections.Generic.List? ListType155 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType154 { get; set; } + public global::System.Collections.Generic.List? ListType156 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType155 { get; set; } + public global::System.Collections.Generic.List? ListType157 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType156 { get; set; } + public global::System.Collections.Generic.List? ListType158 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType157 { get; set; } + public global::System.Collections.Generic.List? ListType159 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType158 { get; set; } + public global::System.Collections.Generic.List? ListType160 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType159 { get; set; } + public global::System.Collections.Generic.List? ListType161 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType160 { get; set; } + public global::System.Collections.Generic.List? ListType162 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType161 { get; set; } + public global::System.Collections.Generic.List? ListType163 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType162 { get; set; } + public global::System.Collections.Generic.List? ListType164 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType163 { get; set; } + public global::System.Collections.Generic.List? ListType165 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType164 { get; set; } + public global::System.Collections.Generic.List? ListType166 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType165 { get; set; } + public global::System.Collections.Generic.List? ListType167 { get; set; } } } \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.AnalysisCost.g.cs b/src/libs/Vapi/Generated/Vapi.Models.AnalysisCost.g.cs index d2377ada..72f8b973 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.AnalysisCost.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.AnalysisCost.g.cs @@ -50,6 +50,14 @@ public sealed partial class AnalysisCost [global::System.Text.Json.Serialization.JsonPropertyName("cachedPromptTokens")] public double? CachedPromptTokens { get; set; } + /// + /// This is the per-structured-output breakdown of this cost. The `cost`, `promptTokens`, `completionTokens` and `cachedPromptTokens` above are the sums of these rows.
+ /// This is only set when `analysisType` is `structuredOutput`, and it is omitted entirely rather than partially populated, so when it is present the rows always reconcile to the totals above.
+ /// A structured output that was skipped, or that extracts via regex, makes no LLM call and so has no row here — this is not a complete list of the call's configured structured outputs. There is one row per evaluation, so a `structuredOutputId` can appear more than once if it was evaluated more than once; sum the rows rather than indexing them by id. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("structuredOutputBreakdown")] + public global::System.Collections.Generic.IList? StructuredOutputBreakdown { get; set; } + /// /// This is the cost of the component in USD. /// @@ -87,6 +95,11 @@ public sealed partial class AnalysisCost /// /// This is the number of cached prompt tokens used in the analysis. This is only applicable to certain providers (e.g., OpenAI, Azure OpenAI) that support prompt caching. Cached tokens are billed at a discounted rate. /// + /// + /// This is the per-structured-output breakdown of this cost. The `cost`, `promptTokens`, `completionTokens` and `cachedPromptTokens` above are the sums of these rows.
+ /// This is only set when `analysisType` is `structuredOutput`, and it is omitted entirely rather than partially populated, so when it is present the rows always reconcile to the totals above.
+ /// A structured output that was skipped, or that extracts via regex, makes no LLM call and so has no row here — this is not a complete list of the call's configured structured outputs. There is one row per evaluation, so a `structuredOutputId` can appear more than once if it was evaluated more than once; sum the rows rather than indexing them by id. + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -97,7 +110,8 @@ public AnalysisCost( double completionTokens, double cost, global::Vapi.AnalysisCostType type, - double? cachedPromptTokens) + double? cachedPromptTokens, + global::System.Collections.Generic.IList? structuredOutputBreakdown) { this.Type = type; this.AnalysisType = analysisType; @@ -105,6 +119,7 @@ public AnalysisCost( this.PromptTokens = promptTokens; this.CompletionTokens = completionTokens; this.CachedPromptTokens = cachedPromptTokens; + this.StructuredOutputBreakdown = structuredOutputBreakdown; this.Cost = cost; } diff --git a/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsPronunciationDictionaryLocator.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsPronunciationDictionaryLocator.g.cs index a4a69b23..64b9c704 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsPronunciationDictionaryLocator.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsPronunciationDictionaryLocator.g.cs @@ -16,11 +16,11 @@ public sealed partial class ElevenLabsPronunciationDictionaryLocator public required string PronunciationDictionaryId { get; set; } /// - /// This is the version ID of the pronunciation dictionary to use. + /// This is the version ID of the pronunciation dictionary to use.
+ /// Omit to use the dictionary's latest version. ///
[global::System.Text.Json.Serialization.JsonPropertyName("versionId")] - [global::System.Text.Json.Serialization.JsonRequired] - public required string VersionId { get; set; } + public string? VersionId { get; set; } /// /// Additional properties that are not explicitly defined in the schema @@ -35,17 +35,18 @@ public sealed partial class ElevenLabsPronunciationDictionaryLocator /// This is the ID of the pronunciation dictionary to use. /// /// - /// This is the version ID of the pronunciation dictionary to use. + /// This is the version ID of the pronunciation dictionary to use.
+ /// Omit to use the dictionary's latest version. /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public ElevenLabsPronunciationDictionaryLocator( string pronunciationDictionaryId, - string versionId) + string? versionId) { this.PronunciationDictionaryId = pronunciationDictionaryId ?? throw new global::System.ArgumentNullException(nameof(pronunciationDictionaryId)); - this.VersionId = versionId ?? throw new global::System.ArgumentNullException(nameof(versionId)); + this.VersionId = versionId; } /// diff --git a/src/libs/Vapi/Generated/Vapi.Models.ExportChatDTO.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ExportChatDTO.g.cs index 50c66511..5ed8ebac 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ExportChatDTO.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ExportChatDTO.g.cs @@ -46,6 +46,12 @@ public sealed partial class ExportChatDTO [global::System.Text.Json.Serialization.JsonPropertyName("previousChatId")] public string? PreviousChatId { get; set; } + /// + /// Filter by multiple chat IDs. Provide as comma-separated values. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("idAny")] + public string? IdAny { get; set; } + /// /// Columns to include in the CSV export
/// Default Value: [assistantId, cost, createdAt, id, messages, output, previousChatId, sessionId, squadId, updatedAt] @@ -172,6 +178,9 @@ public sealed partial class ExportChatDTO /// /// This is the unique identifier for the previous chat to filter by. /// + /// + /// Filter by multiple chat IDs. Provide as comma-separated values. + /// /// /// Columns to include in the CSV export
/// Default Value: [assistantId, cost, createdAt, id, messages, output, previousChatId, sessionId, squadId, updatedAt] @@ -231,6 +240,7 @@ public ExportChatDTO( string? squadId, string? sessionId, string? previousChatId, + string? idAny, global::Vapi.ExportChatDTOColumns? columns, string? email, global::Vapi.ExportChatDTOFormat? format, @@ -253,6 +263,7 @@ public ExportChatDTO( this.SquadId = squadId; this.SessionId = sessionId; this.PreviousChatId = previousChatId; + this.IdAny = idAny; this.Columns = columns; this.Email = email; this.Format = format; diff --git a/src/libs/Vapi/Generated/Vapi.Models.ExportSessionDTO.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ExportSessionDTO.g.cs index 85a79cd6..b7abff1c 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ExportSessionDTO.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ExportSessionDTO.g.cs @@ -60,6 +60,12 @@ public sealed partial class ExportSessionDTO [global::System.Text.Json.Serialization.JsonPropertyName("customerNumberAny")] public string? CustomerNumberAny { get; set; } + /// + /// Filter by multiple session IDs. Provide as comma-separated values. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("idAny")] + public string? IdAny { get; set; } + /// /// Columns to include in the CSV export
/// Default Value: [assistantId, cost, createdAt, customerName, customerNumber, id, messages, name, phoneNumberId, squadId, status, updatedAt] @@ -205,6 +211,9 @@ public sealed partial class ExportSessionDTO /// Filter by any of the specified customer phone numbers (comma-separated).
/// Example: +1234567890,+0987654321 /// + /// + /// Filter by multiple session IDs. Provide as comma-separated values. + /// /// /// Columns to include in the CSV export
/// Default Value: [assistantId, cost, createdAt, customerName, customerNumber, id, messages, name, phoneNumberId, squadId, status, updatedAt] @@ -272,6 +281,7 @@ public ExportSessionDTO( string? workflowId, global::Vapi.CreateCustomerDTO? customer, string? customerNumberAny, + string? idAny, global::Vapi.ExportSessionDTOColumns? columns, string? email, global::Vapi.ExportSessionDTOFormat? format, @@ -298,6 +308,7 @@ public ExportSessionDTO( this.WorkflowId = workflowId; this.Customer = customer; this.CustomerNumberAny = customerNumberAny; + this.IdAny = idAny; this.Columns = columns; this.Email = email; this.Format = format; diff --git a/src/libs/Vapi/Generated/Vapi.Models.GetChatPaginatedDTO.g.cs b/src/libs/Vapi/Generated/Vapi.Models.GetChatPaginatedDTO.g.cs index 1b2c337c..8994e9af 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.GetChatPaginatedDTO.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.GetChatPaginatedDTO.g.cs @@ -46,6 +46,12 @@ public sealed partial class GetChatPaginatedDTO [global::System.Text.Json.Serialization.JsonPropertyName("previousChatId")] public string? PreviousChatId { get; set; } + /// + /// Filter by multiple chat IDs. Provide as comma-separated values. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("idAny")] + public string? IdAny { get; set; } + /// /// This is the page number to return. Defaults to 1. /// @@ -148,6 +154,9 @@ public sealed partial class GetChatPaginatedDTO /// /// This is the unique identifier for the previous chat to filter by. /// + /// + /// Filter by multiple chat IDs. Provide as comma-separated values. + /// /// /// This is the page number to return. Defaults to 1. /// @@ -194,6 +203,7 @@ public GetChatPaginatedDTO( string? squadId, string? sessionId, string? previousChatId, + string? idAny, double? page, global::Vapi.GetChatPaginatedDTOSortOrder? sortOrder, global::Vapi.GetChatPaginatedDTOSortBy? sortBy, @@ -213,6 +223,7 @@ public GetChatPaginatedDTO( this.SquadId = squadId; this.SessionId = sessionId; this.PreviousChatId = previousChatId; + this.IdAny = idAny; this.Page = page; this.SortOrder = sortOrder; this.SortBy = sortBy; diff --git a/src/libs/Vapi/Generated/Vapi.Models.GetSessionPaginatedDTO.g.cs b/src/libs/Vapi/Generated/Vapi.Models.GetSessionPaginatedDTO.g.cs index 49f69b34..fd3d014f 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.GetSessionPaginatedDTO.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.GetSessionPaginatedDTO.g.cs @@ -60,6 +60,12 @@ public sealed partial class GetSessionPaginatedDTO [global::System.Text.Json.Serialization.JsonPropertyName("customerNumberAny")] public string? CustomerNumberAny { get; set; } + /// + /// Filter by multiple session IDs. Provide as comma-separated values. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("idAny")] + public string? IdAny { get; set; } + /// /// This will return sessions with the specified phoneNumberId. /// @@ -181,6 +187,9 @@ public sealed partial class GetSessionPaginatedDTO /// Filter by any of the specified customer phone numbers (comma-separated).
/// Example: +1234567890,+0987654321 /// + /// + /// Filter by multiple session IDs. Provide as comma-separated values. + /// /// /// This will return sessions with the specified phoneNumberId. /// @@ -235,6 +244,7 @@ public GetSessionPaginatedDTO( string? workflowId, global::Vapi.CreateCustomerDTO? customer, string? customerNumberAny, + string? idAny, string? phoneNumberId, global::System.Collections.Generic.IList? phoneNumberIdAny, double? page, @@ -258,6 +268,7 @@ public GetSessionPaginatedDTO( this.WorkflowId = workflowId; this.Customer = customer; this.CustomerNumberAny = customerNumberAny; + this.IdAny = idAny; this.PhoneNumberId = phoneNumberId; this.PhoneNumberIdAny = phoneNumberIdAny; this.Page = page; diff --git a/src/libs/Vapi/Generated/Vapi.Models.JSONQueryOnEventsTableOn.g.cs b/src/libs/Vapi/Generated/Vapi.Models.JSONQueryOnEventsTableOn.g.cs index 399eb305..a7d7af24 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.JSONQueryOnEventsTableOn.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.JSONQueryOnEventsTableOn.g.cs @@ -9,6 +9,10 @@ namespace Vapi ///
public enum JSONQueryOnEventsTableOn { + /// + /// + /// + AssistantAnalysisStructuredOutputError, /// /// /// @@ -16,6 +20,14 @@ public enum JSONQueryOnEventsTableOn /// /// /// + AssistantAnalysisStructuredOutputRequest, + /// + /// + /// + AssistantAnalysisStructuredOutputResponse, + /// + /// + /// AssistantAnalysisStructuredOutputSkipped, /// /// @@ -403,7 +415,10 @@ public static string ToValueString(this JSONQueryOnEventsTableOn value) { return value switch { + JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputError => "assistant.analysis.structuredOutputError", JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputGenerated => "assistant.analysis.structuredOutputGenerated", + JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputRequest => "assistant.analysis.structuredOutputRequest", + JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputResponse => "assistant.analysis.structuredOutputResponse", JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputSkipped => "assistant.analysis.structuredOutputSkipped", JSONQueryOnEventsTableOn.AssistantModelCleanup => "assistant.model.cleanup", JSONQueryOnEventsTableOn.AssistantModelClearing => "assistant.model.clearing", @@ -508,7 +523,10 @@ public static string ToValueString(this JSONQueryOnEventsTableOn value) { return value switch { + "assistant.analysis.structuredOutputError" => JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputError, "assistant.analysis.structuredOutputGenerated" => JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputGenerated, + "assistant.analysis.structuredOutputRequest" => JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputRequest, + "assistant.analysis.structuredOutputResponse" => JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputResponse, "assistant.analysis.structuredOutputSkipped" => JSONQueryOnEventsTableOn.AssistantAnalysisStructuredOutputSkipped, "assistant.model.cleanup" => JSONQueryOnEventsTableOn.AssistantModelCleanup, "assistant.model.clearing" => JSONQueryOnEventsTableOn.AssistantModelClearing, diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunItemCounts.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunItemCounts.g.cs index b45d21df..13795048 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunItemCounts.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunItemCounts.g.cs @@ -50,6 +50,18 @@ public sealed partial class SimulationRunItemCounts [global::System.Text.Json.Serialization.JsonRequired] public required double Canceled { get; set; } + /// + /// Number of distinct simulations represented by the run items. Omitted when any item has no simulation ID. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("distinctSimulationTotal")] + public double? DistinctSimulationTotal { get; set; } + + /// + /// Number of distinct simulations with a failed or canceled item. Omitted when any item has no simulation ID. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("distinctSimulationFailed")] + public double? DistinctSimulationFailed { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -77,6 +89,12 @@ public sealed partial class SimulationRunItemCounts /// /// Number of canceled run items /// + /// + /// Number of distinct simulations represented by the run items. Omitted when any item has no simulation ID. + /// + /// + /// Number of distinct simulations with a failed or canceled item. Omitted when any item has no simulation ID. + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -86,7 +104,9 @@ public SimulationRunItemCounts( double failed, double running, double queued, - double canceled) + double canceled, + double? distinctSimulationTotal, + double? distinctSimulationFailed) { this.Total = total; this.Passed = passed; @@ -94,6 +114,8 @@ public SimulationRunItemCounts( this.Running = running; this.Queued = queued; this.Canceled = canceled; + this.DistinctSimulationTotal = distinctSimulationTotal; + this.DistinctSimulationFailed = distinctSimulationFailed; } /// diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItem.Json.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItem.Json.g.cs new file mode 100644 index 00000000..1b7d5fc8 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItem.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace Vapi +{ + public sealed partial class SimulationRunListItem + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::Vapi.SimulationRunListItem? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::Vapi.SimulationRunListItem), + jsonSerializerContext) as global::Vapi.SimulationRunListItem; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::Vapi.SimulationRunListItem? FromJson( + string json) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::Vapi.SimulationRunListItem? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::Vapi.SimulationRunListItem), + jsonSerializerContext).ConfigureAwait(false)) as global::Vapi.SimulationRunListItem; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItem.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItem.g.cs new file mode 100644 index 00000000..62e094ec --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItem.g.cs @@ -0,0 +1,211 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// + /// + public sealed partial class SimulationRunListItem + { + /// + /// Unique identifier for the run + /// + [global::System.Text.Json.Serialization.JsonPropertyName("id")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.Guid Id { get; set; } + + /// + /// Organization ID + /// + [global::System.Text.Json.Serialization.JsonPropertyName("orgId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.Guid OrgId { get; set; } + + /// + /// Current status of the run + /// + [global::System.Text.Json.Serialization.JsonPropertyName("status")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.SimulationRunListItemStatusJsonConverter))] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::Vapi.SimulationRunListItemStatus Status { get; set; } + + /// + /// When the run was queued + /// + [global::System.Text.Json.Serialization.JsonPropertyName("queuedAt")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.DateTime QueuedAt { get; set; } + + /// + /// When the run started + /// + [global::System.Text.Json.Serialization.JsonPropertyName("startedAt")] + public global::System.DateTime? StartedAt { get; set; } + + /// + /// When the run ended + /// + [global::System.Text.Json.Serialization.JsonPropertyName("endedAt")] + public global::System.DateTime? EndedAt { get; set; } + + /// + /// Reason the run ended + /// + [global::System.Text.Json.Serialization.JsonPropertyName("endedReason")] + public string? EndedReason { get; set; } + + /// + /// ISO 8601 date-time when created + /// + [global::System.Text.Json.Serialization.JsonPropertyName("createdAt")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.DateTime CreatedAt { get; set; } + + /// + /// ISO 8601 date-time when last updated + /// + [global::System.Text.Json.Serialization.JsonPropertyName("updatedAt")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.DateTime UpdatedAt { get; set; } + + /// + /// Aggregate counts of run items by status + /// + [global::System.Text.Json.Serialization.JsonPropertyName("itemCounts")] + public global::Vapi.SimulationRunItemCounts? ItemCounts { get; set; } + + /// + /// Array of simulations and/or suites to run + /// + [global::System.Text.Json.Serialization.JsonPropertyName("simulations")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.Collections.Generic.IList> Simulations { get; set; } + + /// + /// Target to test against + /// + [global::System.Text.Json.Serialization.JsonPropertyName("target")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.OneOfJsonConverter))] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::Vapi.OneOf Target { get; set; } + + /// + /// Number of times to run each simulation (default: 1)
+ /// Default Value: 1 + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("iterations")] + public double? Iterations { get; set; } + + /// + /// Transport configuration for the simulation runs + /// + [global::System.Text.Json.Serialization.JsonPropertyName("transport")] + public global::Vapi.SimulationRunTransportConfiguration? Transport { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("summary")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::Vapi.SimulationRunListSummary Summary { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// Unique identifier for the run + /// + /// + /// Organization ID + /// + /// + /// Current status of the run + /// + /// + /// When the run was queued + /// + /// + /// ISO 8601 date-time when created + /// + /// + /// ISO 8601 date-time when last updated + /// + /// + /// Array of simulations and/or suites to run + /// + /// + /// Target to test against + /// + /// + /// + /// When the run started + /// + /// + /// When the run ended + /// + /// + /// Reason the run ended + /// + /// + /// Aggregate counts of run items by status + /// + /// + /// Number of times to run each simulation (default: 1)
+ /// Default Value: 1 + /// + /// + /// Transport configuration for the simulation runs + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public SimulationRunListItem( + global::System.Guid id, + global::System.Guid orgId, + global::Vapi.SimulationRunListItemStatus status, + global::System.DateTime queuedAt, + global::System.DateTime createdAt, + global::System.DateTime updatedAt, + global::System.Collections.Generic.IList> simulations, + global::Vapi.OneOf target, + global::Vapi.SimulationRunListSummary summary, + global::System.DateTime? startedAt, + global::System.DateTime? endedAt, + string? endedReason, + global::Vapi.SimulationRunItemCounts? itemCounts, + double? iterations, + global::Vapi.SimulationRunTransportConfiguration? transport) + { + this.Id = id; + this.OrgId = orgId; + this.Status = status; + this.QueuedAt = queuedAt; + this.StartedAt = startedAt; + this.EndedAt = endedAt; + this.EndedReason = endedReason; + this.CreatedAt = createdAt; + this.UpdatedAt = updatedAt; + this.ItemCounts = itemCounts; + this.Simulations = simulations ?? throw new global::System.ArgumentNullException(nameof(simulations)); + this.Target = target; + this.Iterations = iterations; + this.Transport = transport; + this.Summary = summary ?? throw new global::System.ArgumentNullException(nameof(summary)); + } + + /// + /// Initializes a new instance of the class. + /// + public SimulationRunListItem() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItemStatus.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItemStatus.g.cs new file mode 100644 index 00000000..6a2cf18a --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListItemStatus.g.cs @@ -0,0 +1,57 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// Current status of the run + /// + public enum SimulationRunListItemStatus + { + /// + /// + /// + Ended, + /// + /// + /// + Queued, + /// + /// + /// + Running, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class SimulationRunListItemStatusExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this SimulationRunListItemStatus value) + { + return value switch + { + SimulationRunListItemStatus.Ended => "ended", + SimulationRunListItemStatus.Queued => "queued", + SimulationRunListItemStatus.Running => "running", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static SimulationRunListItemStatus? ToEnum(string value) + { + return value switch + { + "ended" => SimulationRunListItemStatus.Ended, + "queued" => SimulationRunListItemStatus.Queued, + "running" => SimulationRunListItemStatus.Running, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSource.Json.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSource.Json.g.cs new file mode 100644 index 00000000..a76fe8fc --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSource.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace Vapi +{ + public sealed partial class SimulationRunListSource + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::Vapi.SimulationRunListSource? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::Vapi.SimulationRunListSource), + jsonSerializerContext) as global::Vapi.SimulationRunListSource; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::Vapi.SimulationRunListSource? FromJson( + string json) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::Vapi.SimulationRunListSource? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::Vapi.SimulationRunListSource), + jsonSerializerContext).ConfigureAwait(false)) as global::Vapi.SimulationRunListSource; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSource.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSource.g.cs new file mode 100644 index 00000000..6f86562e --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSource.g.cs @@ -0,0 +1,85 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// + /// + public sealed partial class SimulationRunListSource + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("type")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.SimulationRunListSourceTypeJsonConverter))] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::Vapi.SimulationRunListSourceType Type { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("id")] + public global::System.Guid? Id { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("name")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string Name { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("linkable")] + [global::System.Text.Json.Serialization.JsonRequired] + public required bool Linkable { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("simulationIds")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.Collections.Generic.IList SimulationIds { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// + /// + /// + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public SimulationRunListSource( + global::Vapi.SimulationRunListSourceType type, + string name, + bool linkable, + global::System.Collections.Generic.IList simulationIds, + global::System.Guid? id) + { + this.Type = type; + this.Id = id; + this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name)); + this.Linkable = linkable; + this.SimulationIds = simulationIds ?? throw new global::System.ArgumentNullException(nameof(simulationIds)); + } + + /// + /// Initializes a new instance of the class. + /// + public SimulationRunListSource() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSourceType.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSourceType.g.cs new file mode 100644 index 00000000..1852e48c --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSourceType.g.cs @@ -0,0 +1,63 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// + /// + public enum SimulationRunListSourceType + { + /// + /// + /// + AdHoc, + /// + /// + /// + Api, + /// + /// + /// + Simulation, + /// + /// + /// + Suite, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class SimulationRunListSourceTypeExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this SimulationRunListSourceType value) + { + return value switch + { + SimulationRunListSourceType.AdHoc => "adHoc", + SimulationRunListSourceType.Api => "api", + SimulationRunListSourceType.Simulation => "simulation", + SimulationRunListSourceType.Suite => "suite", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static SimulationRunListSourceType? ToEnum(string value) + { + return value switch + { + "adHoc" => SimulationRunListSourceType.AdHoc, + "api" => SimulationRunListSourceType.Api, + "simulation" => SimulationRunListSourceType.Simulation, + "suite" => SimulationRunListSourceType.Suite, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSummary.Json.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSummary.Json.g.cs new file mode 100644 index 00000000..cf355899 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSummary.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace Vapi +{ + public sealed partial class SimulationRunListSummary + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::Vapi.SimulationRunListSummary? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::Vapi.SimulationRunListSummary), + jsonSerializerContext) as global::Vapi.SimulationRunListSummary; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::Vapi.SimulationRunListSummary? FromJson( + string json) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::Vapi.SimulationRunListSummary? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::Vapi.SimulationRunListSummary), + jsonSerializerContext).ConfigureAwait(false)) as global::Vapi.SimulationRunListSummary; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSummary.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSummary.g.cs new file mode 100644 index 00000000..01cdf71e --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunListSummary.g.cs @@ -0,0 +1,64 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// + /// + public sealed partial class SimulationRunListSummary + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("source")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::Vapi.SimulationRunListSource Source { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("targetSnapshotName")] + public string? TargetSnapshotName { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("simulationCount")] + [global::System.Text.Json.Serialization.JsonRequired] + public required double SimulationCount { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public SimulationRunListSummary( + global::Vapi.SimulationRunListSource source, + double simulationCount, + string? targetSnapshotName) + { + this.Source = source ?? throw new global::System.ArgumentNullException(nameof(source)); + this.TargetSnapshotName = targetSnapshotName; + this.SimulationCount = simulationCount; + } + + /// + /// Initializes a new instance of the class. + /// + public SimulationRunListSummary() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunSuiteEntry.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunSuiteEntry.g.cs index 3de68b84..bcba7fd6 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunSuiteEntry.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunSuiteEntry.g.cs @@ -23,6 +23,13 @@ public sealed partial class SimulationRunSuiteEntry [global::System.Text.Json.Serialization.JsonPropertyName("simulationSuiteId")] public global::System.Guid? SimulationSuiteId { get; set; } + /// + /// Historical suite name captured when the run was created
+ /// Included only in responses + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("name")] + public string? Name { get; set; } + /// /// /// @@ -45,15 +52,21 @@ public sealed partial class SimulationRunSuiteEntry /// /// ID of the simulation suite to run /// + /// + /// Historical suite name captured when the run was created
+ /// Included only in responses + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public SimulationRunSuiteEntry( global::Vapi.SimulationRunSuiteEntryType type, - global::System.Guid? simulationSuiteId) + global::System.Guid? simulationSuiteId, + string? name) { this.Type = type; this.SimulationSuiteId = simulationSuiteId; + this.Name = name; } /// diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunsPaginatedResponse.Json.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunsPaginatedResponse.Json.g.cs new file mode 100644 index 00000000..6a5b2d2c --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunsPaginatedResponse.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace Vapi +{ + public sealed partial class SimulationRunsPaginatedResponse + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::Vapi.SimulationRunsPaginatedResponse? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::Vapi.SimulationRunsPaginatedResponse), + jsonSerializerContext) as global::Vapi.SimulationRunsPaginatedResponse; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::Vapi.SimulationRunsPaginatedResponse? FromJson( + string json) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::Vapi.SimulationRunsPaginatedResponse? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::Vapi.SimulationRunsPaginatedResponse), + jsonSerializerContext).ConfigureAwait(false)) as global::Vapi.SimulationRunsPaginatedResponse; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.Models.SimulationRunsPaginatedResponse.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunsPaginatedResponse.g.cs new file mode 100644 index 00000000..dd3f15b2 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.SimulationRunsPaginatedResponse.g.cs @@ -0,0 +1,55 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// + /// + public sealed partial class SimulationRunsPaginatedResponse + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("results")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.Collections.Generic.IList Results { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("metadata")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::Vapi.PaginationMeta Metadata { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public SimulationRunsPaginatedResponse( + global::System.Collections.Generic.IList results, + global::Vapi.PaginationMeta metadata) + { + this.Results = results ?? throw new global::System.ArgumentNullException(nameof(results)); + this.Metadata = metadata ?? throw new global::System.ArgumentNullException(nameof(metadata)); + } + + /// + /// Initializes a new instance of the class. + /// + public SimulationRunsPaginatedResponse() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.StructuredOutputCostBreakdown.Json.g.cs b/src/libs/Vapi/Generated/Vapi.Models.StructuredOutputCostBreakdown.Json.g.cs new file mode 100644 index 00000000..81dc4060 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.StructuredOutputCostBreakdown.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace Vapi +{ + public sealed partial class StructuredOutputCostBreakdown + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::Vapi.StructuredOutputCostBreakdown? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::Vapi.StructuredOutputCostBreakdown), + jsonSerializerContext) as global::Vapi.StructuredOutputCostBreakdown; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::Vapi.StructuredOutputCostBreakdown? FromJson( + string json) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::Vapi.StructuredOutputCostBreakdown? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::Vapi.StructuredOutputCostBreakdown), + jsonSerializerContext).ConfigureAwait(false)) as global::Vapi.StructuredOutputCostBreakdown; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::Vapi.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.Models.StructuredOutputCostBreakdown.g.cs b/src/libs/Vapi/Generated/Vapi.Models.StructuredOutputCostBreakdown.g.cs new file mode 100644 index 00000000..cc35cd71 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.StructuredOutputCostBreakdown.g.cs @@ -0,0 +1,106 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// + /// + public sealed partial class StructuredOutputCostBreakdown + { + /// + /// This is the unique identifier of the structured output that produced this cost. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("structuredOutputId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string StructuredOutputId { get; set; } + + /// + /// This is the name of the structured output, so this breakdown is readable without looking the id up. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("name")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string Name { get; set; } + + /// + /// This is the cost in USD of evaluating this structured output. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("cost")] + [global::System.Text.Json.Serialization.JsonRequired] + public required double Cost { get; set; } + + /// + /// This is the number of prompt tokens used to evaluate this structured output. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("promptTokens")] + [global::System.Text.Json.Serialization.JsonRequired] + public required double PromptTokens { get; set; } + + /// + /// This is the number of completion tokens generated for this structured output. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("completionTokens")] + [global::System.Text.Json.Serialization.JsonRequired] + public required double CompletionTokens { get; set; } + + /// + /// This is the number of cached prompt tokens used to evaluate this structured output. This is a subset of `promptTokens`, not an addition to it. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("cachedPromptTokens")] + public double? CachedPromptTokens { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// This is the unique identifier of the structured output that produced this cost. + /// + /// + /// This is the name of the structured output, so this breakdown is readable without looking the id up. + /// + /// + /// This is the cost in USD of evaluating this structured output. + /// + /// + /// This is the number of prompt tokens used to evaluate this structured output. + /// + /// + /// This is the number of completion tokens generated for this structured output. + /// + /// + /// This is the number of cached prompt tokens used to evaluate this structured output. This is a subset of `promptTokens`, not an addition to it. + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public StructuredOutputCostBreakdown( + string structuredOutputId, + string name, + double cost, + double promptTokens, + double completionTokens, + double? cachedPromptTokens) + { + this.StructuredOutputId = structuredOutputId ?? throw new global::System.ArgumentNullException(nameof(structuredOutputId)); + this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name)); + this.Cost = cost; + this.PromptTokens = promptTokens; + this.CompletionTokens = completionTokens; + this.CachedPromptTokens = cachedPromptTokens; + } + + /// + /// Initializes a new instance of the class. + /// + public StructuredOutputCostBreakdown() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.VapiPronunciationDictionaryLocator.g.cs b/src/libs/Vapi/Generated/Vapi.Models.VapiPronunciationDictionaryLocator.g.cs index 1f9063f9..c7975885 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.VapiPronunciationDictionaryLocator.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.VapiPronunciationDictionaryLocator.g.cs @@ -18,13 +18,22 @@ public sealed partial class VapiPronunciationDictionaryLocator public required string PronunciationDictId { get; set; } /// - /// Version ID (only required for ElevenLabs, ignored for Cartesia)
+ /// Version ID (only used by ElevenLabs, ignored for Cartesia)
/// Example: ver_abc123 ///
/// ver_abc123 [global::System.Text.Json.Serialization.JsonPropertyName("versionId")] public string? VersionId { get; set; } + /// + /// Provider that hosts this pronunciation dictionary
+ /// Example: 11labs + ///
+ /// 11labs + [global::System.Text.Json.Serialization.JsonPropertyName("provider")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.VapiPronunciationDictionaryLocatorProviderJsonConverter))] + public global::Vapi.VapiPronunciationDictionaryLocatorProvider? Provider { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -39,18 +48,24 @@ public sealed partial class VapiPronunciationDictionaryLocator /// Example: pdict_abc123 /// /// - /// Version ID (only required for ElevenLabs, ignored for Cartesia)
+ /// Version ID (only used by ElevenLabs, ignored for Cartesia)
/// Example: ver_abc123 /// + /// + /// Provider that hosts this pronunciation dictionary
+ /// Example: 11labs + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public VapiPronunciationDictionaryLocator( string pronunciationDictId, - string? versionId) + string? versionId, + global::Vapi.VapiPronunciationDictionaryLocatorProvider? provider) { this.PronunciationDictId = pronunciationDictId ?? throw new global::System.ArgumentNullException(nameof(pronunciationDictId)); this.VersionId = versionId; + this.Provider = provider; } /// diff --git a/src/libs/Vapi/Generated/Vapi.Models.VapiPronunciationDictionaryLocatorProvider.g.cs b/src/libs/Vapi/Generated/Vapi.Models.VapiPronunciationDictionaryLocatorProvider.g.cs new file mode 100644 index 00000000..5a6ec950 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.VapiPronunciationDictionaryLocatorProvider.g.cs @@ -0,0 +1,52 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// Provider that hosts this pronunciation dictionary
+ /// Example: 11labs + ///
+ public enum VapiPronunciationDictionaryLocatorProvider + { + /// + /// + /// + x11labs, + /// + /// + /// + Cartesia, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class VapiPronunciationDictionaryLocatorProviderExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this VapiPronunciationDictionaryLocatorProvider value) + { + return value switch + { + VapiPronunciationDictionaryLocatorProvider.x11labs => "11labs", + VapiPronunciationDictionaryLocatorProvider.Cartesia => "cartesia", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static VapiPronunciationDictionaryLocatorProvider? ToEnum(string value) + { + return value switch + { + "11labs" => VapiPronunciationDictionaryLocatorProvider.x11labs, + "cartesia" => VapiPronunciationDictionaryLocatorProvider.Cartesia, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.SessionsClient.SessionControllerFindAllPaginated.g.cs b/src/libs/Vapi/Generated/Vapi.SessionsClient.SessionControllerFindAllPaginated.g.cs index e2308066..b45a6928 100644 --- a/src/libs/Vapi/Generated/Vapi.SessionsClient.SessionControllerFindAllPaginated.g.cs +++ b/src/libs/Vapi/Generated/Vapi.SessionsClient.SessionControllerFindAllPaginated.g.cs @@ -43,6 +43,7 @@ partial void PrepareSessionControllerFindAllPaginatedArguments( ref string? email, ref string? externalId, ref string? customerNumberAny, + ref string? idAny, ref string? phoneNumberId, global::System.Collections.Generic.IList? phoneNumberIdAny, ref double? page, @@ -76,6 +77,7 @@ partial void PrepareSessionControllerFindAllPaginatedRequest( string? email, string? externalId, string? customerNumberAny, + string? idAny, string? phoneNumberId, global::System.Collections.Generic.IList? phoneNumberIdAny, double? page, @@ -126,6 +128,7 @@ partial void ProcessSessionControllerFindAllPaginatedResponseContent( /// /// Example: +1234567890,+0987654321 /// + /// /// /// /// @@ -160,6 +163,7 @@ partial void ProcessSessionControllerFindAllPaginatedResponseContent( string? email = default, string? externalId = default, string? customerNumberAny = default, + string? idAny = default, string? phoneNumberId = default, global::System.Collections.Generic.IList? phoneNumberIdAny = default, double? page = default, @@ -194,6 +198,7 @@ partial void ProcessSessionControllerFindAllPaginatedResponseContent( email: email, externalId: externalId, customerNumberAny: customerNumberAny, + idAny: idAny, phoneNumberId: phoneNumberId, phoneNumberIdAny: phoneNumberIdAny, page: page, @@ -241,6 +246,7 @@ partial void ProcessSessionControllerFindAllPaginatedResponseContent( /// /// Example: +1234567890,+0987654321 /// + /// /// /// /// @@ -275,6 +281,7 @@ partial void ProcessSessionControllerFindAllPaginatedResponseContent( string? email = default, string? externalId = default, string? customerNumberAny = default, + string? idAny = default, string? phoneNumberId = default, global::System.Collections.Generic.IList? phoneNumberIdAny = default, double? page = default, @@ -312,6 +319,7 @@ partial void ProcessSessionControllerFindAllPaginatedResponseContent( email: ref email, externalId: ref externalId, customerNumberAny: ref customerNumberAny, + idAny: ref idAny, phoneNumberId: ref phoneNumberId, phoneNumberIdAny: phoneNumberIdAny, page: ref page, @@ -370,6 +378,7 @@ partial void ProcessSessionControllerFindAllPaginatedResponseContent( .AddOptionalParameter("email", email) .AddOptionalParameter("externalId", externalId) .AddOptionalParameter("customerNumberAny", customerNumberAny) + .AddOptionalParameter("idAny", idAny) .AddOptionalParameter("phoneNumberId", phoneNumberId) .AddOptionalParameter("phoneNumberIdAny", phoneNumberIdAny, delimiter: ",", explode: true) .AddOptionalParameter("page", page?.ToString()) @@ -441,6 +450,7 @@ partial void ProcessSessionControllerFindAllPaginatedResponseContent( email: email, externalId: externalId, customerNumberAny: customerNumberAny, + idAny: idAny, phoneNumberId: phoneNumberId, phoneNumberIdAny: phoneNumberIdAny, page: page, diff --git a/src/libs/Vapi/Generated/Vapi.SquadsClient.SquadControllerFindAll.g.cs b/src/libs/Vapi/Generated/Vapi.SquadsClient.SquadControllerFindAll.g.cs index ccf3e619..c0005545 100644 --- a/src/libs/Vapi/Generated/Vapi.SquadsClient.SquadControllerFindAll.g.cs +++ b/src/libs/Vapi/Generated/Vapi.SquadsClient.SquadControllerFindAll.g.cs @@ -27,6 +27,7 @@ public partial class SquadsClient }; partial void PrepareSquadControllerFindAllArguments( global::System.Net.Http.HttpClient httpClient, + global::System.Collections.Generic.IList? idAny, ref double? limit, ref global::System.DateTime? createdAtGt, ref global::System.DateTime? createdAtLt, @@ -39,6 +40,7 @@ partial void PrepareSquadControllerFindAllArguments( partial void PrepareSquadControllerFindAllRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, + global::System.Collections.Generic.IList? idAny, double? limit, global::System.DateTime? createdAtGt, global::System.DateTime? createdAtLt, @@ -60,6 +62,7 @@ partial void ProcessSquadControllerFindAllResponseContent( /// /// List Squads /// + /// /// /// /// @@ -73,6 +76,7 @@ partial void ProcessSquadControllerFindAllResponseContent( /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task> SquadControllerFindAllAsync( + global::System.Collections.Generic.IList? idAny = default, double? limit = default, global::System.DateTime? createdAtGt = default, global::System.DateTime? createdAtLt = default, @@ -86,6 +90,7 @@ partial void ProcessSquadControllerFindAllResponseContent( global::System.Threading.CancellationToken cancellationToken = default) { var __response = await SquadControllerFindAllAsResponseAsync( + idAny: idAny, limit: limit, createdAtGt: createdAtGt, createdAtLt: createdAtLt, @@ -104,6 +109,7 @@ partial void ProcessSquadControllerFindAllResponseContent( /// /// List Squads /// + /// /// /// /// @@ -117,6 +123,7 @@ partial void ProcessSquadControllerFindAllResponseContent( /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task>> SquadControllerFindAllAsResponseAsync( + global::System.Collections.Generic.IList? idAny = default, double? limit = default, global::System.DateTime? createdAtGt = default, global::System.DateTime? createdAtLt = default, @@ -133,6 +140,7 @@ partial void ProcessSquadControllerFindAllResponseContent( client: HttpClient); PrepareSquadControllerFindAllArguments( httpClient: HttpClient, + idAny: idAny, limit: ref limit, createdAtGt: ref createdAtGt, createdAtLt: ref createdAtLt, @@ -170,6 +178,7 @@ partial void ProcessSquadControllerFindAllResponseContent( path: "/squad", baseUri: HttpClient.BaseAddress); __pathBuilder + .AddOptionalParameter("idAny", idAny, delimiter: ",", explode: true) .AddOptionalParameter("limit", limit?.ToString()) .AddOptionalParameter("createdAtGt", createdAtGt?.ToString("yyyy-MM-ddTHH:mm:ssZ")) .AddOptionalParameter("createdAtLt", createdAtLt?.ToString("yyyy-MM-ddTHH:mm:ssZ")) @@ -220,6 +229,7 @@ partial void ProcessSquadControllerFindAllResponseContent( PrepareSquadControllerFindAllRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, + idAny: idAny, limit: limit, createdAtGt: createdAtGt, createdAtLt: createdAtLt, diff --git a/src/libs/Vapi/openapi.yaml b/src/libs/Vapi/openapi.yaml index 7ef17091..170943ef 100644 --- a/src/libs/Vapi/openapi.yaml +++ b/src/libs/Vapi/openapi.yaml @@ -328,6 +328,19 @@ "operationId": "SquadController_findAll", "summary": "List Squads", "parameters": [ + { + "name": "idAny", + "required": false, + "in": "query", + "description": "Return only squads matching the provided ids", + "schema": { + "format": "uuid", + "type": "array", + "items": { + "type": "string" + } + } + }, { "name": "limit", "required": false, @@ -597,6 +610,12 @@ } } } + }, + "400": { + "description": "Client/policy failure (limits, validation, missing resources)" + }, + "500": { + "description": "System failure (database, queue, or internal infra)" } }, "tags": [ @@ -1218,6 +1237,15 @@ "type": "string" } }, + { + "name": "idAny", + "required": false, + "in": "query", + "description": "Filter by multiple chat IDs. Provide as comma-separated values.", + "schema": { + "type": "string" + } + }, { "name": "page", "required": false, @@ -2423,6 +2451,15 @@ "type": "string" } }, + { + "name": "idAny", + "required": false, + "in": "query", + "description": "Filter by multiple session IDs. Provide as comma-separated values.", + "schema": { + "type": "string" + } + }, { "name": "phoneNumberId", "required": false, @@ -24329,13 +24366,12 @@ }, "versionId": { "type": "string", - "description": "This is the version ID of the pronunciation dictionary to use.", + "description": "This is the version ID of the pronunciation dictionary to use.\n\nOmit to use the dictionary's latest version.", "title": "This is the ElevenLabs Pronunciation Dictionary Version ID" } }, "required": [ - "pronunciationDictionaryId", - "versionId" + "pronunciationDictionaryId" ] }, "ElevenLabsVoice": { @@ -25660,8 +25696,17 @@ }, "versionId": { "type": "string", - "description": "Version ID (only required for ElevenLabs, ignored for Cartesia)", + "description": "Version ID (only used by ElevenLabs, ignored for Cartesia)", "example": "ver_abc123" + }, + "provider": { + "type": "string", + "description": "Provider that hosts this pronunciation dictionary", + "enum": [ + "11labs", + "cartesia" + ], + "example": "11labs" } }, "required": [ @@ -40833,6 +40878,42 @@ "type" ] }, + "StructuredOutputCostBreakdown": { + "type": "object", + "properties": { + "structuredOutputId": { + "type": "string", + "description": "This is the unique identifier of the structured output that produced this cost." + }, + "name": { + "type": "string", + "description": "This is the name of the structured output, so this breakdown is readable without looking the id up." + }, + "cost": { + "type": "number", + "description": "This is the cost in USD of evaluating this structured output." + }, + "promptTokens": { + "type": "number", + "description": "This is the number of prompt tokens used to evaluate this structured output." + }, + "completionTokens": { + "type": "number", + "description": "This is the number of completion tokens generated for this structured output." + }, + "cachedPromptTokens": { + "type": "number", + "description": "This is the number of cached prompt tokens used to evaluate this structured output. This is a subset of `promptTokens`, not an addition to it." + } + }, + "required": [ + "completionTokens", + "cost", + "name", + "promptTokens", + "structuredOutputId" + ] + }, "AnalysisCost": { "type": "object", "properties": { @@ -40869,6 +40950,13 @@ "type": "number", "description": "This is the number of cached prompt tokens used in the analysis. This is only applicable to certain providers (e.g., OpenAI, Azure OpenAI) that support prompt caching. Cached tokens are billed at a discounted rate." }, + "structuredOutputBreakdown": { + "description": "This is the per-structured-output breakdown of this cost. The `cost`, `promptTokens`, `completionTokens` and `cachedPromptTokens` above are the sums of these rows.\n\nThis is only set when `analysisType` is `structuredOutput`, and it is omitted entirely rather than partially populated, so when it is present the rows always reconcile to the totals above.\n\nA structured output that was skipped, or that extracts via regex, makes no LLM call and so has no row here — this is not a complete list of the call's configured structured outputs. There is one row per evaluation, so a `structuredOutputId` can appear more than once if it was evaluated more than once; sum the rows rather than indexing them by id.", + "type": "array", + "items": { + "$ref": "#/components/schemas/StructuredOutputCostBreakdown" + } + }, "cost": { "type": "number", "description": "This is the cost of the component in USD." @@ -44280,6 +44368,10 @@ "type": "string", "description": "This is the unique identifier for the previous chat to filter by." }, + "idAny": { + "type": "string", + "description": "Filter by multiple chat IDs. Provide as comma-separated values." + }, "page": { "type": "number", "description": "This is the page number to return. Defaults to 1.", @@ -44846,6 +44938,10 @@ "type": "string", "description": "This is the unique identifier for the previous chat to filter by." }, + "idAny": { + "type": "string", + "description": "Filter by multiple chat IDs. Provide as comma-separated values." + }, "columns": { "type": "string", "description": "Columns to include in the CSV export", @@ -46200,6 +46296,10 @@ "description": "Filter by any of the specified customer phone numbers (comma-separated).", "example": "+1234567890,+0987654321" }, + "idAny": { + "type": "string", + "description": "Filter by multiple session IDs. Provide as comma-separated values." + }, "phoneNumberId": { "type": "string", "description": "This will return sessions with the specified phoneNumberId." @@ -46340,6 +46440,10 @@ "description": "Filter by any of the specified customer phone numbers (comma-separated).", "example": "+1234567890,+0987654321" }, + "idAny": { + "type": "string", + "description": "Filter by multiple session IDs. Provide as comma-separated values." + }, "columns": { "type": "string", "description": "Columns to include in the CSV export", @@ -55542,6 +55646,12 @@ "description": "ID of the simulation suite to run", "format": "uuid" }, + "name": { + "type": "string", + "maxLength": 80, + "description": "Historical suite name captured when the run was created", + "readOnly": true + }, "suiteId": { "type": "string", "deprecated": true @@ -55702,6 +55812,14 @@ "canceled": { "type": "number", "description": "Number of canceled run items" + }, + "distinctSimulationTotal": { + "type": "number", + "description": "Number of distinct simulations represented by the run items. Omitted when any item has no simulation ID." + }, + "distinctSimulationFailed": { + "type": "number", + "description": "Number of distinct simulations with a failed or canceled item. Omitted when any item has no simulation ID." } }, "required": [ @@ -55959,6 +56077,196 @@ "updatedAt" ] }, + "SimulationRunListSource": { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "adHoc", + "api", + "simulation", + "suite" + ] + }, + "id": { + "type": "string", + "format": "uuid" + }, + "name": { + "type": "string" + }, + "linkable": { + "type": "boolean" + }, + "simulationIds": { + "type": "array", + "items": { + "type": "string" + } + } + }, + "required": [ + "linkable", + "name", + "simulationIds", + "type" + ] + }, + "SimulationRunListSummary": { + "type": "object", + "properties": { + "source": { + "$ref": "#/components/schemas/SimulationRunListSource" + }, + "targetSnapshotName": { + "type": "string" + }, + "simulationCount": { + "type": "number" + } + }, + "required": [ + "simulationCount", + "source" + ] + }, + "SimulationRunListItem": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Unique identifier for the run", + "format": "uuid" + }, + "orgId": { + "type": "string", + "description": "Organization ID", + "format": "uuid" + }, + "status": { + "type": "string", + "enum": [ + "ended", + "queued", + "running" + ], + "description": "Current status of the run" + }, + "queuedAt": { + "format": "date-time", + "type": "string", + "description": "When the run was queued" + }, + "startedAt": { + "format": "date-time", + "type": "string", + "description": "When the run started" + }, + "endedAt": { + "format": "date-time", + "type": "string", + "description": "When the run ended" + }, + "endedReason": { + "type": "string", + "description": "Reason the run ended" + }, + "createdAt": { + "format": "date-time", + "type": "string", + "description": "ISO 8601 date-time when created" + }, + "updatedAt": { + "format": "date-time", + "type": "string", + "description": "ISO 8601 date-time when last updated" + }, + "itemCounts": { + "description": "Aggregate counts of run items by status", + "allOf": [ + { + "$ref": "#/components/schemas/SimulationRunItemCounts" + } + ] + }, + "simulations": { + "type": "array", + "description": "Array of simulations and/or suites to run", + "items": { + "oneOf": [ + { + "$ref": "#/components/schemas/SimulationRunSimulationEntry", + "title": "Simulation" + }, + { + "$ref": "#/components/schemas/SimulationRunSuiteEntry", + "title": "Suite" + } + ] + } + }, + "target": { + "description": "Target to test against", + "oneOf": [ + { + "$ref": "#/components/schemas/SimulationRunTargetAssistant", + "title": "Assistant" + }, + { + "$ref": "#/components/schemas/SimulationRunTargetSquad", + "title": "Squad" + } + ] + }, + "iterations": { + "type": "number", + "minimum": 1, + "description": "Number of times to run each simulation (default: 1)", + "default": 1 + }, + "transport": { + "description": "Transport configuration for the simulation runs", + "allOf": [ + { + "$ref": "#/components/schemas/SimulationRunTransportConfiguration" + } + ] + }, + "summary": { + "$ref": "#/components/schemas/SimulationRunListSummary" + } + }, + "required": [ + "createdAt", + "id", + "orgId", + "queuedAt", + "simulations", + "status", + "summary", + "target", + "updatedAt" + ] + }, + "SimulationRunsPaginatedResponse": { + "type": "object", + "properties": { + "results": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SimulationRunListItem" + } + }, + "metadata": { + "$ref": "#/components/schemas/PaginationMeta" + } + }, + "required": [ + "metadata", + "results" + ] + }, "SimulationRunItemCallMonitor": { "type": "object", "properties": { @@ -58108,7 +58416,10 @@ "description": "The event type to query", "example": "assistant.model.requestFailed", "enum": [ + "assistant.analysis.structuredOutputError", "assistant.analysis.structuredOutputGenerated", + "assistant.analysis.structuredOutputRequest", + "assistant.analysis.structuredOutputResponse", "assistant.analysis.structuredOutputSkipped", "assistant.model.cleanup", "assistant.model.clearing",