diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs
new file mode 100644
index 0000000..a2db697
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesModulesPagesPartialUpdate.g.cs
@@ -0,0 +1,88 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface ILearningResourcesClient
+ {
+ ///
+ /// ✨ Save one page of a module
+ /// <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>
+ /// 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`.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// 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 ApiLearningResourcesModulesPagesPartialUpdateAsync(
+ int id,
+ string moduleId,
+ string pageId,
+
+ global::LabelStudio.PatchedCoursePageUpdateRequest request,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Save one page of a module
+ /// <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>
+ /// 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`.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// 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> ApiLearningResourcesModulesPagesPartialUpdateAsResponseAsync(
+ int id,
+ string moduleId,
+ string pageId,
+
+ global::LabelStudio.PatchedCoursePageUpdateRequest request,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Save one page of a module
+ /// <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>
+ /// 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`.
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// 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 ApiLearningResourcesModulesPagesPartialUpdateAsync(
+ int id,
+ string moduleId,
+ string pageId,
+ global::System.Collections.Generic.IList? blocks = default,
+ int? pageVersion = default,
+ string? summary = default,
+ string? title = 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.ApiLearningResourcesOutlineRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesOutlineRetrieve.g.cs
new file mode 100644
index 0000000..8557928
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesOutlineRetrieve.g.cs
@@ -0,0 +1,44 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface ILearningResourcesClient
+ {
+ ///
+ /// ✨ Get the structure outline of a course
+ /// <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>
+ /// Module and page identity, titles and page versions without any block content.
+ ///
+ ///
+ /// 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 ApiLearningResourcesOutlineRetrieveAsync(
+ int id,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Get the structure outline of a course
+ /// <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>
+ /// Module and page identity, titles and page versions without any block content.
+ ///
+ ///
+ /// 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> ApiLearningResourcesOutlineRetrieveAsResponseAsync(
+ 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.ApiLearningResourcesStructureCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesStructureCreate.g.cs
new file mode 100644
index 0000000..cbf4cd1
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILearningResourcesClient.ApiLearningResourcesStructureCreate.g.cs
@@ -0,0 +1,99 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface ILearningResourcesClient
+ {
+ ///
+ /// ✨ Apply a structural change to a course
+ /// <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>
+ /// Apply a semantic structural operation (add/delete/duplicate/reorder/move page or module, rename module) to current server state under a compare-and-swap on `structure_version`. A stale version returns 409 `structure_version_conflict` with the fresh outline so the client can resync and retry.
+ ///
+ ///
+ ///
+ /// 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 ApiLearningResourcesStructureCreateAsync(
+ int id,
+
+ global::LabelStudio.CourseStructureOpRequest request,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Apply a structural change to a course
+ /// <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>
+ /// Apply a semantic structural operation (add/delete/duplicate/reorder/move page or module, rename module) to current server state under a compare-and-swap on `structure_version`. A stale version returns 409 `structure_version_conflict` with the fresh outline so the client can resync and retry.
+ ///
+ ///
+ ///
+ /// 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> ApiLearningResourcesStructureCreateAsResponseAsync(
+ int id,
+
+ global::LabelStudio.CourseStructureOpRequest request,
+ global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Apply a structural change to a course
+ /// <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>
+ /// Apply a semantic structural operation (add/delete/duplicate/reorder/move page or module, rename module) to current server state under a compare-and-swap on `structure_version`. A stale version returns 409 `structure_version_conflict` with the fresh outline so the client can resync and retry.
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// * `add_page` - add_page
+ /// * `delete_page` - delete_page
+ /// * `duplicate_page` - duplicate_page
+ /// * `reorder_pages` - reorder_pages
+ /// * `move_page` - move_page
+ /// * `add_module` - add_module
+ /// * `delete_module` - delete_module
+ /// * `duplicate_module` - duplicate_module
+ /// * `reorder_modules` - reorder_modules
+ /// * `rename_module` - rename_module
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// 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 ApiLearningResourcesStructureCreateAsync(
+ int id,
+ global::LabelStudio.OpEnum op,
+ int structureVersion,
+ int? destIndex = default,
+ int? destModuleId = default,
+ int? moduleId = default,
+ global::System.Collections.Generic.IList? moduleIds = default,
+ string? pageId = default,
+ int? sourceModuleId = default,
+ string? title = default,
+ int? toIndex = 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.JsonConverters.OpEnum.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.OpEnum.g.cs
new file mode 100644
index 0000000..f3d3b15
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.OpEnum.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class OpEnumJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.OpEnum Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::LabelStudio.OpEnumExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.OpEnum)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.OpEnum);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.OpEnum value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::LabelStudio.OpEnumExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.OpEnumNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.OpEnumNullable.g.cs
new file mode 100644
index 0000000..2c1d551
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.OpEnumNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class OpEnumNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.OpEnum? Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::LabelStudio.OpEnumExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.OpEnum)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.OpEnum?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.OpEnum? value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ if (value == null)
+ {
+ writer.WriteNullValue();
+ }
+ else
+ {
+ writer.WriteStringValue(global::LabelStudio.OpEnumExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
index 6f5cc0e..09d278f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
@@ -85,6 +85,10 @@ namespace LabelStudio
typeof(global::LabelStudio.JsonConverters.OnboardingStateEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.OpEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.OpEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.OperatorEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.OperatorEnumNullableJsonConverter),
@@ -568,7 +572,17 @@ namespace LabelStudio
[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.CourseModule))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseOutline))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseOutlineModule))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseOutlinePage))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CoursePageSaveResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseProgressImportResult))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseStructureOpRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OpEnum), TypeInfoPropertyName = "OpEnum2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CourseStructureOpResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CustomFunctionCodeRequestRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.DataManagerFilterModeEnum), TypeInfoPropertyName = "DataManagerFilterModeEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.DataQualityAgreementConfusionMatrix))]
@@ -694,7 +708,6 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LearningResourceCreate))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LearningResourceCreateRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LearningResourceDetail))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LearningResourceRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LearningResourceUpdate))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LearningResourceUploadResponse))]
@@ -861,6 +874,7 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedBlueprintUpdateRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedCommentRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedCoursePageUpdateRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedDatabricksExportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedDatabricksImportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedDatasetRequest))]
@@ -953,16 +967,6 @@ namespace LabelStudio
[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))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewSettingsSamplingEnum), TypeInfoPropertyName = "ReviewSettingsSamplingEnum2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RevokeCertificateRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RevokeInviteRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3DatasetStorage))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3DatasetStorageRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3ExportStorage))]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -1046,6 +1050,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::LabelStudio.JsonConverters.OnboardingStateEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.OpEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.OpEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.OperatorEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.OperatorEnumNullableJsonConverter),
@@ -1427,6 +1435,16 @@ 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.ReviewRoutingRule))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewRoutingRuleRequestRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewRoutingRulesReplaceRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReviewSettingsSamplingEnum), TypeInfoPropertyName = "ReviewSettingsSamplingEnum2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RevokeCertificateRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RevokeInviteRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3DatasetStorage))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3DatasetStorageRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3ExportStorage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3ImportStorage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SamlSettings))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
@@ -1806,6 +1824,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PromptsStatusEnum?), TypeInfoPropertyName = "NullablePromptsStatusEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.BudgetResetPeriodEnum?), TypeInfoPropertyName = "NullableBudgetResetPeriodEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ProjectImportStatusEnum?), TypeInfoPropertyName = "NullableProjectImportStatusEnum2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OpEnum?), TypeInfoPropertyName = "NullableOpEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.DataManagerFilterModeEnum?), TypeInfoPropertyName = "NullableDataManagerFilterModeEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OrganizationRoleEnum?), TypeInfoPropertyName = "NullableOrganizationRoleEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.EditionEnum?), TypeInfoPropertyName = "NullableEditionEnum2")]
@@ -1902,6 +1921,9 @@ 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))]
@@ -1910,20 +1932,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [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
{
}
@@ -2007,6 +2015,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
typeof(global::LabelStudio.JsonConverters.OnboardingStateEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.OpEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.OpEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.OperatorEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.OperatorEnumNullableJsonConverter),
@@ -2388,6 +2400,19 @@ 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>))]
+ [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))]
@@ -2609,6 +2634,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::LabelStudio.JsonConverters.ModelRunStatusEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.OnboardingStateEnumJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.OnboardingStateEnumNullableJsonConverter());
+ options.Converters.Add(new global::LabelStudio.JsonConverters.OpEnumJsonConverter());
+ options.Converters.Add(new global::LabelStudio.JsonConverters.OpEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.OperatorEnumJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.OperatorEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.OrganizationMemberTagImportStatusStatusEnumJsonConverter());
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
index bddbebc..bea80bb 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
@@ -424,3003 +424,3043 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::LabelStudio.CourseProgressImportResult? Type99 { get; set; }
+ public global::LabelStudio.CourseOutline? Type99 { get; set; }
///
///
///
- public global::LabelStudio.CustomFunctionCodeRequestRequest? Type100 { get; set; }
+ public global::System.Collections.Generic.IList? Type100 { get; set; }
///
///
///
- public global::LabelStudio.DataManagerFilterModeEnum? Type101 { get; set; }
+ public global::LabelStudio.CourseOutlineModule? Type101 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type102 { get; set; }
+ public global::System.Collections.Generic.IList? Type102 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type103 { get; set; }
+ public global::LabelStudio.CourseOutlinePage? Type103 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type104 { get; set; }
+ public global::LabelStudio.CoursePageSaveResponse? Type104 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type105 { get; set; }
+ public global::LabelStudio.CourseProgressImportResult? Type105 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityConfusionPair? Type106 { get; set; }
+ public global::LabelStudio.CourseStructureOpRequest? Type106 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementDimensions? Type107 { get; set; }
+ public global::LabelStudio.OpEnum? Type107 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementDistribution? Type108 { get; set; }
+ public global::LabelStudio.CourseStructureOpResponse? Type108 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksExportStorage? Type109 { get; set; }
+ public global::System.Collections.Generic.IList? Type109 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksExportStorageRequest? Type110 { get; set; }
+ public global::LabelStudio.CustomFunctionCodeRequestRequest? Type110 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksImportStorage? Type111 { get; set; }
+ public global::LabelStudio.DataManagerFilterModeEnum? Type111 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksImportStorageRequest? Type112 { get; set; }
+ public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type112 { get; set; }
///
///
///
- public global::LabelStudio.Dataset? Type113 { get; set; }
+ public global::System.Collections.Generic.IList>? Type113 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumn? Type114 { get; set; }
+ public global::System.Collections.Generic.IList? Type114 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumnVisibilityDefaults? Type115 { get; set; }
+ public global::System.Collections.Generic.IList? Type115 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumnsResponse? Type116 { get; set; }
+ public global::LabelStudio.DataQualityConfusionPair? Type116 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type117 { get; set; }
+ public global::LabelStudio.DataQualityAgreementDimensions? Type117 { get; set; }
///
///
///
- public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type118 { get; set; }
+ public global::LabelStudio.DataQualityAgreementDistribution? Type118 { get; set; }
///
///
///
- public global::LabelStudio.DatasetImportCandidatesResponse? Type119 { get; set; }
+ public global::LabelStudio.DatabricksExportStorage? Type119 { get; set; }
///
///
///
- public global::LabelStudio.DatasetMember? Type120 { get; set; }
+ public global::LabelStudio.DatabricksExportStorageRequest? Type120 { get; set; }
///
///
///
- public global::LabelStudio.DatasetMemberRequest? Type121 { get; set; }
+ public global::LabelStudio.DatabricksImportStorage? Type121 { get; set; }
///
///
///
- public global::LabelStudio.DatasetRequest? Type122 { get; set; }
+ public global::LabelStudio.DatabricksImportStorageRequest? Type122 { get; set; }
///
///
///
- public global::LabelStudio.UserSimpleRequest? Type123 { get; set; }
+ public global::LabelStudio.Dataset? Type123 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageAvailableDataType? Type124 { get; set; }
+ public global::LabelStudio.DatasetColumn? Type124 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageColumnType? Type125 { get; set; }
+ public global::LabelStudio.DatasetColumnVisibilityDefaults? Type125 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageColumnsResponse? Type126 { get; set; }
+ public global::LabelStudio.DatasetColumnsResponse? Type126 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type127 { get; set; }
+ public global::System.Collections.Generic.IList? Type127 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type128 { get; set; }
+ public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type128 { get; set; }
///
///
///
- public global::LabelStudio.DatasetTasksMetadataResponse? Type129 { get; set; }
+ public global::LabelStudio.DatasetImportCandidatesResponse? Type129 { get; set; }
///
///
///
- public global::LabelStudio.DatasetView? Type130 { get; set; }
+ public global::LabelStudio.DatasetMember? Type130 { get; set; }
///
///
///
- public global::LabelStudio.FilterGroup? Type131 { get; set; }
+ public global::LabelStudio.DatasetMemberRequest? Type131 { get; set; }
///
///
///
- public global::LabelStudio.DatasetViewLockedBy? Type132 { get; set; }
+ public global::LabelStudio.DatasetRequest? Type132 { get; set; }
///
///
///
- public global::LabelStudio.DatasetViewRequest? Type133 { get; set; }
+ public global::LabelStudio.UserSimpleRequest? Type133 { get; set; }
///
///
///
- public global::LabelStudio.FilterGroupRequest? Type134 { get; set; }
+ public global::LabelStudio.DatasetStorageAvailableDataType? Type134 { get; set; }
///
///
///
- public global::LabelStudio.DefaultModelVersionNameResponse? Type135 { get; set; }
+ public global::LabelStudio.DatasetStorageColumnType? Type135 { get; set; }
///
///
///
- public global::LabelStudio.DefaultRole? Type136 { get; set; }
+ public global::LabelStudio.DatasetStorageColumnsResponse? Type136 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationRoleEnum? Type137 { get; set; }
+ public global::System.Collections.Generic.IList? Type137 { get; set; }
///
///
///
- public global::LabelStudio.Dimension? Type138 { get; set; }
+ public global::System.Collections.Generic.IList? Type138 { get; set; }
///
///
///
- public global::LabelStudio.DimensionCreateRequest? Type139 { get; set; }
+ public global::LabelStudio.DatasetTasksMetadataResponse? Type139 { get; set; }
///
///
///
- public global::LabelStudio.DimensionList? Type140 { get; set; }
+ public global::LabelStudio.DatasetView? Type140 { get; set; }
///
///
///
- public global::LabelStudio.DimensionRequest? Type141 { get; set; }
+ public global::LabelStudio.FilterGroup? Type141 { get; set; }
///
///
///
- public global::LabelStudio.DuplicateLearningResourceRequest? Type142 { get; set; }
+ public global::LabelStudio.DatasetViewLockedBy? Type142 { get; set; }
///
///
///
- public global::LabelStudio.EditionEnum? Type143 { get; set; }
+ public global::LabelStudio.DatasetViewRequest? Type143 { get; set; }
///
///
///
- public global::LabelStudio.EstimatedDurationUnitEnum? Type144 { get; set; }
+ public global::LabelStudio.FilterGroupRequest? Type144 { get; set; }
///
///
///
- public global::LabelStudio.Export? Type145 { get; set; }
+ public global::LabelStudio.DefaultModelVersionNameResponse? Type145 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type146 { get; set; }
+ public global::LabelStudio.DefaultRole? Type146 { get; set; }
///
///
///
- public global::LabelStudio.ExportConvertRequest? Type147 { get; set; }
+ public global::LabelStudio.OrganizationRoleEnum? Type147 { get; set; }
///
///
///
- public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type148 { get; set; }
+ public global::LabelStudio.Dimension? Type148 { get; set; }
///
///
///
- public global::LabelStudio.FSMTransitionExecuteResponse? Type149 { get; set; }
+ public global::LabelStudio.DimensionCreateRequest? Type149 { get; set; }
///
///
///
- public global::LabelStudio.StateModel? Type150 { get; set; }
+ public global::LabelStudio.DimensionList? Type150 { get; set; }
///
///
///
- public global::LabelStudio.FewShotExample? Type151 { get; set; }
+ public global::LabelStudio.DimensionRequest? Type151 { get; set; }
///
///
///
- public global::LabelStudio.FewShotExampleRequest? Type152 { get; set; }
+ public global::LabelStudio.DuplicateLearningResourceRequest? Type152 { get; set; }
///
///
///
- public global::LabelStudio.FileUpload? Type153 { get; set; }
+ public global::LabelStudio.EditionEnum? Type153 { get; set; }
///
///
///
- public global::LabelStudio.Filter? Type154 { get; set; }
+ public global::LabelStudio.EstimatedDurationUnitEnum? Type154 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type155 { get; set; }
+ public global::LabelStudio.Export? Type155 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type156 { get; set; }
+ public global::System.Collections.Generic.IList? Type156 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type157 { get; set; }
+ public global::LabelStudio.ExportConvertRequest? Type157 { get; set; }
///
///
///
- public global::LabelStudio.FilterRequest? Type158 { get; set; }
+ public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type158 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type159 { get; set; }
+ public global::LabelStudio.FSMTransitionExecuteResponse? Type159 { get; set; }
///
///
///
- public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type160 { get; set; }
+ public global::LabelStudio.StateModel? Type160 { get; set; }
///
///
///
- public global::LabelStudio.GCSDatasetStorage? Type161 { get; set; }
+ public global::LabelStudio.FewShotExample? Type161 { get; set; }
///
///
///
- public global::LabelStudio.GCSDatasetStorageRequest? Type162 { get; set; }
+ public global::LabelStudio.FewShotExampleRequest? Type162 { get; set; }
///
///
///
- public global::LabelStudio.GCSExportStorage? Type163 { get; set; }
+ public global::LabelStudio.FileUpload? Type163 { get; set; }
///
///
///
- public global::LabelStudio.GCSImportStorage? Type164 { get; set; }
+ public global::LabelStudio.Filter? Type164 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAExportStorage? Type165 { get; set; }
+ public global::System.Collections.Generic.IList? Type165 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAExportStorageRequest? Type166 { get; set; }
+ public global::System.Collections.Generic.IList? Type166 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAImportStorage? Type167 { get; set; }
+ public global::System.Collections.Generic.IList? Type167 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAImportStorageRequest? Type168 { get; set; }
+ public global::LabelStudio.FilterRequest? Type168 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFExportStorage? Type169 { get; set; }
+ public global::System.Collections.Generic.IList? Type169 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFExportStorageRequest? Type170 { get; set; }
+ public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type170 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFImportStorage? Type171 { get; set; }
+ public global::LabelStudio.GCSDatasetStorage? Type171 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFImportStorageRequest? Type172 { get; set; }
+ public global::LabelStudio.GCSDatasetStorageRequest? Type172 { get; set; }
///
///
///
- public global::LabelStudio.Hotkeys? Type173 { get; set; }
+ public global::LabelStudio.GCSExportStorage? Type173 { get; set; }
///
///
///
- public global::LabelStudio.ImportApiRequest? Type174 { get; set; }
+ public global::LabelStudio.GCSImportStorage? Type174 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type175 { get; set; }
+ public global::LabelStudio.GCSSAExportStorage? Type175 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type176 { get; set; }
+ public global::LabelStudio.GCSSAExportStorageRequest? Type176 { get; set; }
///
///
///
- public global::LabelStudio.PredictionRequest? Type177 { get; set; }
+ public global::LabelStudio.GCSSAImportStorage? Type177 { get; set; }
///
///
///
- public global::LabelStudio.InferenceRunCostEstimate? Type178 { get; set; }
+ public global::LabelStudio.GCSSAImportStorageRequest? Type178 { get; set; }
///
///
///
- public global::LabelStudio.KPIDetailResponse? Type179 { get; set; }
+ public global::LabelStudio.GCSWIFExportStorage? Type179 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectSegment? Type180 { get; set; }
+ public global::LabelStudio.GCSWIFExportStorageRequest? Type180 { get; set; }
///
///
///
- public global::LabelStudio.KPIUserSegment? Type181 { get; set; }
+ public global::LabelStudio.GCSWIFImportStorage? Type181 { get; set; }
///
///
///
- public global::LabelStudio.KPIMatrixSegment? Type182 { get; set; }
+ public global::LabelStudio.GCSWIFImportStorageRequest? Type182 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectMatrixSegment? Type183 { get; set; }
+ public global::LabelStudio.Hotkeys? Type183 { get; set; }
///
///
///
- public global::LabelStudio.SegmentationEnum? Type184 { get; set; }
+ public global::LabelStudio.ImportApiRequest? Type184 { get; set; }
///
///
///
- public global::LabelStudio.KPITimeSegment? Type185 { get; set; }
+ public global::System.Collections.Generic.IList? Type185 { get; set; }
///
///
///
- public global::LabelStudio.KPIValue? Type186 { get; set; }
+ public global::System.Collections.Generic.IList? Type186 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type187 { get; set; }
+ public global::LabelStudio.PredictionRequest? Type187 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type188 { get; set; }
+ public global::LabelStudio.InferenceRunCostEstimate? Type188 { get; set; }
///
///
///
- public global::LabelStudio.KPIUserInfo? Type189 { get; set; }
+ public global::LabelStudio.KPIDetailResponse? Type189 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type190 { get; set; }
+ public global::LabelStudio.KPIProjectSegment? Type190 { get; set; }
///
///
///
- public global::LabelStudio.KPIMetadata? Type191 { get; set; }
+ public global::LabelStudio.KPIUserSegment? Type191 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectInfo? Type192 { get; set; }
+ public global::LabelStudio.KPIMatrixSegment? Type192 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type193 { get; set; }
+ public global::LabelStudio.KPIProjectMatrixSegment? Type193 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type194 { get; set; }
+ public global::LabelStudio.SegmentationEnum? Type194 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type195 { get; set; }
+ public global::LabelStudio.KPITimeSegment? Type195 { get; set; }
///
///
///
- public global::LabelStudio.LSAPITokenBlacklistRequest? Type196 { get; set; }
+ public global::LabelStudio.KPIValue? Type196 { get; set; }
///
///
///
- public global::LabelStudio.LSAPITokenRotateRequest? Type197 { get; set; }
+ public global::System.Collections.Generic.IList? Type197 { get; set; }
///
///
///
- public global::LabelStudio.LSEAPITokenCreate? Type198 { get; set; }
+ public global::System.Collections.Generic.IList? Type198 { get; set; }
///
///
///
- public global::LabelStudio.LSEAPITokenList? Type199 { get; set; }
+ public global::LabelStudio.KPIUserInfo? Type199 { get; set; }
///
///
///
- public global::LabelStudio.LSEJWTSettings? Type200 { get; set; }
+ public global::System.Collections.Generic.IList>? Type200 { get; set; }
///
///
///
- public global::LabelStudio.LSEJWTSettingsRequest? Type201 { get; set; }
+ public global::LabelStudio.KPIMetadata? Type201 { get; set; }
///
///
///
- public global::LabelStudio.LSEKeyIndicatorValue? Type202 { get; set; }
+ public global::LabelStudio.KPIProjectInfo? Type202 { get; set; }
///
///
///
- public global::LabelStudio.Label? Type203 { get; set; }
+ public global::System.Collections.Generic.IList? Type203 { get; set; }
///
///
///
- public global::LabelStudio.LabelBulkUpdateRequest? Type204 { get; set; }
+ public global::System.Collections.Generic.IList>? Type204 { get; set; }
///
///
///
- public global::LabelStudio.LabelBulkUpdateResponse? Type205 { get; set; }
+ public global::LabelStudio.OneOf? Type205 { get; set; }
///
///
///
- public global::LabelStudio.LabelCreate? Type206 { get; set; }
+ public global::LabelStudio.LSAPITokenBlacklistRequest? Type206 { get; set; }
///
///
///
- public global::LabelStudio.LabelCreateRequest? Type207 { get; set; }
+ public global::LabelStudio.LSAPITokenRotateRequest? Type207 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsResponse? Type208 { get; set; }
+ public global::LabelStudio.LSEAPITokenCreate? Type208 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type209 { get; set; }
+ public global::LabelStudio.LSEAPITokenList? Type209 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsRow? Type210 { get; set; }
+ public global::LabelStudio.LSEJWTSettings? Type210 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsTotals? Type211 { get; set; }
+ public global::LabelStudio.LSEJWTSettingsRequest? Type211 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type212 { get; set; }
+ public global::LabelStudio.LSEKeyIndicatorValue? Type212 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionStructureDimension? Type213 { get; set; }
+ public global::LabelStudio.Label? Type213 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionStructureResponse? Type214 { get; set; }
+ public global::LabelStudio.LabelBulkUpdateRequest? Type214 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type215 { get; set; }
+ public global::LabelStudio.LabelBulkUpdateResponse? Type215 { get; set; }
///
///
///
- public global::LabelStudio.LabelLink? Type216 { get; set; }
+ public global::LabelStudio.LabelCreate? Type216 { get; set; }
///
///
///
- public global::LabelStudio.LabelLinkRequest? Type217 { get; set; }
+ public global::LabelStudio.LabelCreateRequest? Type217 { get; set; }
///
///
///
- public global::LabelStudio.LearningProgressResponse? Type218 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsResponse? Type218 { get; set; }
///
///
///
- public global::LabelStudio.LearningProgressUpdateRequest? Type219 { get; set; }
+ public global::System.Collections.Generic.IList? Type219 { get; set; }
///
///
///
- public global::LabelStudio.LearningResource? Type220 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsRow? Type220 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceAssignmentSummary? Type221 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsTotals? Type221 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceCreate? Type222 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type222 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceCreateRequest? Type223 { get; set; }
+ public global::LabelStudio.LabelDistributionStructureDimension? Type223 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceDetail? Type224 { get; set; }
+ public global::LabelStudio.LabelDistributionStructureResponse? Type224 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type225 { get; set; }
+ public global::System.Collections.Generic.IList? Type225 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceRequest? Type226 { get; set; }
+ public global::LabelStudio.LabelLink? Type226 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceUpdate? Type227 { get; set; }
+ public global::LabelStudio.LabelLinkRequest? Type227 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceUploadResponse? Type228 { get; set; }
+ public global::LabelStudio.LearningProgressResponse? Type228 { get; set; }
///
///
///
- public global::LabelStudio.LocalFilesExportStorage? Type229 { get; set; }
+ public global::LabelStudio.LearningProgressUpdateRequest? Type229 { get; set; }
///
///
///
- public global::LabelStudio.LocalFilesImportStorage? Type230 { get; set; }
+ public global::LabelStudio.LearningResource? Type230 { get; set; }
///
///
///
- public global::LabelStudio.LseAnnotationFilterOptions? Type231 { get; set; }
+ public global::LabelStudio.LearningResourceAssignmentSummary? Type231 { get; set; }
///
///
///
- public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type232 { get; set; }
+ public global::LabelStudio.LearningResourceCreate? Type232 { get; set; }
///
///
///
- public global::LabelStudio.LseExportCreate? Type233 { get; set; }
+ public global::LabelStudio.LearningResourceCreateRequest? Type233 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptions? Type234 { get; set; }
+ public global::LabelStudio.LearningResourceDetail? Type234 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskFilterOptions? Type235 { get; set; }
+ public global::LabelStudio.LearningResourceRequest? Type235 { get; set; }
///
///
///
- public global::LabelStudio.LseExportCreateRequest? Type236 { get; set; }
+ public global::LabelStudio.LearningResourceUpdate? Type236 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type237 { get; set; }
+ public global::LabelStudio.LearningResourceUploadResponse? Type237 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptionsRequest? Type238 { get; set; }
+ public global::LabelStudio.LocalFilesExportStorage? Type238 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskFilterOptionsRequest? Type239 { get; set; }
+ public global::LabelStudio.LocalFilesImportStorage? Type239 { get; set; }
///
///
///
- public global::LabelStudio.LseFields? Type240 { get; set; }
+ public global::LabelStudio.LseAnnotationFilterOptions? Type240 { get; set; }
///
///
///
- public global::LabelStudio.OnboardingStateEnum? Type241 { get; set; }
+ public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type241 { get; set; }
///
///
///
- public global::LabelStudio.TrialRoleEnum? Type242 { get; set; }
+ public global::LabelStudio.LseExportCreate? Type242 { get; set; }
///
///
///
- public global::LabelStudio.LseFieldsRequest? Type243 { get; set; }
+ public global::LabelStudio.SerializationOptions? Type243 { get; set; }
///
///
///
- public global::LabelStudio.LseInterface? Type244 { get; set; }
+ public global::LabelStudio.LseTaskFilterOptions? Type244 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceAppendVersionRequest? Type245 { get; set; }
+ public global::LabelStudio.LseExportCreateRequest? Type245 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type246 { get; set; }
+ public global::System.Collections.Generic.IList? Type246 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type247 { get; set; }
+ public global::LabelStudio.SerializationOptionsRequest? Type247 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceList? Type248 { get; set; }
+ public global::LabelStudio.LseTaskFilterOptionsRequest? Type248 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceRequest? Type249 { get; set; }
+ public global::LabelStudio.LseFields? Type249 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type250 { get; set; }
+ public global::LabelStudio.OnboardingStateEnum? Type250 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceVersionIdRequest? Type251 { get; set; }
+ public global::LabelStudio.TrialRoleEnum? Type251 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganization? Type252 { get; set; }
+ public global::LabelStudio.LseFieldsRequest? Type252 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationBilling? Type253 { get; set; }
+ public global::LabelStudio.LseInterface? Type253 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberList? Type254 { get; set; }
+ public global::LabelStudio.LseInterfaceAppendVersionRequest? Type254 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type255 { get; set; }
+ public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type255 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type256 { get; set; }
+ public global::System.Collections.Generic.IList? Type256 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type257 { get; set; }
+ public global::LabelStudio.LseInterfaceList? Type257 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type258 { get; set; }
+ public global::LabelStudio.LseInterfaceRequest? Type258 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type259 { get; set; }
+ public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type259 { get; set; }
///
///
///
- public global::LabelStudio.SimpleOrganizationMemberTag? Type260 { get; set; }
+ public global::LabelStudio.LseInterfaceVersionIdRequest? Type260 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberList? Type261 { get; set; }
+ public global::LabelStudio.LseOrganization? Type261 { get; set; }
///
///
///
- public global::LabelStudio.LseProject? Type262 { get; set; }
+ public global::LabelStudio.OrganizationBilling? Type262 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCounts? Type263 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberList? Type263 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCreate? Type264 { get; set; }
+ public global::System.Collections.Generic.IList? Type264 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCreateRequest? Type265 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type265 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type266 { get; set; }
+ public global::System.Collections.Generic.IList? Type266 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectParams? Type267 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type267 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectParamsRequest? Type268 { get; set; }
+ public global::System.Collections.Generic.IList? Type268 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectResponse? Type269 { get; set; }
+ public global::LabelStudio.SimpleOrganizationMemberTag? Type269 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectStateResponse? Type270 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberList? Type270 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ExportStorage? Type271 { get; set; }
+ public global::LabelStudio.LseProject? Type271 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ExportStorageRequest? Type272 { get; set; }
+ public global::LabelStudio.LseProjectCounts? Type272 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ImportStorage? Type273 { get; set; }
+ public global::LabelStudio.LseProjectCreate? Type273 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ImportStorageRequest? Type274 { get; set; }
+ public global::LabelStudio.LseProjectCreateRequest? Type274 { get; set; }
///
///
///
- public global::LabelStudio.LseTask? Type275 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type275 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type276 { get; set; }
+ public global::LabelStudio.LseProjectParams? Type276 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskDraft? Type277 { get; set; }
+ public global::LabelStudio.LseProjectParamsRequest? Type277 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type278 { get; set; }
+ public global::LabelStudio.LseProjectResponse? Type278 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskPrediction? Type279 { get; set; }
+ public global::LabelStudio.LseProjectStateResponse? Type279 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskRequest? Type280 { get; set; }
+ public global::LabelStudio.LseS3ExportStorage? Type280 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotators? Type281 { get; set; }
+ public global::LabelStudio.LseS3ExportStorageRequest? Type281 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type282 { get; set; }
+ public global::LabelStudio.LseS3ImportStorage? Type282 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type283 { get; set; }
+ public global::LabelStudio.LseS3ImportStorageRequest? Type283 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type284 { get; set; }
+ public global::LabelStudio.LseTask? Type284 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type285 { get; set; }
+ public global::System.Collections.Generic.IList? Type285 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewers? Type286 { get; set; }
+ public global::LabelStudio.LseTaskDraft? Type286 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type287 { get; set; }
+ public global::System.Collections.Generic.IList? Type287 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type288 { get; set; }
+ public global::LabelStudio.LseTaskPrediction? Type288 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type289 { get; set; }
+ public global::LabelStudio.LseTaskRequest? Type289 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type290 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotators? Type290 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type291 { get; set; }
+ public global::System.Collections.Generic.IList? Type291 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type292 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type292 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMembership? Type293 { get; set; }
+ public global::System.Collections.Generic.IList? Type293 { get; set; }
///
///
///
- public global::LabelStudio.LseUserAPI? Type294 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type294 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type295 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewers? Type295 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type296 { get; set; }
+ public global::System.Collections.Generic.IList? Type296 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type297 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type297 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type298 { get; set; }
+ public global::System.Collections.Generic.IList? Type298 { get; set; }
///
///
///
- public global::LabelStudio.MLBackend? Type299 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type299 { get; set; }
///
///
///
- public global::LabelStudio.StateEnum? Type300 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type300 { get; set; }
///
///
///
- public global::LabelStudio.MLBackendRequest? Type301 { get; set; }
+ public global::System.Collections.Generic.IList? Type301 { get; set; }
///
///
///
- public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type302 { get; set; }
+ public global::LabelStudio.OrganizationMembership? Type302 { get; set; }
///
///
///
- public global::LabelStudio.MappingStatusEnum? Type303 { get; set; }
+ public global::LabelStudio.LseUserAPI? Type303 { get; set; }
///
///
///
- public global::LabelStudio.MaybeExpandedComment? Type304 { get; set; }
+ public global::System.Collections.Generic.IList? Type304 { get; set; }
///
///
///
- public global::LabelStudio.MetricParam? Type305 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type305 { get; set; }
///
///
///
- public global::LabelStudio.MetricParamUpdateRequest? Type306 { get; set; }
+ public global::System.Collections.Generic.IList? Type306 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterface? Type307 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type307 { get; set; }
///
///
///
- public global::LabelStudio.SkillNameEnum? Type308 { get; set; }
+ public global::LabelStudio.MLBackend? Type308 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterfaceRequest? Type309 { get; set; }
+ public global::LabelStudio.StateEnum? Type309 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterfaceSerializerGET? Type310 { get; set; }
+ public global::LabelStudio.MLBackendRequest? Type310 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type311 { get; set; }
+ public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type311 { get; set; }
///
///
///
- public global::LabelStudio.ModelProviderConnection? Type312 { get; set; }
+ public global::LabelStudio.MappingStatusEnum? Type312 { get; set; }
///
///
///
- public global::LabelStudio.ProviderEnum? Type313 { get; set; }
+ public global::LabelStudio.MaybeExpandedComment? Type313 { get; set; }
///
///
///
- public global::LabelStudio.ScopeEnum? Type314 { get; set; }
+ public global::LabelStudio.MetricParam? Type314 { get; set; }
///
///
///
- public global::LabelStudio.ModelProviderConnectionRequest? Type315 { get; set; }
+ public global::LabelStudio.MetricParamUpdateRequest? Type315 { get; set; }
///
///
///
- public global::LabelStudio.ModelRun? Type316 { get; set; }
+ public global::LabelStudio.ModelInterface? Type316 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetEnum? Type317 { get; set; }
+ public global::LabelStudio.SkillNameEnum? Type317 { get; set; }
///
///
///
- public global::LabelStudio.ModelRunStatusEnum? Type318 { get; set; }
+ public global::LabelStudio.ModelInterfaceRequest? Type318 { get; set; }
///
///
///
- public global::LabelStudio.ModelRunRequest? Type319 { get; set; }
+ public global::LabelStudio.ModelInterfaceSerializerGET? Type319 { get; set; }
///
///
///
- public global::LabelStudio.OperatorEnum? Type320 { get; set; }
+ public global::System.Collections.Generic.IList? Type320 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationId? Type321 { get; set; }
+ public global::LabelStudio.ModelProviderConnection? Type321 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationInvite? Type322 { get; set; }
+ public global::LabelStudio.ProviderEnum? Type322 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMember? Type323 { get; set; }
+ public global::LabelStudio.ScopeEnum? Type323 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type324 { get; set; }
+ public global::LabelStudio.ModelProviderConnectionRequest? Type324 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberContributedToProject? Type325 { get; set; }
+ public global::LabelStudio.ModelRun? Type325 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type326 { get; set; }
+ public global::LabelStudio.ProjectSubsetEnum? Type326 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberCreatedProject? Type327 { get; set; }
+ public global::LabelStudio.ModelRunStatusEnum? Type327 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTag? Type328 { get; set; }
+ public global::LabelStudio.ModelRunRequest? Type328 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type329 { get; set; }
+ public global::LabelStudio.OperatorEnum? Type329 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type330 { get; set; }
+ public global::LabelStudio.OrganizationId? Type330 { get; set; }
///
///
///
- public byte[]? Type331 { get; set; }
+ public global::LabelStudio.OrganizationInvite? Type331 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportStatus? Type332 { get; set; }
+ public global::LabelStudio.OrganizationMember? Type332 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type333 { get; set; }
+ public global::System.Collections.Generic.IList? Type333 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagRequest? Type334 { get; set; }
+ public global::LabelStudio.OrganizationMemberContributedToProject? Type334 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMembershipRequest? Type335 { get; set; }
+ public global::System.Collections.Generic.IList? Type335 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermission? Type336 { get; set; }
+ public global::LabelStudio.OrganizationMemberCreatedProject? Type336 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type337 { get; set; }
+ public global::LabelStudio.OrganizationMemberTag? Type337 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermissionRoleEnum? Type338 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type338 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type339 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type339 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermissionRequest? Type340 { get; set; }
+ public byte[]? Type340 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationRoleAssignment? Type341 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportStatus? Type341 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedAllRolesProjectListList? Type342 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type342 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type343 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagRequest? Type343 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedAnnotationHistoryList? Type344 { get; set; }
+ public global::LabelStudio.OrganizationMembershipRequest? Type344 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type345 { get; set; }
+ public global::LabelStudio.OrganizationPermission? Type345 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedCertificateList? Type346 { get; set; }
+ public global::System.Collections.Generic.IList? Type346 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type347 { get; set; }
+ public global::LabelStudio.OrganizationPermissionRoleEnum? Type347 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedCourseModuleList? Type348 { get; set; }
+ public global::System.Collections.Generic.IList? Type348 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelCreateList? Type349 { get; set; }
+ public global::LabelStudio.OrganizationPermissionRequest? Type349 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type350 { get; set; }
+ public global::LabelStudio.OrganizationRoleAssignment? Type350 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelLinkList? Type351 { get; set; }
+ public global::LabelStudio.PaginatedAllRolesProjectListList? Type351 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type352 { get; set; }
+ public global::System.Collections.Generic.IList? Type352 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelList? Type353 { get; set; }
+ public global::LabelStudio.PaginatedAnnotationHistoryList? Type353 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type354 { get; set; }
+ public global::System.Collections.Generic.IList? Type354 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLearningResourceList? Type355 { get; set; }
+ public global::LabelStudio.PaginatedCertificateList? Type355 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type356 { get; set; }
+ public global::System.Collections.Generic.IList? Type356 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseInterfaceListList? Type357 { get; set; }
+ public global::LabelStudio.PaginatedCourseModuleList? Type357 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type358 { get; set; }
+ public global::LabelStudio.PaginatedLabelCreateList? Type358 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type359 { get; set; }
+ public global::System.Collections.Generic.IList? Type359 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type360 { get; set; }
+ public global::LabelStudio.PaginatedLabelLinkList? Type360 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseProjectCountsList? Type361 { get; set; }
+ public global::System.Collections.Generic.IList? Type361 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type362 { get; set; }
+ public global::LabelStudio.PaginatedLabelList? Type362 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseUserList? Type363 { get; set; }
+ public global::System.Collections.Generic.IList? Type363 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type364 { get; set; }
+ public global::LabelStudio.PaginatedLearningResourceList? Type364 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type365 { get; set; }
+ public global::System.Collections.Generic.IList? Type365 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type366 { get; set; }
+ public global::LabelStudio.PaginatedLseInterfaceListList? Type366 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedOrganizationMemberTagList? Type367 { get; set; }
+ public global::System.Collections.Generic.IList? Type367 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type368 { get; set; }
+ public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type368 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type369 { get; set; }
+ public global::System.Collections.Generic.IList? Type369 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type370 { get; set; }
+ public global::LabelStudio.PaginatedLseProjectCountsList? Type370 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedProjectMember? Type371 { get; set; }
+ public global::System.Collections.Generic.IList? Type371 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type372 { get; set; }
+ public global::LabelStudio.PaginatedLseUserList? Type372 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type373 { get; set; }
+ public global::System.Collections.Generic.IList? Type373 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetTasksResponse? Type374 { get; set; }
+ public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type374 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedRoleBasedTaskList? Type375 { get; set; }
+ public global::System.Collections.Generic.IList? Type375 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type376 { get; set; }
+ public global::LabelStudio.PaginatedOrganizationMemberTagList? Type376 { get; set; }
///
///
///
- public global::LabelStudio.RoleBasedTask? Type377 { get; set; }
+ public global::System.Collections.Generic.IList? Type377 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedSeatReportList? Type378 { get; set; }
+ public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type378 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type379 { get; set; }
+ public global::System.Collections.Generic.IList? Type379 { get; set; }
///
///
///
- public global::LabelStudio.SeatReport? Type380 { get; set; }
+ public global::LabelStudio.PaginatedProjectMember? Type380 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedStateModelList? Type381 { get; set; }
+ public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type381 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type382 { get; set; }
+ public global::System.Collections.Generic.IList? Type382 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedUserLearningProgressListList? Type383 { get; set; }
+ public global::LabelStudio.ProjectSubsetTasksResponse? Type383 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type384 { get; set; }
+ public global::LabelStudio.PaginatedRoleBasedTaskList? Type384 { get; set; }
///
///
///
- public global::LabelStudio.UserLearningProgressList? Type385 { get; set; }
+ public global::System.Collections.Generic.IList? Type385 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAnalyticsViewRequest? Type386 { get; set; }
+ public global::LabelStudio.RoleBasedTask? Type386 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAnnotationReviewRequest? Type387 { get; set; }
+ public global::LabelStudio.PaginatedSeatReportList? Type387 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type388 { get; set; }
+ public global::System.Collections.Generic.IList? Type388 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type389 { get; set; }
+ public global::LabelStudio.SeatReport? Type389 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type390 { get; set; }
+ public global::LabelStudio.PaginatedStateModelList? Type390 { get; set; }
///
///
///
- public global::LabelStudio.PatchedBlueprintUpdateRequest? Type391 { get; set; }
+ public global::System.Collections.Generic.IList? Type391 { get; set; }
///
///
///
- public global::LabelStudio.PatchedCommentRequest? Type392 { get; set; }
+ public global::LabelStudio.PaginatedUserLearningProgressListList? Type392 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type393 { get; set; }
+ public global::System.Collections.Generic.IList? Type393 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type394 { get; set; }
+ public global::LabelStudio.UserLearningProgressList? Type394 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatasetRequest? Type395 { get; set; }
+ public global::LabelStudio.PatchedAnalyticsViewRequest? Type395 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatasetViewRequest? Type396 { get; set; }
+ public global::LabelStudio.PatchedAnnotationReviewRequest? Type396 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDefaultRoleRequest? Type397 { get; set; }
+ public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type397 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDimensionRequest? Type398 { get; set; }
+ public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type398 { get; set; }
///
///
///
- public global::LabelStudio.PatchedFewShotExampleRequest? Type399 { get; set; }
+ public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type399 { get; set; }
///
///
///
- public global::LabelStudio.PatchedFileUploadRequest? Type400 { get; set; }
+ public global::LabelStudio.PatchedBlueprintUpdateRequest? Type400 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type401 { get; set; }
+ public global::LabelStudio.PatchedCommentRequest? Type401 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type402 { get; set; }
+ public global::LabelStudio.PatchedCoursePageUpdateRequest? Type402 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type403 { get; set; }
+ public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type403 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type404 { get; set; }
+ public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type404 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type405 { get; set; }
+ public global::LabelStudio.PatchedDatasetRequest? Type405 { get; set; }
///
///
///
- public global::LabelStudio.PatchedHotkeysRequest? Type406 { get; set; }
+ public global::LabelStudio.PatchedDatasetViewRequest? Type406 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLabelLinkRequest? Type407 { get; set; }
+ public global::LabelStudio.PatchedDefaultRoleRequest? Type407 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLabelRequest? Type408 { get; set; }
+ public global::LabelStudio.PatchedDimensionRequest? Type408 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLearningResourceRequest? Type409 { get; set; }
+ public global::LabelStudio.PatchedFewShotExampleRequest? Type409 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type410 { get; set; }
+ public global::LabelStudio.PatchedFileUploadRequest? Type410 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseInterfaceRequest? Type411 { get; set; }
+ public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type411 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type412 { get; set; }
+ public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type412 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type413 { get; set; }
+ public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type413 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseProjectUpdateRequest? Type414 { get; set; }
+ public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type414 { get; set; }
///
///
///
- public global::LabelStudio.ReviewSettingsRequest? Type415 { get; set; }
+ public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type415 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type416 { get; set; }
+ public global::LabelStudio.PatchedHotkeysRequest? Type416 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type417 { get; set; }
+ public global::LabelStudio.PatchedLabelLinkRequest? Type417 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseTaskRequest? Type418 { get; set; }
+ public global::LabelStudio.PatchedLabelRequest? Type418 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type419 { get; set; }
+ public global::LabelStudio.PatchedLearningResourceRequest? Type419 { get; set; }
///
///
///
- public global::LabelStudio.PatchedModelInterfaceRequest? Type420 { get; set; }
+ public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type420 { get; set; }
///
///
///
- public global::LabelStudio.PatchedModelProviderConnectionRequest? Type421 { get; set; }
+ public global::LabelStudio.PatchedLseInterfaceRequest? Type421 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type422 { get; set; }
+ public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type422 { get; set; }
///
///
///
- public global::LabelStudio.StandardUserTypeEnum? Type423 { get; set; }
+ public global::System.Collections.Generic.IList>? Type423 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type424 { get; set; }
+ public global::LabelStudio.PatchedLseProjectUpdateRequest? Type424 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationPermissionRequest? Type425 { get; set; }
+ public global::LabelStudio.ReviewSettingsRequest? Type425 { get; set; }
///
///
///
- public global::LabelStudio.PatchedPauseRequest? Type426 { get; set; }
+ public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type426 { get; set; }
///
///
///
- public global::LabelStudio.ReasonEnum? Type427 { get; set; }
+ public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type427 { get; set; }
///
///
///
- public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type428 { get; set; }
+ public global::LabelStudio.PatchedLseTaskRequest? Type428 { get; set; }
///
///
///
- public global::LabelStudio.PatchedProjectTemplateRequest? Type429 { get; set; }
+ public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type429 { get; set; }
///
///
///
- public global::LabelStudio.PatchedS3DatasetStorageRequest? Type430 { get; set; }
+ public global::LabelStudio.PatchedModelInterfaceRequest? Type430 { get; set; }
///
///
///
- public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type431 { get; set; }
+ public global::LabelStudio.PatchedModelProviderConnectionRequest? Type431 { get; set; }
///
///
///
- public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type432 { get; set; }
+ public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type432 { get; set; }
///
///
///
- public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type433 { get; set; }
+ public global::LabelStudio.StandardUserTypeEnum? Type433 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type434 { get; set; }
+ public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type434 { get; set; }
///
///
///
- public global::LabelStudio.PatchedWorkspaceRequest? Type435 { get; set; }
+ public global::LabelStudio.PatchedOrganizationPermissionRequest? Type435 { get; set; }
///
///
///
- public global::LabelStudio.Pause? Type436 { get; set; }
+ public global::LabelStudio.PatchedPauseRequest? Type436 { get; set; }
///
///
///
- public global::LabelStudio.PauseRequest? Type437 { get; set; }
+ public global::LabelStudio.ReasonEnum? Type437 { get; set; }
///
///
///
- public global::LabelStudio.Prediction? Type438 { get; set; }
+ public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type438 { get; set; }
///
///
///
- public global::LabelStudio.PredictionCountResponse? Type439 { get; set; }
+ public global::LabelStudio.PatchedProjectTemplateRequest? Type439 { get; set; }
///
///
///
- public global::LabelStudio.Project? Type440 { get; set; }
+ public global::LabelStudio.PatchedS3DatasetStorageRequest? Type440 { get; set; }
///
///
///
- public global::LabelStudio.ProjectAnnotationsBrowseItem? Type441 { get; set; }
+ public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type441 { get; set; }
///
///
///
- public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type442 { get; set; }
+ public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type442 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type443 { get; set; }
+ public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type443 { get; set; }
///
///
///
- public global::LabelStudio.ProjectDuplicateModeEnum? Type444 { get; set; }
+ public global::System.Collections.Generic.IList? Type444 { get; set; }
///
///
///
- public global::LabelStudio.ProjectDuplicateRequest? Type445 { get; set; }
+ public global::LabelStudio.PatchedWorkspaceRequest? Type445 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroup? Type446 { get; set; }
+ public global::LabelStudio.Pause? Type446 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroupRoleEnum? Type447 { get; set; }
+ public global::LabelStudio.PauseRequest? Type447 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroupRequest? Type448 { get; set; }
+ public global::LabelStudio.Prediction? Type448 { get; set; }
///
///
///
- public global::LabelStudio.ProjectImport? Type449 { get; set; }
+ public global::LabelStudio.PredictionCountResponse? Type449 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLabelConfig? Type450 { get; set; }
+ public global::LabelStudio.Project? Type450 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLabelConfigRequest? Type451 { get; set; }
+ public global::LabelStudio.ProjectAnnotationsBrowseItem? Type451 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLearningAssignment? Type452 { get; set; }
+ public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type452 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type453 { get; set; }
+ public global::System.Collections.Generic.IList? Type453 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMember? Type454 { get; set; }
+ public global::LabelStudio.ProjectDuplicateModeEnum? Type454 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignRequest? Type455 { get; set; }
+ public global::LabelStudio.ProjectDuplicateRequest? Type455 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type456 { get; set; }
+ public global::LabelStudio.ProjectGroup? Type456 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type457 { get; set; }
+ public global::LabelStudio.ProjectGroupRoleEnum? Type457 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignResponse? Type458 { get; set; }
+ public global::LabelStudio.ProjectGroupRequest? Type458 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberIdentityVerificationError? Type459 { get; set; }
+ public global::LabelStudio.ProjectImport? Type459 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberRequest? Type460 { get; set; }
+ public global::LabelStudio.ProjectLabelConfig? Type460 { get; set; }
///
///
///
- public global::LabelStudio.ProjectReimport? Type461 { get; set; }
+ public global::LabelStudio.ProjectLabelConfigRequest? Type461 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRole? Type462 { get; set; }
+ public global::LabelStudio.ProjectLearningAssignment? Type462 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRoleAssignment? Type463 { get; set; }
+ public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type463 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRoleRequest? Type464 { get; set; }
+ public global::LabelStudio.ProjectMember? Type464 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetItem? Type465 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignRequest? Type465 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetTaskItem? Type466 { get; set; }
+ public global::System.Collections.Generic.IList? Type466 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type467 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type467 { get; set; }
///
///
///
- public global::LabelStudio.ProjectTemplate? Type468 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignResponse? Type468 { get; set; }
///
///
///
- public global::LabelStudio.ProjectTemplateRequest? Type469 { get; set; }
+ public global::LabelStudio.ProjectMemberIdentityVerificationError? Type469 { get; set; }
///
///
///
- public global::LabelStudio.PromptPreviewResponse? Type470 { get; set; }
+ public global::LabelStudio.ProjectMemberRequest? Type470 { get; set; }
///
///
///
- public global::LabelStudio.PublishLearningResourceRequest? Type471 { get; set; }
+ public global::LabelStudio.ProjectReimport? Type471 { get; set; }
///
///
///
- public global::LabelStudio.RetakeScopeEnum? Type472 { get; set; }
+ public global::LabelStudio.ProjectRole? Type472 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluate? Type473 { get; set; }
+ public global::LabelStudio.ProjectRoleAssignment? Type473 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluateModeEnum? Type474 { get; set; }
+ public global::LabelStudio.ProjectRoleRequest? Type474 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluateRequest? Type475 { get; set; }
+ public global::LabelStudio.ProjectSubsetItem? Type475 { get; set; }
///
///
///
- public global::LabelStudio.RedisExportStorage? Type476 { get; set; }
+ public global::LabelStudio.ProjectSubsetTaskItem? Type476 { get; set; }
///
///
///
- public global::LabelStudio.RedisImportStorage? Type477 { get; set; }
+ public global::System.Collections.Generic.IList? Type477 { get; set; }
///
///
///
- public global::LabelStudio.RefinePromptRequestRequest? Type478 { get; set; }
+ public global::LabelStudio.ProjectTemplate? Type478 { get; set; }
///
///
///
- public global::LabelStudio.RefinedPromptResponse? Type479 { get; set; }
+ public global::LabelStudio.ProjectTemplateRequest? Type479 { get; set; }
///
///
///
- public global::LabelStudio.ThirdPartyModelVersion? Type480 { get; set; }
+ public global::LabelStudio.PromptPreviewResponse? Type480 { get; set; }
///
///
///
- public global::LabelStudio.RegressionSummary? Type481 { get; set; }
+ public global::LabelStudio.PublishLearningResourceRequest? Type481 { get; set; }
///
///
///
- public global::LabelStudio.RegressionsResponse? Type482 { get; set; }
+ public global::LabelStudio.RetakeScopeEnum? Type482 { get; set; }
///
///
///
- public global::LabelStudio.RequeueRejectedTasksModeEnum? Type483 { get; set; }
+ public global::LabelStudio.ReEvaluate? Type483 { get; set; }
///
///
///
- public global::LabelStudio.ReviewCriteriaEnum? Type484 { get; set; }
+ public global::LabelStudio.ReEvaluateModeEnum? Type484 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRule? Type485 { get; set; }
+ public global::LabelStudio.ReEvaluateRequest? Type485 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type486 { get; set; }
+ public global::LabelStudio.RedisExportStorage? Type486 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type487 { get; set; }
+ public global::LabelStudio.RedisImportStorage? Type487 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type488 { get; set; }
+ public global::LabelStudio.RefinePromptRequestRequest? Type488 { get; set; }
///
///
///
- public global::LabelStudio.ReviewSettingsSamplingEnum? Type489 { get; set; }
+ public global::LabelStudio.RefinedPromptResponse? Type489 { get; set; }
///
///
///
- public global::LabelStudio.RevokeCertificateRequest? Type490 { get; set; }
+ public global::LabelStudio.ThirdPartyModelVersion? Type490 { get; set; }
///
///
///
- public global::LabelStudio.RevokeInviteRequest? Type491 { get; set; }
+ public global::LabelStudio.RegressionSummary? Type491 { get; set; }
///
///
///
- public global::LabelStudio.S3DatasetStorage? Type492 { get; set; }
+ public global::LabelStudio.RegressionsResponse? Type492 { get; set; }
///
///
///
- public global::LabelStudio.S3DatasetStorageRequest? Type493 { get; set; }
+ public global::LabelStudio.RequeueRejectedTasksModeEnum? Type493 { get; set; }
///
///
///
- public global::LabelStudio.S3ExportStorage? Type494 { get; set; }
+ public global::LabelStudio.ReviewCriteriaEnum? Type494 { get; set; }
///
///
///
- public global::LabelStudio.S3ImportStorage? Type495 { get; set; }
+ public global::LabelStudio.ReviewRoutingRule? Type495 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettings? Type496 { get; set; }
+ public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type496 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type497 { get; set; }
+ public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type497 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type498 { get; set; }
+ public global::System.Collections.Generic.IList? Type498 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettingsUpdate? Type499 { get; set; }
+ public global::LabelStudio.ReviewSettingsSamplingEnum? Type499 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettingsUpdateRequest? Type500 { get; set; }
+ public global::LabelStudio.RevokeCertificateRequest? Type500 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type501 { get; set; }
+ public global::LabelStudio.RevokeInviteRequest? Type501 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettings? Type502 { get; set; }
+ public global::LabelStudio.S3DatasetStorage? Type502 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettingsUpdate? Type503 { get; set; }
+ public global::LabelStudio.S3DatasetStorageRequest? Type503 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettingsUpdateRequest? Type504 { get; set; }
+ public global::LabelStudio.S3ExportStorage? Type504 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type505 { get; set; }
+ public global::LabelStudio.S3ImportStorage? Type505 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type506 { get; set; }
+ public global::LabelStudio.SamlSettings? Type506 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type507 { get; set; }
+ public global::System.Collections.Generic.IList? Type507 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceAccessAssignment? Type508 { get; set; }
+ public global::System.Collections.Generic.IList>? Type508 { get; set; }
///
///
///
- public global::LabelStudio.SendInviteRequest? Type509 { get; set; }
+ public global::LabelStudio.SamlSettingsUpdate? Type509 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOption? Type510 { get; set; }
+ public global::LabelStudio.SamlSettingsUpdateRequest? Type510 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptionRequest? Type511 { get; set; }
+ public global::System.Collections.Generic.IList? Type511 { get; set; }
///
///
///
- public global::LabelStudio.SessionTimeoutPolicy? Type512 { get; set; }
+ public global::LabelStudio.ScimSettings? Type512 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillCancelResponse? Type513 { get; set; }
+ public global::LabelStudio.ScimSettingsUpdate? Type513 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillErrorResponse? Type514 { get; set; }
+ public global::LabelStudio.ScimSettingsUpdateRequest? Type514 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobItem? Type515 { get; set; }
+ public global::System.Collections.Generic.IList? Type515 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobItemResponse? Type516 { get; set; }
+ public global::System.Collections.Generic.IList? Type516 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillProgress? Type517 { get; set; }
+ public global::System.Collections.Generic.IList? Type517 { get; set; }
///
///
///
- public global::LabelStudio.StateTriggeredBy? Type518 { get; set; }
+ public global::LabelStudio.WorkspaceAccessAssignment? Type518 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobListResponse? Type519 { get; set; }
+ public global::LabelStudio.SendInviteRequest? Type519 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type520 { get; set; }
+ public global::LabelStudio.SerializationOption? Type520 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillOrgStatus? Type521 { get; set; }
+ public global::LabelStudio.SerializationOptionRequest? Type521 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillResponse? Type522 { get; set; }
+ public global::LabelStudio.SessionTimeoutPolicy? Type522 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type523 { get; set; }
+ public global::LabelStudio.StateBackfillCancelResponse? Type523 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillStatusResponse? Type524 { get; set; }
+ public global::LabelStudio.StateBackfillErrorResponse? Type524 { get; set; }
///
///
///
- public global::LabelStudio.TriggeredBy2? Type525 { get; set; }
+ public global::LabelStudio.StateBackfillJobItem? Type525 { get; set; }
///
///
///
- public global::LabelStudio.TaskAgreementMatrixResponse? Type526 { get; set; }
+ public global::LabelStudio.StateBackfillJobItemResponse? Type526 { get; set; }
///
///
///
- public global::LabelStudio.TaskAssignment? Type527 { get; set; }
+ public global::LabelStudio.StateBackfillProgress? Type527 { get; set; }
///
///
///
- public global::LabelStudio.TypeEnum? Type528 { get; set; }
+ public global::LabelStudio.StateTriggeredBy? Type528 { get; set; }
///
///
///
- public global::LabelStudio.TaskEvent? Type529 { get; set; }
+ public global::LabelStudio.StateBackfillJobListResponse? Type529 { get; set; }
///
///
///
- public global::LabelStudio.TaskEventRequest? Type530 { get; set; }
+ public global::System.Collections.Generic.IList? Type530 { get; set; }
///
///
///
- public global::LabelStudio.TaskSimple? Type531 { get; set; }
+ public global::LabelStudio.StateBackfillOrgStatus? Type531 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type532 { get; set; }
+ public global::LabelStudio.StateBackfillResponse? Type532 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type533 { get; set; }
+ public global::System.Collections.Generic.IList? Type533 { get; set; }
///
///
///
- public global::LabelStudio.ThirdPartyModelVersionRequest? Type534 { get; set; }
+ public global::LabelStudio.StateBackfillStatusResponse? Type534 { get; set; }
///
///
///
- public global::LabelStudio.TokenDetailError? Type535 { get; set; }
+ public global::LabelStudio.TriggeredBy2? Type535 { get; set; }
///
///
///
- public global::LabelStudio.TokenRefreshRequest? Type536 { get; set; }
+ public global::LabelStudio.TaskAgreementMatrixResponse? Type536 { get; set; }
///
///
///
- public global::LabelStudio.TokenRefreshResponse? Type537 { get; set; }
+ public global::LabelStudio.TaskAssignment? Type537 { get; set; }
///
///
///
- public global::LabelStudio.TokenRotateResponse? Type538 { get; set; }
+ public global::LabelStudio.TypeEnum? Type538 { get; set; }
///
///
///
- public global::LabelStudio.TryTaskRequestRequest? Type539 { get; set; }
+ public global::LabelStudio.TaskEvent? Type539 { get; set; }
///
///
///
- public global::LabelStudio.TryTaskResponse? Type540 { get; set; }
+ public global::LabelStudio.TaskEventRequest? Type540 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlDomainRequestRequest? Type541 { get; set; }
+ public global::LabelStudio.TaskSimple? Type541 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlDomainResponse? Type542 { get; set; }
+ public global::System.Collections.Generic.IList? Type542 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type543 { get; set; }
+ public global::System.Collections.Generic.IList? Type543 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type544 { get; set; }
+ public global::LabelStudio.ThirdPartyModelVersionRequest? Type544 { get; set; }
///
///
///
- public global::LabelStudio.ValueCountsBackfillJob? Type545 { get; set; }
+ public global::LabelStudio.TokenDetailError? Type545 { get; set; }
///
///
///
- public global::LabelStudio.VersionResponse? Type546 { get; set; }
+ public global::LabelStudio.TokenRefreshRequest? Type546 { get; set; }
///
///
///
- public global::LabelStudio.View? Type547 { get; set; }
+ public global::LabelStudio.TokenRefreshResponse? Type547 { get; set; }
///
///
///
- public global::LabelStudio.ViewLockedBy? Type548 { get; set; }
+ public global::LabelStudio.TokenRotateResponse? Type548 { get; set; }
///
///
///
- public global::LabelStudio.ViewOrderRequest? Type549 { get; set; }
+ public global::LabelStudio.TryTaskRequestRequest? Type549 { get; set; }
///
///
///
- public global::LabelStudio.Webhook? Type550 { get; set; }
+ public global::LabelStudio.TryTaskResponse? Type550 { get; set; }
///
///
///
- public global::LabelStudio.WebhookRequest? Type551 { get; set; }
+ public global::LabelStudio.ValidateSamlDomainRequestRequest? Type551 { get; set; }
///
///
///
- public global::LabelStudio.WebhookSerializerForUpdate? Type552 { get; set; }
+ public global::LabelStudio.ValidateSamlDomainResponse? Type552 { get; set; }
///
///
///
- public global::LabelStudio.WebhookSerializerForUpdateRequest? Type553 { get; set; }
+ public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type553 { get; set; }
///
///
///
- public global::LabelStudio.WhoAmILseFields? Type554 { get; set; }
+ public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type554 { get; set; }
///
///
///
- public global::LabelStudio.WhoAmIUser? Type555 { get; set; }
+ public global::LabelStudio.ValueCountsBackfillJob? Type555 { get; set; }
///
///
///
- public global::LabelStudio.Workspace? Type556 { get; set; }
+ public global::LabelStudio.VersionResponse? Type556 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type557 { get; set; }
+ public global::LabelStudio.View? Type557 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberCreate? Type558 { get; set; }
+ public global::LabelStudio.ViewLockedBy? Type558 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberCreateRequest? Type559 { get; set; }
+ public global::LabelStudio.ViewOrderRequest? Type559 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberList? Type560 { get; set; }
+ public global::LabelStudio.Webhook? Type560 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceProjectsRequest? Type561 { get; set; }
+ public global::LabelStudio.WebhookRequest? Type561 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceRequest? Type562 { get; set; }
+ public global::LabelStudio.WebhookSerializerForUpdate? Type562 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type563 { get; set; }
+ public global::LabelStudio.WebhookSerializerForUpdateRequest? Type563 { get; set; }
///
///
///
- public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type564 { get; set; }
+ public global::LabelStudio.WhoAmILseFields? Type564 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequest? Type565 { get; set; }
+ public global::LabelStudio.WhoAmIUser? Type565 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type566 { get; set; }
+ public global::LabelStudio.Workspace? Type566 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type567 { get; set; }
+ public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type567 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type568 { get; set; }
+ public global::LabelStudio.WorkspaceMemberCreate? Type568 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type569 { get; set; }
+ public global::LabelStudio.WorkspaceMemberCreateRequest? Type569 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type570 { get; set; }
+ public global::LabelStudio.WorkspaceMemberList? Type570 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter? Type571 { get; set; }
+ public global::LabelStudio.WorkspaceProjectsRequest? Type571 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Type572 { get; set; }
+ public global::LabelStudio.WorkspaceRequest? Type572 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Type573 { get; set; }
+ public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type573 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type574 { get; set; }
+ public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type574 { get; set; }
///
///
///
- public float? Type575 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequest? Type575 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type576 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type576 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type577 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type577 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type578 { get; set; }
+ public global::System.Collections.Generic.IList? Type578 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type579 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type579 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type580 { get; set; }
+ public global::System.Collections.Generic.IList? Type580 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type581 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilter? Type581 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type582 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterFilter? Type582 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequest? Type583 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemChildFilterOperator? Type583 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestData? Type584 { get; set; }
+ public global::LabelStudio.OneOf? Type584 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type585 { get; set; }
+ public float? Type585 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type586 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type586 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type587 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type587 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type588 { get; set; }
+ public global::System.Collections.Generic.IList? Type588 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type589 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type589 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter? Type590 { get; set; }
+ public global::LabelStudio.OneOf? Type590 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter? Type591 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type591 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator? Type592 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type592 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type593 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequest? Type593 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type594 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestData? Type594 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type595 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type595 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type596 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type596 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type597 { get; set; }
+ public global::System.Collections.Generic.IList? Type597 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type598 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type598 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type599 { get; set; }
+ public global::System.Collections.Generic.IList? Type599 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type600 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilter? Type600 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type601 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterFilter? Type601 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type602 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemChildFilterOperator? Type602 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type603 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type603 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter? Type604 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type604 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter? Type605 { get; set; }
+ public global::System.Collections.Generic.IList? Type605 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator? Type606 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type606 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type607 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type607 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type608 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type608 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type609 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type609 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type610 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type610 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequest? Type611 { get; set; }
+ public global::System.Collections.Generic.IList? Type611 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestData? Type612 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type612 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type613 { get; set; }
+ public global::System.Collections.Generic.IList? Type613 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type614 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilter? Type614 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type615 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterFilter? Type615 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type616 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemChildFilterOperator? Type616 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type617 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type617 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilter? Type618 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type618 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterFilter? Type619 { get; set; }
+ public global::System.Collections.Generic.IList? Type619 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemChildFilterOperator? Type620 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type620 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type621 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequest? Type621 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type622 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestData? Type622 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type623 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type623 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type624 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type624 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type625 { get; set; }
+ public global::System.Collections.Generic.IList? Type625 { get; set; }
///