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
@@ -0,0 +1,60 @@
#nullable enable

namespace LabelStudio
{
public partial interface IStatesClient
{
/// <summary>
/// Get organization IdP group assignment history<br/>
/// Read-only state history for IdP group assignments, scoped to the active organization (admin/owner only).
/// </summary>
/// <param name="groupName"></param>
/// <param name="kind"></param>
/// <param name="ordering"></param>
/// <param name="orgId"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.PaginatedStateModelList> OrganizationIdpAssignmentsHistoryAsync(
int orgId,
string? groupName = default,
global::LabelStudio.ApiFsmOrganizationsIdpAssignmentsHistoryListKind? kind = default,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Get organization IdP group assignment history<br/>
/// Read-only state history for IdP group assignments, scoped to the active organization (admin/owner only).
/// </summary>
/// <param name="groupName"></param>
/// <param name="kind"></param>
/// <param name="ordering"></param>
/// <param name="orgId"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.AutoSDKHttpResponse<global::LabelStudio.PaginatedStateModelList>> OrganizationIdpAssignmentsHistoryAsResponseAsync(
int orgId,
string? groupName = default,
global::LabelStudio.ApiFsmOrganizationsIdpAssignmentsHistoryListKind? kind = default,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
#nullable enable

namespace LabelStudio
{
public partial interface IStatesClient
{
/// <summary>
/// Get organization membership history<br/>
/// Read-only state history for organization memberships, scoped to the active organization (admin/owner only).
/// </summary>
/// <param name="ordering"></param>
/// <param name="orgId"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="since"></param>
/// <param name="source"></param>
/// <param name="until"></param>
/// <param name="userId"></param>
/// <param name="userType"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.PaginatedStateModelList> OrganizationMembershipHistoryAsync(
int orgId,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource? source = default,
global::System.DateTime? until = default,
int? userId = default,
global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType? userType = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Get organization membership history<br/>
/// Read-only state history for organization memberships, scoped to the active organization (admin/owner only).
/// </summary>
/// <param name="ordering"></param>
/// <param name="orgId"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="since"></param>
/// <param name="source"></param>
/// <param name="until"></param>
/// <param name="userId"></param>
/// <param name="userType"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.AutoSDKHttpResponse<global::LabelStudio.PaginatedStateModelList>> OrganizationMembershipHistoryAsResponseAsync(
int orgId,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListSource? source = default,
global::System.DateTime? until = default,
int? userId = default,
global::LabelStudio.ApiFsmOrganizationsMembershipHistoryListUserType? userType = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#nullable enable

namespace LabelStudio
{
public partial interface IStatesClient
{
/// <summary>
/// Get organization settings history<br/>
/// Read-only state history for organization SAML/SCIM settings, scoped to the active organization (admin/owner only).
/// </summary>
/// <param name="kind"></param>
/// <param name="ordering"></param>
/// <param name="orgId"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.PaginatedStateModelList> OrganizationSettingsHistoryAsync(
int orgId,
global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind? kind = default,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Get organization settings history<br/>
/// Read-only state history for organization SAML/SCIM settings, scoped to the active organization (admin/owner only).
/// </summary>
/// <param name="kind"></param>
/// <param name="ordering"></param>
/// <param name="orgId"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.AutoSDKHttpResponse<global::LabelStudio.PaginatedStateModelList>> OrganizationSettingsHistoryAsResponseAsync(
int orgId,
global::LabelStudio.ApiFsmOrganizationsSettingsHistoryListKind? kind = default,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#nullable enable

namespace LabelStudio
{
public partial interface IStatesClient
{
/// <summary>
/// Get project membership history<br/>
/// Read-only state history for project memberships (admin/owner of the project organization only).
/// </summary>
/// <param name="ordering"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="projectId"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="userId"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.PaginatedStateModelList> ProjectMembershipHistoryAsync(
int projectId,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
int? userId = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Get project membership history<br/>
/// Read-only state history for project memberships (admin/owner of the project organization only).
/// </summary>
/// <param name="ordering"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="projectId"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="userId"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.AutoSDKHttpResponse<global::LabelStudio.PaginatedStateModelList>> ProjectMembershipHistoryAsResponseAsync(
int projectId,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
int? userId = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#nullable enable

namespace LabelStudio
{
public partial interface IStatesClient
{
/// <summary>
/// Get project role history<br/>
/// Read-only state history for project role assignments (admin/owner of the project organization only).
/// </summary>
/// <param name="ordering"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="projectId"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="userId"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.PaginatedStateModelList> ProjectRoleHistoryAsync(
int projectId,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
int? userId = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Get project role history<br/>
/// Read-only state history for project role assignments (admin/owner of the project organization only).
/// </summary>
/// <param name="ordering"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="projectId"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="userId"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.AutoSDKHttpResponse<global::LabelStudio.PaginatedStateModelList>> ProjectRoleHistoryAsResponseAsync(
int projectId,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
int? userId = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#nullable enable

namespace LabelStudio
{
public partial interface IStatesClient
{
/// <summary>
/// Get workspace membership history<br/>
/// Read-only state history for workspace memberships (admin/owner of the workspace organization only).
/// </summary>
/// <param name="ordering"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="userId"></param>
/// <param name="workspaceId"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.PaginatedStateModelList> WorkspaceMembershipHistoryAsync(
int workspaceId,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
int? userId = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Get workspace membership history<br/>
/// Read-only state history for workspace memberships (admin/owner of the workspace organization only).
/// </summary>
/// <param name="ordering"></param>
/// <param name="page"></param>
/// <param name="pageSize"></param>
/// <param name="since"></param>
/// <param name="until"></param>
/// <param name="userId"></param>
/// <param name="workspaceId"></param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::LabelStudio.ApiException"></exception>
global::System.Threading.Tasks.Task<global::LabelStudio.AutoSDKHttpResponse<global::LabelStudio.PaginatedStateModelList>> WorkspaceMembershipHistoryAsResponseAsync(
int workspaceId,
string? ordering = default,
int? page = default,
int? pageSize = default,
global::System.DateTime? since = default,
global::System.DateTime? until = default,
int? userId = default,
global::LabelStudio.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Loading