From 104b766daaf68fbe12322724e93ff7f25f0de9e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Aug 2026 02:33:15 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...LearningResourcesEditingSessionCreate.g.cs | 80 + ...earningResourcesEditingSessionDestroy.g.cs | 44 + ...ingResourcesModulesPagesPartialUpdate.g.cs | 6 +- .../LabelStudio.JsonSerializerContext.g.cs | 23 +- ...abelStudio.JsonSerializerContextTypes.g.cs | 1874 +++++++++-------- ...LearningResourcesEditingSessionCreate.g.cs | 503 +++++ ...earningResourcesEditingSessionDestroy.g.cs | 438 ++++ ...ingResourcesModulesPagesPartialUpdate.g.cs | 6 +- ...udio.Models.CourseEditingSession.Json.g.cs | 141 ++ ...belStudio.Models.CourseEditingSession.g.cs | 76 + ...seEditingSessionHeartbeatRequest.Json.g.cs | 141 ++ ....CourseEditingSessionHeartbeatRequest.g.cs | 76 + ...els.CourseEditingSessionResponse.Json.g.cs | 141 ++ ...o.Models.CourseEditingSessionResponse.g.cs | 55 + src/libs/LabelStudio/openapi.yaml | 124 +- 15 files changed, 2785 insertions(+), 943 deletions(-) create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSession.Json.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSession.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionHeartbeatRequest.Json.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionHeartbeatRequest.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionResponse.Json.g.cs create mode 100644 src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionResponse.g.cs diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs new file mode 100644 index 0000000..ca46f83 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs @@ -0,0 +1,80 @@ +#nullable enable + +namespace LabelStudio +{ + public partial interface ILearningResourcesClient + { + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// + /// 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 ApiLearningResourcesEditingSessionCreateAsync( + int id, + + global::LabelStudio.CourseEditingSessionHeartbeatRequest request, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default); + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// + /// 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> ApiLearningResourcesEditingSessionCreateAsResponseAsync( + int id, + + global::LabelStudio.CourseEditingSessionHeartbeatRequest request, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default); + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// + /// + /// + /// Default Value: false + /// + /// + /// Default Value: false + /// + /// 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 ApiLearningResourcesEditingSessionCreateAsync( + int id, + string pageId, + int? moduleId = default, + bool? takeover = default, + bool? wantsToEdit = default, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default); + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs new file mode 100644 index 0000000..cb5dfc7 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs @@ -0,0 +1,44 @@ +#nullable enable + +namespace LabelStudio +{ + public partial interface ILearningResourcesClient + { + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// 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 ApiLearningResourcesEditingSessionDestroyAsync( + int id, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default); + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// 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> ApiLearningResourcesEditingSessionDestroyAsResponseAsync( + int id, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default); + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs index a2db697..396bb5b 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs @@ -12,7 +12,7 @@ public partial interface ILearningResourcesClient /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. + /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. /// /// /// @@ -37,7 +37,7 @@ public partial interface ILearningResourcesClient /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. + /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. /// /// /// @@ -62,7 +62,7 @@ public partial interface ILearningResourcesClient /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. + /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. /// /// /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs index 988313d..342fbed 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs @@ -575,6 +575,10 @@ namespace LabelStudio [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ConvertedFormat))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ProjectImportStatusEnum), TypeInfoPropertyName = "ProjectImportStatusEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ConvertedFormatRequest))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseEditingSession))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseEditingSessionHeartbeatRequest))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseEditingSessionResponse))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseModule))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseOutline))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] @@ -967,10 +971,6 @@ namespace LabelStudio [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RefinePromptRequestRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RefinedPromptResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ThirdPartyModelVersion))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RegressionSummary))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RegressionsResponse))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RequeueRejectedTasksModeEnum), TypeInfoPropertyName = "RequeueRejectedTasksModeEnum2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewCriteriaEnum), TypeInfoPropertyName = "ReviewCriteriaEnum2")] internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -1443,6 +1443,10 @@ 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.RegressionSummary))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RegressionsResponse))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RequeueRejectedTasksModeEnum), TypeInfoPropertyName = "RequeueRejectedTasksModeEnum2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewCriteriaEnum), TypeInfoPropertyName = "ReviewCriteriaEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewRoutingRule))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewRoutingRuleRequestRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewRoutingRulesReplaceRequest))] @@ -1931,15 +1935,11 @@ 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))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::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 { } @@ -2412,6 +2412,11 @@ 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))] [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 6c6397c..e36d26a 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs @@ -420,3051 +420,3067 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::LabelStudio.CourseModule? Type98 { get; set; } + public global::LabelStudio.CourseEditingSession? Type98 { get; set; } /// /// /// - public global::LabelStudio.CourseOutline? Type99 { get; set; } + public global::LabelStudio.CourseEditingSessionHeartbeatRequest? Type99 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type100 { get; set; } + public global::LabelStudio.CourseEditingSessionResponse? Type100 { get; set; } /// /// /// - public global::LabelStudio.CourseOutlineModule? Type101 { get; set; } + public global::System.Collections.Generic.IList? Type101 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type102 { get; set; } + public global::LabelStudio.CourseModule? Type102 { get; set; } /// /// /// - public global::LabelStudio.CourseOutlinePage? Type103 { get; set; } + public global::LabelStudio.CourseOutline? Type103 { get; set; } /// /// /// - public global::LabelStudio.CoursePageSaveResponse? Type104 { get; set; } + public global::System.Collections.Generic.IList? Type104 { get; set; } /// /// /// - public global::LabelStudio.CourseProgressImportResult? Type105 { get; set; } + public global::LabelStudio.CourseOutlineModule? Type105 { get; set; } /// /// /// - public global::LabelStudio.CourseStructureOpRequest? Type106 { get; set; } + public global::System.Collections.Generic.IList? Type106 { get; set; } /// /// /// - public global::LabelStudio.OpEnum? Type107 { get; set; } + public global::LabelStudio.CourseOutlinePage? Type107 { get; set; } /// /// /// - public global::LabelStudio.CourseStructureOpResponse? Type108 { get; set; } + public global::LabelStudio.CoursePageSaveResponse? Type108 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type109 { get; set; } + public global::LabelStudio.CourseProgressImportResult? Type109 { get; set; } /// /// /// - public global::LabelStudio.CustomFunctionCodeRequestRequest? Type110 { get; set; } + public global::LabelStudio.CourseStructureOpRequest? Type110 { get; set; } /// /// /// - public global::LabelStudio.DataManagerFilterModeEnum? Type111 { get; set; } + public global::LabelStudio.OpEnum? Type111 { get; set; } /// /// /// - public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type112 { get; set; } + public global::LabelStudio.CourseStructureOpResponse? Type112 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type113 { get; set; } + public global::System.Collections.Generic.IList? Type113 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type114 { get; set; } + public global::LabelStudio.CustomFunctionCodeRequestRequest? Type114 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type115 { get; set; } + public global::LabelStudio.DataManagerFilterModeEnum? Type115 { get; set; } /// /// /// - public global::LabelStudio.DataQualityConfusionPair? Type116 { get; set; } + public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type116 { get; set; } /// /// /// - public global::LabelStudio.DataQualityAgreementDimensions? Type117 { get; set; } + public global::System.Collections.Generic.IList>? Type117 { get; set; } /// /// /// - public global::LabelStudio.DataQualityAgreementDistribution? Type118 { get; set; } + public global::System.Collections.Generic.IList? Type118 { get; set; } /// /// /// - public global::LabelStudio.DatabricksExportStorage? Type119 { get; set; } + public global::System.Collections.Generic.IList? Type119 { get; set; } /// /// /// - public global::LabelStudio.DatabricksExportStorageRequest? Type120 { get; set; } + public global::LabelStudio.DataQualityConfusionPair? Type120 { get; set; } /// /// /// - public global::LabelStudio.DatabricksImportStorage? Type121 { get; set; } + public global::LabelStudio.DataQualityAgreementDimensions? Type121 { get; set; } /// /// /// - public global::LabelStudio.DatabricksImportStorageRequest? Type122 { get; set; } + public global::LabelStudio.DataQualityAgreementDistribution? Type122 { get; set; } /// /// /// - public global::LabelStudio.Dataset? Type123 { get; set; } + public global::LabelStudio.DatabricksExportStorage? Type123 { get; set; } /// /// /// - public global::LabelStudio.DatasetColumn? Type124 { get; set; } + public global::LabelStudio.DatabricksExportStorageRequest? Type124 { get; set; } /// /// /// - public global::LabelStudio.DatasetColumnVisibilityDefaults? Type125 { get; set; } + public global::LabelStudio.DatabricksImportStorage? Type125 { get; set; } /// /// /// - public global::LabelStudio.DatasetColumnsResponse? Type126 { get; set; } + public global::LabelStudio.DatabricksImportStorageRequest? Type126 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type127 { get; set; } + public global::LabelStudio.Dataset? Type127 { get; set; } /// /// /// - public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type128 { get; set; } + public global::LabelStudio.DatasetColumn? Type128 { get; set; } /// /// /// - public global::LabelStudio.DatasetImportCandidatesResponse? Type129 { get; set; } + public global::LabelStudio.DatasetColumnVisibilityDefaults? Type129 { get; set; } /// /// /// - public global::LabelStudio.DatasetMember? Type130 { get; set; } + public global::LabelStudio.DatasetColumnsResponse? Type130 { get; set; } /// /// /// - public global::LabelStudio.DatasetMemberRequest? Type131 { get; set; } + public global::System.Collections.Generic.IList? Type131 { get; set; } /// /// /// - public global::LabelStudio.DatasetRequest? Type132 { get; set; } + public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type132 { get; set; } /// /// /// - public global::LabelStudio.UserSimpleRequest? Type133 { get; set; } + public global::LabelStudio.DatasetImportCandidatesResponse? Type133 { get; set; } /// /// /// - public global::LabelStudio.DatasetStorageAvailableDataType? Type134 { get; set; } + public global::LabelStudio.DatasetMember? Type134 { get; set; } /// /// /// - public global::LabelStudio.DatasetStorageColumnType? Type135 { get; set; } + public global::LabelStudio.DatasetMemberRequest? Type135 { get; set; } /// /// /// - public global::LabelStudio.DatasetStorageColumnsResponse? Type136 { get; set; } + public global::LabelStudio.DatasetRequest? Type136 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type137 { get; set; } + public global::LabelStudio.UserSimpleRequest? Type137 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type138 { get; set; } + public global::LabelStudio.DatasetStorageAvailableDataType? Type138 { get; set; } /// /// /// - public global::LabelStudio.DatasetTasksMetadataResponse? Type139 { get; set; } + public global::LabelStudio.DatasetStorageColumnType? Type139 { get; set; } /// /// /// - public global::LabelStudio.DatasetView? Type140 { get; set; } + public global::LabelStudio.DatasetStorageColumnsResponse? Type140 { get; set; } /// /// /// - public global::LabelStudio.FilterGroup? Type141 { get; set; } + public global::System.Collections.Generic.IList? Type141 { get; set; } /// /// /// - public global::LabelStudio.DatasetViewLockedBy? Type142 { get; set; } + public global::System.Collections.Generic.IList? Type142 { get; set; } /// /// /// - public global::LabelStudio.DatasetViewRequest? Type143 { get; set; } + public global::LabelStudio.DatasetTasksMetadataResponse? Type143 { get; set; } /// /// /// - public global::LabelStudio.FilterGroupRequest? Type144 { get; set; } + public global::LabelStudio.DatasetView? Type144 { get; set; } /// /// /// - public global::LabelStudio.DefaultModelVersionNameResponse? Type145 { get; set; } + public global::LabelStudio.FilterGroup? Type145 { get; set; } /// /// /// - public global::LabelStudio.DefaultRole? Type146 { get; set; } + public global::LabelStudio.DatasetViewLockedBy? Type146 { get; set; } /// /// /// - public global::LabelStudio.OrganizationRoleEnum? Type147 { get; set; } + public global::LabelStudio.DatasetViewRequest? Type147 { get; set; } /// /// /// - public global::LabelStudio.Dimension? Type148 { get; set; } + public global::LabelStudio.FilterGroupRequest? Type148 { get; set; } /// /// /// - public global::LabelStudio.DimensionCreateRequest? Type149 { get; set; } + public global::LabelStudio.DefaultModelVersionNameResponse? Type149 { get; set; } /// /// /// - public global::LabelStudio.DimensionList? Type150 { get; set; } + public global::LabelStudio.DefaultRole? Type150 { get; set; } /// /// /// - public global::LabelStudio.DimensionRequest? Type151 { get; set; } + public global::LabelStudio.OrganizationRoleEnum? Type151 { get; set; } /// /// /// - public global::LabelStudio.DuplicateLearningResourceRequest? Type152 { get; set; } + public global::LabelStudio.Dimension? Type152 { get; set; } /// /// /// - public global::LabelStudio.EditionEnum? Type153 { get; set; } + public global::LabelStudio.DimensionCreateRequest? Type153 { get; set; } /// /// /// - public global::LabelStudio.EstimatedDurationUnitEnum? Type154 { get; set; } + public global::LabelStudio.DimensionList? Type154 { get; set; } /// /// /// - public global::LabelStudio.Export? Type155 { get; set; } + public global::LabelStudio.DimensionRequest? Type155 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type156 { get; set; } + public global::LabelStudio.DuplicateLearningResourceRequest? Type156 { get; set; } /// /// /// - public global::LabelStudio.ExportConvertRequest? Type157 { get; set; } + public global::LabelStudio.EditionEnum? Type157 { get; set; } /// /// /// - public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type158 { get; set; } + public global::LabelStudio.EstimatedDurationUnitEnum? Type158 { get; set; } /// /// /// - public global::LabelStudio.FSMTransitionExecuteResponse? Type159 { get; set; } + public global::LabelStudio.Export? Type159 { get; set; } /// /// /// - public global::LabelStudio.StateModel? Type160 { get; set; } + public global::System.Collections.Generic.IList? Type160 { get; set; } /// /// /// - public global::LabelStudio.FewShotExample? Type161 { get; set; } + public global::LabelStudio.ExportConvertRequest? Type161 { get; set; } /// /// /// - public global::LabelStudio.FewShotExampleRequest? Type162 { get; set; } + public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type162 { get; set; } /// /// /// - public global::LabelStudio.FileUpload? Type163 { get; set; } + public global::LabelStudio.FSMTransitionExecuteResponse? Type163 { get; set; } /// /// /// - public global::LabelStudio.Filter? Type164 { get; set; } + public global::LabelStudio.StateModel? Type164 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type165 { get; set; } + public global::LabelStudio.FewShotExample? Type165 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type166 { get; set; } + public global::LabelStudio.FewShotExampleRequest? Type166 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type167 { get; set; } + public global::LabelStudio.FileUpload? Type167 { get; set; } /// /// /// - public global::LabelStudio.FilterRequest? Type168 { get; set; } + public global::LabelStudio.Filter? Type168 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type169 { get; set; } + public global::System.Collections.Generic.IList? Type169 { get; set; } /// /// /// - public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type170 { get; set; } + public global::System.Collections.Generic.IList? Type170 { get; set; } /// /// /// - public global::LabelStudio.GCSDatasetStorage? Type171 { get; set; } + public global::System.Collections.Generic.IList? Type171 { get; set; } /// /// /// - public global::LabelStudio.GCSDatasetStorageRequest? Type172 { get; set; } + public global::LabelStudio.FilterRequest? Type172 { get; set; } /// /// /// - public global::LabelStudio.GCSExportStorage? Type173 { get; set; } + public global::System.Collections.Generic.IList? Type173 { get; set; } /// /// /// - public global::LabelStudio.GCSImportStorage? Type174 { get; set; } + public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type174 { get; set; } /// /// /// - public global::LabelStudio.GCSSAExportStorage? Type175 { get; set; } + public global::LabelStudio.GCSDatasetStorage? Type175 { get; set; } /// /// /// - public global::LabelStudio.GCSSAExportStorageRequest? Type176 { get; set; } + public global::LabelStudio.GCSDatasetStorageRequest? Type176 { get; set; } /// /// /// - public global::LabelStudio.GCSSAImportStorage? Type177 { get; set; } + public global::LabelStudio.GCSExportStorage? Type177 { get; set; } /// /// /// - public global::LabelStudio.GCSSAImportStorageRequest? Type178 { get; set; } + public global::LabelStudio.GCSImportStorage? Type178 { get; set; } /// /// /// - public global::LabelStudio.GCSWIFExportStorage? Type179 { get; set; } + public global::LabelStudio.GCSSAExportStorage? Type179 { get; set; } /// /// /// - public global::LabelStudio.GCSWIFExportStorageRequest? Type180 { get; set; } + public global::LabelStudio.GCSSAExportStorageRequest? Type180 { get; set; } /// /// /// - public global::LabelStudio.GCSWIFImportStorage? Type181 { get; set; } + public global::LabelStudio.GCSSAImportStorage? Type181 { get; set; } /// /// /// - public global::LabelStudio.GCSWIFImportStorageRequest? Type182 { get; set; } + public global::LabelStudio.GCSSAImportStorageRequest? Type182 { get; set; } /// /// /// - public global::LabelStudio.Hotkeys? Type183 { get; set; } + public global::LabelStudio.GCSWIFExportStorage? Type183 { get; set; } /// /// /// - public global::LabelStudio.ImportApiRequest? Type184 { get; set; } + public global::LabelStudio.GCSWIFExportStorageRequest? Type184 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type185 { get; set; } + public global::LabelStudio.GCSWIFImportStorage? Type185 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type186 { get; set; } + public global::LabelStudio.GCSWIFImportStorageRequest? Type186 { get; set; } /// /// /// - public global::LabelStudio.PredictionRequest? Type187 { get; set; } + public global::LabelStudio.Hotkeys? Type187 { get; set; } /// /// /// - public global::LabelStudio.InferenceRunCostEstimate? Type188 { get; set; } + public global::LabelStudio.ImportApiRequest? Type188 { get; set; } /// /// /// - public global::LabelStudio.KPIDetailResponse? Type189 { get; set; } + public global::System.Collections.Generic.IList? Type189 { get; set; } /// /// /// - public global::LabelStudio.KPIProjectSegment? Type190 { get; set; } + public global::System.Collections.Generic.IList? Type190 { get; set; } /// /// /// - public global::LabelStudio.KPIUserSegment? Type191 { get; set; } + public global::LabelStudio.PredictionRequest? Type191 { get; set; } /// /// /// - public global::LabelStudio.KPIMatrixSegment? Type192 { get; set; } + public global::LabelStudio.InferenceRunCostEstimate? Type192 { get; set; } /// /// /// - public global::LabelStudio.KPIProjectMatrixSegment? Type193 { get; set; } + public global::LabelStudio.KPIDetailResponse? Type193 { get; set; } /// /// /// - public global::LabelStudio.SegmentationEnum? Type194 { get; set; } + public global::LabelStudio.KPIProjectSegment? Type194 { get; set; } /// /// /// - public global::LabelStudio.KPITimeSegment? Type195 { get; set; } + public global::LabelStudio.KPIUserSegment? Type195 { get; set; } /// /// /// - public global::LabelStudio.KPIValue? Type196 { get; set; } + public global::LabelStudio.KPIMatrixSegment? Type196 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type197 { get; set; } + public global::LabelStudio.KPIProjectMatrixSegment? Type197 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type198 { get; set; } + public global::LabelStudio.SegmentationEnum? Type198 { get; set; } /// /// /// - public global::LabelStudio.KPIUserInfo? Type199 { get; set; } + public global::LabelStudio.KPITimeSegment? Type199 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type200 { get; set; } + public global::LabelStudio.KPIValue? Type200 { get; set; } /// /// /// - public global::LabelStudio.KPIMetadata? Type201 { get; set; } + public global::System.Collections.Generic.IList? Type201 { get; set; } /// /// /// - public global::LabelStudio.KPIProjectInfo? Type202 { get; set; } + public global::System.Collections.Generic.IList? Type202 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type203 { get; set; } + public global::LabelStudio.KPIUserInfo? Type203 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type204 { get; set; } + public global::System.Collections.Generic.IList>? Type204 { get; set; } /// /// /// - public global::LabelStudio.OneOf? Type205 { get; set; } + public global::LabelStudio.KPIMetadata? Type205 { get; set; } /// /// /// - public global::LabelStudio.LSAPITokenBlacklistRequest? Type206 { get; set; } + public global::LabelStudio.KPIProjectInfo? Type206 { get; set; } /// /// /// - public global::LabelStudio.LSAPITokenRotateRequest? Type207 { get; set; } + public global::System.Collections.Generic.IList? Type207 { get; set; } /// /// /// - public global::LabelStudio.LSEAPITokenCreate? Type208 { get; set; } + public global::System.Collections.Generic.IList>? Type208 { get; set; } /// /// /// - public global::LabelStudio.LSEAPITokenList? Type209 { get; set; } + public global::LabelStudio.OneOf? Type209 { get; set; } /// /// /// - public global::LabelStudio.LSEJWTSettings? Type210 { get; set; } + public global::LabelStudio.LSAPITokenBlacklistRequest? Type210 { get; set; } /// /// /// - public global::LabelStudio.LSEJWTSettingsRequest? Type211 { get; set; } + public global::LabelStudio.LSAPITokenRotateRequest? Type211 { get; set; } /// /// /// - public global::LabelStudio.LSEKeyIndicatorValue? Type212 { get; set; } + public global::LabelStudio.LSEAPITokenCreate? Type212 { get; set; } /// /// /// - public global::LabelStudio.Label? Type213 { get; set; } + public global::LabelStudio.LSEAPITokenList? Type213 { get; set; } /// /// /// - public global::LabelStudio.LabelBulkUpdateRequest? Type214 { get; set; } + public global::LabelStudio.LSEJWTSettings? Type214 { get; set; } /// /// /// - public global::LabelStudio.LabelBulkUpdateResponse? Type215 { get; set; } + public global::LabelStudio.LSEJWTSettingsRequest? Type215 { get; set; } /// /// /// - public global::LabelStudio.LabelCreate? Type216 { get; set; } + public global::LabelStudio.LSEKeyIndicatorValue? Type216 { get; set; } /// /// /// - public global::LabelStudio.LabelCreateRequest? Type217 { get; set; } + public global::LabelStudio.Label? Type217 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsResponse? Type218 { get; set; } + public global::LabelStudio.LabelBulkUpdateRequest? Type218 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type219 { get; set; } + public global::LabelStudio.LabelBulkUpdateResponse? Type219 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsRow? Type220 { get; set; } + public global::LabelStudio.LabelCreate? Type220 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionCountsTotals? Type221 { get; set; } + public global::LabelStudio.LabelCreateRequest? Type221 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type222 { get; set; } + public global::LabelStudio.LabelDistributionCountsResponse? Type222 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionStructureDimension? Type223 { get; set; } + public global::System.Collections.Generic.IList? Type223 { get; set; } /// /// /// - public global::LabelStudio.LabelDistributionStructureResponse? Type224 { get; set; } + public global::LabelStudio.LabelDistributionCountsRow? Type224 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type225 { get; set; } + public global::LabelStudio.LabelDistributionCountsTotals? Type225 { get; set; } /// /// /// - public global::LabelStudio.LabelLink? Type226 { get; set; } + public global::System.Collections.Generic.Dictionary? Type226 { get; set; } /// /// /// - public global::LabelStudio.LabelLinkRequest? Type227 { get; set; } + public global::LabelStudio.LabelDistributionStructureDimension? Type227 { get; set; } /// /// /// - public global::LabelStudio.LearningProgressResponse? Type228 { get; set; } + public global::LabelStudio.LabelDistributionStructureResponse? Type228 { get; set; } /// /// /// - public global::LabelStudio.LearningProgressUpdateRequest? Type229 { get; set; } + public global::System.Collections.Generic.IList? Type229 { get; set; } /// /// /// - public global::LabelStudio.LearningResource? Type230 { get; set; } + public global::LabelStudio.LabelLink? Type230 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceAssignmentSummary? Type231 { get; set; } + public global::LabelStudio.LabelLinkRequest? Type231 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceCreate? Type232 { get; set; } + public global::LabelStudio.LearningProgressResponse? Type232 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceCreateRequest? Type233 { get; set; } + public global::LabelStudio.LearningProgressUpdateRequest? Type233 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceDetail? Type234 { get; set; } + public global::LabelStudio.LearningResource? Type234 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceRequest? Type235 { get; set; } + public global::LabelStudio.LearningResourceAssignmentSummary? Type235 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceUpdate? Type236 { get; set; } + public global::LabelStudio.LearningResourceCreate? Type236 { get; set; } /// /// /// - public global::LabelStudio.LearningResourceUploadResponse? Type237 { get; set; } + public global::LabelStudio.LearningResourceCreateRequest? Type237 { get; set; } /// /// /// - public global::LabelStudio.LocalFilesExportStorage? Type238 { get; set; } + public global::LabelStudio.LearningResourceDetail? Type238 { get; set; } /// /// /// - public global::LabelStudio.LocalFilesImportStorage? Type239 { get; set; } + public global::LabelStudio.LearningResourceRequest? Type239 { get; set; } /// /// /// - public global::LabelStudio.LseAnnotationFilterOptions? Type240 { get; set; } + public global::LabelStudio.LearningResourceUpdate? Type240 { get; set; } /// /// /// - public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type241 { get; set; } + public global::LabelStudio.LearningResourceUploadResponse? Type241 { get; set; } /// /// /// - public global::LabelStudio.LseExportCreate? Type242 { get; set; } + public global::LabelStudio.LocalFilesExportStorage? Type242 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptions? Type243 { get; set; } + public global::LabelStudio.LocalFilesImportStorage? Type243 { get; set; } /// /// /// - public global::LabelStudio.LseTaskFilterOptions? Type244 { get; set; } + public global::LabelStudio.LseAnnotationFilterOptions? Type244 { get; set; } /// /// /// - public global::LabelStudio.LseExportCreateRequest? Type245 { get; set; } + public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type245 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type246 { get; set; } + public global::LabelStudio.LseExportCreate? Type246 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptionsRequest? Type247 { get; set; } + public global::LabelStudio.SerializationOptions? Type247 { get; set; } /// /// /// - public global::LabelStudio.LseTaskFilterOptionsRequest? Type248 { get; set; } + public global::LabelStudio.LseTaskFilterOptions? Type248 { get; set; } /// /// /// - public global::LabelStudio.LseFields? Type249 { get; set; } + public global::LabelStudio.LseExportCreateRequest? Type249 { get; set; } /// /// /// - public global::LabelStudio.OnboardingStateEnum? Type250 { get; set; } + public global::System.Collections.Generic.IList? Type250 { get; set; } /// /// /// - public global::LabelStudio.TrialRoleEnum? Type251 { get; set; } + public global::LabelStudio.SerializationOptionsRequest? Type251 { get; set; } /// /// /// - public global::LabelStudio.LseFieldsRequest? Type252 { get; set; } + public global::LabelStudio.LseTaskFilterOptionsRequest? Type252 { get; set; } /// /// /// - public global::LabelStudio.LseInterface? Type253 { get; set; } + public global::LabelStudio.LseFields? Type253 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceAppendVersionRequest? Type254 { get; set; } + public global::LabelStudio.OnboardingStateEnum? Type254 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type255 { get; set; } + public global::LabelStudio.TrialRoleEnum? Type255 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type256 { get; set; } + public global::LabelStudio.LseFieldsRequest? Type256 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceList? Type257 { get; set; } + public global::LabelStudio.LseInterface? Type257 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceRequest? Type258 { get; set; } + public global::LabelStudio.LseInterfaceAppendVersionRequest? Type258 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type259 { get; set; } + public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type259 { get; set; } /// /// /// - public global::LabelStudio.LseInterfaceVersionIdRequest? Type260 { get; set; } + public global::System.Collections.Generic.IList? Type260 { get; set; } /// /// /// - public global::LabelStudio.LseOrganization? Type261 { get; set; } + public global::LabelStudio.LseInterfaceList? Type261 { get; set; } /// /// /// - public global::LabelStudio.OrganizationBilling? Type262 { get; set; } + public global::LabelStudio.LseInterfaceRequest? Type262 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberList? Type263 { get; set; } + public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type263 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type264 { get; set; } + public global::LabelStudio.LseInterfaceVersionIdRequest? Type264 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type265 { get; set; } + public global::LabelStudio.LseOrganization? Type265 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type266 { get; set; } + public global::LabelStudio.OrganizationBilling? Type266 { get; set; } /// /// /// - public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type267 { get; set; } + public global::LabelStudio.LseOrganizationMemberList? Type267 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type268 { get; set; } + public global::System.Collections.Generic.IList? Type268 { get; set; } /// /// /// - public global::LabelStudio.SimpleOrganizationMemberTag? Type269 { get; set; } + public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type269 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberList? Type270 { get; set; } + public global::System.Collections.Generic.IList? Type270 { get; set; } /// /// /// - public global::LabelStudio.LseProject? Type271 { get; set; } + public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type271 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCounts? Type272 { get; set; } + public global::System.Collections.Generic.IList? Type272 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCreate? Type273 { get; set; } + public global::LabelStudio.SimpleOrganizationMemberTag? Type273 { get; set; } /// /// /// - public global::LabelStudio.LseProjectCreateRequest? Type274 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberList? Type274 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type275 { get; set; } + public global::LabelStudio.LseProject? Type275 { get; set; } /// /// /// - public global::LabelStudio.LseProjectParams? Type276 { get; set; } + public global::LabelStudio.LseProjectCounts? Type276 { get; set; } /// /// /// - public global::LabelStudio.LseProjectParamsRequest? Type277 { get; set; } + public global::LabelStudio.LseProjectCreate? Type277 { get; set; } /// /// /// - public global::LabelStudio.LseProjectResponse? Type278 { get; set; } + public global::LabelStudio.LseProjectCreateRequest? Type278 { get; set; } /// /// /// - public global::LabelStudio.LseProjectStateResponse? Type279 { get; set; } + public global::System.Collections.Generic.Dictionary? Type279 { get; set; } /// /// /// - public global::LabelStudio.LseS3ExportStorage? Type280 { get; set; } + public global::LabelStudio.LseProjectParams? Type280 { get; set; } /// /// /// - public global::LabelStudio.LseS3ExportStorageRequest? Type281 { get; set; } + public global::LabelStudio.LseProjectParamsRequest? Type281 { get; set; } /// /// /// - public global::LabelStudio.LseS3ImportStorage? Type282 { get; set; } + public global::LabelStudio.LseProjectResponse? Type282 { get; set; } /// /// /// - public global::LabelStudio.LseS3ImportStorageRequest? Type283 { get; set; } + public global::LabelStudio.LseProjectStateResponse? Type283 { get; set; } /// /// /// - public global::LabelStudio.LseTask? Type284 { get; set; } + public global::LabelStudio.LseS3ExportStorage? Type284 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type285 { get; set; } + public global::LabelStudio.LseS3ExportStorageRequest? Type285 { get; set; } /// /// /// - public global::LabelStudio.LseTaskDraft? Type286 { get; set; } + public global::LabelStudio.LseS3ImportStorage? Type286 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type287 { get; set; } + public global::LabelStudio.LseS3ImportStorageRequest? Type287 { get; set; } /// /// /// - public global::LabelStudio.LseTaskPrediction? Type288 { get; set; } + public global::LabelStudio.LseTask? Type288 { get; set; } /// /// /// - public global::LabelStudio.LseTaskRequest? Type289 { get; set; } + public global::System.Collections.Generic.IList? Type289 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotators? Type290 { get; set; } + public global::LabelStudio.LseTaskDraft? Type290 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type291 { get; set; } + public global::System.Collections.Generic.IList? Type291 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type292 { get; set; } + public global::LabelStudio.LseTaskPrediction? Type292 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type293 { get; set; } + public global::LabelStudio.LseTaskRequest? Type293 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type294 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotators? Type294 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewers? Type295 { get; set; } + public global::System.Collections.Generic.IList? Type295 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type296 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type296 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type297 { get; set; } + public global::System.Collections.Generic.IList? Type297 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type298 { get; set; } + public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type298 { get; set; } /// /// /// - public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type299 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewers? Type299 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type300 { get; set; } + public global::System.Collections.Generic.IList? Type300 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type301 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type301 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMembership? Type302 { get; set; } + public global::System.Collections.Generic.IList? Type302 { get; set; } /// /// /// - public global::LabelStudio.LseUserAPI? Type303 { get; set; } + public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type303 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type304 { get; set; } + public global::System.Collections.Generic.Dictionary? Type304 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type305 { get; set; } + public global::System.Collections.Generic.IList? Type305 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type306 { get; set; } + public global::LabelStudio.OrganizationMembership? Type306 { get; set; } /// /// /// - public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type307 { get; set; } + public global::LabelStudio.LseUserAPI? Type307 { get; set; } /// /// /// - public global::LabelStudio.MLBackend? Type308 { get; set; } + public global::System.Collections.Generic.IList? Type308 { get; set; } /// /// /// - public global::LabelStudio.StateEnum? Type309 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type309 { get; set; } /// /// /// - public global::LabelStudio.MLBackendRequest? Type310 { get; set; } + public global::System.Collections.Generic.IList? Type310 { get; set; } /// /// /// - public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type311 { get; set; } + public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type311 { get; set; } /// /// /// - public global::LabelStudio.MappingStatusEnum? Type312 { get; set; } + public global::LabelStudio.MLBackend? Type312 { get; set; } /// /// /// - public global::LabelStudio.MaybeExpandedComment? Type313 { get; set; } + public global::LabelStudio.StateEnum? Type313 { get; set; } /// /// /// - public global::LabelStudio.MetricParam? Type314 { get; set; } + public global::LabelStudio.MLBackendRequest? Type314 { get; set; } /// /// /// - public global::LabelStudio.MetricParamUpdateRequest? Type315 { get; set; } + public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type315 { get; set; } /// /// /// - public global::LabelStudio.ModelInterface? Type316 { get; set; } + public global::LabelStudio.MappingStatusEnum? Type316 { get; set; } /// /// /// - public global::LabelStudio.SkillNameEnum? Type317 { get; set; } + public global::LabelStudio.MaybeExpandedComment? Type317 { get; set; } /// /// /// - public global::LabelStudio.ModelInterfaceRequest? Type318 { get; set; } + public global::LabelStudio.MetricParam? Type318 { get; set; } /// /// /// - public global::LabelStudio.ModelInterfaceSerializerGET? Type319 { get; set; } + public global::LabelStudio.MetricParamUpdateRequest? Type319 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type320 { get; set; } + public global::LabelStudio.ModelInterface? Type320 { get; set; } /// /// /// - public global::LabelStudio.ModelProviderConnection? Type321 { get; set; } + public global::LabelStudio.SkillNameEnum? Type321 { get; set; } /// /// /// - public global::LabelStudio.ProviderEnum? Type322 { get; set; } + public global::LabelStudio.ModelInterfaceRequest? Type322 { get; set; } /// /// /// - public global::LabelStudio.ScopeEnum? Type323 { get; set; } + public global::LabelStudio.ModelInterfaceSerializerGET? Type323 { get; set; } /// /// /// - public global::LabelStudio.ModelProviderConnectionRequest? Type324 { get; set; } + public global::System.Collections.Generic.IList? Type324 { get; set; } /// /// /// - public global::LabelStudio.ModelRun? Type325 { get; set; } + public global::LabelStudio.ModelProviderConnection? Type325 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetEnum? Type326 { get; set; } + public global::LabelStudio.ProviderEnum? Type326 { get; set; } /// /// /// - public global::LabelStudio.ModelRunStatusEnum? Type327 { get; set; } + public global::LabelStudio.ScopeEnum? Type327 { get; set; } /// /// /// - public global::LabelStudio.ModelRunRequest? Type328 { get; set; } + public global::LabelStudio.ModelProviderConnectionRequest? Type328 { get; set; } /// /// /// - public global::LabelStudio.OperatorEnum? Type329 { get; set; } + public global::LabelStudio.ModelRun? Type329 { get; set; } /// /// /// - public global::LabelStudio.OrganizationId? Type330 { get; set; } + public global::LabelStudio.ProjectSubsetEnum? Type330 { get; set; } /// /// /// - public global::LabelStudio.OrganizationInvite? Type331 { get; set; } + public global::LabelStudio.ModelRunStatusEnum? Type331 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMember? Type332 { get; set; } + public global::LabelStudio.ModelRunRequest? Type332 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type333 { get; set; } + public global::LabelStudio.OperatorEnum? Type333 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberContributedToProject? Type334 { get; set; } + public global::LabelStudio.OrganizationId? Type334 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type335 { get; set; } + public global::LabelStudio.OrganizationInvite? Type335 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberCreatedProject? Type336 { get; set; } + public global::LabelStudio.OrganizationMember? Type336 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTag? Type337 { get; set; } + public global::System.Collections.Generic.IList? Type337 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type338 { get; set; } + public global::LabelStudio.OrganizationMemberContributedToProject? Type338 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type339 { get; set; } + public global::System.Collections.Generic.IList? Type339 { get; set; } /// /// /// - public byte[]? Type340 { get; set; } + public global::LabelStudio.OrganizationMemberCreatedProject? Type340 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportStatus? Type341 { get; set; } + public global::LabelStudio.OrganizationMemberTag? Type341 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type342 { get; set; } + public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type342 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMemberTagRequest? Type343 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type343 { get; set; } /// /// /// - public global::LabelStudio.OrganizationMembershipRequest? Type344 { get; set; } + public byte[]? Type344 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermission? Type345 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportStatus? Type345 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type346 { get; set; } + public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type346 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermissionRoleEnum? Type347 { get; set; } + public global::LabelStudio.OrganizationMemberTagRequest? Type347 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type348 { get; set; } + public global::LabelStudio.OrganizationMembershipRequest? Type348 { get; set; } /// /// /// - public global::LabelStudio.OrganizationPermissionRequest? Type349 { get; set; } + public global::LabelStudio.OrganizationPermission? Type349 { get; set; } /// /// /// - public global::LabelStudio.OrganizationRoleAssignment? Type350 { get; set; } + public global::System.Collections.Generic.IList? Type350 { get; set; } /// /// /// - public global::LabelStudio.PaginatedAllRolesProjectListList? Type351 { get; set; } + public global::LabelStudio.OrganizationPermissionRoleEnum? Type351 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type352 { get; set; } + public global::System.Collections.Generic.IList? Type352 { get; set; } /// /// /// - public global::LabelStudio.PaginatedAnnotationHistoryList? Type353 { get; set; } + public global::LabelStudio.OrganizationPermissionRequest? Type353 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type354 { get; set; } + public global::LabelStudio.OrganizationRoleAssignment? Type354 { get; set; } /// /// /// - public global::LabelStudio.PaginatedCertificateList? Type355 { get; set; } + public global::LabelStudio.PaginatedAllRolesProjectListList? Type355 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type356 { get; set; } + public global::System.Collections.Generic.IList? Type356 { get; set; } /// /// /// - public global::LabelStudio.PaginatedCourseModuleList? Type357 { get; set; } + public global::LabelStudio.PaginatedAnnotationHistoryList? Type357 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelCreateList? Type358 { get; set; } + public global::System.Collections.Generic.IList? Type358 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type359 { get; set; } + public global::LabelStudio.PaginatedCertificateList? Type359 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelLinkList? Type360 { get; set; } + public global::System.Collections.Generic.IList? Type360 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type361 { get; set; } + public global::LabelStudio.PaginatedCourseModuleList? Type361 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLabelList? Type362 { get; set; } + public global::LabelStudio.PaginatedLabelCreateList? Type362 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type363 { get; set; } + public global::System.Collections.Generic.IList? Type363 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLearningResourceList? Type364 { get; set; } + public global::LabelStudio.PaginatedLabelLinkList? Type364 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type365 { get; set; } + public global::System.Collections.Generic.IList? Type365 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseInterfaceListList? Type366 { get; set; } + public global::LabelStudio.PaginatedLabelList? Type366 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type367 { get; set; } + public global::System.Collections.Generic.IList? Type367 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type368 { get; set; } + public global::LabelStudio.PaginatedLearningResourceList? Type368 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type369 { get; set; } + public global::System.Collections.Generic.IList? Type369 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseProjectCountsList? Type370 { get; set; } + public global::LabelStudio.PaginatedLseInterfaceListList? Type370 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type371 { get; set; } + public global::System.Collections.Generic.IList? Type371 { get; set; } /// /// /// - public global::LabelStudio.PaginatedLseUserList? Type372 { get; set; } + public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type372 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type373 { get; set; } + public global::System.Collections.Generic.IList? Type373 { get; set; } /// /// /// - public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type374 { get; set; } + public global::LabelStudio.PaginatedLseProjectCountsList? Type374 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type375 { get; set; } + public global::System.Collections.Generic.IList? Type375 { get; set; } /// /// /// - public global::LabelStudio.PaginatedOrganizationMemberTagList? Type376 { get; set; } + public global::LabelStudio.PaginatedLseUserList? Type376 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type377 { get; set; } + public global::System.Collections.Generic.IList? Type377 { get; set; } /// /// /// - public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type378 { get; set; } + public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type378 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type379 { get; set; } + public global::System.Collections.Generic.IList? Type379 { get; set; } /// /// /// - public global::LabelStudio.PaginatedProjectMember? Type380 { get; set; } + public global::LabelStudio.PaginatedOrganizationMemberTagList? Type380 { get; set; } /// /// /// - public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type381 { get; set; } + public global::System.Collections.Generic.IList? Type381 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type382 { get; set; } + public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type382 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetTasksResponse? Type383 { get; set; } + public global::System.Collections.Generic.IList? Type383 { get; set; } /// /// /// - public global::LabelStudio.PaginatedRoleBasedTaskList? Type384 { get; set; } + public global::LabelStudio.PaginatedProjectMember? Type384 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type385 { get; set; } + public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type385 { get; set; } /// /// /// - public global::LabelStudio.RoleBasedTask? Type386 { get; set; } + public global::System.Collections.Generic.IList? Type386 { get; set; } /// /// /// - public global::LabelStudio.PaginatedSeatReportList? Type387 { get; set; } + public global::LabelStudio.ProjectSubsetTasksResponse? Type387 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type388 { get; set; } + public global::LabelStudio.PaginatedRoleBasedTaskList? Type388 { get; set; } /// /// /// - public global::LabelStudio.SeatReport? Type389 { get; set; } + public global::System.Collections.Generic.IList? Type389 { get; set; } /// /// /// - public global::LabelStudio.PaginatedStateModelList? Type390 { get; set; } + public global::LabelStudio.RoleBasedTask? Type390 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type391 { get; set; } + public global::LabelStudio.PaginatedSeatReportList? Type391 { get; set; } /// /// /// - public global::LabelStudio.PaginatedUserLearningProgressListList? Type392 { get; set; } + public global::System.Collections.Generic.IList? Type392 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type393 { get; set; } + public global::LabelStudio.SeatReport? Type393 { get; set; } /// /// /// - public global::LabelStudio.UserLearningProgressList? Type394 { get; set; } + public global::LabelStudio.PaginatedStateModelList? Type394 { get; set; } /// /// /// - public global::LabelStudio.PatchedAnalyticsViewRequest? Type395 { get; set; } + public global::System.Collections.Generic.IList? Type395 { get; set; } /// /// /// - public global::LabelStudio.PatchedAnnotationReviewRequest? Type396 { get; set; } + public global::LabelStudio.PaginatedUserLearningProgressListList? Type396 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type397 { get; set; } + public global::System.Collections.Generic.IList? Type397 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type398 { get; set; } + public global::LabelStudio.UserLearningProgressList? Type398 { get; set; } /// /// /// - public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type399 { get; set; } + public global::LabelStudio.PatchedAnalyticsViewRequest? Type399 { get; set; } /// /// /// - public global::LabelStudio.PatchedBlueprintUpdateRequest? Type400 { get; set; } + public global::LabelStudio.PatchedAnnotationReviewRequest? Type400 { get; set; } /// /// /// - public global::LabelStudio.PatchedCommentRequest? Type401 { get; set; } + public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type401 { get; set; } /// /// /// - public global::LabelStudio.PatchedCoursePageUpdateRequest? Type402 { get; set; } + public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type402 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type403 { get; set; } + public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type403 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type404 { get; set; } + public global::LabelStudio.PatchedBlueprintUpdateRequest? Type404 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatasetRequest? Type405 { get; set; } + public global::LabelStudio.PatchedCommentRequest? Type405 { get; set; } /// /// /// - public global::LabelStudio.PatchedDatasetViewRequest? Type406 { get; set; } + public global::LabelStudio.PatchedCoursePageUpdateRequest? Type406 { get; set; } /// /// /// - public global::LabelStudio.PatchedDefaultRoleRequest? Type407 { get; set; } + public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type407 { get; set; } /// /// /// - public global::LabelStudio.PatchedDimensionRequest? Type408 { get; set; } + public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type408 { get; set; } /// /// /// - public global::LabelStudio.PatchedFewShotExampleRequest? Type409 { get; set; } + public global::LabelStudio.PatchedDatasetRequest? Type409 { get; set; } /// /// /// - public global::LabelStudio.PatchedFileUploadRequest? Type410 { get; set; } + public global::LabelStudio.PatchedDatasetViewRequest? Type410 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type411 { get; set; } + public global::LabelStudio.PatchedDefaultRoleRequest? Type411 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type412 { get; set; } + public global::LabelStudio.PatchedDimensionRequest? Type412 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type413 { get; set; } + public global::LabelStudio.PatchedFewShotExampleRequest? Type413 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type414 { get; set; } + public global::LabelStudio.PatchedFileUploadRequest? Type414 { get; set; } /// /// /// - public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type415 { get; set; } + public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type415 { get; set; } /// /// /// - public global::LabelStudio.PatchedHotkeysRequest? Type416 { get; set; } + public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type416 { get; set; } /// /// /// - public global::LabelStudio.PatchedLabelLinkRequest? Type417 { get; set; } + public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type417 { get; set; } /// /// /// - public global::LabelStudio.PatchedLabelRequest? Type418 { get; set; } + public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type418 { get; set; } /// /// /// - public global::LabelStudio.PatchedLearningResourceRequest? Type419 { get; set; } + public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type419 { get; set; } /// /// /// - public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type420 { get; set; } + public global::LabelStudio.PatchedHotkeysRequest? Type420 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseInterfaceRequest? Type421 { get; set; } + public global::LabelStudio.PatchedLabelLinkRequest? Type421 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type422 { get; set; } + public global::LabelStudio.PatchedLabelRequest? Type422 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type423 { get; set; } + public global::LabelStudio.PatchedLearningResourceRequest? Type423 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseProjectUpdateRequest? Type424 { get; set; } + public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type424 { get; set; } /// /// /// - public global::LabelStudio.ReviewSettingsRequest? Type425 { get; set; } + public global::LabelStudio.PatchedLseInterfaceRequest? Type425 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type426 { get; set; } + public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type426 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type427 { get; set; } + public global::System.Collections.Generic.IList>? Type427 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseTaskRequest? Type428 { get; set; } + public global::LabelStudio.PatchedLseProjectUpdateRequest? Type428 { get; set; } /// /// /// - public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type429 { get; set; } + public global::LabelStudio.ReviewSettingsRequest? Type429 { get; set; } /// /// /// - public global::LabelStudio.PatchedModelInterfaceRequest? Type430 { get; set; } + public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type430 { get; set; } /// /// /// - public global::LabelStudio.PatchedModelProviderConnectionRequest? Type431 { get; set; } + public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type431 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type432 { get; set; } + public global::LabelStudio.PatchedLseTaskRequest? Type432 { get; set; } /// /// /// - public global::LabelStudio.StandardUserTypeEnum? Type433 { get; set; } + public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type433 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type434 { get; set; } + public global::LabelStudio.PatchedModelInterfaceRequest? Type434 { get; set; } /// /// /// - public global::LabelStudio.PatchedOrganizationPermissionRequest? Type435 { get; set; } + public global::LabelStudio.PatchedModelProviderConnectionRequest? Type435 { get; set; } /// /// /// - public global::LabelStudio.PatchedPauseRequest? Type436 { get; set; } + public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type436 { get; set; } /// /// /// - public global::LabelStudio.ReasonEnum? Type437 { get; set; } + public global::LabelStudio.StandardUserTypeEnum? Type437 { get; set; } /// /// /// - public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type438 { get; set; } + public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type438 { get; set; } /// /// /// - public global::LabelStudio.PatchedProjectTemplateRequest? Type439 { get; set; } + public global::LabelStudio.PatchedOrganizationPermissionRequest? Type439 { get; set; } /// /// /// - public global::LabelStudio.PatchedS3DatasetStorageRequest? Type440 { get; set; } + public global::LabelStudio.PatchedPauseRequest? Type440 { get; set; } /// /// /// - public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type441 { get; set; } + public global::LabelStudio.ReasonEnum? Type441 { get; set; } /// /// /// - public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type442 { get; set; } + public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type442 { get; set; } /// /// /// - public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type443 { get; set; } + public global::LabelStudio.PatchedProjectTemplateRequest? Type443 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type444 { get; set; } + public global::LabelStudio.PatchedS3DatasetStorageRequest? Type444 { get; set; } /// /// /// - public global::LabelStudio.PatchedWorkspaceRequest? Type445 { get; set; } + public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type445 { get; set; } /// /// /// - public global::LabelStudio.Pause? Type446 { get; set; } + public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type446 { get; set; } /// /// /// - public global::LabelStudio.PauseRequest? Type447 { get; set; } + public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type447 { get; set; } /// /// /// - public global::LabelStudio.Prediction? Type448 { get; set; } + public global::System.Collections.Generic.IList? Type448 { get; set; } /// /// /// - public global::LabelStudio.PredictionCountResponse? Type449 { get; set; } + public global::LabelStudio.PatchedWorkspaceRequest? Type449 { get; set; } /// /// /// - public global::LabelStudio.Project? Type450 { get; set; } + public global::LabelStudio.Pause? Type450 { get; set; } /// /// /// - public global::LabelStudio.ProjectAnnotationsBrowseItem? Type451 { get; set; } + public global::LabelStudio.PauseRequest? Type451 { get; set; } /// /// /// - public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type452 { get; set; } + public global::LabelStudio.Prediction? Type452 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type453 { get; set; } + public global::LabelStudio.PredictionCountResponse? Type453 { get; set; } /// /// /// - public global::LabelStudio.ProjectDuplicateModeEnum? Type454 { get; set; } + public global::LabelStudio.Project? Type454 { get; set; } /// /// /// - public global::LabelStudio.ProjectDuplicateRequest? Type455 { get; set; } + public global::LabelStudio.ProjectAnnotationsBrowseItem? Type455 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroup? Type456 { get; set; } + public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type456 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroupRoleEnum? Type457 { get; set; } + public global::System.Collections.Generic.IList? Type457 { get; set; } /// /// /// - public global::LabelStudio.ProjectGroupRequest? Type458 { get; set; } + public global::LabelStudio.ProjectDuplicateModeEnum? Type458 { get; set; } /// /// /// - public global::LabelStudio.ProjectImport? Type459 { get; set; } + public global::LabelStudio.ProjectDuplicateRequest? Type459 { get; set; } /// /// /// - public global::LabelStudio.ProjectLabelConfig? Type460 { get; set; } + public global::LabelStudio.ProjectGroup? Type460 { get; set; } /// /// /// - public global::LabelStudio.ProjectLabelConfigRequest? Type461 { get; set; } + public global::LabelStudio.ProjectGroupRoleEnum? Type461 { get; set; } /// /// /// - public global::LabelStudio.ProjectLearningAssignment? Type462 { get; set; } + public global::LabelStudio.ProjectGroupRequest? Type462 { get; set; } /// /// /// - public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type463 { get; set; } + public global::LabelStudio.ProjectImport? Type463 { get; set; } /// /// /// - public global::LabelStudio.ProjectMember? Type464 { get; set; } + public global::LabelStudio.ProjectLabelConfig? Type464 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberBulkAssignRequest? Type465 { get; set; } + public global::LabelStudio.ProjectLabelConfigRequest? Type465 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type466 { get; set; } + public global::LabelStudio.ProjectLearningAssignment? Type466 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type467 { get; set; } + public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type467 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberBulkAssignResponse? Type468 { get; set; } + public global::LabelStudio.ProjectMember? Type468 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberIdentityVerificationError? Type469 { get; set; } + public global::LabelStudio.ProjectMemberBulkAssignRequest? Type469 { get; set; } /// /// /// - public global::LabelStudio.ProjectMemberRequest? Type470 { get; set; } + public global::System.Collections.Generic.IList? Type470 { get; set; } /// /// /// - public global::LabelStudio.ProjectReimport? Type471 { get; set; } + public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type471 { get; set; } /// /// /// - public global::LabelStudio.ProjectRole? Type472 { get; set; } + public global::LabelStudio.ProjectMemberBulkAssignResponse? Type472 { get; set; } /// /// /// - public global::LabelStudio.ProjectRoleAssignment? Type473 { get; set; } + public global::LabelStudio.ProjectMemberIdentityVerificationError? Type473 { get; set; } /// /// /// - public global::LabelStudio.ProjectRoleRequest? Type474 { get; set; } + public global::LabelStudio.ProjectMemberRequest? Type474 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetItem? Type475 { get; set; } + public global::LabelStudio.ProjectReimport? Type475 { get; set; } /// /// /// - public global::LabelStudio.ProjectSubsetTaskItem? Type476 { get; set; } + public global::LabelStudio.ProjectRole? Type476 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type477 { get; set; } + public global::LabelStudio.ProjectRoleAssignment? Type477 { get; set; } /// /// /// - public global::LabelStudio.ProjectTemplate? Type478 { get; set; } + public global::LabelStudio.ProjectRoleRequest? Type478 { get; set; } /// /// /// - public global::LabelStudio.ProjectTemplateRequest? Type479 { get; set; } + public global::LabelStudio.ProjectSubsetItem? Type479 { get; set; } /// /// /// - public global::LabelStudio.PromptPreviewResponse? Type480 { get; set; } + public global::LabelStudio.ProjectSubsetTaskItem? Type480 { get; set; } /// /// /// - public global::LabelStudio.PublishLearningResourceRequest? Type481 { get; set; } + public global::System.Collections.Generic.IList? Type481 { get; set; } /// /// /// - public global::LabelStudio.RetakeScopeEnum? Type482 { get; set; } + public global::LabelStudio.ProjectTemplate? Type482 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluate? Type483 { get; set; } + public global::LabelStudio.ProjectTemplateRequest? Type483 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluateModeEnum? Type484 { get; set; } + public global::LabelStudio.PromptPreviewResponse? Type484 { get; set; } /// /// /// - public global::LabelStudio.ReEvaluateRequest? Type485 { get; set; } + public global::LabelStudio.PublishLearningResourceRequest? Type485 { get; set; } /// /// /// - public global::LabelStudio.RedisExportStorage? Type486 { get; set; } + public global::LabelStudio.RetakeScopeEnum? Type486 { get; set; } /// /// /// - public global::LabelStudio.RedisImportStorage? Type487 { get; set; } + public global::LabelStudio.ReEvaluate? Type487 { get; set; } /// /// /// - public global::LabelStudio.RefinePromptRequestRequest? Type488 { get; set; } + public global::LabelStudio.ReEvaluateModeEnum? Type488 { get; set; } /// /// /// - public global::LabelStudio.RefinedPromptResponse? Type489 { get; set; } + public global::LabelStudio.ReEvaluateRequest? Type489 { get; set; } /// /// /// - public global::LabelStudio.ThirdPartyModelVersion? Type490 { get; set; } + public global::LabelStudio.RedisExportStorage? Type490 { get; set; } /// /// /// - public global::LabelStudio.RegressionSummary? Type491 { get; set; } + public global::LabelStudio.RedisImportStorage? Type491 { get; set; } /// /// /// - public global::LabelStudio.RegressionsResponse? Type492 { get; set; } + public global::LabelStudio.RefinePromptRequestRequest? Type492 { get; set; } /// /// /// - public global::LabelStudio.RequeueRejectedTasksModeEnum? Type493 { get; set; } + public global::LabelStudio.RefinedPromptResponse? Type493 { get; set; } /// /// /// - public global::LabelStudio.ReviewCriteriaEnum? Type494 { get; set; } + public global::LabelStudio.ThirdPartyModelVersion? Type494 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRule? Type495 { get; set; } + public global::LabelStudio.RegressionSummary? Type495 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type496 { get; set; } + public global::LabelStudio.RegressionsResponse? Type496 { get; set; } /// /// /// - public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type497 { get; set; } + public global::LabelStudio.RequeueRejectedTasksModeEnum? Type497 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type498 { get; set; } + public global::LabelStudio.ReviewCriteriaEnum? Type498 { get; set; } /// /// /// - public global::LabelStudio.ReviewSettingsSamplingEnum? Type499 { get; set; } + public global::LabelStudio.ReviewRoutingRule? Type499 { get; set; } /// /// /// - public global::LabelStudio.RevokeCertificateRequest? Type500 { get; set; } + public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type500 { get; set; } /// /// /// - public global::LabelStudio.RevokeInviteRequest? Type501 { get; set; } + public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type501 { get; set; } /// /// /// - public global::LabelStudio.S3DatasetStorage? Type502 { get; set; } + public global::System.Collections.Generic.IList? Type502 { get; set; } /// /// /// - public global::LabelStudio.S3DatasetStorageRequest? Type503 { get; set; } + public global::LabelStudio.ReviewSettingsSamplingEnum? Type503 { get; set; } /// /// /// - public global::LabelStudio.S3ExportStorage? Type504 { get; set; } + public global::LabelStudio.RevokeCertificateRequest? Type504 { get; set; } /// /// /// - public global::LabelStudio.S3ImportStorage? Type505 { get; set; } + public global::LabelStudio.RevokeInviteRequest? Type505 { get; set; } /// /// /// - public global::LabelStudio.SamlSettings? Type506 { get; set; } + public global::LabelStudio.S3DatasetStorage? Type506 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type507 { get; set; } + public global::LabelStudio.S3DatasetStorageRequest? Type507 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type508 { get; set; } + public global::LabelStudio.S3ExportStorage? Type508 { get; set; } /// /// /// - public global::LabelStudio.SamlSettingsUpdate? Type509 { get; set; } + public global::LabelStudio.S3ImportStorage? Type509 { get; set; } /// /// /// - public global::LabelStudio.SamlSettingsUpdateRequest? Type510 { get; set; } + public global::LabelStudio.SamlSettings? Type510 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type511 { get; set; } + public global::System.Collections.Generic.IList? Type511 { get; set; } /// /// /// - public global::LabelStudio.ScimSettings? Type512 { get; set; } + public global::System.Collections.Generic.IList>? Type512 { get; set; } /// /// /// - public global::LabelStudio.ScimSettingsUpdate? Type513 { get; set; } + public global::LabelStudio.SamlSettingsUpdate? Type513 { get; set; } /// /// /// - public global::LabelStudio.ScimSettingsUpdateRequest? Type514 { get; set; } + public global::LabelStudio.SamlSettingsUpdateRequest? Type514 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type515 { get; set; } + public global::System.Collections.Generic.IList? Type515 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type516 { get; set; } + public global::LabelStudio.ScimSettings? Type516 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type517 { get; set; } + public global::LabelStudio.ScimSettingsUpdate? Type517 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceAccessAssignment? Type518 { get; set; } + public global::LabelStudio.ScimSettingsUpdateRequest? Type518 { get; set; } /// /// /// - public global::LabelStudio.SendInviteRequest? Type519 { get; set; } + public global::System.Collections.Generic.IList? Type519 { get; set; } /// /// /// - public global::LabelStudio.SerializationOption? Type520 { get; set; } + public global::System.Collections.Generic.IList? Type520 { get; set; } /// /// /// - public global::LabelStudio.SerializationOptionRequest? Type521 { get; set; } + public global::System.Collections.Generic.IList? Type521 { get; set; } /// /// /// - public global::LabelStudio.SessionTimeoutPolicy? Type522 { get; set; } + public global::LabelStudio.WorkspaceAccessAssignment? Type522 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillCancelResponse? Type523 { get; set; } + public global::LabelStudio.SendInviteRequest? Type523 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillErrorResponse? Type524 { get; set; } + public global::LabelStudio.SerializationOption? Type524 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobItem? Type525 { get; set; } + public global::LabelStudio.SerializationOptionRequest? Type525 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobItemResponse? Type526 { get; set; } + public global::LabelStudio.SessionTimeoutPolicy? Type526 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillProgress? Type527 { get; set; } + public global::LabelStudio.StateBackfillCancelResponse? Type527 { get; set; } /// /// /// - public global::LabelStudio.StateTriggeredBy? Type528 { get; set; } + public global::LabelStudio.StateBackfillErrorResponse? Type528 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillJobListResponse? Type529 { get; set; } + public global::LabelStudio.StateBackfillJobItem? Type529 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type530 { get; set; } + public global::LabelStudio.StateBackfillJobItemResponse? Type530 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillOrgStatus? Type531 { get; set; } + public global::LabelStudio.StateBackfillProgress? Type531 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillResponse? Type532 { get; set; } + public global::LabelStudio.StateTriggeredBy? Type532 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type533 { get; set; } + public global::LabelStudio.StateBackfillJobListResponse? Type533 { get; set; } /// /// /// - public global::LabelStudio.StateBackfillStatusResponse? Type534 { get; set; } + public global::System.Collections.Generic.IList? Type534 { get; set; } /// /// /// - public global::LabelStudio.TriggeredBy2? Type535 { get; set; } + public global::LabelStudio.StateBackfillOrgStatus? Type535 { get; set; } /// /// /// - public global::LabelStudio.TaskAgreementMatrixResponse? Type536 { get; set; } + public global::LabelStudio.StateBackfillResponse? Type536 { get; set; } /// /// /// - public global::LabelStudio.TaskAssignment? Type537 { get; set; } + public global::System.Collections.Generic.IList? Type537 { get; set; } /// /// /// - public global::LabelStudio.TypeEnum? Type538 { get; set; } + public global::LabelStudio.StateBackfillStatusResponse? Type538 { get; set; } /// /// /// - public global::LabelStudio.TaskEvent? Type539 { get; set; } + public global::LabelStudio.TriggeredBy2? Type539 { get; set; } /// /// /// - public global::LabelStudio.TaskEventRequest? Type540 { get; set; } + public global::LabelStudio.TaskAgreementMatrixResponse? Type540 { get; set; } /// /// /// - public global::LabelStudio.TaskSimple? Type541 { get; set; } + public global::LabelStudio.TaskAssignment? Type541 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type542 { get; set; } + public global::LabelStudio.TypeEnum? Type542 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type543 { get; set; } + public global::LabelStudio.TaskEvent? Type543 { get; set; } /// /// /// - public global::LabelStudio.ThirdPartyModelVersionRequest? Type544 { get; set; } + public global::LabelStudio.TaskEventRequest? Type544 { get; set; } /// /// /// - public global::LabelStudio.TokenDetailError? Type545 { get; set; } + public global::LabelStudio.TaskSimple? Type545 { get; set; } /// /// /// - public global::LabelStudio.TokenRefreshRequest? Type546 { get; set; } + public global::System.Collections.Generic.IList? Type546 { get; set; } /// /// /// - public global::LabelStudio.TokenRefreshResponse? Type547 { get; set; } + public global::System.Collections.Generic.IList? Type547 { get; set; } /// /// /// - public global::LabelStudio.TokenRotateResponse? Type548 { get; set; } + public global::LabelStudio.ThirdPartyModelVersionRequest? Type548 { get; set; } /// /// /// - public global::LabelStudio.TryTaskRequestRequest? Type549 { get; set; } + public global::LabelStudio.TokenDetailError? Type549 { get; set; } /// /// /// - public global::LabelStudio.TryTaskResponse? Type550 { get; set; } + public global::LabelStudio.TokenRefreshRequest? Type550 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlDomainRequestRequest? Type551 { get; set; } + public global::LabelStudio.TokenRefreshResponse? Type551 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlDomainResponse? Type552 { get; set; } + public global::LabelStudio.TokenRotateResponse? Type552 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type553 { get; set; } + public global::LabelStudio.TryTaskRequestRequest? Type553 { get; set; } /// /// /// - public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type554 { get; set; } + public global::LabelStudio.TryTaskResponse? Type554 { get; set; } /// /// /// - public global::LabelStudio.ValueCountsBackfillJob? Type555 { get; set; } + public global::LabelStudio.ValidateSamlDomainRequestRequest? Type555 { get; set; } /// /// /// - public global::LabelStudio.VersionResponse? Type556 { get; set; } + public global::LabelStudio.ValidateSamlDomainResponse? Type556 { get; set; } /// /// /// - public global::LabelStudio.View? Type557 { get; set; } + public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type557 { get; set; } /// /// /// - public global::LabelStudio.ViewLockedBy? Type558 { get; set; } + public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type558 { get; set; } /// /// /// - public global::LabelStudio.ViewOrderRequest? Type559 { get; set; } + public global::LabelStudio.ValueCountsBackfillJob? Type559 { get; set; } /// /// /// - public global::LabelStudio.Webhook? Type560 { get; set; } + public global::LabelStudio.VersionResponse? Type560 { get; set; } /// /// /// - public global::LabelStudio.WebhookRequest? Type561 { get; set; } + public global::LabelStudio.View? Type561 { get; set; } /// /// /// - public global::LabelStudio.WebhookSerializerForUpdate? Type562 { get; set; } + public global::LabelStudio.ViewLockedBy? Type562 { get; set; } /// /// /// - public global::LabelStudio.WebhookSerializerForUpdateRequest? Type563 { get; set; } + public global::LabelStudio.ViewOrderRequest? Type563 { get; set; } /// /// /// - public global::LabelStudio.WhoAmILseFields? Type564 { get; set; } + public global::LabelStudio.Webhook? Type564 { get; set; } /// /// /// - public global::LabelStudio.WhoAmIUser? Type565 { get; set; } + public global::LabelStudio.WebhookRequest? Type565 { get; set; } /// /// /// - public global::LabelStudio.Workspace? Type566 { get; set; } + public global::LabelStudio.WebhookSerializerForUpdate? Type566 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type567 { get; set; } + public global::LabelStudio.WebhookSerializerForUpdateRequest? Type567 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberCreate? Type568 { get; set; } + public global::LabelStudio.WhoAmILseFields? Type568 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberCreateRequest? Type569 { get; set; } + public global::LabelStudio.WhoAmIUser? Type569 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceMemberList? Type570 { get; set; } + public global::LabelStudio.Workspace? Type570 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceProjectsRequest? Type571 { get; set; } + public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type571 { get; set; } /// /// /// - public global::LabelStudio.WorkspaceRequest? Type572 { get; set; } + public global::LabelStudio.WorkspaceMemberCreate? Type572 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type573 { get; set; } + public global::LabelStudio.WorkspaceMemberCreateRequest? Type573 { get; set; } /// /// /// - public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type574 { get; set; } + public global::LabelStudio.WorkspaceMemberList? Type574 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequest? Type575 { get; set; } + public global::LabelStudio.WorkspaceProjectsRequest? Type575 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type576 { get; set; } + public global::LabelStudio.WorkspaceRequest? Type576 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type577 { get; set; } + public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type577 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type578 { get; set; } + public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type578 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type579 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequest? Type579 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type580 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type580 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter? Type581 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type581 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Type582 { get; set; } + public global::System.Collections.Generic.IList? Type582 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Type583 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type583 { get; set; } /// /// /// - public global::LabelStudio.OneOf? Type584 { get; set; } + public global::System.Collections.Generic.IList? Type584 { get; set; } /// /// /// - public float? Type585 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter? Type585 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type586 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Type586 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type587 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Type587 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type588 { get; set; } + public global::LabelStudio.OneOf? Type588 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type589 { get; set; } + public float? Type589 { get; set; } /// /// /// - public global::LabelStudio.OneOf? Type590 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type590 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type591 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type591 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type592 { get; set; } + public global::System.Collections.Generic.IList? Type592 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequest? Type593 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type593 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestData? Type594 { get; set; } + public global::LabelStudio.OneOf? Type594 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type595 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type595 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type596 { get; set; } + public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type596 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type597 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequest? Type597 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type598 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestData? Type598 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type599 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type599 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter? Type600 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type600 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter? Type601 { get; set; } + public global::System.Collections.Generic.IList? Type601 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator? Type602 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type602 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type603 { get; set; } + public global::System.Collections.Generic.IList? Type603 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type604 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter? Type604 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type605 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter? Type605 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type606 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator? Type606 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type607 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type607 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type608 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type608 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type609 { get; set; } + public global::System.Collections.Generic.IList? Type609 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type610 { get; set; } + public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type610 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type611 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type611 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type612 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type612 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type613 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type613 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter? Type614 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type614 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter? Type615 { get; set; } + public global::System.Collections.Generic.IList? Type615 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator? Type616 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type616 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type617 { get; set; } + public global::System.Collections.Generic.IList? Type617 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type618 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter? Type618 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type619 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter? Type619 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type620 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator? Type620 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequest? Type621 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type621 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestData? Type622 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type622 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type623 { get; set; } + public global::System.Collections.Generic.IList? Type623 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type624 { get; set; } + public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type624 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type625 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequest? Type625 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type626 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestData? Type626 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type627 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type627 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilter? Type628 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type628 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter? Type629 { get; set; } + public global::System.Collections.Generic.IList? Type629 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator? Type630 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type630 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type631 { get; set; } + public global::System.Collections.Generic.IList? Type631 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type632 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilter? Type632 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type633 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter? Type633 { get; set; } /// /// /// - public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type634 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator? Type634 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type635 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type635 { get; set; } /// /// /// - public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type636 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type636 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type637 { get; set; } + public global::System.Collections.Generic.IList? Type637 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type638 { get; set; } + public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type638 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type639 { get; set; } + public global::System.Collections.Generic.IList? Type639 { get; set; } /// /// /// - public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type640 { get; set; } + public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type640 { get; set; } /// /// /// - public global::LabelStudio.ApiMlCreateRequest? Type641 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type641 { get; set; } /// /// /// - public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type642 { get; set; } + public global::System.Collections.Generic.IList? Type642 { get; set; } /// /// /// - public global::LabelStudio.ApiMlPartialUpdateRequest? Type643 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type643 { get; set; } /// /// /// - public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type644 { get; set; } + public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type644 { get; set; } /// /// /// - public global::LabelStudio.ApiMlTrainCreateRequest? Type645 { get; set; } + public global::LabelStudio.ApiMlCreateRequest? Type645 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsCreateRequest? Type646 { get; set; } + public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type646 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type647 { get; set; } + public global::LabelStudio.ApiMlPartialUpdateRequest? Type647 { get; set; } /// /// /// - public global::LabelStudio.ApiPredictionsUpdateRequest? Type648 { get; set; } + public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type648 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type649 { get; set; } + public global::LabelStudio.ApiMlTrainCreateRequest? Type649 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type650 { get; set; } + public global::LabelStudio.ApiPredictionsCreateRequest? Type650 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type651 { get; set; } + public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type651 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type652 { get; set; } + public global::LabelStudio.ApiPredictionsUpdateRequest? Type652 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type653 { get; set; } + public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type653 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type654 { get; set; } + public global::System.Collections.Generic.IList? Type654 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type655 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type655 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type656 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type656 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilter? Type657 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type657 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter? Type658 { get; set; } + public global::System.Collections.Generic.IList? Type658 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator? Type659 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type659 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type660 { get; set; } + public global::System.Collections.Generic.IList? Type660 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type661 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilter? Type661 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type662 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterFilter? Type662 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type663 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemChildFilterOperator? Type663 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type664 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type664 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type665 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type665 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type666 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type666 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type667 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type667 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type668 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type668 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzureCreateRequest? Type669 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type669 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type670 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type670 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type671 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type671 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type672 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type672 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type673 { get; set; } + public global::LabelStudio.ApiStoragesAzureCreateRequest? Type673 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type674 { get; set; } + public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type674 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type675 { get; set; } + public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type675 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type676 { get; set; } + public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type676 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type677 { get; set; } + public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type677 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type678 { get; set; } + public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type678 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type679 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type679 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type680 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type680 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type681 { get; set; } + public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type681 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type682 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type682 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type683 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type683 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type684 { get; set; } + public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type684 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type685 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type685 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type686 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type686 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsCreateRequest? Type687 { get; set; } + public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type687 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type688 { get; set; } + public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type688 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type689 { get; set; } + public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type689 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type690 { get; set; } + public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type690 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type691 { get; set; } + public global::LabelStudio.ApiStoragesGcsCreateRequest? Type691 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type692 { get; set; } + public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type692 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisCreateRequest? Type693 { get; set; } + public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type693 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type694 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type694 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type695 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type695 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3CreateRequest? Type696 { get; set; } + public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type696 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type697 { get; set; } + public global::LabelStudio.ApiStoragesRedisCreateRequest? Type697 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type698 { get; set; } + public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type698 { get; set; } /// /// /// - public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type699 { get; set; } + public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type699 { get; set; } /// /// /// - public global::LabelStudio.ApiUsersCreateRequest? Type700 { get; set; } + public global::LabelStudio.ApiStoragesS3CreateRequest? Type700 { get; set; } /// /// /// - public global::LabelStudio.ApiUsersPartialUpdateRequest? Type701 { get; set; } + public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type701 { get; set; } /// /// /// - public global::LabelStudio.ApiActivityLogsListMethod? Type702 { get; set; } + public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type702 { get; set; } /// /// /// - public global::LabelStudio.ApiAnalyticsKpisRetrieveSegmentByTime? Type703 { get; set; } + public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type703 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsCreateId? Type704 { get; set; } + public global::LabelStudio.ApiUsersCreateRequest? Type704 { get; set; } /// /// /// - public global::LabelStudio.ApiFsmOrganizationsIdpAssignmentsHistoryListKind? Type705 { get; set; } + public global::LabelStudio.ApiUsersPartialUpdateRequest? Type705 { get; set; } /// /// /// - public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource? Type706 { get; set; } + public global::LabelStudio.ApiActivityLogsListMethod? Type706 { get; set; } /// /// /// - public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType? Type707 { get; set; } + public global::LabelStudio.ApiAnalyticsKpisRetrieveSegmentByTime? Type707 { get; set; } /// /// /// - public global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind? Type708 { get; set; } + public global::LabelStudio.ApiDmActionsCreateId? Type708 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode? Type709 { get; set; } + public global::LabelStudio.ApiFsmOrganizationsIdpAssignmentsHistoryListKind? Type709 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable? Type710 { get; set; } + public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource? Type710 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable? Type711 { get; set; } + public global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType? Type711 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveTable? Type712 { get; set; } + public global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind? Type712 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type713 { get; set; } + public global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode? Type713 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsSubsetTasksListAlignmentOutcome? Type714 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable? Type714 { get; set; } /// /// /// - public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type715 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable? Type715 { get; set; } /// /// /// - public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type716 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveTable? Type716 { get; set; } /// /// /// - public global::LabelStudio.ApiTasksListFields? Type717 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type717 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type718 { get; set; } + public global::LabelStudio.ApiProjectsSubsetTasksListAlignmentOutcome? Type718 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type719 { get; set; } + public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type719 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type720 { get; set; } + public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type720 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type721 { get; set; } + public global::LabelStudio.ApiTasksListFields? Type721 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type722 { get; set; } + public global::System.Collections.Generic.IList? Type722 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type723 { get; set; } + public global::System.Collections.Generic.IList? Type723 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type724 { get; set; } + public global::System.Collections.Generic.IList? Type724 { get; set; } /// /// /// - public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type725 { get; set; } + public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type725 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type726 { get; set; } + public global::System.Collections.Generic.IList? Type726 { get; set; } /// /// /// - public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type727 { get; set; } + public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type727 { get; set; } /// /// /// - public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type728 { get; set; } + public global::System.Collections.Generic.IList? Type728 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type729 { get; set; } + public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type729 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type730 { get; set; } + public global::System.Collections.Generic.IList? Type730 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type731 { get; set; } + public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type731 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type732 { get; set; } + public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type732 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type733 { get; set; } + public global::System.Collections.Generic.IList? Type733 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type734 { get; set; } + public global::System.Collections.Generic.IList? Type734 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type735 { get; set; } + public global::System.Collections.Generic.IList? Type735 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type736 { get; set; } + public global::System.Collections.Generic.IList? Type736 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type737 { get; set; } + public global::System.Collections.Generic.IList? Type737 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsRetrieveResponseItem? Type738 { get; set; } + public global::System.Collections.Generic.IList? Type738 { get; set; } /// /// /// - public global::LabelStudio.ApiDmActionsRetrieveResponseItemDialog? Type739 { get; set; } + public global::System.Collections.Generic.IList? Type739 { get; set; } /// /// /// - public global::LabelStudio.OneOf>? Type740 { get; set; } + public global::System.Collections.Generic.IList? Type740 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type741 { get; set; } + public global::System.Collections.Generic.IList? Type741 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type742 { get; set; } + public global::LabelStudio.ApiDmActionsRetrieveResponseItem? Type742 { get; set; } /// /// /// - public global::LabelStudio.ApiInferenceRunsIndicatorsListResponseItem? Type743 { get; set; } + public global::LabelStudio.ApiDmActionsRetrieveResponseItemDialog? Type743 { get; set; } /// /// /// - public global::LabelStudio.ApiLearningResourcesUserProgressBulkResetCreateResponse? Type744 { get; set; } + public global::LabelStudio.OneOf>? Type744 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type745 { get; set; } + public global::System.Collections.Generic.IList? Type745 { get; set; } /// /// /// - public global::LabelStudio.ApiMlVersionsRetrieveResponse? Type746 { get; set; } + public global::System.Collections.Generic.IList? Type746 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type747 { get; set; } + public global::LabelStudio.ApiInferenceRunsIndicatorsListResponseItem? Type747 { get; set; } /// /// /// - public global::LabelStudio.ApiModelProviderConnectionsProviderChoicesRetrieveResponse? Type748 { get; set; } + public global::LabelStudio.ApiLearningResourcesUserProgressBulkResetCreateResponse? Type748 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type749 { get; set; } + public global::System.Collections.Generic.IList? Type749 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMemberTagsAssignmentsCreateResponse? Type750 { get; set; } + public global::LabelStudio.ApiMlVersionsRetrieveResponse? Type750 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMemberTagsBulkDestroyResponse? Type751 { get; set; } + public global::System.Collections.Generic.IList? Type751 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMemberTagsBulkCreateResponse? Type752 { get; set; } + public global::LabelStudio.ApiModelProviderConnectionsProviderChoicesRetrieveResponse? Type752 { get; set; } /// /// /// - public global::LabelStudio.ApiOrganizationsMemberTagsImportsCreateResponse? Type753 { get; set; } + public global::System.Collections.Generic.IList? Type753 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type754 { get; set; } + public global::LabelStudio.ApiOrganizationsMemberTagsAssignmentsCreateResponse? Type754 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type755 { get; set; } + public global::LabelStudio.ApiOrganizationsMemberTagsBulkDestroyResponse? Type755 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type756 { get; set; } + public global::LabelStudio.ApiOrganizationsMemberTagsBulkCreateResponse? Type756 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type757 { get; set; } + public global::LabelStudio.ApiOrganizationsMemberTagsImportsCreateResponse? 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::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponse? Type760 { get; set; } + public global::System.Collections.Generic.IList? Type760 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponseStatus? Type761 { get; set; } + public global::System.Collections.Generic.IList? Type761 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponse? Type762 { get; set; } + public global::System.Collections.Generic.IList? Type762 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus? Type763 { get; set; } + public global::System.Collections.Generic.IList? Type763 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsDashboardRetrieveResponse? Type764 { get; set; } + public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponse? Type764 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsDuplicateCreateResponse? Type765 { get; set; } + public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponseStatus? Type765 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type766 { get; set; } + public global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponse? Type766 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsExportsConvertCreateResponse? Type767 { get; set; } + public global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus? Type767 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type768 { get; set; } + public global::LabelStudio.ApiProjectsDashboardRetrieveResponse? Type768 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponse? Type769 { get; set; } + public global::LabelStudio.ApiProjectsDuplicateCreateResponse? Type769 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus? Type770 { get; set; } + public global::System.Collections.Generic.IList? Type770 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsImportCreateResponse? Type771 { get; set; } + public global::LabelStudio.ApiProjectsExportsConvertCreateResponse? Type771 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsImportPredictionsCreateResponse? Type772 { get; set; } + public global::System.Collections.Generic.IList? Type772 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsMembersBulkDestroyResponse? Type773 { get; set; } + public global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponse? Type773 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsModelStatsAgreementRetrieveResponse? Type774 { get; set; } + public global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus? Type774 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsModelStatsAgreementGroundtruthRetrieveResponse? Type775 { get; set; } + public global::LabelStudio.ApiProjectsImportCreateResponse? Type775 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsModelStatsPredictionRetrieveResponse? Type776 { get; set; } + public global::LabelStudio.ApiProjectsImportPredictionsCreateResponse? Type776 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type777 { get; set; } + public global::LabelStudio.ApiProjectsMembersBulkDestroyResponse? Type777 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsIaaRetrieveResponse? Type778 { get; set; } + public global::LabelStudio.ApiProjectsModelStatsAgreementRetrieveResponse? Type778 { get; set; } /// /// /// - public global::LabelStudio.OneOf>, global::System.Collections.Generic.Dictionary>>>? Type779 { get; set; } + public global::LabelStudio.ApiProjectsModelStatsAgreementGroundtruthRetrieveResponse? Type779 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary>>? Type780 { get; set; } + public global::LabelStudio.ApiProjectsModelStatsPredictionRetrieveResponse? Type780 { get; set; } /// /// /// - public global::LabelStudio.OneOf>? Type781 { get; set; } + public global::System.Collections.Generic.IList? Type781 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsAgreementGroundtruthRetrieveResponse? Type782 { get; set; } + public global::LabelStudio.ApiProjectsStatsIaaRetrieveResponse? Type782 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsAgreementAnnotatorRetrieveResponse? Type783 { get; set; } + public global::LabelStudio.OneOf>, global::System.Collections.Generic.Dictionary>>>? Type783 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsAgreementAnnotatorsRetrieveResponse? Type784 { get; set; } + public global::System.Collections.Generic.Dictionary>>? Type784 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponse? Type785 { get; set; } + public global::LabelStudio.OneOf>? Type785 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponseUserFilters? Type786 { get; set; } + public global::LabelStudio.ApiProjectsStatsAgreementGroundtruthRetrieveResponse? Type786 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type787 { get; set; } + public global::LabelStudio.ApiProjectsStatsAgreementAnnotatorRetrieveResponse? Type787 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponseUserFiltersStat? Type788 { get; set; } + public global::LabelStudio.ApiProjectsStatsAgreementAnnotatorsRetrieveResponse? Type788 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsFinishedRetrieveResponse? Type789 { get; set; } + public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponse? Type789 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsLeadTimeRetrieveResponse? Type790 { get; set; } + public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponseUserFilters? Type790 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type791 { get; set; } + public global::System.Collections.Generic.IList? Type791 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsLeadTimeRetrieveResponseLeadTimeStat? Type792 { get; set; } + public global::LabelStudio.ApiProjectsStatsDataFilterRetrieveResponseUserFiltersStat? Type792 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveResponse? Type793 { get; set; } + public global::LabelStudio.ApiProjectsStatsFinishedRetrieveResponse? Type793 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveResponse? Type794 { get; set; } + public global::LabelStudio.ApiProjectsStatsLeadTimeRetrieveResponse? Type794 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsTotalAgreementRetrieveResponseVariant1? Type795 { get; set; } + public global::System.Collections.Generic.IList? Type795 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsStatsTotalAgreementRetrieveResponseVariant2? Type796 { get; set; } + public global::LabelStudio.ApiProjectsStatsLeadTimeRetrieveResponseLeadTimeStat? Type796 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type797 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveResponse? Type797 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateResponse? Type798 { get; set; } + public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveResponse? Type798 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type799 { get; set; } + public global::LabelStudio.ApiProjectsStatsTotalAgreementRetrieveResponseVariant1? Type799 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUserStatsPredictionListResponse? Type800 { get; set; } + public global::LabelStudio.ApiProjectsStatsTotalAgreementRetrieveResponseVariant2? Type800 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUserStatsReviewScoreListResponse? Type801 { get; set; } + public global::System.Collections.Generic.IList? Type801 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUserStatsPredictionRetrieveResponse? Type802 { get; set; } + public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateResponse? Type802 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUserStatsReviewScoreRetrieveResponse? Type803 { get; set; } + public global::System.Collections.Generic.IList? Type803 { get; set; } /// /// /// - public global::LabelStudio.ApiProjectsUsersStatsAgreementGroundtruthRetrieveResponse? Type804 { get; set; } + public global::LabelStudio.ApiProjectsUserStatsPredictionListResponse? Type804 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type805 { get; set; } + public global::LabelStudio.ApiProjectsUserStatsReviewScoreListResponse? Type805 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type806 { get; set; } + public global::LabelStudio.ApiProjectsUserStatsPredictionRetrieveResponse? Type806 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type807 { get; set; } + public global::LabelStudio.ApiProjectsUserStatsReviewScoreRetrieveResponse? Type807 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type808 { get; set; } + public global::LabelStudio.ApiProjectsUsersStatsAgreementGroundtruthRetrieveResponse? Type808 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type809 { get; set; } + public global::System.Collections.Generic.IList? Type809 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type810 { get; set; } + public global::System.Collections.Generic.IList? Type810 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type811 { get; set; } + public global::System.Collections.Generic.IList? Type811 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type812 { get; set; } + public global::System.Collections.Generic.IList? Type812 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type813 { get; set; } + public global::System.Collections.Generic.IList? Type813 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type814 { get; set; } + public global::System.Collections.Generic.IList? Type814 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type815 { get; set; } + public global::System.Collections.Generic.IList? Type815 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type816 { get; set; } + public global::System.Collections.Generic.IList? Type816 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type817 { get; set; } + public global::System.Collections.Generic.IList? Type817 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type818 { get; set; } + public global::System.Collections.Generic.IList? Type818 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type819 { get; set; } + public global::System.Collections.Generic.IList? Type819 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type820 { get; set; } + public global::System.Collections.Generic.IList? Type820 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type821 { get; set; } + public global::System.Collections.Generic.IList? Type821 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type822 { get; set; } + public global::System.Collections.Generic.IList? Type822 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type823 { get; set; } + public global::System.Collections.Generic.IList? Type823 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type824 { get; set; } + public global::System.Collections.Generic.IList? Type824 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type825 { get; set; } + public global::System.Collections.Generic.IList? Type825 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesExportTypesRetrieveResponseItem? Type826 { get; set; } + public global::System.Collections.Generic.IList? Type826 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type827 { get; set; } + public global::System.Collections.Generic.IList? Type827 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type828 { get; set; } + public global::System.Collections.Generic.IList? Type828 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type829 { get; set; } + public global::System.Collections.Generic.IList? Type829 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type830 { get; set; } + public global::LabelStudio.ApiStoragesExportTypesRetrieveResponseItem? Type830 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type831 { get; set; } + public global::System.Collections.Generic.IList? Type831 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type832 { get; set; } + public global::System.Collections.Generic.IList? Type832 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type833 { get; set; } + public global::System.Collections.Generic.IList? Type833 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type834 { get; set; } + public global::System.Collections.Generic.IList? Type834 { get; set; } /// /// /// - public global::LabelStudio.ApiStoragesTypesRetrieveResponseItem? Type835 { get; set; } + public global::System.Collections.Generic.IList? Type835 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type836 { get; set; } + public global::System.Collections.Generic.IList? Type836 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type837 { get; set; } + public global::System.Collections.Generic.IList? Type837 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type838 { get; set; } + public global::System.Collections.Generic.IList? Type838 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponse? Type839 { get; set; } + public global::LabelStudio.ApiStoragesTypesRetrieveResponseItem? Type839 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationsCreated? Type840 { get; set; } + public global::System.Collections.Generic.IList? Type840 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationsDeleted? Type841 { get; set; } + public global::System.Collections.Generic.IList? Type841 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationCreated? Type842 { get; set; } + public global::System.Collections.Generic.IList? Type842 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationUpdated? Type843 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponse? Type843 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkCreated? Type844 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationsCreated? Type844 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkDeleted? Type845 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationsDeleted? Type845 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkUpdated? Type846 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationCreated? Type846 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectCreated? Type847 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseAnnotationUpdated? Type847 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectDeleted? Type848 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkCreated? Type848 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectUpdated? Type849 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkDeleted? Type849 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewsDeleted? Type850 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseLabelLinkUpdated? Type850 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewCreated? Type851 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectCreated? Type851 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewUpdated? Type852 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectDeleted? Type852 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseTasksCreated? Type853 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseProjectUpdated? Type853 { get; set; } /// /// /// - public global::LabelStudio.ApiWebhooksInfoRetrieveResponseTasksDeleted? Type854 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewsDeleted? Type854 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type855 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewCreated? Type855 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type856 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseReviewUpdated? Type856 { get; set; } /// /// /// - public global::LabelStudio.ApiWorkspacesMembershipsBulkDestroyResponse? Type857 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseTasksCreated? Type857 { get; set; } /// /// /// - public global::LabelStudio.ApiWorkspacesMembershipsBulkCreateResponse? Type858 { get; set; } + public global::LabelStudio.ApiWebhooksInfoRetrieveResponseTasksDeleted? Type858 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type859 { get; set; } + public global::System.Collections.Generic.IList? Type859 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.IList? Type860 { get; set; } + /// + /// + /// + public global::LabelStudio.ApiWorkspacesMembershipsBulkDestroyResponse? Type861 { get; set; } + /// + /// + /// + public global::LabelStudio.ApiWorkspacesMembershipsBulkCreateResponse? Type862 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.IList? Type863 { get; set; } /// /// @@ -3497,662 +3513,666 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.List? ListType7 { get; set; } + public global::System.Collections.Generic.List? ListType7 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.List? ListType8 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType8 { get; set; } + public global::System.Collections.Generic.List? ListType9 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType9 { get; set; } + public global::System.Collections.Generic.List? ListType10 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType10 { get; set; } + public global::System.Collections.Generic.List>? ListType11 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType11 { get; set; } + public global::System.Collections.Generic.List? ListType12 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType12 { get; set; } + public global::System.Collections.Generic.List? ListType13 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType13 { get; set; } + public global::System.Collections.Generic.List? ListType14 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType14 { get; set; } + public global::System.Collections.Generic.List? ListType15 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType15 { get; set; } + public global::System.Collections.Generic.List? ListType16 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType16 { get; set; } + public global::System.Collections.Generic.List? ListType17 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType17 { get; set; } + public global::System.Collections.Generic.List? ListType18 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType18 { get; set; } + public global::System.Collections.Generic.List? ListType19 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType19 { get; set; } + public global::System.Collections.Generic.List? ListType20 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType20 { get; set; } + public global::System.Collections.Generic.List? ListType21 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType21 { get; set; } + public global::System.Collections.Generic.List? ListType22 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType22 { get; set; } + public global::System.Collections.Generic.List? ListType23 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType23 { get; set; } + public global::System.Collections.Generic.List? ListType24 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType24 { get; set; } + public global::System.Collections.Generic.List? ListType25 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType25 { get; set; } + public global::System.Collections.Generic.List>? ListType26 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType26 { get; set; } + public global::System.Collections.Generic.List? ListType27 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType27 { get; set; } + public global::System.Collections.Generic.List>? ListType28 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType28 { get; set; } + public global::System.Collections.Generic.List? ListType29 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType29 { get; set; } + public global::System.Collections.Generic.List? ListType30 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType30 { get; set; } + public global::System.Collections.Generic.List? ListType31 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType31 { get; set; } + public global::System.Collections.Generic.List? ListType32 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType32 { get; set; } + public global::System.Collections.Generic.List? ListType33 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType33 { get; set; } + public global::System.Collections.Generic.List? ListType34 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType34 { get; set; } + public global::System.Collections.Generic.List? ListType35 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType35 { get; set; } + public global::System.Collections.Generic.List? ListType36 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType36 { get; set; } + public global::System.Collections.Generic.List? ListType37 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType37 { get; set; } + public global::System.Collections.Generic.List? ListType38 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType38 { get; set; } + public global::System.Collections.Generic.List? ListType39 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType39 { get; set; } + public global::System.Collections.Generic.List? ListType40 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType40 { get; set; } + public global::System.Collections.Generic.List? ListType41 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType41 { get; set; } + public global::System.Collections.Generic.List? ListType42 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType42 { get; set; } + public global::System.Collections.Generic.List? ListType43 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType43 { get; set; } + public global::System.Collections.Generic.List? ListType44 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType44 { get; set; } + public global::System.Collections.Generic.List? ListType45 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType45 { get; set; } + public global::System.Collections.Generic.List? ListType46 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType46 { get; set; } + public global::System.Collections.Generic.List? ListType47 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType47 { get; set; } + public global::System.Collections.Generic.List? ListType48 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType48 { get; set; } + public global::System.Collections.Generic.List? ListType49 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType49 { get; set; } + public global::System.Collections.Generic.List? ListType50 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType50 { get; set; } + public global::System.Collections.Generic.List? ListType51 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType51 { get; set; } + public global::System.Collections.Generic.List? ListType52 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType52 { get; set; } + public global::System.Collections.Generic.List? ListType53 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType53 { get; set; } + public global::System.Collections.Generic.List? ListType54 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType54 { get; set; } + public global::System.Collections.Generic.List? ListType55 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType55 { get; set; } + public global::System.Collections.Generic.List? ListType56 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType56 { get; set; } + public global::System.Collections.Generic.List? ListType57 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType57 { get; set; } + public global::System.Collections.Generic.List? ListType58 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType58 { get; set; } + public global::System.Collections.Generic.List? ListType59 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType59 { get; set; } + public global::System.Collections.Generic.List? ListType60 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType60 { get; set; } + public global::System.Collections.Generic.List? ListType61 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType61 { get; set; } + public global::System.Collections.Generic.List? ListType62 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType62 { get; set; } + public global::System.Collections.Generic.List? ListType63 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType63 { get; set; } + public global::System.Collections.Generic.List? ListType64 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType64 { get; set; } + public global::System.Collections.Generic.List? ListType65 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType65 { get; set; } + public global::System.Collections.Generic.List? ListType66 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType66 { get; set; } + public global::System.Collections.Generic.List? ListType67 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType67 { get; set; } + public global::System.Collections.Generic.List? ListType68 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType68 { get; set; } + public global::System.Collections.Generic.List>? ListType69 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType69 { get; set; } + public global::System.Collections.Generic.List? ListType70 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType70 { get; set; } + public global::System.Collections.Generic.List? ListType71 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType71 { get; set; } + public global::System.Collections.Generic.List? ListType72 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType72 { get; set; } + public global::System.Collections.Generic.List? ListType73 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType73 { get; set; } + public global::System.Collections.Generic.List? ListType74 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType74 { get; set; } + public global::System.Collections.Generic.List? ListType75 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType75 { get; set; } + public global::System.Collections.Generic.List>? ListType76 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType76 { get; set; } + public global::System.Collections.Generic.List? ListType77 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType77 { get; set; } + public global::System.Collections.Generic.List? ListType78 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType78 { get; set; } + public global::System.Collections.Generic.List? ListType79 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType79 { get; set; } + public global::System.Collections.Generic.List? ListType80 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType80 { get; set; } + public global::System.Collections.Generic.List? ListType81 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType81 { get; set; } + public global::System.Collections.Generic.List? ListType82 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType82 { get; set; } + public global::System.Collections.Generic.List? ListType83 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType83 { get; set; } + public global::System.Collections.Generic.List? ListType84 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType84 { get; set; } + public global::System.Collections.Generic.List? ListType85 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType85 { get; set; } + public global::System.Collections.Generic.List? ListType86 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType86 { get; set; } + public global::System.Collections.Generic.List? ListType87 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType87 { get; set; } + public global::System.Collections.Generic.List? ListType88 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType88 { get; set; } + public global::System.Collections.Generic.List? ListType89 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType89 { get; set; } + public global::System.Collections.Generic.List? ListType90 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType90 { get; set; } + public global::System.Collections.Generic.List? ListType91 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType91 { get; set; } + public global::System.Collections.Generic.List? ListType92 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType92 { get; set; } + public global::System.Collections.Generic.List? ListType93 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType93 { get; set; } + public global::System.Collections.Generic.List? ListType94 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType94 { get; set; } + public global::System.Collections.Generic.List? ListType95 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType95 { get; set; } + public global::System.Collections.Generic.List? ListType96 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType96 { get; set; } + public global::System.Collections.Generic.List? ListType97 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType97 { get; set; } + public global::System.Collections.Generic.List? ListType98 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType98 { get; set; } + public global::System.Collections.Generic.List? ListType99 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType99 { get; set; } + public global::System.Collections.Generic.List? ListType100 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType100 { get; set; } + public global::System.Collections.Generic.List? ListType101 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType101 { get; set; } + public global::System.Collections.Generic.List? ListType102 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType102 { get; set; } + public global::System.Collections.Generic.List? ListType103 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType103 { get; set; } + public global::System.Collections.Generic.List? ListType104 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType104 { get; set; } + public global::System.Collections.Generic.List? ListType105 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType105 { get; set; } + public global::System.Collections.Generic.List? ListType106 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType106 { get; set; } + public global::System.Collections.Generic.List? ListType107 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType107 { get; set; } + public global::System.Collections.Generic.List? ListType108 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType108 { get; set; } + public global::System.Collections.Generic.List? ListType109 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType109 { get; set; } + public global::System.Collections.Generic.List? ListType110 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType110 { get; set; } + public global::System.Collections.Generic.List? ListType111 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType111 { get; set; } + public global::System.Collections.Generic.List? ListType112 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType112 { get; set; } + public global::System.Collections.Generic.List? ListType113 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType113 { get; set; } + public global::System.Collections.Generic.List? ListType114 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType114 { get; set; } + public global::System.Collections.Generic.List? ListType115 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType115 { get; set; } + public global::System.Collections.Generic.List? ListType116 { get; set; } /// /// /// - public global::LabelStudio.OneOf>? ListType116 { get; set; } + public global::LabelStudio.OneOf>? ListType117 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType117 { get; set; } + public global::System.Collections.Generic.List? ListType118 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType118 { get; set; } + public global::System.Collections.Generic.List? ListType119 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType119 { get; set; } + public global::System.Collections.Generic.List? ListType120 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType120 { get; set; } + public global::System.Collections.Generic.List? ListType121 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType121 { get; set; } + public global::System.Collections.Generic.List? ListType122 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType122 { get; set; } + public global::System.Collections.Generic.List? ListType123 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType123 { get; set; } + public global::System.Collections.Generic.List? ListType124 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType124 { get; set; } + public global::System.Collections.Generic.List? ListType125 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType125 { get; set; } + public global::System.Collections.Generic.List? ListType126 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType126 { get; set; } + public global::System.Collections.Generic.List? ListType127 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType127 { get; set; } + public global::System.Collections.Generic.List? ListType128 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType128 { get; set; } + public global::System.Collections.Generic.List? ListType129 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType129 { get; set; } + public global::System.Collections.Generic.List? ListType130 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType130 { get; set; } + public global::System.Collections.Generic.List? ListType131 { get; set; } /// /// /// - public global::LabelStudio.OneOf>, global::System.Collections.Generic.Dictionary>>>? ListType131 { get; set; } + public global::LabelStudio.OneOf>, global::System.Collections.Generic.Dictionary>>>? ListType132 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary>>? ListType132 { get; set; } + public global::System.Collections.Generic.Dictionary>>? ListType133 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType133 { get; set; } + public global::System.Collections.Generic.List? ListType134 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType134 { get; set; } + public global::System.Collections.Generic.List? ListType135 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType135 { get; set; } + public global::System.Collections.Generic.List? ListType136 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType136 { get; set; } + public global::System.Collections.Generic.List? ListType137 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType137 { get; set; } + public global::System.Collections.Generic.List? ListType138 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType138 { get; set; } + public global::System.Collections.Generic.List? ListType139 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType139 { get; set; } + public global::System.Collections.Generic.List? ListType140 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType140 { get; set; } + public global::System.Collections.Generic.List? ListType141 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType141 { get; set; } + public global::System.Collections.Generic.List? ListType142 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType142 { get; set; } + public global::System.Collections.Generic.List? ListType143 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType143 { get; set; } + public global::System.Collections.Generic.List? ListType144 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType144 { get; set; } + public global::System.Collections.Generic.List? ListType145 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType145 { get; set; } + public global::System.Collections.Generic.List? ListType146 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType146 { get; set; } + public global::System.Collections.Generic.List? ListType147 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType147 { get; set; } + public global::System.Collections.Generic.List? ListType148 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType148 { get; set; } + public global::System.Collections.Generic.List? ListType149 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType149 { get; set; } + public global::System.Collections.Generic.List? ListType150 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType150 { get; set; } + public global::System.Collections.Generic.List? ListType151 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType151 { get; set; } + public global::System.Collections.Generic.List? ListType152 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType152 { get; set; } + public global::System.Collections.Generic.List? ListType153 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType153 { get; set; } + public global::System.Collections.Generic.List? ListType154 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType154 { get; set; } + public global::System.Collections.Generic.List? ListType155 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType155 { get; set; } + public global::System.Collections.Generic.List? ListType156 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType156 { get; set; } + public global::System.Collections.Generic.List? ListType157 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType157 { get; set; } + public global::System.Collections.Generic.List? ListType158 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType158 { get; set; } + public global::System.Collections.Generic.List? ListType159 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType159 { get; set; } + public global::System.Collections.Generic.List? ListType160 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType160 { get; set; } + public global::System.Collections.Generic.List? ListType161 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType161 { get; set; } + public global::System.Collections.Generic.List? ListType162 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType162 { get; set; } + public global::System.Collections.Generic.List? ListType163 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType163 { get; set; } + public global::System.Collections.Generic.List? ListType164 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType164 { get; set; } + public global::System.Collections.Generic.List? ListType165 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType165 { get; set; } + public global::System.Collections.Generic.List? ListType166 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType166 { get; set; } + public global::System.Collections.Generic.List? ListType167 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType167 { get; set; } + public global::System.Collections.Generic.List? ListType168 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType168 { get; set; } + public global::System.Collections.Generic.List? ListType169 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType169 { get; set; } + public global::System.Collections.Generic.List? ListType170 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType170 { get; set; } + public global::System.Collections.Generic.List? ListType171 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType171 { get; set; } + public global::System.Collections.Generic.List? ListType172 { get; set; } } } \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs new file mode 100644 index 0000000..1196576 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesEditingSessionCreate.g.cs @@ -0,0 +1,503 @@ + +#nullable enable + +namespace LabelStudio +{ + public partial class LearningResourcesClient + { + + + private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiLearningResourcesEditingSessionCreateSecurityRequirement0 = + new global::LabelStudio.EndPointSecurityRequirement + { + Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[] + { new global::LabelStudio.EndPointAuthorizationRequirement + { + Type = "Http", + SchemeId = "Token", + Location = "Header", + Name = "Bearer", + FriendlyName = "Bearer", + }, + }, + }; + private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiLearningResourcesEditingSessionCreateSecurityRequirements = + new global::LabelStudio.EndPointSecurityRequirement[] + { s_ApiLearningResourcesEditingSessionCreateSecurityRequirement0, + }; + partial void PrepareApiLearningResourcesEditingSessionCreateArguments( + global::System.Net.Http.HttpClient httpClient, + ref int id, + global::LabelStudio.CourseEditingSessionHeartbeatRequest request); + partial void PrepareApiLearningResourcesEditingSessionCreateRequest( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpRequestMessage httpRequestMessage, + int id, + global::LabelStudio.CourseEditingSessionHeartbeatRequest request); + partial void ProcessApiLearningResourcesEditingSessionCreateResponse( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpResponseMessage httpResponseMessage); + + partial void ProcessApiLearningResourcesEditingSessionCreateResponseContent( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpResponseMessage httpResponseMessage, + ref string content); + + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// + /// 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 ApiLearningResourcesEditingSessionCreateAsync( + int id, + + global::LabelStudio.CourseEditingSessionHeartbeatRequest request, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default) + { + var __response = await ApiLearningResourcesEditingSessionCreateAsResponseAsync( + id: id, + + request: request, + requestOptions: requestOptions, + cancellationToken: cancellationToken + ).ConfigureAwait(false); + + return __response.Body; + } + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// + /// 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> ApiLearningResourcesEditingSessionCreateAsResponseAsync( + int id, + + global::LabelStudio.CourseEditingSessionHeartbeatRequest request, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default) + { + request = request ?? throw new global::System.ArgumentNullException(nameof(request)); + + PrepareArguments( + client: HttpClient); + PrepareApiLearningResourcesEditingSessionCreateArguments( + httpClient: HttpClient, + id: ref id, + request: request); + + + var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations( + availableAuthorizations: Authorizations, + securityRequirements: s_ApiLearningResourcesEditingSessionCreateSecurityRequirements, + operationName: "ApiLearningResourcesEditingSessionCreateAsync"); + + using var __timeoutCancellationTokenSource = global::LabelStudio.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( + clientOptions: Options, + requestOptions: requestOptions, + cancellationToken: cancellationToken); + var __effectiveCancellationToken = __timeoutCancellationTokenSource?.Token ?? cancellationToken; + var __effectiveReadResponseAsString = global::LabelStudio.AutoSDKRequestOptionsSupport.GetReadResponseAsString( + clientOptions: Options, + requestOptions: requestOptions, + fallbackValue: ReadResponseAsString); + var __maxAttempts = global::LabelStudio.AutoSDKRequestOptionsSupport.GetMaxAttempts( + clientOptions: Options, + requestOptions: requestOptions, + supportsRetry: true); + + global::System.Net.Http.HttpRequestMessage __CreateHttpRequest() + { + + var __pathBuilder = new global::LabelStudio.PathBuilder( + path: $"/api/learning-resources/{id}/editing-session/", + baseUri: HttpClient.BaseAddress); + var __path = __pathBuilder.ToString(); + __path = global::LabelStudio.AutoSDKRequestOptionsSupport.AppendQueryParameters( + path: __path, + clientParameters: Options.QueryParameters, + requestParameters: requestOptions?.QueryParameters); + var __httpRequest = new global::System.Net.Http.HttpRequestMessage( + method: global::System.Net.Http.HttpMethod.Post, + requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute)); +#if NET6_0_OR_GREATER + __httpRequest.Version = global::System.Net.HttpVersion.Version11; + __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher; +#endif + + foreach (var __authorization in __authorizations) + { + if (__authorization.Type == "Http" || + __authorization.Type == "OAuth2" || + __authorization.Type == "OpenIdConnect") + { + __httpRequest.Headers.Authorization = new global::System.Net.Http.Headers.AuthenticationHeaderValue( + scheme: __authorization.Name, + parameter: __authorization.Value); + } + else if (__authorization.Type == "ApiKey" && + __authorization.Location == "Header") + { + __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, + requestHeaders: requestOptions?.Headers); + + PrepareRequest( + client: HttpClient, + request: __httpRequest); + PrepareApiLearningResourcesEditingSessionCreateRequest( + httpClient: HttpClient, + httpRequestMessage: __httpRequest, + id: id!, + request: request); + + return __httpRequest; + } + + global::System.Net.Http.HttpRequestMessage? __httpRequest = null; + global::System.Net.Http.HttpResponseMessage? __response = null; + var __attemptNumber = 0; + try + { + for (var __attempt = 1; __attempt <= __maxAttempts; __attempt++) + { + __attemptNumber = __attempt; + __httpRequest = __CreateHttpRequest(); + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionCreate", + methodName: "ApiLearningResourcesEditingSessionCreateAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "POST", + baseUri: BaseUri, + request: __httpRequest!, + response: null, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + try + { + __response = await HttpClient.SendAsync( + request: __httpRequest, + completionOption: global::System.Net.Http.HttpCompletionOption.ResponseContentRead, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + } + catch (global::System.Net.Http.HttpRequestException __exception) + { + var __retryDelay = global::LabelStudio.AutoSDKRequestOptionsSupport.GetRetryDelay( + clientOptions: Options, + requestOptions: requestOptions, + response: null, + attempt: __attempt); + var __willRetry = __attempt < __maxAttempts && !__effectiveCancellationToken.IsCancellationRequested; + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionCreate", + methodName: "ApiLearningResourcesEditingSessionCreateAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "POST", + baseUri: BaseUri, + request: __httpRequest!, + response: null, + exception: __exception, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: __willRetry, + retryDelay: __willRetry ? __retryDelay : (global::System.TimeSpan?)null, + retryReason: "exception", + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + if (!__willRetry) + { + throw; + } + + __httpRequest.Dispose(); + __httpRequest = null; + await global::LabelStudio.AutoSDKRequestOptionsSupport.DelayBeforeRetryAsync( + retryDelay: __retryDelay, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + continue; + } + + if (__response != null && + __attempt < __maxAttempts && + global::LabelStudio.AutoSDKRequestOptionsSupport.ShouldRetryStatusCode(__response.StatusCode)) + { + var __retryDelay = global::LabelStudio.AutoSDKRequestOptionsSupport.GetRetryDelay( + clientOptions: Options, + requestOptions: requestOptions, + response: __response, + attempt: __attempt); + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionCreate", + methodName: "ApiLearningResourcesEditingSessionCreateAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "POST", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: true, + retryDelay: __retryDelay, + retryReason: "status:" + ((int)__response.StatusCode).ToString(global::System.Globalization.CultureInfo.InvariantCulture), + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + __response.Dispose(); + __response = null; + __httpRequest.Dispose(); + __httpRequest = null; + await global::LabelStudio.AutoSDKRequestOptionsSupport.DelayBeforeRetryAsync( + retryDelay: __retryDelay, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + continue; + } + + break; + } + + if (__response == null) + { + throw new global::System.InvalidOperationException("No response received."); + } + + using (__response) + { + + ProcessResponse( + client: HttpClient, + response: __response); + ProcessApiLearningResourcesEditingSessionCreateResponse( + httpClient: HttpClient, + httpResponseMessage: __response); + if (__response.IsSuccessStatusCode) + { + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionCreate", + methodName: "ApiLearningResourcesEditingSessionCreateAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "POST", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attemptNumber, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + } + else + { + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionCreate", + methodName: "ApiLearningResourcesEditingSessionCreateAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "POST", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attemptNumber, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + } + + if (__effectiveReadResponseAsString) + { + var __content = await __response.Content.ReadAsStringAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + + ProcessResponseContent( + client: HttpClient, + response: __response, + content: ref __content); + ProcessApiLearningResourcesEditingSessionCreateResponseContent( + httpClient: HttpClient, + httpResponseMessage: __response, + content: ref __content); + + try + { + __response.EnsureSuccessStatusCode(); + + var __value = global::LabelStudio.CourseEditingSessionResponse.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, + body: __value); + } + catch (global::System.Exception __ex) + { + throw global::LabelStudio.ApiException.Create( + statusCode: __response.StatusCode, + message: __content ?? __response.ReasonPhrase ?? string.Empty, + innerException: __ex, + responseBody: __content, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + } + else + { + try + { + __response.EnsureSuccessStatusCode(); + using var __content = await __response.Content.ReadAsStreamAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + + var __value = await global::LabelStudio.CourseEditingSessionResponse.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, + body: __value); + } + catch (global::System.Exception __ex) + { + string? __content = null; + try + { + __content = await __response.Content.ReadAsStringAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + } + catch (global::System.Exception) + { + } + + throw global::LabelStudio.ApiException.Create( + statusCode: __response.StatusCode, + message: __content ?? __response.ReasonPhrase ?? string.Empty, + innerException: __ex, + responseBody: __content, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + } + + } + } + finally + { + __httpRequest?.Dispose(); + } + } + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// + /// + /// + /// Default Value: false + /// + /// + /// Default Value: false + /// + /// 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 ApiLearningResourcesEditingSessionCreateAsync( + int id, + string pageId, + int? moduleId = default, + bool? takeover = default, + bool? wantsToEdit = default, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default) + { + var __request = new global::LabelStudio.CourseEditingSessionHeartbeatRequest + { + ModuleId = moduleId, + PageId = pageId, + Takeover = takeover, + WantsToEdit = wantsToEdit, + }; + + return await ApiLearningResourcesEditingSessionCreateAsync( + id: id, + request: __request, + requestOptions: requestOptions, + cancellationToken: cancellationToken).ConfigureAwait(false); + } + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs new file mode 100644 index 0000000..e3c40cd --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesEditingSessionDestroy.g.cs @@ -0,0 +1,438 @@ + +#nullable enable + +namespace LabelStudio +{ + public partial class LearningResourcesClient + { + + + private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiLearningResourcesEditingSessionDestroySecurityRequirement0 = + new global::LabelStudio.EndPointSecurityRequirement + { + Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[] + { new global::LabelStudio.EndPointAuthorizationRequirement + { + Type = "Http", + SchemeId = "Token", + Location = "Header", + Name = "Bearer", + FriendlyName = "Bearer", + }, + }, + }; + private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiLearningResourcesEditingSessionDestroySecurityRequirements = + new global::LabelStudio.EndPointSecurityRequirement[] + { s_ApiLearningResourcesEditingSessionDestroySecurityRequirement0, + }; + partial void PrepareApiLearningResourcesEditingSessionDestroyArguments( + global::System.Net.Http.HttpClient httpClient, + ref int id); + partial void PrepareApiLearningResourcesEditingSessionDestroyRequest( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpRequestMessage httpRequestMessage, + int id); + partial void ProcessApiLearningResourcesEditingSessionDestroyResponse( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpResponseMessage httpResponseMessage); + + partial void ProcessApiLearningResourcesEditingSessionDestroyResponseContent( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpResponseMessage httpResponseMessage, + ref string content); + + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// 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 ApiLearningResourcesEditingSessionDestroyAsync( + int id, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default) + { + var __response = await ApiLearningResourcesEditingSessionDestroyAsResponseAsync( + id: id, + requestOptions: requestOptions, + cancellationToken: cancellationToken + ).ConfigureAwait(false); + + return __response.Body; + } + /// + /// ✨ Heartbeat or release an editing session for a learning resource
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + ///
+ /// + /// 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> ApiLearningResourcesEditingSessionDestroyAsResponseAsync( + int id, + global::LabelStudio.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default) + { + PrepareArguments( + client: HttpClient); + PrepareApiLearningResourcesEditingSessionDestroyArguments( + httpClient: HttpClient, + id: ref id); + + + var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations( + availableAuthorizations: Authorizations, + securityRequirements: s_ApiLearningResourcesEditingSessionDestroySecurityRequirements, + operationName: "ApiLearningResourcesEditingSessionDestroyAsync"); + + using var __timeoutCancellationTokenSource = global::LabelStudio.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( + clientOptions: Options, + requestOptions: requestOptions, + cancellationToken: cancellationToken); + var __effectiveCancellationToken = __timeoutCancellationTokenSource?.Token ?? cancellationToken; + var __effectiveReadResponseAsString = global::LabelStudio.AutoSDKRequestOptionsSupport.GetReadResponseAsString( + clientOptions: Options, + requestOptions: requestOptions, + fallbackValue: ReadResponseAsString); + var __maxAttempts = global::LabelStudio.AutoSDKRequestOptionsSupport.GetMaxAttempts( + clientOptions: Options, + requestOptions: requestOptions, + supportsRetry: true); + + global::System.Net.Http.HttpRequestMessage __CreateHttpRequest() + { + + var __pathBuilder = new global::LabelStudio.PathBuilder( + path: $"/api/learning-resources/{id}/editing-session/", + baseUri: HttpClient.BaseAddress); + var __path = __pathBuilder.ToString(); + __path = global::LabelStudio.AutoSDKRequestOptionsSupport.AppendQueryParameters( + path: __path, + clientParameters: Options.QueryParameters, + requestParameters: requestOptions?.QueryParameters); + var __httpRequest = new global::System.Net.Http.HttpRequestMessage( + method: global::System.Net.Http.HttpMethod.Delete, + requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute)); +#if NET6_0_OR_GREATER + __httpRequest.Version = global::System.Net.HttpVersion.Version11; + __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher; +#endif + + foreach (var __authorization in __authorizations) + { + if (__authorization.Type == "Http" || + __authorization.Type == "OAuth2" || + __authorization.Type == "OpenIdConnect") + { + __httpRequest.Headers.Authorization = new global::System.Net.Http.Headers.AuthenticationHeaderValue( + scheme: __authorization.Name, + parameter: __authorization.Value); + } + else if (__authorization.Type == "ApiKey" && + __authorization.Location == "Header") + { + __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); + } + } + global::LabelStudio.AutoSDKRequestOptionsSupport.ApplyHeaders( + request: __httpRequest, + clientHeaders: Options.Headers, + requestHeaders: requestOptions?.Headers); + + PrepareRequest( + client: HttpClient, + request: __httpRequest); + PrepareApiLearningResourcesEditingSessionDestroyRequest( + httpClient: HttpClient, + httpRequestMessage: __httpRequest, + id: id!); + + return __httpRequest; + } + + global::System.Net.Http.HttpRequestMessage? __httpRequest = null; + global::System.Net.Http.HttpResponseMessage? __response = null; + var __attemptNumber = 0; + try + { + for (var __attempt = 1; __attempt <= __maxAttempts; __attempt++) + { + __attemptNumber = __attempt; + __httpRequest = __CreateHttpRequest(); + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionDestroy", + methodName: "ApiLearningResourcesEditingSessionDestroyAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "DELETE", + baseUri: BaseUri, + request: __httpRequest!, + response: null, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + try + { + __response = await HttpClient.SendAsync( + request: __httpRequest, + completionOption: global::System.Net.Http.HttpCompletionOption.ResponseContentRead, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + } + catch (global::System.Net.Http.HttpRequestException __exception) + { + var __retryDelay = global::LabelStudio.AutoSDKRequestOptionsSupport.GetRetryDelay( + clientOptions: Options, + requestOptions: requestOptions, + response: null, + attempt: __attempt); + var __willRetry = __attempt < __maxAttempts && !__effectiveCancellationToken.IsCancellationRequested; + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionDestroy", + methodName: "ApiLearningResourcesEditingSessionDestroyAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "DELETE", + baseUri: BaseUri, + request: __httpRequest!, + response: null, + exception: __exception, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: __willRetry, + retryDelay: __willRetry ? __retryDelay : (global::System.TimeSpan?)null, + retryReason: "exception", + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + if (!__willRetry) + { + throw; + } + + __httpRequest.Dispose(); + __httpRequest = null; + await global::LabelStudio.AutoSDKRequestOptionsSupport.DelayBeforeRetryAsync( + retryDelay: __retryDelay, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + continue; + } + + if (__response != null && + __attempt < __maxAttempts && + global::LabelStudio.AutoSDKRequestOptionsSupport.ShouldRetryStatusCode(__response.StatusCode)) + { + var __retryDelay = global::LabelStudio.AutoSDKRequestOptionsSupport.GetRetryDelay( + clientOptions: Options, + requestOptions: requestOptions, + response: __response, + attempt: __attempt); + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionDestroy", + methodName: "ApiLearningResourcesEditingSessionDestroyAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "DELETE", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: true, + retryDelay: __retryDelay, + retryReason: "status:" + ((int)__response.StatusCode).ToString(global::System.Globalization.CultureInfo.InvariantCulture), + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + __response.Dispose(); + __response = null; + __httpRequest.Dispose(); + __httpRequest = null; + await global::LabelStudio.AutoSDKRequestOptionsSupport.DelayBeforeRetryAsync( + retryDelay: __retryDelay, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + continue; + } + + break; + } + + if (__response == null) + { + throw new global::System.InvalidOperationException("No response received."); + } + + using (__response) + { + + ProcessResponse( + client: HttpClient, + response: __response); + ProcessApiLearningResourcesEditingSessionDestroyResponse( + httpClient: HttpClient, + httpResponseMessage: __response); + if (__response.IsSuccessStatusCode) + { + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionDestroy", + methodName: "ApiLearningResourcesEditingSessionDestroyAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "DELETE", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attemptNumber, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + } + else + { + await global::LabelStudio.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::LabelStudio.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "ApiLearningResourcesEditingSessionDestroy", + methodName: "ApiLearningResourcesEditingSessionDestroyAsync", + pathTemplate: "$\"/api/learning-resources/{id}/editing-session/\"", + httpMethod: "DELETE", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attemptNumber, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + } + + if (__effectiveReadResponseAsString) + { + var __content = await __response.Content.ReadAsStringAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + + ProcessResponseContent( + client: HttpClient, + response: __response, + content: ref __content); + ProcessApiLearningResourcesEditingSessionDestroyResponseContent( + httpClient: HttpClient, + httpResponseMessage: __response, + content: ref __content); + + try + { + __response.EnsureSuccessStatusCode(); + + var __value = global::LabelStudio.CourseEditingSessionResponse.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, + body: __value); + } + catch (global::System.Exception __ex) + { + throw global::LabelStudio.ApiException.Create( + statusCode: __response.StatusCode, + message: __content ?? __response.ReasonPhrase ?? string.Empty, + innerException: __ex, + responseBody: __content, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + } + else + { + try + { + __response.EnsureSuccessStatusCode(); + using var __content = await __response.Content.ReadAsStreamAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + + var __value = await global::LabelStudio.CourseEditingSessionResponse.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, + body: __value); + } + catch (global::System.Exception __ex) + { + string? __content = null; + try + { + __content = await __response.Content.ReadAsStringAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + } + catch (global::System.Exception) + { + } + + throw global::LabelStudio.ApiException.Create( + statusCode: __response.StatusCode, + message: __content ?? __response.ReasonPhrase ?? string.Empty, + innerException: __ex, + responseBody: __content, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + } + + } + } + finally + { + __httpRequest?.Dispose(); + } + } + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs index 89f83dd..c5b01a3 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.LearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs @@ -55,7 +55,7 @@ partial void ProcessApiLearningResourcesModulesPagesPartialUpdateResponseContent /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. + /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. ///
/// /// @@ -93,7 +93,7 @@ partial void ProcessApiLearningResourcesModulesPagesPartialUpdateResponseContent /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. + /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. /// /// /// @@ -480,7 +480,7 @@ partial void ProcessApiLearningResourcesModulesPagesPartialUpdateResponseContent /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. + /// Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. /// /// /// diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSession.Json.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSession.Json.g.cs new file mode 100644 index 0000000..4fd00c8 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSession.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace LabelStudio +{ + public sealed partial class CourseEditingSession + { + /// + /// 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.CourseEditingSession? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::LabelStudio.CourseEditingSession), + jsonSerializerContext) as global::LabelStudio.CourseEditingSession; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::LabelStudio.CourseEditingSession? 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.CourseEditingSession? 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.CourseEditingSession), + jsonSerializerContext).ConfigureAwait(false)) as global::LabelStudio.CourseEditingSession; + } + + /// + /// 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.CourseEditingSession.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSession.g.cs new file mode 100644 index 0000000..49f8e84 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSession.g.cs @@ -0,0 +1,76 @@ + +#nullable enable + +namespace LabelStudio +{ + /// + /// + /// + public sealed partial class CourseEditingSession + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("is_writer")] + [global::System.Text.Json.Serialization.JsonRequired] + public required bool IsWriter { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("module_id")] + public int? ModuleId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("page_id")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PageId { get; set; } + + /// + /// Included only in responses + /// + /// default! + [global::System.Text.Json.Serialization.JsonPropertyName("user")] + public global::LabelStudio.UserSimple User { get; set; } = default!; + + /// + /// 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. + /// + /// + /// + /// + /// + /// Included only in responses + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public CourseEditingSession( + bool isWriter, + string pageId, + int? moduleId, + global::LabelStudio.UserSimple user = default!) + { + this.IsWriter = isWriter; + this.ModuleId = moduleId; + this.PageId = pageId ?? throw new global::System.ArgumentNullException(nameof(pageId)); + this.User = user; + } + + /// + /// Initializes a new instance of the class. + /// + public CourseEditingSession() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionHeartbeatRequest.Json.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionHeartbeatRequest.Json.g.cs new file mode 100644 index 0000000..6a0fab5 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionHeartbeatRequest.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace LabelStudio +{ + public sealed partial class CourseEditingSessionHeartbeatRequest + { + /// + /// 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.CourseEditingSessionHeartbeatRequest? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::LabelStudio.CourseEditingSessionHeartbeatRequest), + jsonSerializerContext) as global::LabelStudio.CourseEditingSessionHeartbeatRequest; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::LabelStudio.CourseEditingSessionHeartbeatRequest? 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.CourseEditingSessionHeartbeatRequest? 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.CourseEditingSessionHeartbeatRequest), + jsonSerializerContext).ConfigureAwait(false)) as global::LabelStudio.CourseEditingSessionHeartbeatRequest; + } + + /// + /// 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.CourseEditingSessionHeartbeatRequest.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionHeartbeatRequest.g.cs new file mode 100644 index 0000000..72e2f42 --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionHeartbeatRequest.g.cs @@ -0,0 +1,76 @@ + +#nullable enable + +namespace LabelStudio +{ + /// + /// + /// + public sealed partial class CourseEditingSessionHeartbeatRequest + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("module_id")] + public int? ModuleId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("page_id")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PageId { get; set; } + + /// + /// Default Value: false + /// + [global::System.Text.Json.Serialization.JsonPropertyName("takeover")] + public bool? Takeover { get; set; } + + /// + /// Default Value: false + /// + [global::System.Text.Json.Serialization.JsonPropertyName("wants_to_edit")] + public bool? WantsToEdit { 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. + /// + /// + /// + /// + /// Default Value: false + /// + /// + /// Default Value: false + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public CourseEditingSessionHeartbeatRequest( + string pageId, + int? moduleId, + bool? takeover, + bool? wantsToEdit) + { + this.ModuleId = moduleId; + this.PageId = pageId ?? throw new global::System.ArgumentNullException(nameof(pageId)); + this.Takeover = takeover; + this.WantsToEdit = wantsToEdit; + } + + /// + /// Initializes a new instance of the class. + /// + public CourseEditingSessionHeartbeatRequest() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionResponse.Json.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionResponse.Json.g.cs new file mode 100644 index 0000000..d20219a --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionResponse.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace LabelStudio +{ + public sealed partial class CourseEditingSessionResponse + { + /// + /// 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.CourseEditingSessionResponse? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::LabelStudio.CourseEditingSessionResponse), + jsonSerializerContext) as global::LabelStudio.CourseEditingSessionResponse; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::LabelStudio.CourseEditingSessionResponse? 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.CourseEditingSessionResponse? 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.CourseEditingSessionResponse), + jsonSerializerContext).ConfigureAwait(false)) as global::LabelStudio.CourseEditingSessionResponse; + } + + /// + /// 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.CourseEditingSessionResponse.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionResponse.g.cs new file mode 100644 index 0000000..ab860ef --- /dev/null +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.CourseEditingSessionResponse.g.cs @@ -0,0 +1,55 @@ + +#nullable enable + +namespace LabelStudio +{ + /// + /// + /// + public sealed partial class CourseEditingSessionResponse + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("sessions")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.Collections.Generic.IList Sessions { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("structure_version")] + [global::System.Text.Json.Serialization.JsonRequired] + public required int StructureVersion { 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 CourseEditingSessionResponse( + global::System.Collections.Generic.IList sessions, + int structureVersion) + { + this.Sessions = sessions ?? throw new global::System.ArgumentNullException(nameof(sessions)); + this.StructureVersion = structureVersion; + } + + /// + /// Initializes a new instance of the class. + /// + public CourseEditingSessionResponse() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/LabelStudio/openapi.yaml b/src/libs/LabelStudio/openapi.yaml index 86ce630..6eee1c1 100644 --- a/src/libs/LabelStudio/openapi.yaml +++ b/src/libs/LabelStudio/openapi.yaml @@ -7498,6 +7498,81 @@ paths: summary: ✨ Duplicate a learning resource tags: - Learning Resources + /api/learning-resources/{id}/editing-session/: + delete: + description: |- + + Label Studio Enterprise badge +

