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
18 changes: 9 additions & 9 deletions src/libs/Mixedbread/Generated/Mixedbread.IMixedbreadClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,37 @@ public partial interface IMixedbreadClient : global::System.IDisposable
/// <summary>
///
/// </summary>
public FilesClient Files { get; }
public AdminClient Admin { get; }

/// <summary>
///
/// </summary>
public CompletionsClient Completions { get; }
public ApiKeysClient ApiKeys { get; }

/// <summary>
///
/// </summary>
public ApiKeysClient ApiKeys { get; }
public BillingClient Billing { get; }

/// <summary>
///
/// </summary>
public SchemasClient Schemas { get; }
public CompletionsClient Completions { get; }

/// <summary>
///
/// </summary>
public BillingClient Billing { get; }
public DataSourcesClient DataSources { get; }

/// <summary>
///
/// </summary>
public AdminClient Admin { get; }
public ExtractionsClient Extractions { get; }

/// <summary>
///
/// </summary>
public StoresClient Stores { get; }
public FilesClient Files { get; }

/// <summary>
///
Expand All @@ -82,12 +82,12 @@ public partial interface IMixedbreadClient : global::System.IDisposable
/// <summary>
///
/// </summary>
public ExtractionsClient Extractions { get; }
public SchemasClient Schemas { get; }

/// <summary>
///
/// </summary>
public DataSourcesClient DataSources { get; }
public StoresClient Stores { get; }

}
}
18 changes: 9 additions & 9 deletions src/libs/Mixedbread/Generated/Mixedbread.MixedbreadClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public FilesClient Files => new FilesClient(HttpClient, authorizations: Authorizations)
public AdminClient Admin => new AdminClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand All @@ -48,7 +48,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public CompletionsClient Completions => new CompletionsClient(HttpClient, authorizations: Authorizations)
public ApiKeysClient ApiKeys => new ApiKeysClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand All @@ -57,7 +57,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public ApiKeysClient ApiKeys => new ApiKeysClient(HttpClient, authorizations: Authorizations)
public BillingClient Billing => new BillingClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand All @@ -66,7 +66,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public SchemasClient Schemas => new SchemasClient(HttpClient, authorizations: Authorizations)
public CompletionsClient Completions => new CompletionsClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand All @@ -75,7 +75,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public BillingClient Billing => new BillingClient(HttpClient, authorizations: Authorizations)
public DataSourcesClient DataSources => new DataSourcesClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand All @@ -84,7 +84,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public AdminClient Admin => new AdminClient(HttpClient, authorizations: Authorizations)
public ExtractionsClient Extractions => new ExtractionsClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand All @@ -93,7 +93,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public StoresClient Stores => new StoresClient(HttpClient, authorizations: Authorizations)
public FilesClient Files => new FilesClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand All @@ -111,7 +111,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public ExtractionsClient Extractions => new ExtractionsClient(HttpClient, authorizations: Authorizations)
public SchemasClient Schemas => new SchemasClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand All @@ -120,7 +120,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
/// <summary>
///
/// </summary>
public DataSourcesClient DataSources => new DataSourcesClient(HttpClient, authorizations: Authorizations)
public StoresClient Stores => new StoresClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
Expand Down