diff --git a/src/libs/Botpress/Generated/Botpress.AdminClient.g.cs b/src/libs/Botpress/Generated/Botpress.AdminClient.g.cs
index 26b9c8a..432e6b5 100644
--- a/src/libs/Botpress/Generated/Botpress.AdminClient.g.cs
+++ b/src/libs/Botpress/Generated/Botpress.AdminClient.g.cs
@@ -61,6 +61,27 @@ public AdminClient(
{
}
+ ///
+ /// Creates a new instance of the AdminClient 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 AdminClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Botpress.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the AdminClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Botpress/Generated/Botpress.BotpressClient.g.cs b/src/libs/Botpress/Generated/Botpress.BotpressClient.g.cs
index 70e6a10..5f1d87f 100644
--- a/src/libs/Botpress/Generated/Botpress.BotpressClient.g.cs
+++ b/src/libs/Botpress/Generated/Botpress.BotpressClient.g.cs
@@ -107,6 +107,27 @@ public BotpressClient(
{
}
+ ///
+ /// Creates a new instance of the BotpressClient 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 BotpressClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Botpress.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the BotpressClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Botpress/Generated/Botpress.ChatClient.g.cs b/src/libs/Botpress/Generated/Botpress.ChatClient.g.cs
index 1eefa0d..8fd3854 100644
--- a/src/libs/Botpress/Generated/Botpress.ChatClient.g.cs
+++ b/src/libs/Botpress/Generated/Botpress.ChatClient.g.cs
@@ -61,6 +61,27 @@ public ChatClient(
{
}
+ ///
+ /// Creates a new instance of the ChatClient 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 ChatClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Botpress.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ChatClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Botpress/Generated/Botpress.FilesClient.g.cs b/src/libs/Botpress/Generated/Botpress.FilesClient.g.cs
index 21b89c8..6c3e705 100644
--- a/src/libs/Botpress/Generated/Botpress.FilesClient.g.cs
+++ b/src/libs/Botpress/Generated/Botpress.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::Botpress.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/Botpress/Generated/Botpress.RuntimeClient.g.cs b/src/libs/Botpress/Generated/Botpress.RuntimeClient.g.cs
index 17045e6..cdc558b 100644
--- a/src/libs/Botpress/Generated/Botpress.RuntimeClient.g.cs
+++ b/src/libs/Botpress/Generated/Botpress.RuntimeClient.g.cs
@@ -61,6 +61,27 @@ public RuntimeClient(
{
}
+ ///
+ /// Creates a new instance of the RuntimeClient 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 RuntimeClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Botpress.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the RuntimeClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Botpress/Generated/Botpress.TablesClient.g.cs b/src/libs/Botpress/Generated/Botpress.TablesClient.g.cs
index b701f64..e59555a 100644
--- a/src/libs/Botpress/Generated/Botpress.TablesClient.g.cs
+++ b/src/libs/Botpress/Generated/Botpress.TablesClient.g.cs
@@ -61,6 +61,27 @@ public TablesClient(
{
}
+ ///
+ /// Creates a new instance of the TablesClient 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 TablesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Botpress.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the TablesClient.
/// If no httpClient is provided, a new one will be created.