From f7de44d638e45d341a841ea70e166e1e7d028615 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 02:13:14 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/PixVerse.PixVerseClient.g.cs | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/libs/PixVerse/Generated/PixVerse.PixVerseClient.g.cs b/src/libs/PixVerse/Generated/PixVerse.PixVerseClient.g.cs index 39f6d67..12eac19 100644 --- a/src/libs/PixVerse/Generated/PixVerse.PixVerseClient.g.cs +++ b/src/libs/PixVerse/Generated/PixVerse.PixVerseClient.g.cs @@ -62,6 +62,27 @@ public PixVerseClient( { } + /// + /// Creates a new instance of the PixVerseClient 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 PixVerseClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::PixVerse.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the PixVerseClient. /// If no httpClient is provided, a new one will be created.