Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,15 @@ partial void ProcessApiDatasetsViewsCreateResponseContent(
/// Dataset ID
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -463,6 +472,9 @@ partial void ProcessApiDatasetsViewsCreateResponseContent(
int dataset,
object? data = default,
global::LabelStudio.FilterGroupRequest? filterGroup = default,
bool? isLocked = default,
global::System.DateTime? lockedAt = default,
int? lockedBy = default,
int? order = default,
object? ordering = default,
object? selectedItems = default,
Expand All @@ -475,6 +487,9 @@ partial void ProcessApiDatasetsViewsCreateResponseContent(
Data = data,
Dataset = dataset,
FilterGroup = filterGroup,
IsLocked = isLocked,
LockedAt = lockedAt,
LockedBy = lockedBy,
Order = order,
Ordering = ordering,
SelectedItems = selectedItems,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,15 @@ partial void ProcessApiDatasetsViewsPartialUpdateResponseContent(
/// Dataset ID
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -474,6 +483,9 @@ partial void ProcessApiDatasetsViewsPartialUpdateResponseContent(
object? data = default,
int? dataset = default,
global::LabelStudio.FilterGroupRequest? filterGroup = default,
bool? isLocked = default,
global::System.DateTime? lockedAt = default,
int? lockedBy = default,
int? order = default,
object? ordering = default,
object? selectedItems = default,
Expand All @@ -486,6 +498,9 @@ partial void ProcessApiDatasetsViewsPartialUpdateResponseContent(
Data = data,
Dataset = dataset,
FilterGroup = filterGroup,
IsLocked = isLocked,
LockedAt = lockedAt,
LockedBy = lockedBy,
Order = order,
Ordering = ordering,
SelectedItems = selectedItems,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,15 @@ partial void ProcessApiDatasetsViewsUpdateResponseContent(
/// Dataset ID
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -474,6 +483,9 @@ partial void ProcessApiDatasetsViewsUpdateResponseContent(
int dataset,
object? data = default,
global::LabelStudio.FilterGroupRequest? filterGroup = default,
bool? isLocked = default,
global::System.DateTime? lockedAt = default,
int? lockedBy = default,
int? order = default,
object? ordering = default,
object? selectedItems = default,
Expand All @@ -486,6 +498,9 @@ partial void ProcessApiDatasetsViewsUpdateResponseContent(
Data = data,
Dataset = dataset,
FilterGroup = filterGroup,
IsLocked = isLocked,
LockedAt = lockedAt,
LockedBy = lockedBy,
Order = order,
Ordering = ordering,
SelectedItems = selectedItems,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ public partial interface IDatasetsClient
/// Dataset ID
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -60,6 +69,9 @@ public partial interface IDatasetsClient
int dataset,
object? data = default,
global::LabelStudio.FilterGroupRequest? filterGroup = default,
bool? isLocked = default,
global::System.DateTime? lockedAt = default,
int? lockedBy = default,
int? order = default,
object? ordering = default,
object? selectedItems = default,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ public partial interface IDatasetsClient
/// Dataset ID
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -66,6 +75,9 @@ public partial interface IDatasetsClient
object? data = default,
int? dataset = default,
global::LabelStudio.FilterGroupRequest? filterGroup = default,
bool? isLocked = default,
global::System.DateTime? lockedAt = default,
int? lockedBy = default,
int? order = default,
object? ordering = default,
object? selectedItems = default,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ public partial interface IDatasetsClient
/// Dataset ID
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -66,6 +75,9 @@ public partial interface IDatasetsClient
int dataset,
object? data = default,
global::LabelStudio.FilterGroupRequest? filterGroup = default,
bool? isLocked = default,
global::System.DateTime? lockedAt = default,
int? lockedBy = default,
int? order = default,
object? ordering = default,
object? selectedItems = default,
Expand Down
33 changes: 33 additions & 0 deletions src/libs/LabelStudio/Generated/LabelStudio.Models.DatasetView.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@ public sealed partial class DatasetView
[global::System.Text.Json.Serialization.JsonPropertyName("id")]
public int Id { get; set; } = default!;

/// <summary>
/// Whether this data manager tab is locked against configuration changes
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("is_locked")]
public bool? IsLocked { get; set; }

/// <summary>
/// Time when this view was locked
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("locked_at")]
public global::System.DateTime? LockedAt { get; set; }

/// <summary>
/// User who locked this view
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("locked_by")]
public int? LockedBy { get; set; }

/// <summary>
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </summary>
Expand Down Expand Up @@ -74,6 +92,15 @@ public sealed partial class DatasetView
/// Custom view data
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -96,6 +123,9 @@ public DatasetView(
int dataset,
object? data,
global::LabelStudio.FilterGroup? filterGroup,
bool? isLocked,
global::System.DateTime? lockedAt,
int? lockedBy,
int? order,
object? ordering,
object? selectedItems,
Expand All @@ -106,6 +136,9 @@ public DatasetView(
this.Dataset = dataset;
this.FilterGroup = filterGroup;
this.Id = id;
this.IsLocked = isLocked;
this.LockedAt = lockedAt;
this.LockedBy = lockedBy;
this.Order = order;
this.Ordering = ordering;
this.SelectedItems = selectedItems;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@ public sealed partial class DatasetViewRequest
[global::System.Text.Json.Serialization.JsonPropertyName("filter_group")]
public global::LabelStudio.FilterGroupRequest? FilterGroup { get; set; }

/// <summary>
/// Whether this data manager tab is locked against configuration changes
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("is_locked")]
public bool? IsLocked { get; set; }

/// <summary>
/// Time when this view was locked
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("locked_at")]
public global::System.DateTime? LockedAt { get; set; }

/// <summary>
/// User who locked this view
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("locked_by")]
public int? LockedBy { get; set; }

/// <summary>
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </summary>
Expand Down Expand Up @@ -67,6 +85,15 @@ public sealed partial class DatasetViewRequest
/// Custom view data
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -86,6 +113,9 @@ public DatasetViewRequest(
int dataset,
object? data,
global::LabelStudio.FilterGroupRequest? filterGroup,
bool? isLocked,
global::System.DateTime? lockedAt,
int? lockedBy,
int? order,
object? ordering,
object? selectedItems,
Expand All @@ -94,6 +124,9 @@ public DatasetViewRequest(
this.Data = data;
this.Dataset = dataset;
this.FilterGroup = filterGroup;
this.IsLocked = isLocked;
this.LockedAt = lockedAt;
this.LockedBy = lockedBy;
this.Order = order;
this.Ordering = ordering;
this.SelectedItems = selectedItems;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ public sealed partial class PatchedDatasetViewRequest
[global::System.Text.Json.Serialization.JsonPropertyName("filter_group")]
public global::LabelStudio.FilterGroupRequest? FilterGroup { get; set; }

/// <summary>
/// Whether this data manager tab is locked against configuration changes
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("is_locked")]
public bool? IsLocked { get; set; }

/// <summary>
/// Time when this view was locked
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("locked_at")]
public global::System.DateTime? LockedAt { get; set; }

/// <summary>
/// User who locked this view
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("locked_by")]
public int? LockedBy { get; set; }

/// <summary>
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </summary>
Expand Down Expand Up @@ -66,6 +84,15 @@ public sealed partial class PatchedDatasetViewRequest
/// Dataset ID
/// </param>
/// <param name="filterGroup"></param>
/// <param name="isLocked">
/// Whether this data manager tab is locked against configuration changes
/// </param>
/// <param name="lockedAt">
/// Time when this view was locked
/// </param>
/// <param name="lockedBy">
/// User who locked this view
/// </param>
/// <param name="order">
/// Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
/// </param>
Expand All @@ -85,6 +112,9 @@ public PatchedDatasetViewRequest(
object? data,
int? dataset,
global::LabelStudio.FilterGroupRequest? filterGroup,
bool? isLocked,
global::System.DateTime? lockedAt,
int? lockedBy,
int? order,
object? ordering,
object? selectedItems,
Expand All @@ -93,6 +123,9 @@ public PatchedDatasetViewRequest(
this.Data = data;
this.Dataset = dataset;
this.FilterGroup = filterGroup;
this.IsLocked = isLocked;
this.LockedAt = lockedAt;
this.LockedBy = lockedBy;
this.Order = order;
this.Ordering = ordering;
this.SelectedItems = selectedItems;
Expand Down
Loading