diff --git a/src/libs/NightfallAI/Generated/NightfallAI.FileScanningClient.g.cs b/src/libs/NightfallAI/Generated/NightfallAI.FileScanningClient.g.cs
index b42c08a..65dc646 100644
--- a/src/libs/NightfallAI/Generated/NightfallAI.FileScanningClient.g.cs
+++ b/src/libs/NightfallAI/Generated/NightfallAI.FileScanningClient.g.cs
@@ -62,6 +62,27 @@ public FileScanningClient(
{
}
+ ///
+ /// Creates a new instance of the FileScanningClient 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 FileScanningClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::NightfallAI.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the FileScanningClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/NightfallAI/Generated/NightfallAI.NightfallAIClient.g.cs b/src/libs/NightfallAI/Generated/NightfallAI.NightfallAIClient.g.cs
index b138f98..0077984 100644
--- a/src/libs/NightfallAI/Generated/NightfallAI.NightfallAIClient.g.cs
+++ b/src/libs/NightfallAI/Generated/NightfallAI.NightfallAIClient.g.cs
@@ -81,6 +81,27 @@ public NightfallAIClient(
{
}
+ ///
+ /// Creates a new instance of the NightfallAIClient 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 NightfallAIClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::NightfallAI.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the NightfallAIClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/NightfallAI/Generated/NightfallAI.ScanningClient.g.cs b/src/libs/NightfallAI/Generated/NightfallAI.ScanningClient.g.cs
index 783dd4c..4f75e54 100644
--- a/src/libs/NightfallAI/Generated/NightfallAI.ScanningClient.g.cs
+++ b/src/libs/NightfallAI/Generated/NightfallAI.ScanningClient.g.cs
@@ -62,6 +62,27 @@ public ScanningClient(
{
}
+ ///
+ /// Creates a new instance of the ScanningClient 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 ScanningClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::NightfallAI.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ScanningClient.
/// If no httpClient is provided, a new one will be created.