diff --git a/src/libs/Firecrawl/Generated/Firecrawl.BillingClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.BillingClient.g.cs index bce4a1e..725f385 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.BillingClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.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::Firecrawl.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/Firecrawl/Generated/Firecrawl.CrawlingClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.CrawlingClient.g.cs index 8f6d61e..666e3a8 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.CrawlingClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.CrawlingClient.g.cs @@ -61,6 +61,27 @@ public CrawlingClient( { } + /// + /// Creates a new instance of the CrawlingClient 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 CrawlingClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Firecrawl.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CrawlingClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Firecrawl/Generated/Firecrawl.ExtractionClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.ExtractionClient.g.cs index be16e9a..5145a0d 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.ExtractionClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.ExtractionClient.g.cs @@ -61,6 +61,27 @@ public ExtractionClient( { } + /// + /// Creates a new instance of the ExtractionClient 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 ExtractionClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Firecrawl.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ExtractionClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Firecrawl/Generated/Firecrawl.FirecrawlClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.FirecrawlClient.g.cs index bb76ec8..d1ef715 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.FirecrawlClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.FirecrawlClient.g.cs @@ -134,6 +134,27 @@ public FirecrawlClient( { } + /// + /// Creates a new instance of the FirecrawlClient 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 FirecrawlClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Firecrawl.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the FirecrawlClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Firecrawl/Generated/Firecrawl.LLMsTxtClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.LLMsTxtClient.g.cs index 9dc7d7f..e8bf359 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.LLMsTxtClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.LLMsTxtClient.g.cs @@ -61,6 +61,27 @@ public LLMsTxtClient( { } + /// + /// Creates a new instance of the LLMsTxtClient 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 LLMsTxtClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Firecrawl.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the LLMsTxtClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Firecrawl/Generated/Firecrawl.MappingClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.MappingClient.g.cs index e97c67a..ec8ed73 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.MappingClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.MappingClient.g.cs @@ -61,6 +61,27 @@ public MappingClient( { } + /// + /// Creates a new instance of the MappingClient 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 MappingClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Firecrawl.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the MappingClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Firecrawl/Generated/Firecrawl.ResearchClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.ResearchClient.g.cs index ba21e02..88682fe 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.ResearchClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.ResearchClient.g.cs @@ -61,6 +61,27 @@ public ResearchClient( { } + /// + /// Creates a new instance of the ResearchClient 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 ResearchClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Firecrawl.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ResearchClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Firecrawl/Generated/Firecrawl.ScrapingClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.ScrapingClient.g.cs index e195b3b..5d97b9a 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.ScrapingClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.ScrapingClient.g.cs @@ -61,6 +61,27 @@ public ScrapingClient( { } + /// + /// Creates a new instance of the ScrapingClient 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 ScrapingClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Firecrawl.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ScrapingClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Firecrawl/Generated/Firecrawl.SearchClient.g.cs b/src/libs/Firecrawl/Generated/Firecrawl.SearchClient.g.cs index c897350..965d476 100644 --- a/src/libs/Firecrawl/Generated/Firecrawl.SearchClient.g.cs +++ b/src/libs/Firecrawl/Generated/Firecrawl.SearchClient.g.cs @@ -61,6 +61,27 @@ public SearchClient( { } + /// + /// Creates a new instance of the SearchClient 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 SearchClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Firecrawl.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the SearchClient. /// If no httpClient is provided, a new one will be created.