+ This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) +

+
+ POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + operationId: api_learning_resources_editing_session_destroy + parameters: + - description: A unique integer value identifying this learning resource. + in: path + name: id + required: true + schema: + type: integer + responses: + '200': + content: + application/json: + schema: + $ref: '#/components/schemas/CourseEditingSessionResponse' + description: '' + '204': + description: No response body + security: + - Token: [] + summary: ✨ Heartbeat or release an editing session for a learning resource + tags: + - Learning Resources + post: + description: |- + + Label Studio Enterprise badge +

+ This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) +

+
+ POST claims or refreshes presence on a (module, page). A bare heartbeat only tracks presence — it never claims the write lock. Pass `wants_to_edit` to actually claim it: the first session on a free page to ask becomes the writer, later ones stay read-only unless `takeover` is set (which itself implies `wants_to_edit`). Sessions expire 60 seconds after the last heartbeat. DELETE releases the caller's own session. + operationId: api_learning_resources_editing_session_create + parameters: + - description: A unique integer value identifying this learning resource. + in: path + name: id + required: true + schema: + type: integer + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/CourseEditingSessionHeartbeatRequest' + application/x-www-form-urlencoded: + schema: + $ref: '#/components/schemas/CourseEditingSessionHeartbeatRequest' + multipart/form-data: + schema: + $ref: '#/components/schemas/CourseEditingSessionHeartbeatRequest' + required: true + responses: + '200': + content: + application/json: + schema: + $ref: '#/components/schemas/CourseEditingSessionResponse' + description: '' + '204': + description: No response body + security: + - Token: [] + summary: ✨ Heartbeat or release an editing session for a learning resource + tags: + - Learning Resources /api/learning-resources/{id}/invalidate-progress/: post: description: |- @@ -7849,7 +7924,7 @@ paths: This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)

- Replace only the supplied keys of a single page. Rejects a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. + Replace only the supplied keys of a single page. Rejects a write to a page another author holds the editing lock on with 409 `page_in_use`, a stale `page_version` with 409 `page_version_conflict`, and a page that moved to another module with 410 `page_moved`. operationId: api_learning_resources_modules_pages_partial_update parameters: - description: A unique integer value identifying this learning resource. @@ -29380,6 +29455,53 @@ components: - limit - reached type: object + CourseEditingSession: + properties: + is_writer: + type: boolean + module_id: + nullable: true + type: integer + page_id: + type: string + user: + allOf: + - $ref: '#/components/schemas/UserSimple' + readOnly: true + required: + - is_writer + - module_id + - page_id + - user + type: object + CourseEditingSessionHeartbeatRequest: + properties: + module_id: + nullable: true + type: integer + page_id: + type: string + takeover: + default: false + type: boolean + wants_to_edit: + default: false + type: boolean + required: + - page_id + type: object + CourseEditingSessionResponse: + properties: + sessions: + items: + $ref: '#/components/schemas/CourseEditingSession' + type: array + structure_version: + type: integer + required: + - sessions + - structure_version + type: object CourseModule: properties: content: {}