From 2592a2d60ffefb1a0c5b520a45fa67fd7fc77a37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 02:34:39 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/EachLabs.AiModelsClient.g.cs | 21 +++++++++++++++++++ .../EachLabs.AiModelsPredictionClient.g.cs | 21 +++++++++++++++++++ .../Generated/EachLabs.EachLabsClient.g.cs | 21 +++++++++++++++++++ .../Generated/EachLabs.WebhooksClient.g.cs | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.g.cs b/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.g.cs index 56bb215..6b8103b 100644 --- a/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.g.cs +++ b/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.g.cs @@ -62,6 +62,27 @@ public AiModelsClient( { } + /// + /// Creates a new instance of the AiModelsClient 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 AiModelsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::EachLabs.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AiModelsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.g.cs b/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.g.cs index e2c4243..93faa45 100644 --- a/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.g.cs +++ b/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.g.cs @@ -62,6 +62,27 @@ public AiModelsPredictionClient( { } + /// + /// Creates a new instance of the AiModelsPredictionClient 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 AiModelsPredictionClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::EachLabs.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AiModelsPredictionClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/EachLabs/Generated/EachLabs.EachLabsClient.g.cs b/src/libs/EachLabs/Generated/EachLabs.EachLabsClient.g.cs index 4f4bf9b..77232e8 100644 --- a/src/libs/EachLabs/Generated/EachLabs.EachLabsClient.g.cs +++ b/src/libs/EachLabs/Generated/EachLabs.EachLabsClient.g.cs @@ -91,6 +91,27 @@ public EachLabsClient( { } + /// + /// Creates a new instance of the EachLabsClient 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 EachLabsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::EachLabs.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the EachLabsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.g.cs b/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.g.cs index da026a3..1c86bcb 100644 --- a/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.g.cs +++ b/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.g.cs @@ -63,6 +63,27 @@ public WebhooksClient( { } + /// + /// Creates a new instance of the WebhooksClient 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 WebhooksClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::EachLabs.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the WebhooksClient. /// If no httpClient is provided, a new one will be created.