diff --git a/src/libs/Vapi/Generated/Vapi.CallsClient.CallControllerCreate.g.cs b/src/libs/Vapi/Generated/Vapi.CallsClient.CallControllerCreate.g.cs
index adef9d3..19fe953 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 cd9d109..5c2fb17 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 e060f17..cac21fe 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 67e8f5f..6e7f8ba 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 35c4466..7c45a69 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 0000000..9cfab34
--- /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 0000000..96348ff
--- /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 0000000..5951ad2
--- /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 0000000..b29ff92
--- /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 0000000..41308ae
--- /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 0000000..ac2aed1
--- /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 2c71f4c..707ad17 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 de6dd3d..3d31644 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; }
///