From 8542139231ac9657a19b24e3b146bcea20d0abe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Jul 2026 19:23:49 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../LabelStudio.ILabelsClient.UpdateMany.g.cs | 27 +- .../LabelStudio.JsonSerializerContext.g.cs | 10 +- ...abelStudio.JsonSerializerContextTypes.g.cs | 1216 +++++++++-------- .../LabelStudio.LabelsClient.UpdateMany.g.cs | 95 +- ...io.Models.LabelBulkUpdateRequest.Json.g.cs | 141 ++ ...lStudio.Models.LabelBulkUpdateRequest.g.cs | 64 + ...s.LabelBulkUpdateRequestNewLabel.Json.g.cs | 141 ++ ...Models.LabelBulkUpdateRequestNewLabel.g.cs | 19 + ...s.LabelBulkUpdateRequestOldLabel.Json.g.cs | 141 ++ ...Models.LabelBulkUpdateRequestOldLabel.g.cs | 19 + ...o.Models.LabelBulkUpdateResponse.Json.g.cs | 141 ++ ...Studio.Models.LabelBulkUpdateResponse.g.cs | 45 + src/libs/LabelStudio/openapi.yaml | 37 +- 13 files changed, 1473 insertions(+), 623 deletions(-) create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequest.Json.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequest.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestNewLabel.Json.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestNewLabel.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestOldLabel.Json.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestOldLabel.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateResponse.Json.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateResponse.g.cs diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILabelsClient.UpdateMany.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILabelsClient.UpdateMany.g.cs index 5bcdc3fb..21c4a292 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.ILabelsClient.UpdateMany.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.ILabelsClient.UpdateMany.g.cs @@ -9,10 +9,13 @@ public partial interface ILabelsClient /// If you want to update the labels in saved annotations, use this endpoint.
/// /// + /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task UpdateManyAsync( + global::System.Threading.Tasks.Task UpdateManyAsync( + + global::LabelStudio.LabelBulkUpdateRequest request, global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); /// @@ -20,10 +23,30 @@ public partial interface ILabelsClient /// If you want to update the labels in saved annotations, use this endpoint.
/// ///
+ /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task UpdateManyAsResponseAsync( + global::System.Threading.Tasks.Task> UpdateManyAsResponseAsync( + + global::LabelStudio.LabelBulkUpdateRequest request, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default); + /// + /// Bulk update labels
+ /// If you want to update the labels in saved annotations, use this endpoint.
+ /// + ///
+ /// + /// + /// + /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. + /// The token to cancel the operation with + /// + global::System.Threading.Tasks.Task UpdateManyAsync( + object newLabel, + object oldLabel, + int? project = default, global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs index bc7d81a3..9df879e7 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs @@ -585,6 +585,8 @@ namespace LabelStudio [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LSEJWTSettingsRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LSEKeyIndicatorValue))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.Label))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LabelBulkUpdateRequest))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LabelBulkUpdateResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LabelCreate))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LabelCreateRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LabelDistributionCountsResponse))] @@ -879,8 +881,6 @@ namespace LabelStudio [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SessionTimeoutPolicy))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateBackfillCancelResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateBackfillErrorResponse))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateBackfillJobItem))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateBackfillJobItemResponse))] internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -1263,6 +1263,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue_d4cd88601b7727f2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue_42876ca72ef469f3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "ApiProjectsStatsTotalAgreementRetrieveResponseVariant2_34675e999e90b30b")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateBackfillJobItem))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateBackfillJobItemResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateBackfillProgress))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateTriggeredBy))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StateBackfillJobListResponse))] @@ -1758,8 +1760,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [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))] internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -2142,6 +2142,8 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue_d4cd88601b7727f2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue_42876ca72ef469f3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "ApiProjectsStatsTotalAgreementRetrieveResponseVariant2_34675e999e90b30b")] + [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))] diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs index 03f5b220..d0bba470 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs @@ -820,2419 +820,2427 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::LabelStudio.LabelCreate? Type198 { get; set; } + public global::LabelStudio.LabelBulkUpdateRequest? Type198 { get; set; } /// /// /// - public global::LabelStudio.LabelCreateRequest? Type199 { get; set; } + public global::LabelStudio.LabelBulkUpdateResponse? Type199 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsResponse? Type200 { get; set; } + public global::LabelStudio.LabelCreate? Type200 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type201 { get; set; } + public global::LabelStudio.LabelCreateRequest? Type201 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsRow? Type202 { get; set; } + public global::LabelStudio.LabelDistributionCountsResponse? Type202 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsTotals? Type203 { get; set; } + public global::System.Collections.Generic.IList? Type203 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type204 { get; set; } + public global::LabelStudio.LabelDistributionCountsRow? Type204 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionStructureDimension? Type205 { get; set; } + public global::LabelStudio.LabelDistributionCountsTotals? Type205 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionStructureResponse? Type206 { get; set; } + public global::System.Collections.Generic.Dictionary? Type206 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type207 { get; set; } + public global::LabelStudio.LabelDistributionStructureDimension? Type207 { get; set; } /// /// /// - public global::LabelStudio.LabelLink? Type208 { get; set; } + public global::LabelStudio.LabelDistributionStructureResponse? Type208 { get; set; } /// /// /// - public global::LabelStudio.LabelLinkRequest? Type209 { get; set; } + public global::System.Collections.Generic.IList? Type209 { get; set; } /// /// /// - public global::LabelStudio.LearningProgressResponse? Type210 { get; set; } + public global::LabelStudio.LabelLink? Type210 { get; set; } /// /// /// - public global::LabelStudio.LearningProgressUpdateRequest? Type211 { get; set; } + public global::LabelStudio.LabelLinkRequest? Type211 { get; set; } /// /// /// - public global::LabelStudio.LearningResource? Type212 { get; set; } + public global::LabelStudio.LearningProgressResponse? Type212 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceAssignmentSummary? Type213 { get; set; } + public global::LabelStudio.LearningProgressUpdateRequest? Type213 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceCreate? Type214 { get; set; } + public global::LabelStudio.LearningResource? Type214 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceCreateRequest? Type215 { get; set; } + public global::LabelStudio.LearningResourceAssignmentSummary? Type215 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceDetail? Type216 { get; set; } + public global::LabelStudio.LearningResourceCreate? Type216 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type217 { get; set; } + public global::LabelStudio.LearningResourceCreateRequest? Type217 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceRequest? Type218 { get; set; } + public global::LabelStudio.LearningResourceDetail? Type218 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceUpdate? Type219 { get; set; } + public global::System.Collections.Generic.IList? Type219 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceUploadResponse? Type220 { get; set; } + public global::LabelStudio.LearningResourceRequest? Type220 { get; set; } /// /// /// - public global::LabelStudio.LocalFilesExportStorage? Type221 { get; set; } + public global::LabelStudio.LearningResourceUpdate? Type221 { get; set; } /// /// /// - public global::LabelStudio.LocalFilesImportStorage? Type222 { get; set; } + public global::LabelStudio.LearningResourceUploadResponse? Type222 { get; set; } /// /// /// - public global::LabelStudio.LseAnnotationFilterOptions? Type223 { get; set; } + public global::LabelStudio.LocalFilesExportStorage? Type223 { get; set; } /// /// /// - public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type224 { get; set; } + public global::LabelStudio.LocalFilesImportStorage? Type224 { get; set; } /// /// /// - public global::LabelStudio.LseExportCreate? Type225 { get; set; } + public global::LabelStudio.LseAnnotationFilterOptions? Type225 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptions? Type226 { get; set; } + public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type226 { get; set; } /// /// /// - public global::LabelStudio.LseTaskFilterOptions? Type227 { get; set; } + public global::LabelStudio.LseExportCreate? Type227 { get; set; } /// /// /// - public global::LabelStudio.LseExportCreateRequest? Type228 { get; set; } + public global::LabelStudio.SerializationOptions? Type228 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type229 { get; set; } + public global::LabelStudio.LseTaskFilterOptions? Type229 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptionsRequest? Type230 { get; set; } + public global::LabelStudio.LseExportCreateRequest? Type230 { get; set; } /// /// /// - public global::LabelStudio.LseTaskFilterOptionsRequest? Type231 { get; set; } + public global::System.Collections.Generic.IList? Type231 { get; set; } /// /// /// - public global::LabelStudio.LseFields? Type232 { get; set; } + public global::LabelStudio.SerializationOptionsRequest? Type232 { get; set; } /// /// /// - public global::LabelStudio.OnboardingStateEnum? Type233 { get; set; } + public global::LabelStudio.LseTaskFilterOptionsRequest? Type233 { get; set; } /// /// /// - public global::LabelStudio.TrialRoleEnum? Type234 { get; set; } + public global::LabelStudio.LseFields? Type234 { get; set; } /// /// /// - public global::LabelStudio.LseFieldsRequest? Type235 { get; set; } + public global::LabelStudio.OnboardingStateEnum? Type235 { get; set; } /// /// /// - public global::LabelStudio.LseInterface? Type236 { get; set; } + public global::LabelStudio.TrialRoleEnum? Type236 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceAppendVersionRequest? Type237 { get; set; } + public global::LabelStudio.LseFieldsRequest? Type237 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type238 { get; set; } + public global::LabelStudio.LseInterface? Type238 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type239 { get; set; } + public global::LabelStudio.LseInterfaceAppendVersionRequest? Type239 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceList? Type240 { get; set; } + public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type240 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceRequest? Type241 { get; set; } + public global::System.Collections.Generic.IList? Type241 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type242 { get; set; } + public global::LabelStudio.LseInterfaceList? Type242 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceVersionIdRequest? Type243 { get; set; } + public global::LabelStudio.LseInterfaceRequest? Type243 { get; set; } /// /// /// - public global::LabelStudio.LseOrganization? Type244 { get; set; } + public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type244 { get; set; } /// /// /// - public global::LabelStudio.OrganizationBilling? Type245 { get; set; } + public global::LabelStudio.LseInterfaceVersionIdRequest? Type245 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberList? Type246 { get; set; } + public global::LabelStudio.LseOrganization? Type246 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type247 { get; set; } + public global::LabelStudio.OrganizationBilling? Type247 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type248 { get; set; } + public global::LabelStudio.LseOrganizationMemberList? Type248 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type249 { get; set; } + public global::System.Collections.Generic.IList? Type249 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type250 { get; set; } + public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type250 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type251 { get; set; } + public global::System.Collections.Generic.IList? Type251 { get; set; } /// /// /// - public global::LabelStudio.SimpleOrganizationMemberTag? Type252 { get; set; } + public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type252 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberList? Type253 { get; set; } + public global::System.Collections.Generic.IList? Type253 { get; set; } /// /// /// - public global::LabelStudio.LseProject? Type254 { get; set; } + public global::LabelStudio.SimpleOrganizationMemberTag? Type254 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCounts? Type255 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberList? Type255 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCreate? Type256 { get; set; } + public global::LabelStudio.LseProject? Type256 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCreateRequest? Type257 { get; set; } + public global::LabelStudio.LseProjectCounts? Type257 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type258 { get; set; } + public global::LabelStudio.LseProjectCreate? Type258 { get; set; } /// /// /// - public global::LabelStudio.LseProjectParams? Type259 { get; set; } + public global::LabelStudio.LseProjectCreateRequest? Type259 { get; set; } /// /// /// - public global::LabelStudio.LseProjectParamsRequest? Type260 { get; set; } + public global::System.Collections.Generic.Dictionary? Type260 { get; set; } /// /// /// - public global::LabelStudio.LseProjectResponse? Type261 { get; set; } + public global::LabelStudio.LseProjectParams? Type261 { get; set; } /// /// /// - public global::LabelStudio.LseProjectStateResponse? Type262 { get; set; } + public global::LabelStudio.LseProjectParamsRequest? Type262 { get; set; } /// /// /// - public global::LabelStudio.LseS3ExportStorage? Type263 { get; set; } + public global::LabelStudio.LseProjectResponse? Type263 { get; set; } /// /// /// - public global::LabelStudio.LseS3ExportStorageRequest? Type264 { get; set; } + public global::LabelStudio.LseProjectStateResponse? Type264 { get; set; } /// /// /// - public global::LabelStudio.LseS3ImportStorage? Type265 { get; set; } + public global::LabelStudio.LseS3ExportStorage? Type265 { get; set; } /// /// /// - public global::LabelStudio.LseS3ImportStorageRequest? Type266 { get; set; } + public global::LabelStudio.LseS3ExportStorageRequest? Type266 { get; set; } /// /// /// - public global::LabelStudio.LseTask? Type267 { get; set; } + public global::LabelStudio.LseS3ImportStorage? Type267 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type268 { get; set; } + public global::LabelStudio.LseS3ImportStorageRequest? Type268 { get; set; } /// /// /// - public global::LabelStudio.LseTaskDraft? Type269 { get; set; } + public global::LabelStudio.LseTask? Type269 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type270 { get; set; } + public global::System.Collections.Generic.IList? Type270 { get; set; } /// /// /// - public global::LabelStudio.LseTaskPrediction? Type271 { get; set; } + public global::LabelStudio.LseTaskDraft? Type271 { get; set; } /// /// /// - public global::LabelStudio.LseTaskRequest? Type272 { get; set; } + public global::System.Collections.Generic.IList? Type272 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotators? Type273 { get; set; } + public global::LabelStudio.LseTaskPrediction? Type273 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type274 { get; set; } + public global::LabelStudio.LseTaskRequest? Type274 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type275 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotators? Type275 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type276 { get; set; } + public global::System.Collections.Generic.IList? Type276 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type277 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type277 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewers? Type278 { get; set; } + public global::System.Collections.Generic.IList? Type278 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type279 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type279 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type280 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewers? Type280 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type281 { get; set; } + public global::System.Collections.Generic.IList? Type281 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type282 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type282 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type283 { get; set; } + public global::System.Collections.Generic.IList? Type283 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type284 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type284 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMembership? Type285 { get; set; } + public global::System.Collections.Generic.Dictionary? Type285 { get; set; } /// /// /// - public global::LabelStudio.LseUserAPI? Type286 { get; set; } + public global::System.Collections.Generic.IList? Type286 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type287 { get; set; } + public global::LabelStudio.OrganizationMembership? Type287 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type288 { get; set; } + public global::LabelStudio.LseUserAPI? Type288 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type289 { get; set; } + public global::System.Collections.Generic.IList? Type289 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type290 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type290 { get; set; } /// /// /// - public global::LabelStudio.MLBackend? Type291 { get; set; } + public global::System.Collections.Generic.IList? Type291 { get; set; } /// /// /// - public global::LabelStudio.StateEnum? Type292 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type292 { get; set; } /// /// /// - public global::LabelStudio.MLBackendRequest? Type293 { get; set; } + public global::LabelStudio.MLBackend? Type293 { get; set; } /// /// /// - public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type294 { get; set; } + public global::LabelStudio.StateEnum? Type294 { get; set; } /// /// /// - public global::LabelStudio.MaybeExpandedComment? Type295 { get; set; } + public global::LabelStudio.MLBackendRequest? Type295 { get; set; } /// /// /// - public global::LabelStudio.MetricParam? Type296 { get; set; } + public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type296 { get; set; } /// /// /// - public global::LabelStudio.MetricParamUpdateRequest? Type297 { get; set; } + public global::LabelStudio.MaybeExpandedComment? Type297 { get; set; } /// /// /// - public global::LabelStudio.ModelInterface? Type298 { get; set; } + public global::LabelStudio.MetricParam? Type298 { get; set; } /// /// /// - public global::LabelStudio.SkillNameEnum? Type299 { get; set; } + public global::LabelStudio.MetricParamUpdateRequest? Type299 { get; set; } /// /// /// - public global::LabelStudio.ModelInterfaceRequest? Type300 { get; set; } + public global::LabelStudio.ModelInterface? Type300 { get; set; } /// /// /// - public global::LabelStudio.ModelInterfaceSerializerGET? Type301 { get; set; } + public global::LabelStudio.SkillNameEnum? Type301 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type302 { get; set; } + public global::LabelStudio.ModelInterfaceRequest? Type302 { get; set; } /// /// /// - public global::LabelStudio.ModelProviderConnection? Type303 { get; set; } + public global::LabelStudio.ModelInterfaceSerializerGET? Type303 { get; set; } /// /// /// - public global::LabelStudio.ProviderEnum? Type304 { get; set; } + public global::System.Collections.Generic.IList? Type304 { get; set; } /// /// /// - public global::LabelStudio.ScopeEnum? Type305 { get; set; } + public global::LabelStudio.ModelProviderConnection? Type305 { get; set; } /// /// /// - public global::LabelStudio.ModelProviderConnectionRequest? Type306 { get; set; } + public global::LabelStudio.ProviderEnum? Type306 { get; set; } /// /// /// - public global::LabelStudio.ModelRun? Type307 { get; set; } + public global::LabelStudio.ScopeEnum? Type307 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetEnum? Type308 { get; set; } + public global::LabelStudio.ModelProviderConnectionRequest? Type308 { get; set; } /// /// /// - public global::LabelStudio.ModelRunStatusEnum? Type309 { get; set; } + public global::LabelStudio.ModelRun? Type309 { get; set; } /// /// /// - public global::LabelStudio.ModelRunRequest? Type310 { get; set; } + public global::LabelStudio.ProjectSubsetEnum? Type310 { get; set; } /// /// /// - public global::LabelStudio.OperatorEnum? Type311 { get; set; } + public global::LabelStudio.ModelRunStatusEnum? Type311 { get; set; } /// /// /// - public global::LabelStudio.OrganizationId? Type312 { get; set; } + public global::LabelStudio.ModelRunRequest? Type312 { get; set; } /// /// /// - public global::LabelStudio.OrganizationInvite? Type313 { get; set; } + public global::LabelStudio.OperatorEnum? Type313 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMember? Type314 { get; set; } + public global::LabelStudio.OrganizationId? Type314 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type315 { get; set; } + public global::LabelStudio.OrganizationInvite? Type315 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberContributedToProject? Type316 { get; set; } + public global::LabelStudio.OrganizationMember? Type316 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type317 { get; set; } + public global::System.Collections.Generic.IList? Type317 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberCreatedProject? Type318 { get; set; } + public global::LabelStudio.OrganizationMemberContributedToProject? Type318 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTag? Type319 { get; set; } + public global::System.Collections.Generic.IList? Type319 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type320 { get; set; } + public global::LabelStudio.OrganizationMemberCreatedProject? Type320 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type321 { get; set; } + public global::LabelStudio.OrganizationMemberTag? Type321 { get; set; } /// /// /// - public byte[]? Type322 { get; set; } + public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type322 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportStatus? Type323 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type323 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type324 { get; set; } + public byte[]? Type324 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagRequest? Type325 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportStatus? Type325 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMembershipRequest? Type326 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type326 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermission? Type327 { get; set; } + public global::LabelStudio.OrganizationMemberTagRequest? Type327 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type328 { get; set; } + public global::LabelStudio.OrganizationMembershipRequest? Type328 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermissionRoleEnum? Type329 { get; set; } + public global::LabelStudio.OrganizationPermission? Type329 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermissionRequest? Type330 { get; set; } + public global::System.Collections.Generic.IList? Type330 { get; set; } /// /// /// - public global::LabelStudio.PaginatedAllRolesProjectListList? Type331 { get; set; } + public global::LabelStudio.OrganizationPermissionRoleEnum? Type331 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type332 { get; set; } + public global::LabelStudio.OrganizationPermissionRequest? Type332 { get; set; } /// /// /// - public global::LabelStudio.PaginatedAnnotationHistoryList? Type333 { get; set; } + public global::LabelStudio.PaginatedAllRolesProjectListList? Type333 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type334 { get; set; } + public global::System.Collections.Generic.IList? Type334 { get; set; } /// /// /// - public global::LabelStudio.PaginatedCertificateList? Type335 { get; set; } + public global::LabelStudio.PaginatedAnnotationHistoryList? Type335 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type336 { get; set; } + public global::System.Collections.Generic.IList? Type336 { get; set; } /// /// /// - public global::LabelStudio.PaginatedCourseModuleList? Type337 { get; set; } + public global::LabelStudio.PaginatedCertificateList? Type337 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelCreateList? Type338 { get; set; } + public global::System.Collections.Generic.IList? Type338 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type339 { get; set; } + public global::LabelStudio.PaginatedCourseModuleList? Type339 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelLinkList? Type340 { get; set; } + public global::LabelStudio.PaginatedLabelCreateList? Type340 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type341 { get; set; } + public global::System.Collections.Generic.IList? Type341 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelList? Type342 { get; set; } + public global::LabelStudio.PaginatedLabelLinkList? Type342 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type343 { get; set; } + public global::System.Collections.Generic.IList? Type343 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLearningResourceList? Type344 { get; set; } + public global::LabelStudio.PaginatedLabelList? Type344 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type345 { get; set; } + public global::System.Collections.Generic.IList? Type345 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseInterfaceListList? Type346 { get; set; } + public global::LabelStudio.PaginatedLearningResourceList? Type346 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type347 { get; set; } + public global::System.Collections.Generic.IList? Type347 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type348 { get; set; } + public global::LabelStudio.PaginatedLseInterfaceListList? Type348 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type349 { get; set; } + public global::System.Collections.Generic.IList? Type349 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseProjectCountsList? Type350 { get; set; } + public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type350 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type351 { get; set; } + public global::System.Collections.Generic.IList? Type351 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseUserList? Type352 { get; set; } + public global::LabelStudio.PaginatedLseProjectCountsList? Type352 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type353 { get; set; } + public global::System.Collections.Generic.IList? Type353 { get; set; } /// /// /// - public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type354 { get; set; } + public global::LabelStudio.PaginatedLseUserList? Type354 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type355 { get; set; } + public global::System.Collections.Generic.IList? Type355 { get; set; } /// /// /// - public global::LabelStudio.PaginatedOrganizationMemberTagList? Type356 { get; set; } + public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type356 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type357 { get; set; } + public global::System.Collections.Generic.IList? Type357 { get; set; } /// /// /// - public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type358 { get; set; } + public global::LabelStudio.PaginatedOrganizationMemberTagList? Type358 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type359 { get; set; } + public global::System.Collections.Generic.IList? Type359 { get; set; } /// /// /// - public global::LabelStudio.PaginatedProjectMember? Type360 { get; set; } + public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type360 { get; set; } /// /// /// - public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type361 { get; set; } + public global::System.Collections.Generic.IList? Type361 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type362 { get; set; } + public global::LabelStudio.PaginatedProjectMember? Type362 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetTasksResponse? Type363 { get; set; } + public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type363 { get; set; } /// /// /// - public global::LabelStudio.PaginatedRoleBasedTaskList? Type364 { get; set; } + public global::System.Collections.Generic.IList? Type364 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type365 { get; set; } + public global::LabelStudio.ProjectSubsetTasksResponse? Type365 { get; set; } /// /// /// - public global::LabelStudio.RoleBasedTask? Type366 { get; set; } + public global::LabelStudio.PaginatedRoleBasedTaskList? Type366 { get; set; } /// /// /// - public global::LabelStudio.PaginatedStateModelList? Type367 { get; set; } + public global::System.Collections.Generic.IList? Type367 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type368 { get; set; } + public global::LabelStudio.RoleBasedTask? Type368 { get; set; } /// /// /// - public global::LabelStudio.PaginatedUserLearningProgressListList? Type369 { get; set; } + public global::LabelStudio.PaginatedStateModelList? Type369 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type370 { get; set; } + public global::System.Collections.Generic.IList? Type370 { get; set; } /// /// /// - public global::LabelStudio.UserLearningProgressList? Type371 { get; set; } + public global::LabelStudio.PaginatedUserLearningProgressListList? Type371 { get; set; } /// /// /// - public global::LabelStudio.PatchedAnalyticsViewRequest? Type372 { get; set; } + public global::System.Collections.Generic.IList? Type372 { get; set; } /// /// /// - public global::LabelStudio.PatchedAnnotationReviewRequest? Type373 { get; set; } + public global::LabelStudio.UserLearningProgressList? Type373 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type374 { get; set; } + public global::LabelStudio.PatchedAnalyticsViewRequest? Type374 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type375 { get; set; } + public global::LabelStudio.PatchedAnnotationReviewRequest? Type375 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type376 { get; set; } + public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type376 { get; set; } /// /// /// - public global::LabelStudio.PatchedBlueprintUpdateRequest? Type377 { get; set; } + public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type377 { get; set; } /// /// /// - public global::LabelStudio.PatchedCommentRequest? Type378 { get; set; } + public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type378 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type379 { get; set; } + public global::LabelStudio.PatchedBlueprintUpdateRequest? Type379 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type380 { get; set; } + public global::LabelStudio.PatchedCommentRequest? Type380 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatasetRequest? Type381 { get; set; } + public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type381 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatasetViewRequest? Type382 { get; set; } + public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type382 { get; set; } /// /// /// - public global::LabelStudio.PatchedDefaultRoleRequest? Type383 { get; set; } + public global::LabelStudio.PatchedDatasetRequest? Type383 { get; set; } /// /// /// - public global::LabelStudio.PatchedDimensionRequest? Type384 { get; set; } + public global::LabelStudio.PatchedDatasetViewRequest? Type384 { get; set; } /// /// /// - public global::LabelStudio.PatchedFewShotExampleRequest? Type385 { get; set; } + public global::LabelStudio.PatchedDefaultRoleRequest? Type385 { get; set; } /// /// /// - public global::LabelStudio.PatchedFileUploadRequest? Type386 { get; set; } + public global::LabelStudio.PatchedDimensionRequest? Type386 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type387 { get; set; } + public global::LabelStudio.PatchedFewShotExampleRequest? Type387 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type388 { get; set; } + public global::LabelStudio.PatchedFileUploadRequest? Type388 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type389 { get; set; } + public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type389 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type390 { get; set; } + public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type390 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type391 { get; set; } + public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type391 { get; set; } /// /// /// - public global::LabelStudio.PatchedHotkeysRequest? Type392 { get; set; } + public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type392 { get; set; } /// /// /// - public global::LabelStudio.PatchedLabelLinkRequest? Type393 { get; set; } + public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type393 { get; set; } /// /// /// - public global::LabelStudio.PatchedLabelRequest? Type394 { get; set; } + public global::LabelStudio.PatchedHotkeysRequest? Type394 { get; set; } /// /// /// - public global::LabelStudio.PatchedLearningResourceRequest? Type395 { get; set; } + public global::LabelStudio.PatchedLabelLinkRequest? Type395 { get; set; } /// /// /// - public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type396 { get; set; } + public global::LabelStudio.PatchedLabelRequest? Type396 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseInterfaceRequest? Type397 { get; set; } + public global::LabelStudio.PatchedLearningResourceRequest? Type397 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type398 { get; set; } + public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type398 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type399 { get; set; } + public global::LabelStudio.PatchedLseInterfaceRequest? Type399 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseProjectUpdateRequest? Type400 { get; set; } + public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type400 { get; set; } /// /// /// - public global::LabelStudio.ReviewSettingsRequest? Type401 { get; set; } + public global::System.Collections.Generic.IList>? Type401 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type402 { get; set; } + public global::LabelStudio.PatchedLseProjectUpdateRequest? Type402 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type403 { get; set; } + public global::LabelStudio.ReviewSettingsRequest? Type403 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseTaskRequest? Type404 { get; set; } + public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type404 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type405 { get; set; } + public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type405 { get; set; } /// /// /// - public global::LabelStudio.PatchedModelInterfaceRequest? Type406 { get; set; } + public global::LabelStudio.PatchedLseTaskRequest? Type406 { get; set; } /// /// /// - public global::LabelStudio.PatchedModelProviderConnectionRequest? Type407 { get; set; } + public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type407 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type408 { get; set; } + public global::LabelStudio.PatchedModelInterfaceRequest? Type408 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type409 { get; set; } + public global::LabelStudio.PatchedModelProviderConnectionRequest? Type409 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationPermissionRequest? Type410 { get; set; } + public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type410 { get; set; } /// /// /// - public global::LabelStudio.PatchedPauseRequest? Type411 { get; set; } + public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type411 { get; set; } /// /// /// - public global::LabelStudio.ReasonEnum? Type412 { get; set; } + public global::LabelStudio.PatchedOrganizationPermissionRequest? Type412 { get; set; } /// /// /// - public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type413 { get; set; } + public global::LabelStudio.PatchedPauseRequest? Type413 { get; set; } /// /// /// - public global::LabelStudio.PatchedProjectTemplateRequest? Type414 { get; set; } + public global::LabelStudio.ReasonEnum? Type414 { get; set; } /// /// /// - public global::LabelStudio.PatchedS3DatasetStorageRequest? Type415 { get; set; } + public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type415 { get; set; } /// /// /// - public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type416 { get; set; } + public global::LabelStudio.PatchedProjectTemplateRequest? Type416 { get; set; } /// /// /// - public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type417 { get; set; } + public global::LabelStudio.PatchedS3DatasetStorageRequest? Type417 { get; set; } /// /// /// - public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type418 { get; set; } + public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type418 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type419 { get; set; } + public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type419 { get; set; } /// /// /// - public global::LabelStudio.PatchedWorkspaceRequest? Type420 { get; set; } + public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type420 { get; set; } /// /// /// - public global::LabelStudio.Pause? Type421 { get; set; } + public global::System.Collections.Generic.IList? Type421 { get; set; } /// /// /// - public global::LabelStudio.PauseRequest? Type422 { get; set; } + public global::LabelStudio.PatchedWorkspaceRequest? Type422 { get; set; } /// /// /// - public global::LabelStudio.Prediction? Type423 { get; set; } + public global::LabelStudio.Pause? Type423 { get; set; } /// /// /// - public global::LabelStudio.PredictionCountResponse? Type424 { get; set; } + public global::LabelStudio.PauseRequest? Type424 { get; set; } /// /// /// - public global::LabelStudio.Project? Type425 { get; set; } + public global::LabelStudio.Prediction? Type425 { get; set; } /// /// /// - public global::LabelStudio.ProjectAnnotationsBrowseItem? Type426 { get; set; } + public global::LabelStudio.PredictionCountResponse? Type426 { get; set; } /// /// /// - public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type427 { get; set; } + public global::LabelStudio.Project? Type427 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type428 { get; set; } + public global::LabelStudio.ProjectAnnotationsBrowseItem? Type428 { get; set; } /// /// /// - public global::LabelStudio.ProjectDuplicateModeEnum? Type429 { get; set; } + public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type429 { get; set; } /// /// /// - public global::LabelStudio.ProjectDuplicateRequest? Type430 { get; set; } + public global::System.Collections.Generic.IList? Type430 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroup? Type431 { get; set; } + public global::LabelStudio.ProjectDuplicateModeEnum? Type431 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroupRoleEnum? Type432 { get; set; } + public global::LabelStudio.ProjectDuplicateRequest? Type432 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroupRequest? Type433 { get; set; } + public global::LabelStudio.ProjectGroup? Type433 { get; set; } /// /// /// - public global::LabelStudio.ProjectImport? Type434 { get; set; } + public global::LabelStudio.ProjectGroupRoleEnum? Type434 { get; set; } /// /// /// - public global::LabelStudio.ProjectLabelConfig? Type435 { get; set; } + public global::LabelStudio.ProjectGroupRequest? Type435 { get; set; } /// /// /// - public global::LabelStudio.ProjectLabelConfigRequest? Type436 { get; set; } + public global::LabelStudio.ProjectImport? Type436 { get; set; } /// /// /// - public global::LabelStudio.ProjectLearningAssignment? Type437 { get; set; } + public global::LabelStudio.ProjectLabelConfig? Type437 { get; set; } /// /// /// - public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type438 { get; set; } + public global::LabelStudio.ProjectLabelConfigRequest? Type438 { get; set; } /// /// /// - public global::LabelStudio.ProjectMember? Type439 { get; set; } + public global::LabelStudio.ProjectLearningAssignment? Type439 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberBulkAssignRequest? Type440 { get; set; } + public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type440 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type441 { get; set; } + public global::LabelStudio.ProjectMember? Type441 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type442 { get; set; } + public global::LabelStudio.ProjectMemberBulkAssignRequest? Type442 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberRequest? Type443 { get; set; } + public global::System.Collections.Generic.IList? Type443 { get; set; } /// /// /// - public global::LabelStudio.ProjectReimport? Type444 { get; set; } + public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type444 { get; set; } /// /// /// - public global::LabelStudio.ProjectRole? Type445 { get; set; } + public global::LabelStudio.ProjectMemberRequest? Type445 { get; set; } /// /// /// - public global::LabelStudio.ProjectRoleRequest? Type446 { get; set; } + public global::LabelStudio.ProjectReimport? Type446 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetItem? Type447 { get; set; } + public global::LabelStudio.ProjectRole? Type447 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetTaskItem? Type448 { get; set; } + public global::LabelStudio.ProjectRoleRequest? Type448 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type449 { get; set; } + public global::LabelStudio.ProjectSubsetItem? Type449 { get; set; } /// /// /// - public global::LabelStudio.ProjectTemplate? Type450 { get; set; } + public global::LabelStudio.ProjectSubsetTaskItem? Type450 { get; set; } /// /// /// - public global::LabelStudio.ProjectTemplateRequest? Type451 { get; set; } + public global::System.Collections.Generic.IList? Type451 { get; set; } /// /// /// - public global::LabelStudio.PromptPreviewResponse? Type452 { get; set; } + public global::LabelStudio.ProjectTemplate? Type452 { get; set; } /// /// /// - public global::LabelStudio.PublishLearningResourceRequest? Type453 { get; set; } + public global::LabelStudio.ProjectTemplateRequest? Type453 { get; set; } /// /// /// - public global::LabelStudio.RetakeScopeEnum? Type454 { get; set; } + public global::LabelStudio.PromptPreviewResponse? Type454 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluate? Type455 { get; set; } + public global::LabelStudio.PublishLearningResourceRequest? Type455 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluateModeEnum? Type456 { get; set; } + public global::LabelStudio.RetakeScopeEnum? Type456 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluateRequest? Type457 { get; set; } + public global::LabelStudio.ReEvaluate? Type457 { get; set; } /// /// /// - public global::LabelStudio.RedisExportStorage? Type458 { get; set; } + public global::LabelStudio.ReEvaluateModeEnum? Type458 { get; set; } /// /// /// - public global::LabelStudio.RedisImportStorage? Type459 { get; set; } + public global::LabelStudio.ReEvaluateRequest? Type459 { get; set; } /// /// /// - public global::LabelStudio.RefinePromptRequestRequest? Type460 { get; set; } + public global::LabelStudio.RedisExportStorage? Type460 { get; set; } /// /// /// - public global::LabelStudio.RefinedPromptResponse? Type461 { get; set; } + public global::LabelStudio.RedisImportStorage? Type461 { get; set; } /// /// /// - public global::LabelStudio.ThirdPartyModelVersion? Type462 { get; set; } + public global::LabelStudio.RefinePromptRequestRequest? Type462 { get; set; } /// /// /// - public global::LabelStudio.RegressionSummary? Type463 { get; set; } + public global::LabelStudio.RefinedPromptResponse? Type463 { get; set; } /// /// /// - public global::LabelStudio.RegressionsResponse? Type464 { get; set; } + public global::LabelStudio.ThirdPartyModelVersion? Type464 { get; set; } /// /// /// - public global::LabelStudio.RequeueRejectedTasksModeEnum? Type465 { get; set; } + public global::LabelStudio.RegressionSummary? Type465 { get; set; } /// /// /// - public global::LabelStudio.ReviewCriteriaEnum? Type466 { get; set; } + public global::LabelStudio.RegressionsResponse? Type466 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRule? Type467 { get; set; } + public global::LabelStudio.RequeueRejectedTasksModeEnum? Type467 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type468 { get; set; } + public global::LabelStudio.ReviewCriteriaEnum? Type468 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type469 { get; set; } + public global::LabelStudio.ReviewRoutingRule? Type469 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type470 { get; set; } + public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type470 { get; set; } /// /// /// - public global::LabelStudio.ReviewSettingsSamplingEnum? Type471 { get; set; } + public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type471 { get; set; } /// /// /// - public global::LabelStudio.RevokeCertificateRequest? Type472 { get; set; } + public global::System.Collections.Generic.IList? Type472 { get; set; } /// /// /// - public global::LabelStudio.RevokeInviteRequest? Type473 { get; set; } + public global::LabelStudio.ReviewSettingsSamplingEnum? Type473 { get; set; } /// /// /// - public global::LabelStudio.S3DatasetStorage? Type474 { get; set; } + public global::LabelStudio.RevokeCertificateRequest? Type474 { get; set; } /// /// /// - public global::LabelStudio.S3DatasetStorageRequest? Type475 { get; set; } + public global::LabelStudio.RevokeInviteRequest? Type475 { get; set; } /// /// /// - public global::LabelStudio.S3ExportStorage? Type476 { get; set; } + public global::LabelStudio.S3DatasetStorage? Type476 { get; set; } /// /// /// - public global::LabelStudio.S3ImportStorage? Type477 { get; set; } + public global::LabelStudio.S3DatasetStorageRequest? Type477 { get; set; } /// /// /// - public global::LabelStudio.SamlSettings? Type478 { get; set; } + public global::LabelStudio.S3ExportStorage? Type478 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type479 { get; set; } + public global::LabelStudio.S3ImportStorage? Type479 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type480 { get; set; } + public global::LabelStudio.SamlSettings? Type480 { get; set; } /// /// /// - public global::LabelStudio.SamlSettingsUpdate? Type481 { get; set; } + public global::System.Collections.Generic.IList? Type481 { get; set; } /// /// /// - public global::LabelStudio.SamlSettingsUpdateRequest? Type482 { get; set; } + public global::System.Collections.Generic.IList>? Type482 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type483 { get; set; } + public global::LabelStudio.SamlSettingsUpdate? Type483 { get; set; } /// /// /// - public global::LabelStudio.ScimSettings? Type484 { get; set; } + public global::LabelStudio.SamlSettingsUpdateRequest? Type484 { get; set; } /// /// /// - public global::LabelStudio.ScimSettingsUpdate? Type485 { get; set; } + public global::System.Collections.Generic.IList? Type485 { get; set; } /// /// /// - public global::LabelStudio.ScimSettingsUpdateRequest? Type486 { get; set; } + public global::LabelStudio.ScimSettings? Type486 { get; set; } /// /// /// - public global::LabelStudio.SendInviteRequest? Type487 { get; set; } + public global::LabelStudio.ScimSettingsUpdate? Type487 { get; set; } /// /// /// - public global::LabelStudio.SerializationOption? Type488 { get; set; } + public global::LabelStudio.ScimSettingsUpdateRequest? Type488 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptionRequest? Type489 { get; set; } + public global::LabelStudio.SendInviteRequest? Type489 { get; set; } /// /// /// - public global::LabelStudio.SessionTimeoutPolicy? Type490 { get; set; } + public global::LabelStudio.SerializationOption? Type490 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillCancelResponse? Type491 { get; set; } + public global::LabelStudio.SerializationOptionRequest? Type491 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillErrorResponse? Type492 { get; set; } + public global::LabelStudio.SessionTimeoutPolicy? Type492 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobItem? Type493 { get; set; } + public global::LabelStudio.StateBackfillCancelResponse? Type493 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobItemResponse? Type494 { get; set; } + public global::LabelStudio.StateBackfillErrorResponse? Type494 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillProgress? Type495 { get; set; } + public global::LabelStudio.StateBackfillJobItem? Type495 { get; set; } /// /// /// - public global::LabelStudio.StateTriggeredBy? Type496 { get; set; } + public global::LabelStudio.StateBackfillJobItemResponse? Type496 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobListResponse? Type497 { get; set; } + public global::LabelStudio.StateBackfillProgress? Type497 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type498 { get; set; } + public global::LabelStudio.StateTriggeredBy? Type498 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillOrgStatus? Type499 { get; set; } + public global::LabelStudio.StateBackfillJobListResponse? Type499 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillResponse? Type500 { get; set; } + public global::System.Collections.Generic.IList? Type500 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type501 { get; set; } + public global::LabelStudio.StateBackfillOrgStatus? Type501 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillStatusResponse? Type502 { get; set; } + public global::LabelStudio.StateBackfillResponse? Type502 { get; set; } /// /// /// - public global::LabelStudio.TriggeredBy2? Type503 { get; set; } + public global::System.Collections.Generic.IList? Type503 { get; set; } /// /// /// - public global::LabelStudio.TaskAgreementMatrixResponse? Type504 { get; set; } + public global::LabelStudio.StateBackfillStatusResponse? Type504 { get; set; } /// /// /// - public global::LabelStudio.TaskAssignment? Type505 { get; set; } + public global::LabelStudio.TriggeredBy2? Type505 { get; set; } /// /// /// - public global::LabelStudio.TypeEnum? Type506 { get; set; } + public global::LabelStudio.TaskAgreementMatrixResponse? Type506 { get; set; } /// /// /// - public global::LabelStudio.TaskEvent? Type507 { get; set; } + public global::LabelStudio.TaskAssignment? Type507 { get; set; } /// /// /// - public global::LabelStudio.TaskEventRequest? Type508 { get; set; } + public global::LabelStudio.TypeEnum? Type508 { get; set; } /// /// /// - public global::LabelStudio.TaskSimple? Type509 { get; set; } + public global::LabelStudio.TaskEvent? Type509 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type510 { get; set; } + public global::LabelStudio.TaskEventRequest? Type510 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type511 { get; set; } + public global::LabelStudio.TaskSimple? Type511 { get; set; } /// /// /// - public global::LabelStudio.ThirdPartyModelVersionRequest? Type512 { get; set; } + public global::System.Collections.Generic.IList? Type512 { get; set; } /// /// /// - public global::LabelStudio.TokenDetailError? Type513 { get; set; } + public global::System.Collections.Generic.IList? Type513 { get; set; } /// /// /// - public global::LabelStudio.TokenRefreshRequest? Type514 { get; set; } + public global::LabelStudio.ThirdPartyModelVersionRequest? Type514 { get; set; } /// /// /// - public global::LabelStudio.TokenRefreshResponse? Type515 { get; set; } + public global::LabelStudio.TokenDetailError? Type515 { get; set; } /// /// /// - public global::LabelStudio.TokenRotateResponse? Type516 { get; set; } + public global::LabelStudio.TokenRefreshRequest? Type516 { get; set; } /// /// /// - public global::LabelStudio.TryTaskRequestRequest? Type517 { get; set; } + public global::LabelStudio.TokenRefreshResponse? Type517 { get; set; } /// /// /// - public global::LabelStudio.TryTaskResponse? Type518 { get; set; } + public global::LabelStudio.TokenRotateResponse? Type518 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type519 { get; set; } + public global::LabelStudio.TryTaskRequestRequest? Type519 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type520 { get; set; } + public global::LabelStudio.TryTaskResponse? Type520 { get; set; } /// /// /// - public global::LabelStudio.ValueCountsBackfillJob? Type521 { get; set; } + public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type521 { get; set; } /// /// /// - public global::LabelStudio.VersionResponse? Type522 { get; set; } + public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type522 { get; set; } /// /// /// - public global::LabelStudio.View? Type523 { get; set; } + public global::LabelStudio.ValueCountsBackfillJob? Type523 { get; set; } /// /// /// - public global::LabelStudio.ViewOrderRequest? Type524 { get; set; } + public global::LabelStudio.VersionResponse? Type524 { get; set; } /// /// /// - public global::LabelStudio.Webhook? Type525 { get; set; } + public global::LabelStudio.View? Type525 { get; set; } /// /// /// - public global::LabelStudio.WebhookRequest? Type526 { get; set; } + public global::LabelStudio.ViewOrderRequest? Type526 { get; set; } /// /// /// - public global::LabelStudio.WebhookSerializerForUpdate? Type527 { get; set; } + public global::LabelStudio.Webhook? Type527 { get; set; } /// /// /// - public global::LabelStudio.WebhookSerializerForUpdateRequest? Type528 { get; set; } + public global::LabelStudio.WebhookRequest? Type528 { get; set; } /// /// /// - public global::LabelStudio.WhoAmILseFields? Type529 { get; set; } + public global::LabelStudio.WebhookSerializerForUpdate? Type529 { get; set; } /// /// /// - public global::LabelStudio.WhoAmIUser? Type530 { get; set; } + public global::LabelStudio.WebhookSerializerForUpdateRequest? Type530 { get; set; } /// /// /// - public global::LabelStudio.Workspace? Type531 { get; set; } + public global::LabelStudio.WhoAmILseFields? Type531 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type532 { get; set; } + public global::LabelStudio.WhoAmIUser? Type532 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberCreate? Type533 { get; set; } + public global::LabelStudio.Workspace? Type533 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberCreateRequest? Type534 { get; set; } + public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type534 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberList? Type535 { get; set; } + public global::LabelStudio.WorkspaceMemberCreate? Type535 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceProjectsRequest? Type536 { get; set; } + public global::LabelStudio.WorkspaceMemberCreateRequest? Type536 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceRequest? Type537 { get; set; } + public global::LabelStudio.WorkspaceMemberList? Type537 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type538 { get; set; } + public global::LabelStudio.WorkspaceProjectsRequest? Type538 { get; set; } /// /// /// - public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type539 { get; set; } + public global::LabelStudio.WorkspaceRequest? Type539 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequest? Type540 { get; set; } + public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type540 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type541 { get; set; } + public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type541 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type542 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequest? Type542 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type543 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type543 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type544 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type544 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type545 { get; set; } + public global::System.Collections.Generic.IList? Type545 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type546 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type546 { get; set; } /// /// /// - public global::LabelStudio.OneOf? Type547 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type547 { get; set; } /// /// /// - public float? Type548 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type548 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type549 { get; set; } + public global::LabelStudio.OneOf? Type549 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type550 { get; set; } + public float? Type550 { get; set; } /// /// /// - public global::LabelStudio.OneOf? Type551 { get; set; } + public global::System.Collections.Generic.IList? Type551 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type552 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type552 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type553 { get; set; } + public global::LabelStudio.OneOf? Type553 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequest? Type554 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type554 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestData? Type555 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type555 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type556 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequest? Type556 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type557 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestData? Type557 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type558 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type558 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type559 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type559 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type560 { get; set; } + public global::System.Collections.Generic.IList? Type560 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type561 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type561 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type562 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type562 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type563 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type563 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type564 { get; set; } + public global::System.Collections.Generic.IList? Type564 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type565 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type565 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type566 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type566 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type567 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type567 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type568 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type568 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type569 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type569 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type570 { get; set; } + public global::System.Collections.Generic.IList? Type570 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type571 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type571 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type572 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type572 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type573 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type573 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequest? Type574 { get; set; } + public global::System.Collections.Generic.IList? Type574 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestData? Type575 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type575 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type576 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequest? Type576 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type577 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestData? Type577 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type578 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type578 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type579 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type579 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type580 { get; set; } + public global::System.Collections.Generic.IList? Type580 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type581 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type581 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type582 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type582 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type583 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type583 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type584 { get; set; } + public global::System.Collections.Generic.IList? Type584 { get; set; } /// /// /// - public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type585 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type585 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type586 { get; set; } + public global::System.Collections.Generic.IList? Type586 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type587 { get; set; } + public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type587 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type588 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type588 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type589 { get; set; } + public global::System.Collections.Generic.IList? Type589 { get; set; } /// /// /// - public global::LabelStudio.ApiMlCreateRequest? Type590 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type590 { get; set; } /// /// /// - public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type591 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type591 { get; set; } /// /// /// - public global::LabelStudio.ApiMlPartialUpdateRequest? Type592 { get; set; } + public global::LabelStudio.ApiMlCreateRequest? Type592 { get; set; } /// /// /// - public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type593 { get; set; } + public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type593 { get; set; } /// /// /// - public global::LabelStudio.ApiMlTrainCreateRequest? Type594 { get; set; } + public global::LabelStudio.ApiMlPartialUpdateRequest? Type594 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsCreateRequest? Type595 { get; set; } + public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type595 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type596 { get; set; } + public global::LabelStudio.ApiMlTrainCreateRequest? Type596 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsUpdateRequest? Type597 { get; set; } + public global::LabelStudio.ApiPredictionsCreateRequest? Type597 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type598 { get; set; } + public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type598 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type599 { get; set; } + public global::LabelStudio.ApiPredictionsUpdateRequest? Type599 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type600 { get; set; } + public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type600 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type601 { get; set; } + public global::System.Collections.Generic.IList? Type601 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type602 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type602 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type603 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type603 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type604 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type604 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type605 { get; set; } + public global::System.Collections.Generic.IList? Type605 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type606 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type606 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type607 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type607 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type608 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type608 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type609 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type609 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type610 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type610 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type611 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type611 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type612 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type612 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type613 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type613 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzureCreateRequest? Type614 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type614 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type615 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type615 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type616 { get; set; } + public global::LabelStudio.ApiStoragesAzureCreateRequest? Type616 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type617 { get; set; } + public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type617 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type618 { get; set; } + public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type618 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type619 { get; set; } + public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type619 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type620 { get; set; } + public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type620 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type621 { get; set; } + public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type621 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type622 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type622 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type623 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type623 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type624 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type624 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type625 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type625 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type626 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type626 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type627 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type627 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type628 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type628 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type629 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type629 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type630 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type630 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type631 { get; set; } + public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type631 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsCreateRequest? Type632 { get; set; } + public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type632 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type633 { get; set; } + public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type633 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type634 { get; set; } + public global::LabelStudio.ApiStoragesGcsCreateRequest? Type634 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type635 { get; set; } + public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type635 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type636 { get; set; } + public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type636 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type637 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type637 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisCreateRequest? Type638 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type638 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type639 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type639 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type640 { get; set; } + public global::LabelStudio.ApiStoragesRedisCreateRequest? Type640 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3CreateRequest? Type641 { get; set; } + public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type641 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type642 { get; set; } + public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type642 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type643 { get; set; } + public global::LabelStudio.ApiStoragesS3CreateRequest? Type643 { get; set; } /// /// /// - public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type644 { get; set; } + public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type644 { get; set; } /// /// /// - public global::LabelStudio.ApiUsersCreateRequest? Type645 { get; set; } + public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type645 { get; set; } /// /// /// - public global::LabelStudio.ApiUsersPartialUpdateRequest? Type646 { get; set; } + public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type646 { get; set; } /// /// /// - public global::LabelStudio.ApiActivityLogsListMethod? Type647 { get; set; } + public global::LabelStudio.ApiUsersCreateRequest? Type647 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateId? Type648 { get; set; } + public global::LabelStudio.ApiUsersPartialUpdateRequest? Type648 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMembershipsListScope? Type649 { get; set; } + public global::LabelStudio.ApiActivityLogsListMethod? Type649 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode? Type650 { get; set; } + public global::LabelStudio.ApiDmActionsCreateId? Type650 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable? Type651 { get; set; } + public global::LabelStudio.ApiOrganizationsMembershipsListScope? Type651 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable? Type652 { get; set; } + public global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode? Type652 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveTable? Type653 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable? Type653 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type654 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable? Type654 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsSubsetTasksListAlignmentOutcome? Type655 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveTable? Type655 { get; set; } /// /// /// - public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type656 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type656 { get; set; } /// /// /// - public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type657 { get; set; } + public global::LabelStudio.ApiProjectsSubsetTasksListAlignmentOutcome? Type657 { get; set; } /// /// /// - public global::LabelStudio.ApiTasksListFields? Type658 { get; set; } + public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type658 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type659 { get; set; } + public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type659 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type660 { get; set; } + public global::LabelStudio.ApiTasksListFields? Type660 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type661 { get; set; } + public global::System.Collections.Generic.IList? Type661 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type662 { get; set; } + public global::System.Collections.Generic.IList? Type662 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type663 { get; set; } + public global::System.Collections.Generic.IList? Type663 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type664 { get; set; } + public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type664 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type665 { get; set; } + public global::System.Collections.Generic.IList? Type665 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type666 { get; set; } + public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type666 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type667 { get; set; } + public global::System.Collections.Generic.IList? Type667 { get; set; } /// /// /// - public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type668 { get; set; } + public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type668 { get; set; } /// /// /// - public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type669 { get; set; } + public global::System.Collections.Generic.IList? Type669 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type670 { get; set; } + public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type670 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type671 { get; set; } + public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type671 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type672 { get; set; } + public global::System.Collections.Generic.IList? Type672 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type673 { get; set; } + public global::System.Collections.Generic.IList? Type673 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type674 { get; set; } + public global::System.Collections.Generic.IList? Type674 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type675 { get; set; } + public global::System.Collections.Generic.IList? Type675 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type676 { get; set; } + public global::System.Collections.Generic.IList? Type676 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type677 { get; set; } + public global::System.Collections.Generic.IList? Type677 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type678 { get; set; } + public global::System.Collections.Generic.IList? Type678 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsRetrieveResponseItem? Type679 { get; set; } + public global::System.Collections.Generic.IList? Type679 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsRetrieveResponseItemDialog? Type680 { get; set; } + public global::System.Collections.Generic.IList? Type680 { get; set; } /// /// /// - public global::LabelStudio.OneOf>? Type681 { get; set; } + public global::LabelStudio.ApiDmActionsRetrieveResponseItem? Type681 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type682 { get; set; } + public global::LabelStudio.ApiDmActionsRetrieveResponseItemDialog? Type682 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type683 { get; set; } + public global::LabelStudio.OneOf>? Type683 { get; set; } /// /// /// - public global::LabelStudio.ApiInferenceRunsIndicatorsListResponseItem? Type684 { get; set; } + public global::System.Collections.Generic.IList? Type684 { get; set; } /// /// /// - public global::LabelStudio.ApiLearningResourcesUserProgressBulkResetCreateResponse? Type685 { get; set; } + public global::System.Collections.Generic.IList? Type685 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type686 { get; set; } + public global::LabelStudio.ApiInferenceRunsIndicatorsListResponseItem? Type686 { get; set; } /// /// /// - public global::LabelStudio.ApiMlVersionsRetrieveResponse? Type687 { get; set; } + public global::LabelStudio.ApiLearningResourcesUserProgressBulkResetCreateResponse? Type687 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type688 { get; set; } + public global::System.Collections.Generic.IList? Type688 { get; set; } /// /// /// - public global::LabelStudio.ApiModelProviderConnectionsProviderChoicesRetrieveResponse? Type689 { get; set; } + public global::LabelStudio.ApiMlVersionsRetrieveResponse? Type689 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type690 { get; set; } + public global::System.Collections.Generic.IList? Type690 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMemberTagsAssignmentsCreateResponse? Type691 { get; set; } + public global::LabelStudio.ApiModelProviderConnectionsProviderChoicesRetrieveResponse? Type691 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMemberTagsBulkDestroyResponse? Type692 { get; set; } + public global::System.Collections.Generic.IList? Type692 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMemberTagsBulkCreateResponse? Type693 { get; set; } + public global::LabelStudio.ApiOrganizationsMemberTagsAssignmentsCreateResponse? Type693 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMemberTagsImportsCreateResponse? Type694 { get; set; } + public global::LabelStudio.ApiOrganizationsMemberTagsBulkDestroyResponse? Type694 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type695 { get; set; } + public global::LabelStudio.ApiOrganizationsMemberTagsBulkCreateResponse? Type695 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type696 { get; set; } + public global::LabelStudio.ApiOrganizationsMemberTagsImportsCreateResponse? Type696 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type697 { get; set; } + public global::System.Collections.Generic.IList? Type697 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type698 { get; set; } + public global::System.Collections.Generic.IList? Type698 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type699 { get; set; } + public global::System.Collections.Generic.IList? Type699 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type700 { get; set; } + public global::System.Collections.Generic.IList? Type700 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponse? Type701 { get; set; } + public global::System.Collections.Generic.IList? Type701 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponseStatus? Type702 { get; set; } + public global::System.Collections.Generic.IList? Type702 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponse? Type703 { get; set; } + public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponse? Type703 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus? Type704 { get; set; } + public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponseStatus? Type704 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsDashboardRetrieveResponse? Type705 { get; set; } + public global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponse? Type705 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsDuplicateCreateResponse? Type706 { get; set; } + public global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus? Type706 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type707 { get; set; } + public global::LabelStudio.ApiProjectsDashboardRetrieveResponse? Type707 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsExportsConvertCreateResponse? Type708 { get; set; } + public global::LabelStudio.ApiProjectsDuplicateCreateResponse? Type708 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type709 { get; set; } + public global::System.Collections.Generic.IList? Type709 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponse? Type710 { get; set; } + public global::LabelStudio.ApiProjectsExportsConvertCreateResponse? Type710 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus? Type711 { get; set; } + public global::System.Collections.Generic.IList? Type711 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsImportCreateResponse? Type712 { get; set; } + public global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponse? Type712 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsImportPredictionsCreateResponse? Type713 { get; set; } + public global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus? Type713 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsMembersBulkDestroyResponse? Type714 { get; set; } + public global::LabelStudio.ApiProjectsImportCreateResponse? Type714 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsMembersBulkCreateResponse? Type715 { get; set; } + public global::LabelStudio.ApiProjectsImportPredictionsCreateResponse? Type715 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsModelStatsAgreementRetrieveResponse? Type716 { get; set; } + public global::LabelStudio.ApiProjectsMembersBulkDestroyResponse? Type716 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsModelStatsAgreementGroundtruthRetrieveResponse? Type717 { get; set; } + public global::LabelStudio.ApiProjectsMembersBulkCreateResponse? Type717 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsModelStatsPredictionRetrieveResponse? Type718 { get; set; } + public global::LabelStudio.ApiProjectsModelStatsAgreementRetrieveResponse? Type718 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type719 { get; set; } + public global::LabelStudio.ApiProjectsModelStatsAgreementGroundtruthRetrieveResponse? Type719 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsIaaRetrieveResponse? Type720 { get; set; } + public global::LabelStudio.ApiProjectsModelStatsPredictionRetrieveResponse? Type720 { get; set; } /// /// /// - public global::LabelStudio.OneOf>, global::System.Collections.Generic.Dictionary>>>? Type721 { get; set; } + public global::System.Collections.Generic.IList? Type721 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary>>? Type722 { get; set; } + public global::LabelStudio.ApiProjectsStatsIaaRetrieveResponse? Type722 { get; set; } /// /// /// - public global::LabelStudio.OneOf>? Type723 { get; set; } + public global::LabelStudio.OneOf>, global::System.Collections.Generic.Dictionary>>>? Type723 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsAgreementGroundtruthRetrieveResponse? Type724 { get; set; } + public global::System.Collections.Generic.Dictionary>>? Type724 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsAgreementAnnotatorRetrieveResponse? Type725 { get; set; } + public global::LabelStudio.OneOf>? Type725 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsAgreementAnnotatorsRetrieveResponse? Type726 { get; set; } + public global::LabelStudio.ApiProjectsStatsAgreementGroundtruthRetrieveResponse? Type726 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponse? Type727 { get; set; } + public global::LabelStudio.ApiProjectsStatsAgreementAnnotatorRetrieveResponse? Type727 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponseUserFilters? Type728 { get; set; } + public global::LabelStudio.ApiProjectsStatsAgreementAnnotatorsRetrieveResponse? Type728 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type729 { get; set; } + public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponse? Type729 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponseUserFiltersStat? Type730 { get; set; } + public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponseUserFilters? Type730 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsFinishedRetrieveResponse? Type731 { get; set; } + public global::System.Collections.Generic.IList? Type731 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsLeadTimeRetrieveResponse? Type732 { get; set; } + public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponseUserFiltersStat? Type732 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type733 { get; set; } + public global::LabelStudio.ApiProjectsStatsFinishedRetrieveResponse? Type733 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsLeadTimeRetrieveResponseLeadTimeStat? Type734 { get; set; } + public global::LabelStudio.ApiProjectsStatsLeadTimeRetrieveResponse? Type734 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveResponse? Type735 { get; set; } + public global::System.Collections.Generic.IList? Type735 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveResponse? Type736 { get; set; } + public global::LabelStudio.ApiProjectsStatsLeadTimeRetrieveResponseLeadTimeStat? Type736 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsTotalAgreementRetrieveResponseVariant1? Type737 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveResponse? Type737 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsTotalAgreementRetrieveResponseVariant2? Type738 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveResponse? Type738 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type739 { get; set; } + public global::LabelStudio.ApiProjectsStatsTotalAgreementRetrieveResponseVariant1? Type739 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateResponse? Type740 { get; set; } + public global::LabelStudio.ApiProjectsStatsTotalAgreementRetrieveResponseVariant2? Type740 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type741 { get; set; } + public global::System.Collections.Generic.IList? Type741 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUserStatsPredictionListResponse? Type742 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateResponse? Type742 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUserStatsReviewScoreListResponse? Type743 { get; set; } + public global::System.Collections.Generic.IList? Type743 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUserStatsPredictionRetrieveResponse? Type744 { get; set; } + public global::LabelStudio.ApiProjectsUserStatsPredictionListResponse? Type744 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUserStatsReviewScoreRetrieveResponse? Type745 { get; set; } + public global::LabelStudio.ApiProjectsUserStatsReviewScoreListResponse? Type745 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUsersStatsAgreementGroundtruthRetrieveResponse? Type746 { get; set; } + public global::LabelStudio.ApiProjectsUserStatsPredictionRetrieveResponse? Type746 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type747 { get; set; } + public global::LabelStudio.ApiProjectsUserStatsReviewScoreRetrieveResponse? Type747 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type748 { get; set; } + public global::LabelStudio.ApiProjectsUsersStatsAgreementGroundtruthRetrieveResponse? Type748 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type749 { get; set; } + public global::System.Collections.Generic.IList? Type749 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type750 { get; set; } + public global::System.Collections.Generic.IList? Type750 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type751 { get; set; } + public global::System.Collections.Generic.IList? Type751 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type752 { get; set; } + public global::System.Collections.Generic.IList? Type752 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type753 { get; set; } + public global::System.Collections.Generic.IList? Type753 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type754 { get; set; } + public global::System.Collections.Generic.IList? Type754 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type755 { get; set; } + public global::System.Collections.Generic.IList? Type755 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type756 { get; set; } + public global::System.Collections.Generic.IList? Type756 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type757 { get; set; } + public global::System.Collections.Generic.IList? Type757 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type758 { get; set; } + public global::System.Collections.Generic.IList? Type758 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type759 { get; set; } + public global::System.Collections.Generic.IList? Type759 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type760 { get; set; } + public global::System.Collections.Generic.IList? Type760 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type761 { get; set; } + public global::System.Collections.Generic.IList? Type761 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type762 { get; set; } + public global::System.Collections.Generic.IList? Type762 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type763 { get; set; } + public global::System.Collections.Generic.IList? Type763 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type764 { get; set; } + public global::System.Collections.Generic.IList? Type764 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type765 { get; set; } + public global::System.Collections.Generic.IList? Type765 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type766 { get; set; } + public global::System.Collections.Generic.IList? Type766 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type767 { get; set; } + public global::System.Collections.Generic.IList? Type767 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportTypesRetrieveResponseItem? Type768 { get; set; } + public global::System.Collections.Generic.IList? Type768 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type769 { get; set; } + public global::System.Collections.Generic.IList? Type769 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type770 { get; set; } + public global::LabelStudio.ApiStoragesExportTypesRetrieveResponseItem? Type770 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type771 { get; set; } + public global::System.Collections.Generic.IList? Type771 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type772 { get; set; } + public global::System.Collections.Generic.IList? Type772 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type773 { get; set; } + public global::System.Collections.Generic.IList? Type773 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type774 { get; set; } + public global::System.Collections.Generic.IList? Type774 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type775 { get; set; } + public global::System.Collections.Generic.IList? Type775 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type776 { get; set; } + public global::System.Collections.Generic.IList? Type776 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesTypesRetrieveResponseItem? Type777 { get; set; } + public global::System.Collections.Generic.IList? Type777 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type778 { get; set; } + public global::System.Collections.Generic.IList? Type778 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type779 { get; set; } + public global::LabelStudio.ApiStoragesTypesRetrieveResponseItem? Type779 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type780 { get; set; } + public global::System.Collections.Generic.IList? Type780 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponse? Type781 { get; set; } + public global::System.Collections.Generic.IList? Type781 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationsCreated? Type782 { get; set; } + public global::System.Collections.Generic.IList? Type782 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationsDeleted? Type783 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponse? Type783 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationCreated? Type784 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationsCreated? Type784 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationUpdated? Type785 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationsDeleted? Type785 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkCreated? Type786 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationCreated? Type786 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkDeleted? Type787 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationUpdated? Type787 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkUpdated? Type788 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkCreated? Type788 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectCreated? Type789 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkDeleted? Type789 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectDeleted? Type790 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkUpdated? Type790 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectUpdated? Type791 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectCreated? Type791 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewsDeleted? Type792 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectDeleted? Type792 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewCreated? Type793 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectUpdated? Type793 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewUpdated? Type794 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewsDeleted? Type794 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseTasksCreated? Type795 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewCreated? Type795 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseTasksDeleted? Type796 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewUpdated? Type796 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type797 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseTasksCreated? Type797 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type798 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseTasksDeleted? Type798 { get; set; } /// /// /// - public global::LabelStudio.ApiWorkspacesMembershipsBulkDestroyResponse? Type799 { get; set; } + public global::System.Collections.Generic.IList? Type799 { get; set; } /// /// /// - public global::LabelStudio.ApiWorkspacesMembershipsBulkCreateResponse? Type800 { get; set; } + public global::System.Collections.Generic.IList? Type800 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type801 { get; set; } + public global::LabelStudio.ApiWorkspacesMembershipsBulkDestroyResponse? Type801 { get; set; } + /// + /// + /// + public global::LabelStudio.ApiWorkspacesMembershipsBulkCreateResponse? Type802 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.IList? Type803 { get; set; } /// /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.LabelsClient.UpdateMany.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.LabelsClient.UpdateMany.g.cs index 7e3b6d8c..b6d4ab85 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.LabelsClient.UpdateMany.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.LabelsClient.UpdateMany.g.cs @@ -26,47 +26,67 @@ public partial class LabelsClient { s_UpdateManySecurityRequirement0, }; partial void PrepareUpdateManyArguments( - global::System.Net.Http.HttpClient httpClient); + global::System.Net.Http.HttpClient httpClient, + global::LabelStudio.LabelBulkUpdateRequest request); partial void PrepareUpdateManyRequest( global::System.Net.Http.HttpClient httpClient, - global::System.Net.Http.HttpRequestMessage httpRequestMessage); + global::System.Net.Http.HttpRequestMessage httpRequestMessage, + global::LabelStudio.LabelBulkUpdateRequest request); partial void ProcessUpdateManyResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); + partial void ProcessUpdateManyResponseContent( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpResponseMessage httpResponseMessage, + ref string content); + /// /// Bulk update labels
/// If you want to update the labels in saved annotations, use this endpoint.
/// ///
+ /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task UpdateManyAsync( + public async global::System.Threading.Tasks.Task UpdateManyAsync( + + global::LabelStudio.LabelBulkUpdateRequest request, global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - await UpdateManyAsResponseAsync( + var __response = await UpdateManyAsResponseAsync( + + request: request, requestOptions: requestOptions, cancellationToken: cancellationToken ).ConfigureAwait(false); + + return __response.Body; } /// /// Bulk update labels
/// If you want to update the labels in saved annotations, use this endpoint.
/// ///
+ /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task UpdateManyAsResponseAsync( + public async global::System.Threading.Tasks.Task> UpdateManyAsResponseAsync( + + global::LabelStudio.LabelBulkUpdateRequest request, global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { + request = request ?? throw new global::System.ArgumentNullException(nameof(request)); + PrepareArguments( client: HttpClient); PrepareUpdateManyArguments( - httpClient: HttpClient); + httpClient: HttpClient, + request: request); var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations( @@ -123,6 +143,12 @@ await UpdateManyAsResponseAsync( __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); } } + var __httpRequestContentBody = request.ToJson(JsonSerializerContext); + var __httpRequestContent = new global::System.Net.Http.StringContent( + content: __httpRequestContentBody, + encoding: global::System.Text.Encoding.UTF8, + mediaType: "application/json"); + __httpRequest.Content = __httpRequestContent; global::LabelStudio.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, clientHeaders: Options.Headers, @@ -133,7 +159,8 @@ await UpdateManyAsResponseAsync( request: __httpRequest); PrepareUpdateManyRequest( httpClient: HttpClient, - httpRequestMessage: __httpRequest); + httpRequestMessage: __httpRequest, + request: request); return __httpRequest; } @@ -325,15 +352,22 @@ await UpdateManyAsResponseAsync( client: HttpClient, response: __response, content: ref __content); + ProcessUpdateManyResponseContent( + httpClient: HttpClient, + httpResponseMessage: __response, + content: ref __content); try { __response.EnsureSuccessStatusCode(); - return new global::LabelStudio.AutoSDKHttpResponse( + var __value = global::LabelStudio.LabelBulkUpdateResponse.FromJson(__content, JsonSerializerContext) ?? + throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); + return new global::LabelStudio.AutoSDKHttpResponse( statusCode: __response.StatusCode, headers: global::LabelStudio.AutoSDKHttpResponse.CreateHeaders(__response), - requestUri: __response.RequestMessage?.RequestUri); + requestUri: __response.RequestMessage?.RequestUri, + body: __value); } catch (global::System.Exception __ex) { @@ -353,10 +387,19 @@ await UpdateManyAsResponseAsync( try { __response.EnsureSuccessStatusCode(); - return new global::LabelStudio.AutoSDKHttpResponse( + using var __content = await __response.Content.ReadAsStreamAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + + var __value = await global::LabelStudio.LabelBulkUpdateResponse.FromJsonStreamAsync(__content, JsonSerializerContext).ConfigureAwait(false) ?? + throw new global::System.InvalidOperationException("Response deserialization failed."); + return new global::LabelStudio.AutoSDKHttpResponse( statusCode: __response.StatusCode, headers: global::LabelStudio.AutoSDKHttpResponse.CreateHeaders(__response), - requestUri: __response.RequestMessage?.RequestUri); + requestUri: __response.RequestMessage?.RequestUri, + body: __value); } catch (global::System.Exception __ex) { @@ -392,5 +435,35 @@ await UpdateManyAsResponseAsync( __httpRequest?.Dispose(); } } + /// + /// Bulk update labels
+ /// If you want to update the labels in saved annotations, use this endpoint.
+ /// + ///
+ /// + /// + /// + /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. + /// The token to cancel the operation with + /// + public async global::System.Threading.Tasks.Task UpdateManyAsync( + object newLabel, + object oldLabel, + int? project = default, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default) + { + var __request = new global::LabelStudio.LabelBulkUpdateRequest + { + NewLabel = newLabel, + OldLabel = oldLabel, + Project = project, + }; + + return await UpdateManyAsync( + request: __request, + requestOptions: requestOptions, + cancellationToken: cancellationToken).ConfigureAwait(false); + } } } \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequest.Json.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequest.Json.g.cs new file mode 100644 index 00000000..73b2764d --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequest.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace LabelStudio +{ + public sealed partial class LabelBulkUpdateRequest + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::LabelStudio.LabelBulkUpdateRequest? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::LabelStudio.LabelBulkUpdateRequest), + jsonSerializerContext) as global::LabelStudio.LabelBulkUpdateRequest; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::LabelStudio.LabelBulkUpdateRequest? FromJson( + string json) + { + return FromJson( + json, + global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::LabelStudio.LabelBulkUpdateRequest? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::LabelStudio.LabelBulkUpdateRequest), + jsonSerializerContext).ConfigureAwait(false)) as global::LabelStudio.LabelBulkUpdateRequest; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequest.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequest.g.cs new file mode 100644 index 00000000..2605eca9 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequest.g.cs @@ -0,0 +1,64 @@ + +#nullable enable + +namespace LabelStudio +{ + /// + /// + /// + public sealed partial class LabelBulkUpdateRequest + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("new_label")] + [global::System.Text.Json.Serialization.JsonRequired] + public required object NewLabel { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("old_label")] + [global::System.Text.Json.Serialization.JsonRequired] + public required object OldLabel { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("project")] + public int? Project { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public LabelBulkUpdateRequest( + object newLabel, + object oldLabel, + int? project) + { + this.NewLabel = newLabel ?? throw new global::System.ArgumentNullException(nameof(newLabel)); + this.OldLabel = oldLabel ?? throw new global::System.ArgumentNullException(nameof(oldLabel)); + this.Project = project; + } + + /// + /// Initializes a new instance of the class. + /// + public LabelBulkUpdateRequest() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestNewLabel.Json.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestNewLabel.Json.g.cs new file mode 100644 index 00000000..fe9d0b45 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestNewLabel.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace LabelStudio +{ + public sealed partial class LabelBulkUpdateRequestNewLabel + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::LabelStudio.LabelBulkUpdateRequestNewLabel? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::LabelStudio.LabelBulkUpdateRequestNewLabel), + jsonSerializerContext) as global::LabelStudio.LabelBulkUpdateRequestNewLabel; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::LabelStudio.LabelBulkUpdateRequestNewLabel? FromJson( + string json) + { + return FromJson( + json, + global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::LabelStudio.LabelBulkUpdateRequestNewLabel? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::LabelStudio.LabelBulkUpdateRequestNewLabel), + jsonSerializerContext).ConfigureAwait(false)) as global::LabelStudio.LabelBulkUpdateRequestNewLabel; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestNewLabel.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestNewLabel.g.cs new file mode 100644 index 00000000..bdc5b163 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestNewLabel.g.cs @@ -0,0 +1,19 @@ + +#nullable enable + +namespace LabelStudio +{ + /// + /// + /// + public sealed partial class LabelBulkUpdateRequestNewLabel + { + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestOldLabel.Json.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestOldLabel.Json.g.cs new file mode 100644 index 00000000..4f5f236b --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestOldLabel.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace LabelStudio +{ + public sealed partial class LabelBulkUpdateRequestOldLabel + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::LabelStudio.LabelBulkUpdateRequestOldLabel? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::LabelStudio.LabelBulkUpdateRequestOldLabel), + jsonSerializerContext) as global::LabelStudio.LabelBulkUpdateRequestOldLabel; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::LabelStudio.LabelBulkUpdateRequestOldLabel? FromJson( + string json) + { + return FromJson( + json, + global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::LabelStudio.LabelBulkUpdateRequestOldLabel? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::LabelStudio.LabelBulkUpdateRequestOldLabel), + jsonSerializerContext).ConfigureAwait(false)) as global::LabelStudio.LabelBulkUpdateRequestOldLabel; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestOldLabel.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestOldLabel.g.cs new file mode 100644 index 00000000..4d23ea51 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateRequestOldLabel.g.cs @@ -0,0 +1,19 @@ + +#nullable enable + +namespace LabelStudio +{ + /// + /// + /// + public sealed partial class LabelBulkUpdateRequestOldLabel + { + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateResponse.Json.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateResponse.Json.g.cs new file mode 100644 index 00000000..95d5d456 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateResponse.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace LabelStudio +{ + public sealed partial class LabelBulkUpdateResponse + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::LabelStudio.LabelBulkUpdateResponse? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::LabelStudio.LabelBulkUpdateResponse), + jsonSerializerContext) as global::LabelStudio.LabelBulkUpdateResponse; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::LabelStudio.LabelBulkUpdateResponse? FromJson( + string json) + { + return FromJson( + json, + global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::LabelStudio.LabelBulkUpdateResponse? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::LabelStudio.LabelBulkUpdateResponse), + jsonSerializerContext).ConfigureAwait(false)) as global::LabelStudio.LabelBulkUpdateResponse; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::LabelStudio.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::LabelStudio.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateResponse.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateResponse.g.cs new file mode 100644 index 00000000..e1b82a56 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LabelBulkUpdateResponse.g.cs @@ -0,0 +1,45 @@ + +#nullable enable + +namespace LabelStudio +{ + /// + /// + /// + public sealed partial class LabelBulkUpdateResponse + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("annotations_updated")] + [global::System.Text.Json.Serialization.JsonRequired] + public required int AnnotationsUpdated { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public LabelBulkUpdateResponse( + int annotationsUpdated) + { + this.AnnotationsUpdated = annotationsUpdated; + } + + /// + /// Initializes a new instance of the class. + /// + public LabelBulkUpdateResponse() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/openapi.yaml b/src/libs/LabelStudio/openapi.yaml index a3281f1b..fe0fdfd6 100644 --- a/src/libs/LabelStudio/openapi.yaml +++ b/src/libs/LabelStudio/openapi.yaml @@ -5892,7 +5892,7 @@ paths: description: Reset the token used in the invitation link to invite someone to an organization. operationId: api_invite_reset_token_create responses: - '200': + '201': content: application/json: schema: @@ -6300,9 +6300,25 @@ paths: post: description: "\n If you want to update the labels in saved annotations, use this endpoint.\n " operationId: api_labels_bulk_create + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/LabelBulkUpdateRequest' + application/x-www-form-urlencoded: + schema: + $ref: '#/components/schemas/LabelBulkUpdateRequest' + multipart/form-data: + schema: + $ref: '#/components/schemas/LabelBulkUpdateRequest' + required: true responses: '200': - description: No response body + content: + application/json: + schema: + $ref: '#/components/schemas/LabelBulkUpdateResponse' + description: '' security: - Token: [] summary: Bulk update labels @@ -31455,6 +31471,23 @@ components: - updated_at - value type: object + LabelBulkUpdateRequest: + properties: + new_label: {} + old_label: {} + project: + type: integer + required: + - new_label + - old_label + type: object + LabelBulkUpdateResponse: + properties: + annotations_updated: + type: integer + required: + - annotations_updated + type: object LabelCreate: properties: approved: