diff --git a/src/libs/Weaviate/Generated/Weaviate.Models.TenantResponseVariant2.g.cs b/src/libs/Weaviate/Generated/Weaviate.Models.TenantResponseVariant2.g.cs index d33cff7..86a49ed 100644 --- a/src/libs/Weaviate/Generated/Weaviate.Models.TenantResponseVariant2.g.cs +++ b/src/libs/Weaviate/Generated/Weaviate.Models.TenantResponseVariant2.g.cs @@ -14,15 +14,6 @@ public sealed partial class TenantResponseVariant2 [global::System.Text.Json.Serialization.JsonPropertyName("belongsToNodes")] public global::System.Collections.Generic.IList? BelongsToNodes { get; set; } - /// - /// Experimental. The data version of the tenant is a monotonically increasing number starting from 0 which is incremented each time a tenant's data is offloaded to cloud storage.
- /// Default Value: 0
- /// Example: 3 - ///
- /// 3 - [global::System.Text.Json.Serialization.JsonPropertyName("dataVersion")] - public int? DataVersion { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// @@ -35,18 +26,11 @@ public sealed partial class TenantResponseVariant2 /// /// The list of nodes that owns that tenant data. /// - /// - /// Experimental. The data version of the tenant is a monotonically increasing number starting from 0 which is incremented each time a tenant's data is offloaded to cloud storage.
- /// Default Value: 0
- /// Example: 3 - /// [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] public TenantResponseVariant2( - global::System.Collections.Generic.IList? belongsToNodes, - int? dataVersion) + global::System.Collections.Generic.IList? belongsToNodes) { this.BelongsToNodes = belongsToNodes; - this.DataVersion = dataVersion; } /// diff --git a/src/libs/Weaviate/openapi.yaml b/src/libs/Weaviate/openapi.yaml index 5f4b96e..9fe1ead 100644 --- a/src/libs/Weaviate/openapi.yaml +++ b/src/libs/Weaviate/openapi.yaml @@ -6,7 +6,7 @@ info: name: Weaviate url: https://github.com/weaviate email: hello@weaviate.io - version: '1.28.0' + version: '1.28.2' servers: - url: https:///v1 paths: @@ -5176,13 +5176,6 @@ components: items: type: string description: The list of nodes that owns that tenant data. - dataVersion: - minimum: 0 - type: integer - description: Experimental. The data version of the tenant is a monotonically increasing number starting from 0 which is incremented each time a tenant's data is offloaded to cloud storage. - default: 0 - example: 3 - x-nullable: true description: attributes representing a single tenant response within weaviate parameters: CommonAfterParameterQuery: