diff --git a/src/libs/ResembleAI/Generated/ResembleAI.IResembleAIClient.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.IResembleAIClient.g.cs
index a4224eb..ecd649a 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.IResembleAIClient.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.IResembleAIClient.g.cs
@@ -95,11 +95,6 @@ public partial interface IResembleAIClient : global::System.IDisposable
///
public SubpackageAgentsClient SubpackageAgents { get; }
- ///
- ///
- ///
- public SubpackageAudioEditClient SubpackageAudioEdit { get; }
-
///
///
///
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.CreateAudioEdit.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.CreateAudioEdit.g.cs
deleted file mode 100644
index aac4e91..0000000
--- a/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.CreateAudioEdit.g.cs
+++ /dev/null
@@ -1,125 +0,0 @@
-#nullable enable
-
-namespace ResembleAI
-{
- public partial interface ISubpackageAudioEditClient
- {
- ///
- /// Create audio edit
- /// Edit audio segments using voice synthesis
- ///
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task CreateAudioEditAsync(
-
- global::ResembleAI.CreateAudioEditRequest request,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
- ///
- /// Create audio edit
- /// Edit audio segments using voice synthesis
- ///
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task> CreateAudioEditAsResponseAsync(
-
- global::ResembleAI.CreateAudioEditRequest request,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
- ///
- /// Create audio edit
- /// Edit audio segments using voice synthesis
- ///
- ///
- /// WAV, MP3, M4A, or WMA file (< 20 seconds)
- ///
- ///
- /// WAV, MP3, M4A, or WMA file (< 20 seconds)
- ///
- ///
- /// Accurate transcript of the uploaded audio
- ///
- ///
- /// Desired replacement text
- ///
- ///
- /// Voice used to render the edited segment
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task CreateAudioEditAsync(
- byte[] inputAudio,
- string inputAudioname,
- string originalTranscript,
- string targetTranscript,
- string voiceUuid,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
-
- ///
- /// Create audio edit
- /// Edit audio segments using voice synthesis
- ///
- ///
- /// WAV, MP3, M4A, or WMA file (< 20 seconds)
- ///
- ///
- /// WAV, MP3, M4A, or WMA file (< 20 seconds)
- ///
- ///
- /// Accurate transcript of the uploaded audio
- ///
- ///
- /// Desired replacement text
- ///
- ///
- /// Voice used to render the edited segment
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task CreateAudioEditAsync(
- global::System.IO.Stream inputAudio,
- string inputAudioname,
- string originalTranscript,
- string targetTranscript,
- string voiceUuid,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
- ///
- /// Create audio edit
- /// Edit audio segments using voice synthesis
- ///
- ///
- /// WAV, MP3, M4A, or WMA file (< 20 seconds)
- ///
- ///
- /// WAV, MP3, M4A, or WMA file (< 20 seconds)
- ///
- ///
- /// Accurate transcript of the uploaded audio
- ///
- ///
- /// Desired replacement text
- ///
- ///
- /// Voice used to render the edited segment
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task> CreateAudioEditAsResponseAsync(
- global::System.IO.Stream inputAudio,
- string inputAudioname,
- string originalTranscript,
- string targetTranscript,
- string voiceUuid,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
- }
-}
\ No newline at end of file
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.GetAudioEdit.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.GetAudioEdit.g.cs
deleted file mode 100644
index 441dfbb..0000000
--- a/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.GetAudioEdit.g.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-#nullable enable
-
-namespace ResembleAI
-{
- public partial interface ISubpackageAudioEditClient
- {
- ///
- /// Get audio edit
- /// Get status and result of an audio edit
- ///
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task GetAudioEditAsync(
- string audioEditUuid,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
- ///
- /// Get audio edit
- /// Get status and result of an audio edit
- ///
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task> GetAudioEditAsResponseAsync(
- string audioEditUuid,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
- }
-}
\ No newline at end of file
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.ListAudioEdits.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.ListAudioEdits.g.cs
deleted file mode 100644
index a58df32..0000000
--- a/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.ListAudioEdits.g.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-#nullable enable
-
-namespace ResembleAI
-{
- public partial interface ISubpackageAudioEditClient
- {
- ///
- /// List audio edits
- /// Retrieve paginated list of audio edits
- ///
- ///
- /// Default Value: 1
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task ListAudioEditsAsync(
- int page,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
- ///
- /// List audio edits
- /// Retrieve paginated list of audio edits
- ///
- ///
- /// Default Value: 1
- ///
- /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
- /// The token to cancel the operation with
- ///
- global::System.Threading.Tasks.Task> ListAudioEditsAsResponseAsync(
- int page,
- global::ResembleAI.AutoSDKRequestOptions? requestOptions = default,
- global::System.Threading.CancellationToken cancellationToken = default);
- }
-}
\ No newline at end of file
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.g.cs
deleted file mode 100644
index f8fb8bb..0000000
--- a/src/libs/ResembleAI/Generated/ResembleAI.ISubpackageAudioEditClient.g.cs
+++ /dev/null
@@ -1,48 +0,0 @@
-
-#nullable enable
-
-namespace ResembleAI
-{
- ///
- /// If no httpClient is provided, a new one will be created.
- /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
- ///
- public partial interface ISubpackageAudioEditClient : global::System.IDisposable
- {
- ///
- /// The HttpClient instance.
- ///
- public global::System.Net.Http.HttpClient HttpClient { get; }
-
- ///
- /// The base URL for the API.
- ///
- public System.Uri? BaseUri { get; }
-
- ///
- /// The authorizations to use for the requests.
- ///
- public global::System.Collections.Generic.List Authorizations { get; }
-
- ///
- /// Gets or sets a value indicating whether the response content should be read as a string.
- /// True by default in debug builds, false otherwise.
- /// When false, successful responses are deserialized directly from the response stream for better performance.
- /// Error responses are always read as strings regardless of this setting,
- /// ensuring is populated.
- ///
- public bool ReadResponseAsString { get; set; }
- ///
- /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
- ///
- public global::ResembleAI.AutoSDKClientOptions Options { get; }
-
-
- ///
- ///
- ///
- global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }
-
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContext.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContext.g.cs
index ec4c43e..dd98ab1 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContext.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContext.g.cs
@@ -305,13 +305,6 @@ namespace ResembleAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.SpeechToTextUuidQuestionsQuestionUuidGetResponsesContentApplicationJsonSchemaItem))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.SpeechToTextGetTranscriptQuestionResponse200))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.EditGetResponsesContentApplicationJsonSchemaItemsItems))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEditListAudioEditsResponse200))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.EditPostResponsesContentApplicationJsonSchemaItem))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEditCreateAudioEditResponse200))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.EditAudioEditUuidGetResponsesContentApplicationJsonSchemaItem))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEditGetAudioEditResponse200))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsStatus), TypeInfoPropertyName = "AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsEnhancementEngine), TypeInfoPropertyName = "AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsEnhancementEngine2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItems))]
@@ -668,7 +661,6 @@ namespace ResembleAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.StreamSynthesizeRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.CreateTranscriptRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.AskTranscriptQuestionRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.CreateAudioEditRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.CreateAudioEnhancementRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::ResembleAI.CreateAgentRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
@@ -719,7 +711,6 @@ namespace ResembleAI
[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))]
diff --git a/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContextTypes.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContextTypes.g.cs
index 3b33a15..2c736b0 100644
--- a/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContextTypes.g.cs
+++ b/src/libs/ResembleAI/Generated/ResembleAI.JsonSerializerContextTypes.g.cs
@@ -184,1631 +184,1599 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::ResembleAI.EditGetResponsesContentApplicationJsonSchemaItemsItems? Type39 { get; set; }
+ public global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsStatus? Type39 { get; set; }
///
///
///
- public global::ResembleAI.AudioEditListAudioEditsResponse200? Type40 { get; set; }
+ public global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsEnhancementEngine? Type40 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type41 { get; set; }
+ public global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItems? Type41 { get; set; }
///
///
///
- public global::ResembleAI.EditPostResponsesContentApplicationJsonSchemaItem? Type42 { get; set; }
+ public global::ResembleAI.AudioEnhancementListAudioEnhancementsResponse200? Type42 { get; set; }
///
///
///
- public global::ResembleAI.AudioEditCreateAudioEditResponse200? Type43 { get; set; }
+ public global::System.Collections.Generic.IList? Type43 { get; set; }
///
///
///
- public global::ResembleAI.EditAudioEditUuidGetResponsesContentApplicationJsonSchemaItem? Type44 { get; set; }
+ public global::ResembleAI.ListAudioEnhancementsRequestBadRequestError? Type44 { get; set; }
///
///
///
- public global::ResembleAI.AudioEditGetAudioEditResponse200? Type45 { get; set; }
+ public global::ResembleAI.AudioEnhancementsPostRequestBodyContentMultipartFormDataSchemaEnhancementEngine? Type45 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsStatus? Type46 { get; set; }
+ public global::ResembleAI.AudioEnhancementsPostResponsesContentApplicationJsonSchemaStatus? Type46 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItemsEnhancementEngine? Type47 { get; set; }
+ public global::ResembleAI.AudioEnhancementCreateAudioEnhancementResponse202? Type47 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementsGetResponsesContentApplicationJsonSchemaItemsItems? Type48 { get; set; }
+ public global::ResembleAI.CreateAudioEnhancementRequestBadRequestError? Type48 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementListAudioEnhancementsResponse200? Type49 { get; set; }
+ public global::ResembleAI.CreateAudioEnhancementRequestForbiddenError? Type49 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type50 { get; set; }
+ public global::ResembleAI.AudioEnhancementsEnhancementUuidGetResponsesContentApplicationJsonSchemaStatus? Type50 { get; set; }
///
///
///
- public global::ResembleAI.ListAudioEnhancementsRequestBadRequestError? Type51 { get; set; }
+ public global::ResembleAI.AudioEnhancementGetAudioEnhancementResponse200? Type51 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementsPostRequestBodyContentMultipartFormDataSchemaEnhancementEngine? Type52 { get; set; }
+ public global::ResembleAI.GetAudioEnhancementRequestNotFoundError? Type52 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementsPostResponsesContentApplicationJsonSchemaStatus? Type53 { get; set; }
+ public global::ResembleAI.AgentsGetResponsesContentApplicationJsonSchemaItemsItems? Type53 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementCreateAudioEnhancementResponse202? Type54 { get; set; }
+ public global::ResembleAI.AgentsListAgentsResponse200? Type54 { get; set; }
///
///
///
- public global::ResembleAI.CreateAudioEnhancementRequestBadRequestError? Type55 { get; set; }
+ public global::System.Collections.Generic.IList? Type55 { get; set; }
///
///
///
- public global::ResembleAI.CreateAudioEnhancementRequestForbiddenError? Type56 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaDynamicVariables? Type56 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementsEnhancementUuidGetResponsesContentApplicationJsonSchemaStatus? Type57 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaAsrUserInputAudioFormat? Type57 { get; set; }
///
///
///
- public global::ResembleAI.AudioEnhancementGetAudioEnhancementResponse200? Type58 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaAsr? Type58 { get; set; }
///
///
///
- public global::ResembleAI.GetAudioEnhancementRequestNotFoundError? Type59 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaTurnMode? Type59 { get; set; }
///
///
///
- public global::ResembleAI.AgentsGetResponsesContentApplicationJsonSchemaItemsItems? Type60 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaTurn? Type60 { get; set; }
///
///
///
- public global::ResembleAI.AgentsListAgentsResponse200? Type61 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaLlmBuiltInTools? Type61 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type62 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaLlm? Type62 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaDynamicVariables? Type63 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaSearchMode? Type63 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaAsrUserInputAudioFormat? Type64 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaWebhooksItems? Type64 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaAsr? Type65 { get; set; }
+ public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaSystemTools? Type65 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaTurnMode? Type66 { get; set; }
+ public global::ResembleAI.AgentsPostResponsesContentApplicationJsonSchemaItem? Type66 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaTurn? Type67 { get; set; }
+ public global::ResembleAI.AgentsCreateAgentResponse200? Type67 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaLlmBuiltInTools? Type68 { get; set; }
+ public global::ResembleAI.AgentsUuidGetResponsesContentApplicationJsonSchemaItem? Type68 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaLlm? Type69 { get; set; }
+ public global::ResembleAI.AgentsGetAgentResponse200? Type69 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaSearchMode? Type70 { get; set; }
+ public global::ResembleAI.AgentsDeleteAgentResponse200? Type70 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaWebhooksItems? Type71 { get; set; }
+ public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaDynamicVariables? Type71 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostRequestBodyContentApplicationJsonSchemaSystemTools? Type72 { get; set; }
+ public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaAsr? Type72 { get; set; }
///
///
///
- public global::ResembleAI.AgentsPostResponsesContentApplicationJsonSchemaItem? Type73 { get; set; }
+ public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaTurn? Type73 { get; set; }
///
///
///
- public global::ResembleAI.AgentsCreateAgentResponse200? Type74 { get; set; }
+ public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaLlm? Type74 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidGetResponsesContentApplicationJsonSchemaItem? Type75 { get; set; }
+ public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaSearchMode? Type75 { get; set; }
///
///
///
- public global::ResembleAI.AgentsGetAgentResponse200? Type76 { get; set; }
+ public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaSystemTools? Type76 { get; set; }
///
///
///
- public global::ResembleAI.AgentsDeleteAgentResponse200? Type77 { get; set; }
+ public global::ResembleAI.AgentsUuidPatchResponsesContentApplicationJsonSchemaItem? Type77 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaDynamicVariables? Type78 { get; set; }
+ public global::ResembleAI.AgentsUpdateAgentResponse200? Type78 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaAsr? Type79 { get; set; }
+ public global::ResembleAI.AgentsUuidDispatchPostRequestBodyContentApplicationJsonSchemaDynamicVariables? Type79 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaTurn? Type80 { get; set; }
+ public global::ResembleAI.AgentsDispatchAgentResponse200? Type80 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaLlm? Type81 { get; set; }
+ public global::ResembleAI.AgentsCapabilitiesGetResponsesContentApplicationJsonSchemaAsrCapabilitiesItems? Type81 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaSearchMode? Type82 { get; set; }
+ public global::ResembleAI.AgentsCapabilitiesGetResponsesContentApplicationJsonSchemaLlmCapabilitiesItems? Type82 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidPatchRequestBodyContentApplicationJsonSchemaSystemTools? Type83 { get; set; }
+ public global::ResembleAI.AgentsGetAgentCapabilitiesResponse200? Type83 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidPatchResponsesContentApplicationJsonSchemaItem? Type84 { get; set; }
+ public global::System.Collections.Generic.IList? Type84 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUpdateAgentResponse200? Type85 { get; set; }
+ public global::System.Collections.Generic.IList? Type85 { get; set; }
///
///
///
- public global::ResembleAI.AgentsUuidDispatchPostRequestBodyContentApplicationJsonSchemaDynamicVariables? Type86 { get; set; }
+ public global::ResembleAI.AgentsSystemToolsGetResponsesContentApplicationJsonSchemaItemsItems? Type86 { get; set; }
///
///
///
- public global::ResembleAI.AgentsDispatchAgentResponse200? Type87 { get; set; }
+ public global::ResembleAI.AgentsGetSystemToolsResponse200? Type87 { get; set; }
///
///
///
- public global::ResembleAI.AgentsCapabilitiesGetResponsesContentApplicationJsonSchemaAsrCapabilitiesItems? Type88 { get; set; }
+ public global::System.Collections.Generic.IList? Type88 { get; set; }
///
///
///
- public global::ResembleAI.AgentsCapabilitiesGetResponsesContentApplicationJsonSchemaLlmCapabilitiesItems? Type89 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidToolsGetResponsesContentApplicationJsonSchemaItemsItems? Type89 { get; set; }
///
///
///
- public global::ResembleAI.AgentsGetAgentCapabilitiesResponse200? Type90 { get; set; }
+ public global::ResembleAI.AgentToolsListAgentToolsResponse200? Type90 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type91 { get; set; }
+ public global::System.Collections.Generic.IList? Type91 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type92 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolType? Type92 { get; set; }
///
///
///
- public global::ResembleAI.AgentsSystemToolsGetResponsesContentApplicationJsonSchemaItemsItems? Type93 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolConfig? Type93 { get; set; }
///
///
///
- public global::ResembleAI.AgentsGetSystemToolsResponse200? Type94 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidToolsPostResponsesContentApplicationJsonSchemaItem? Type94 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type95 { get; set; }
+ public global::ResembleAI.AgentToolsCreateAgentToolResponse200? Type95 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidToolsGetResponsesContentApplicationJsonSchemaItemsItems? Type96 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidToolsToolUuidGetResponsesContentApplicationJsonSchemaItem? Type96 { get; set; }
///
///
///
- public global::ResembleAI.AgentToolsListAgentToolsResponse200? Type97 { get; set; }
+ public global::ResembleAI.AgentToolsGetAgentToolResponse200? Type97 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type98 { get; set; }
+ public global::ResembleAI.AgentToolsDeleteAgentToolResponse200? Type98 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolType? Type99 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidToolsToolUuidPatchRequestBodyContentApplicationJsonSchemaToolConfig? Type99 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidToolsPostRequestBodyContentApplicationJsonSchemaToolConfig? Type100 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidToolsToolUuidPatchResponsesContentApplicationJsonSchemaItem? Type100 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidToolsPostResponsesContentApplicationJsonSchemaItem? Type101 { get; set; }
+ public global::ResembleAI.AgentToolsUpdateAgentToolResponse200? Type101 { get; set; }
///
///
///
- public global::ResembleAI.AgentToolsCreateAgentToolResponse200? Type102 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidWebhooksGetResponsesContentApplicationJsonSchemaItemsItems? Type102 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidToolsToolUuidGetResponsesContentApplicationJsonSchemaItem? Type103 { get; set; }
+ public global::ResembleAI.AgentWebhooksListAgentWebhooksResponse200? Type103 { get; set; }
///
///
///
- public global::ResembleAI.AgentToolsGetAgentToolResponse200? Type104 { get; set; }
+ public global::System.Collections.Generic.IList? Type104 { get; set; }
///
///
///
- public global::ResembleAI.AgentToolsDeleteAgentToolResponse200? Type105 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidWebhooksPostRequestBodyContentApplicationJsonSchemaWebhookType? Type105 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidToolsToolUuidPatchRequestBodyContentApplicationJsonSchemaToolConfig? Type106 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidWebhooksPostRequestBodyContentApplicationJsonSchemaWebhookConfig? Type106 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidToolsToolUuidPatchResponsesContentApplicationJsonSchemaItem? Type107 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidWebhooksPostResponsesContentApplicationJsonSchemaItem? Type107 { get; set; }
///
///
///
- public global::ResembleAI.AgentToolsUpdateAgentToolResponse200? Type108 { get; set; }
+ public global::ResembleAI.AgentWebhooksCreateAgentWebhookResponse200? Type108 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidWebhooksGetResponsesContentApplicationJsonSchemaItemsItems? Type109 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidWebhooksWebhookUuidGetResponsesContentApplicationJsonSchemaItem? Type109 { get; set; }
///
///
///
- public global::ResembleAI.AgentWebhooksListAgentWebhooksResponse200? Type110 { get; set; }
+ public global::ResembleAI.AgentWebhooksGetAgentWebhookResponse200? Type110 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type111 { get; set; }
+ public global::ResembleAI.AgentWebhooksDeleteAgentWebhookResponse200? Type111 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidWebhooksPostRequestBodyContentApplicationJsonSchemaWebhookType? Type112 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidWebhooksWebhookUuidPatchRequestBodyContentApplicationJsonSchemaWebhookConfig? Type112 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidWebhooksPostRequestBodyContentApplicationJsonSchemaWebhookConfig? Type113 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidWebhooksWebhookUuidPatchResponsesContentApplicationJsonSchemaItem? Type113 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidWebhooksPostResponsesContentApplicationJsonSchemaItem? Type114 { get; set; }
+ public global::ResembleAI.AgentWebhooksUpdateAgentWebhookResponse200? Type114 { get; set; }
///
///
///
- public global::ResembleAI.AgentWebhooksCreateAgentWebhookResponse200? Type115 { get; set; }
+ public global::ResembleAI.PhoneNumbersGetResponsesContentApplicationJsonSchemaItemsItems? Type115 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidWebhooksWebhookUuidGetResponsesContentApplicationJsonSchemaItem? Type116 { get; set; }
+ public global::ResembleAI.AgentPhoneNumbersListPhoneNumbersResponse200? Type116 { get; set; }
///
///
///
- public global::ResembleAI.AgentWebhooksGetAgentWebhookResponse200? Type117 { get; set; }
+ public global::System.Collections.Generic.IList? Type117 { get; set; }
///
///
///
- public global::ResembleAI.AgentWebhooksDeleteAgentWebhookResponse200? Type118 { get; set; }
+ public global::ResembleAI.PhoneNumbersPostRequestBodyContentApplicationJsonSchemaProvider? Type118 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidWebhooksWebhookUuidPatchRequestBodyContentApplicationJsonSchemaWebhookConfig? Type119 { get; set; }
+ public global::ResembleAI.PhoneNumbersPostRequestBodyContentApplicationJsonSchemaOutboundTrunk? Type119 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidWebhooksWebhookUuidPatchResponsesContentApplicationJsonSchemaItem? Type120 { get; set; }
+ public global::ResembleAI.PhoneNumbersPostRequestBodyContentApplicationJsonSchemaInboundTrunk? Type120 { get; set; }
///
///
///
- public global::ResembleAI.AgentWebhooksUpdateAgentWebhookResponse200? Type121 { get; set; }
+ public global::ResembleAI.PhoneNumbersPostResponsesContentApplicationJsonSchemaItem? Type121 { get; set; }
///
///
///
- public global::ResembleAI.PhoneNumbersGetResponsesContentApplicationJsonSchemaItemsItems? Type122 { get; set; }
+ public global::ResembleAI.AgentPhoneNumbersCreatePhoneNumberResponse200? Type122 { get; set; }
///
///
///
- public global::ResembleAI.AgentPhoneNumbersListPhoneNumbersResponse200? Type123 { get; set; }
+ public global::ResembleAI.PhoneNumbersIdGetResponsesContentApplicationJsonSchemaItem? Type123 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type124 { get; set; }
+ public global::ResembleAI.AgentPhoneNumbersGetPhoneNumberResponse200? Type124 { get; set; }
///
///
///
- public global::ResembleAI.PhoneNumbersPostRequestBodyContentApplicationJsonSchemaProvider? Type125 { get; set; }
+ public global::ResembleAI.AgentPhoneNumbersDeletePhoneNumberResponse200? Type125 { get; set; }
///
///
///
- public global::ResembleAI.PhoneNumbersPostRequestBodyContentApplicationJsonSchemaOutboundTrunk? Type126 { get; set; }
+ public global::ResembleAI.AgentPhoneNumbersForceDeletePhoneNumberResponse200? Type126 { get; set; }
///
///
///
- public global::ResembleAI.PhoneNumbersPostRequestBodyContentApplicationJsonSchemaInboundTrunk? Type127 { get; set; }
+ public global::ResembleAI.KnowledgeItemsGetParametersStatus? Type127 { get; set; }
///
///
///
- public global::ResembleAI.PhoneNumbersPostResponsesContentApplicationJsonSchemaItem? Type128 { get; set; }
+ public global::ResembleAI.KnowledgeItemsGetParametersSourceType? Type128 { get; set; }
///
///
///
- public global::ResembleAI.AgentPhoneNumbersCreatePhoneNumberResponse200? Type129 { get; set; }
+ public global::ResembleAI.KnowledgeItemsGetResponsesContentApplicationJsonSchemaItemsItemsSourceType? Type129 { get; set; }
///
///
///
- public global::ResembleAI.PhoneNumbersIdGetResponsesContentApplicationJsonSchemaItem? Type130 { get; set; }
+ public global::ResembleAI.KnowledgeItemsGetResponsesContentApplicationJsonSchemaItemsItemsStatus? Type130 { get; set; }
///
///
///
- public global::ResembleAI.AgentPhoneNumbersGetPhoneNumberResponse200? Type131 { get; set; }
+ public global::ResembleAI.KnowledgeItemsGetResponsesContentApplicationJsonSchemaItemsItems? Type131 { get; set; }
///
///
///
- public global::ResembleAI.AgentPhoneNumbersDeletePhoneNumberResponse200? Type132 { get; set; }
+ public global::ResembleAI.KnowledgeItemsGetResponsesContentApplicationJsonSchemaPagination? Type132 { get; set; }
///
///
///
- public global::ResembleAI.AgentPhoneNumbersForceDeletePhoneNumberResponse200? Type133 { get; set; }
+ public global::ResembleAI.AgentKnowledgeBaseListKnowledgeItemsResponse200? Type133 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsGetParametersStatus? Type134 { get; set; }
+ public global::System.Collections.Generic.IList? Type134 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsGetParametersSourceType? Type135 { get; set; }
+ public global::ResembleAI.KnowledgeItemsPostRequestBodyContentApplicationJsonSchemaSourceType? Type135 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsGetResponsesContentApplicationJsonSchemaItemsItemsSourceType? Type136 { get; set; }
+ public global::ResembleAI.KnowledgeItemsPostResponsesContentApplicationJsonSchemaItem? Type136 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsGetResponsesContentApplicationJsonSchemaItemsItemsStatus? Type137 { get; set; }
+ public global::ResembleAI.AgentKnowledgeBaseCreateKnowledgeItemResponse201? Type137 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsGetResponsesContentApplicationJsonSchemaItemsItems? Type138 { get; set; }
+ public global::ResembleAI.KnowledgeItemsUuidGetResponsesContentApplicationJsonSchemaItemSourceType? Type138 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsGetResponsesContentApplicationJsonSchemaPagination? Type139 { get; set; }
+ public global::ResembleAI.KnowledgeItemsUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type139 { get; set; }
///
///
///
- public global::ResembleAI.AgentKnowledgeBaseListKnowledgeItemsResponse200? Type140 { get; set; }
+ public global::ResembleAI.KnowledgeItemsUuidGetResponsesContentApplicationJsonSchemaItemAgentsItems? Type140 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type141 { get; set; }
+ public global::ResembleAI.KnowledgeItemsUuidGetResponsesContentApplicationJsonSchemaItem? Type141 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsPostRequestBodyContentApplicationJsonSchemaSourceType? Type142 { get; set; }
+ public global::System.Collections.Generic.IList? Type142 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsPostResponsesContentApplicationJsonSchemaItem? Type143 { get; set; }
+ public global::ResembleAI.AgentKnowledgeBaseGetKnowledgeItemResponse200? Type143 { get; set; }
///
///
///
- public global::ResembleAI.AgentKnowledgeBaseCreateKnowledgeItemResponse201? Type144 { get; set; }
+ public global::ResembleAI.AgentKnowledgeBaseDeleteKnowledgeItemResponse200? Type144 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsUuidGetResponsesContentApplicationJsonSchemaItemSourceType? Type145 { get; set; }
+ public global::ResembleAI.KnowledgeItemsUuidReingestPostResponsesContentApplicationJsonSchemaItem? Type145 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type146 { get; set; }
+ public global::ResembleAI.AgentKnowledgeBaseReingestKnowledgeItemResponse200? Type146 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsUuidGetResponsesContentApplicationJsonSchemaItemAgentsItems? Type147 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidKnowledgeItemsGetResponsesContentApplicationJsonSchemaItemsItems? Type147 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsUuidGetResponsesContentApplicationJsonSchemaItem? Type148 { get; set; }
+ public global::ResembleAI.AgentKnowledgeBaseListAgentKnowledgeItemsResponse200? Type148 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type149 { get; set; }
+ public global::System.Collections.Generic.IList? Type149 { get; set; }
///
///
///
- public global::ResembleAI.AgentKnowledgeBaseGetKnowledgeItemResponse200? Type150 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidKnowledgeItemsPostResponsesContentApplicationJsonSchemaItemsItems? Type150 { get; set; }
///
///
///
- public global::ResembleAI.AgentKnowledgeBaseDeleteKnowledgeItemResponse200? Type151 { get; set; }
+ public global::ResembleAI.AgentKnowledgeBaseAttachKnowledgeItemToAgentResponse201? Type151 { get; set; }
///
///
///
- public global::ResembleAI.KnowledgeItemsUuidReingestPostResponsesContentApplicationJsonSchemaItem? Type152 { get; set; }
+ public global::System.Collections.Generic.IList? Type152 { get; set; }
///
///
///
- public global::ResembleAI.AgentKnowledgeBaseReingestKnowledgeItemResponse200? Type153 { get; set; }
+ public global::ResembleAI.AgentsAgentUuidKnowledgeItemsKnowledgeItemUuidDeleteResponsesContentApplicationJsonSchemaItemsItems? Type153 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidKnowledgeItemsGetResponsesContentApplicationJsonSchemaItemsItems? Type154 { get; set; }
+ public global::ResembleAI.AgentKnowledgeBaseDetachKnowledgeItemFromAgentResponse200? Type154 { get; set; }
///
///
///
- public global::ResembleAI.AgentKnowledgeBaseListAgentKnowledgeItemsResponse200? Type155 { get; set; }
+ public global::System.Collections.Generic.IList? Type155 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type156 { get; set; }
+ public global::ResembleAI.SecureUploadsCreateSecureUploadResponse200? Type156 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidKnowledgeItemsPostResponsesContentApplicationJsonSchemaItemsItems? Type157 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsMediaType? Type157 { get; set; }
///
///
///
- public global::ResembleAI.AgentKnowledgeBaseAttachKnowledgeItemToAgentResponse201? Type158 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsStatus? Type158 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type159 { get; set; }
+ public global::ResembleAI.DetectAudioMetrics? Type159 { get; set; }
///
///
///
- public global::ResembleAI.AgentsAgentUuidKnowledgeItemsKnowledgeItemUuidDeleteResponsesContentApplicationJsonSchemaItemsItems? Type160 { get; set; }
+ public global::ResembleAI.DetectImageMetricsChildrenItems? Type160 { get; set; }
///
///
///
- public global::ResembleAI.AgentKnowledgeBaseDetachKnowledgeItemFromAgentResponse200? Type161 { get; set; }
+ public global::ResembleAI.DetectImageMetrics? Type161 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type162 { get; set; }
+ public global::System.Collections.Generic.IList? Type162 { get; set; }
///
///
///
- public global::ResembleAI.SecureUploadsCreateSecureUploadResponse200? Type163 { get; set; }
+ public global::ResembleAI.DetectVideoMetricsChildrenItemsChildrenItemsChildrenItems? Type163 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsMediaType? Type164 { get; set; }
+ public global::ResembleAI.DetectVideoMetricsChildrenItemsChildrenItems? Type164 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsStatus? Type165 { get; set; }
+ public global::System.Collections.Generic.IList? Type165 { get; set; }
///
///
///
- public global::ResembleAI.DetectAudioMetrics? Type166 { get; set; }
+ public global::ResembleAI.DetectVideoMetricsChildrenItems? Type166 { get; set; }
///
///
///
- public global::ResembleAI.DetectImageMetricsChildrenItems? Type167 { get; set; }
+ public global::System.Collections.Generic.IList? Type167 { get; set; }
///
///
///
- public global::ResembleAI.DetectImageMetrics? Type168 { get; set; }
+ public global::ResembleAI.DetectVideoMetrics? Type168 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type169 { get; set; }
+ public global::System.Collections.Generic.IList? Type169 { get; set; }
///
///
///
- public global::ResembleAI.DetectVideoMetricsChildrenItemsChildrenItemsChildrenItems? Type170 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsAudioSourceTracing? Type170 { get; set; }
///
///
///
- public global::ResembleAI.DetectVideoMetricsChildrenItemsChildrenItems? Type171 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsIntelligence? Type171 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type172 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsExtraParams? Type172 { get; set; }
///
///
///
- public global::ResembleAI.DetectVideoMetricsChildrenItems? Type173 { get; set; }
+ public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItems? Type173 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type174 { get; set; }
+ public global::ResembleAI.OneOf? Type174 { get; set; }
///
///
///
- public global::ResembleAI.DetectVideoMetrics? Type175 { get; set; }
+ public object? Type175 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type176 { get; set; }
+ public global::ResembleAI.OneOf? Type176 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsAudioSourceTracing? Type177 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionListDetectionsResponse200? Type177 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsIntelligence? Type178 { get; set; }
+ public global::System.Collections.Generic.IList? Type178 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItemsExtraParams? Type179 { get; set; }
+ public global::ResembleAI.DetectPostRequestBodyContentMultipartFormDataSchemaModelTypes? Type179 { get; set; }
///
///
///
- public global::ResembleAI.DetectGetResponsesContentApplicationJsonSchemaItemsItems? Type180 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? Type180 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type181 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud? Type181 { get; set; }
///
///
///
- public object? Type182 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? Type182 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type183 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Liveness? Type183 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionListDetectionsResponse200? Type184 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1DigitallyAltered? Type184 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type185 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription1? Type185 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostRequestBodyContentMultipartFormDataSchemaModelTypes? Type186 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription? Type186 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? Type187 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligence? Type187 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud? Type188 { get; set; }
+ public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItem? Type188 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? Type189 { get; set; }
+ public global::ResembleAI.OneOf? Type189 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Liveness? Type190 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionCreateDetectionResponse200? Type190 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1DigitallyAltered? Type191 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemMediaType? Type191 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription1? Type192 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type192 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription? Type193 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemAudioSourceTracing? Type193 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItemIntelligence? Type194 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? Type194 { get; set; }
///
///
///
- public global::ResembleAI.DetectPostResponsesContentApplicationJsonSchemaItem? Type195 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud? Type195 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type196 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? Type196 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionCreateDetectionResponse200? Type197 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Liveness? Type197 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemMediaType? Type198 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1DigitallyAltered? Type198 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type199 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1? Type199 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemAudioSourceTracing? Type200 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription? Type200 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1FraudType? Type201 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence? Type201 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Fraud? Type202 { get; set; }
+ public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItem? Type202 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1LivenessAssessment? Type203 { get; set; }
+ public global::ResembleAI.OneOf? Type203 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1Liveness? Type204 { get; set; }
+ public global::ResembleAI.OneOf? Type204 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescriptionOneOf1DigitallyAltered? Type205 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionGetDetectionResponse200? Type205 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1? Type206 { get; set; }
+ public global::ResembleAI.DetectBatchStatus? Type206 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription? Type207 { get; set; }
+ public global::ResembleAI.DetectBatch? Type207 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligence? Type208 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionCreateDetectBatchResponse202? Type208 { get; set; }
///
///
///
- public global::ResembleAI.DetectUuidGetResponsesContentApplicationJsonSchemaItem? Type209 { get; set; }
+ public global::ResembleAI.DeepfakeDetectionGetDetectBatchResponse200? Type209 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type210 { get; set; }
+ public global::ResembleAI.IntelligencePostRequestBodyContentApplicationJsonSchemaMediaType? Type210 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type211 { get; set; }
+ public global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItemMediaType? Type211 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionGetDetectionResponse200? Type212 { get; set; }
+ public global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItem? Type212 { get; set; }
///
///
///
- public global::ResembleAI.DetectBatchStatus? Type213 { get; set; }
+ public global::ResembleAI.IntelligenceRunIntelligenceResponse200? Type213 { get; set; }
///
///
///
- public global::ResembleAI.DetectBatch? Type214 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraudType? Type214 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionCreateDetectBatchResponse202? Type215 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraud? Type215 { get; set; }
///
///
///
- public global::ResembleAI.DeepfakeDetectionGetDetectBatchResponse200? Type216 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLivenessAssessment? Type216 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencePostRequestBodyContentApplicationJsonSchemaMediaType? Type217 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLiveness? Type217 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItemMediaType? Type218 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionDigitallyAltered? Type218 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencePostResponsesContentApplicationJsonSchemaItem? Type219 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescription? Type219 { get; set; }
///
///
///
- public global::ResembleAI.IntelligenceRunIntelligenceResponse200? Type220 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsMediaType? Type220 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraudType? Type221 { get; set; }
+ public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItems? Type221 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionFraud? Type222 { get; set; }
+ public global::ResembleAI.IntelligenceListIntelligencesResponse200? Type222 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLivenessAssessment? Type223 { get; set; }
+ public global::System.Collections.Generic.IList? Type223 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionLiveness? Type224 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionFraudType? Type224 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescriptionDigitallyAltered? Type225 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionFraud? Type225 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsDescription? Type226 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionLivenessAssessment? Type226 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItemsMediaType? Type227 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionLiveness? Type227 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesGetResponsesContentApplicationJsonSchemaItemsItems? Type228 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionDigitallyAltered? Type228 { get; set; }
///
///
///
- public global::ResembleAI.IntelligenceListIntelligencesResponse200? Type229 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescription? Type229 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type230 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemMediaType? Type230 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionFraudType? Type231 { get; set; }
+ public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItem? Type231 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionFraud? Type232 { get; set; }
+ public global::ResembleAI.IntelligenceGetIntelligenceResponse200? Type232 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionLivenessAssessment? Type233 { get; set; }
+ public global::ResembleAI.DetectsUuidIntelligencePostResponsesContentApplicationJsonSchemaItemStatus? Type233 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionLiveness? Type234 { get; set; }
+ public global::ResembleAI.DetectsUuidIntelligencePostResponsesContentApplicationJsonSchemaItem? Type234 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescriptionDigitallyAltered? Type235 { get; set; }
+ public global::ResembleAI.DetectIntelligenceAskDetectIntelligenceQuestionResponse202? Type235 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemDescription? Type236 { get; set; }
+ public global::ResembleAI.DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type236 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItemMediaType? Type237 { get; set; }
+ public global::ResembleAI.DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItem? Type237 { get; set; }
///
///
///
- public global::ResembleAI.IntelligencesUuidGetResponsesContentApplicationJsonSchemaItem? Type238 { get; set; }
+ public global::ResembleAI.DetectIntelligenceGetDetectIntelligenceQuestionResponse200? Type238 { get; set; }
///
///
///
- public global::ResembleAI.IntelligenceGetIntelligenceResponse200? Type239 { get; set; }
+ public global::ResembleAI.AudioSourceTracingsGetResponsesContentApplicationJsonSchemaItemsItemsResults? Type239 { get; set; }
///
///
///
- public global::ResembleAI.DetectsUuidIntelligencePostResponsesContentApplicationJsonSchemaItemStatus? Type240 { get; set; }
+ public global::ResembleAI.AudioSourceTracingsGetResponsesContentApplicationJsonSchemaItemsItems? Type240 { get; set; }
///
///
///
- public global::ResembleAI.DetectsUuidIntelligencePostResponsesContentApplicationJsonSchemaItem? Type241 { get; set; }
+ public global::ResembleAI.AudioSourceTracingListAudioSourceTracingsResponse200? Type241 { get; set; }
///
///
///
- public global::ResembleAI.DetectIntelligenceAskDetectIntelligenceQuestionResponse202? Type242 { get; set; }
+ public global::System.Collections.Generic.IList? Type242 { get; set; }
///
///
///
- public global::ResembleAI.DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItemStatus? Type243 { get; set; }
+ public global::ResembleAI.AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItemResults? Type243 { get; set; }
///
///
///
- public global::ResembleAI.DetectsUuidIntelligenceQuestionUuidGetResponsesContentApplicationJsonSchemaItem? Type244 { get; set; }
+ public global::ResembleAI.AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItem? Type244 { get; set; }
///
///
///
- public global::ResembleAI.DetectIntelligenceGetDetectIntelligenceQuestionResponse200? Type245 { get; set; }
+ public global::ResembleAI.AudioSourceTracingGetAudioSourceTracingResponse200? Type245 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingsGetResponsesContentApplicationJsonSchemaItemsItemsResults? Type246 { get; set; }
+ public global::ResembleAI.IdentityGetResponsesContentApplicationJsonSchemaItemsItems? Type246 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingsGetResponsesContentApplicationJsonSchemaItemsItems? Type247 { get; set; }
+ public global::ResembleAI.IdentityListIdentitiesResponse200? Type247 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingListAudioSourceTracingsResponse200? Type248 { get; set; }
+ public global::System.Collections.Generic.IList? Type248 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type249 { get; set; }
+ public global::ResembleAI.IdentityPostResponsesContentApplicationJsonSchemaItem? Type249 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItemResults? Type250 { get; set; }
+ public global::ResembleAI.IdentityCreateIdentityResponse200? Type250 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingsUuidGetResponsesContentApplicationJsonSchemaItem? Type251 { get; set; }
+ public global::ResembleAI.IdentitySearchPostResponsesContentApplicationJsonSchemaMatchesItems? Type251 { get; set; }
///
///
///
- public global::ResembleAI.AudioSourceTracingGetAudioSourceTracingResponse200? Type252 { get; set; }
+ public global::ResembleAI.IdentitySearchIdentitiesResponse200? Type252 { get; set; }
///
///
///
- public global::ResembleAI.IdentityGetResponsesContentApplicationJsonSchemaItemsItems? Type253 { get; set; }
+ public global::System.Collections.Generic.IList? Type253 { get; set; }
///
///
///
- public global::ResembleAI.IdentityListIdentitiesResponse200? Type254 { get; set; }
+ public global::ResembleAI.WatermarkApplyPostParametersPrefer? Type254 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type255 { get; set; }
+ public global::ResembleAI.WatermarkApplyPostResponsesContentApplicationJsonSchemaItemMediaType? Type255 { get; set; }
///
///
///
- public global::ResembleAI.IdentityPostResponsesContentApplicationJsonSchemaItem? Type256 { get; set; }
+ public global::ResembleAI.WatermarkApplyPostResponsesContentApplicationJsonSchemaItemMetrics? Type256 { get; set; }
///
///
///
- public global::ResembleAI.IdentityCreateIdentityResponse200? Type257 { get; set; }
+ public global::ResembleAI.WatermarkApplyPostResponsesContentApplicationJsonSchemaItem? Type257 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySearchPostResponsesContentApplicationJsonSchemaMatchesItems? Type258 { get; set; }
+ public global::ResembleAI.OneOf? Type258 { get; set; }
///
///
///
- public global::ResembleAI.IdentitySearchIdentitiesResponse200? Type259 { get; set; }
+ public global::ResembleAI.WatermarkApplyWatermarkResponse200? Type259 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type260 { get; set; }
+ public global::ResembleAI.WatermarkApplyUuidResultGetResponsesContentApplicationJsonSchemaItemMediaType? Type260 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyPostParametersPrefer? Type261 { get; set; }
+ public global::ResembleAI.WatermarkApplyUuidResultGetResponsesContentApplicationJsonSchemaItemMetrics? Type261 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyPostResponsesContentApplicationJsonSchemaItemMediaType? Type262 { get; set; }
+ public global::ResembleAI.WatermarkApplyUuidResultGetResponsesContentApplicationJsonSchemaItem? Type262 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyPostResponsesContentApplicationJsonSchemaItemMetrics? Type263 { get; set; }
+ public global::ResembleAI.OneOf? Type263 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyPostResponsesContentApplicationJsonSchemaItem? Type264 { get; set; }
+ public global::ResembleAI.WatermarkGetWatermarkApplyResultResponse200? Type264 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type265 { get; set; }
+ public global::ResembleAI.WatermarkDetectPostParametersPrefer? Type265 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyWatermarkResponse200? Type266 { get; set; }
+ public global::ResembleAI.WatermarkDetectPostResponsesContentApplicationJsonSchemaItemMediaType? Type266 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyUuidResultGetResponsesContentApplicationJsonSchemaItemMediaType? Type267 { get; set; }
+ public global::ResembleAI.WatermarkDetectPostResponsesContentApplicationJsonSchemaItemMetrics? Type267 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyUuidResultGetResponsesContentApplicationJsonSchemaItemMetrics? Type268 { get; set; }
+ public global::ResembleAI.WatermarkDetectPostResponsesContentApplicationJsonSchemaItem? Type268 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkApplyUuidResultGetResponsesContentApplicationJsonSchemaItem? Type269 { get; set; }
+ public global::ResembleAI.OneOf? Type269 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type270 { get; set; }
+ public global::ResembleAI.WatermarkDetectWatermarkResponse200? Type270 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkGetWatermarkApplyResultResponse200? Type271 { get; set; }
+ public global::ResembleAI.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItemMediaType? Type271 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectPostParametersPrefer? Type272 { get; set; }
+ public global::ResembleAI.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItemMetricsHasWatermark? Type272 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectPostResponsesContentApplicationJsonSchemaItemMediaType? Type273 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type273 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectPostResponsesContentApplicationJsonSchemaItemMetrics? Type274 { get; set; }
+ public global::ResembleAI.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItemMetrics? Type274 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectPostResponsesContentApplicationJsonSchemaItem? Type275 { get; set; }
+ public global::ResembleAI.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItem? Type275 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type276 { get; set; }
+ public global::ResembleAI.OneOf? Type276 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectWatermarkResponse200? Type277 { get; set; }
+ public global::ResembleAI.WatermarkGetWatermarkDetectionResultResponse200? Type277 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItemMediaType? Type278 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItems? Type278 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItemMetricsHasWatermark? Type279 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatus? Type279 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type280 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusTextToSpeech? Type280 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItemMetrics? Type281 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusFill? Type281 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkDetectUuidResultGetResponsesContentApplicationJsonSchemaItem? Type282 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusVoiceConversion? Type282 { get; set; }
///
///
///
- public global::ResembleAI.OneOf? Type283 { get; set; }
+ public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsApiSupport? Type283 { get; set; }
///
///
///
- public global::ResembleAI.WatermarkGetWatermarkDetectionResultResponse200? Type284 { get; set; }
+ public global::ResembleAI.VoicesListVoicesResponse200? Type284 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItems? Type285 { get; set; }
+ public global::System.Collections.Generic.IList? Type285 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatus? Type286 { get; set; }
+ public global::ResembleAI.VoicesPostRequestBodyContentApplicationJsonSchemaVoiceType? Type286 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusTextToSpeech? Type287 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItem? Type287 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusFill? Type288 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatus? Type288 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsComponentStatusVoiceConversion? Type289 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech? Type289 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetResponsesContentApplicationJsonSchemaItemsItemsApiSupport? Type290 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusFill? Type290 { get; set; }
///
///
///
- public global::ResembleAI.VoicesListVoicesResponse200? Type291 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusVoiceConversion? Type291 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type292 { get; set; }
+ public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemApiSupport? Type292 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostRequestBodyContentApplicationJsonSchemaVoiceType? Type293 { get; set; }
+ public global::ResembleAI.VoicesCreateVoiceResponse200? Type293 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItem? Type294 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItem? Type294 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatus? Type295 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatus? Type295 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech? Type296 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech? Type296 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusFill? Type297 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusFill? Type297 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemComponentStatusVoiceConversion? Type298 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusVoiceConversion? Type298 { get; set; }
///
///
///
- public global::ResembleAI.VoicesPostResponsesContentApplicationJsonSchemaItemApiSupport? Type299 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemApiSupport? Type299 { get; set; }
///
///
///
- public global::ResembleAI.VoicesCreateVoiceResponse200? Type300 { get; set; }
+ public global::ResembleAI.VoicesGetVoiceResponse200? Type300 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItem? Type301 { get; set; }
+ public global::ResembleAI.VoicesDeleteVoiceResponse200? Type301 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatus? Type302 { get; set; }
+ public global::ResembleAI.VoicesBuildVoiceResponse200? Type302 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusTextToSpeech? Type303 { get; set; }
+ public global::ResembleAI.VoiceDesignPostResponsesContentApplicationJsonSchemaVoiceCandidatesItems? Type303 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusFill? Type304 { get; set; }
+ public global::ResembleAI.VoiceDesignGenerateVoiceDesignResponse200? Type304 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemComponentStatusVoiceConversion? Type305 { get; set; }
+ public global::System.Collections.Generic.IList? Type305 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidGetResponsesContentApplicationJsonSchemaItemApiSupport? Type306 { get; set; }
+ public global::ResembleAI.VoiceDesignCreateVoiceFromCandidateResponse200? Type306 { get; set; }
///
///
///
- public global::ResembleAI.VoicesGetVoiceResponse200? Type307 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidRecordingsGetResponsesContentApplicationJsonSchemaItemsItems? Type307 { get; set; }
///
///
///
- public global::ResembleAI.VoicesDeleteVoiceResponse200? Type308 { get; set; }
+ public global::ResembleAI.RecordingsListRecordingsResponse200? Type308 { get; set; }
///
///
///
- public global::ResembleAI.VoicesBuildVoiceResponse200? Type309 { get; set; }
+ public global::System.Collections.Generic.IList? Type309 { get; set; }
///
///
///
- public global::ResembleAI.VoiceDesignPostResponsesContentApplicationJsonSchemaVoiceCandidatesItems? Type310 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidRecordingsPostResponsesContentApplicationJsonSchemaItem? Type310 { get; set; }
///
///
///
- public global::ResembleAI.VoiceDesignGenerateVoiceDesignResponse200? Type311 { get; set; }
+ public global::ResembleAI.RecordingsCreateRecordingResponse200? Type311 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type312 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidRecordingsRecordingIdGetResponsesContentApplicationJsonSchemaItem? Type312 { get; set; }
///
///
///
- public global::ResembleAI.VoiceDesignCreateVoiceFromCandidateResponse200? Type313 { get; set; }
+ public global::ResembleAI.RecordingsGetRecordingResponse200? Type313 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidRecordingsGetResponsesContentApplicationJsonSchemaItemsItems? Type314 { get; set; }
+ public global::ResembleAI.RecordingsDeleteRecordingResponse200? Type314 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsListRecordingsResponse200? Type315 { get; set; }
+ public global::ResembleAI.VoicesVoiceUuidRecordingsRecordingIdPatchResponsesContentApplicationJsonSchemaItem? Type315 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type316 { get; set; }
+ public global::ResembleAI.RecordingsUpdateRecordingResponse200? Type316 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidRecordingsPostResponsesContentApplicationJsonSchemaItem? Type317 { get; set; }
+ public global::ResembleAI.TermSubstitutionsGetResponsesContentApplicationJsonSchemaItemsItems? Type317 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsCreateRecordingResponse200? Type318 { get; set; }
+ public global::ResembleAI.TermSubstitutionsListTermSubstitutionsResponse200? Type318 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidRecordingsRecordingIdGetResponsesContentApplicationJsonSchemaItem? Type319 { get; set; }
+ public global::System.Collections.Generic.IList? Type319 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsGetRecordingResponse200? Type320 { get; set; }
+ public global::ResembleAI.TermSubstitutionsPostResponsesContentApplicationJsonSchemaItem? Type320 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsDeleteRecordingResponse200? Type321 { get; set; }
+ public global::ResembleAI.TermSubstitutionsCreateTermSubstitutionResponse200? Type321 { get; set; }
///
///
///
- public global::ResembleAI.VoicesVoiceUuidRecordingsRecordingIdPatchResponsesContentApplicationJsonSchemaItem? Type322 { get; set; }
+ public global::ResembleAI.TermSubstitutionsIdGetResponsesContentApplicationJsonSchemaItem? Type322 { get; set; }
///
///
///
- public global::ResembleAI.RecordingsUpdateRecordingResponse200? Type323 { get; set; }
+ public global::ResembleAI.TermSubstitutionsGetTermSubstitutionResponse200? Type323 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsGetResponsesContentApplicationJsonSchemaItemsItems? Type324 { get; set; }
+ public global::ResembleAI.TermSubstitutionsDeleteTermSubstitutionResponse200? Type324 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsListTermSubstitutionsResponse200? Type325 { get; set; }
+ public global::ResembleAI.PronunciationsGetParametersStatus? Type325 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type326 { get; set; }
+ public global::ResembleAI.CustomPronunciationStatus? Type326 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsPostResponsesContentApplicationJsonSchemaItem? Type327 { get; set; }
+ public global::ResembleAI.CustomPronunciation? Type327 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsCreateTermSubstitutionResponse200? Type328 { get; set; }
+ public global::ResembleAI.CustomPronunciationsListPronunciationsResponse200? Type328 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsIdGetResponsesContentApplicationJsonSchemaItem? Type329 { get; set; }
+ public global::System.Collections.Generic.IList? Type329 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsGetTermSubstitutionResponse200? Type330 { get; set; }
+ public global::ResembleAI.CustomPronunciationsCreatePronunciationResponse201? Type330 { get; set; }
///
///
///
- public global::ResembleAI.TermSubstitutionsDeleteTermSubstitutionResponse200? Type331 { get; set; }
+ public global::ResembleAI.PronunciationsBulkPostResponsesContentApplicationJsonSchemaErrorsItems? Type331 { get; set; }
///
///
///
- public global::ResembleAI.PronunciationsGetParametersStatus? Type332 { get; set; }
+ public global::ResembleAI.CustomPronunciationsBulkCreatePronunciationsResponse201? Type332 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationStatus? Type333 { get; set; }
+ public global::System.Collections.Generic.IList? Type333 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciation? Type334 { get; set; }
+ public global::ResembleAI.CustomPronunciationsGetPronunciationResponse200? Type334 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsListPronunciationsResponse200? Type335 { get; set; }
+ public global::ResembleAI.CustomPronunciationsDeletePronunciationResponse200? Type335 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type336 { get; set; }
+ public global::ResembleAI.CustomPronunciationsUpdatePronunciationResponse200? Type336 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsCreatePronunciationResponse201? Type337 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsGetResponsesContentApplicationJsonSchemaItemsItems? Type337 { get; set; }
///
///
///
- public global::ResembleAI.PronunciationsBulkPostResponsesContentApplicationJsonSchemaErrorsItems? Type338 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsListVoiceSettingsPresetsResponse200? Type338 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsBulkCreatePronunciationsResponse201? Type339 { get; set; }
+ public global::System.Collections.Generic.IList? Type339 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type340 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsPostResponsesContentApplicationJsonSchemaData? Type340 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsGetPronunciationResponse200? Type341 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsCreateVoiceSettingsPresetResponse201? Type341 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsDeletePronunciationResponse200? Type342 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsUuidGetResponsesContentApplicationJsonSchemaData? Type342 { get; set; }
///
///
///
- public global::ResembleAI.CustomPronunciationsUpdatePronunciationResponse200? Type343 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsGetVoiceSettingsPresetResponse200? Type343 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsGetResponsesContentApplicationJsonSchemaItemsItems? Type344 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsDeleteVoiceSettingsPresetResponse200? Type344 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsListVoiceSettingsPresetsResponse200? Type345 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsUuidPatchResponsesContentApplicationJsonSchemaData? Type345 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type346 { get; set; }
+ public global::ResembleAI.VoiceSettingsPresetsUpdateVoiceSettingsPresetResponse200? Type346 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsPostResponsesContentApplicationJsonSchemaData? Type347 { get; set; }
+ public global::ResembleAI.ProjectsGetResponsesContentApplicationJsonSchemaItemsItems? Type347 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsCreateVoiceSettingsPresetResponse201? Type348 { get; set; }
+ public global::ResembleAI.ProjectsListProjectsResponse200? Type348 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsUuidGetResponsesContentApplicationJsonSchemaData? Type349 { get; set; }
+ public global::System.Collections.Generic.IList? Type349 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsGetVoiceSettingsPresetResponse200? Type350 { get; set; }
+ public global::ResembleAI.ProjectsPostResponsesContentApplicationJsonSchemaItem? Type350 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsDeleteVoiceSettingsPresetResponse200? Type351 { get; set; }
+ public global::ResembleAI.ProjectsCreateProjectResponse200? Type351 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsUuidPatchResponsesContentApplicationJsonSchemaData? Type352 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidGetResponsesContentApplicationJsonSchemaItem? Type352 { get; set; }
///
///
///
- public global::ResembleAI.VoiceSettingsPresetsUpdateVoiceSettingsPresetResponse200? Type353 { get; set; }
+ public global::ResembleAI.ProjectsGetProjectResponse200? Type353 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsGetResponsesContentApplicationJsonSchemaItemsItems? Type354 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidPutResponsesContentApplicationJsonSchemaItem? Type354 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsListProjectsResponse200? Type355 { get; set; }
+ public global::ResembleAI.ProjectsUpdateProjectResponse200? Type355 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type356 { get; set; }
+ public global::ResembleAI.ProjectsDeleteProjectResponse200? Type356 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsPostResponsesContentApplicationJsonSchemaItem? Type357 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidClipsGetResponsesContentApplicationJsonSchemaItemsItems? Type357 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsCreateProjectResponse200? Type358 { get; set; }
+ public global::ResembleAI.ClipsListClipsResponse200? Type358 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidGetResponsesContentApplicationJsonSchemaItem? Type359 { get; set; }
+ public global::System.Collections.Generic.IList? Type359 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsGetProjectResponse200? Type360 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidClipsClipUuidGetResponsesContentApplicationJsonSchemaItem? Type360 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidPutResponsesContentApplicationJsonSchemaItem? Type361 { get; set; }
+ public global::ResembleAI.ClipsGetClipResponse200? Type361 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsUpdateProjectResponse200? Type362 { get; set; }
+ public global::ResembleAI.ClipsDeleteClipResponse200? Type362 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsDeleteProjectResponse200? Type363 { get; set; }
+ public global::ResembleAI.ProjectsProjectUuidClipsClipUuidPatchResponsesContentApplicationJsonSchemaItem? Type363 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidClipsGetResponsesContentApplicationJsonSchemaItemsItems? Type364 { get; set; }
+ public global::ResembleAI.ClipsUpdateClipResponse200? Type364 { get; set; }
///
///
///
- public global::ResembleAI.ClipsListClipsResponse200? Type365 { get; set; }
+ public global::ResembleAI.AccountGetResponsesContentApplicationJsonSchemaItem? Type365 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type366 { get; set; }
+ public global::ResembleAI.AccountGetAccountResponse200? Type366 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidClipsClipUuidGetResponsesContentApplicationJsonSchemaItem? Type367 { get; set; }
+ public global::ResembleAI.AccountTeamsGetResponsesContentApplicationJsonSchemaItemsItems? Type367 { get; set; }
///
///
///
- public global::ResembleAI.ClipsGetClipResponse200? Type368 { get; set; }
+ public global::ResembleAI.AccountGetTeamsResponse200? Type368 { get; set; }
///
///
///
- public global::ResembleAI.ClipsDeleteClipResponse200? Type369 { get; set; }
+ public global::System.Collections.Generic.IList? Type369 { get; set; }
///
///
///
- public global::ResembleAI.ProjectsProjectUuidClipsClipUuidPatchResponsesContentApplicationJsonSchemaItem? Type370 { get; set; }
+ public global::ResembleAI.AccountTeamsTeamUuidGetResponsesContentApplicationJsonSchemaItem? Type370 { get; set; }
///
///
///
- public global::ResembleAI.ClipsUpdateClipResponse200? Type371 { get; set; }
+ public global::ResembleAI.AccountGetTeamResponse200? Type371 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetResponsesContentApplicationJsonSchemaItem? Type372 { get; set; }
+ public global::ResembleAI.AccountBillingUsageGetResponsesContentApplicationJsonSchemaItem? Type372 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetAccountResponse200? Type373 { get; set; }
+ public global::ResembleAI.AccountGetBillingUsageResponse200? Type373 { get; set; }
///
///
///
- public global::ResembleAI.AccountTeamsGetResponsesContentApplicationJsonSchemaItemsItems? Type374 { get; set; }
+ public global::ResembleAI.DuetVoicesGetResponsesContentApplicationJsonSchemaItemsItems? Type374 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetTeamsResponse200? Type375 { get; set; }
+ public global::ResembleAI.DuetsListDuetVoicesResponse200? Type375 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type376 { get; set; }
+ public global::System.Collections.Generic.IList? Type376 { get; set; }
///
///
///
- public global::ResembleAI.AccountTeamsTeamUuidGetResponsesContentApplicationJsonSchemaItem? Type377 { get; set; }
+ public global::ResembleAI.DuetVoicesPostResponsesContentApplicationJsonSchemaItem? Type377 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetTeamResponse200? Type378 { get; set; }
+ public global::ResembleAI.DuetsCreateDuetVoiceResponse200? Type378 { get; set; }
///
///
///
- public global::ResembleAI.AccountBillingUsageGetResponsesContentApplicationJsonSchemaItem? Type379 { get; set; }
+ public global::ResembleAI.DuetVoicesIdPutResponsesContentApplicationJsonSchemaItem? Type379 { get; set; }
///
///
///
- public global::ResembleAI.AccountGetBillingUsageResponse200? Type380 { get; set; }
+ public global::ResembleAI.DuetsUpdateDuetVoiceResponse200? Type380 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicesGetResponsesContentApplicationJsonSchemaItemsItems? Type381 { get; set; }
+ public global::ResembleAI.DuetsDeleteDuetVoiceResponse200? Type381 { get; set; }
///
///
///
- public global::ResembleAI.DuetsListDuetVoicesResponse200? Type382 { get; set; }
+ public global::ResembleAI.DuetVoicePairsGetResponsesContentApplicationJsonSchemaItemsItems? Type382 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type383 { get; set; }
+ public global::ResembleAI.DuetsListDuetVoicePairsResponse200? Type383 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicesPostResponsesContentApplicationJsonSchemaItem? Type384 { get; set; }
+ public global::System.Collections.Generic.IList? Type384 { get; set; }
///
///
///
- public global::ResembleAI.DuetsCreateDuetVoiceResponse200? Type385 { get; set; }
+ public global::ResembleAI.DuetVoicePairsPostResponsesContentApplicationJsonSchemaItem? Type385 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicesIdPutResponsesContentApplicationJsonSchemaItem? Type386 { get; set; }
+ public global::ResembleAI.DuetsCreateDuetVoicePairResponse200? Type386 { get; set; }
///
///
///
- public global::ResembleAI.DuetsUpdateDuetVoiceResponse200? Type387 { get; set; }
+ public global::ResembleAI.DuetPostRequestBodyContentApplicationJsonSchemaScriptItemsSpeaker? Type387 { get; set; }
///
///
///
- public global::ResembleAI.DuetsDeleteDuetVoiceResponse200? Type388 { get; set; }
+ public global::ResembleAI.DuetPostRequestBodyContentApplicationJsonSchemaScriptItems? Type388 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicePairsGetResponsesContentApplicationJsonSchemaItemsItems? Type389 { get; set; }
+ public global::ResembleAI.DuetPostResponsesContentApplicationJsonSchemaItem? Type389 { get; set; }
///
///
///
- public global::ResembleAI.DuetsListDuetVoicePairsResponse200? Type390 { get; set; }
+ public global::ResembleAI.DuetsGenerateDuetResponse200? Type390 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type391 { get; set; }
+ public global::ResembleAI.SynthesizeRequest? Type391 { get; set; }
///
///
///
- public global::ResembleAI.DuetVoicePairsPostResponsesContentApplicationJsonSchemaItem? Type392 { get; set; }
+ public global::ResembleAI.StreamSynthesizeRequest? Type392 { get; set; }
///
///
///
- public global::ResembleAI.DuetsCreateDuetVoicePairResponse200? Type393 { get; set; }
+ public global::ResembleAI.CreateTranscriptRequest? Type393 { get; set; }
///
///
///
- public global::ResembleAI.DuetPostRequestBodyContentApplicationJsonSchemaScriptItemsSpeaker? Type394 { get; set; }
+ public global::ResembleAI.AskTranscriptQuestionRequest? Type394 { get; set; }
///
///
///
- public global::ResembleAI.DuetPostRequestBodyContentApplicationJsonSchemaScriptItems? Type395 { get; set; }
+ public global::ResembleAI.CreateAudioEnhancementRequest? Type395 { get; set; }
///
///
///
- public global::ResembleAI.DuetPostResponsesContentApplicationJsonSchemaItem? Type396 { get; set; }
+ public global::ResembleAI.CreateAgentRequest? Type396 { get; set; }
///
///
///
- public global::ResembleAI.DuetsGenerateDuetResponse200? Type397 { get; set; }
+ public global::System.Collections.Generic.IList? Type397 { get; set; }
///
///
///
- public global::ResembleAI.SynthesizeRequest? Type398 { get; set; }
+ public global::ResembleAI.UpdateAgentRequest? Type398 { get; set; }
///
///
///
- public global::ResembleAI.StreamSynthesizeRequest? Type399 { get; set; }
+ public global::System.Collections.Generic.IList