From 8acce4050202c0af4f55f48d0108b36e1e3b9624 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 02:28:04 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/GroundX.BucketsClient.g.cs | 21 +++++++++++++++++++ .../Generated/GroundX.CustomerClient.g.cs | 21 +++++++++++++++++++ .../Generated/GroundX.DocumentsClient.g.cs | 21 +++++++++++++++++++ .../Generated/GroundX.GroundXClient.g.cs | 21 +++++++++++++++++++ .../Generated/GroundX.GroupsClient.g.cs | 21 +++++++++++++++++++ .../Generated/GroundX.HealthClient.g.cs | 21 +++++++++++++++++++ .../Generated/GroundX.SearchClient.g.cs | 21 +++++++++++++++++++ 7 files changed, 147 insertions(+) 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.