diff --git a/src/libs/V0/Generated/V0.ChatsClient.g.cs b/src/libs/V0/Generated/V0.ChatsClient.g.cs
index 0d645ab..52b0206 100644
--- a/src/libs/V0/Generated/V0.ChatsClient.g.cs
+++ b/src/libs/V0/Generated/V0.ChatsClient.g.cs
@@ -62,6 +62,27 @@ public ChatsClient(
{
}
+ ///
+ /// Creates a new instance of the ChatsClient 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 ChatsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ChatsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.DeploymentsClient.g.cs b/src/libs/V0/Generated/V0.DeploymentsClient.g.cs
index 7001df6..30d5cca 100644
--- a/src/libs/V0/Generated/V0.DeploymentsClient.g.cs
+++ b/src/libs/V0/Generated/V0.DeploymentsClient.g.cs
@@ -61,6 +61,27 @@ public DeploymentsClient(
{
}
+ ///
+ /// Creates a new instance of the DeploymentsClient 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 DeploymentsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the DeploymentsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.HooksClient.g.cs b/src/libs/V0/Generated/V0.HooksClient.g.cs
index 3a20205..0a0f77a 100644
--- a/src/libs/V0/Generated/V0.HooksClient.g.cs
+++ b/src/libs/V0/Generated/V0.HooksClient.g.cs
@@ -61,6 +61,27 @@ public HooksClient(
{
}
+ ///
+ /// Creates a new instance of the HooksClient 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 HooksClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the HooksClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.IntegrationsClient.g.cs b/src/libs/V0/Generated/V0.IntegrationsClient.g.cs
index 895ab8e..3638d8b 100644
--- a/src/libs/V0/Generated/V0.IntegrationsClient.g.cs
+++ b/src/libs/V0/Generated/V0.IntegrationsClient.g.cs
@@ -61,6 +61,27 @@ public IntegrationsClient(
{
}
+ ///
+ /// Creates a new instance of the IntegrationsClient 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 IntegrationsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the IntegrationsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.McpServersClient.g.cs b/src/libs/V0/Generated/V0.McpServersClient.g.cs
index 96d8e32..f3c22c4 100644
--- a/src/libs/V0/Generated/V0.McpServersClient.g.cs
+++ b/src/libs/V0/Generated/V0.McpServersClient.g.cs
@@ -61,6 +61,27 @@ public McpServersClient(
{
}
+ ///
+ /// Creates a new instance of the McpServersClient 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 McpServersClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the McpServersClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.ProjectsClient.g.cs b/src/libs/V0/Generated/V0.ProjectsClient.g.cs
index 24400c7..dc9eae3 100644
--- a/src/libs/V0/Generated/V0.ProjectsClient.g.cs
+++ b/src/libs/V0/Generated/V0.ProjectsClient.g.cs
@@ -61,6 +61,27 @@ public ProjectsClient(
{
}
+ ///
+ /// Creates a new instance of the ProjectsClient 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 ProjectsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ProjectsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.RateLimitsClient.g.cs b/src/libs/V0/Generated/V0.RateLimitsClient.g.cs
index aa7003a..d724f24 100644
--- a/src/libs/V0/Generated/V0.RateLimitsClient.g.cs
+++ b/src/libs/V0/Generated/V0.RateLimitsClient.g.cs
@@ -61,6 +61,27 @@ public RateLimitsClient(
{
}
+ ///
+ /// Creates a new instance of the RateLimitsClient 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 RateLimitsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the RateLimitsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.ReportsClient.g.cs b/src/libs/V0/Generated/V0.ReportsClient.g.cs
index c112ff9..356a686 100644
--- a/src/libs/V0/Generated/V0.ReportsClient.g.cs
+++ b/src/libs/V0/Generated/V0.ReportsClient.g.cs
@@ -61,6 +61,27 @@ public ReportsClient(
{
}
+ ///
+ /// Creates a new instance of the ReportsClient 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 ReportsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ReportsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.UserClient.g.cs b/src/libs/V0/Generated/V0.UserClient.g.cs
index 3dae3c5..8c6da0d 100644
--- a/src/libs/V0/Generated/V0.UserClient.g.cs
+++ b/src/libs/V0/Generated/V0.UserClient.g.cs
@@ -61,6 +61,27 @@ public UserClient(
{
}
+ ///
+ /// Creates a new instance of the UserClient 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 UserClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the UserClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/V0/Generated/V0.V0Client.g.cs b/src/libs/V0/Generated/V0.V0Client.g.cs
index 7ddb668..8a2d943 100644
--- a/src/libs/V0/Generated/V0.V0Client.g.cs
+++ b/src/libs/V0/Generated/V0.V0Client.g.cs
@@ -143,6 +143,27 @@ public V0Client(
{
}
+ ///
+ /// Creates a new instance of the V0Client 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 V0Client(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::V0.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V0Client.
/// If no httpClient is provided, a new one will be created.