Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.AdminClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public AdminClient(
{
}

/// <summary>
/// Creates a new instance of the AdminClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public AdminClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the AdminClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.ApiKeysClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public ApiKeysClient(
{
}

/// <summary>
/// Creates a new instance of the ApiKeysClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ApiKeysClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ApiKeysClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.BillingClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public BillingClient(
{
}

/// <summary>
/// Creates a new instance of the BillingClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public BillingClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the BillingClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.CompletionsClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public CompletionsClient(
{
}

/// <summary>
/// Creates a new instance of the CompletionsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public CompletionsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the CompletionsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.DataSourcesClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public DataSourcesClient(
{
}

/// <summary>
/// Creates a new instance of the DataSourcesClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public DataSourcesClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the DataSourcesClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.ExtractionsClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public ExtractionsClient(
{
}

/// <summary>
/// Creates a new instance of the ExtractionsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ExtractionsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ExtractionsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.FilesClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public FilesClient(
{
}

/// <summary>
/// Creates a new instance of the FilesClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public FilesClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the FilesClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.MixedbreadClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,27 @@ public MixedbreadClient(
{
}

/// <summary>
/// Creates a new instance of the MixedbreadClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public MixedbreadClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the MixedbreadClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.ParsingClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public ParsingClient(
{
}

/// <summary>
/// Creates a new instance of the ParsingClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ParsingClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ParsingClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.SchemasClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public SchemasClient(
{
}

/// <summary>
/// Creates a new instance of the SchemasClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SchemasClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SchemasClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Mixedbread/Generated/Mixedbread.StoresClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,27 @@ public StoresClient(
{
}

/// <summary>
/// Creates a new instance of the StoresClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public StoresClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::Mixedbread.EndPointAuthorization>? authorizations,
global::Mixedbread.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the StoresClient.
/// If no httpClient is provided, a new one will be created.
Expand Down