diff --git a/src/libs/Picsart/Generated/Picsart.GenAIInpaintingImage2ImageClient.g.cs b/src/libs/Picsart/Generated/Picsart.GenAIInpaintingImage2ImageClient.g.cs index 709c6d3..24905f6 100644 --- a/src/libs/Picsart/Generated/Picsart.GenAIInpaintingImage2ImageClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.GenAIInpaintingImage2ImageClient.g.cs @@ -61,6 +61,27 @@ public GenAIInpaintingImage2ImageClient( { } + /// + /// Creates a new instance of the GenAIInpaintingImage2ImageClient 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 GenAIInpaintingImage2ImageClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GenAIInpaintingImage2ImageClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.GenAIText2AudioClient.g.cs b/src/libs/Picsart/Generated/Picsart.GenAIText2AudioClient.g.cs index efce1e7..3b3dbc3 100644 --- a/src/libs/Picsart/Generated/Picsart.GenAIText2AudioClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.GenAIText2AudioClient.g.cs @@ -61,6 +61,27 @@ public GenAIText2AudioClient( { } + /// + /// Creates a new instance of the GenAIText2AudioClient 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 GenAIText2AudioClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GenAIText2AudioClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.GenAIText2ImageClient.g.cs b/src/libs/Picsart/Generated/Picsart.GenAIText2ImageClient.g.cs index b070a82..0f05876 100644 --- a/src/libs/Picsart/Generated/Picsart.GenAIText2ImageClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.GenAIText2ImageClient.g.cs @@ -61,6 +61,27 @@ public GenAIText2ImageClient( { } + /// + /// Creates a new instance of the GenAIText2ImageClient 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 GenAIText2ImageClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GenAIText2ImageClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.GenAIText2TextClient.g.cs b/src/libs/Picsart/Generated/Picsart.GenAIText2TextClient.g.cs index db3e324..6c57817 100644 --- a/src/libs/Picsart/Generated/Picsart.GenAIText2TextClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.GenAIText2TextClient.g.cs @@ -61,6 +61,27 @@ public GenAIText2TextClient( { } + /// + /// Creates a new instance of the GenAIText2TextClient 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 GenAIText2TextClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GenAIText2TextClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.GenAIText2VideoImage2VideoClient.g.cs b/src/libs/Picsart/Generated/Picsart.GenAIText2VideoImage2VideoClient.g.cs index 278e7c1..afdec11 100644 --- a/src/libs/Picsart/Generated/Picsart.GenAIText2VideoImage2VideoClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.GenAIText2VideoImage2VideoClient.g.cs @@ -61,6 +61,27 @@ public GenAIText2VideoImage2VideoClient( { } + /// + /// Creates a new instance of the GenAIText2VideoImage2VideoClient 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 GenAIText2VideoImage2VideoClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GenAIText2VideoImage2VideoClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.GenAIUtilitiesClient.g.cs b/src/libs/Picsart/Generated/Picsart.GenAIUtilitiesClient.g.cs index 795e64a..5961ce7 100644 --- a/src/libs/Picsart/Generated/Picsart.GenAIUtilitiesClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.GenAIUtilitiesClient.g.cs @@ -61,6 +61,27 @@ public GenAIUtilitiesClient( { } + /// + /// Creates a new instance of the GenAIUtilitiesClient 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 GenAIUtilitiesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GenAIUtilitiesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageClassificationClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageClassificationClient.g.cs index 295f18d..49cba78 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageClassificationClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageClassificationClient.g.cs @@ -61,6 +61,27 @@ public ImageClassificationClient( { } + /// + /// Creates a new instance of the ImageClassificationClient 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 ImageClassificationClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageClassificationClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageContentGenerationClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageContentGenerationClient.g.cs index 4aef8d2..2b29b5a 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageContentGenerationClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageContentGenerationClient.g.cs @@ -61,6 +61,27 @@ public ImageContentGenerationClient( { } + /// + /// Creates a new instance of the ImageContentGenerationClient 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 ImageContentGenerationClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageContentGenerationClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageConversionClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageConversionClient.g.cs index f4d1aa8..497ddce 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageConversionClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageConversionClient.g.cs @@ -61,6 +61,27 @@ public ImageConversionClient( { } + /// + /// Creates a new instance of the ImageConversionClient 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 ImageConversionClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageConversionClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageEditingClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageEditingClient.g.cs index 9cf5ceb..4dd8bda 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageEditingClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageEditingClient.g.cs @@ -61,6 +61,27 @@ public ImageEditingClient( { } + /// + /// Creates a new instance of the ImageEditingClient 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 ImageEditingClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageEditingClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageEffectsClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageEffectsClient.g.cs index 1d02b9e..221b9aa 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageEffectsClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageEffectsClient.g.cs @@ -61,6 +61,27 @@ public ImageEffectsClient( { } + /// + /// Creates a new instance of the ImageEffectsClient 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 ImageEffectsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageEffectsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImagePhotoEnhancementClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImagePhotoEnhancementClient.g.cs index c4488e7..56322f1 100644 --- a/src/libs/Picsart/Generated/Picsart.ImagePhotoEnhancementClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImagePhotoEnhancementClient.g.cs @@ -61,6 +61,27 @@ public ImagePhotoEnhancementClient( { } + /// + /// Creates a new instance of the ImagePhotoEnhancementClient 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 ImagePhotoEnhancementClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImagePhotoEnhancementClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageRemoveBackgroundClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageRemoveBackgroundClient.g.cs index 1898b12..b9b7511 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageRemoveBackgroundClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageRemoveBackgroundClient.g.cs @@ -61,6 +61,27 @@ public ImageRemoveBackgroundClient( { } + /// + /// Creates a new instance of the ImageRemoveBackgroundClient 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 ImageRemoveBackgroundClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageRemoveBackgroundClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageSurfacemapClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageSurfacemapClient.g.cs index 516e538..32acca5 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageSurfacemapClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageSurfacemapClient.g.cs @@ -61,6 +61,27 @@ public ImageSurfacemapClient( { } + /// + /// Creates a new instance of the ImageSurfacemapClient 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 ImageSurfacemapClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageSurfacemapClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageUtilitiesClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageUtilitiesClient.g.cs index 62d0ef0..30a9d8b 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageUtilitiesClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageUtilitiesClient.g.cs @@ -61,6 +61,27 @@ public ImageUtilitiesClient( { } + /// + /// Creates a new instance of the ImageUtilitiesClient 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 ImageUtilitiesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageUtilitiesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.ImageWatermarkClient.g.cs b/src/libs/Picsart/Generated/Picsart.ImageWatermarkClient.g.cs index 9abe2d7..f504e46 100644 --- a/src/libs/Picsart/Generated/Picsart.ImageWatermarkClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.ImageWatermarkClient.g.cs @@ -61,6 +61,27 @@ public ImageWatermarkClient( { } + /// + /// Creates a new instance of the ImageWatermarkClient 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 ImageWatermarkClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageWatermarkClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.PicsartClient.g.cs b/src/libs/Picsart/Generated/Picsart.PicsartClient.g.cs index e293514..155986a 100644 --- a/src/libs/Picsart/Generated/Picsart.PicsartClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.PicsartClient.g.cs @@ -325,6 +325,27 @@ public PicsartClient( { } + /// + /// Creates a new instance of the PicsartClient 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 PicsartClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the PicsartClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VdReplayClient.g.cs b/src/libs/Picsart/Generated/Picsart.VdReplayClient.g.cs index 53b5b45..b0e57e6 100644 --- a/src/libs/Picsart/Generated/Picsart.VdReplayClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VdReplayClient.g.cs @@ -61,6 +61,27 @@ public VdReplayClient( { } + /// + /// Creates a new instance of the VdReplayClient 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 VdReplayClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VdReplayClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VdUtilitiesClient.g.cs b/src/libs/Picsart/Generated/Picsart.VdUtilitiesClient.g.cs index 26a1d89..38c2a9e 100644 --- a/src/libs/Picsart/Generated/Picsart.VdUtilitiesClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VdUtilitiesClient.g.cs @@ -61,6 +61,27 @@ public VdUtilitiesClient( { } + /// + /// Creates a new instance of the VdUtilitiesClient 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 VdUtilitiesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VdUtilitiesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VdVariableDataContentClient.g.cs b/src/libs/Picsart/Generated/Picsart.VdVariableDataContentClient.g.cs index a8c9bd8..da698a9 100644 --- a/src/libs/Picsart/Generated/Picsart.VdVariableDataContentClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VdVariableDataContentClient.g.cs @@ -61,6 +61,27 @@ public VdVariableDataContentClient( { } + /// + /// Creates a new instance of the VdVariableDataContentClient 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 VdVariableDataContentClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VdVariableDataContentClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoAdsClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoAdsClient.g.cs index bd66950..834f95c 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoAdsClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoAdsClient.g.cs @@ -61,6 +61,27 @@ public VideoAdsClient( { } + /// + /// Creates a new instance of the VideoAdsClient 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 VideoAdsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoAdsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoAudioClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoAudioClient.g.cs index 3d7316e..a4b184a 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoAudioClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoAudioClient.g.cs @@ -61,6 +61,27 @@ public VideoAudioClient( { } + /// + /// Creates a new instance of the VideoAudioClient 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 VideoAudioClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoAudioClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoEditClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoEditClient.g.cs index f47df6f..730edaa 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoEditClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoEditClient.g.cs @@ -61,6 +61,27 @@ public VideoEditClient( { } + /// + /// Creates a new instance of the VideoEditClient 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 VideoEditClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoEditClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoEffectsClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoEffectsClient.g.cs index 38db35c..4c68a1e 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoEffectsClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoEffectsClient.g.cs @@ -61,6 +61,27 @@ public VideoEffectsClient( { } + /// + /// Creates a new instance of the VideoEffectsClient 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 VideoEffectsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoEffectsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoMetadataClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoMetadataClient.g.cs index f5fe84e..515b8c6 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoMetadataClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoMetadataClient.g.cs @@ -61,6 +61,27 @@ public VideoMetadataClient( { } + /// + /// Creates a new instance of the VideoMetadataClient 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 VideoMetadataClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoMetadataClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoRemoveBackgroundClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoRemoveBackgroundClient.g.cs index f1ae2d4..31adc38 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoRemoveBackgroundClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoRemoveBackgroundClient.g.cs @@ -61,6 +61,27 @@ public VideoRemoveBackgroundClient( { } + /// + /// Creates a new instance of the VideoRemoveBackgroundClient 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 VideoRemoveBackgroundClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoRemoveBackgroundClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoTranscriptionsClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoTranscriptionsClient.g.cs index 23758d2..82c7843 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoTranscriptionsClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoTranscriptionsClient.g.cs @@ -61,6 +61,27 @@ public VideoTranscriptionsClient( { } + /// + /// Creates a new instance of the VideoTranscriptionsClient 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 VideoTranscriptionsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoTranscriptionsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoUtilitiesClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoUtilitiesClient.g.cs index 7346791..5629682 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoUtilitiesClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoUtilitiesClient.g.cs @@ -61,6 +61,27 @@ public VideoUtilitiesClient( { } + /// + /// Creates a new instance of the VideoUtilitiesClient 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 VideoUtilitiesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoUtilitiesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoVideoEnhancementClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoVideoEnhancementClient.g.cs index b5a8075..8082546 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoVideoEnhancementClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoVideoEnhancementClient.g.cs @@ -61,6 +61,27 @@ public VideoVideoEnhancementClient( { } + /// + /// Creates a new instance of the VideoVideoEnhancementClient 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 VideoVideoEnhancementClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoVideoEnhancementClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Picsart/Generated/Picsart.VideoWatermarkClient.g.cs b/src/libs/Picsart/Generated/Picsart.VideoWatermarkClient.g.cs index 93623d8..f5ad81a 100644 --- a/src/libs/Picsart/Generated/Picsart.VideoWatermarkClient.g.cs +++ b/src/libs/Picsart/Generated/Picsart.VideoWatermarkClient.g.cs @@ -61,6 +61,27 @@ public VideoWatermarkClient( { } + /// + /// Creates a new instance of the VideoWatermarkClient 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 VideoWatermarkClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Picsart.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoWatermarkClient. /// If no httpClient is provided, a new one will be created.