diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProject.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProject.g.cs index e4c4091..37a500a 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProject.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProject.g.cs @@ -337,6 +337,13 @@ public sealed partial class LseProject [global::System.Text.Json.Serialization.JsonPropertyName("pause_on_failed_annotator_evaluation")] public bool? PauseOnFailedAnnotatorEvaluation { get; set; } + /// + /// Included only in responses + /// + /// default! + [global::System.Text.Json.Serialization.JsonPropertyName("permissions")] + public global::System.Collections.Generic.IList Permissions { get; set; } = default!; + /// /// Pinned date and time /// @@ -777,6 +784,9 @@ public sealed partial class LseProject /// JSON-formatted labeling configuration
/// Included only in responses /// + /// + /// Included only in responses + /// /// /// Included only in responses /// @@ -894,6 +904,7 @@ public LseProject( global::System.Collections.Generic.IList members = default!, int membersCount = default!, object parsedLabelConfig = default!, + global::System.Collections.Generic.IList permissions = default!, int queueDone = default!, int queueLeft = default!, int queueTotal = default!, @@ -957,6 +968,7 @@ public LseProject( this.OverlapCohortPercentage = overlapCohortPercentage; this.ParsedLabelConfig = parsedLabelConfig; this.PauseOnFailedAnnotatorEvaluation = pauseOnFailedAnnotatorEvaluation; + this.Permissions = permissions; this.PinnedAt = pinnedAt; this.Prompts = prompts; this.QueueDone = queueDone; diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProjectResponse.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProjectResponse.g.cs index 6c5006e..bc1cab6 100644 --- a/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProjectResponse.g.cs +++ b/src/libs/LabelStudio/Generated/LabelStudio.Models.LseProjectResponse.g.cs @@ -344,6 +344,13 @@ public sealed partial class LseProjectResponse [global::System.Text.Json.Serialization.JsonPropertyName("pause_on_failed_annotator_evaluation")] public bool? PauseOnFailedAnnotatorEvaluation { get; set; } + /// + /// Included only in responses + /// + /// default! + [global::System.Text.Json.Serialization.JsonPropertyName("permissions")] + public global::System.Collections.Generic.IList Permissions { get; set; } = default!; + /// /// Pinned date and time /// @@ -815,6 +822,9 @@ public sealed partial class LseProjectResponse /// JSON-formatted labeling configuration
/// Included only in responses /// + /// + /// Included only in responses + /// /// /// Included only in responses /// @@ -937,6 +947,7 @@ public LseProjectResponse( int membersCount = default!, int numTasksWithAnnotations = default!, object parsedLabelConfig = default!, + global::System.Collections.Generic.IList permissions = default!, int queueDone = default!, int queueLeft = default!, int queueTotal = default!, @@ -1003,6 +1014,7 @@ public LseProjectResponse( this.OverlapCohortPercentage = overlapCohortPercentage; this.ParsedLabelConfig = parsedLabelConfig; this.PauseOnFailedAnnotatorEvaluation = pauseOnFailedAnnotatorEvaluation; + this.Permissions = permissions; this.PinnedAt = pinnedAt; this.Prompts = prompts; this.QueueDone = queueDone; diff --git a/src/libs/LabelStudio/openapi.yaml b/src/libs/LabelStudio/openapi.yaml index b142dc5..055a073 100644 --- a/src/libs/LabelStudio/openapi.yaml +++ b/src/libs/LabelStudio/openapi.yaml @@ -33488,6 +33488,11 @@ components: description: Pause annotator on failed evaluation nullable: true type: boolean + permissions: + items: + type: string + readOnly: true + type: array pinned_at: description: Pinned date and time format: date-time @@ -33632,6 +33637,7 @@ components: - members_count - num_tasks_with_annotations - parsed_label_config + - permissions - prompts - queue_done - queue_left @@ -34348,6 +34354,11 @@ components: description: Pause annotator on failed evaluation nullable: true type: boolean + permissions: + items: + type: string + readOnly: true + type: array pinned_at: description: Pinned date and time format: date-time @@ -34503,6 +34514,7 @@ components: - members_count - num_tasks_with_annotations - parsed_label_config + - permissions - prompts - queue_done - queue_left