From b2f07136255784228166c415d708ba27421709e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Apr 2026 05:12:23 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...IStoresClient.CreateQuestionAnswering.g.cs | 2 +- ...bread.IStoresClient.GetMetadataFacets.g.cs | 2 +- ...bread.IStoresClient.SearchStoreChunks.g.cs | 2 +- ...dbread.IStoresClient.SearchStoreFiles.g.cs | 2 +- .../Mixedbread.JsonSerializerContext.g.cs | 48 +- ...Mixedbread.JsonSerializerContextTypes.g.cs | 712 +++++++++--------- .../Mixedbread.Models.ChunkElement.g.cs | 4 +- ...ixedbread.Models.DocumentParserResult.g.cs | 4 +- ...ixedbread.Models.MetadataFacetsParams.g.cs | 6 +- ...edbread.Models.StoreChunkSearchParams.g.cs | 6 +- ...xedbread.Models.StoreFileSearchParams.g.cs | 6 +- .../Mixedbread.Models.StoreQAParams.g.cs | 6 +- ...d.Models.VectorStoreChunkSearchParams.g.cs | 6 +- ...ad.Models.VectorStoreFileSearchParams.g.cs | 6 +- ...Mixedbread.Models.VectorStoreQAParams.g.cs | 6 +- ....StoresClient.CreateQuestionAnswering.g.cs | 2 +- ...dbread.StoresClient.GetMetadataFacets.g.cs | 2 +- ...dbread.StoresClient.SearchStoreChunks.g.cs | 2 +- ...edbread.StoresClient.SearchStoreFiles.g.cs | 2 +- 19 files changed, 430 insertions(+), 396 deletions(-) diff --git a/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.CreateQuestionAnswering.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.CreateQuestionAnswering.g.cs index 4b0f1a2..dc72012 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.CreateQuestionAnswering.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.CreateQuestionAnswering.g.cs @@ -53,7 +53,7 @@ public partial interface IStoresClient string? query = default, int? topK = default, global::Mixedbread.AnyOf>, object>? filters = default, - global::Mixedbread.AnyOf, object>? fileIds = default, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds = default, global::Mixedbread.StoreChunkSearchOptions? searchOptions = default, bool? stream = default, string? instructions = default, diff --git a/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.GetMetadataFacets.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.GetMetadataFacets.g.cs index 3ff839b..0296b14 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.GetMetadataFacets.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.GetMetadataFacets.g.cs @@ -46,7 +46,7 @@ public partial interface IStoresClient string? query = default, int? topK = default, global::Mixedbread.AnyOf>, object>? filters = default, - global::Mixedbread.AnyOf, object>? fileIds = default, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds = default, global::Mixedbread.StoreChunkSearchOptions? searchOptions = default, global::System.Collections.Generic.IList? facets = default, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.SearchStoreChunks.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.SearchStoreChunks.g.cs index 050ea49..f04cbe5 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.SearchStoreChunks.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.SearchStoreChunks.g.cs @@ -89,7 +89,7 @@ public partial interface IStoresClient global::System.Collections.Generic.IList> storeIdentifiers, int? topK = default, global::Mixedbread.AnyOf>, object>? filters = default, - global::Mixedbread.AnyOf, object>? fileIds = default, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds = default, global::Mixedbread.StoreChunkSearchOptions? searchOptions = default, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.SearchStoreFiles.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.SearchStoreFiles.g.cs index 633e6c2..fb83a6c 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.SearchStoreFiles.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.IStoresClient.SearchStoreFiles.g.cs @@ -55,7 +55,7 @@ public partial interface IStoresClient global::System.Collections.Generic.IList> storeIdentifiers, int? topK = default, global::Mixedbread.AnyOf>, object>? filters = default, - global::Mixedbread.AnyOf, object>? fileIds = default, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds = default, global::Mixedbread.StoreFileSearchOptions? searchOptions = default, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/Mixedbread/Generated/Mixedbread.JsonSerializerContext.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.JsonSerializerContext.g.cs index 4f35467..5714a55 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.JsonSerializerContext.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.JsonSerializerContext.g.cs @@ -323,7 +323,9 @@ namespace Mixedbread typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), - typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>), + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>), + + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>), typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>), @@ -351,7 +353,9 @@ namespace Mixedbread typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), - typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>), + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>), + + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>), typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), @@ -367,7 +371,9 @@ namespace Mixedbread typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), - typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>), + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>), + + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>), typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), @@ -375,7 +381,9 @@ namespace Mixedbread typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), - typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>), + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>), + + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>), typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), @@ -389,7 +397,9 @@ namespace Mixedbread typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), - typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>), + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>), + + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>), typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), @@ -403,7 +413,9 @@ namespace Mixedbread typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), - typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>), + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>), + + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>), typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), @@ -411,7 +423,9 @@ namespace Mixedbread typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), - typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>), + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>), + + typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>), typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter), @@ -536,6 +550,7 @@ namespace Mixedbread [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.ChunkElement))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.ElementType), TypeInfoPropertyName = "ElementType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.ChunkSearchResultRule))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.ChunkingStrategy), TypeInfoPropertyName = "ChunkingStrategy2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.CompleteMultipartUploadRequest))] @@ -585,7 +600,8 @@ namespace Mixedbread [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.ReturnFormat), TypeInfoPropertyName = "ReturnFormat2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.Embedding))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.EmbeddingItem), TypeInfoPropertyName = "EmbeddingItem2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.EmbeddingCreateParams))] @@ -599,8 +615,6 @@ namespace Mixedbread [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.MultiEncodingEmbedding))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.EnhancedJsonSchema))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.ErrorResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.InnerErrorResponse))] @@ -654,7 +668,9 @@ namespace Mixedbread [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.MetadataFacetsParams))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf), TypeInfoPropertyName = "AnyOfStringGuid2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf, object>), TypeInfoPropertyName = "AnyOfByteArrayIListGuidObject2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>), TypeInfoPropertyName = "AnyOfIListAnyOfConditionOperatorIListGuidIListGuidObject2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>>))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf>), TypeInfoPropertyName = "AnyOfConditionOperatorIListGuid2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.StoreChunkSearchOptions))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.Mode), TypeInfoPropertyName = "Mode2")] @@ -887,6 +903,7 @@ namespace Mixedbread [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf>))] @@ -898,15 +915,14 @@ namespace Mixedbread [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf, global::System.Collections.Generic.List>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf, global::System.Collections.Generic.List>>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] @@ -916,7 +932,9 @@ namespace Mixedbread [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf>, object>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf, object>))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf>>, global::System.Collections.Generic.List, object>))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>>))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Mixedbread.AnyOf>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] diff --git a/src/libs/Mixedbread/Generated/Mixedbread.JsonSerializerContextTypes.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.JsonSerializerContextTypes.g.cs index a3c43f5..dd516b9 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.JsonSerializerContextTypes.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.JsonSerializerContextTypes.g.cs @@ -204,263 +204,263 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Mixedbread.ChunkSearchResultRule? Type44 { get; set; } + public global::System.Collections.Generic.IList? Type44 { get; set; } /// /// /// - public global::Mixedbread.ChunkingStrategy? Type45 { get; set; } + public global::Mixedbread.ChunkSearchResultRule? Type45 { get; set; } /// /// /// - public global::Mixedbread.CompleteMultipartUploadRequest? Type46 { get; set; } + public global::Mixedbread.ChunkingStrategy? Type46 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type47 { get; set; } + public global::Mixedbread.CompleteMultipartUploadRequest? Type47 { get; set; } /// /// /// - public global::Mixedbread.MultipartUploadPart? Type48 { get; set; } + public global::System.Collections.Generic.IList? Type48 { get; set; } /// /// /// - public global::Mixedbread.ConditionOperator? Type49 { get; set; } + public global::Mixedbread.MultipartUploadPart? Type49 { get; set; } /// /// /// - public global::Mixedbread.ConnectorListResponse? Type50 { get; set; } + public global::Mixedbread.ConditionOperator? Type50 { get; set; } /// /// /// - public global::Mixedbread.CursorPaginationResponse? Type51 { get; set; } + public global::Mixedbread.ConnectorListResponse? Type51 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type52 { get; set; } + public global::Mixedbread.CursorPaginationResponse? Type52 { get; set; } /// /// /// - public global::Mixedbread.DataSourceConnector? Type53 { get; set; } + public global::System.Collections.Generic.IList? Type53 { get; set; } /// /// /// - public global::Mixedbread.ContextualizationConfig? Type54 { get; set; } + public global::Mixedbread.DataSourceConnector? Type54 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? Type55 { get; set; } + public global::Mixedbread.ContextualizationConfig? Type55 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type56 { get; set; } + public global::Mixedbread.AnyOf>? Type56 { get; set; } /// /// /// - public global::Mixedbread.CostHistogramResponse? Type57 { get; set; } + public global::System.Collections.Generic.IList? Type57 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type58 { get; set; } + public global::Mixedbread.CostHistogramResponse? Type58 { get; set; } /// /// /// - public global::Mixedbread.DailyCostBucket? Type59 { get; set; } + public global::System.Collections.Generic.IList? Type59 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type60 { get; set; } + public global::Mixedbread.DailyCostBucket? Type60 { get; set; } /// /// /// - public global::Mixedbread.PhaseCostInfo? Type61 { get; set; } + public global::System.Collections.Generic.IList? Type61 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type62 { get; set; } + public global::Mixedbread.PhaseCostInfo? Type62 { get; set; } /// /// /// - public global::Mixedbread.ProductCostInfo? Type63 { get; set; } + public global::System.Collections.Generic.IList? Type63 { get; set; } /// /// /// - public global::Mixedbread.CreateMultipartUploadRequest? Type64 { get; set; } + public global::Mixedbread.ProductCostInfo? Type64 { get; set; } /// /// /// - public long? Type65 { get; set; } + public global::Mixedbread.CreateMultipartUploadRequest? Type65 { get; set; } /// /// /// - public global::Mixedbread.CreateMultipartUploadResponse? Type66 { get; set; } + public long? Type66 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type67 { get; set; } + public global::Mixedbread.CreateMultipartUploadResponse? Type67 { get; set; } /// /// /// - public global::Mixedbread.MultipartUploadPartUrl? Type68 { get; set; } + public global::System.Collections.Generic.IList? Type68 { get; set; } /// /// /// - public global::Mixedbread.CreatedJsonSchema? Type69 { get; set; } + public global::Mixedbread.MultipartUploadPartUrl? Type69 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type70 { get; set; } + public global::Mixedbread.CreatedJsonSchema? Type70 { get; set; } /// /// /// - public global::Mixedbread.DataSource? Type71 { get; set; } + public global::System.Collections.Generic.Dictionary? Type71 { get; set; } /// /// /// - public global::Mixedbread.DataSourceType? Type72 { get; set; } + public global::Mixedbread.DataSource? Type72 { get; set; } /// /// /// - public global::Mixedbread.AuthParamsVariant1? Type73 { get; set; } + public global::Mixedbread.DataSourceType? Type73 { get; set; } /// /// /// - public global::Mixedbread.DataSourceOAuth2Params? Type74 { get; set; } + public global::Mixedbread.AuthParamsVariant1? Type74 { get; set; } /// /// /// - public global::Mixedbread.DataSourceApiKeyParams? Type75 { get; set; } + public global::Mixedbread.DataSourceOAuth2Params? Type75 { get; set; } /// /// /// - public global::Mixedbread.DataSourceAuthParamsVariant1Discriminator? Type76 { get; set; } + public global::Mixedbread.DataSourceApiKeyParams? Type76 { get; set; } /// /// /// - public global::Mixedbread.DataSourceAuthParamsVariant1DiscriminatorType? Type77 { get; set; } + public global::Mixedbread.DataSourceAuthParamsVariant1Discriminator? Type77 { get; set; } /// /// /// - public global::Mixedbread.SyncStatus? Type78 { get; set; } + public global::Mixedbread.DataSourceAuthParamsVariant1DiscriminatorType? Type78 { get; set; } /// /// /// - public global::Mixedbread.DataSourceConnectorCreateParams? Type79 { get; set; } + public global::Mixedbread.SyncStatus? Type79 { get; set; } /// /// /// - public global::Mixedbread.AnyOf? Type80 { get; set; } + public global::Mixedbread.DataSourceConnectorCreateParams? Type80 { get; set; } /// /// /// - public global::Mixedbread.DataSourceConnectorDeleted? Type81 { get; set; } + public global::Mixedbread.AnyOf? Type81 { get; set; } /// /// /// - public global::Mixedbread.DataSourceConnectorUpdateParams? Type82 { get; set; } + public global::Mixedbread.DataSourceConnectorDeleted? Type82 { get; set; } /// /// /// - public global::Mixedbread.DataSourceDeleted? Type83 { get; set; } + public global::Mixedbread.DataSourceConnectorUpdateParams? Type83 { get; set; } /// /// /// - public global::Mixedbread.DataSourceListResponse? Type84 { get; set; } + public global::Mixedbread.DataSourceDeleted? Type84 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type85 { get; set; } + public global::Mixedbread.DataSourceListResponse? Type85 { get; set; } /// /// /// - public global::Mixedbread.DeprecatedStoreFileUpsertParams? Type86 { get; set; } + public global::System.Collections.Generic.IList? Type86 { get; set; } /// /// /// - public global::Mixedbread.StoreFileConfig2? Type87 { get; set; } + public global::Mixedbread.DeprecatedStoreFileUpsertParams? Type87 { get; set; } /// /// /// - public global::System.Guid? Type88 { get; set; } + public global::Mixedbread.StoreFileConfig2? Type88 { get; set; } /// /// /// - public global::Mixedbread.DocumentParserResult? Type89 { get; set; } + public global::System.Guid? Type89 { get; set; } /// /// /// - public global::Mixedbread.ReturnFormat? Type90 { get; set; } + public global::Mixedbread.DocumentParserResult? Type90 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type91 { get; set; } + public global::Mixedbread.ReturnFormat? Type91 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type92 { get; set; } + public global::System.Collections.Generic.IList? Type92 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type93 { get; set; } + public global::System.Collections.Generic.IList? Type93 { get; set; } /// /// /// - public global::Mixedbread.Embedding? Type94 { get; set; } + public global::System.Collections.Generic.IList>? Type94 { get; set; } /// /// /// - public global::Mixedbread.EmbeddingItem? Type95 { get; set; } + public global::System.Collections.Generic.IList? Type95 { get; set; } /// /// /// - public global::Mixedbread.EmbeddingCreateParams? Type96 { get; set; } + public global::Mixedbread.Embedding? Type96 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? Type97 { get; set; } + public global::Mixedbread.EmbeddingItem? Type97 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? Type98 { get; set; } + public global::Mixedbread.EmbeddingCreateParams? Type98 { get; set; } /// /// /// - public global::Mixedbread.EncodingFormat3? Type99 { get; set; } + public global::Mixedbread.AnyOf>? Type99 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type100 { get; set; } + public global::Mixedbread.AnyOf>? Type100 { get; set; } /// /// /// - public global::Mixedbread.EmbeddingCreateResponse? Type101 { get; set; } + public global::Mixedbread.EncodingFormat3? Type101 { get; set; } /// /// /// - public global::Mixedbread.Usage? Type102 { get; set; } + public global::System.Collections.Generic.IList? Type102 { get; set; } /// /// /// - public global::Mixedbread.AnyOf, global::System.Collections.Generic.IList>? Type103 { get; set; } + public global::Mixedbread.EmbeddingCreateResponse? Type103 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type104 { get; set; } + public global::Mixedbread.Usage? Type104 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type105 { get; set; } + public global::Mixedbread.AnyOf, global::System.Collections.Generic.IList>? Type105 { get; set; } /// /// /// - public global::Mixedbread.MultiEncodingEmbedding? Type106 { get; set; } + public global::System.Collections.Generic.IList? Type106 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type107 { get; set; } + public global::System.Collections.Generic.IList? Type107 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type108 { get; set; } + public global::Mixedbread.MultiEncodingEmbedding? Type108 { get; set; } /// /// /// @@ -676,911 +676,919 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Mixedbread.AnyOf, object>? Type162 { get; set; } + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? Type162 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type163 { get; set; } + public global::System.Collections.Generic.IList>>? Type163 { get; set; } /// /// /// - public global::Mixedbread.StoreChunkSearchOptions? Type164 { get; set; } + public global::Mixedbread.AnyOf>? Type164 { get; set; } /// /// /// - public global::Mixedbread.Mode? Type165 { get; set; } + public global::System.Collections.Generic.IList? Type165 { get; set; } /// /// /// - public global::Mixedbread.MultipleEncodingsEmbeddingItem? Type166 { get; set; } + public global::Mixedbread.StoreChunkSearchOptions? Type166 { get; set; } /// /// /// - public global::Mixedbread.MultiModalQuery? Type167 { get; set; } + public global::Mixedbread.Mode? Type167 { get; set; } /// /// /// - public global::Mixedbread.MultiModalQueryVariant2? Type168 { get; set; } + public global::Mixedbread.MultipleEncodingsEmbeddingItem? Type168 { get; set; } /// /// /// - public global::Mixedbread.MultiModalQueryVariant2Discriminator? Type169 { get; set; } + public global::Mixedbread.MultiModalQuery? Type169 { get; set; } /// /// /// - public global::Mixedbread.MultiModalQueryVariant2DiscriminatorType? Type170 { get; set; } + public global::Mixedbread.MultiModalQueryVariant2? Type170 { get; set; } /// /// /// - public global::Mixedbread.MultipartUploadDetailResponse? Type171 { get; set; } + public global::Mixedbread.MultiModalQueryVariant2Discriminator? Type171 { get; set; } /// /// /// - public global::Mixedbread.MultipartUploadListResponse? Type172 { get; set; } + public global::Mixedbread.MultiModalQueryVariant2DiscriminatorType? Type172 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type173 { get; set; } + public global::Mixedbread.MultipartUploadDetailResponse? Type173 { get; set; } /// /// /// - public global::Mixedbread.MultipartUploadObject? Type174 { get; set; } + public global::Mixedbread.MultipartUploadListResponse? Type174 { get; set; } /// /// /// - public global::Mixedbread.NotionDataSourceCreateOrUpdateParams? Type175 { get; set; } + public global::System.Collections.Generic.IList? Type175 { get; set; } /// /// /// - public global::Mixedbread.AuthParamsVariant13? Type176 { get; set; } + public global::Mixedbread.MultipartUploadObject? Type176 { get; set; } /// /// /// - public global::Mixedbread.NotionDataSourceCreateOrUpdateParamsAuthParamsVariant1Discriminator? Type177 { get; set; } + public global::Mixedbread.NotionDataSourceCreateOrUpdateParams? Type177 { get; set; } /// /// /// - public global::Mixedbread.NotionDataSourceCreateOrUpdateParamsAuthParamsVariant1DiscriminatorType? Type178 { get; set; } + public global::Mixedbread.AuthParamsVariant13? Type178 { get; set; } /// /// /// - public global::Mixedbread.ParsingJob? Type179 { get; set; } + public global::Mixedbread.NotionDataSourceCreateOrUpdateParamsAuthParamsVariant1Discriminator? Type179 { get; set; } /// /// /// - public global::Mixedbread.ParsingJobCreateParams? Type180 { get; set; } + public global::Mixedbread.NotionDataSourceCreateOrUpdateParamsAuthParamsVariant1DiscriminatorType? Type180 { get; set; } /// /// /// - public global::Mixedbread.ParsingJobDeleted? Type181 { get; set; } + public global::Mixedbread.ParsingJob? Type181 { get; set; } /// /// /// - public global::Mixedbread.ParsingJobListItem? Type182 { get; set; } + public global::Mixedbread.ParsingJobCreateParams? Type182 { get; set; } /// /// /// - public global::Mixedbread.ParsingJobListResponse? Type183 { get; set; } + public global::Mixedbread.ParsingJobDeleted? Type183 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type184 { get; set; } + public global::Mixedbread.ParsingJobListItem? Type184 { get; set; } /// /// /// - public global::Mixedbread.QueryRegexSubstitutionRule? Type185 { get; set; } + public global::Mixedbread.ParsingJobListResponse? Type185 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type186 { get; set; } + public global::System.Collections.Generic.IList? Type186 { get; set; } /// /// /// - public global::Mixedbread.RegexFlag? Type187 { get; set; } + public global::Mixedbread.QueryRegexSubstitutionRule? Type187 { get; set; } /// /// /// - public global::Mixedbread.QueryStringSubstitutionRule? Type188 { get; set; } + public global::System.Collections.Generic.IList? Type188 { get; set; } /// /// /// - public global::Mixedbread.QuestionAnsweringOptions? Type189 { get; set; } + public global::Mixedbread.RegexFlag? Type189 { get; set; } /// /// /// - public global::Mixedbread.RankedDocument? Type190 { get; set; } + public global::Mixedbread.QueryStringSubstitutionRule? Type190 { get; set; } /// /// /// - public global::Mixedbread.RerankConfig? Type191 { get; set; } + public global::Mixedbread.QuestionAnsweringOptions? Type191 { get; set; } /// /// /// - public global::Mixedbread.RerankParams? Type192 { get; set; } + public global::Mixedbread.RankedDocument? Type192 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>>? Type193 { get; set; } + public global::Mixedbread.RerankConfig? Type193 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? Type194 { get; set; } + public global::Mixedbread.RerankParams? Type194 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type195 { get; set; } + public global::System.Collections.Generic.IList>>? Type195 { get; set; } /// /// /// - public global::Mixedbread.RerankResponse? Type196 { get; set; } + public global::Mixedbread.AnyOf>? Type196 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type197 { get; set; } + public global::System.Collections.Generic.IList? Type197 { get; set; } /// /// /// - public global::Mixedbread.ScopeMethod? Type198 { get; set; } + public global::Mixedbread.RerankResponse? Type198 { get; set; } /// /// /// - public global::Mixedbread.AnyOf? Type199 { get; set; } + public global::System.Collections.Generic.IList? Type199 { get; set; } /// /// /// - public global::Mixedbread.ScoredStoreFile? Type200 { get; set; } + public global::Mixedbread.ScopeMethod? Type200 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type201 { get; set; } + public global::Mixedbread.AnyOf? Type201 { get; set; } /// /// /// - public global::Mixedbread.ChunksVariant1Item? Type202 { get; set; } + public global::Mixedbread.ScoredStoreFile? Type202 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunk? Type203 { get; set; } + public global::System.Collections.Generic.IList? Type203 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunk? Type204 { get; set; } + public global::Mixedbread.ChunksVariant1Item? Type204 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunk? Type205 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunk? Type205 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunk? Type206 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunk? Type206 { get; set; } /// /// /// - public global::Mixedbread.ScoredStoreFileChunksVariant1ItemDiscriminator? Type207 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunk? Type207 { get; set; } /// /// /// - public global::Mixedbread.ScoredStoreFileChunksVariant1ItemDiscriminatorType? Type208 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunk? Type208 { get; set; } /// /// /// - public global::Mixedbread.ScoredVectorStoreFile? Type209 { get; set; } + public global::Mixedbread.ScoredStoreFileChunksVariant1ItemDiscriminator? Type209 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type210 { get; set; } + public global::Mixedbread.ScoredStoreFileChunksVariant1ItemDiscriminatorType? Type210 { get; set; } /// /// /// - public global::Mixedbread.ChunksVariant1Item2? Type211 { get; set; } + public global::Mixedbread.ScoredVectorStoreFile? Type211 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunk? Type212 { get; set; } + public global::System.Collections.Generic.IList? Type212 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunk? Type213 { get; set; } + public global::Mixedbread.ChunksVariant1Item2? Type213 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunk? Type214 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunk? Type214 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunk? Type215 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunk? Type215 { get; set; } /// /// /// - public global::Mixedbread.ScoredVectorStoreFileChunksVariant1ItemDiscriminator? Type216 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunk? Type216 { get; set; } /// /// /// - public global::Mixedbread.ScoredVectorStoreFileChunksVariant1ItemDiscriminatorType? Type217 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunk? Type217 { get; set; } /// /// /// - public global::Mixedbread.SearchCursorPagination? Type218 { get; set; } + public global::Mixedbread.ScoredVectorStoreFileChunksVariant1ItemDiscriminator? Type218 { get; set; } /// /// /// - public global::Mixedbread.Store? Type219 { get; set; } + public global::Mixedbread.ScoredVectorStoreFileChunksVariant1ItemDiscriminatorType? Type219 { get; set; } /// /// /// - public global::Mixedbread.StoreConfig2? Type220 { get; set; } + public global::Mixedbread.SearchCursorPagination? Type220 { get; set; } /// /// /// - public global::Mixedbread.StoreStatus? Type221 { get; set; } + public global::Mixedbread.Store? Type221 { get; set; } /// /// /// - public global::Mixedbread.AnyOf? Type222 { get; set; } + public global::Mixedbread.StoreConfig2? Type222 { get; set; } /// /// /// - public global::Mixedbread.AnyOf? Type223 { get; set; } + public global::Mixedbread.StoreStatus? Type223 { get; set; } /// /// /// - public global::Mixedbread.StoreChunkSearchParams? Type224 { get; set; } + public global::Mixedbread.AnyOf? Type224 { get; set; } /// /// /// - public global::Mixedbread.AnyOf? Type225 { get; set; } + public global::Mixedbread.AnyOf? Type225 { get; set; } /// /// /// - public global::Mixedbread.StoreCostInfo? Type226 { get; set; } + public global::Mixedbread.StoreChunkSearchParams? Type226 { get; set; } /// /// /// - public global::Mixedbread.StoreCostListResponse? Type227 { get; set; } + public global::Mixedbread.AnyOf? Type227 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type228 { get; set; } + public global::Mixedbread.StoreCostInfo? Type228 { get; set; } /// /// /// - public global::Mixedbread.StoreCreateParams? Type229 { get; set; } + public global::Mixedbread.StoreCostListResponse? Type229 { get; set; } /// /// /// - public global::Mixedbread.StoreDeleted? Type230 { get; set; } + public global::System.Collections.Generic.IList? Type230 { get; set; } /// /// /// - public global::Mixedbread.StoreEventHistogramBucket? Type231 { get; set; } + public global::Mixedbread.StoreCreateParams? Type231 { get; set; } /// /// /// - public global::Mixedbread.StoreEventHistogramBucketType? Type232 { get; set; } + public global::Mixedbread.StoreDeleted? Type232 { get; set; } /// /// /// - public global::Mixedbread.StoreEventHistogramParams? Type233 { get; set; } + public global::Mixedbread.StoreEventHistogramBucket? Type233 { get; set; } /// /// /// - public global::Mixedbread.StoreEventHistogramResponse? Type234 { get; set; } + public global::Mixedbread.StoreEventHistogramBucketType? Type234 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type235 { get; set; } + public global::Mixedbread.StoreEventHistogramParams? Type235 { get; set; } /// /// /// - public global::Mixedbread.StoreEventListResponse? Type236 { get; set; } + public global::Mixedbread.StoreEventHistogramResponse? Type236 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type237 { get; set; } + public global::System.Collections.Generic.IList? Type237 { get; set; } /// /// /// - public global::Mixedbread.DataItem? Type238 { get; set; } + public global::Mixedbread.StoreEventListResponse? Type238 { get; set; } /// /// /// - public global::Mixedbread.StoreIngestionEvent? Type239 { get; set; } + public global::System.Collections.Generic.IList? Type239 { get; set; } /// /// /// - public global::Mixedbread.StoreSearchEvent? Type240 { get; set; } + public global::Mixedbread.DataItem? Type240 { get; set; } /// /// /// - public global::Mixedbread.StoreEventListResponseDataItemDiscriminator? Type241 { get; set; } + public global::Mixedbread.StoreIngestionEvent? Type241 { get; set; } /// /// /// - public global::Mixedbread.StoreEventListResponseDataItemDiscriminatorType? Type242 { get; set; } + public global::Mixedbread.StoreSearchEvent? Type242 { get; set; } /// /// /// - public global::Mixedbread.StoreFile? Type243 { get; set; } + public global::Mixedbread.StoreEventListResponseDataItemDiscriminator? Type243 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type244 { get; set; } + public global::Mixedbread.StoreEventListResponseDataItemDiscriminatorType? Type244 { get; set; } /// /// /// - public global::Mixedbread.ChunksVariant1Item3? Type245 { get; set; } + public global::Mixedbread.StoreFile? Type245 { get; set; } /// /// /// - public global::Mixedbread.TextInputChunk? Type246 { get; set; } + public global::System.Collections.Generic.IList? Type246 { get; set; } /// /// /// - public global::Mixedbread.VideoUrlInputChunk? Type247 { get; set; } + public global::Mixedbread.ChunksVariant1Item3? Type247 { get; set; } /// /// /// - public global::Mixedbread.StoreFileChunksVariant1ItemDiscriminator? Type248 { get; set; } + public global::Mixedbread.TextInputChunk? Type248 { get; set; } /// /// /// - public global::Mixedbread.StoreFileChunksVariant1ItemDiscriminatorType? Type249 { get; set; } + public global::Mixedbread.VideoUrlInputChunk? Type249 { get; set; } /// /// /// - public global::Mixedbread.StoreFileParsingStrategy? Type250 { get; set; } + public global::Mixedbread.StoreFileChunksVariant1ItemDiscriminator? Type250 { get; set; } /// /// /// - public global::Mixedbread.StoreFileDeleted? Type251 { get; set; } + public global::Mixedbread.StoreFileChunksVariant1ItemDiscriminatorType? Type251 { get; set; } /// /// /// - public global::Mixedbread.StoreFileListResponse? Type252 { get; set; } + public global::Mixedbread.StoreFileParsingStrategy? Type252 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type253 { get; set; } + public global::Mixedbread.StoreFileDeleted? Type253 { get; set; } /// /// /// - public global::Mixedbread.StoreFileMetadataUpdateParams? Type254 { get; set; } + public global::Mixedbread.StoreFileListResponse? Type254 { get; set; } /// /// /// - public global::Mixedbread.StoreFileSearchOptions? Type255 { get; set; } + public global::System.Collections.Generic.IList? Type255 { get; set; } /// /// /// - public global::Mixedbread.StoreFileSearchParams? Type256 { get; set; } + public global::Mixedbread.StoreFileMetadataUpdateParams? Type256 { get; set; } /// /// /// - public global::Mixedbread.StoreFileSearchResponse? Type257 { get; set; } + public global::Mixedbread.StoreFileSearchOptions? Type257 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type258 { get; set; } + public global::Mixedbread.StoreFileSearchParams? Type258 { get; set; } /// /// /// - public global::Mixedbread.StoreListResponse? Type259 { get; set; } + public global::Mixedbread.StoreFileSearchResponse? Type259 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type260 { get; set; } + public global::System.Collections.Generic.IList? Type260 { get; set; } /// /// /// - public global::Mixedbread.StoreQAParams? Type261 { get; set; } + public global::Mixedbread.StoreListResponse? Type261 { get; set; } /// /// /// - public global::Mixedbread.StoreQAResults? Type262 { get; set; } + public global::System.Collections.Generic.IList? Type262 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type263 { get; set; } + public global::Mixedbread.StoreQAParams? Type263 { get; set; } /// /// /// - public global::Mixedbread.SourcesItem? Type264 { get; set; } + public global::Mixedbread.StoreQAResults? Type264 { get; set; } /// /// /// - public global::Mixedbread.StoreQAResultsSourceDiscriminator? Type265 { get; set; } + public global::System.Collections.Generic.IList? Type265 { get; set; } /// /// /// - public global::Mixedbread.StoreQAResultsSourceDiscriminatorType? Type266 { get; set; } + public global::Mixedbread.SourcesItem? Type266 { get; set; } /// /// /// - public global::Mixedbread.StoreSearchResponse? Type267 { get; set; } + public global::Mixedbread.StoreQAResultsSourceDiscriminator? Type267 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type268 { get; set; } + public global::Mixedbread.StoreQAResultsSourceDiscriminatorType? Type268 { get; set; } /// /// /// - public global::Mixedbread.DataItem2? Type269 { get; set; } + public global::Mixedbread.StoreSearchResponse? Type269 { get; set; } /// /// /// - public global::Mixedbread.StoreSearchResponseDataItemDiscriminator? Type270 { get; set; } + public global::System.Collections.Generic.IList? Type270 { get; set; } /// /// /// - public global::Mixedbread.StoreSearchResponseDataItemDiscriminatorType? Type271 { get; set; } + public global::Mixedbread.DataItem2? Type271 { get; set; } /// /// /// - public global::Mixedbread.StoreUpdateParams? Type272 { get; set; } + public global::Mixedbread.StoreSearchResponseDataItemDiscriminator? Type272 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant13? Type273 { get; set; } + public global::Mixedbread.StoreSearchResponseDataItemDiscriminatorType? Type273 { get; set; } /// /// /// - public global::Mixedbread.TextInputChunkGeneratedMetadataVariant1Discriminator? Type274 { get; set; } + public global::Mixedbread.StoreUpdateParams? Type274 { get; set; } /// /// /// - public global::Mixedbread.TextInputChunkGeneratedMetadataVariant1DiscriminatorType? Type275 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant13? Type275 { get; set; } /// /// /// - public global::Mixedbread.ValidatedJsonSchema? Type276 { get; set; } + public global::Mixedbread.TextInputChunkGeneratedMetadataVariant1Discriminator? Type276 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type277 { get; set; } + public global::Mixedbread.TextInputChunkGeneratedMetadataVariant1DiscriminatorType? Type277 { get; set; } /// /// /// - public global::Mixedbread.AnyOf? Type278 { get; set; } + public global::Mixedbread.ValidatedJsonSchema? Type278 { get; set; } /// /// /// - public global::Mixedbread.VectorStore? Type279 { get; set; } + public global::System.Collections.Generic.IList>? Type279 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreChunkSearchOptions? Type280 { get; set; } + public global::Mixedbread.AnyOf? Type280 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreChunkSearchParams? Type281 { get; set; } + public global::Mixedbread.VectorStore? Type281 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreCreateParams? Type282 { get; set; } + public global::Mixedbread.VectorStoreChunkSearchOptions? Type282 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreDeleted? Type283 { get; set; } + public global::Mixedbread.VectorStoreChunkSearchParams? Type283 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFile? Type284 { get; set; } + public global::Mixedbread.VectorStoreCreateParams? Type284 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type285 { get; set; } + public global::Mixedbread.VectorStoreDeleted? Type285 { get; set; } /// /// /// - public global::Mixedbread.ChunksVariant1Item4? Type286 { get; set; } + public global::Mixedbread.VectorStoreFile? Type286 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFileChunksVariant1ItemDiscriminator? Type287 { get; set; } + public global::System.Collections.Generic.IList? Type287 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFileChunksVariant1ItemDiscriminatorType? Type288 { get; set; } + public global::Mixedbread.ChunksVariant1Item4? Type288 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFileDeleted? Type289 { get; set; } + public global::Mixedbread.VectorStoreFileChunksVariant1ItemDiscriminator? Type289 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFileListResponse? Type290 { get; set; } + public global::Mixedbread.VectorStoreFileChunksVariant1ItemDiscriminatorType? Type290 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type291 { get; set; } + public global::Mixedbread.VectorStoreFileDeleted? Type291 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFileSearchOptions? Type292 { get; set; } + public global::Mixedbread.VectorStoreFileListResponse? Type292 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFileSearchParams? Type293 { get; set; } + public global::System.Collections.Generic.IList? Type293 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFileSearchResponse? Type294 { get; set; } + public global::Mixedbread.VectorStoreFileSearchOptions? Type294 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type295 { get; set; } + public global::Mixedbread.VectorStoreFileSearchParams? Type295 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreFileStatus? Type296 { get; set; } + public global::Mixedbread.VectorStoreFileSearchResponse? Type296 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreListResponse? Type297 { get; set; } + public global::System.Collections.Generic.IList? Type297 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type298 { get; set; } + public global::Mixedbread.VectorStoreFileStatus? Type298 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreQAParams? Type299 { get; set; } + public global::Mixedbread.VectorStoreListResponse? Type299 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreQAResults? Type300 { get; set; } + public global::System.Collections.Generic.IList? Type300 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type301 { get; set; } + public global::Mixedbread.VectorStoreQAParams? Type301 { get; set; } /// /// /// - public global::Mixedbread.SourcesItem2? Type302 { get; set; } + public global::Mixedbread.VectorStoreQAResults? Type302 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreQAResultsSourceDiscriminator? Type303 { get; set; } + public global::System.Collections.Generic.IList? Type303 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreQAResultsSourceDiscriminatorType? Type304 { get; set; } + public global::Mixedbread.SourcesItem2? Type304 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreSearchResponse? Type305 { get; set; } + public global::Mixedbread.VectorStoreQAResultsSourceDiscriminator? Type305 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type306 { get; set; } + public global::Mixedbread.VectorStoreQAResultsSourceDiscriminatorType? Type306 { get; set; } /// /// /// - public global::Mixedbread.DataItem3? Type307 { get; set; } + public global::Mixedbread.VectorStoreSearchResponse? Type307 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreSearchResponseDataItemDiscriminator? Type308 { get; set; } + public global::System.Collections.Generic.IList? Type308 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreSearchResponseDataItemDiscriminatorType? Type309 { get; set; } + public global::Mixedbread.DataItem3? Type309 { get; set; } /// /// /// - public global::Mixedbread.VectorStoreUpdateParams? Type310 { get; set; } + public global::Mixedbread.VectorStoreSearchResponseDataItemDiscriminator? Type310 { get; set; } /// /// /// - public global::Mixedbread.VideoUrl? Type311 { get; set; } + public global::Mixedbread.VectorStoreSearchResponseDataItemDiscriminatorType? Type311 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant14? Type312 { get; set; } + public global::Mixedbread.VectorStoreUpdateParams? Type312 { get; set; } /// /// /// - public global::Mixedbread.VideoUrlInputChunkGeneratedMetadataVariant1Discriminator? Type313 { get; set; } + public global::Mixedbread.VideoUrl? Type313 { get; set; } /// /// /// - public global::Mixedbread.VideoUrlInputChunkGeneratedMetadataVariant1DiscriminatorType? Type314 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant14? Type314 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant15? Type315 { get; set; } + public global::Mixedbread.VideoUrlInputChunkGeneratedMetadataVariant1Discriminator? Type315 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunkGeneratedMetadataVariant1Discriminator? Type316 { get; set; } + public global::Mixedbread.VideoUrlInputChunkGeneratedMetadataVariant1DiscriminatorType? Type316 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant16? Type317 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant15? Type317 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunkGeneratedMetadataVariant1Discriminator? Type318 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunkGeneratedMetadataVariant1Discriminator? Type318 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant17? Type319 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant16? Type319 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunkGeneratedMetadataVariant1Discriminator? Type320 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunkGeneratedMetadataVariant1Discriminator? Type320 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunkGeneratedMetadataVariant1DiscriminatorType? Type321 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant17? Type321 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant18? Type322 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunkGeneratedMetadataVariant1Discriminator? Type322 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunkGeneratedMetadataVariant1Discriminator? Type323 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunkGeneratedMetadataVariant1DiscriminatorType? Type323 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleCreateParams? Type324 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant18? Type324 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type325 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunkGeneratedMetadataVariant1Discriminator? Type325 { get; set; } /// /// /// - public global::Mixedbread.RulesItem? Type326 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleCreateParams? Type326 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleCreateParamsRuleDiscriminator? Type327 { get; set; } + public global::System.Collections.Generic.IList? Type327 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleCreateParamsRuleDiscriminatorType? Type328 { get; set; } + public global::Mixedbread.RulesItem? Type328 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleDeleted? Type329 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleCreateParamsRuleDiscriminator? Type329 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponse? Type330 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleCreateParamsRuleDiscriminatorType? Type330 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type331 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleDeleted? Type331 { get; set; } /// /// /// - public global::Mixedbread.RulesItem2? Type332 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponse? Type332 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponseRuleDiscriminator? Type333 { get; set; } + public global::System.Collections.Generic.IList? Type333 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponseRuleDiscriminatorType? Type334 { get; set; } + public global::Mixedbread.RulesItem2? Type334 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleteParams? Type335 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponseRuleDiscriminator? Type335 { get; set; } /// /// /// - public global::Mixedbread.Rule? Type336 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponseRuleDiscriminatorType? Type336 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleteParamsRuleDiscriminator? Type337 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleteParams? Type337 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleteParamsRuleDiscriminatorType? Type338 { get; set; } + public global::Mixedbread.Rule? Type338 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleted? Type339 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleteParamsRuleDiscriminator? Type339 { get; set; } /// /// /// - public global::Mixedbread.DeletedRule? Type340 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleteParamsRuleDiscriminatorType? Type340 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeletedDeletedRuleDiscriminator? Type341 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleted? Type341 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeletedDeletedRuleDiscriminatorType? Type342 { get; set; } + public global::Mixedbread.DeletedRule? Type342 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleUpdateParams? Type343 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeletedDeletedRuleDiscriminator? Type343 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type344 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeletedDeletedRuleDiscriminatorType? Type344 { get; set; } /// /// /// - public global::Mixedbread.RulesVariant1Item? Type345 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleUpdateParams? Type345 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleUpdateParamsRulesVariant1ItemDiscriminator? Type346 { get; set; } + public global::System.Collections.Generic.IList? Type346 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleUpdateParamsRulesVariant1ItemDiscriminatorType? Type347 { get; set; } + public global::Mixedbread.RulesVariant1Item? Type347 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleCreateParams? Type348 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleUpdateParamsRulesVariant1ItemDiscriminator? Type348 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type349 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleUpdateParamsRulesVariant1ItemDiscriminatorType? Type349 { get; set; } /// /// /// - public global::Mixedbread.RulesItem3? Type350 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleCreateParams? Type350 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleCreateParamsRuleDiscriminator? Type351 { get; set; } + public global::System.Collections.Generic.IList? Type351 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleCreateParamsRuleDiscriminatorType? Type352 { get; set; } + public global::Mixedbread.RulesItem3? Type352 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleDeleted? Type353 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleCreateParamsRuleDiscriminator? Type353 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponse? Type354 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleCreateParamsRuleDiscriminatorType? Type354 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type355 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleDeleted? Type355 { get; set; } /// /// /// - public global::Mixedbread.RulesItem4? Type356 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponse? Type356 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponseRuleDiscriminator? Type357 { get; set; } + public global::System.Collections.Generic.IList? Type357 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponseRuleDiscriminatorType? Type358 { get; set; } + public global::Mixedbread.RulesItem4? Type358 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleteParams? Type359 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponseRuleDiscriminator? Type359 { get; set; } /// /// /// - public global::Mixedbread.Rule2? Type360 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponseRuleDiscriminatorType? Type360 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleteParamsRuleDiscriminator? Type361 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleteParams? Type361 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleteParamsRuleDiscriminatorType? Type362 { get; set; } + public global::Mixedbread.Rule2? Type362 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleted? Type363 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleteParamsRuleDiscriminator? Type363 { get; set; } /// /// /// - public global::Mixedbread.DeletedRule2? Type364 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleteParamsRuleDiscriminatorType? Type364 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeletedDeletedRuleDiscriminator? Type365 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleted? Type365 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeletedDeletedRuleDiscriminatorType? Type366 { get; set; } + public global::Mixedbread.DeletedRule2? Type366 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleUpdateParams? Type367 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeletedDeletedRuleDiscriminator? Type367 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type368 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeletedDeletedRuleDiscriminatorType? Type368 { get; set; } /// /// /// - public global::Mixedbread.RulesVariant1Item2? Type369 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleUpdateParams? Type369 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleUpdateParamsRulesVariant1ItemDiscriminator? Type370 { get; set; } + public global::System.Collections.Generic.IList? Type370 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleUpdateParamsRulesVariant1ItemDiscriminatorType? Type371 { get; set; } + public global::Mixedbread.RulesVariant1Item2? Type371 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant19? Type372 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleUpdateParamsRulesVariant1ItemDiscriminator? Type372 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunkGeneratedMetadataVariant1Discriminator? Type373 { get; set; } + public global::Mixedbread.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleUpdateParamsRulesVariant1ItemDiscriminatorType? Type373 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunkGeneratedMetadataVariant1DiscriminatorType? Type374 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant19? Type374 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant110? Type375 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunkGeneratedMetadataVariant1Discriminator? Type375 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunkGeneratedMetadataVariant1Discriminator? Type376 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunkGeneratedMetadataVariant1DiscriminatorType? Type376 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunkGeneratedMetadataVariant1DiscriminatorType? Type377 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant110? Type377 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant111? Type378 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunkGeneratedMetadataVariant1Discriminator? Type378 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunkGeneratedMetadataVariant1Discriminator? Type379 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunkGeneratedMetadataVariant1DiscriminatorType? Type379 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunkGeneratedMetadataVariant1DiscriminatorType? Type380 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant111? Type380 { get; set; } /// /// /// - public global::Mixedbread.GeneratedMetadataVariant112? Type381 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunkGeneratedMetadataVariant1Discriminator? Type381 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunkGeneratedMetadataVariant1Discriminator? Type382 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunkGeneratedMetadataVariant1DiscriminatorType? Type382 { get; set; } /// /// /// - public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunkGeneratedMetadataVariant1DiscriminatorType? Type383 { get; set; } + public global::Mixedbread.GeneratedMetadataVariant112? Type383 { get; set; } /// /// /// - public global::Mixedbread.AnyOf? Type384 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunkGeneratedMetadataVariant1Discriminator? Type384 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type385 { get; set; } + public global::Mixedbread.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunkGeneratedMetadataVariant1DiscriminatorType? Type385 { get; set; } /// /// /// - public global::Mixedbread.ListStoreEventsEventType? Type386 { get; set; } + public global::Mixedbread.AnyOf? Type386 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? Type387 { get; set; } + public global::System.Collections.Generic.IList? Type387 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type388 { get; set; } + public global::Mixedbread.ListStoreEventsEventType? Type388 { get; set; } + /// + /// + /// + public global::Mixedbread.AnyOf>? Type389 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.IList? Type390 { get; set; } /// /// @@ -1597,83 +1605,83 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.List? ListType3 { get; set; } + public global::System.Collections.Generic.List? ListType3 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType4 { get; set; } + public global::System.Collections.Generic.List? ListType4 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? ListType5 { get; set; } + public global::System.Collections.Generic.List? ListType5 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType6 { get; set; } + public global::Mixedbread.AnyOf>? ListType6 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType7 { get; set; } + public global::System.Collections.Generic.List? ListType7 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType8 { get; set; } + public global::System.Collections.Generic.List? ListType8 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType9 { get; set; } + public global::System.Collections.Generic.List? ListType9 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType10 { get; set; } + public global::System.Collections.Generic.List? ListType10 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType11 { get; set; } + public global::System.Collections.Generic.List? ListType11 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType12 { get; set; } + public global::System.Collections.Generic.List? ListType12 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType13 { get; set; } + public global::System.Collections.Generic.List? ListType13 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType14 { get; set; } + public global::System.Collections.Generic.List? ListType14 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? ListType15 { get; set; } + public global::System.Collections.Generic.List>? ListType15 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? ListType16 { get; set; } + public global::System.Collections.Generic.List? ListType16 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType17 { get; set; } + public global::Mixedbread.AnyOf>? ListType17 { get; set; } /// /// /// - public global::Mixedbread.AnyOf, global::System.Collections.Generic.List>? ListType18 { get; set; } + public global::Mixedbread.AnyOf>? ListType18 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType19 { get; set; } + public global::System.Collections.Generic.List? ListType19 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType20 { get; set; } + public global::Mixedbread.AnyOf, global::System.Collections.Generic.List>? ListType20 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType21 { get; set; } + public global::System.Collections.Generic.List? ListType21 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType22 { get; set; } + public global::System.Collections.Generic.List? ListType22 { get; set; } /// /// /// @@ -1713,146 +1721,154 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Mixedbread.AnyOf, object>? ListType32 { get; set; } + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.List, object>? ListType32 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.List>>? ListType33 { get; set; } + /// + /// + /// + public global::Mixedbread.AnyOf>? ListType34 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType33 { get; set; } + public global::System.Collections.Generic.List? ListType35 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType34 { get; set; } + public global::System.Collections.Generic.List? ListType36 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType35 { get; set; } + public global::System.Collections.Generic.List? ListType37 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType36 { get; set; } + public global::System.Collections.Generic.List? ListType38 { get; set; } /// /// /// - public global::System.Collections.Generic.List>>? ListType37 { get; set; } + public global::System.Collections.Generic.List>>? ListType39 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? ListType38 { get; set; } + public global::Mixedbread.AnyOf>? ListType40 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType39 { get; set; } + public global::System.Collections.Generic.List? ListType41 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType40 { get; set; } + public global::System.Collections.Generic.List? ListType42 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType41 { get; set; } + public global::System.Collections.Generic.List? ListType43 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType42 { get; set; } + public global::System.Collections.Generic.List? ListType44 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType43 { get; set; } + public global::System.Collections.Generic.List? ListType45 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType44 { get; set; } + public global::System.Collections.Generic.List? ListType46 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType45 { get; set; } + public global::System.Collections.Generic.List? ListType47 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType46 { get; set; } + public global::System.Collections.Generic.List? ListType48 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType47 { get; set; } + public global::System.Collections.Generic.List? ListType49 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType48 { get; set; } + public global::System.Collections.Generic.List? ListType50 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType49 { get; set; } + public global::System.Collections.Generic.List? ListType51 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType50 { get; set; } + public global::System.Collections.Generic.List? ListType52 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType51 { get; set; } + public global::System.Collections.Generic.List? ListType53 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType52 { get; set; } + public global::System.Collections.Generic.List>? ListType54 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType53 { get; set; } + public global::System.Collections.Generic.List? ListType55 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType54 { get; set; } + public global::System.Collections.Generic.List? ListType56 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType55 { get; set; } + public global::System.Collections.Generic.List? ListType57 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType56 { get; set; } + public global::System.Collections.Generic.List? ListType58 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType57 { get; set; } + public global::System.Collections.Generic.List? ListType59 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType58 { get; set; } + public global::System.Collections.Generic.List? ListType60 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType59 { get; set; } + public global::System.Collections.Generic.List? ListType61 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType60 { get; set; } + public global::System.Collections.Generic.List? ListType62 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType61 { get; set; } + public global::System.Collections.Generic.List? ListType63 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType62 { get; set; } + public global::System.Collections.Generic.List? ListType64 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType63 { get; set; } + public global::System.Collections.Generic.List? ListType65 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType64 { get; set; } + public global::System.Collections.Generic.List? ListType66 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType65 { get; set; } + public global::System.Collections.Generic.List? ListType67 { get; set; } /// /// /// - public global::Mixedbread.AnyOf>? ListType66 { get; set; } + public global::Mixedbread.AnyOf>? ListType68 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType67 { get; set; } + public global::System.Collections.Generic.List? ListType69 { get; set; } } } \ No newline at end of file diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ChunkElement.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ChunkElement.g.cs index 1f39109..ab9a798 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ChunkElement.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ChunkElement.g.cs @@ -28,7 +28,7 @@ public sealed partial class ChunkElement /// [global::System.Text.Json.Serialization.JsonPropertyName("bbox")] [global::System.Text.Json.Serialization.JsonRequired] - public required byte[] Bbox { get; set; } + public required global::System.Collections.Generic.IList Bbox { get; set; } /// /// The page number where the element was found @@ -92,7 +92,7 @@ public sealed partial class ChunkElement public ChunkElement( global::Mixedbread.ElementType type, double confidence, - byte[] bbox, + global::System.Collections.Generic.IList bbox, int page, string content, string? summary, diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.DocumentParserResult.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.DocumentParserResult.g.cs index 2a33c12..a55c1b0 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.DocumentParserResult.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.DocumentParserResult.g.cs @@ -41,7 +41,7 @@ public sealed partial class DocumentParserResult /// List of (width, height) tuples for each page /// [global::System.Text.Json.Serialization.JsonPropertyName("page_sizes")] - public global::System.Collections.Generic.IList? PageSizes { get; set; } + public global::System.Collections.Generic.IList>? PageSizes { get; set; } /// /// Additional properties that are not explicitly defined in the schema @@ -75,7 +75,7 @@ public DocumentParserResult( global::System.Collections.Generic.IList elementTypes, global::System.Collections.Generic.IList chunks, global::Mixedbread.ChunkingStrategy chunkingStrategy, - global::System.Collections.Generic.IList? pageSizes) + global::System.Collections.Generic.IList>? pageSizes) { this.ChunkingStrategy = chunkingStrategy; this.ReturnFormat = returnFormat; diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MetadataFacetsParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MetadataFacetsParams.g.cs index 2db6af1..06312d5 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MetadataFacetsParams.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MetadataFacetsParams.g.cs @@ -39,8 +39,8 @@ public sealed partial class MetadataFacetsParams /// Optional list of file IDs to filter chunks by (inclusion filter) /// [global::System.Text.Json.Serialization.JsonPropertyName("file_ids")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>))] - public global::Mixedbread.AnyOf, object>? FileIds { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>))] + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? FileIds { get; set; } /// /// Search configuration options @@ -93,7 +93,7 @@ public MetadataFacetsParams( string? query, int? topK, global::Mixedbread.AnyOf>, object>? filters, - global::Mixedbread.AnyOf, object>? fileIds, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds, global::Mixedbread.StoreChunkSearchOptions? searchOptions, global::System.Collections.Generic.IList? facets) { diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreChunkSearchParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreChunkSearchParams.g.cs index 7a21210..8231467 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreChunkSearchParams.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreChunkSearchParams.g.cs @@ -41,8 +41,8 @@ public sealed partial class StoreChunkSearchParams /// Optional list of file IDs to filter chunks by (inclusion filter) /// [global::System.Text.Json.Serialization.JsonPropertyName("file_ids")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>))] - public global::Mixedbread.AnyOf, object>? FileIds { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>))] + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? FileIds { get; set; } /// /// Search configuration options @@ -86,7 +86,7 @@ public StoreChunkSearchParams( global::System.Collections.Generic.IList> storeIdentifiers, int? topK, global::Mixedbread.AnyOf>, object>? filters, - global::Mixedbread.AnyOf, object>? fileIds, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds, global::Mixedbread.StoreChunkSearchOptions? searchOptions) { this.Query = query; diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileSearchParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileSearchParams.g.cs index 35ba775..c499ecf 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileSearchParams.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileSearchParams.g.cs @@ -41,8 +41,8 @@ public sealed partial class StoreFileSearchParams /// Optional list of file IDs to filter chunks by (inclusion filter) /// [global::System.Text.Json.Serialization.JsonPropertyName("file_ids")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>))] - public global::Mixedbread.AnyOf, object>? FileIds { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>))] + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? FileIds { get; set; } /// /// Search configuration options @@ -86,7 +86,7 @@ public StoreFileSearchParams( global::System.Collections.Generic.IList> storeIdentifiers, int? topK, global::Mixedbread.AnyOf>, object>? filters, - global::Mixedbread.AnyOf, object>? fileIds, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds, global::Mixedbread.StoreFileSearchOptions? searchOptions) { this.Query = query; diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreQAParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreQAParams.g.cs index edb3024..98fe67a 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreQAParams.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreQAParams.g.cs @@ -39,8 +39,8 @@ public sealed partial class StoreQAParams /// Optional list of file IDs to filter chunks by (inclusion filter) /// [global::System.Text.Json.Serialization.JsonPropertyName("file_ids")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>))] - public global::Mixedbread.AnyOf, object>? FileIds { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>))] + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? FileIds { get; set; } /// /// Search configuration options @@ -113,7 +113,7 @@ public StoreQAParams( string? query, int? topK, global::Mixedbread.AnyOf>, object>? filters, - global::Mixedbread.AnyOf, object>? fileIds, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds, global::Mixedbread.StoreChunkSearchOptions? searchOptions, bool? stream, string? instructions, diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreChunkSearchParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreChunkSearchParams.g.cs index 637d9f3..937a0cc 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreChunkSearchParams.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreChunkSearchParams.g.cs @@ -40,8 +40,8 @@ public sealed partial class VectorStoreChunkSearchParams /// Optional list of file IDs to filter chunks by (inclusion filter) /// [global::System.Text.Json.Serialization.JsonPropertyName("file_ids")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>))] - public global::Mixedbread.AnyOf, object>? FileIds { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>))] + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? FileIds { get; set; } /// /// Search configuration options @@ -85,7 +85,7 @@ public VectorStoreChunkSearchParams( global::System.Collections.Generic.IList> vectorStoreIdentifiers, int? topK, global::Mixedbread.AnyOf>, object>? filters, - global::Mixedbread.AnyOf, object>? fileIds, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds, global::Mixedbread.VectorStoreChunkSearchOptions? searchOptions) { this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query)); diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileSearchParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileSearchParams.g.cs index 1172b09..3ac2e13 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileSearchParams.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileSearchParams.g.cs @@ -40,8 +40,8 @@ public sealed partial class VectorStoreFileSearchParams /// Optional list of file IDs to filter chunks by (inclusion filter) /// [global::System.Text.Json.Serialization.JsonPropertyName("file_ids")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>))] - public global::Mixedbread.AnyOf, object>? FileIds { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>))] + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? FileIds { get; set; } /// /// Search configuration options @@ -85,7 +85,7 @@ public VectorStoreFileSearchParams( global::System.Collections.Generic.IList> vectorStoreIdentifiers, int? topK, global::Mixedbread.AnyOf>, object>? filters, - global::Mixedbread.AnyOf, object>? fileIds, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds, global::Mixedbread.VectorStoreFileSearchOptions? searchOptions) { this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query)); diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreQAParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreQAParams.g.cs index ace99bf..b8543c8 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreQAParams.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreQAParams.g.cs @@ -39,8 +39,8 @@ public sealed partial class VectorStoreQAParams /// Optional list of file IDs to filter chunks by (inclusion filter) /// [global::System.Text.Json.Serialization.JsonPropertyName("file_ids")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter, object>))] - public global::Mixedbread.AnyOf, object>? FileIds { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Mixedbread.JsonConverters.AnyOfJsonConverter>>, global::System.Collections.Generic.IList, object>))] + public global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? FileIds { get; set; } /// /// Search configuration options @@ -104,7 +104,7 @@ public VectorStoreQAParams( string? query, int? topK, global::Mixedbread.AnyOf>, object>? filters, - global::Mixedbread.AnyOf, object>? fileIds, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds, global::Mixedbread.VectorStoreChunkSearchOptions? searchOptions, bool? stream, global::Mixedbread.QuestionAnsweringOptions? qaOptions) diff --git a/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.CreateQuestionAnswering.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.CreateQuestionAnswering.g.cs index 3bb6a61..8a74708 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.CreateQuestionAnswering.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.CreateQuestionAnswering.g.cs @@ -255,7 +255,7 @@ partial void ProcessCreateQuestionAnsweringResponseContent( string? query = default, int? topK = default, global::Mixedbread.AnyOf>, object>? filters = default, - global::Mixedbread.AnyOf, object>? fileIds = default, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds = default, global::Mixedbread.StoreChunkSearchOptions? searchOptions = default, bool? stream = default, string? instructions = default, diff --git a/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.GetMetadataFacets.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.GetMetadataFacets.g.cs index fbf2d52..c74f823 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.GetMetadataFacets.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.GetMetadataFacets.g.cs @@ -248,7 +248,7 @@ partial void ProcessGetMetadataFacetsResponseContent( string? query = default, int? topK = default, global::Mixedbread.AnyOf>, object>? filters = default, - global::Mixedbread.AnyOf, object>? fileIds = default, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds = default, global::Mixedbread.StoreChunkSearchOptions? searchOptions = default, global::System.Collections.Generic.IList? facets = default, global::System.Threading.CancellationToken cancellationToken = default) diff --git a/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.SearchStoreChunks.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.SearchStoreChunks.g.cs index 9c460d5..4274f1a 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.SearchStoreChunks.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.SearchStoreChunks.g.cs @@ -291,7 +291,7 @@ partial void ProcessSearchStoreChunksResponseContent( global::System.Collections.Generic.IList> storeIdentifiers, int? topK = default, global::Mixedbread.AnyOf>, object>? filters = default, - global::Mixedbread.AnyOf, object>? fileIds = default, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds = default, global::Mixedbread.StoreChunkSearchOptions? searchOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.SearchStoreFiles.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.SearchStoreFiles.g.cs index f62dcb8..36322ef 100644 --- a/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.SearchStoreFiles.g.cs +++ b/src/libs/Mixedbread/Generated/Mixedbread.StoresClient.SearchStoreFiles.g.cs @@ -257,7 +257,7 @@ partial void ProcessSearchStoreFilesResponseContent( global::System.Collections.Generic.IList> storeIdentifiers, int? topK = default, global::Mixedbread.AnyOf>, object>? filters = default, - global::Mixedbread.AnyOf, object>? fileIds = default, + global::Mixedbread.AnyOf>>, global::System.Collections.Generic.IList, object>? fileIds = default, global::Mixedbread.StoreFileSearchOptions? searchOptions = default, global::System.Threading.CancellationToken cancellationToken = default) {