diff --git a/src/libs/GroundX/Generated/GroundX.BucketsClient.g.cs b/src/libs/GroundX/Generated/GroundX.BucketsClient.g.cs
index cbd6ba7..79de334 100644
--- a/src/libs/GroundX/Generated/GroundX.BucketsClient.g.cs
+++ b/src/libs/GroundX/Generated/GroundX.BucketsClient.g.cs
@@ -61,6 +61,27 @@ public BucketsClient(
{
}
+ ///
+ /// Creates a new instance of the BucketsClient 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 BucketsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::GroundX.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the BucketsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/GroundX/Generated/GroundX.CustomerClient.g.cs b/src/libs/GroundX/Generated/GroundX.CustomerClient.g.cs
index e6f95ed..1a15047 100644
--- a/src/libs/GroundX/Generated/GroundX.CustomerClient.g.cs
+++ b/src/libs/GroundX/Generated/GroundX.CustomerClient.g.cs
@@ -61,6 +61,27 @@ public CustomerClient(
{
}
+ ///
+ /// Creates a new instance of the CustomerClient 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 CustomerClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::GroundX.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the CustomerClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/GroundX/Generated/GroundX.DocumentsClient.g.cs b/src/libs/GroundX/Generated/GroundX.DocumentsClient.g.cs
index 178851a..7ecf913 100644
--- a/src/libs/GroundX/Generated/GroundX.DocumentsClient.g.cs
+++ b/src/libs/GroundX/Generated/GroundX.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::GroundX.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/GroundX/Generated/GroundX.GroundXClient.g.cs b/src/libs/GroundX/Generated/GroundX.GroundXClient.g.cs
index 2d37c0b..c306fa3 100644
--- a/src/libs/GroundX/Generated/GroundX.GroundXClient.g.cs
+++ b/src/libs/GroundX/Generated/GroundX.GroundXClient.g.cs
@@ -116,6 +116,27 @@ public GroundXClient(
{
}
+ ///
+ /// Creates a new instance of the GroundXClient 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 GroundXClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::GroundX.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the GroundXClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/GroundX/Generated/GroundX.GroupsClient.g.cs b/src/libs/GroundX/Generated/GroundX.GroupsClient.g.cs
index 8717c7c..a3711eb 100644
--- a/src/libs/GroundX/Generated/GroundX.GroupsClient.g.cs
+++ b/src/libs/GroundX/Generated/GroundX.GroupsClient.g.cs
@@ -61,6 +61,27 @@ public GroupsClient(
{
}
+ ///
+ /// Creates a new instance of the GroupsClient 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 GroupsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::GroundX.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the GroupsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/GroundX/Generated/GroundX.HealthClient.g.cs b/src/libs/GroundX/Generated/GroundX.HealthClient.g.cs
index 4d79f18..0cf2417 100644
--- a/src/libs/GroundX/Generated/GroundX.HealthClient.g.cs
+++ b/src/libs/GroundX/Generated/GroundX.HealthClient.g.cs
@@ -61,6 +61,27 @@ public HealthClient(
{
}
+ ///
+ /// Creates a new instance of the HealthClient 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 HealthClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::GroundX.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the HealthClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/GroundX/Generated/GroundX.SearchClient.g.cs b/src/libs/GroundX/Generated/GroundX.SearchClient.g.cs
index e8a62d3..5c36185 100644
--- a/src/libs/GroundX/Generated/GroundX.SearchClient.g.cs
+++ b/src/libs/GroundX/Generated/GroundX.SearchClient.g.cs
@@ -61,6 +61,27 @@ public SearchClient(
{
}
+ ///
+ /// Creates a new instance of the SearchClient 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 SearchClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::GroundX.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SearchClient.
/// If no httpClient is provided, a new one will be created.