diff --git a/src/libs/Presenton/Generated/Presenton.AuthClient.g.cs b/src/libs/Presenton/Generated/Presenton.AuthClient.g.cs
index 1ab0379..d7083ab 100644
--- a/src/libs/Presenton/Generated/Presenton.AuthClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.AuthClient.g.cs
@@ -61,6 +61,27 @@ public AuthClient(
{
}
+ ///
+ /// Creates a new instance of the AuthClient 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 AuthClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the AuthClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.BillingClient.g.cs b/src/libs/Presenton/Generated/Presenton.BillingClient.g.cs
index 2b2abee..35054ce 100644
--- a/src/libs/Presenton/Generated/Presenton.BillingClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.BillingClient.g.cs
@@ -61,6 +61,27 @@ public BillingClient(
{
}
+ ///
+ /// Creates a new instance of the BillingClient 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 BillingClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the BillingClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.CreditClient.g.cs b/src/libs/Presenton/Generated/Presenton.CreditClient.g.cs
index 4f795ec..c5488ce 100644
--- a/src/libs/Presenton/Generated/Presenton.CreditClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.CreditClient.g.cs
@@ -61,6 +61,27 @@ public CreditClient(
{
}
+ ///
+ /// Creates a new instance of the CreditClient 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 CreditClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the CreditClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.DebugClient.g.cs b/src/libs/Presenton/Generated/Presenton.DebugClient.g.cs
index 1782bde..cccdb4b 100644
--- a/src/libs/Presenton/Generated/Presenton.DebugClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.DebugClient.g.cs
@@ -61,6 +61,27 @@ public DebugClient(
{
}
+ ///
+ /// Creates a new instance of the DebugClient 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 DebugClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the DebugClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.DesignSystemClient.g.cs b/src/libs/Presenton/Generated/Presenton.DesignSystemClient.g.cs
index 0b60e70..62a8ddc 100644
--- a/src/libs/Presenton/Generated/Presenton.DesignSystemClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.DesignSystemClient.g.cs
@@ -61,6 +61,27 @@ public DesignSystemClient(
{
}
+ ///
+ /// Creates a new instance of the DesignSystemClient 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 DesignSystemClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the DesignSystemClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.DownloadsClient.g.cs b/src/libs/Presenton/Generated/Presenton.DownloadsClient.g.cs
index 4f4e05e..d03211b 100644
--- a/src/libs/Presenton/Generated/Presenton.DownloadsClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.DownloadsClient.g.cs
@@ -61,6 +61,27 @@ public DownloadsClient(
{
}
+ ///
+ /// Creates a new instance of the DownloadsClient 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 DownloadsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the DownloadsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.FilesClient.g.cs b/src/libs/Presenton/Generated/Presenton.FilesClient.g.cs
index 81d1713..b64f355 100644
--- a/src/libs/Presenton/Generated/Presenton.FilesClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.FilesClient.g.cs
@@ -61,6 +61,27 @@ public FilesClient(
{
}
+ ///
+ /// Creates a new instance of the FilesClient 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 FilesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the FilesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.FontsClient.g.cs b/src/libs/Presenton/Generated/Presenton.FontsClient.g.cs
index 6bdc9da..4b294e2 100644
--- a/src/libs/Presenton/Generated/Presenton.FontsClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.FontsClient.g.cs
@@ -61,6 +61,27 @@ public FontsClient(
{
}
+ ///
+ /// Creates a new instance of the FontsClient 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 FontsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the FontsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.HealthClient.g.cs b/src/libs/Presenton/Generated/Presenton.HealthClient.g.cs
index ce1b511..bca4a93 100644
--- a/src/libs/Presenton/Generated/Presenton.HealthClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.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::Presenton.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/Presenton/Generated/Presenton.HtmlCreateClient.g.cs b/src/libs/Presenton/Generated/Presenton.HtmlCreateClient.g.cs
index eaa42df..d260298 100644
--- a/src/libs/Presenton/Generated/Presenton.HtmlCreateClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.HtmlCreateClient.g.cs
@@ -61,6 +61,27 @@ public HtmlCreateClient(
{
}
+ ///
+ /// Creates a new instance of the HtmlCreateClient 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 HtmlCreateClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the HtmlCreateClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.HtmlEditClient.g.cs b/src/libs/Presenton/Generated/Presenton.HtmlEditClient.g.cs
index a1b767f..8b7ab5b 100644
--- a/src/libs/Presenton/Generated/Presenton.HtmlEditClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.HtmlEditClient.g.cs
@@ -61,6 +61,27 @@ public HtmlEditClient(
{
}
+ ///
+ /// Creates a new instance of the HtmlEditClient 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 HtmlEditClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the HtmlEditClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.HtmlToReactClient.g.cs b/src/libs/Presenton/Generated/Presenton.HtmlToReactClient.g.cs
index d7f239d..ab75c7b 100644
--- a/src/libs/Presenton/Generated/Presenton.HtmlToReactClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.HtmlToReactClient.g.cs
@@ -61,6 +61,27 @@ public HtmlToReactClient(
{
}
+ ///
+ /// Creates a new instance of the HtmlToReactClient 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 HtmlToReactClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the HtmlToReactClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.IconsClient.g.cs b/src/libs/Presenton/Generated/Presenton.IconsClient.g.cs
index cc62ced..23b4ae4 100644
--- a/src/libs/Presenton/Generated/Presenton.IconsClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.IconsClient.g.cs
@@ -61,6 +61,27 @@ public IconsClient(
{
}
+ ///
+ /// Creates a new instance of the IconsClient 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 IconsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the IconsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.ImagesClient.g.cs b/src/libs/Presenton/Generated/Presenton.ImagesClient.g.cs
index 339e6e6..1236e88 100644
--- a/src/libs/Presenton/Generated/Presenton.ImagesClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.ImagesClient.g.cs
@@ -61,6 +61,27 @@ public ImagesClient(
{
}
+ ///
+ /// Creates a new instance of the ImagesClient 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 ImagesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ImagesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.MockClient.g.cs b/src/libs/Presenton/Generated/Presenton.MockClient.g.cs
index 15fdc00..cd55325 100644
--- a/src/libs/Presenton/Generated/Presenton.MockClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.MockClient.g.cs
@@ -61,6 +61,27 @@ public MockClient(
{
}
+ ///
+ /// Creates a new instance of the MockClient 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 MockClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the MockClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.OutlinesClient.g.cs b/src/libs/Presenton/Generated/Presenton.OutlinesClient.g.cs
index 4864be3..b3d543d 100644
--- a/src/libs/Presenton/Generated/Presenton.OutlinesClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.OutlinesClient.g.cs
@@ -61,6 +61,27 @@ public OutlinesClient(
{
}
+ ///
+ /// Creates a new instance of the OutlinesClient 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 OutlinesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the OutlinesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.PdfSlidesClient.g.cs b/src/libs/Presenton/Generated/Presenton.PdfSlidesClient.g.cs
index 0ee4a77..f2277d1 100644
--- a/src/libs/Presenton/Generated/Presenton.PdfSlidesClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.PdfSlidesClient.g.cs
@@ -61,6 +61,27 @@ public PdfSlidesClient(
{
}
+ ///
+ /// Creates a new instance of the PdfSlidesClient 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 PdfSlidesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the PdfSlidesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.PptxFontsClient.g.cs b/src/libs/Presenton/Generated/Presenton.PptxFontsClient.g.cs
index f0f113e..f21890c 100644
--- a/src/libs/Presenton/Generated/Presenton.PptxFontsClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.PptxFontsClient.g.cs
@@ -61,6 +61,27 @@ public PptxFontsClient(
{
}
+ ///
+ /// Creates a new instance of the PptxFontsClient 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 PptxFontsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the PptxFontsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.PptxSlidesClient.g.cs b/src/libs/Presenton/Generated/Presenton.PptxSlidesClient.g.cs
index 301018e..0435e2d 100644
--- a/src/libs/Presenton/Generated/Presenton.PptxSlidesClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.PptxSlidesClient.g.cs
@@ -61,6 +61,27 @@ public PptxSlidesClient(
{
}
+ ///
+ /// Creates a new instance of the PptxSlidesClient 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 PptxSlidesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the PptxSlidesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.PresentationClient.g.cs b/src/libs/Presenton/Generated/Presenton.PresentationClient.g.cs
index 99b04e6..7691217 100644
--- a/src/libs/Presenton/Generated/Presenton.PresentationClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.PresentationClient.g.cs
@@ -61,6 +61,27 @@ public PresentationClient(
{
}
+ ///
+ /// Creates a new instance of the PresentationClient 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 PresentationClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the PresentationClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.PresentonClient.g.cs b/src/libs/Presenton/Generated/Presenton.PresentonClient.g.cs
index b1c0535..798f59d 100644
--- a/src/libs/Presenton/Generated/Presenton.PresentonClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.PresentonClient.g.cs
@@ -493,6 +493,27 @@ public PresentonClient(
{
}
+ ///
+ /// Creates a new instance of the PresentonClient 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 PresentonClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the PresentonClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.ReactEditClient.g.cs b/src/libs/Presenton/Generated/Presenton.ReactEditClient.g.cs
index eb138aa..225abbf 100644
--- a/src/libs/Presenton/Generated/Presenton.ReactEditClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.ReactEditClient.g.cs
@@ -61,6 +61,27 @@ public ReactEditClient(
{
}
+ ///
+ /// Creates a new instance of the ReactEditClient 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 ReactEditClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ReactEditClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.SlideClient.g.cs b/src/libs/Presenton/Generated/Presenton.SlideClient.g.cs
index c83f049..7255798 100644
--- a/src/libs/Presenton/Generated/Presenton.SlideClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.SlideClient.g.cs
@@ -61,6 +61,27 @@ public SlideClient(
{
}
+ ///
+ /// Creates a new instance of the SlideClient 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 SlideClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SlideClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.SlideToHtmlClient.g.cs b/src/libs/Presenton/Generated/Presenton.SlideToHtmlClient.g.cs
index 6392a51..7e5a2a4 100644
--- a/src/libs/Presenton/Generated/Presenton.SlideToHtmlClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.SlideToHtmlClient.g.cs
@@ -61,6 +61,27 @@ public SlideToHtmlClient(
{
}
+ ///
+ /// Creates a new instance of the SlideToHtmlClient 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 SlideToHtmlClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SlideToHtmlClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.SlideToReactClient.g.cs b/src/libs/Presenton/Generated/Presenton.SlideToReactClient.g.cs
index d75684e..96454dd 100644
--- a/src/libs/Presenton/Generated/Presenton.SlideToReactClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.SlideToReactClient.g.cs
@@ -61,6 +61,27 @@ public SlideToReactClient(
{
}
+ ///
+ /// Creates a new instance of the SlideToReactClient 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 SlideToReactClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SlideToReactClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.TemplateClient.g.cs b/src/libs/Presenton/Generated/Presenton.TemplateClient.g.cs
index 2150b3e..fa48cec 100644
--- a/src/libs/Presenton/Generated/Presenton.TemplateClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.TemplateClient.g.cs
@@ -61,6 +61,27 @@ public TemplateClient(
{
}
+ ///
+ /// Creates a new instance of the TemplateClient 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 TemplateClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the TemplateClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.TemplateManagementClient.g.cs b/src/libs/Presenton/Generated/Presenton.TemplateManagementClient.g.cs
index b2dded2..036a795 100644
--- a/src/libs/Presenton/Generated/Presenton.TemplateManagementClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.TemplateManagementClient.g.cs
@@ -61,6 +61,27 @@ public TemplateManagementClient(
{
}
+ ///
+ /// Creates a new instance of the TemplateManagementClient 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 TemplateManagementClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the TemplateManagementClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.ThemesClient.g.cs b/src/libs/Presenton/Generated/Presenton.ThemesClient.g.cs
index 7ff50b4..a0934d6 100644
--- a/src/libs/Presenton/Generated/Presenton.ThemesClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.ThemesClient.g.cs
@@ -61,6 +61,27 @@ public ThemesClient(
{
}
+ ///
+ /// Creates a new instance of the ThemesClient 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 ThemesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ThemesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V1OnClient.g.cs b/src/libs/Presenton/Generated/Presenton.V1OnClient.g.cs
index 5e6d5e3..a939bfd 100644
--- a/src/libs/Presenton/Generated/Presenton.V1OnClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V1OnClient.g.cs
@@ -61,6 +61,27 @@ public V1OnClient(
{
}
+ ///
+ /// Creates a new instance of the V1OnClient 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 V1OnClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V1OnClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V2DesignClient.g.cs b/src/libs/Presenton/Generated/Presenton.V2DesignClient.g.cs
index 20f7946..6afa05e 100644
--- a/src/libs/Presenton/Generated/Presenton.V2DesignClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V2DesignClient.g.cs
@@ -61,6 +61,27 @@ public V2DesignClient(
{
}
+ ///
+ /// Creates a new instance of the V2DesignClient 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 V2DesignClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V2DesignClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V2FixSlideClient.g.cs b/src/libs/Presenton/Generated/Presenton.V2FixSlideClient.g.cs
index 09c596d..82bd45e 100644
--- a/src/libs/Presenton/Generated/Presenton.V2FixSlideClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V2FixSlideClient.g.cs
@@ -61,6 +61,27 @@ public V2FixSlideClient(
{
}
+ ///
+ /// Creates a new instance of the V2FixSlideClient 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 V2FixSlideClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V2FixSlideClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V2FontsClient.g.cs b/src/libs/Presenton/Generated/Presenton.V2FontsClient.g.cs
index 365c7e9..c768cd9 100644
--- a/src/libs/Presenton/Generated/Presenton.V2FontsClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V2FontsClient.g.cs
@@ -61,6 +61,27 @@ public V2FontsClient(
{
}
+ ///
+ /// Creates a new instance of the V2FontsClient 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 V2FontsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V2FontsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V2OnClient.g.cs b/src/libs/Presenton/Generated/Presenton.V2OnClient.g.cs
index d0b0e3b..cb378ef 100644
--- a/src/libs/Presenton/Generated/Presenton.V2OnClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V2OnClient.g.cs
@@ -61,6 +61,27 @@ public V2OnClient(
{
}
+ ///
+ /// Creates a new instance of the V2OnClient 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 V2OnClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V2OnClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V2OnboardingClient.g.cs b/src/libs/Presenton/Generated/Presenton.V2OnboardingClient.g.cs
index eb6d2e6..4184d42 100644
--- a/src/libs/Presenton/Generated/Presenton.V2OnboardingClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V2OnboardingClient.g.cs
@@ -61,6 +61,27 @@ public V2OnboardingClient(
{
}
+ ///
+ /// Creates a new instance of the V2OnboardingClient 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 V2OnboardingClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V2OnboardingClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V2PresentationClient.g.cs b/src/libs/Presenton/Generated/Presenton.V2PresentationClient.g.cs
index bac9a7f..1b4c9a2 100644
--- a/src/libs/Presenton/Generated/Presenton.V2PresentationClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V2PresentationClient.g.cs
@@ -61,6 +61,27 @@ public V2PresentationClient(
{
}
+ ///
+ /// Creates a new instance of the V2PresentationClient 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 V2PresentationClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V2PresentationClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V2SlideClient.g.cs b/src/libs/Presenton/Generated/Presenton.V2SlideClient.g.cs
index 822dba0..250f599 100644
--- a/src/libs/Presenton/Generated/Presenton.V2SlideClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V2SlideClient.g.cs
@@ -61,6 +61,27 @@ public V2SlideClient(
{
}
+ ///
+ /// Creates a new instance of the V2SlideClient 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 V2SlideClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V2SlideClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3AsyncTaskClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3AsyncTaskClient.g.cs
index cefe7d0..543d31d 100644
--- a/src/libs/Presenton/Generated/Presenton.V3AsyncTaskClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3AsyncTaskClient.g.cs
@@ -61,6 +61,27 @@ public V3AsyncTaskClient(
{
}
+ ///
+ /// Creates a new instance of the V3AsyncTaskClient 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 V3AsyncTaskClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3AsyncTaskClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3EnterpriseClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3EnterpriseClient.g.cs
index 8202b29..bfa7f2b 100644
--- a/src/libs/Presenton/Generated/Presenton.V3EnterpriseClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3EnterpriseClient.g.cs
@@ -61,6 +61,27 @@ public V3EnterpriseClient(
{
}
+ ///
+ /// Creates a new instance of the V3EnterpriseClient 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 V3EnterpriseClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3EnterpriseClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3FilesClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3FilesClient.g.cs
index 3a33568..3498376 100644
--- a/src/libs/Presenton/Generated/Presenton.V3FilesClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3FilesClient.g.cs
@@ -61,6 +61,27 @@ public V3FilesClient(
{
}
+ ///
+ /// Creates a new instance of the V3FilesClient 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 V3FilesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3FilesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3GitHubClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3GitHubClient.g.cs
index 88e661a..b068097 100644
--- a/src/libs/Presenton/Generated/Presenton.V3GitHubClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3GitHubClient.g.cs
@@ -61,6 +61,27 @@ public V3GitHubClient(
{
}
+ ///
+ /// Creates a new instance of the V3GitHubClient 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 V3GitHubClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3GitHubClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3ImagesClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3ImagesClient.g.cs
index 60cb236..118d87d 100644
--- a/src/libs/Presenton/Generated/Presenton.V3ImagesClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3ImagesClient.g.cs
@@ -61,6 +61,27 @@ public V3ImagesClient(
{
}
+ ///
+ /// Creates a new instance of the V3ImagesClient 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 V3ImagesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3ImagesClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3PlaygroundClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3PlaygroundClient.g.cs
index a3ae7cf..e031342 100644
--- a/src/libs/Presenton/Generated/Presenton.V3PlaygroundClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3PlaygroundClient.g.cs
@@ -61,6 +61,27 @@ public V3PlaygroundClient(
{
}
+ ///
+ /// Creates a new instance of the V3PlaygroundClient 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 V3PlaygroundClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3PlaygroundClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3PresentationClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3PresentationClient.g.cs
index a6b38de..7257eec 100644
--- a/src/libs/Presenton/Generated/Presenton.V3PresentationClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3PresentationClient.g.cs
@@ -61,6 +61,27 @@ public V3PresentationClient(
{
}
+ ///
+ /// Creates a new instance of the V3PresentationClient 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 V3PresentationClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3PresentationClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3SchemaClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3SchemaClient.g.cs
index 35b857f..8b0cf11 100644
--- a/src/libs/Presenton/Generated/Presenton.V3SchemaClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3SchemaClient.g.cs
@@ -61,6 +61,27 @@ public V3SchemaClient(
{
}
+ ///
+ /// Creates a new instance of the V3SchemaClient 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 V3SchemaClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3SchemaClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3SmartDesignClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3SmartDesignClient.g.cs
index dac06a5..5d9fbba 100644
--- a/src/libs/Presenton/Generated/Presenton.V3SmartDesignClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3SmartDesignClient.g.cs
@@ -61,6 +61,27 @@ public V3SmartDesignClient(
{
}
+ ///
+ /// Creates a new instance of the V3SmartDesignClient 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 V3SmartDesignClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3SmartDesignClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3StandardTemplateClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3StandardTemplateClient.g.cs
index ab2d415..ae9dc0e 100644
--- a/src/libs/Presenton/Generated/Presenton.V3StandardTemplateClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3StandardTemplateClient.g.cs
@@ -61,6 +61,27 @@ public V3StandardTemplateClient(
{
}
+ ///
+ /// Creates a new instance of the V3StandardTemplateClient 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 V3StandardTemplateClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3StandardTemplateClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3ThemeClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3ThemeClient.g.cs
index 5135a3a..8ada62c 100644
--- a/src/libs/Presenton/Generated/Presenton.V3ThemeClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3ThemeClient.g.cs
@@ -61,6 +61,27 @@ public V3ThemeClient(
{
}
+ ///
+ /// Creates a new instance of the V3ThemeClient 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 V3ThemeClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3ThemeClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.V3WebhookClient.g.cs b/src/libs/Presenton/Generated/Presenton.V3WebhookClient.g.cs
index fc3e133..38caf53 100644
--- a/src/libs/Presenton/Generated/Presenton.V3WebhookClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.V3WebhookClient.g.cs
@@ -61,6 +61,27 @@ public V3WebhookClient(
{
}
+ ///
+ /// Creates a new instance of the V3WebhookClient 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 V3WebhookClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the V3WebhookClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Presenton/Generated/Presenton.WebhookClient.g.cs b/src/libs/Presenton/Generated/Presenton.WebhookClient.g.cs
index 40e31b0..2310fde 100644
--- a/src/libs/Presenton/Generated/Presenton.WebhookClient.g.cs
+++ b/src/libs/Presenton/Generated/Presenton.WebhookClient.g.cs
@@ -61,6 +61,27 @@ public WebhookClient(
{
}
+ ///
+ /// Creates a new instance of the WebhookClient 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 WebhookClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Presenton.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the WebhookClient.
/// If no httpClient is provided, a new one will be created.