diff --git a/src/libs/Weave/Generated/Weave.AnnotationQueuesClient.g.cs b/src/libs/Weave/Generated/Weave.AnnotationQueuesClient.g.cs
index 3318ed2..a1a1252 100644
--- a/src/libs/Weave/Generated/Weave.AnnotationQueuesClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.AnnotationQueuesClient.g.cs
@@ -61,6 +61,27 @@ public AnnotationQueuesClient(
{
}
+ ///
+ /// Creates a new instance of the AnnotationQueuesClient 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 AnnotationQueuesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the AnnotationQueuesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.CallsClient.g.cs b/src/libs/Weave/Generated/Weave.CallsClient.g.cs
index 4c26f42..e9a10ae 100644
--- a/src/libs/Weave/Generated/Weave.CallsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.CallsClient.g.cs
@@ -61,6 +61,27 @@ public CallsClient(
{
}
+ ///
+ /// Creates a new instance of the CallsClient 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 CallsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the CallsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.CostsClient.g.cs b/src/libs/Weave/Generated/Weave.CostsClient.g.cs
index 82ddfcf..080e48f 100644
--- a/src/libs/Weave/Generated/Weave.CostsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.CostsClient.g.cs
@@ -61,6 +61,27 @@ public CostsClient(
{
}
+ ///
+ /// Creates a new instance of the CostsClient 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 CostsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the CostsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.DatasetsClient.g.cs b/src/libs/Weave/Generated/Weave.DatasetsClient.g.cs
index a9baf24..4418d65 100644
--- a/src/libs/Weave/Generated/Weave.DatasetsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.DatasetsClient.g.cs
@@ -61,6 +61,27 @@ public DatasetsClient(
{
}
+ ///
+ /// Creates a new instance of the DatasetsClient 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 DatasetsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the DatasetsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.EvalResultsClient.g.cs b/src/libs/Weave/Generated/Weave.EvalResultsClient.g.cs
index f75cf9e..28af78c 100644
--- a/src/libs/Weave/Generated/Weave.EvalResultsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.EvalResultsClient.g.cs
@@ -61,6 +61,27 @@ public EvalResultsClient(
{
}
+ ///
+ /// Creates a new instance of the EvalResultsClient 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 EvalResultsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the EvalResultsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.EvaluationRunsClient.g.cs b/src/libs/Weave/Generated/Weave.EvaluationRunsClient.g.cs
index c1b2d4d..55064dd 100644
--- a/src/libs/Weave/Generated/Weave.EvaluationRunsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.EvaluationRunsClient.g.cs
@@ -61,6 +61,27 @@ public EvaluationRunsClient(
{
}
+ ///
+ /// Creates a new instance of the EvaluationRunsClient 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 EvaluationRunsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the EvaluationRunsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.EvaluationsClient.g.cs b/src/libs/Weave/Generated/Weave.EvaluationsClient.g.cs
index 6b5f346..1bb11a8 100644
--- a/src/libs/Weave/Generated/Weave.EvaluationsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.EvaluationsClient.g.cs
@@ -61,6 +61,27 @@ public EvaluationsClient(
{
}
+ ///
+ /// Creates a new instance of the EvaluationsClient 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 EvaluationsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the EvaluationsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.FeedbackClient.g.cs b/src/libs/Weave/Generated/Weave.FeedbackClient.g.cs
index 0b66003..d8281d7 100644
--- a/src/libs/Weave/Generated/Weave.FeedbackClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.FeedbackClient.g.cs
@@ -61,6 +61,27 @@ public FeedbackClient(
{
}
+ ///
+ /// Creates a new instance of the FeedbackClient 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 FeedbackClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the FeedbackClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.FilesClient.g.cs b/src/libs/Weave/Generated/Weave.FilesClient.g.cs
index 53145c9..d12f620 100644
--- a/src/libs/Weave/Generated/Weave.FilesClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.FilesClient.g.cs
@@ -61,6 +61,27 @@ public FilesClient(
{
}
+ ///
+ /// Creates a new instance of the FilesClient 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 FilesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the FilesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.ImagesClient.g.cs b/src/libs/Weave/Generated/Weave.ImagesClient.g.cs
index 65668d4..c99a6df 100644
--- a/src/libs/Weave/Generated/Weave.ImagesClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.ImagesClient.g.cs
@@ -61,6 +61,27 @@ public ImagesClient(
{
}
+ ///
+ /// Creates a new instance of the ImagesClient 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 ImagesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ImagesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.InferenceClient.g.cs b/src/libs/Weave/Generated/Weave.InferenceClient.g.cs
index e49e5d3..327414a 100644
--- a/src/libs/Weave/Generated/Weave.InferenceClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.InferenceClient.g.cs
@@ -61,6 +61,27 @@ public InferenceClient(
{
}
+ ///
+ /// Creates a new instance of the InferenceClient 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 InferenceClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the InferenceClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.ModelsClient.g.cs b/src/libs/Weave/Generated/Weave.ModelsClient.g.cs
index 9d747f8..71adfa1 100644
--- a/src/libs/Weave/Generated/Weave.ModelsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.ModelsClient.g.cs
@@ -61,6 +61,27 @@ public ModelsClient(
{
}
+ ///
+ /// Creates a new instance of the ModelsClient 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 ModelsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ModelsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.ObjectsClient.g.cs b/src/libs/Weave/Generated/Weave.ObjectsClient.g.cs
index 1153cf9..7ab3c5f 100644
--- a/src/libs/Weave/Generated/Weave.ObjectsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.ObjectsClient.g.cs
@@ -61,6 +61,27 @@ public ObjectsClient(
{
}
+ ///
+ /// Creates a new instance of the ObjectsClient 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 ObjectsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ObjectsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.OpenTelemetryClient.g.cs b/src/libs/Weave/Generated/Weave.OpenTelemetryClient.g.cs
index 29a3a92..282da81 100644
--- a/src/libs/Weave/Generated/Weave.OpenTelemetryClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.OpenTelemetryClient.g.cs
@@ -61,6 +61,27 @@ public OpenTelemetryClient(
{
}
+ ///
+ /// Creates a new instance of the OpenTelemetryClient 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 OpenTelemetryClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the OpenTelemetryClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.OpsClient.g.cs b/src/libs/Weave/Generated/Weave.OpsClient.g.cs
index a970fdd..bcb4565 100644
--- a/src/libs/Weave/Generated/Weave.OpsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.OpsClient.g.cs
@@ -61,6 +61,27 @@ public OpsClient(
{
}
+ ///
+ /// Creates a new instance of the OpsClient 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 OpsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the OpsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.PredictionsClient.g.cs b/src/libs/Weave/Generated/Weave.PredictionsClient.g.cs
index fdfb9f3..1f0fb27 100644
--- a/src/libs/Weave/Generated/Weave.PredictionsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.PredictionsClient.g.cs
@@ -61,6 +61,27 @@ public PredictionsClient(
{
}
+ ///
+ /// Creates a new instance of the PredictionsClient 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 PredictionsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the PredictionsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.RefsClient.g.cs b/src/libs/Weave/Generated/Weave.RefsClient.g.cs
index 979cefa..e1bdfc8 100644
--- a/src/libs/Weave/Generated/Weave.RefsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.RefsClient.g.cs
@@ -61,6 +61,27 @@ public RefsClient(
{
}
+ ///
+ /// Creates a new instance of the RefsClient 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 RefsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the RefsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.RegistryClient.g.cs b/src/libs/Weave/Generated/Weave.RegistryClient.g.cs
index d780d1c..7159c8a 100644
--- a/src/libs/Weave/Generated/Weave.RegistryClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.RegistryClient.g.cs
@@ -61,6 +61,27 @@ public RegistryClient(
{
}
+ ///
+ /// Creates a new instance of the RegistryClient 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 RegistryClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the RegistryClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.ScorersClient.g.cs b/src/libs/Weave/Generated/Weave.ScorersClient.g.cs
index bbb2b2d..1776978 100644
--- a/src/libs/Weave/Generated/Weave.ScorersClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.ScorersClient.g.cs
@@ -61,6 +61,27 @@ public ScorersClient(
{
}
+ ///
+ /// Creates a new instance of the ScorersClient 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 ScorersClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ScorersClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.ScoresClient.g.cs b/src/libs/Weave/Generated/Weave.ScoresClient.g.cs
index bf1c530..fcf943e 100644
--- a/src/libs/Weave/Generated/Weave.ScoresClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.ScoresClient.g.cs
@@ -61,6 +61,27 @@ public ScoresClient(
{
}
+ ///
+ /// Creates a new instance of the ScoresClient 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 ScoresClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ScoresClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.ServiceClient.g.cs b/src/libs/Weave/Generated/Weave.ServiceClient.g.cs
index 8f399e7..4358ea1 100644
--- a/src/libs/Weave/Generated/Weave.ServiceClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.ServiceClient.g.cs
@@ -61,6 +61,27 @@ public ServiceClient(
{
}
+ ///
+ /// Creates a new instance of the ServiceClient 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 ServiceClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ServiceClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.TablesClient.g.cs b/src/libs/Weave/Generated/Weave.TablesClient.g.cs
index c52bf04..c03239a 100644
--- a/src/libs/Weave/Generated/Weave.TablesClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.TablesClient.g.cs
@@ -61,6 +61,27 @@ public TablesClient(
{
}
+ ///
+ /// Creates a new instance of the TablesClient 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 TablesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the TablesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.ThreadsClient.g.cs b/src/libs/Weave/Generated/Weave.ThreadsClient.g.cs
index d06edc9..78df2a8 100644
--- a/src/libs/Weave/Generated/Weave.ThreadsClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.ThreadsClient.g.cs
@@ -61,6 +61,27 @@ public ThreadsClient(
{
}
+ ///
+ /// Creates a new instance of the ThreadsClient 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 ThreadsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ThreadsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Weave/Generated/Weave.WeaveClient.g.cs b/src/libs/Weave/Generated/Weave.WeaveClient.g.cs
index 274f8fd..eafc9d7 100644
--- a/src/libs/Weave/Generated/Weave.WeaveClient.g.cs
+++ b/src/libs/Weave/Generated/Weave.WeaveClient.g.cs
@@ -269,6 +269,27 @@ public WeaveClient(
{
}
+ ///
+ /// Creates a new instance of the WeaveClient 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 WeaveClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Weave.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the WeaveClient.
/// If no httpClient is provided, a new one will be created.