From d9d724c67ba255b350ee9bea5ba9220a21c4be74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 02:40:18 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/Tavus.ConversationsClient.g.cs | 21 +++++++++++++++++++ .../Generated/Tavus.DocumentsClient.g.cs | 21 +++++++++++++++++++ .../Generated/Tavus.GuardrailsClient.g.cs | 21 +++++++++++++++++++ .../Tavus/Generated/Tavus.MemoriesClient.g.cs | 21 +++++++++++++++++++ .../Generated/Tavus.ObjectivesClient.g.cs | 21 +++++++++++++++++++ .../Tavus/Generated/Tavus.PersonasClient.g.cs | 21 +++++++++++++++++++ .../Tavus/Generated/Tavus.ReplicasClient.g.cs | 21 +++++++++++++++++++ .../Tavus/Generated/Tavus.TavusClient.g.cs | 21 +++++++++++++++++++ .../Tavus/Generated/Tavus.VideosClient.g.cs | 21 +++++++++++++++++++ 9 files changed, 189 insertions(+) diff --git a/src/libs/Tavus/Generated/Tavus.ConversationsClient.g.cs b/src/libs/Tavus/Generated/Tavus.ConversationsClient.g.cs index 3d51887..5990528 100644 --- a/src/libs/Tavus/Generated/Tavus.ConversationsClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.ConversationsClient.g.cs @@ -61,6 +61,27 @@ public ConversationsClient( { } + /// + /// Creates a new instance of the ConversationsClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public ConversationsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ConversationsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Tavus/Generated/Tavus.DocumentsClient.g.cs b/src/libs/Tavus/Generated/Tavus.DocumentsClient.g.cs index 67e3b56..ac61ec5 100644 --- a/src/libs/Tavus/Generated/Tavus.DocumentsClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.DocumentsClient.g.cs @@ -61,6 +61,27 @@ public DocumentsClient( { } + /// + /// Creates a new instance of the DocumentsClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public DocumentsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DocumentsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Tavus/Generated/Tavus.GuardrailsClient.g.cs b/src/libs/Tavus/Generated/Tavus.GuardrailsClient.g.cs index 42b9d55..5a19965 100644 --- a/src/libs/Tavus/Generated/Tavus.GuardrailsClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.GuardrailsClient.g.cs @@ -61,6 +61,27 @@ public GuardrailsClient( { } + /// + /// Creates a new instance of the GuardrailsClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public GuardrailsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GuardrailsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Tavus/Generated/Tavus.MemoriesClient.g.cs b/src/libs/Tavus/Generated/Tavus.MemoriesClient.g.cs index 383a4e8..d4c2eb1 100644 --- a/src/libs/Tavus/Generated/Tavus.MemoriesClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.MemoriesClient.g.cs @@ -61,6 +61,27 @@ public MemoriesClient( { } + /// + /// Creates a new instance of the MemoriesClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public MemoriesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the MemoriesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Tavus/Generated/Tavus.ObjectivesClient.g.cs b/src/libs/Tavus/Generated/Tavus.ObjectivesClient.g.cs index 9a51900..df6aa20 100644 --- a/src/libs/Tavus/Generated/Tavus.ObjectivesClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.ObjectivesClient.g.cs @@ -61,6 +61,27 @@ public ObjectivesClient( { } + /// + /// Creates a new instance of the ObjectivesClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public ObjectivesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ObjectivesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Tavus/Generated/Tavus.PersonasClient.g.cs b/src/libs/Tavus/Generated/Tavus.PersonasClient.g.cs index bdba644..3f7a0bc 100644 --- a/src/libs/Tavus/Generated/Tavus.PersonasClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.PersonasClient.g.cs @@ -61,6 +61,27 @@ public PersonasClient( { } + /// + /// Creates a new instance of the PersonasClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public PersonasClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the PersonasClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Tavus/Generated/Tavus.ReplicasClient.g.cs b/src/libs/Tavus/Generated/Tavus.ReplicasClient.g.cs index 565e504..a858122 100644 --- a/src/libs/Tavus/Generated/Tavus.ReplicasClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.ReplicasClient.g.cs @@ -61,6 +61,27 @@ public ReplicasClient( { } + /// + /// Creates a new instance of the ReplicasClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public ReplicasClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ReplicasClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Tavus/Generated/Tavus.TavusClient.g.cs b/src/libs/Tavus/Generated/Tavus.TavusClient.g.cs index 68c6598..fc01ed8 100644 --- a/src/libs/Tavus/Generated/Tavus.TavusClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.TavusClient.g.cs @@ -134,6 +134,27 @@ public TavusClient( { } + /// + /// Creates a new instance of the TavusClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public TavusClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TavusClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Tavus/Generated/Tavus.VideosClient.g.cs b/src/libs/Tavus/Generated/Tavus.VideosClient.g.cs index 492ee3b..66de205 100644 --- a/src/libs/Tavus/Generated/Tavus.VideosClient.g.cs +++ b/src/libs/Tavus/Generated/Tavus.VideosClient.g.cs @@ -61,6 +61,27 @@ public VideosClient( { } + /// + /// Creates a new instance of the VideosClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public VideosClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Tavus.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideosClient. /// If no httpClient is provided, a new one will be created.