diff --git a/src/libs/Mixedbread/Generated/Mixedbread.IMixedbreadClient.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.IMixedbreadClient.g.cs
index fa10e04..471794b 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.IMixedbreadClient.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.IMixedbreadClient.g.cs
@@ -42,37 +42,37 @@ public partial interface IMixedbreadClient : global::System.IDisposable
///
///
///
- public FilesClient Files { get; }
+ public AdminClient Admin { get; }
///
///
///
- public CompletionsClient Completions { get; }
+ public ApiKeysClient ApiKeys { get; }
///
///
///
- public ApiKeysClient ApiKeys { get; }
+ public BillingClient Billing { get; }
///
///
///
- public SchemasClient Schemas { get; }
+ public CompletionsClient Completions { get; }
///
///
///
- public BillingClient Billing { get; }
+ public DataSourcesClient DataSources { get; }
///
///
///
- public AdminClient Admin { get; }
+ public ExtractionsClient Extractions { get; }
///
///
///
- public StoresClient Stores { get; }
+ public FilesClient Files { get; }
///
///
@@ -82,12 +82,12 @@ public partial interface IMixedbreadClient : global::System.IDisposable
///
///
///
- public ExtractionsClient Extractions { get; }
+ public SchemasClient Schemas { get; }
///
///
///
- public DataSourcesClient DataSources { get; }
+ public StoresClient Stores { get; }
}
}
\ No newline at end of file
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.MixedbreadClient.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.MixedbreadClient.g.cs
index a489612..a6d59c8 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.MixedbreadClient.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.MixedbreadClient.g.cs
@@ -39,7 +39,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public FilesClient Files => new FilesClient(HttpClient, authorizations: Authorizations)
+ public AdminClient Admin => new AdminClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
@@ -48,7 +48,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public CompletionsClient Completions => new CompletionsClient(HttpClient, authorizations: Authorizations)
+ public ApiKeysClient ApiKeys => new ApiKeysClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
@@ -57,7 +57,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public ApiKeysClient ApiKeys => new ApiKeysClient(HttpClient, authorizations: Authorizations)
+ public BillingClient Billing => new BillingClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
@@ -66,7 +66,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public SchemasClient Schemas => new SchemasClient(HttpClient, authorizations: Authorizations)
+ public CompletionsClient Completions => new CompletionsClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
@@ -75,7 +75,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public BillingClient Billing => new BillingClient(HttpClient, authorizations: Authorizations)
+ public DataSourcesClient DataSources => new DataSourcesClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
@@ -84,7 +84,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public AdminClient Admin => new AdminClient(HttpClient, authorizations: Authorizations)
+ public ExtractionsClient Extractions => new ExtractionsClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
@@ -93,7 +93,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public StoresClient Stores => new StoresClient(HttpClient, authorizations: Authorizations)
+ public FilesClient Files => new FilesClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
@@ -111,7 +111,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public ExtractionsClient Extractions => new ExtractionsClient(HttpClient, authorizations: Authorizations)
+ public SchemasClient Schemas => new SchemasClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,
@@ -120,7 +120,7 @@ public sealed partial class MixedbreadClient : global::Mixedbread.IMixedbreadCli
///
///
///
- public DataSourcesClient DataSources => new DataSourcesClient(HttpClient, authorizations: Authorizations)
+ public StoresClient Stores => new StoresClient(HttpClient, authorizations: Authorizations)
{
ReadResponseAsString = ReadResponseAsString,
JsonSerializerContext = JsonSerializerContext,