diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.DeleteBulk.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.DeleteBulk.g.cs
index 844907c..37a39d0 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.DeleteBulk.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.DeleteBulk.g.cs
@@ -43,7 +43,7 @@ partial void ProcessDeleteBulkResponseContent(
///
/// Bulk delete annotations by IDs
- /// Delete multiple annotations by their IDs. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
+ /// Delete multiple annotations by their IDs. At most 100 annotation IDs can be submitted in one request. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -66,7 +66,7 @@ partial void ProcessDeleteBulkResponseContent(
}
///
/// Bulk delete annotations by IDs
- /// Delete multiple annotations by their IDs. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
+ /// Delete multiple annotations by their IDs. At most 100 annotation IDs can be submitted in one request. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -499,10 +499,10 @@ partial void ProcessDeleteBulkResponseContent(
}
///
/// Bulk delete annotations by IDs
- /// Delete multiple annotations by their IDs. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
+ /// Delete multiple annotations by their IDs. At most 100 annotation IDs can be submitted in one request. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
///
///
- /// List of annotation IDs to delete
+ /// List of annotation IDs to delete. Maximum 100 IDs per request.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.DeleteBulk.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.DeleteBulk.g.cs
index 55691a9..af3fe27 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.DeleteBulk.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IAnnotationsClient.DeleteBulk.g.cs
@@ -6,7 +6,7 @@ public partial interface IAnnotationsClient
{
///
/// Bulk delete annotations by IDs
- /// Delete multiple annotations by their IDs. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
+ /// Delete multiple annotations by their IDs. At most 100 annotation IDs can be submitted in one request. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -19,7 +19,7 @@ public partial interface IAnnotationsClient
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Bulk delete annotations by IDs
- /// Delete multiple annotations by their IDs. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
+ /// Delete multiple annotations by their IDs. At most 100 annotation IDs can be submitted in one request. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -32,10 +32,10 @@ public partial interface IAnnotationsClient
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Bulk delete annotations by IDs
- /// Delete multiple annotations by their IDs. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
+ /// Delete multiple annotations by their IDs. At most 100 annotation IDs can be submitted in one request. The deletion is processed synchronously. Returns the count of deleted annotations in the response.
///
///
- /// List of annotation IDs to delete
+ /// List of annotation IDs to delete. Maximum 100 IDs per request.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.SendEmail.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.SendEmail.g.cs
index cd2b77e..69d240e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.SendEmail.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.SendEmail.g.cs
@@ -59,7 +59,7 @@ public partial interface IOrganizationsClient
/// Project IDs to grant access to
///
///
- /// Organization role
+ /// Organization role. Required unless user_type is viewonly.
/// * `OW` - Owner
/// * `AD` - Administrator
/// * `MA` - Manager
@@ -68,6 +68,12 @@ public partial interface IOrganizationsClient
/// * `DI` - Deactivated
/// * `NO` - Not Activated
///
+ ///
+ /// Seat type for the invited members. View-Only members are free read-only seats scoped to the invited projects/workspaces and cannot be combined with a role.
+ /// * `standard` - Standard
+ /// * `viewonly` - View Only
+ /// Default Value: standard
+ ///
///
/// Workspace IDs to grant access to
///
@@ -76,8 +82,9 @@ public partial interface IOrganizationsClient
///
global::System.Threading.Tasks.Task SendEmailAsync(
global::System.Collections.Generic.IList emails,
- global::LabelStudio.AssignableOrganizationRoleEnum role,
global::System.Collections.Generic.IList? projects = default,
+ global::LabelStudio.AssignableOrganizationRoleEnum? role = default,
+ global::LabelStudio.AssignableUserTypeEnum? userType = default,
global::System.Collections.Generic.IList? workspaces = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Update3.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Update3.g.cs
index 633037c..f2c4fd6 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Update3.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Update3.g.cs
@@ -88,6 +88,10 @@ public partial interface IOrganizationsClient
///
/// Member
///
+ ///
+ /// Membership seat type. Assigning a working role to a View-Only member upgrades them to a paid Standard seat. View-Only is not accepted because paid-to-View-Only downgrade is not supported.
+ /// * `standard` - Standard
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
@@ -95,6 +99,7 @@ public partial interface IOrganizationsClient
int id,
global::LabelStudio.AssignableOrganizationRoleEnum? role = default,
int? userId = default,
+ global::LabelStudio.StandardUserTypeEnum? userType = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AssignableUserTypeEnum.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AssignableUserTypeEnum.g.cs
new file mode 100644
index 0000000..25a2714
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AssignableUserTypeEnum.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class AssignableUserTypeEnumJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.AssignableUserTypeEnum 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.AssignableUserTypeEnumExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.AssignableUserTypeEnum)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.AssignableUserTypeEnum);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.AssignableUserTypeEnum value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::LabelStudio.AssignableUserTypeEnumExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AssignableUserTypeEnumNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AssignableUserTypeEnumNullable.g.cs
new file mode 100644
index 0000000..86f42ba
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.AssignableUserTypeEnumNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class AssignableUserTypeEnumNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.AssignableUserTypeEnum? 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.AssignableUserTypeEnumExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.AssignableUserTypeEnum)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.AssignableUserTypeEnum?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.AssignableUserTypeEnum? 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.AssignableUserTypeEnumExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.StandardUserTypeEnum.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.StandardUserTypeEnum.g.cs
new file mode 100644
index 0000000..9c5c453
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.StandardUserTypeEnum.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class StandardUserTypeEnumJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.StandardUserTypeEnum 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.StandardUserTypeEnumExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.StandardUserTypeEnum)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.StandardUserTypeEnum);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.StandardUserTypeEnum value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::LabelStudio.StandardUserTypeEnumExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.StandardUserTypeEnumNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.StandardUserTypeEnumNullable.g.cs
new file mode 100644
index 0000000..f7cd7e3
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.StandardUserTypeEnumNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class StandardUserTypeEnumNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.StandardUserTypeEnum? 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.StandardUserTypeEnumExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.StandardUserTypeEnum)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.StandardUserTypeEnum?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.StandardUserTypeEnum? 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.StandardUserTypeEnumExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
index 4642b2d..581a7ff 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
@@ -29,6 +29,10 @@ namespace LabelStudio
typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.AssignableUserTypeEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.AssignableUserTypeEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.AuthMethodEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.AuthMethodEnumNullableJsonConverter),
@@ -157,6 +161,10 @@ namespace LabelStudio
typeof(global::LabelStudio.JsonConverters.SkipQueueEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.StandardUserTypeEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.StandardUserTypeEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.StateEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.StateEnumNullableJsonConverter),
@@ -439,6 +447,7 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AnnotationReview))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AnnotationReviewRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AssignableOrganizationRoleEnum), TypeInfoPropertyName = "AssignableOrganizationRoleEnum2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AssignableUserTypeEnum), TypeInfoPropertyName = "AssignableUserTypeEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LabelStreamTaskDistributionEnum), TypeInfoPropertyName = "LabelStreamTaskDistributionEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AssignmentSettingsRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AssociatedProject))]
@@ -804,6 +813,7 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedModelInterfaceRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedModelProviderConnectionRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StandardUserTypeEnum), TypeInfoPropertyName = "StandardUserTypeEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedOrganizationMemberTagRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedOrganizationPermissionRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedPauseRequest))]
@@ -883,8 +893,6 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ScimSettings))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ScimSettingsUpdate))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ScimSettingsUpdateRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SendInviteRequest))]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -912,6 +920,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.AssignableUserTypeEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.AssignableUserTypeEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.AuthMethodEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.AuthMethodEnumNullableJsonConverter),
@@ -1040,6 +1052,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
typeof(global::LabelStudio.JsonConverters.SkipQueueEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.StandardUserTypeEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.StandardUserTypeEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.StateEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.StateEnumNullableJsonConverter),
@@ -1271,6 +1287,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue_d4cd88601b7727f2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue_42876ca72ef469f3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OneOf?), TypeInfoPropertyName = "ApiProjectsStatsTotalAgreementRetrieveResponseVariant2_34675e999e90b30b")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ScimSettingsUpdateRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SendInviteRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SerializationOption))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SerializationOptionRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SessionTimeoutPolicy))]
@@ -1603,6 +1621,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AnnotationHistoryActionEnum?), TypeInfoPropertyName = "NullableAnnotationHistoryActionEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(double?))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AssignableOrganizationRoleEnum?), TypeInfoPropertyName = "NullableAssignableOrganizationRoleEnum2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AssignableUserTypeEnum?), TypeInfoPropertyName = "NullableAssignableUserTypeEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.LabelStreamTaskDistributionEnum?), TypeInfoPropertyName = "NullableLabelStreamTaskDistributionEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AuthMethodEnum?), TypeInfoPropertyName = "NullableAuthMethodEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.AuthTypeEnum?), TypeInfoPropertyName = "NullableAuthTypeEnum2")]
@@ -1629,6 +1648,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum?), TypeInfoPropertyName = "NullableOrganizationMemberTagImportStatusStatusEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.OrganizationPermissionRoleEnum?), TypeInfoPropertyName = "NullableOrganizationPermissionRoleEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.RoleBasedTask?), TypeInfoPropertyName = "NullableRoleBasedTask2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.StandardUserTypeEnum?), TypeInfoPropertyName = "NullableStandardUserTypeEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ReasonEnum?), TypeInfoPropertyName = "NullableReasonEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ProjectDuplicateModeEnum?), TypeInfoPropertyName = "NullableProjectDuplicateModeEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ProjectGroupRoleEnum?), TypeInfoPropertyName = "NullableProjectGroupRoleEnum2")]
@@ -1764,10 +1784,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))]
internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -1795,6 +1811,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
typeof(global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.AssignableUserTypeEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.AssignableUserTypeEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.AuthMethodEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.AuthMethodEnumNullableJsonConverter),
@@ -1923,6 +1943,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
typeof(global::LabelStudio.JsonConverters.SkipQueueEnumNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.StandardUserTypeEnumJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.StandardUserTypeEnumNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.StateEnumJsonConverter),
typeof(global::LabelStudio.JsonConverters.StateEnumNullableJsonConverter),
@@ -2154,6 +2178,10 @@ 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))]
@@ -2281,6 +2309,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::LabelStudio.JsonConverters.AnnotationHistoryActionEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.AssignableOrganizationRoleEnumNullableJsonConverter());
+ options.Converters.Add(new global::LabelStudio.JsonConverters.AssignableUserTypeEnumJsonConverter());
+ options.Converters.Add(new global::LabelStudio.JsonConverters.AssignableUserTypeEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.AuthMethodEnumJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.AuthMethodEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.AuthTypeEnumJsonConverter());
@@ -2345,6 +2375,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::LabelStudio.JsonConverters.SkillNameEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.SkipQueueEnumJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.SkipQueueEnumNullableJsonConverter());
+ options.Converters.Add(new global::LabelStudio.JsonConverters.StandardUserTypeEnumJsonConverter());
+ options.Converters.Add(new global::LabelStudio.JsonConverters.StandardUserTypeEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.StateEnumJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.StateEnumNullableJsonConverter());
options.Converters.Add(new global::LabelStudio.JsonConverters.StorageStatusEnumJsonConverter());
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
index 166b14b..fc0af7b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
@@ -220,3055 +220,3063 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::LabelStudio.LabelStreamTaskDistributionEnum? Type48 { get; set; }
+ public global::LabelStudio.AssignableUserTypeEnum? Type48 { get; set; }
///
///
///
- public global::LabelStudio.AssignmentSettingsRequest? Type49 { get; set; }
+ public global::LabelStudio.LabelStreamTaskDistributionEnum? Type49 { get; set; }
///
///
///
- public global::LabelStudio.AssociatedProject? Type50 { get; set; }
+ public global::LabelStudio.AssignmentSettingsRequest? Type50 { get; set; }
///
///
///
- public global::LabelStudio.AuthMethodEnum? Type51 { get; set; }
+ public global::LabelStudio.AssociatedProject? Type51 { get; set; }
///
///
///
- public global::LabelStudio.AuthTypeEnum? Type52 { get; set; }
+ public global::LabelStudio.AuthMethodEnum? Type52 { get; set; }
///
///
///
- public global::LabelStudio.AzureBlobExportStorage? Type53 { get; set; }
+ public global::LabelStudio.AuthTypeEnum? Type53 { get; set; }
///
///
///
- public global::LabelStudio.StorageStatusEnum? Type54 { get; set; }
+ public global::LabelStudio.AzureBlobExportStorage? Type54 { get; set; }
///
///
///
- public global::LabelStudio.AzureBlobImportStorage? Type55 { get; set; }
+ public global::LabelStudio.StorageStatusEnum? Type55 { get; set; }
///
///
///
- public global::LabelStudio.AzureDatasetStorage? Type56 { get; set; }
+ public global::LabelStudio.AzureBlobImportStorage? Type56 { get; set; }
///
///
///
- public global::LabelStudio.AzureDatasetStorageRequest? Type57 { get; set; }
+ public global::LabelStudio.AzureDatasetStorage? Type57 { get; set; }
///
///
///
- public global::LabelStudio.AzureServicePrincipalExportStorage? Type58 { get; set; }
+ public global::LabelStudio.AzureDatasetStorageRequest? Type58 { get; set; }
///
///
///
- public global::LabelStudio.AzureServicePrincipalExportStorageRequest? Type59 { get; set; }
+ public global::LabelStudio.AzureServicePrincipalExportStorage? Type59 { get; set; }
///
///
///
- public global::LabelStudio.AzureServicePrincipalImportStorage? Type60 { get; set; }
+ public global::LabelStudio.AzureServicePrincipalExportStorageRequest? Type60 { get; set; }
///
///
///
- public global::LabelStudio.AzureServicePrincipalImportStorageRequest? Type61 { get; set; }
+ public global::LabelStudio.AzureServicePrincipalImportStorage? Type61 { get; set; }
///
///
///
- public global::LabelStudio.BatchFailedPredictions? Type62 { get; set; }
+ public global::LabelStudio.AzureServicePrincipalImportStorageRequest? Type62 { get; set; }
///
///
///
- public global::LabelStudio.BatchFailedPredictionsRequestRequest? Type63 { get; set; }
+ public global::LabelStudio.BatchFailedPredictions? Type63 { get; set; }
///
///
///
- public global::LabelStudio.BatchPredictions? Type64 { get; set; }
+ public global::LabelStudio.BatchFailedPredictionsRequestRequest? Type64 { get; set; }
///
///
///
- public global::LabelStudio.BatchPredictionsRequestRequest? Type65 { get; set; }
+ public global::LabelStudio.BatchPredictions? Type65 { get; set; }
///
///
///
- public global::LabelStudio.BillingChecks? Type66 { get; set; }
+ public global::LabelStudio.BatchPredictionsRequestRequest? Type66 { get; set; }
///
///
///
- public global::LabelStudio.CountLimit? Type67 { get; set; }
+ public global::LabelStudio.BillingChecks? Type67 { get; set; }
///
///
///
- public global::LabelStudio.PromptsStatusEnum? Type68 { get; set; }
+ public global::LabelStudio.CountLimit? Type68 { get; set; }
///
///
///
- public global::LabelStudio.BillingFlags? Type69 { get; set; }
+ public global::LabelStudio.PromptsStatusEnum? Type69 { get; set; }
///
///
///
- public global::LabelStudio.BillingInfoResponse? Type70 { get; set; }
+ public global::LabelStudio.BillingFlags? Type70 { get; set; }
///
///
///
- public global::LabelStudio.Blueprint? Type71 { get; set; }
+ public global::LabelStudio.BillingInfoResponse? Type71 { get; set; }
///
///
///
- public global::LabelStudio.BlueprintRequest? Type72 { get; set; }
+ public global::LabelStudio.Blueprint? Type72 { get; set; }
///
///
///
- public global::LabelStudio.BudgetResetPeriodEnum? Type73 { get; set; }
+ public global::LabelStudio.BlueprintRequest? Type73 { get; set; }
///
///
///
- public global::LabelStudio.BulkIndicatorRun? Type74 { get; set; }
+ public global::LabelStudio.BudgetResetPeriodEnum? Type74 { get; set; }
///
///
///
- public global::LabelStudio.BulkIndicatorsResponse? Type75 { get; set; }
+ public global::LabelStudio.BulkIndicatorRun? Type75 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type76 { get; set; }
+ public global::LabelStudio.BulkIndicatorsResponse? Type76 { get; set; }
///
///
///
- public global::LabelStudio.BulkOrganizationMemberTagAssignmentRequest? Type77 { get; set; }
+ public global::System.Collections.Generic.IList? Type77 { get; set; }
///
///
///
- public global::LabelStudio.BulkProjectLearningAssignmentRequest? Type78 { get; set; }
+ public global::LabelStudio.BulkOrganizationMemberTagAssignmentRequest? Type78 { get; set; }
///
///
///
- public global::LabelStudio.BulkResetCourseProgressRequest? Type79 { get; set; }
+ public global::LabelStudio.BulkProjectLearningAssignmentRequest? Type79 { get; set; }
///
///
///
- public global::LabelStudio.CancelModelRunResponse? Type80 { get; set; }
+ public global::LabelStudio.BulkResetCourseProgressRequest? Type80 { get; set; }
///
///
///
- public global::LabelStudio.Certificate? Type81 { get; set; }
+ public global::LabelStudio.CancelModelRunResponse? Type81 { get; set; }
///
///
///
- public global::LabelStudio.CheckMatchingFunctionRequestRequest? Type82 { get; set; }
+ public global::LabelStudio.Certificate? Type82 { get; set; }
///
///
///
- public global::LabelStudio.ChildFilter? Type83 { get; set; }
+ public global::LabelStudio.CheckMatchingFunctionRequestRequest? Type83 { get; set; }
///
///
///
- public global::LabelStudio.ChildFilterRequest? Type84 { get; set; }
+ public global::LabelStudio.ChildFilter? Type84 { get; set; }
///
///
///
- public global::LabelStudio.Comment? Type85 { get; set; }
+ public global::LabelStudio.ChildFilterRequest? Type85 { get; set; }
///
///
///
- public global::LabelStudio.CommentRequest? Type86 { get; set; }
+ public global::LabelStudio.Comment? Type86 { get; set; }
///
///
///
- public global::LabelStudio.CommentSerializerWithExpandedUser? Type87 { get; set; }
+ public global::LabelStudio.CommentRequest? Type87 { get; set; }
///
///
///
- public global::LabelStudio.LseUser? Type88 { get; set; }
+ public global::LabelStudio.CommentSerializerWithExpandedUser? Type88 { get; set; }
///
///
///
- public global::LabelStudio.ConfigurablePermissionOption? Type89 { get; set; }
+ public global::LabelStudio.LseUser? Type89 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type90 { get; set; }
+ public global::LabelStudio.ConfigurablePermissionOption? Type90 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type91 { get; set; }
+ public global::System.Collections.Generic.IList? Type91 { get; set; }
///
///
///
- public global::LabelStudio.ControlTagWeightRequest? Type92 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type92 { get; set; }
///
///
///
- public global::LabelStudio.ConvertedFormat? Type93 { get; set; }
+ public global::LabelStudio.ControlTagWeightRequest? Type93 { get; set; }
///
///
///
- public global::LabelStudio.ProjectImportStatusEnum? Type94 { get; set; }
+ public global::LabelStudio.ConvertedFormat? Type94 { get; set; }
///
///
///
- public global::LabelStudio.ConvertedFormatRequest? Type95 { get; set; }
+ public global::LabelStudio.ProjectImportStatusEnum? Type95 { get; set; }
///
///
///
- public global::LabelStudio.CourseModule? Type96 { get; set; }
+ public global::LabelStudio.ConvertedFormatRequest? Type96 { get; set; }
///
///
///
- public global::LabelStudio.CourseProgressImportResult? Type97 { get; set; }
+ public global::LabelStudio.CourseModule? Type97 { get; set; }
///
///
///
- public global::LabelStudio.CustomFunctionCodeRequestRequest? Type98 { get; set; }
+ public global::LabelStudio.CourseProgressImportResult? Type98 { get; set; }
///
///
///
- public global::LabelStudio.DataManagerFilterModeEnum? Type99 { get; set; }
+ public global::LabelStudio.CustomFunctionCodeRequestRequest? Type99 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type100 { get; set; }
+ public global::LabelStudio.DataManagerFilterModeEnum? Type100 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type101 { get; set; }
+ public global::LabelStudio.DataQualityAgreementConfusionMatrix? Type101 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type102 { get; set; }
+ public global::System.Collections.Generic.IList>? Type102 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type103 { get; set; }
+ public global::System.Collections.Generic.IList? Type103 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityConfusionPair? Type104 { get; set; }
+ public global::System.Collections.Generic.IList? Type104 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementDimensions? Type105 { get; set; }
+ public global::LabelStudio.DataQualityConfusionPair? Type105 { get; set; }
///
///
///
- public global::LabelStudio.DataQualityAgreementDistribution? Type106 { get; set; }
+ public global::LabelStudio.DataQualityAgreementDimensions? Type106 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksExportStorage? Type107 { get; set; }
+ public global::LabelStudio.DataQualityAgreementDistribution? Type107 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksExportStorageRequest? Type108 { get; set; }
+ public global::LabelStudio.DatabricksExportStorage? Type108 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksImportStorage? Type109 { get; set; }
+ public global::LabelStudio.DatabricksExportStorageRequest? Type109 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksImportStorageRequest? Type110 { get; set; }
+ public global::LabelStudio.DatabricksImportStorage? Type110 { get; set; }
///
///
///
- public global::LabelStudio.Dataset? Type111 { get; set; }
+ public global::LabelStudio.DatabricksImportStorageRequest? Type111 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumn? Type112 { get; set; }
+ public global::LabelStudio.Dataset? Type112 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumnVisibilityDefaults? Type113 { get; set; }
+ public global::LabelStudio.DatasetColumn? Type113 { get; set; }
///
///
///
- public global::LabelStudio.DatasetColumnsResponse? Type114 { get; set; }
+ public global::LabelStudio.DatasetColumnVisibilityDefaults? Type114 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type115 { get; set; }
+ public global::LabelStudio.DatasetColumnsResponse? Type115 { get; set; }
///
///
///
- public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type116 { get; set; }
+ public global::System.Collections.Generic.IList? Type116 { get; set; }
///
///
///
- public global::LabelStudio.DatasetImportCandidatesResponse? Type117 { get; set; }
+ public global::LabelStudio.DatasetImportCandidatesCreateRequest? Type117 { get; set; }
///
///
///
- public global::LabelStudio.DatasetMember? Type118 { get; set; }
+ public global::LabelStudio.DatasetImportCandidatesResponse? Type118 { get; set; }
///
///
///
- public global::LabelStudio.DatasetMemberRequest? Type119 { get; set; }
+ public global::LabelStudio.DatasetMember? Type119 { get; set; }
///
///
///
- public global::LabelStudio.DatasetRequest? Type120 { get; set; }
+ public global::LabelStudio.DatasetMemberRequest? Type120 { get; set; }
///
///
///
- public global::LabelStudio.UserSimpleRequest? Type121 { get; set; }
+ public global::LabelStudio.DatasetRequest? Type121 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageAvailableDataType? Type122 { get; set; }
+ public global::LabelStudio.UserSimpleRequest? Type122 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageColumnType? Type123 { get; set; }
+ public global::LabelStudio.DatasetStorageAvailableDataType? Type123 { get; set; }
///
///
///
- public global::LabelStudio.DatasetStorageColumnsResponse? Type124 { get; set; }
+ public global::LabelStudio.DatasetStorageColumnType? Type124 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type125 { get; set; }
+ public global::LabelStudio.DatasetStorageColumnsResponse? Type125 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type126 { get; set; }
+ public global::System.Collections.Generic.IList? Type126 { get; set; }
///
///
///
- public global::LabelStudio.DatasetTasksMetadataResponse? Type127 { get; set; }
+ public global::System.Collections.Generic.IList? Type127 { get; set; }
///
///
///
- public global::LabelStudio.DatasetView? Type128 { get; set; }
+ public global::LabelStudio.DatasetTasksMetadataResponse? Type128 { get; set; }
///
///
///
- public global::LabelStudio.FilterGroup? Type129 { get; set; }
+ public global::LabelStudio.DatasetView? Type129 { get; set; }
///
///
///
- public global::LabelStudio.DatasetViewLockedBy? Type130 { get; set; }
+ public global::LabelStudio.FilterGroup? Type130 { get; set; }
///
///
///
- public global::LabelStudio.DatasetViewRequest? Type131 { get; set; }
+ public global::LabelStudio.DatasetViewLockedBy? Type131 { get; set; }
///
///
///
- public global::LabelStudio.FilterGroupRequest? Type132 { get; set; }
+ public global::LabelStudio.DatasetViewRequest? Type132 { get; set; }
///
///
///
- public global::LabelStudio.DefaultModelVersionNameResponse? Type133 { get; set; }
+ public global::LabelStudio.FilterGroupRequest? Type133 { get; set; }
///
///
///
- public global::LabelStudio.DefaultRole? Type134 { get; set; }
+ public global::LabelStudio.DefaultModelVersionNameResponse? Type134 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationRoleEnum? Type135 { get; set; }
+ public global::LabelStudio.DefaultRole? Type135 { get; set; }
///
///
///
- public global::LabelStudio.Dimension? Type136 { get; set; }
+ public global::LabelStudio.OrganizationRoleEnum? Type136 { get; set; }
///
///
///
- public global::LabelStudio.DimensionCreateRequest? Type137 { get; set; }
+ public global::LabelStudio.Dimension? Type137 { get; set; }
///
///
///
- public global::LabelStudio.DimensionList? Type138 { get; set; }
+ public global::LabelStudio.DimensionCreateRequest? Type138 { get; set; }
///
///
///
- public global::LabelStudio.DimensionRequest? Type139 { get; set; }
+ public global::LabelStudio.DimensionList? Type139 { get; set; }
///
///
///
- public global::LabelStudio.DuplicateLearningResourceRequest? Type140 { get; set; }
+ public global::LabelStudio.DimensionRequest? Type140 { get; set; }
///
///
///
- public global::LabelStudio.EditionEnum? Type141 { get; set; }
+ public global::LabelStudio.DuplicateLearningResourceRequest? Type141 { get; set; }
///
///
///
- public global::LabelStudio.EstimatedDurationUnitEnum? Type142 { get; set; }
+ public global::LabelStudio.EditionEnum? Type142 { get; set; }
///
///
///
- public global::LabelStudio.Export? Type143 { get; set; }
+ public global::LabelStudio.EstimatedDurationUnitEnum? Type143 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type144 { get; set; }
+ public global::LabelStudio.Export? Type144 { get; set; }
///
///
///
- public global::LabelStudio.ExportConvertRequest? Type145 { get; set; }
+ public global::System.Collections.Generic.IList? Type145 { get; set; }
///
///
///
- public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type146 { get; set; }
+ public global::LabelStudio.ExportConvertRequest? Type146 { get; set; }
///
///
///
- public global::LabelStudio.FSMTransitionExecuteResponse? Type147 { get; set; }
+ public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type147 { get; set; }
///
///
///
- public global::LabelStudio.StateModel? Type148 { get; set; }
+ public global::LabelStudio.FSMTransitionExecuteResponse? Type148 { get; set; }
///
///
///
- public global::LabelStudio.FewShotExample? Type149 { get; set; }
+ public global::LabelStudio.StateModel? Type149 { get; set; }
///
///
///
- public global::LabelStudio.FewShotExampleRequest? Type150 { get; set; }
+ public global::LabelStudio.FewShotExample? Type150 { get; set; }
///
///
///
- public global::LabelStudio.FileUpload? Type151 { get; set; }
+ public global::LabelStudio.FewShotExampleRequest? Type151 { get; set; }
///
///
///
- public global::LabelStudio.Filter? Type152 { get; set; }
+ public global::LabelStudio.FileUpload? Type152 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type153 { get; set; }
+ public global::LabelStudio.Filter? Type153 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type154 { get; set; }
+ public global::System.Collections.Generic.IList? Type154 { get; set; }
///
///
///
- public global::LabelStudio.FilterRequest? Type155 { get; set; }
+ public global::System.Collections.Generic.IList? Type155 { get; set; }
///
///
///
- public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type156 { get; set; }
+ public global::LabelStudio.FilterRequest? Type156 { get; set; }
///
///
///
- public global::LabelStudio.GCSDatasetStorage? Type157 { get; set; }
+ public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type157 { get; set; }
///
///
///
- public global::LabelStudio.GCSDatasetStorageRequest? Type158 { get; set; }
+ public global::LabelStudio.GCSDatasetStorage? Type158 { get; set; }
///
///
///
- public global::LabelStudio.GCSExportStorage? Type159 { get; set; }
+ public global::LabelStudio.GCSDatasetStorageRequest? Type159 { get; set; }
///
///
///
- public global::LabelStudio.GCSImportStorage? Type160 { get; set; }
+ public global::LabelStudio.GCSExportStorage? Type160 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAExportStorage? Type161 { get; set; }
+ public global::LabelStudio.GCSImportStorage? Type161 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAExportStorageRequest? Type162 { get; set; }
+ public global::LabelStudio.GCSSAExportStorage? Type162 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAImportStorage? Type163 { get; set; }
+ public global::LabelStudio.GCSSAExportStorageRequest? Type163 { get; set; }
///
///
///
- public global::LabelStudio.GCSSAImportStorageRequest? Type164 { get; set; }
+ public global::LabelStudio.GCSSAImportStorage? Type164 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFExportStorage? Type165 { get; set; }
+ public global::LabelStudio.GCSSAImportStorageRequest? Type165 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFExportStorageRequest? Type166 { get; set; }
+ public global::LabelStudio.GCSWIFExportStorage? Type166 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFImportStorage? Type167 { get; set; }
+ public global::LabelStudio.GCSWIFExportStorageRequest? Type167 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFImportStorageRequest? Type168 { get; set; }
+ public global::LabelStudio.GCSWIFImportStorage? Type168 { get; set; }
///
///
///
- public global::LabelStudio.Hotkeys? Type169 { get; set; }
+ public global::LabelStudio.GCSWIFImportStorageRequest? Type169 { get; set; }
///
///
///
- public global::LabelStudio.ImportApiRequest? Type170 { get; set; }
+ public global::LabelStudio.Hotkeys? Type170 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type171 { get; set; }
+ public global::LabelStudio.ImportApiRequest? Type171 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type172 { get; set; }
+ public global::System.Collections.Generic.IList? Type172 { get; set; }
///
///
///
- public global::LabelStudio.PredictionRequest? Type173 { get; set; }
+ public global::System.Collections.Generic.IList? Type173 { get; set; }
///
///
///
- public global::LabelStudio.InferenceRunCostEstimate? Type174 { get; set; }
+ public global::LabelStudio.PredictionRequest? Type174 { get; set; }
///
///
///
- public global::LabelStudio.KPIDetailResponse? Type175 { get; set; }
+ public global::LabelStudio.InferenceRunCostEstimate? Type175 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectSegment? Type176 { get; set; }
+ public global::LabelStudio.KPIDetailResponse? Type176 { get; set; }
///
///
///
- public global::LabelStudio.KPIUserSegment? Type177 { get; set; }
+ public global::LabelStudio.KPIProjectSegment? Type177 { get; set; }
///
///
///
- public global::LabelStudio.KPIMatrixSegment? Type178 { get; set; }
+ public global::LabelStudio.KPIUserSegment? Type178 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectMatrixSegment? Type179 { get; set; }
+ public global::LabelStudio.KPIMatrixSegment? Type179 { get; set; }
///
///
///
- public global::LabelStudio.SegmentationEnum? Type180 { get; set; }
+ public global::LabelStudio.KPIProjectMatrixSegment? Type180 { get; set; }
///
///
///
- public global::LabelStudio.KPITimeSegment? Type181 { get; set; }
+ public global::LabelStudio.SegmentationEnum? Type181 { get; set; }
///
///
///
- public global::LabelStudio.KPIValue? Type182 { get; set; }
+ public global::LabelStudio.KPITimeSegment? Type182 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type183 { get; set; }
+ public global::LabelStudio.KPIValue? Type183 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type184 { get; set; }
+ public global::System.Collections.Generic.IList? Type184 { get; set; }
///
///
///
- public global::LabelStudio.KPIUserInfo? Type185 { get; set; }
+ public global::System.Collections.Generic.IList? Type185 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type186 { get; set; }
+ public global::LabelStudio.KPIUserInfo? Type186 { get; set; }
///
///
///
- public global::LabelStudio.KPIMetadata? Type187 { get; set; }
+ public global::System.Collections.Generic.IList>? Type187 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectInfo? Type188 { get; set; }
+ public global::LabelStudio.KPIMetadata? Type188 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type189 { get; set; }
+ public global::LabelStudio.KPIProjectInfo? Type189 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type190 { get; set; }
+ public global::System.Collections.Generic.IList? Type190 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type191 { get; set; }
+ public global::System.Collections.Generic.IList>? Type191 { get; set; }
///
///
///
- public global::LabelStudio.LSAPITokenBlacklistRequest? Type192 { get; set; }
+ public global::LabelStudio.OneOf? Type192 { get; set; }
///
///
///
- public global::LabelStudio.LSAPITokenRotateRequest? Type193 { get; set; }
+ public global::LabelStudio.LSAPITokenBlacklistRequest? Type193 { get; set; }
///
///
///
- public global::LabelStudio.LSEAPITokenCreate? Type194 { get; set; }
+ public global::LabelStudio.LSAPITokenRotateRequest? Type194 { get; set; }
///
///
///
- public global::LabelStudio.LSEAPITokenList? Type195 { get; set; }
+ public global::LabelStudio.LSEAPITokenCreate? Type195 { get; set; }
///
///
///
- public global::LabelStudio.LSEJWTSettings? Type196 { get; set; }
+ public global::LabelStudio.LSEAPITokenList? Type196 { get; set; }
///
///
///
- public global::LabelStudio.LSEJWTSettingsRequest? Type197 { get; set; }
+ public global::LabelStudio.LSEJWTSettings? Type197 { get; set; }
///
///
///
- public global::LabelStudio.LSEKeyIndicatorValue? Type198 { get; set; }
+ public global::LabelStudio.LSEJWTSettingsRequest? Type198 { get; set; }
///
///
///
- public global::LabelStudio.Label? Type199 { get; set; }
+ public global::LabelStudio.LSEKeyIndicatorValue? Type199 { get; set; }
///
///
///
- public global::LabelStudio.LabelBulkUpdateRequest? Type200 { get; set; }
+ public global::LabelStudio.Label? Type200 { get; set; }
///
///
///
- public global::LabelStudio.LabelBulkUpdateResponse? Type201 { get; set; }
+ public global::LabelStudio.LabelBulkUpdateRequest? Type201 { get; set; }
///
///
///
- public global::LabelStudio.LabelCreate? Type202 { get; set; }
+ public global::LabelStudio.LabelBulkUpdateResponse? Type202 { get; set; }
///
///
///
- public global::LabelStudio.LabelCreateRequest? Type203 { get; set; }
+ public global::LabelStudio.LabelCreate? Type203 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsResponse? Type204 { get; set; }
+ public global::LabelStudio.LabelCreateRequest? Type204 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type205 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsResponse? Type205 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsRow? Type206 { get; set; }
+ public global::System.Collections.Generic.IList? Type206 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsTotals? Type207 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsRow? Type207 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type208 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsTotals? Type208 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionStructureDimension? Type209 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type209 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionStructureResponse? Type210 { get; set; }
+ public global::LabelStudio.LabelDistributionStructureDimension? Type210 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type211 { get; set; }
+ public global::LabelStudio.LabelDistributionStructureResponse? Type211 { get; set; }
///
///
///
- public global::LabelStudio.LabelLink? Type212 { get; set; }
+ public global::System.Collections.Generic.IList? Type212 { get; set; }
///
///
///
- public global::LabelStudio.LabelLinkRequest? Type213 { get; set; }
+ public global::LabelStudio.LabelLink? Type213 { get; set; }
///
///
///
- public global::LabelStudio.LearningProgressResponse? Type214 { get; set; }
+ public global::LabelStudio.LabelLinkRequest? Type214 { get; set; }
///
///
///
- public global::LabelStudio.LearningProgressUpdateRequest? Type215 { get; set; }
+ public global::LabelStudio.LearningProgressResponse? Type215 { get; set; }
///
///
///
- public global::LabelStudio.LearningResource? Type216 { get; set; }
+ public global::LabelStudio.LearningProgressUpdateRequest? Type216 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceAssignmentSummary? Type217 { get; set; }
+ public global::LabelStudio.LearningResource? Type217 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceCreate? Type218 { get; set; }
+ public global::LabelStudio.LearningResourceAssignmentSummary? Type218 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceCreateRequest? Type219 { get; set; }
+ public global::LabelStudio.LearningResourceCreate? Type219 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceDetail? Type220 { get; set; }
+ public global::LabelStudio.LearningResourceCreateRequest? Type220 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type221 { get; set; }
+ public global::LabelStudio.LearningResourceDetail? Type221 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceRequest? Type222 { get; set; }
+ public global::System.Collections.Generic.IList? Type222 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceUpdate? Type223 { get; set; }
+ public global::LabelStudio.LearningResourceRequest? Type223 { get; set; }
///
///
///
- public global::LabelStudio.LearningResourceUploadResponse? Type224 { get; set; }
+ public global::LabelStudio.LearningResourceUpdate? Type224 { get; set; }
///
///
///
- public global::LabelStudio.LocalFilesExportStorage? Type225 { get; set; }
+ public global::LabelStudio.LearningResourceUploadResponse? Type225 { get; set; }
///
///
///
- public global::LabelStudio.LocalFilesImportStorage? Type226 { get; set; }
+ public global::LabelStudio.LocalFilesExportStorage? Type226 { get; set; }
///
///
///
- public global::LabelStudio.LseAnnotationFilterOptions? Type227 { get; set; }
+ public global::LabelStudio.LocalFilesImportStorage? Type227 { get; set; }
///
///
///
- public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type228 { get; set; }
+ public global::LabelStudio.LseAnnotationFilterOptions? Type228 { get; set; }
///
///
///
- public global::LabelStudio.LseExportCreate? Type229 { get; set; }
+ public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type229 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptions? Type230 { get; set; }
+ public global::LabelStudio.LseExportCreate? Type230 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskFilterOptions? Type231 { get; set; }
+ public global::LabelStudio.SerializationOptions? Type231 { get; set; }
///
///
///
- public global::LabelStudio.LseExportCreateRequest? Type232 { get; set; }
+ public global::LabelStudio.LseTaskFilterOptions? Type232 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type233 { get; set; }
+ public global::LabelStudio.LseExportCreateRequest? Type233 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptionsRequest? Type234 { get; set; }
+ public global::System.Collections.Generic.IList? Type234 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskFilterOptionsRequest? Type235 { get; set; }
+ public global::LabelStudio.SerializationOptionsRequest? Type235 { get; set; }
///
///
///
- public global::LabelStudio.LseFields? Type236 { get; set; }
+ public global::LabelStudio.LseTaskFilterOptionsRequest? Type236 { get; set; }
///
///
///
- public global::LabelStudio.OnboardingStateEnum? Type237 { get; set; }
+ public global::LabelStudio.LseFields? Type237 { get; set; }
///
///
///
- public global::LabelStudio.TrialRoleEnum? Type238 { get; set; }
+ public global::LabelStudio.OnboardingStateEnum? Type238 { get; set; }
///
///
///
- public global::LabelStudio.LseFieldsRequest? Type239 { get; set; }
+ public global::LabelStudio.TrialRoleEnum? Type239 { get; set; }
///
///
///
- public global::LabelStudio.LseInterface? Type240 { get; set; }
+ public global::LabelStudio.LseFieldsRequest? Type240 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceAppendVersionRequest? Type241 { get; set; }
+ public global::LabelStudio.LseInterface? Type241 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type242 { get; set; }
+ public global::LabelStudio.LseInterfaceAppendVersionRequest? Type242 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type243 { get; set; }
+ public global::LabelStudio.LseInterfaceAppendVersionsRequest? Type243 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceList? Type244 { get; set; }
+ public global::System.Collections.Generic.IList? Type244 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceRequest? Type245 { get; set; }
+ public global::LabelStudio.LseInterfaceList? Type245 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type246 { get; set; }
+ public global::LabelStudio.LseInterfaceRequest? Type246 { get; set; }
///
///
///
- public global::LabelStudio.LseInterfaceVersionIdRequest? Type247 { get; set; }
+ public global::LabelStudio.LseInterfaceVersionDescriptionRequest? Type247 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganization? Type248 { get; set; }
+ public global::LabelStudio.LseInterfaceVersionIdRequest? Type248 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationBilling? Type249 { get; set; }
+ public global::LabelStudio.LseOrganization? Type249 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberList? Type250 { get; set; }
+ public global::LabelStudio.OrganizationBilling? Type250 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type251 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberList? Type251 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type252 { get; set; }
+ public global::System.Collections.Generic.IList? Type252 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type253 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type253 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type254 { get; set; }
+ public global::System.Collections.Generic.IList? Type254 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type255 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type255 { get; set; }
///
///
///
- public global::LabelStudio.SimpleOrganizationMemberTag? Type256 { get; set; }
+ public global::System.Collections.Generic.IList? Type256 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberList? Type257 { get; set; }
+ public global::LabelStudio.SimpleOrganizationMemberTag? Type257 { get; set; }
///
///
///
- public global::LabelStudio.LseProject? Type258 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberList? Type258 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCounts? Type259 { get; set; }
+ public global::LabelStudio.LseProject? Type259 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCreate? Type260 { get; set; }
+ public global::LabelStudio.LseProjectCounts? Type260 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCreateRequest? Type261 { get; set; }
+ public global::LabelStudio.LseProjectCreate? Type261 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type262 { get; set; }
+ public global::LabelStudio.LseProjectCreateRequest? Type262 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectParams? Type263 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type263 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectParamsRequest? Type264 { get; set; }
+ public global::LabelStudio.LseProjectParams? Type264 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectResponse? Type265 { get; set; }
+ public global::LabelStudio.LseProjectParamsRequest? Type265 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectStateResponse? Type266 { get; set; }
+ public global::LabelStudio.LseProjectResponse? Type266 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ExportStorage? Type267 { get; set; }
+ public global::LabelStudio.LseProjectStateResponse? Type267 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ExportStorageRequest? Type268 { get; set; }
+ public global::LabelStudio.LseS3ExportStorage? Type268 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ImportStorage? Type269 { get; set; }
+ public global::LabelStudio.LseS3ExportStorageRequest? Type269 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ImportStorageRequest? Type270 { get; set; }
+ public global::LabelStudio.LseS3ImportStorage? Type270 { get; set; }
///
///
///
- public global::LabelStudio.LseTask? Type271 { get; set; }
+ public global::LabelStudio.LseS3ImportStorageRequest? Type271 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type272 { get; set; }
+ public global::LabelStudio.LseTask? Type272 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskDraft? Type273 { get; set; }
+ public global::System.Collections.Generic.IList? Type273 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type274 { get; set; }
+ public global::LabelStudio.LseTaskDraft? Type274 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskPrediction? Type275 { get; set; }
+ public global::System.Collections.Generic.IList? Type275 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskRequest? Type276 { get; set; }
+ public global::LabelStudio.LseTaskPrediction? Type276 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotators? Type277 { get; set; }
+ public global::LabelStudio.LseTaskRequest? Type277 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type278 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotators? Type278 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type279 { get; set; }
+ public global::System.Collections.Generic.IList? Type279 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type280 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type280 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type281 { get; set; }
+ public global::System.Collections.Generic.IList? Type281 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewers? Type282 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type282 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type283 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewers? Type283 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type284 { get; set; }
+ public global::System.Collections.Generic.IList? Type284 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type285 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type285 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type286 { get; set; }
+ public global::System.Collections.Generic.IList? Type286 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type287 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type287 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type288 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type288 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMembership? Type289 { get; set; }
+ public global::System.Collections.Generic.IList? Type289 { get; set; }
///
///
///
- public global::LabelStudio.LseUserAPI? Type290 { get; set; }
+ public global::LabelStudio.OrganizationMembership? Type290 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type291 { get; set; }
+ public global::LabelStudio.LseUserAPI? Type291 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type292 { get; set; }
+ public global::System.Collections.Generic.IList? Type292 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type293 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type293 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type294 { get; set; }
+ public global::System.Collections.Generic.IList? Type294 { get; set; }
///
///
///
- public global::LabelStudio.MLBackend? Type295 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type295 { get; set; }
///
///
///
- public global::LabelStudio.StateEnum? Type296 { get; set; }
+ public global::LabelStudio.MLBackend? Type296 { get; set; }
///
///
///
- public global::LabelStudio.MLBackendRequest? Type297 { get; set; }
+ public global::LabelStudio.StateEnum? Type297 { get; set; }
///
///
///
- public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type298 { get; set; }
+ public global::LabelStudio.MLBackendRequest? Type298 { get; set; }
///
///
///
- public global::LabelStudio.MaybeExpandedComment? Type299 { get; set; }
+ public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type299 { get; set; }
///
///
///
- public global::LabelStudio.MetricParam? Type300 { get; set; }
+ public global::LabelStudio.MaybeExpandedComment? Type300 { get; set; }
///
///
///
- public global::LabelStudio.MetricParamUpdateRequest? Type301 { get; set; }
+ public global::LabelStudio.MetricParam? Type301 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterface? Type302 { get; set; }
+ public global::LabelStudio.MetricParamUpdateRequest? Type302 { get; set; }
///
///
///
- public global::LabelStudio.SkillNameEnum? Type303 { get; set; }
+ public global::LabelStudio.ModelInterface? Type303 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterfaceRequest? Type304 { get; set; }
+ public global::LabelStudio.SkillNameEnum? Type304 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterfaceSerializerGET? Type305 { get; set; }
+ public global::LabelStudio.ModelInterfaceRequest? Type305 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type306 { get; set; }
+ public global::LabelStudio.ModelInterfaceSerializerGET? Type306 { get; set; }
///
///
///
- public global::LabelStudio.ModelProviderConnection? Type307 { get; set; }
+ public global::System.Collections.Generic.IList? Type307 { get; set; }
///
///
///
- public global::LabelStudio.ProviderEnum? Type308 { get; set; }
+ public global::LabelStudio.ModelProviderConnection? Type308 { get; set; }
///
///
///
- public global::LabelStudio.ScopeEnum? Type309 { get; set; }
+ public global::LabelStudio.ProviderEnum? Type309 { get; set; }
///
///
///
- public global::LabelStudio.ModelProviderConnectionRequest? Type310 { get; set; }
+ public global::LabelStudio.ScopeEnum? Type310 { get; set; }
///
///
///
- public global::LabelStudio.ModelRun? Type311 { get; set; }
+ public global::LabelStudio.ModelProviderConnectionRequest? Type311 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetEnum? Type312 { get; set; }
+ public global::LabelStudio.ModelRun? Type312 { get; set; }
///
///
///
- public global::LabelStudio.ModelRunStatusEnum? Type313 { get; set; }
+ public global::LabelStudio.ProjectSubsetEnum? Type313 { get; set; }
///
///
///
- public global::LabelStudio.ModelRunRequest? Type314 { get; set; }
+ public global::LabelStudio.ModelRunStatusEnum? Type314 { get; set; }
///
///
///
- public global::LabelStudio.OperatorEnum? Type315 { get; set; }
+ public global::LabelStudio.ModelRunRequest? Type315 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationId? Type316 { get; set; }
+ public global::LabelStudio.OperatorEnum? Type316 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationInvite? Type317 { get; set; }
+ public global::LabelStudio.OrganizationId? Type317 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMember? Type318 { get; set; }
+ public global::LabelStudio.OrganizationInvite? Type318 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type319 { get; set; }
+ public global::LabelStudio.OrganizationMember? Type319 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberContributedToProject? Type320 { get; set; }
+ public global::System.Collections.Generic.IList? Type320 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type321 { get; set; }
+ public global::LabelStudio.OrganizationMemberContributedToProject? Type321 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberCreatedProject? Type322 { get; set; }
+ public global::System.Collections.Generic.IList? Type322 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTag? Type323 { get; set; }
+ public global::LabelStudio.OrganizationMemberCreatedProject? Type323 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type324 { get; set; }
+ public global::LabelStudio.OrganizationMemberTag? Type324 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type325 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type325 { get; set; }
///
///
///
- public byte[]? Type326 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type326 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportStatus? Type327 { get; set; }
+ public byte[]? Type327 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type328 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportStatus? Type328 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagRequest? Type329 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type329 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMembershipRequest? Type330 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagRequest? Type330 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermission? Type331 { get; set; }
+ public global::LabelStudio.OrganizationMembershipRequest? Type331 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type332 { get; set; }
+ public global::LabelStudio.OrganizationPermission? Type332 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermissionRoleEnum? Type333 { get; set; }
+ public global::System.Collections.Generic.IList? Type333 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type334 { get; set; }
+ public global::LabelStudio.OrganizationPermissionRoleEnum? Type334 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermissionRequest? Type335 { get; set; }
+ public global::System.Collections.Generic.IList? Type335 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedAllRolesProjectListList? Type336 { get; set; }
+ public global::LabelStudio.OrganizationPermissionRequest? Type336 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type337 { get; set; }
+ public global::LabelStudio.PaginatedAllRolesProjectListList? Type337 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedAnnotationHistoryList? Type338 { get; set; }
+ public global::System.Collections.Generic.IList? Type338 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type339 { get; set; }
+ public global::LabelStudio.PaginatedAnnotationHistoryList? Type339 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedCertificateList? Type340 { get; set; }
+ public global::System.Collections.Generic.IList? Type340 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type341 { get; set; }
+ public global::LabelStudio.PaginatedCertificateList? Type341 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedCourseModuleList? Type342 { get; set; }
+ public global::System.Collections.Generic.IList? Type342 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelCreateList? Type343 { get; set; }
+ public global::LabelStudio.PaginatedCourseModuleList? Type343 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type344 { get; set; }
+ public global::LabelStudio.PaginatedLabelCreateList? Type344 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelLinkList? Type345 { get; set; }
+ public global::System.Collections.Generic.IList? Type345 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type346 { get; set; }
+ public global::LabelStudio.PaginatedLabelLinkList? Type346 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelList? Type347 { get; set; }
+ public global::System.Collections.Generic.IList? Type347 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type348 { get; set; }
+ public global::LabelStudio.PaginatedLabelList? Type348 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLearningResourceList? Type349 { get; set; }
+ public global::System.Collections.Generic.IList? Type349 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type350 { get; set; }
+ public global::LabelStudio.PaginatedLearningResourceList? Type350 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseInterfaceListList? Type351 { get; set; }
+ public global::System.Collections.Generic.IList? Type351 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type352 { get; set; }
+ public global::LabelStudio.PaginatedLseInterfaceListList? Type352 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type353 { get; set; }
+ public global::System.Collections.Generic.IList? Type353 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type354 { get; set; }
+ public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type354 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseProjectCountsList? Type355 { get; set; }
+ public global::System.Collections.Generic.IList? Type355 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type356 { get; set; }
+ public global::LabelStudio.PaginatedLseProjectCountsList? Type356 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseUserList? Type357 { get; set; }
+ public global::System.Collections.Generic.IList? Type357 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type358 { get; set; }
+ public global::LabelStudio.PaginatedLseUserList? Type358 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type359 { get; set; }
+ public global::System.Collections.Generic.IList? Type359 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type360 { get; set; }
+ public global::LabelStudio.PaginatedModelInterfaceSerializerGETList? Type360 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedOrganizationMemberTagList? Type361 { get; set; }
+ public global::System.Collections.Generic.IList? Type361 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type362 { get; set; }
+ public global::LabelStudio.PaginatedOrganizationMemberTagList? Type362 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type363 { get; set; }
+ public global::System.Collections.Generic.IList? Type363 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type364 { get; set; }
+ public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type364 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedProjectMember? Type365 { get; set; }
+ public global::System.Collections.Generic.IList? Type365 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type366 { get; set; }
+ public global::LabelStudio.PaginatedProjectMember? Type366 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type367 { get; set; }
+ public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type367 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetTasksResponse? Type368 { get; set; }
+ public global::System.Collections.Generic.IList? Type368 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedRoleBasedTaskList? Type369 { get; set; }
+ public global::LabelStudio.ProjectSubsetTasksResponse? Type369 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type370 { get; set; }
+ public global::LabelStudio.PaginatedRoleBasedTaskList? Type370 { get; set; }
///
///
///
- public global::LabelStudio.RoleBasedTask? Type371 { get; set; }
+ public global::System.Collections.Generic.IList? Type371 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedStateModelList? Type372 { get; set; }
+ public global::LabelStudio.RoleBasedTask? Type372 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type373 { get; set; }
+ public global::LabelStudio.PaginatedStateModelList? Type373 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedUserLearningProgressListList? Type374 { get; set; }
+ public global::System.Collections.Generic.IList? Type374 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type375 { get; set; }
+ public global::LabelStudio.PaginatedUserLearningProgressListList? Type375 { get; set; }
///
///
///
- public global::LabelStudio.UserLearningProgressList? Type376 { get; set; }
+ public global::System.Collections.Generic.IList? Type376 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAnalyticsViewRequest? Type377 { get; set; }
+ public global::LabelStudio.UserLearningProgressList? Type377 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAnnotationReviewRequest? Type378 { get; set; }
+ public global::LabelStudio.PatchedAnalyticsViewRequest? Type378 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type379 { get; set; }
+ public global::LabelStudio.PatchedAnnotationReviewRequest? Type379 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type380 { get; set; }
+ public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type380 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type381 { get; set; }
+ public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type381 { get; set; }
///
///
///
- public global::LabelStudio.PatchedBlueprintUpdateRequest? Type382 { get; set; }
+ public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type382 { get; set; }
///
///
///
- public global::LabelStudio.PatchedCommentRequest? Type383 { get; set; }
+ public global::LabelStudio.PatchedBlueprintUpdateRequest? Type383 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type384 { get; set; }
+ public global::LabelStudio.PatchedCommentRequest? Type384 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type385 { get; set; }
+ public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type385 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatasetRequest? Type386 { get; set; }
+ public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type386 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatasetViewRequest? Type387 { get; set; }
+ public global::LabelStudio.PatchedDatasetRequest? Type387 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDefaultRoleRequest? Type388 { get; set; }
+ public global::LabelStudio.PatchedDatasetViewRequest? Type388 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDimensionRequest? Type389 { get; set; }
+ public global::LabelStudio.PatchedDefaultRoleRequest? Type389 { get; set; }
///
///
///
- public global::LabelStudio.PatchedFewShotExampleRequest? Type390 { get; set; }
+ public global::LabelStudio.PatchedDimensionRequest? Type390 { get; set; }
///
///
///
- public global::LabelStudio.PatchedFileUploadRequest? Type391 { get; set; }
+ public global::LabelStudio.PatchedFewShotExampleRequest? Type391 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type392 { get; set; }
+ public global::LabelStudio.PatchedFileUploadRequest? Type392 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type393 { get; set; }
+ public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type393 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type394 { get; set; }
+ public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type394 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type395 { get; set; }
+ public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type395 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type396 { get; set; }
+ public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type396 { get; set; }
///
///
///
- public global::LabelStudio.PatchedHotkeysRequest? Type397 { get; set; }
+ public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type397 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLabelLinkRequest? Type398 { get; set; }
+ public global::LabelStudio.PatchedHotkeysRequest? Type398 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLabelRequest? Type399 { get; set; }
+ public global::LabelStudio.PatchedLabelLinkRequest? Type399 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLearningResourceRequest? Type400 { get; set; }
+ public global::LabelStudio.PatchedLabelRequest? Type400 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type401 { get; set; }
+ public global::LabelStudio.PatchedLearningResourceRequest? Type401 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseInterfaceRequest? Type402 { get; set; }
+ public global::LabelStudio.PatchedLearningResourceUpdateRequest? Type402 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type403 { get; set; }
+ public global::LabelStudio.PatchedLseInterfaceRequest? Type403 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type404 { get; set; }
+ public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type404 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseProjectUpdateRequest? Type405 { get; set; }
+ public global::System.Collections.Generic.IList>? Type405 { get; set; }
///
///
///
- public global::LabelStudio.ReviewSettingsRequest? Type406 { get; set; }
+ public global::LabelStudio.PatchedLseProjectUpdateRequest? Type406 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type407 { get; set; }
+ public global::LabelStudio.ReviewSettingsRequest? Type407 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type408 { get; set; }
+ public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type408 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseTaskRequest? Type409 { get; set; }
+ public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type409 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type410 { get; set; }
+ public global::LabelStudio.PatchedLseTaskRequest? Type410 { get; set; }
///
///
///
- public global::LabelStudio.PatchedModelInterfaceRequest? Type411 { get; set; }
+ public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type411 { get; set; }
///
///
///
- public global::LabelStudio.PatchedModelProviderConnectionRequest? Type412 { get; set; }
+ public global::LabelStudio.PatchedModelInterfaceRequest? Type412 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type413 { get; set; }
+ public global::LabelStudio.PatchedModelProviderConnectionRequest? Type413 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type414 { get; set; }
+ public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type414 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationPermissionRequest? Type415 { get; set; }
+ public global::LabelStudio.StandardUserTypeEnum? Type415 { get; set; }
///
///
///
- public global::LabelStudio.PatchedPauseRequest? Type416 { get; set; }
+ public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type416 { get; set; }
///
///
///
- public global::LabelStudio.ReasonEnum? Type417 { get; set; }
+ public global::LabelStudio.PatchedOrganizationPermissionRequest? Type417 { get; set; }
///
///
///
- public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type418 { get; set; }
+ public global::LabelStudio.PatchedPauseRequest? Type418 { get; set; }
///
///
///
- public global::LabelStudio.PatchedProjectTemplateRequest? Type419 { get; set; }
+ public global::LabelStudio.ReasonEnum? Type419 { get; set; }
///
///
///
- public global::LabelStudio.PatchedS3DatasetStorageRequest? Type420 { get; set; }
+ public global::LabelStudio.PatchedProjectLearningAssignmentRequest? Type420 { get; set; }
///
///
///
- public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type421 { get; set; }
+ public global::LabelStudio.PatchedProjectTemplateRequest? Type421 { get; set; }
///
///
///
- public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type422 { get; set; }
+ public global::LabelStudio.PatchedS3DatasetStorageRequest? Type422 { get; set; }
///
///
///
- public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type423 { get; set; }
+ public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type423 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type424 { get; set; }
+ public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type424 { get; set; }
///
///
///
- public global::LabelStudio.PatchedWorkspaceRequest? Type425 { get; set; }
+ public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type425 { get; set; }
///
///
///
- public global::LabelStudio.Pause? Type426 { get; set; }
+ public global::System.Collections.Generic.IList? Type426 { get; set; }
///
///
///
- public global::LabelStudio.PauseRequest? Type427 { get; set; }
+ public global::LabelStudio.PatchedWorkspaceRequest? Type427 { get; set; }
///
///
///
- public global::LabelStudio.Prediction? Type428 { get; set; }
+ public global::LabelStudio.Pause? Type428 { get; set; }
///
///
///
- public global::LabelStudio.PredictionCountResponse? Type429 { get; set; }
+ public global::LabelStudio.PauseRequest? Type429 { get; set; }
///
///
///
- public global::LabelStudio.Project? Type430 { get; set; }
+ public global::LabelStudio.Prediction? Type430 { get; set; }
///
///
///
- public global::LabelStudio.ProjectAnnotationsBrowseItem? Type431 { get; set; }
+ public global::LabelStudio.PredictionCountResponse? Type431 { get; set; }
///
///
///
- public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type432 { get; set; }
+ public global::LabelStudio.Project? Type432 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type433 { get; set; }
+ public global::LabelStudio.ProjectAnnotationsBrowseItem? Type433 { get; set; }
///
///
///
- public global::LabelStudio.ProjectDuplicateModeEnum? Type434 { get; set; }
+ public global::LabelStudio.ProjectAnnotationsBrowseResponse? Type434 { get; set; }
///
///
///
- public global::LabelStudio.ProjectDuplicateRequest? Type435 { get; set; }
+ public global::System.Collections.Generic.IList? Type435 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroup? Type436 { get; set; }
+ public global::LabelStudio.ProjectDuplicateModeEnum? Type436 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroupRoleEnum? Type437 { get; set; }
+ public global::LabelStudio.ProjectDuplicateRequest? Type437 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroupRequest? Type438 { get; set; }
+ public global::LabelStudio.ProjectGroup? Type438 { get; set; }
///
///
///
- public global::LabelStudio.ProjectImport? Type439 { get; set; }
+ public global::LabelStudio.ProjectGroupRoleEnum? Type439 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLabelConfig? Type440 { get; set; }
+ public global::LabelStudio.ProjectGroupRequest? Type440 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLabelConfigRequest? Type441 { get; set; }
+ public global::LabelStudio.ProjectImport? Type441 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLearningAssignment? Type442 { get; set; }
+ public global::LabelStudio.ProjectLabelConfig? Type442 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type443 { get; set; }
+ public global::LabelStudio.ProjectLabelConfigRequest? Type443 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMember? Type444 { get; set; }
+ public global::LabelStudio.ProjectLearningAssignment? Type444 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignRequest? Type445 { get; set; }
+ public global::LabelStudio.ProjectLearningAssignmentCreateRequest? Type445 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type446 { get; set; }
+ public global::LabelStudio.ProjectMember? Type446 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type447 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignRequest? Type447 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignResponse? Type448 { get; set; }
+ public global::System.Collections.Generic.IList? Type448 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberIdentityVerificationError? Type449 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type449 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberRequest? Type450 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignResponse? Type450 { get; set; }
///
///
///
- public global::LabelStudio.ProjectReimport? Type451 { get; set; }
+ public global::LabelStudio.ProjectMemberIdentityVerificationError? Type451 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRole? Type452 { get; set; }
+ public global::LabelStudio.ProjectMemberRequest? Type452 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRoleRequest? Type453 { get; set; }
+ public global::LabelStudio.ProjectReimport? Type453 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetItem? Type454 { get; set; }
+ public global::LabelStudio.ProjectRole? Type454 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetTaskItem? Type455 { get; set; }
+ public global::LabelStudio.ProjectRoleRequest? Type455 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type456 { get; set; }
+ public global::LabelStudio.ProjectSubsetItem? Type456 { get; set; }
///
///
///
- public global::LabelStudio.ProjectTemplate? Type457 { get; set; }
+ public global::LabelStudio.ProjectSubsetTaskItem? Type457 { get; set; }
///
///
///
- public global::LabelStudio.ProjectTemplateRequest? Type458 { get; set; }
+ public global::System.Collections.Generic.IList? Type458 { get; set; }
///
///
///
- public global::LabelStudio.PromptPreviewResponse? Type459 { get; set; }
+ public global::LabelStudio.ProjectTemplate? Type459 { get; set; }
///
///
///
- public global::LabelStudio.PublishLearningResourceRequest? Type460 { get; set; }
+ public global::LabelStudio.ProjectTemplateRequest? Type460 { get; set; }
///
///
///
- public global::LabelStudio.RetakeScopeEnum? Type461 { get; set; }
+ public global::LabelStudio.PromptPreviewResponse? Type461 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluate? Type462 { get; set; }
+ public global::LabelStudio.PublishLearningResourceRequest? Type462 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluateModeEnum? Type463 { get; set; }
+ public global::LabelStudio.RetakeScopeEnum? Type463 { get; set; }
///
///
///
- public global::LabelStudio.ReEvaluateRequest? Type464 { get; set; }
+ public global::LabelStudio.ReEvaluate? Type464 { get; set; }
///
///
///
- public global::LabelStudio.RedisExportStorage? Type465 { get; set; }
+ public global::LabelStudio.ReEvaluateModeEnum? Type465 { get; set; }
///
///
///
- public global::LabelStudio.RedisImportStorage? Type466 { get; set; }
+ public global::LabelStudio.ReEvaluateRequest? Type466 { get; set; }
///
///
///
- public global::LabelStudio.RefinePromptRequestRequest? Type467 { get; set; }
+ public global::LabelStudio.RedisExportStorage? Type467 { get; set; }
///
///
///
- public global::LabelStudio.RefinedPromptResponse? Type468 { get; set; }
+ public global::LabelStudio.RedisImportStorage? Type468 { get; set; }
///
///
///
- public global::LabelStudio.ThirdPartyModelVersion? Type469 { get; set; }
+ public global::LabelStudio.RefinePromptRequestRequest? Type469 { get; set; }
///
///
///
- public global::LabelStudio.RegressionSummary? Type470 { get; set; }
+ public global::LabelStudio.RefinedPromptResponse? Type470 { get; set; }
///
///
///
- public global::LabelStudio.RegressionsResponse? Type471 { get; set; }
+ public global::LabelStudio.ThirdPartyModelVersion? Type471 { get; set; }
///
///
///
- public global::LabelStudio.RequeueRejectedTasksModeEnum? Type472 { get; set; }
+ public global::LabelStudio.RegressionSummary? Type472 { get; set; }
///
///
///
- public global::LabelStudio.ReviewCriteriaEnum? Type473 { get; set; }
+ public global::LabelStudio.RegressionsResponse? Type473 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRule? Type474 { get; set; }
+ public global::LabelStudio.RequeueRejectedTasksModeEnum? Type474 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type475 { get; set; }
+ public global::LabelStudio.ReviewCriteriaEnum? Type475 { get; set; }
///
///
///
- public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type476 { get; set; }
+ public global::LabelStudio.ReviewRoutingRule? Type476 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type477 { get; set; }
+ public global::LabelStudio.ReviewRoutingRuleRequestRequest? Type477 { get; set; }
///
///
///
- public global::LabelStudio.ReviewSettingsSamplingEnum? Type478 { get; set; }
+ public global::LabelStudio.ReviewRoutingRulesReplaceRequest? Type478 { get; set; }
///
///
///
- public global::LabelStudio.RevokeCertificateRequest? Type479 { get; set; }
+ public global::System.Collections.Generic.IList? Type479 { get; set; }
///
///
///
- public global::LabelStudio.RevokeInviteRequest? Type480 { get; set; }
+ public global::LabelStudio.ReviewSettingsSamplingEnum? Type480 { get; set; }
///
///
///
- public global::LabelStudio.S3DatasetStorage? Type481 { get; set; }
+ public global::LabelStudio.RevokeCertificateRequest? Type481 { get; set; }
///
///
///
- public global::LabelStudio.S3DatasetStorageRequest? Type482 { get; set; }
+ public global::LabelStudio.RevokeInviteRequest? Type482 { get; set; }
///
///
///
- public global::LabelStudio.S3ExportStorage? Type483 { get; set; }
+ public global::LabelStudio.S3DatasetStorage? Type483 { get; set; }
///
///
///
- public global::LabelStudio.S3ImportStorage? Type484 { get; set; }
+ public global::LabelStudio.S3DatasetStorageRequest? Type484 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettings? Type485 { get; set; }
+ public global::LabelStudio.S3ExportStorage? Type485 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type486 { get; set; }
+ public global::LabelStudio.S3ImportStorage? Type486 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type487 { get; set; }
+ public global::LabelStudio.SamlSettings? Type487 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettingsUpdate? Type488 { get; set; }
+ public global::System.Collections.Generic.IList? Type488 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettingsUpdateRequest? Type489 { get; set; }
+ public global::System.Collections.Generic.IList>? Type489 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type490 { get; set; }
+ public global::LabelStudio.SamlSettingsUpdate? Type490 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettings? Type491 { get; set; }
+ public global::LabelStudio.SamlSettingsUpdateRequest? Type491 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettingsUpdate? Type492 { get; set; }
+ public global::System.Collections.Generic.IList? Type492 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettingsUpdateRequest? Type493 { get; set; }
+ public global::LabelStudio.ScimSettings? Type493 { get; set; }
///
///
///
- public global::LabelStudio.SendInviteRequest? Type494 { get; set; }
+ public global::LabelStudio.ScimSettingsUpdate? Type494 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOption? Type495 { get; set; }
+ public global::LabelStudio.ScimSettingsUpdateRequest? Type495 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptionRequest? Type496 { get; set; }
+ public global::LabelStudio.SendInviteRequest? Type496 { get; set; }
///
///
///
- public global::LabelStudio.SessionTimeoutPolicy? Type497 { get; set; }
+ public global::LabelStudio.SerializationOption? Type497 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillCancelResponse? Type498 { get; set; }
+ public global::LabelStudio.SerializationOptionRequest? Type498 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillErrorResponse? Type499 { get; set; }
+ public global::LabelStudio.SessionTimeoutPolicy? Type499 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobItem? Type500 { get; set; }
+ public global::LabelStudio.StateBackfillCancelResponse? Type500 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobItemResponse? Type501 { get; set; }
+ public global::LabelStudio.StateBackfillErrorResponse? Type501 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillProgress? Type502 { get; set; }
+ public global::LabelStudio.StateBackfillJobItem? Type502 { get; set; }
///
///
///
- public global::LabelStudio.StateTriggeredBy? Type503 { get; set; }
+ public global::LabelStudio.StateBackfillJobItemResponse? Type503 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobListResponse? Type504 { get; set; }
+ public global::LabelStudio.StateBackfillProgress? Type504 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type505 { get; set; }
+ public global::LabelStudio.StateTriggeredBy? Type505 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillOrgStatus? Type506 { get; set; }
+ public global::LabelStudio.StateBackfillJobListResponse? Type506 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillResponse? Type507 { get; set; }
+ public global::System.Collections.Generic.IList? Type507 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type508 { get; set; }
+ public global::LabelStudio.StateBackfillOrgStatus? Type508 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillStatusResponse? Type509 { get; set; }
+ public global::LabelStudio.StateBackfillResponse? Type509 { get; set; }
///
///
///
- public global::LabelStudio.TriggeredBy2? Type510 { get; set; }
+ public global::System.Collections.Generic.IList? Type510 { get; set; }
///
///
///
- public global::LabelStudio.TaskAgreementMatrixResponse? Type511 { get; set; }
+ public global::LabelStudio.StateBackfillStatusResponse? Type511 { get; set; }
///
///
///
- public global::LabelStudio.TaskAssignment? Type512 { get; set; }
+ public global::LabelStudio.TriggeredBy2? Type512 { get; set; }
///
///
///
- public global::LabelStudio.TypeEnum? Type513 { get; set; }
+ public global::LabelStudio.TaskAgreementMatrixResponse? Type513 { get; set; }
///
///
///
- public global::LabelStudio.TaskEvent? Type514 { get; set; }
+ public global::LabelStudio.TaskAssignment? Type514 { get; set; }
///
///
///
- public global::LabelStudio.TaskEventRequest? Type515 { get; set; }
+ public global::LabelStudio.TypeEnum? Type515 { get; set; }
///
///
///
- public global::LabelStudio.TaskSimple? Type516 { get; set; }
+ public global::LabelStudio.TaskEvent? Type516 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type517 { get; set; }
+ public global::LabelStudio.TaskEventRequest? Type517 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type518 { get; set; }
+ public global::LabelStudio.TaskSimple? Type518 { get; set; }
///
///
///
- public global::LabelStudio.ThirdPartyModelVersionRequest? Type519 { get; set; }
+ public global::System.Collections.Generic.IList? Type519 { get; set; }
///
///
///
- public global::LabelStudio.TokenDetailError? Type520 { get; set; }
+ public global::System.Collections.Generic.IList? Type520 { get; set; }
///
///
///
- public global::LabelStudio.TokenRefreshRequest? Type521 { get; set; }
+ public global::LabelStudio.ThirdPartyModelVersionRequest? Type521 { get; set; }
///
///
///
- public global::LabelStudio.TokenRefreshResponse? Type522 { get; set; }
+ public global::LabelStudio.TokenDetailError? Type522 { get; set; }
///
///
///
- public global::LabelStudio.TokenRotateResponse? Type523 { get; set; }
+ public global::LabelStudio.TokenRefreshRequest? Type523 { get; set; }
///
///
///
- public global::LabelStudio.TryTaskRequestRequest? Type524 { get; set; }
+ public global::LabelStudio.TokenRefreshResponse? Type524 { get; set; }
///
///
///
- public global::LabelStudio.TryTaskResponse? Type525 { get; set; }
+ public global::LabelStudio.TokenRotateResponse? Type525 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlDomainRequestRequest? Type526 { get; set; }
+ public global::LabelStudio.TryTaskRequestRequest? Type526 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlDomainResponse? Type527 { get; set; }
+ public global::LabelStudio.TryTaskResponse? Type527 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type528 { get; set; }
+ public global::LabelStudio.ValidateSamlDomainRequestRequest? Type528 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type529 { get; set; }
+ public global::LabelStudio.ValidateSamlDomainResponse? Type529 { get; set; }
///
///
///
- public global::LabelStudio.ValueCountsBackfillJob? Type530 { get; set; }
+ public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type530 { get; set; }
///
///
///
- public global::LabelStudio.VersionResponse? Type531 { get; set; }
+ public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type531 { get; set; }
///
///
///
- public global::LabelStudio.View? Type532 { get; set; }
+ public global::LabelStudio.ValueCountsBackfillJob? Type532 { get; set; }
///
///
///
- public global::LabelStudio.ViewLockedBy? Type533 { get; set; }
+ public global::LabelStudio.VersionResponse? Type533 { get; set; }
///
///
///
- public global::LabelStudio.ViewOrderRequest? Type534 { get; set; }
+ public global::LabelStudio.View? Type534 { get; set; }
///
///
///
- public global::LabelStudio.Webhook? Type535 { get; set; }
+ public global::LabelStudio.ViewLockedBy? Type535 { get; set; }
///
///
///
- public global::LabelStudio.WebhookRequest? Type536 { get; set; }
+ public global::LabelStudio.ViewOrderRequest? Type536 { get; set; }
///
///
///
- public global::LabelStudio.WebhookSerializerForUpdate? Type537 { get; set; }
+ public global::LabelStudio.Webhook? Type537 { get; set; }
///
///
///
- public global::LabelStudio.WebhookSerializerForUpdateRequest? Type538 { get; set; }
+ public global::LabelStudio.WebhookRequest? Type538 { get; set; }
///
///
///
- public global::LabelStudio.WhoAmILseFields? Type539 { get; set; }
+ public global::LabelStudio.WebhookSerializerForUpdate? Type539 { get; set; }
///
///
///
- public global::LabelStudio.WhoAmIUser? Type540 { get; set; }
+ public global::LabelStudio.WebhookSerializerForUpdateRequest? Type540 { get; set; }
///
///
///
- public global::LabelStudio.Workspace? Type541 { get; set; }
+ public global::LabelStudio.WhoAmILseFields? Type541 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type542 { get; set; }
+ public global::LabelStudio.WhoAmIUser? Type542 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberCreate? Type543 { get; set; }
+ public global::LabelStudio.Workspace? Type543 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberCreateRequest? Type544 { get; set; }
+ public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type544 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberList? Type545 { get; set; }
+ public global::LabelStudio.WorkspaceMemberCreate? Type545 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceProjectsRequest? Type546 { get; set; }
+ public global::LabelStudio.WorkspaceMemberCreateRequest? Type546 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceRequest? Type547 { get; set; }
+ public global::LabelStudio.WorkspaceMemberList? Type547 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type548 { get; set; }
+ public global::LabelStudio.WorkspaceProjectsRequest? Type548 { get; set; }
///
///
///
- public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type549 { get; set; }
+ public global::LabelStudio.WorkspaceRequest? Type549 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequest? Type550 { get; set; }
+ public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type550 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type551 { get; set; }
+ public global::LabelStudio.ApiDatasetsImportPartialUpdateRequest? Type551 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type552 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequest? Type552 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type553 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type553 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type554 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type554 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type555 { get; set; }
+ public global::System.Collections.Generic.IList? Type555 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type556 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type556 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type557 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type557 { get; set; }
///
///
///
- public float? Type558 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type558 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type559 { get; set; }
+ public global::LabelStudio.OneOf? Type559 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type560 { get; set; }
+ public float? Type560 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type561 { get; set; }
+ public global::System.Collections.Generic.IList? Type561 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type562 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type562 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type563 { get; set; }
+ public global::LabelStudio.OneOf? Type563 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequest? Type564 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type564 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestData? Type565 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type565 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type566 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequest? Type566 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type567 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestData? Type567 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type568 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type568 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type569 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type569 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type570 { get; set; }
+ public global::System.Collections.Generic.IList? Type570 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type571 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type571 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type572 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type572 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type573 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type573 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type574 { get; set; }
+ public global::System.Collections.Generic.IList? Type574 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type575 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type575 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type576 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type576 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type577 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type577 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type578 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type578 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type579 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type579 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type580 { get; set; }
+ public global::System.Collections.Generic.IList? Type580 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type581 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type581 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type582 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type582 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type583 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type583 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequest? Type584 { get; set; }
+ public global::System.Collections.Generic.IList? Type584 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestData? Type585 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type585 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type586 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequest? Type586 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type587 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestData? Type587 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type588 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type588 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type589 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type589 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type590 { get; set; }
+ public global::System.Collections.Generic.IList? Type590 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type591 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type591 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type592 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type592 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type593 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type593 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type594 { get; set; }
+ public global::System.Collections.Generic.IList? Type594 { get; set; }
///
///
///
- public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type595 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type595 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type596 { get; set; }
+ public global::System.Collections.Generic.IList? Type596 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type597 { get; set; }
+ public global::LabelStudio.ApiLearningResourcesUserProgressImportCreateRequest? Type597 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type598 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type598 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type599 { get; set; }
+ public global::System.Collections.Generic.IList? Type599 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlCreateRequest? Type600 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type600 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type601 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type601 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlPartialUpdateRequest? Type602 { get; set; }
+ public global::LabelStudio.ApiMlCreateRequest? Type602 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type603 { get; set; }
+ public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type603 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlTrainCreateRequest? Type604 { get; set; }
+ public global::LabelStudio.ApiMlPartialUpdateRequest? Type604 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsCreateRequest? Type605 { get; set; }
+ public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type605 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type606 { get; set; }
+ public global::LabelStudio.ApiMlTrainCreateRequest? Type606 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsUpdateRequest? Type607 { get; set; }
+ public global::LabelStudio.ApiPredictionsCreateRequest? Type607 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type608 { get; set; }
+ public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type608 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type609 { get; set; }
+ public global::LabelStudio.ApiPredictionsUpdateRequest? Type609 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type610 { get; set; }
+ public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type610 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type611 { get; set; }
+ public global::System.Collections.Generic.IList? Type611 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type612 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequest? Type612 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type613 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFilters? Type613 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type614 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersConjunction? Type614 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type615 { get; set; }
+ public global::System.Collections.Generic.IList? Type615 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type616 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItem? Type616 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type617 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemFilter? Type617 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type618 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestFiltersItemOperator? Type618 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type619 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllFalse? Type619 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type620 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestSelectedItemsAllTrue? Type620 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type621 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesBulkCreateRequestType? Type621 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type622 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type622 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type623 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type623 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzureCreateRequest? Type624 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type624 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type625 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type625 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type626 { get; set; }
+ public global::LabelStudio.ApiStoragesAzureCreateRequest? Type626 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type627 { get; set; }
+ public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type627 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type628 { get; set; }
+ public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type628 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type629 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type629 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type630 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type630 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type631 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type631 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type632 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type632 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type633 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type633 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type634 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type634 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type635 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type635 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type636 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type636 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type637 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type637 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type638 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type638 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type639 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type639 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type640 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type640 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type641 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type641 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsCreateRequest? Type642 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type642 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type643 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type643 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type644 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsCreateRequest? Type644 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type645 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type645 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type646 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type646 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type647 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type647 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisCreateRequest? Type648 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type648 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type649 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type649 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type650 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisCreateRequest? Type650 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3CreateRequest? Type651 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type651 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type652 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type652 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type653 { get; set; }
+ public global::LabelStudio.ApiStoragesS3CreateRequest? Type653 { get; set; }
///
///
///
- public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type654 { get; set; }
+ public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type654 { get; set; }
///
///
///
- public global::LabelStudio.ApiUsersCreateRequest? Type655 { get; set; }
+ public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type655 { get; set; }
///
///
///
- public global::LabelStudio.ApiUsersPartialUpdateRequest? Type656 { get; set; }
+ public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type656 { get; set; }
///
///
///
- public global::LabelStudio.ApiActivityLogsListMethod? Type657 { get; set; }
+ public global::LabelStudio.ApiUsersCreateRequest? Type657 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateId? Type658 { get; set; }
+ public global::LabelStudio.ApiUsersPartialUpdateRequest? Type658 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMembershipsListScope? Type659 { get; set; }
+ public global::LabelStudio.ApiActivityLogsListMethod? Type659 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode? Type660 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateId? Type660 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable? Type661 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMembershipsListScope? Type661 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable? Type662 { get; set; }
+ public global::LabelStudio.ApiProjectsAnalyticsDataQualityAgreementAnalysisConfusionMatrixRetrieveMode? Type662 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveTable? Type663 { get; set; }
+ public global::LabelStudio.ApiProjectsStatsMemberPerformanceParticipantsListTable? Type663 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type664 { get; set; }
+ public global::LabelStudio.ApiProjectsStatsMemberPerformanceRowsRetrieveTable? Type664 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsSubsetTasksListAlignmentOutcome? Type665 { get; set; }
+ public global::LabelStudio.ApiProjectsStatsMemberPerformanceSummaryRetrieveTable? Type665 { get; set; }
///
///
///
- public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type666 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type666 { get; set; }
///
///
///
- public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type667 { get; set; }
+ public global::LabelStudio.ApiProjectsSubsetTasksListAlignmentOutcome? Type667 { get; set; }
///
///
///
- public global::LabelStudio.ApiTasksListFields? Type668 { get; set; }
+ public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type668 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type669 { get; set; }
+ public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type669 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type670 { get; set; }
+ public global::LabelStudio.ApiTasksListFields? Type670 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type671 { get; set; }
+ public global::System.Collections.Generic.IList? Type671 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type672 { get; set; }
+ public global::System.Collections.Generic.IList? Type672 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type673 { get; set; }
+ public global::System.Collections.Generic.IList? Type673 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type674 { get; set; }
+ public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type674 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type675 { get; set; }
+ public global::System.Collections.Generic.IList? Type675 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type676 { get; set; }
+ public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type676 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type677 { get; set; }
+ public global::System.Collections.Generic.IList? Type677 { get; set; }
///
///
///
- public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type678 { get; set; }
+ public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type678 { get; set; }
///
///
///
- public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type679 { get; set; }
+ public global::System.Collections.Generic.IList? Type679 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type680 { get; set; }
+ public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type680 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type681 { get; set; }
+ public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type681 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type682 { get; set; }
+ public global::System.Collections.Generic.IList? Type682 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type683 { get; set; }
+ public global::System.Collections.Generic.IList? Type683 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type684 { get; set; }
+ public global::System.Collections.Generic.IList? Type684 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type685 { get; set; }
+ public global::System.Collections.Generic.IList? Type685 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type686 { get; set; }
+ public global::System.Collections.Generic.IList? Type686 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type687 { get; set; }
+ public global::System.Collections.Generic.IList? Type687 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type688 { get; set; }
+ public global::System.Collections.Generic.IList? Type688 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsRetrieveResponseItem? Type689 { get; set; }
+ public global::System.Collections.Generic.IList? Type689 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsRetrieveResponseItemDialog? Type690 { get; set; }
+ public global::System.Collections.Generic.IList? Type690 { get; set; }
///
///
///
- public global::LabelStudio.OneOf>? Type691 { get; set; }
+ public global::LabelStudio.ApiDmActionsRetrieveResponseItem? Type691 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type692 { get; set; }
+ public global::LabelStudio.ApiDmActionsRetrieveResponseItemDialog? Type692 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type693 { get; set; }
+ public global::LabelStudio.OneOf>? Type693 { get; set; }
///
///
///
- public global::LabelStudio.ApiInferenceRunsIndicatorsListResponseItem? Type694 { get; set; }
+ public global::System.Collections.Generic.IList? Type694 { get; set; }
///
///
///
- public global::LabelStudio.ApiLearningResourcesUserProgressBulkResetCreateResponse? Type695 { get; set; }
+ public global::System.Collections.Generic.IList? Type695 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type696 { get; set; }
+ public global::LabelStudio.ApiInferenceRunsIndicatorsListResponseItem? Type696 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlVersionsRetrieveResponse? Type697 { get; set; }
+ public global::LabelStudio.ApiLearningResourcesUserProgressBulkResetCreateResponse? Type697 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type698 { get; set; }
+ public global::System.Collections.Generic.IList? Type698 { get; set; }
///
///
///
- public global::LabelStudio.ApiModelProviderConnectionsProviderChoicesRetrieveResponse? Type699 { get; set; }
+ public global::LabelStudio.ApiMlVersionsRetrieveResponse? Type699 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type700 { get; set; }
+ public global::System.Collections.Generic.IList? Type700 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMemberTagsAssignmentsCreateResponse? Type701 { get; set; }
+ public global::LabelStudio.ApiModelProviderConnectionsProviderChoicesRetrieveResponse? Type701 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMemberTagsBulkDestroyResponse? Type702 { get; set; }
+ public global::System.Collections.Generic.IList? Type702 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMemberTagsBulkCreateResponse? Type703 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMemberTagsAssignmentsCreateResponse? Type703 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMemberTagsImportsCreateResponse? Type704 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMemberTagsBulkDestroyResponse? Type704 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type705 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMemberTagsBulkCreateResponse? Type705 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type706 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMemberTagsImportsCreateResponse? Type706 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type707 { get; set; }
+ public global::System.Collections.Generic.IList? Type707 { get; set; }
///