diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.Create.g.cs
index adb4415..997ac1b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.Create.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ActionsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CreateSecurityRequirement0,
+ };
partial void PrepareCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref global::LabelStudio.ApiDmActionsCreateId id,
@@ -51,6 +70,12 @@ partial void ProcessCreateResponse(
view: ref view,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CreateSecurityRequirements,
+ operationName: "CreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dm/actions/",
baseUri: HttpClient.BaseAddress);
@@ -58,7 +83,7 @@ partial void ProcessCreateResponse(
.AddRequiredParameter("id", id.ToValueString())
.AddRequiredParameter("project", project.ToString()!)
.AddOptionalParameter("view", view?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -68,7 +93,7 @@ partial void ProcessCreateResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.List.g.cs
index 9e20c08..702f2df 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ActionsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int project);
@@ -38,12 +57,18 @@ partial void ProcessListResponseContent(
httpClient: HttpClient,
project: ref project);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dm/actions/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddRequiredParameter("project", project.ToString()!)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -53,7 +78,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.g.cs
index da338e4..e5ed9fb 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ActionsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class ActionsClient : global::LabelStudio.IActionsClient,
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ActivityLogsClient.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ActivityLogsClient.List.g.cs
index 13dda7d..3c49590 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ActivityLogsClient.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ActivityLogsClient.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ActivityLogsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? endDate,
@@ -91,6 +110,12 @@ partial void ProcessListResponseContent(
user: ref user,
workspace: ref workspace);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/activity-logs/",
baseUri: HttpClient.BaseAddress);
@@ -105,7 +130,7 @@ partial void ProcessListResponseContent(
.AddOptionalParameter("start_date", startDate)
.AddOptionalParameter("user", user?.ToString())
.AddOptionalParameter("workspace", workspace?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -115,7 +140,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ActivityLogsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ActivityLogsClient.g.cs
index d01661e..a8bc59b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ActivityLogsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ActivityLogsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class ActivityLogsClient : global::LabelStudio.IActivityLo
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsKpisRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsKpisRetrieve.g.cs
index d3c6813..6c5c526 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsKpisRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsKpisRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnalyticsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnalyticsKpisRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnalyticsKpisRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnalyticsKpisRetrieveSecurityRequirement0,
+ };
partial void PrepareApiAnalyticsKpisRetrieveArguments(
global::System.Net.Http.HttpClient httpClient);
partial void PrepareApiAnalyticsKpisRetrieveRequest(
@@ -33,9 +52,15 @@ partial void ProcessApiAnalyticsKpisRetrieveResponseContent(
PrepareApiAnalyticsKpisRetrieveArguments(
httpClient: HttpClient);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnalyticsKpisRetrieveSecurityRequirements,
+ operationName: "ApiAnalyticsKpisRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/analytics/kpis/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -45,7 +70,7 @@ partial void ProcessApiAnalyticsKpisRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsKpisRetrieve2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsKpisRetrieve2.g.cs
index 34870af..3e97dee 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsKpisRetrieve2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsKpisRetrieve2.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnalyticsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnalyticsKpisRetrieve2SecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnalyticsKpisRetrieve2SecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnalyticsKpisRetrieve2SecurityRequirement0,
+ };
partial void PrepareApiAnalyticsKpisRetrieve2Arguments(
global::System.Net.Http.HttpClient httpClient,
ref global::System.DateTime? end,
@@ -78,6 +97,12 @@ partial void ProcessApiAnalyticsKpisRetrieve2ResponseContent(
start: ref start,
tz: ref tz);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnalyticsKpisRetrieve2SecurityRequirements,
+ operationName: "ApiAnalyticsKpisRetrieve2Async");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/analytics/kpis/{kpiKey}",
baseUri: HttpClient.BaseAddress);
@@ -90,7 +115,7 @@ partial void ProcessApiAnalyticsKpisRetrieve2ResponseContent(
.AddOptionalParameter("segment_by_user", segmentByUser?.ToString().ToLowerInvariant())
.AddOptionalParameter("start", start?.ToString("yyyy-MM-ddTHH:mm:ssZ"))
.AddRequiredParameter("tz", tz)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -100,7 +125,7 @@ partial void ProcessApiAnalyticsKpisRetrieve2ResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsCreate.g.cs
index 20ab45d..ff7ca5c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnalyticsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnalyticsViewsCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnalyticsViewsCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnalyticsViewsCreateSecurityRequirement0,
+ };
partial void PrepareApiAnalyticsViewsCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.AnalyticsViewRequest request);
@@ -51,9 +70,15 @@ partial void ProcessApiAnalyticsViewsCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnalyticsViewsCreateSecurityRequirements,
+ operationName: "ApiAnalyticsViewsCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/analytics/views/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -63,7 +88,7 @@ partial void ProcessApiAnalyticsViewsCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsDestroy.g.cs
index 266c690..2ed99cb 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsDestroy.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsDestroy.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnalyticsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnalyticsViewsDestroySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnalyticsViewsDestroySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnalyticsViewsDestroySecurityRequirement0,
+ };
partial void PrepareApiAnalyticsViewsDestroyArguments(
global::System.Net.Http.HttpClient httpClient,
ref global::System.Guid uuid);
@@ -43,9 +62,15 @@ partial void ProcessApiAnalyticsViewsDestroyResponse(
httpClient: HttpClient,
uuid: ref uuid);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnalyticsViewsDestroySecurityRequirements,
+ operationName: "ApiAnalyticsViewsDestroyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/analytics/views/{uuid}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -55,7 +80,7 @@ partial void ProcessApiAnalyticsViewsDestroyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsList.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsList.g.cs
index d8b9a30..7a80680 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsList.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsList.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnalyticsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnalyticsViewsListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnalyticsViewsListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnalyticsViewsListSecurityRequirement0,
+ };
partial void PrepareApiAnalyticsViewsListArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? ordering);
@@ -48,12 +67,18 @@ partial void ProcessApiAnalyticsViewsListResponseContent(
httpClient: HttpClient,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnalyticsViewsListSecurityRequirements,
+ operationName: "ApiAnalyticsViewsListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/analytics/views/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -63,7 +88,7 @@ partial void ProcessApiAnalyticsViewsListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsPartialUpdate.g.cs
index 1124333..3cb2169 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsPartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsPartialUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnalyticsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnalyticsViewsPartialUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnalyticsViewsPartialUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnalyticsViewsPartialUpdateSecurityRequirement0,
+ };
partial void PrepareApiAnalyticsViewsPartialUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref global::System.Guid uuid,
@@ -56,9 +75,15 @@ partial void ProcessApiAnalyticsViewsPartialUpdateResponseContent(
uuid: ref uuid,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnalyticsViewsPartialUpdateSecurityRequirements,
+ operationName: "ApiAnalyticsViewsPartialUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/analytics/views/{uuid}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -68,7 +93,7 @@ partial void ProcessApiAnalyticsViewsPartialUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsRetrieve.g.cs
index 20dd208..55c413b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnalyticsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnalyticsViewsRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnalyticsViewsRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnalyticsViewsRetrieveSecurityRequirement0,
+ };
partial void PrepareApiAnalyticsViewsRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref global::System.Guid uuid);
@@ -48,9 +67,15 @@ partial void ProcessApiAnalyticsViewsRetrieveResponseContent(
httpClient: HttpClient,
uuid: ref uuid);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnalyticsViewsRetrieveSecurityRequirements,
+ operationName: "ApiAnalyticsViewsRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/analytics/views/{uuid}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -60,7 +85,7 @@ partial void ProcessApiAnalyticsViewsRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsUpdate.g.cs
index 360a1c2..0b80cb5 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.ApiAnalyticsViewsUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnalyticsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnalyticsViewsUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnalyticsViewsUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnalyticsViewsUpdateSecurityRequirement0,
+ };
partial void PrepareApiAnalyticsViewsUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref global::System.Guid uuid,
@@ -56,9 +75,15 @@ partial void ProcessApiAnalyticsViewsUpdateResponseContent(
uuid: ref uuid,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnalyticsViewsUpdateSecurityRequirements,
+ operationName: "ApiAnalyticsViewsUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/analytics/views/{uuid}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
@@ -68,7 +93,7 @@ partial void ProcessApiAnalyticsViewsUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.g.cs
index 3e003be..3db4060 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnalyticsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class AnalyticsClient : global::LabelStudio.IAnalyticsClie
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.Delete.g.cs
index 70eeadd..ae2d156 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.Delete.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationHistoryClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteSecurityRequirement0,
+ };
partial void PrepareDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? annotation,
@@ -54,6 +73,12 @@ partial void ProcessDeleteResponseContent(
project: ref project,
task: ref task);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteSecurityRequirements,
+ operationName: "DeleteAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/annotation-history/",
baseUri: HttpClient.BaseAddress);
@@ -61,7 +86,7 @@ partial void ProcessDeleteResponseContent(
.AddOptionalParameter("annotation", annotation?.ToString())
.AddOptionalParameter("project", project?.ToString())
.AddOptionalParameter("task", task?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -71,7 +96,7 @@ partial void ProcessDeleteResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.List.g.cs
index a207607..605345d 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationHistoryClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? annotation,
@@ -49,13 +68,19 @@ partial void ProcessListResponseContent(
annotation: ref annotation,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/annotation-history/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("annotation", annotation?.ToString())
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -65,7 +90,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.ListForProject.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.ListForProject.g.cs
index ab9b323..b181b5e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.ListForProject.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.ListForProject.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationHistoryClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListForProjectSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListForProjectSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListForProjectSecurityRequirement0,
+ };
partial void PrepareListForProjectArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -54,13 +73,19 @@ partial void ProcessListForProjectResponseContent(
page: ref page,
pageSize: ref pageSize);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListForProjectSecurityRequirements,
+ operationName: "ListForProjectAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/annotation-history/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("page", page?.ToString())
.AddOptionalParameter("page_size", pageSize?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -70,7 +95,7 @@ partial void ProcessListForProjectResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.Retrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.Retrieve.g.cs
index a9fbd5a..c748eb6 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.Retrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.Retrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationHistoryClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_RetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_RetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_RetrieveSecurityRequirement0,
+ };
partial void PrepareRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -44,9 +63,15 @@ partial void ProcessRetrieveResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_RetrieveSecurityRequirements,
+ operationName: "RetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/annotation-history/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -56,7 +81,7 @@ partial void ProcessRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.g.cs
index f724c20..9c8c7dc 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationHistoryClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class AnnotationHistoryClient : global::LabelStudio.IAnnot
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Create.g.cs
index 31ce3b7..826fec8 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Create.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationReviews2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CreateSecurityRequirement0,
+ };
partial void PrepareCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref bool? asyncPostprocess,
@@ -52,12 +71,18 @@ partial void ProcessCreateResponseContent(
asyncPostprocess: ref asyncPostprocess,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CreateSecurityRequirements,
+ operationName: "CreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/annotation-reviews/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("async_postprocess", asyncPostprocess?.ToString().ToLowerInvariant())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -67,7 +92,7 @@ partial void ProcessCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Delete.g.cs
index bab5cb7..577ef27 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Delete.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationReviews2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteSecurityRequirement0,
+ };
partial void PrepareDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -39,9 +58,15 @@ partial void ProcessDeleteResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteSecurityRequirements,
+ operationName: "DeleteAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/annotation-reviews/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -51,7 +76,7 @@ partial void ProcessDeleteResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Get.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Get.g.cs
index 0a386e2..5f0c281 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Get.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Get.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationReviews2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_GetSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_GetSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_GetSecurityRequirement0,
+ };
partial void PrepareGetArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -44,9 +63,15 @@ partial void ProcessGetResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_GetSecurityRequirements,
+ operationName: "GetAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/annotation-reviews/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -56,7 +81,7 @@ partial void ProcessGetResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.List.g.cs
index 43091f9..eec27cd 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationReviews2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? annotation,
@@ -54,6 +73,12 @@ partial void ProcessListResponseContent(
annotationTaskProject: ref annotationTaskProject,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/annotation-reviews/",
baseUri: HttpClient.BaseAddress);
@@ -61,7 +86,7 @@ partial void ProcessListResponseContent(
.AddOptionalParameter("annotation", annotation?.ToString())
.AddOptionalParameter("annotation__task__project", annotationTaskProject?.ToString())
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -71,7 +96,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Update.g.cs
index 0d80651..7605328 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.Update.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationReviews2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_UpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_UpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_UpdateSecurityRequirement0,
+ };
partial void PrepareUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -52,9 +71,15 @@ partial void ProcessUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_UpdateSecurityRequirements,
+ operationName: "UpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/annotation-reviews/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -64,7 +89,7 @@ partial void ProcessUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.g.cs
index 6400cb8..e6135f1 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviews2Client.g.cs
@@ -12,7 +12,7 @@ public sealed partial class AnnotationReviews2Client : global::LabelStudio.IAnno
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviewsClient.ApiAnnotationReviewsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviewsClient.ApiAnnotationReviewsUpdate.g.cs
index bff32d4..c6c9a93 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviewsClient.ApiAnnotationReviewsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviewsClient.ApiAnnotationReviewsUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationReviewsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiAnnotationReviewsUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiAnnotationReviewsUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiAnnotationReviewsUpdateSecurityRequirement0,
+ };
partial void PrepareApiAnnotationReviewsUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -52,9 +71,15 @@ partial void ProcessApiAnnotationReviewsUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiAnnotationReviewsUpdateSecurityRequirements,
+ operationName: "ApiAnnotationReviewsUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/annotation-reviews/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
@@ -64,7 +89,7 @@ partial void ProcessApiAnnotationReviewsUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviewsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviewsClient.g.cs
index d520914..999c58c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviewsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationReviewsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class AnnotationReviewsClient : global::LabelStudio.IAnnot
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Create.g.cs
index 19d18db..89089e3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Create.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CreateSecurityRequirement0,
+ };
partial void PrepareCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -59,9 +78,15 @@ partial void ProcessCreateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CreateSecurityRequirements,
+ operationName: "CreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/tasks/{id}/annotations/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -71,7 +96,7 @@ partial void ProcessCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.CreateBulk.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.CreateBulk.g.cs
index c40a88a..0101e8e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.CreateBulk.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.CreateBulk.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CreateBulkSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CreateBulkSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CreateBulkSecurityRequirement0,
+ };
partial void PrepareCreateBulkArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.AnnotationBulkSerializerWithSelectedItemsRequest request);
@@ -41,9 +60,15 @@ partial void ProcessCreateBulkResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CreateBulkSecurityRequirements,
+ operationName: "CreateBulkAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/annotations/bulk/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessCreateBulkResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Delete.g.cs
index 9a8e249..7997ed8 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Delete.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteSecurityRequirement0,
+ };
partial void PrepareDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -33,9 +52,15 @@ partial void ProcessDeleteResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteSecurityRequirements,
+ operationName: "DeleteAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/annotations/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -45,7 +70,7 @@ partial void ProcessDeleteResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.DeleteBulk.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.DeleteBulk.g.cs
index 4a436f0..d2034d4 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.DeleteBulk.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.DeleteBulk.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteBulkSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteBulkSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteBulkSecurityRequirement0,
+ };
partial void PrepareDeleteBulkArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.AnnotationBulkDeleteRequest request);
@@ -41,9 +60,15 @@ partial void ProcessDeleteBulkResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteBulkSecurityRequirements,
+ operationName: "DeleteBulkAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/annotations/bulk-delete/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessDeleteBulkResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Get.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Get.g.cs
index 7d22d81..5d37ad4 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Get.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Get.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_GetSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_GetSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_GetSecurityRequirement0,
+ };
partial void PrepareGetArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -38,9 +57,15 @@ partial void ProcessGetResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_GetSecurityRequirements,
+ operationName: "GetAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/annotations/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -50,7 +75,7 @@ partial void ProcessGetResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.List.g.cs
index 53076a9..4165d2f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -43,12 +62,18 @@ partial void ProcessListResponseContent(
id: ref id,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/tasks/{id}/annotations/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -58,7 +83,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Update.g.cs
index 188a0bc..3755fc2 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.Update.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AnnotationsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_UpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_UpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_UpdateSecurityRequirement0,
+ };
partial void PrepareUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_UpdateSecurityRequirements,
+ operationName: "UpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/annotations/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -58,7 +83,7 @@ partial void ProcessUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.g.cs
index 6c222ac..c2f0d9b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AnnotationsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class AnnotationsClient : global::LabelStudio.IAnnotations
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AwsClient.Logs.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AwsClient.Logs.g.cs
index 090bf5e..00f67cc 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AwsClient.Logs.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AwsClient.Logs.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class AwsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_LogsSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_LogsSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_LogsSecurityRequirement0,
+ };
partial void PrepareLogsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? endDate,
@@ -61,6 +80,12 @@ partial void ProcessLogsResponseContent(
limit: ref limit,
startDate: ref startDate);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_LogsSecurityRequirements,
+ operationName: "LogsAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/aws-custom-function-logs",
baseUri: HttpClient.BaseAddress);
@@ -68,7 +93,7 @@ partial void ProcessLogsResponseContent(
.AddOptionalParameter("end_date", endDate)
.AddOptionalParameter("limit", limit?.ToString())
.AddOptionalParameter("start_date", startDate)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -78,7 +103,7 @@ partial void ProcessLogsResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.AwsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.AwsClient.g.cs
index 2ba060f..b410e81 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.AwsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.AwsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class AwsClient : global::LabelStudio.IAwsClient, global::
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.BillingClient.Info.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.BillingClient.Info.g.cs
index 2c92158..8751c8f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.BillingClient.Info.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.BillingClient.Info.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class BillingClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_InfoSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_InfoSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_InfoSecurityRequirement0,
+ };
partial void PrepareInfoArguments(
global::System.Net.Http.HttpClient httpClient);
partial void PrepareInfoRequest(
@@ -39,9 +58,15 @@ partial void ProcessInfoResponseContent(
PrepareInfoArguments(
httpClient: HttpClient);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_InfoSecurityRequirements,
+ operationName: "InfoAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/billing/info",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -51,7 +76,7 @@ partial void ProcessInfoResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.BillingClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.BillingClient.g.cs
index 9d3af94..5f96bfb 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.BillingClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.BillingClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class BillingClient : global::LabelStudio.IBillingClient,
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Create.g.cs
index 8a239c6..ac22e5c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Create.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Blueprints2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CreateSecurityRequirement0,
+ };
partial void PrepareCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.BlueprintRequest request);
@@ -41,9 +60,15 @@ partial void ProcessCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CreateSecurityRequirements,
+ operationName: "CreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/blueprints/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Delete.g.cs
index 637ec3f..ac84eb3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Delete.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Blueprints2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteSecurityRequirement0,
+ };
partial void PrepareDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id);
@@ -33,9 +52,15 @@ partial void ProcessDeleteResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteSecurityRequirements,
+ operationName: "DeleteAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/blueprints/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -45,7 +70,7 @@ partial void ProcessDeleteResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Update.g.cs
index 4e9a40d..6a0ed59 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.Update.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Blueprints2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_UpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_UpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_UpdateSecurityRequirement0,
+ };
partial void PrepareUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id,
@@ -46,9 +65,15 @@ partial void ProcessUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_UpdateSecurityRequirements,
+ operationName: "UpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/blueprints/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -58,7 +83,7 @@ partial void ProcessUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.g.cs
index 0f7e5ee..ff732b3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Blueprints2Client.g.cs
@@ -12,7 +12,7 @@ public sealed partial class Blueprints2Client : global::LabelStudio.IBlueprints2
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.BlueprintsClient.ApiBlueprintsCreateProjectRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.BlueprintsClient.ApiBlueprintsCreateProjectRetrieve.g.cs
index d2fcff3..911c9f2 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.BlueprintsClient.ApiBlueprintsCreateProjectRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.BlueprintsClient.ApiBlueprintsCreateProjectRetrieve.g.cs
@@ -5,6 +5,19 @@ namespace LabelStudio
{
public partial class BlueprintsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiBlueprintsCreateProjectRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ {
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiBlueprintsCreateProjectRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiBlueprintsCreateProjectRetrieveSecurityRequirement0,
+ };
partial void PrepareApiBlueprintsCreateProjectRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref string shareId);
@@ -33,9 +46,15 @@ partial void ProcessApiBlueprintsCreateProjectRetrieveResponse(
httpClient: HttpClient,
shareId: ref shareId);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiBlueprintsCreateProjectRetrieveSecurityRequirements,
+ operationName: "ApiBlueprintsCreateProjectRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/blueprints/{shareId}/create-project",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -45,22 +64,6 @@ partial void ProcessApiBlueprintsCreateProjectRetrieveResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
- {
- if (__authorization.Type == "Http" ||
- __authorization.Type == "OAuth2")
- {
- __httpRequest.Headers.Authorization = new global::System.Net.Http.Headers.AuthenticationHeaderValue(
- scheme: __authorization.Name,
- parameter: __authorization.Value);
- }
- else if (__authorization.Type == "ApiKey" &&
- __authorization.Location == "Header")
- {
- __httpRequest.Headers.Add(__authorization.Name, __authorization.Value);
- }
- }
-
PrepareRequest(
client: HttpClient,
request: __httpRequest);
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.BlueprintsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.BlueprintsClient.g.cs
index 9a7fd16..6bc861a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.BlueprintsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.BlueprintsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class BlueprintsClient : global::LabelStudio.IBlueprintsCl
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Create.g.cs
index d756e06..a749910 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Create.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Comments2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CreateSecurityRequirement0,
+ };
partial void PrepareCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref bool? expandCreatedBy,
@@ -52,12 +71,18 @@ partial void ProcessCreateResponseContent(
expandCreatedBy: ref expandCreatedBy,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CreateSecurityRequirements,
+ operationName: "CreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/comments/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("expand_created_by", expandCreatedBy?.ToString().ToLowerInvariant())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -67,7 +92,7 @@ partial void ProcessCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Delete.g.cs
index 84d60de..b9f7f5f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Delete.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Comments2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteSecurityRequirement0,
+ };
partial void PrepareDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref bool? expandCreatedBy,
@@ -44,12 +63,18 @@ partial void ProcessDeleteResponse(
expandCreatedBy: ref expandCreatedBy,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteSecurityRequirements,
+ operationName: "DeleteAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/comments/{id}/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("expand_created_by", expandCreatedBy?.ToString().ToLowerInvariant())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -59,7 +84,7 @@ partial void ProcessDeleteResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Export.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Export.g.cs
index 79c558e..f736c86 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Export.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Export.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Comments2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ExportSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ExportSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ExportSecurityRequirement0,
+ };
partial void PrepareExportArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? annotation,
@@ -71,6 +90,12 @@ partial void ProcessExportResponseContent(
projects: ref projects,
tz: ref tz);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ExportSecurityRequirements,
+ operationName: "ExportAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/comments/export/",
baseUri: HttpClient.BaseAddress);
@@ -81,7 +106,7 @@ partial void ProcessExportResponseContent(
.AddOptionalParameter("expand_created_by", expandCreatedBy?.ToString().ToLowerInvariant())
.AddOptionalParameter("projects", projects)
.AddOptionalParameter("tz", tz)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -91,7 +116,7 @@ partial void ProcessExportResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Get.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Get.g.cs
index 179bb6f..cd4346f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Get.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Get.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Comments2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_GetSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_GetSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_GetSecurityRequirement0,
+ };
partial void PrepareGetArguments(
global::System.Net.Http.HttpClient httpClient,
ref bool? expandCreatedBy,
@@ -49,12 +68,18 @@ partial void ProcessGetResponseContent(
expandCreatedBy: ref expandCreatedBy,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_GetSecurityRequirements,
+ operationName: "GetAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/comments/{id}/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("expand_created_by", expandCreatedBy?.ToString().ToLowerInvariant())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -64,7 +89,7 @@ partial void ProcessGetResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.List.g.cs
index f39acf6..2a1ac47 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Comments2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? annotation,
@@ -71,6 +90,12 @@ partial void ProcessListResponseContent(
ordering: ref ordering,
projects: ref projects);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/comments/",
baseUri: HttpClient.BaseAddress);
@@ -81,7 +106,7 @@ partial void ProcessListResponseContent(
.AddOptionalParameter("expand_created_by", expandCreatedBy?.ToString().ToLowerInvariant())
.AddOptionalParameter("ordering", ordering)
.AddOptionalParameter("projects", projects)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -91,7 +116,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Update.g.cs
index 74619c9..34f5b23 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.Update.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Comments2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_UpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_UpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_UpdateSecurityRequirement0,
+ };
partial void PrepareUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref bool? expandCreatedBy,
@@ -57,12 +76,18 @@ partial void ProcessUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_UpdateSecurityRequirements,
+ operationName: "UpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/comments/{id}/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("expand_created_by", expandCreatedBy?.ToString().ToLowerInvariant())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -72,7 +97,7 @@ partial void ProcessUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.g.cs
index 1586a8e..d1ebde9 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Comments2Client.g.cs
@@ -12,7 +12,7 @@ public sealed partial class Comments2Client : global::LabelStudio.IComments2Clie
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.CommentsClient.ApiCommentsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.CommentsClient.ApiCommentsUpdate.g.cs
index 20d415b..ba7f44b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.CommentsClient.ApiCommentsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.CommentsClient.ApiCommentsUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class CommentsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiCommentsUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiCommentsUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiCommentsUpdateSecurityRequirement0,
+ };
partial void PrepareApiCommentsUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref bool? expandCreatedBy,
@@ -57,12 +76,18 @@ partial void ProcessApiCommentsUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiCommentsUpdateSecurityRequirements,
+ operationName: "ApiCommentsUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/comments/{id}/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("expand_created_by", expandCreatedBy?.ToString().ToLowerInvariant())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
@@ -72,7 +97,7 @@ partial void ProcessApiCommentsUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.CommentsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.CommentsClient.g.cs
index 3ece956..bf8e5b3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.CommentsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.CommentsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class CommentsClient : global::LabelStudio.ICommentsClient
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsColumnsRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsColumnsRetrieve.g.cs
index c40b86f..4f0cbd0 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsColumnsRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsColumnsRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DataExplorerClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsColumnsRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsColumnsRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsColumnsRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetsColumnsRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? dataset);
@@ -33,12 +52,18 @@ partial void ProcessApiDatasetsColumnsRetrieveResponse(
httpClient: HttpClient,
dataset: ref dataset);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsColumnsRetrieveSecurityRequirements,
+ operationName: "ApiDatasetsColumnsRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/columns",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("dataset", dataset?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -48,7 +73,7 @@ partial void ProcessApiDatasetsColumnsRetrieveResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsImportCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsImportCreate.g.cs
index 234897e..99ff893 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsImportCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsImportCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DataExplorerClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsImportCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsImportCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsImportCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsImportCreateArguments(
global::System.Net.Http.HttpClient httpClient,
object? additionalFilters,
@@ -59,6 +78,12 @@ partial void ProcessApiDatasetsImportCreateResponse(
project: ref project,
view: ref view);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsImportCreateSecurityRequirements,
+ operationName: "ApiDatasetsImportCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/import",
baseUri: HttpClient.BaseAddress);
@@ -69,7 +94,7 @@ partial void ProcessApiDatasetsImportCreateResponse(
.AddOptionalParameter("included", included?.ToString())
.AddOptionalParameter("project", project?.ToString())
.AddOptionalParameter("view", view?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -79,7 +104,7 @@ partial void ProcessApiDatasetsImportCreateResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsTasksMetadataRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsTasksMetadataRetrieve.g.cs
index a8e81ff..e142e46 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsTasksMetadataRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsTasksMetadataRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DataExplorerClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsTasksMetadataRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsTasksMetadataRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsTasksMetadataRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetsTasksMetadataRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? candidateTaskId,
@@ -44,6 +63,12 @@ partial void ProcessApiDatasetsTasksMetadataRetrieveResponse(
dataset: ref dataset,
vectordbId: ref vectordbId);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsTasksMetadataRetrieveSecurityRequirements,
+ operationName: "ApiDatasetsTasksMetadataRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/tasks/metadata",
baseUri: HttpClient.BaseAddress);
@@ -51,7 +76,7 @@ partial void ProcessApiDatasetsTasksMetadataRetrieveResponse(
.AddOptionalParameter("candidate_task_id", candidateTaskId)
.AddOptionalParameter("dataset", dataset?.ToString())
.AddOptionalParameter("vectordb_id", vectordbId)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -61,7 +86,7 @@ partial void ProcessApiDatasetsTasksMetadataRetrieveResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsTasksRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsTasksRetrieve.g.cs
index e0723d5..95add12 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsTasksRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.ApiDatasetsTasksRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DataExplorerClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsTasksRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsTasksRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsTasksRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetsTasksRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? dataset,
@@ -64,6 +83,12 @@ partial void ProcessApiDatasetsTasksRetrieveResponseContent(
pageSize: ref pageSize,
view: ref view);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsTasksRetrieveSecurityRequirements,
+ operationName: "ApiDatasetsTasksRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/tasks",
baseUri: HttpClient.BaseAddress);
@@ -74,7 +99,7 @@ partial void ProcessApiDatasetsTasksRetrieveResponseContent(
.AddOptionalParameter("page", page?.ToString())
.AddOptionalParameter("page_size", pageSize?.ToString())
.AddOptionalParameter("view", view?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -84,7 +109,7 @@ partial void ProcessApiDatasetsTasksRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.g.cs
index 1421696..d0baef2 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataExplorerClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class DataExplorerClient : global::LabelStudio.IDataExplor
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmActionsFormRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmActionsFormRetrieve.g.cs
index 4ac2827..ba9efaa 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmActionsFormRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmActionsFormRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DataManagerClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDmActionsFormRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDmActionsFormRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDmActionsFormRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDmActionsFormRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref string actionId,
@@ -43,12 +62,18 @@ partial void ProcessApiDmActionsFormRetrieveResponseContent(
actionId: ref actionId,
project: ref project);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDmActionsFormRetrieveSecurityRequirements,
+ operationName: "ApiDmActionsFormRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dm/actions/{actionId}/form/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddRequiredParameter("project", project.ToString()!)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -58,7 +83,7 @@ partial void ProcessApiDmActionsFormRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmProjectRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmProjectRetrieve.g.cs
index e1c7aca..786e06a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmProjectRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmProjectRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DataManagerClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDmProjectRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDmProjectRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDmProjectRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDmProjectRetrieveArguments(
global::System.Net.Http.HttpClient httpClient);
partial void PrepareApiDmProjectRetrieveRequest(
@@ -28,9 +47,15 @@ partial void ProcessApiDmProjectRetrieveResponse(
PrepareApiDmProjectRetrieveArguments(
httpClient: HttpClient);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDmProjectRetrieveSecurityRequirements,
+ operationName: "ApiDmProjectRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dm/project/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -40,7 +65,7 @@ partial void ProcessApiDmProjectRetrieveResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmViewsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmViewsUpdate.g.cs
index b0de1b5..882c4b3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmViewsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.ApiDmViewsUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DataManagerClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDmViewsUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDmViewsUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDmViewsUpdateSecurityRequirement0,
+ };
partial void PrepareApiDmViewsUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id,
@@ -46,9 +65,15 @@ partial void ProcessApiDmViewsUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDmViewsUpdateSecurityRequirements,
+ operationName: "ApiDmViewsUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dm/views/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
@@ -58,7 +83,7 @@ partial void ProcessApiDmViewsUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.g.cs
index d922955..b96bda9 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DataManagerClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class DataManagerClient : global::LabelStudio.IDataManager
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureCheckForRecordsCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureCheckForRecordsCreate.g.cs
index cbadb68..9e693f6 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureCheckForRecordsCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureCheckForRecordsCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzureCheckForRecordsCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzureCheckForRecordsCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzureCheckForRecordsCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzureCheckForRecordsCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.AzureDatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesAzureCheckForRecordsCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzureCheckForRecordsCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesAzureCheckForRecordsCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/azure/check-for-records/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesAzureCheckForRecordsCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureColumnsRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureColumnsRetrieve.g.cs
index 5592c5e..1732d3b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureColumnsRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureColumnsRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzureColumnsRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzureColumnsRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzureColumnsRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzureColumnsRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -33,9 +52,15 @@ partial void ProcessApiDatasetStoragesAzureColumnsRetrieveResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzureColumnsRetrieveSecurityRequirements,
+ operationName: "ApiDatasetStoragesAzureColumnsRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/azure/{id}/columns/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -45,7 +70,7 @@ partial void ProcessApiDatasetStoragesAzureColumnsRetrieveResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureCreate.g.cs
index 4307c23..ef4ba55 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzureCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzureCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzureCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzureCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.AzureDatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesAzureCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzureCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesAzureCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/azure/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesAzureCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureDestroy.g.cs
index 84920b9..7b917b6 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureDestroy.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureDestroy.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzureDestroySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzureDestroySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzureDestroySecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzureDestroyArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -33,9 +52,15 @@ partial void ProcessApiDatasetStoragesAzureDestroyResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzureDestroySecurityRequirements,
+ operationName: "ApiDatasetStoragesAzureDestroyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/azure/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -45,7 +70,7 @@ partial void ProcessApiDatasetStoragesAzureDestroyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureList.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureList.g.cs
index 6230c81..034d993 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureList.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureList.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzureListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzureListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzureListSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzureListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? dataset,
@@ -43,13 +62,19 @@ partial void ProcessApiDatasetStoragesAzureListResponseContent(
dataset: ref dataset,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzureListSecurityRequirements,
+ operationName: "ApiDatasetStoragesAzureListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/azure/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("dataset", dataset?.ToString())
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -59,7 +84,7 @@ partial void ProcessApiDatasetStoragesAzureListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzurePartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzurePartialUpdate.g.cs
index 0c5da57..fc7b703 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzurePartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzurePartialUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzurePartialUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzurePartialUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzurePartialUpdateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzurePartialUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetStoragesAzurePartialUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzurePartialUpdateSecurityRequirements,
+ operationName: "ApiDatasetStoragesAzurePartialUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/azure/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetStoragesAzurePartialUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureRetrieve.g.cs
index a324cf5..d05e87b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzureRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzureRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzureRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzureRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -38,9 +57,15 @@ partial void ProcessApiDatasetStoragesAzureRetrieveResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzureRetrieveSecurityRequirements,
+ operationName: "ApiDatasetStoragesAzureRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/azure/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -50,7 +75,7 @@ partial void ProcessApiDatasetStoragesAzureRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureSyncCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureSyncCreate.g.cs
index 83bc0dd..e5e0986 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureSyncCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureSyncCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzureSyncCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzureSyncCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzureSyncCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzureSyncCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetStoragesAzureSyncCreateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzureSyncCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesAzureSyncCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/azure/{id}/sync/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetStoragesAzureSyncCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureValidateCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureValidateCreate.g.cs
index ed61375..9129ce6 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureValidateCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.ApiDatasetStoragesAzureValidateCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageAzureClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesAzureValidateCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesAzureValidateCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesAzureValidateCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesAzureValidateCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.AzureDatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesAzureValidateCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesAzureValidateCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesAzureValidateCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/azure/validate/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesAzureValidateCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.g.cs
index 422e7a9..101490b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageAzureClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class DatasetStorageAzureClient : global::LabelStudio.IDat
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsCheckForRecordsCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsCheckForRecordsCreate.g.cs
index d9a27e3..01b1d26 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsCheckForRecordsCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsCheckForRecordsCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsCheckForRecordsCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsCheckForRecordsCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsCheckForRecordsCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsCheckForRecordsCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.GCSDatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesGcsCheckForRecordsCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsCheckForRecordsCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsCheckForRecordsCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/gcs/check-for-records/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesGcsCheckForRecordsCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsColumnsRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsColumnsRetrieve.g.cs
index 0a8e62c..3a09b2e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsColumnsRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsColumnsRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsColumnsRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsColumnsRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsColumnsRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsColumnsRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -33,9 +52,15 @@ partial void ProcessApiDatasetStoragesGcsColumnsRetrieveResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsColumnsRetrieveSecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsColumnsRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/gcs/{id}/columns/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -45,7 +70,7 @@ partial void ProcessApiDatasetStoragesGcsColumnsRetrieveResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsCreate.g.cs
index 4ea53a8..735689b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.GCSDatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesGcsCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/gcs/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesGcsCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsDestroy.g.cs
index 27ad31f..969744f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsDestroy.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsDestroy.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsDestroySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsDestroySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsDestroySecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsDestroyArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -33,9 +52,15 @@ partial void ProcessApiDatasetStoragesGcsDestroyResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsDestroySecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsDestroyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/gcs/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -45,7 +70,7 @@ partial void ProcessApiDatasetStoragesGcsDestroyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsList.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsList.g.cs
index 816b921..67ab779 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsList.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsList.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsListSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? dataset,
@@ -43,13 +62,19 @@ partial void ProcessApiDatasetStoragesGcsListResponseContent(
dataset: ref dataset,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsListSecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/gcs/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("dataset", dataset?.ToString())
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -59,7 +84,7 @@ partial void ProcessApiDatasetStoragesGcsListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsPartialUpdate.g.cs
index b64d0d2..d80fbec 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsPartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsPartialUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsPartialUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsPartialUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsPartialUpdateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsPartialUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetStoragesGcsPartialUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsPartialUpdateSecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsPartialUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/gcs/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetStoragesGcsPartialUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsRetrieve.g.cs
index c5ae18d..157a9cd 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -38,9 +57,15 @@ partial void ProcessApiDatasetStoragesGcsRetrieveResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsRetrieveSecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/gcs/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -50,7 +75,7 @@ partial void ProcessApiDatasetStoragesGcsRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsSyncCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsSyncCreate.g.cs
index 0c533a7..7947648 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsSyncCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsSyncCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsSyncCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsSyncCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsSyncCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsSyncCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetStoragesGcsSyncCreateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsSyncCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsSyncCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/gcs/{id}/sync/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetStoragesGcsSyncCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsValidateCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsValidateCreate.g.cs
index 25e09c7..33d74ca 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsValidateCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.ApiDatasetStoragesGcsValidateCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageGcsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesGcsValidateCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesGcsValidateCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesGcsValidateCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesGcsValidateCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.GCSDatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesGcsValidateCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesGcsValidateCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesGcsValidateCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/gcs/validate/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesGcsValidateCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.g.cs
index a7f3283..a80028a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageGcsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class DatasetStorageGcsClient : global::LabelStudio.IDatas
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3CheckForRecordsCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3CheckForRecordsCreate.g.cs
index b477f7f..99d912d 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3CheckForRecordsCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3CheckForRecordsCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3CheckForRecordsCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3CheckForRecordsCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3CheckForRecordsCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3CheckForRecordsCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.S3DatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesS3CheckForRecordsCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3CheckForRecordsCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesS3CheckForRecordsCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/s3/check-for-records/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesS3CheckForRecordsCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3ColumnsRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3ColumnsRetrieve.g.cs
index 7bea655..38cf296 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3ColumnsRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3ColumnsRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3ColumnsRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3ColumnsRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3ColumnsRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3ColumnsRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -33,9 +52,15 @@ partial void ProcessApiDatasetStoragesS3ColumnsRetrieveResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3ColumnsRetrieveSecurityRequirements,
+ operationName: "ApiDatasetStoragesS3ColumnsRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/s3/{id}/columns/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -45,7 +70,7 @@ partial void ProcessApiDatasetStoragesS3ColumnsRetrieveResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Create.g.cs
index f727b99..2962c3e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Create.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3CreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3CreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3CreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3CreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.S3DatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesS3CreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3CreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesS3CreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/s3/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesS3CreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Destroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Destroy.g.cs
index 4db6fd6..5f7ff6e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Destroy.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Destroy.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3DestroySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3DestroySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3DestroySecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3DestroyArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -33,9 +52,15 @@ partial void ProcessApiDatasetStoragesS3DestroyResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3DestroySecurityRequirements,
+ operationName: "ApiDatasetStoragesS3DestroyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/s3/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -45,7 +70,7 @@ partial void ProcessApiDatasetStoragesS3DestroyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3List.g.cs
index 2f1bec6..d048c31 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3ListSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3ListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? dataset,
@@ -43,13 +62,19 @@ partial void ProcessApiDatasetStoragesS3ListResponseContent(
dataset: ref dataset,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3ListSecurityRequirements,
+ operationName: "ApiDatasetStoragesS3ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/s3/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("dataset", dataset?.ToString())
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -59,7 +84,7 @@ partial void ProcessApiDatasetStoragesS3ListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3PartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3PartialUpdate.g.cs
index e3a091f..d87fac9 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3PartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3PartialUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3PartialUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3PartialUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3PartialUpdateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3PartialUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetStoragesS3PartialUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3PartialUpdateSecurityRequirements,
+ operationName: "ApiDatasetStoragesS3PartialUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/s3/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetStoragesS3PartialUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Retrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Retrieve.g.cs
index cc4c96b..791f618 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Retrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3Retrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3RetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3RetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3RetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3RetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -38,9 +57,15 @@ partial void ProcessApiDatasetStoragesS3RetrieveResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3RetrieveSecurityRequirements,
+ operationName: "ApiDatasetStoragesS3RetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/s3/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -50,7 +75,7 @@ partial void ProcessApiDatasetStoragesS3RetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3SyncCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3SyncCreate.g.cs
index cda3abc..533b7d8 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3SyncCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3SyncCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3SyncCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3SyncCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3SyncCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3SyncCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetStoragesS3SyncCreateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3SyncCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesS3SyncCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/dataset-storages/s3/{id}/sync/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetStoragesS3SyncCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3ValidateCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3ValidateCreate.g.cs
index 776e316..43447ec 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3ValidateCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.ApiDatasetStoragesS3ValidateCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetStorageS3Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetStoragesS3ValidateCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetStoragesS3ValidateCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetStoragesS3ValidateCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetStoragesS3ValidateCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.S3DatasetStorageRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetStoragesS3ValidateCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetStoragesS3ValidateCreateSecurityRequirements,
+ operationName: "ApiDatasetStoragesS3ValidateCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dataset-storages/s3/validate/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetStoragesS3ValidateCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.g.cs
index 1c2e782..78a778a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetStorageS3Client.g.cs
@@ -12,7 +12,7 @@ public sealed partial class DatasetStorageS3Client : global::LabelStudio.IDatase
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsCreate.g.cs
index ccd512b..4288639 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.DatasetRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetsCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsCreateSecurityRequirements,
+ operationName: "ApiDatasetsCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetsCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsDestroy.g.cs
index 05ecc76..6e38a8e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsDestroy.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsDestroy.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsDestroySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsDestroySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsDestroySecurityRequirement0,
+ };
partial void PrepareApiDatasetsDestroyArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id);
@@ -33,9 +52,15 @@ partial void ProcessApiDatasetsDestroyResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsDestroySecurityRequirements,
+ operationName: "ApiDatasetsDestroyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -45,7 +70,7 @@ partial void ProcessApiDatasetsDestroyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsImportPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
index cd433f9..08dbceb 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsImportPartialUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsImportPartialUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsImportPartialUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsImportPartialUpdateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsImportPartialUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? jobId,
@@ -38,13 +57,19 @@ partial void ProcessApiDatasetsImportPartialUpdateResponse(
jobId: ref jobId,
signal: ref signal);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsImportPartialUpdateSecurityRequirements,
+ operationName: "ApiDatasetsImportPartialUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/import",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("job_id", jobId?.ToString())
.AddOptionalParameter("signal", signal)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -54,7 +79,7 @@ partial void ProcessApiDatasetsImportPartialUpdateResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsList.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsList.g.cs
index 04f2e7b..85b3cf9 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsList.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsList.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsListSecurityRequirement0,
+ };
partial void PrepareApiDatasetsListArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? ordering);
@@ -38,12 +57,18 @@ partial void ProcessApiDatasetsListResponseContent(
httpClient: HttpClient,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsListSecurityRequirements,
+ operationName: "ApiDatasetsListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetsListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersCreate.g.cs
index ef6e4bc..5b43937 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsMembersCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsMembersCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsMembersCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsMembersCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetsMembersCreateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsMembersCreateSecurityRequirements,
+ operationName: "ApiDatasetsMembersCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/{id}/members",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetsMembersCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersDestroy.g.cs
index 4060c1a..9ccb304 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersDestroy.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersDestroy.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsMembersDestroySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsMembersDestroySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsMembersDestroySecurityRequirement0,
+ };
partial void PrepareApiDatasetsMembersDestroyArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -38,12 +57,18 @@ partial void ProcessApiDatasetsMembersDestroyResponse(
id: ref id,
projectMember: ref projectMember);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsMembersDestroySecurityRequirements,
+ operationName: "ApiDatasetsMembersDestroyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/{id}/members",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("project_member", projectMember?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetsMembersDestroyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersList.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersList.g.cs
index c705cac..d8402bf 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersList.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsMembersList.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsMembersListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsMembersListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsMembersListSecurityRequirement0,
+ };
partial void PrepareApiDatasetsMembersListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -43,12 +62,18 @@ partial void ProcessApiDatasetsMembersListResponseContent(
id: ref id,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsMembersListSecurityRequirements,
+ operationName: "ApiDatasetsMembersListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/{id}/members",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetsMembersListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsPartialUpdate.g.cs
index b8761cc..0f91548 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsPartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsPartialUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsPartialUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsPartialUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsPartialUpdateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsPartialUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetsPartialUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsPartialUpdateSecurityRequirements,
+ operationName: "ApiDatasetsPartialUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetsPartialUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsRetrieve.g.cs
index 8336948..879b766 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetsRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id);
@@ -38,9 +57,15 @@ partial void ProcessApiDatasetsRetrieveResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsRetrieveSecurityRequirements,
+ operationName: "ApiDatasetsRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -50,7 +75,7 @@ partial void ProcessApiDatasetsRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsUpdate.g.cs
index 2ced43a..489abd0 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsUpdateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetsUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsUpdateSecurityRequirements,
+ operationName: "ApiDatasetsUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetsUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsCreate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsCreate.g.cs
index 11c44af..4a4be95 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsCreate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsCreate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsViewsCreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsViewsCreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsViewsCreateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsViewsCreateArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.DatasetViewRequest request);
@@ -41,9 +60,15 @@ partial void ProcessApiDatasetsViewsCreateResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsViewsCreateSecurityRequirements,
+ operationName: "ApiDatasetsViewsCreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/views/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetsViewsCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsDestroy.g.cs
index 3822ec2..a4a8e1f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsDestroy.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsDestroy.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsViewsDestroySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsViewsDestroySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsViewsDestroySecurityRequirement0,
+ };
partial void PrepareApiDatasetsViewsDestroyArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id);
@@ -33,9 +52,15 @@ partial void ProcessApiDatasetsViewsDestroyResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsViewsDestroySecurityRequirements,
+ operationName: "ApiDatasetsViewsDestroyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/views/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -45,7 +70,7 @@ partial void ProcessApiDatasetsViewsDestroyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsList.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsList.g.cs
index 0a6935d..5dacd3a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsList.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsList.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsViewsListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsViewsListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsViewsListSecurityRequirement0,
+ };
partial void PrepareApiDatasetsViewsListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? dataset);
@@ -38,12 +57,18 @@ partial void ProcessApiDatasetsViewsListResponseContent(
httpClient: HttpClient,
dataset: ref dataset);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsViewsListSecurityRequirements,
+ operationName: "ApiDatasetsViewsListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/views/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("dataset", dataset?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -53,7 +78,7 @@ partial void ProcessApiDatasetsViewsListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsPartialUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsPartialUpdate.g.cs
index 0ca9396..667f3dc 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsPartialUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsPartialUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsViewsPartialUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsViewsPartialUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsViewsPartialUpdateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsViewsPartialUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetsViewsPartialUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsViewsPartialUpdateSecurityRequirements,
+ operationName: "ApiDatasetsViewsPartialUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/views/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetsViewsPartialUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsResetDestroy.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsResetDestroy.g.cs
index e581559..ef02f24 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsResetDestroy.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsResetDestroy.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsViewsResetDestroySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsViewsResetDestroySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsViewsResetDestroySecurityRequirement0,
+ };
partial void PrepareApiDatasetsViewsResetDestroyArguments(
global::System.Net.Http.HttpClient httpClient);
partial void PrepareApiDatasetsViewsResetDestroyRequest(
@@ -28,9 +47,15 @@ partial void ProcessApiDatasetsViewsResetDestroyResponse(
PrepareApiDatasetsViewsResetDestroyArguments(
httpClient: HttpClient);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsViewsResetDestroySecurityRequirements,
+ operationName: "ApiDatasetsViewsResetDestroyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/datasets/views/reset/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -40,7 +65,7 @@ partial void ProcessApiDatasetsViewsResetDestroyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsRetrieve.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsRetrieve.g.cs
index 73102dd..795da73 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsRetrieve.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsRetrieve.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsViewsRetrieveSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsViewsRetrieveSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsViewsRetrieveSecurityRequirement0,
+ };
partial void PrepareApiDatasetsViewsRetrieveArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id);
@@ -38,9 +57,15 @@ partial void ProcessApiDatasetsViewsRetrieveResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsViewsRetrieveSecurityRequirements,
+ operationName: "ApiDatasetsViewsRetrieveAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/views/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -50,7 +75,7 @@ partial void ProcessApiDatasetsViewsRetrieveResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsUpdate.g.cs
index 5750a3b..4567601 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.ApiDatasetsViewsUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DatasetsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiDatasetsViewsUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiDatasetsViewsUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiDatasetsViewsUpdateSecurityRequirement0,
+ };
partial void PrepareApiDatasetsViewsUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref string id,
@@ -46,9 +65,15 @@ partial void ProcessApiDatasetsViewsUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiDatasetsViewsUpdateSecurityRequirements,
+ operationName: "ApiDatasetsViewsUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/datasets/views/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
@@ -58,7 +83,7 @@ partial void ProcessApiDatasetsViewsUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.g.cs
index 339e6b5..6a8f6e3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DatasetsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class DatasetsClient : global::LabelStudio.IDatasetsClient
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.CancelBackfill.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.CancelBackfill.g.cs
index 070040b..314cda5 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.CancelBackfill.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.CancelBackfill.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CancelBackfillSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CancelBackfillSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CancelBackfillSecurityRequirement0,
+ };
partial void PrepareCancelBackfillArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? jobId,
@@ -49,13 +68,19 @@ partial void ProcessCancelBackfillResponseContent(
jobId: ref jobId,
projectId: ref projectId);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CancelBackfillSecurityRequirements,
+ operationName: "CancelBackfillAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dimensions/backfill/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("job_id", jobId?.ToString())
.AddOptionalParameter("project_id", projectId?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -65,7 +90,7 @@ partial void ProcessCancelBackfillResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Create.g.cs
index 2ba0308..651544e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Create.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CreateSecurityRequirement0,
+ };
partial void PrepareCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int projectPk,
@@ -52,9 +71,15 @@ partial void ProcessCreateResponseContent(
projectPk: ref projectPk,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CreateSecurityRequirements,
+ operationName: "CreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{projectPk}/dimensions/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -64,7 +89,7 @@ partial void ProcessCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Delete.g.cs
index 8bf66a6..2054212 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Delete.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteSecurityRequirement0,
+ };
partial void PrepareDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -44,9 +63,15 @@ partial void ProcessDeleteResponse(
id: ref id,
projectPk: ref projectPk);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteSecurityRequirements,
+ operationName: "DeleteAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{projectPk}/dimensions/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -56,7 +81,7 @@ partial void ProcessDeleteResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Get.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Get.g.cs
index 4b620f2..9116740 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Get.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Get.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_GetSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_GetSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_GetSecurityRequirement0,
+ };
partial void PrepareGetArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -49,9 +68,15 @@ partial void ProcessGetResponseContent(
id: ref id,
projectPk: ref projectPk);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_GetSecurityRequirements,
+ operationName: "GetAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{projectPk}/dimensions/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -61,7 +86,7 @@ partial void ProcessGetResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.GetBackfillStatus.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.GetBackfillStatus.g.cs
index cb2e9b4..48b2a75 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.GetBackfillStatus.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.GetBackfillStatus.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_GetBackfillStatusSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_GetBackfillStatusSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_GetBackfillStatusSecurityRequirement0,
+ };
partial void PrepareGetBackfillStatusArguments(
global::System.Net.Http.HttpClient httpClient,
ref int? jobId,
@@ -49,13 +68,19 @@ partial void ProcessGetBackfillStatusResponseContent(
jobId: ref jobId,
projectId: ref projectId);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_GetBackfillStatusSecurityRequirements,
+ operationName: "GetBackfillStatusAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dimensions/backfill/status/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("job_id", jobId?.ToString())
.AddOptionalParameter("project_id", projectId?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -65,7 +90,7 @@ partial void ProcessGetBackfillStatusResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.List.g.cs
index d61d1cf..6d22817 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? agreementMethodology,
@@ -59,6 +78,12 @@ partial void ProcessListResponseContent(
ordering: ref ordering,
projectPk: ref projectPk);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{projectPk}/dimensions/",
baseUri: HttpClient.BaseAddress);
@@ -66,7 +91,7 @@ partial void ProcessListResponseContent(
.AddOptionalParameter("agreement_methodology", agreementMethodology)
.AddOptionalParameter("is_active", isActive?.ToString().ToLowerInvariant())
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -76,7 +101,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.ListBackfills.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.ListBackfills.g.cs
index 0fe98d4..5312317 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.ListBackfills.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.ListBackfills.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListBackfillsSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListBackfillsSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListBackfillsSecurityRequirement0,
+ };
partial void PrepareListBackfillsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? status);
@@ -44,12 +63,18 @@ partial void ProcessListBackfillsResponseContent(
httpClient: HttpClient,
status: ref status);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListBackfillsSecurityRequirements,
+ operationName: "ListBackfillsAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dimensions/backfill/jobs/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("status", status)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -59,7 +84,7 @@ partial void ProcessListBackfillsResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.TriggerBackfill.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.TriggerBackfill.g.cs
index ac0e5e8..3a52d2c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.TriggerBackfill.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.TriggerBackfill.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_TriggerBackfillSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_TriggerBackfillSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_TriggerBackfillSecurityRequirement0,
+ };
partial void PrepareTriggerBackfillArguments(
global::System.Net.Http.HttpClient httpClient,
global::LabelStudio.AgreementV2BackfillTriggerRequestRequest request);
@@ -51,9 +70,15 @@ partial void ProcessTriggerBackfillResponseContent(
httpClient: HttpClient,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_TriggerBackfillSecurityRequirements,
+ operationName: "TriggerBackfillAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: "/api/dimensions/backfill/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -63,7 +88,7 @@ partial void ProcessTriggerBackfillResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Update.g.cs
index 2c6a953..3dbdf5f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.Update.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class Dimensions2Client
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_UpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_UpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_UpdateSecurityRequirement0,
+ };
partial void PrepareUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -57,9 +76,15 @@ partial void ProcessUpdateResponseContent(
projectPk: ref projectPk,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_UpdateSecurityRequirements,
+ operationName: "UpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{projectPk}/dimensions/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -69,7 +94,7 @@ partial void ProcessUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.g.cs
index 1ba33f3..7cc7f5a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.Dimensions2Client.g.cs
@@ -12,7 +12,7 @@ public sealed partial class Dimensions2Client : global::LabelStudio.IDimensions2
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.ApiProjectsDimensionsUpdate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.ApiProjectsDimensionsUpdate.g.cs
index afeb8e2..d313cae 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.ApiProjectsDimensionsUpdate.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.ApiProjectsDimensionsUpdate.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DimensionsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ApiProjectsDimensionsUpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ApiProjectsDimensionsUpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ApiProjectsDimensionsUpdateSecurityRequirement0,
+ };
partial void PrepareApiProjectsDimensionsUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -57,9 +76,15 @@ partial void ProcessApiProjectsDimensionsUpdateResponseContent(
projectPk: ref projectPk,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ApiProjectsDimensionsUpdateSecurityRequirements,
+ operationName: "ApiProjectsDimensionsUpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{projectPk}/dimensions/{id}/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Put,
@@ -69,7 +94,7 @@ partial void ProcessApiProjectsDimensionsUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.Get2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.Get2.g.cs
index 55c570a..3568b51 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.Get2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.Get2.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class DimensionsClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_Get2SecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_Get2SecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_Get2SecurityRequirement0,
+ };
partial void PrepareGet2Arguments(
global::System.Net.Http.HttpClient httpClient,
ref int? dimension,
@@ -59,12 +78,18 @@ partial void ProcessGet2ResponseContent(
selection: selection,
taskPk: ref taskPk);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_Get2SecurityRequirements,
+ operationName: "Get2Async");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{projectPk}/tasks/{taskPk}/agreement-matrix",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("dimension", dimension?.ToString())
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -74,7 +99,7 @@ partial void ProcessGet2ResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.g.cs
index 0e2d598..5d74a22 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.DimensionsClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class DimensionsClient : global::LabelStudio.IDimensionsCl
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Convert.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Convert.g.cs
index e906840..649f403 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Convert.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Convert.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ExportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ConvertSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ConvertSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ConvertSecurityRequirement0,
+ };
partial void PrepareConvertArguments(
global::System.Net.Http.HttpClient httpClient,
ref int exportPk,
@@ -51,9 +70,15 @@ partial void ProcessConvertResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ConvertSecurityRequirements,
+ operationName: "ConvertAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/exports/{exportPk}/convert",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -63,7 +88,7 @@ partial void ProcessConvertResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Create.g.cs
index 6e93ea5..4cd8124 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Create.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Create.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ExportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_CreateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_CreateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_CreateSecurityRequirement0,
+ };
partial void PrepareCreateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessCreateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_CreateSecurityRequirements,
+ operationName: "CreateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/exports/",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
@@ -58,7 +83,7 @@ partial void ProcessCreateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Delete.g.cs
index 1e35afe..9c1c500 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Delete.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ExportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteSecurityRequirement0,
+ };
partial void PrepareDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref int exportPk,
@@ -38,9 +57,15 @@ partial void ProcessDeleteResponse(
exportPk: ref exportPk,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteSecurityRequirements,
+ operationName: "DeleteAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/exports/{exportPk}",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -50,7 +75,7 @@ partial void ProcessDeleteResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Download.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Download.g.cs
index 6360232..13fc863 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Download.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Download.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ExportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DownloadSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DownloadSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DownloadSecurityRequirement0,
+ };
partial void PrepareDownloadArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? exportType,
@@ -53,12 +72,18 @@ partial void ProcessDownloadResponseContent(
exportPk: ref exportPk,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DownloadSecurityRequirements,
+ operationName: "DownloadAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/exports/{exportPk}/download",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("exportType", exportType)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -68,7 +93,7 @@ partial void ProcessDownloadResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Get.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Get.g.cs
index 2277c60..733030e 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Get.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.Get.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ExportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_GetSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_GetSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_GetSecurityRequirement0,
+ };
partial void PrepareGetArguments(
global::System.Net.Http.HttpClient httpClient,
ref int exportPk,
@@ -43,9 +62,15 @@ partial void ProcessGetResponseContent(
exportPk: ref exportPk,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_GetSecurityRequirements,
+ operationName: "GetAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/exports/{exportPk}",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -55,7 +80,7 @@ partial void ProcessGetResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.List.g.cs
index c072dce..dcd5435 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ExportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -43,12 +62,18 @@ partial void ProcessListResponseContent(
id: ref id,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/exports/",
baseUri: HttpClient.BaseAddress);
__pathBuilder
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -58,7 +83,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.g.cs
index 79dbe79..fc60710 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ExportClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class ExportClient : global::LabelStudio.IExportClient, gl
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILabelStudioClient.Authorizations.Bearer.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILabelStudioClient.Authorizations.Bearer.g.cs
index 65b2f39..f897148 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ILabelStudioClient.Authorizations.Bearer.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILabelStudioClient.Authorizations.Bearer.g.cs
@@ -9,6 +9,7 @@ public partial interface ILabelStudioClient
/// Authorize using bearer authentication.
///
///
+
public void AuthorizeUsingBearer(
string apiKey);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ILabelStudioClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ILabelStudioClient.g.cs
index df41915..1613038 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ILabelStudioClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ILabelStudioClient.g.cs
@@ -290,6 +290,11 @@ public partial interface ILabelStudioClient : global::System.IDisposable
///
public StorageGcsClient StorageGcs { get; }
+ ///
+ ///
+ ///
+ public StorageGcsSaClient StorageGcsSa { get; }
+
///
///
///
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Delete.g.cs
index 45c6f2d..0808aef 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Delete.g.cs
@@ -12,13 +12,15 @@ public partial interface IOrganizationsClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Delete multiple member tags from the organization in bulk. Allows the same request body as bulk create.
+ /// Delete multiple member tags from the organization in bulk. Pass tag IDs via the `ids` query parameter (comma-separated or repeated). For backward compatibility, a JSON body with `ids` is still accepted.
///
///
+ ///
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task DeleteAsync(
int id,
+ string? ids = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.List3.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.List3.g.cs
index bf32e34..268321f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.List3.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.List3.g.cs
@@ -22,6 +22,7 @@ public partial interface IOrganizationsClient
///
///
///
+ ///
///
///
/// The token to cancel the operation with
@@ -35,6 +36,7 @@ public partial interface IOrganizationsClient
int? page = default,
int? pageSize = default,
string? role = default,
+ global::LabelStudio.ApiOrganizationsMembershipsListScope? scope = default,
string? search = default,
string? tags = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Update.g.cs
index fa9e477..7653d4c 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.Update.g.cs
@@ -52,6 +52,10 @@ public partial interface IOrganizationsClient
/// Public Verification Key and Public Verification Algorithms configuration
/// Included only in requests
///
+ ///
+ /// ReactCode settings
+ /// Included only in requests
+ ///
///
/// Organization name
/// Included only in requests
@@ -65,6 +69,7 @@ public partial interface IOrganizationsClient
object? emailNotificationSettings,
global::System.Collections.Generic.IList>? embedDomains,
object? embedSettings,
+ object? reactCodeSettings,
string? title,
string? contactInfo = default,
int? createdBy = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.UpdateDefaultRole.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.UpdateDefaultRole.g.cs
index 4550290..6746f79 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.UpdateDefaultRole.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IOrganizationsClient.UpdateDefaultRole.g.cs
@@ -69,6 +69,9 @@ public partial interface IOrganizationsClient
///
/// A unique integer value identifying this organization.
///
+ ///
+ /// ReactCode tag security settings. Structure: {"mode": "disabled"|"src_only"|"everything", "allowed_origins": ["https://..."], "allowed_permissions": ["camera", ...]}
+ ///
///
/// Set to current time to prevent creating or editing annotations in quick view.
///
@@ -86,6 +89,7 @@ public partial interface IOrganizationsClient
bool? extraDataOnActivityLogs = default,
global::System.DateTime? labelStreamNavigationDisabledAt = default,
int? organization = default,
+ object? reactCodeSettings = default,
global::System.DateTime? readOnlyQuickViewEnabledAt = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Create2.g.cs
index b1cb374..6a5c086 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Create2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Create2.g.cs
@@ -35,7 +35,7 @@ public partial interface IProjectsClient
///
///
///
- /// user ID and user weight in score calculation. Format {user_id[int]: weight[Float[0..1]]}
+ /// User ID and user weight in score calculation. Format {user_id: weight} with weight in [0..1].
///
///
/// If categorical variables are used in labeling (e.g. choices), Cohen's Kappa statistic is computed to measure inter-rater reliability instead of basic agreement
@@ -44,7 +44,7 @@ public partial interface IProjectsClient
///
global::System.Threading.Tasks.Task Create2Async(
int id,
- object? annotatorParams = default,
+ global::System.Collections.Generic.Dictionary? annotatorParams = default,
bool? useKappa = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Delete2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Delete2.g.cs
index 56dade5..8ac1a6f 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Delete2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Delete2.g.cs
@@ -12,9 +12,12 @@ public partial interface IProjectsClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Unassign project members in bulk. Allows the same request body as bulk assign.
+ /// Unassign project members in bulk. Pass selector fields via query parameters (`all`, `included`, `excluded`) and optional member filters (`search`, `role`, `tags`, `last_activity__gte`, `last_activity__lte`). For backward compatibility, a JSON body with bulk fields is still accepted.
///
+ ///
+ ///
///
+ ///
///
///
///
@@ -24,6 +27,9 @@ public partial interface IProjectsClient
///
global::System.Threading.Tasks.Task Delete2Async(
int id,
+ bool? all = default,
+ string? excluded = default,
+ string? included = default,
string? lastActivityGte = default,
string? lastActivityLte = default,
string? role = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.DeployFunction.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.DeployFunction.g.cs
new file mode 100644
index 0000000..8616cb4
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.DeployFunction.g.cs
@@ -0,0 +1,45 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IProjectsClient
+ {
+ ///
+ /// ✨ Deploy custom metric function
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Create or update the custom metric function for this project. The server routes to the active cloud provider (AWS Lambda or GCP Cloud Functions) based on the CUSTOM_METRIC_PROVIDER setting.
+ ///
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task DeployFunctionAsync(
+ int id,
+
+ global::LabelStudio.CustomFunctionCodeRequestRequest request,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Deploy custom metric function
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Create or update the custom metric function for this project. The server routes to the active cloud provider (AWS Lambda or GCP Cloud Functions) based on the CUSTOM_METRIC_PROVIDER setting.
+ ///
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task DeployFunctionAsync(
+ int id,
+ string code,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetFunction.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetFunction.g.cs
new file mode 100644
index 0000000..c46dee3
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetFunction.g.cs
@@ -0,0 +1,24 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IProjectsClient
+ {
+ ///
+ /// ✨ Get custom metric code
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Get the custom metric function code for this project. The server routes to the active cloud provider (AWS Lambda or GCP Cloud Functions) based on the CUSTOM_METRIC_PROVIDER setting.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task GetFunctionAsync(
+ int id,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetFunctionLogs.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetFunctionLogs.g.cs
new file mode 100644
index 0000000..1ac49b3
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetFunctionLogs.g.cs
@@ -0,0 +1,32 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IProjectsClient
+ {
+ ///
+ /// ✨ Get custom metric function logs
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Get execution logs for the custom metric function. The server routes to the active cloud provider based on the CUSTOM_METRIC_PROVIDER setting.
+ ///
+ ///
+ ///
+ ///
+ /// Default Value: 100
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task GetFunctionLogsAsync(
+ int id,
+ string? endDate = default,
+ int? limit = default,
+ string? startDate = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetGcpFunction.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetGcpFunction.g.cs
new file mode 100644
index 0000000..fa27b81
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.GetGcpFunction.g.cs
@@ -0,0 +1,24 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IProjectsClient
+ {
+ ///
+ /// ✨ Get GCP custom metric code
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Get the GCP Cloud Function code for the custom metric configured for this project.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task GetGcpFunctionAsync(
+ int id,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Remove.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Remove.g.cs
index 2b18de0..5dc6eca 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Remove.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.Remove.g.cs
@@ -12,13 +12,15 @@ public partial interface IProjectsClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Remove a member from a specific project.
+ /// Remove a member from a specific project. Pass the member ID via the `user` query parameter. For backward compatibility, a JSON body with `user` is still accepted.
///
///
+ ///
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task RemoveAsync(
int id,
+ int? user = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.UpdateGcpFunction.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.UpdateGcpFunction.g.cs
new file mode 100644
index 0000000..2c9a1d6
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IProjectsClient.UpdateGcpFunction.g.cs
@@ -0,0 +1,55 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IProjectsClient
+ {
+ ///
+ /// ✨ Update GCP custom metric Cloud Function
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Create or update the GCP Cloud Function used for custom metrics in this project.
+ ///
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task UpdateGcpFunctionAsync(
+ int id,
+
+ global::LabelStudio.GCPCustomFunctionUpdateRequest request,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Update GCP custom metric Cloud Function
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Create or update the GCP Cloud Function used for custom metrics in this project.
+ ///
+ ///
+ ///
+ /// The Python code for the custom metric function.
+ ///
+ ///
+ /// The GCP project ID. Uses default if not provided.
+ ///
+ ///
+ /// The GCP region for the Cloud Function. Uses default if not provided.
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task UpdateGcpFunctionAsync(
+ int id,
+ string code,
+ string? project = default,
+ string? region = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ISsoClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ISsoClient.Update.g.cs
index 3a1900c..b4b3333 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ISsoClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ISsoClient.Update.g.cs
@@ -37,6 +37,9 @@ public partial interface ISsoClient
///
/// Identity Provider preset key (e.g. okta, azure, google, custom)
///
+ ///
+ /// Allow manually assigning organization roles instead of IdP-managed groups. None = use billing default.
+ ///
///
/// Mapping attributes: user email from SAML request
///
@@ -69,6 +72,7 @@ public partial interface ISsoClient
global::System.Threading.Tasks.Task UpdateAsync(
string? domain = default,
string? idpProvider = default,
+ bool? manualRoleManagement = default,
string? mappingEmail = default,
string? mappingFirstName = default,
string? mappingGroups = default,
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ISsoClient.ValidateMetadataUrl.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ISsoClient.ValidateMetadataUrl.g.cs
index bb08c2c..e3a9328 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ISsoClient.ValidateMetadataUrl.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ISsoClient.ValidateMetadataUrl.g.cs
@@ -12,7 +12,7 @@ public partial interface ISsoClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Validate a SAML metadata URL by fetching it and checking whether it returns valid XML, without saving any settings.
+ /// Validate a SAML metadata URL by fetching it and checking for valid XML, without saving.
///
///
/// The token to cancel the operation with
@@ -29,7 +29,7 @@ public partial interface ISsoClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Validate a SAML metadata URL by fetching it and checking whether it returns valid XML, without saving any settings.
+ /// Validate a SAML metadata URL by fetching it and checking for valid XML, without saving.
///
///
/// The token to cancel the operation with
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Create.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Create.g.cs
new file mode 100644
index 0000000..e0d1c11
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Create.g.cs
@@ -0,0 +1,112 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Create GCS export storage with SA Impersonation
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Create a GCS export storage connection with SA Impersonation to store annotations.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task CreateAsync(
+
+ global::LabelStudio.GCSSAExportStorageRequest request,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Create GCS export storage with SA Impersonation
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Create a GCS export storage connection with SA Impersonation to store annotations.
+ ///
+ ///
+ /// GCS bucket name
+ ///
+ ///
+ /// Deletion from storage enabled
+ ///
+ ///
+ /// Cloud storage description
+ ///
+ ///
+ /// Google project ID
+ ///
+ ///
+ /// Last sync finished time
+ ///
+ ///
+ /// Count of tasks synced last time
+ ///
+ ///
+ /// Last sync job ID
+ ///
+ ///
+ /// Meta and debug information about storage processes
+ ///
+ ///
+ /// GCS bucket prefix
+ ///
+ ///
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// * `initialized` - Initialized
+ /// * `queued` - Queued
+ /// * `in_progress` - In progress
+ /// * `failed` - Failed
+ /// * `completed` - Completed
+ /// * `completed_with_errors` - Completed with errors
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Service account email to impersonate for GCS access
+ ///
+ ///
+ /// Cloud storage title
+ ///
+ ///
+ /// Traceback report for the last failed sync
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task CreateAsync(
+ int project,
+ string? bucket = default,
+ bool? canDeleteObjects = default,
+ string? description = default,
+ string? googleProjectId = default,
+ global::System.DateTime? lastSync = default,
+ int? lastSyncCount = default,
+ string? lastSyncJob = default,
+ object? meta = default,
+ string? prefix = default,
+ string? regexFilter = default,
+ global::LabelStudio.StatusC5aEnum? status = default,
+ bool? synchronizable = default,
+ string? targetServiceAccountEmail = default,
+ string? title = default,
+ string? traceback = default,
+ bool? useBlobUrls = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Create2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Create2.g.cs
new file mode 100644
index 0000000..67254a3
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Create2.g.cs
@@ -0,0 +1,120 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Create GCS import storage with SA Impersonation
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Create GCS import storage with Service Account Impersonation.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Create2Async(
+
+ global::LabelStudio.GCSSAImportStorageRequest request,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Create GCS import storage with SA Impersonation
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Create GCS import storage with Service Account Impersonation.
+ ///
+ ///
+ /// GCS bucket name
+ ///
+ ///
+ /// Cloud storage description
+ ///
+ ///
+ /// Google project ID
+ ///
+ ///
+ /// Last sync finished time
+ ///
+ ///
+ /// Count of tasks synced last time
+ ///
+ ///
+ /// Last sync job ID
+ ///
+ ///
+ /// Meta and debug information about storage processes
+ ///
+ ///
+ /// GCS bucket prefix
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Presigned URLs TTL (in minutes)
+ ///
+ ///
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the bucket content
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// * `initialized` - Initialized
+ /// * `queued` - Queued
+ /// * `in_progress` - In progress
+ /// * `failed` - Failed
+ /// * `completed` - Completed
+ /// * `completed_with_errors` - Completed with errors
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Service account email to impersonate for GCS access
+ ///
+ ///
+ /// Cloud storage title
+ ///
+ ///
+ /// Traceback report for the last failed sync
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Create2Async(
+ int project,
+ string? bucket = default,
+ string? description = default,
+ string? googleProjectId = default,
+ global::System.DateTime? lastSync = default,
+ int? lastSyncCount = default,
+ string? lastSyncJob = default,
+ object? meta = default,
+ string? prefix = default,
+ bool? presign = default,
+ int? presignTtl = default,
+ bool? recursiveScan = default,
+ string? regexFilter = default,
+ global::LabelStudio.StatusC5aEnum? status = default,
+ bool? synchronizable = default,
+ string? targetServiceAccountEmail = default,
+ string? title = default,
+ string? traceback = default,
+ bool? useBlobUrls = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Delete.g.cs
new file mode 100644
index 0000000..0a2cce3
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Delete.g.cs
@@ -0,0 +1,24 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Delete GCS SA export storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Delete a specific GCS export storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task DeleteAsync(
+ int id,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Delete2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Delete2.g.cs
new file mode 100644
index 0000000..4616c12
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Delete2.g.cs
@@ -0,0 +1,24 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Delete GCS SA import storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Delete a specific GCS import storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Delete2Async(
+ int id,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Get.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Get.g.cs
new file mode 100644
index 0000000..8199910
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Get.g.cs
@@ -0,0 +1,24 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Get GCS SA export storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Get a specific GCS export storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task GetAsync(
+ int id,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Get2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Get2.g.cs
new file mode 100644
index 0000000..a8a6c71
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Get2.g.cs
@@ -0,0 +1,24 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Get GCS SA import storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Get a specific GCS import storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Get2Async(
+ int id,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.List.g.cs
new file mode 100644
index 0000000..fa07f3d
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.List.g.cs
@@ -0,0 +1,26 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Get all GCS SA export storages
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Get a list of all GCS export storage connections set up with SA Impersonation.
+ ///
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task> ListAsync(
+ int project,
+ string? ordering = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.List2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.List2.g.cs
new file mode 100644
index 0000000..ccf1f92
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.List2.g.cs
@@ -0,0 +1,26 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Get all GCS SA import storages
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Get list of all GCS import storage connections set up with Service Account Impersonation.
+ ///
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task> List2Async(
+ int project,
+ string? ordering = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Sync.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Sync.g.cs
new file mode 100644
index 0000000..691f18c
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Sync.g.cs
@@ -0,0 +1,24 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Sync GCS SA export storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Sync annotations to a GCS SA export storage.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task SyncAsync(
+ int id,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Sync2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Sync2.g.cs
new file mode 100644
index 0000000..270394a
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Sync2.g.cs
@@ -0,0 +1,24 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Sync GCS SA import storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Sync tasks from a GCS import storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Sync2Async(
+ int id,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Update.g.cs
new file mode 100644
index 0000000..0a08c7f
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Update.g.cs
@@ -0,0 +1,116 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Update GCS SA export storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Update a specific GCS export storage connection set up with SA Impersonation.
+ ///
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task UpdateAsync(
+ int id,
+
+ global::LabelStudio.PatchedGCSSAExportStorageRequest request,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Update GCS SA export storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Update a specific GCS export storage connection set up with SA Impersonation.
+ ///
+ ///
+ ///
+ /// GCS bucket name
+ ///
+ ///
+ /// Deletion from storage enabled
+ ///
+ ///
+ /// Cloud storage description
+ ///
+ ///
+ /// Google project ID
+ ///
+ ///
+ /// Last sync finished time
+ ///
+ ///
+ /// Count of tasks synced last time
+ ///
+ ///
+ /// Last sync job ID
+ ///
+ ///
+ /// Meta and debug information about storage processes
+ ///
+ ///
+ /// GCS bucket prefix
+ ///
+ ///
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// * `initialized` - Initialized
+ /// * `queued` - Queued
+ /// * `in_progress` - In progress
+ /// * `failed` - Failed
+ /// * `completed` - Completed
+ /// * `completed_with_errors` - Completed with errors
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Service account email to impersonate for GCS access
+ ///
+ ///
+ /// Cloud storage title
+ ///
+ ///
+ /// Traceback report for the last failed sync
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task UpdateAsync(
+ int id,
+ string? bucket = default,
+ bool? canDeleteObjects = default,
+ string? description = default,
+ string? googleProjectId = default,
+ global::System.DateTime? lastSync = default,
+ int? lastSyncCount = default,
+ string? lastSyncJob = default,
+ object? meta = default,
+ string? prefix = default,
+ int? project = default,
+ string? regexFilter = default,
+ global::LabelStudio.StatusC5aEnum? status = default,
+ bool? synchronizable = default,
+ string? targetServiceAccountEmail = default,
+ string? title = default,
+ string? traceback = default,
+ bool? useBlobUrls = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Update2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Update2.g.cs
new file mode 100644
index 0000000..6664a38
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Update2.g.cs
@@ -0,0 +1,124 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Update GCS SA import storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Update a specific GCS import storage connection set up with SA Impersonation.
+ ///
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Update2Async(
+ int id,
+
+ global::LabelStudio.PatchedGCSSAImportStorageRequest request,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Update GCS SA import storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Update a specific GCS import storage connection set up with SA Impersonation.
+ ///
+ ///
+ ///
+ /// GCS bucket name
+ ///
+ ///
+ /// Cloud storage description
+ ///
+ ///
+ /// Google project ID
+ ///
+ ///
+ /// Last sync finished time
+ ///
+ ///
+ /// Count of tasks synced last time
+ ///
+ ///
+ /// Last sync job ID
+ ///
+ ///
+ /// Meta and debug information about storage processes
+ ///
+ ///
+ /// GCS bucket prefix
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Presigned URLs TTL (in minutes)
+ ///
+ ///
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the bucket content
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// * `initialized` - Initialized
+ /// * `queued` - Queued
+ /// * `in_progress` - In progress
+ /// * `failed` - Failed
+ /// * `completed` - Completed
+ /// * `completed_with_errors` - Completed with errors
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Service account email to impersonate for GCS access
+ ///
+ ///
+ /// Cloud storage title
+ ///
+ ///
+ /// Traceback report for the last failed sync
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Update2Async(
+ int id,
+ string? bucket = default,
+ string? description = default,
+ string? googleProjectId = default,
+ global::System.DateTime? lastSync = default,
+ int? lastSyncCount = default,
+ string? lastSyncJob = default,
+ object? meta = default,
+ string? prefix = default,
+ bool? presign = default,
+ int? presignTtl = default,
+ int? project = default,
+ bool? recursiveScan = default,
+ string? regexFilter = default,
+ global::LabelStudio.StatusC5aEnum? status = default,
+ bool? synchronizable = default,
+ string? targetServiceAccountEmail = default,
+ string? title = default,
+ string? traceback = default,
+ bool? useBlobUrls = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Validate.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Validate.g.cs
new file mode 100644
index 0000000..fa7506e
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Validate.g.cs
@@ -0,0 +1,112 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Validate GCS SA export storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Validate a specific GCS export storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task ValidateAsync(
+
+ global::LabelStudio.GCSSAExportStorageRequest request,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Validate GCS SA export storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Validate a specific GCS export storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// GCS bucket name
+ ///
+ ///
+ /// Deletion from storage enabled
+ ///
+ ///
+ /// Cloud storage description
+ ///
+ ///
+ /// Google project ID
+ ///
+ ///
+ /// Last sync finished time
+ ///
+ ///
+ /// Count of tasks synced last time
+ ///
+ ///
+ /// Last sync job ID
+ ///
+ ///
+ /// Meta and debug information about storage processes
+ ///
+ ///
+ /// GCS bucket prefix
+ ///
+ ///
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// * `initialized` - Initialized
+ /// * `queued` - Queued
+ /// * `in_progress` - In progress
+ /// * `failed` - Failed
+ /// * `completed` - Completed
+ /// * `completed_with_errors` - Completed with errors
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Service account email to impersonate for GCS access
+ ///
+ ///
+ /// Cloud storage title
+ ///
+ ///
+ /// Traceback report for the last failed sync
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task ValidateAsync(
+ int project,
+ string? bucket = default,
+ bool? canDeleteObjects = default,
+ string? description = default,
+ string? googleProjectId = default,
+ global::System.DateTime? lastSync = default,
+ int? lastSyncCount = default,
+ string? lastSyncJob = default,
+ object? meta = default,
+ string? prefix = default,
+ string? regexFilter = default,
+ global::LabelStudio.StatusC5aEnum? status = default,
+ bool? synchronizable = default,
+ string? targetServiceAccountEmail = default,
+ string? title = default,
+ string? traceback = default,
+ bool? useBlobUrls = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Validate2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Validate2.g.cs
new file mode 100644
index 0000000..13b49c6
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.Validate2.g.cs
@@ -0,0 +1,120 @@
+#nullable enable
+
+namespace LabelStudio
+{
+ public partial interface IStorageGcsSaClient
+ {
+ ///
+ /// ✨ Validate GCS SA import storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Validate a specific GCS import storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Validate2Async(
+
+ global::LabelStudio.GCSSAImportStorageRequest request,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// ✨ Validate GCS SA import storage
+ /// <Card href="https://humansignal.com/goenterprise">
+ /// <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
+ /// <p style="margin-top: 10px; font-size: 14px;">
+ /// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
+ /// </p>
+ /// </Card>
+ /// Validate a specific GCS import storage connection set up with SA Impersonation.
+ ///
+ ///
+ /// GCS bucket name
+ ///
+ ///
+ /// Cloud storage description
+ ///
+ ///
+ /// Google project ID
+ ///
+ ///
+ /// Last sync finished time
+ ///
+ ///
+ /// Count of tasks synced last time
+ ///
+ ///
+ /// Last sync job ID
+ ///
+ ///
+ /// Meta and debug information about storage processes
+ ///
+ ///
+ /// GCS bucket prefix
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Presigned URLs TTL (in minutes)
+ ///
+ ///
+ /// A unique integer value identifying this project.
+ ///
+ ///
+ /// Perform recursive scan over the bucket content
+ ///
+ ///
+ /// Cloud storage regex for filtering objects
+ ///
+ ///
+ /// * `initialized` - Initialized
+ /// * `queued` - Queued
+ /// * `in_progress` - In progress
+ /// * `failed` - Failed
+ /// * `completed` - Completed
+ /// * `completed_with_errors` - Completed with errors
+ ///
+ ///
+ /// Default Value: true
+ ///
+ ///
+ /// Service account email to impersonate for GCS access
+ ///
+ ///
+ /// Cloud storage title
+ ///
+ ///
+ /// Traceback report for the last failed sync
+ ///
+ ///
+ /// Interpret objects as BLOBs and generate URLs
+ ///
+ /// The token to cancel the operation with
+ ///
+ global::System.Threading.Tasks.Task Validate2Async(
+ int project,
+ string? bucket = default,
+ string? description = default,
+ string? googleProjectId = default,
+ global::System.DateTime? lastSync = default,
+ int? lastSyncCount = default,
+ string? lastSyncJob = default,
+ object? meta = default,
+ string? prefix = default,
+ bool? presign = default,
+ int? presignTtl = default,
+ bool? recursiveScan = default,
+ string? regexFilter = default,
+ global::LabelStudio.StatusC5aEnum? status = default,
+ bool? synchronizable = default,
+ string? targetServiceAccountEmail = default,
+ string? title = default,
+ string? traceback = default,
+ bool? useBlobUrls = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.g.cs
new file mode 100644
index 0000000..cb2907e
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IStorageGcsSaClient.g.cs
@@ -0,0 +1,43 @@
+
+#nullable enable
+
+namespace LabelStudio
+{
+ ///
+ /// If no httpClient is provided, a new one will be created.
+ /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
+ ///
+ public partial interface IStorageGcsSaClient : global::System.IDisposable
+ {
+ ///
+ /// The HttpClient instance.
+ ///
+ public global::System.Net.Http.HttpClient HttpClient { get; }
+
+ ///
+ /// The base URL for the API.
+ ///
+ public System.Uri? BaseUri { get; }
+
+ ///
+ /// The authorizations to use for the requests.
+ ///
+ public global::System.Collections.Generic.List Authorizations { get; }
+
+ ///
+ /// Gets or sets a value indicating whether the response content should be read as a string.
+ /// True by default in debug builds, false otherwise.
+ /// When false, successful responses are deserialized directly from the response stream for better performance.
+ /// Error responses are always read as strings regardless of this setting,
+ /// ensuring is populated.
+ ///
+ public bool ReadResponseAsString { get; set; }
+
+ ///
+ ///
+ ///
+ global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }
+
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Delete2.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Delete2.g.cs
index fce0795..a4dfc27 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Delete2.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Delete2.g.cs
@@ -12,13 +12,15 @@ public partial interface IWorkspacesClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Remove a specific member by ID from a workspace. This endpoint expects an object like `{"user_id": 123}`.
+ /// Remove a specific member by ID from a workspace. Pass the member ID via the `user_id` query parameter. For backward compatibility, a JSON body with `user_id` (or `user`) is still accepted.
///
///
+ ///
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task Delete2Async(
int id,
+ int? userId = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Delete3.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Delete3.g.cs
index fda28f4..3943810 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Delete3.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Delete3.g.cs
@@ -12,13 +12,23 @@ public partial interface IWorkspacesClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Unassign workspace members in bulk. Allows the same request body as bulk assign.
+ /// Unassign workspace members in bulk. Pass selector fields via query parameters (`all`, `included`, `excluded`) and optional paginated-list filters (`search`, `ids`). For backward compatibility, a JSON body with bulk fields is still accepted.
///
+ ///
+ ///
///
+ ///
+ ///
+ ///
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task Delete3Async(
int id,
+ bool? all = default,
+ string? excluded = default,
+ string? ids = default,
+ string? included = default,
+ string? search = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Remove.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Remove.g.cs
index a4274e5..e31a3b3 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Remove.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.IWorkspacesClient.Remove.g.cs
@@ -12,13 +12,15 @@ public partial interface IWorkspacesClient
/// This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
/// </p>
/// </Card>
- /// Remove a project from a specific workspace.
+ /// Remove a project from a specific workspace. Pass the project ID via the `project` query parameter. For backward compatibility, a JSON body with `project` is still accepted.
///
///
+ ///
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task RemoveAsync(
int id,
+ int? project = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
\ No newline at end of file
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Delete.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Delete.g.cs
index 543aeec..7261b98 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Delete.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Delete.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ImportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteSecurityRequirement0,
+ };
partial void PrepareDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -33,9 +52,15 @@ partial void ProcessDeleteResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteSecurityRequirements,
+ operationName: "DeleteAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/import/file-upload/{id}",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -45,7 +70,7 @@ partial void ProcessDeleteResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.DeleteMany.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.DeleteMany.g.cs
index 545f94e..9632c4a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.DeleteMany.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.DeleteMany.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ImportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DeleteManySecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DeleteManySecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DeleteManySecurityRequirement0,
+ };
partial void PrepareDeleteManyArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -34,9 +53,15 @@ partial void ProcessDeleteManyResponse(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DeleteManySecurityRequirements,
+ operationName: "DeleteManyAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/file-uploads",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Delete,
@@ -46,7 +71,7 @@ partial void ProcessDeleteManyResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Download.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Download.g.cs
index d903195..7b9e4ad 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Download.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Download.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ImportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_DownloadSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_DownloadSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_DownloadSecurityRequirement0,
+ };
partial void PrepareDownloadArguments(
global::System.Net.Http.HttpClient httpClient,
ref string filename);
@@ -33,9 +52,15 @@ partial void ProcessDownloadResponse(
httpClient: HttpClient,
filename: ref filename);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_DownloadSecurityRequirements,
+ operationName: "DownloadAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/data/upload/{filename}",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -45,7 +70,7 @@ partial void ProcessDownloadResponse(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Get.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Get.g.cs
index a4ed969..d58153b 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Get.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Get.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ImportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_GetSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_GetSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_GetSecurityRequirement0,
+ };
partial void PrepareGetArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id);
@@ -38,9 +57,15 @@ partial void ProcessGetResponseContent(
httpClient: HttpClient,
id: ref id);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_GetSecurityRequirements,
+ operationName: "GetAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/import/file-upload/{id}",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -50,7 +75,7 @@ partial void ProcessGetResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.List.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.List.g.cs
index dec0959..cba94a9 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.List.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.List.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ImportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_ListSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_ListSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_ListSecurityRequirement0,
+ };
partial void PrepareListArguments(
global::System.Net.Http.HttpClient httpClient,
ref bool? all,
@@ -54,6 +73,12 @@ partial void ProcessListResponseContent(
ids: ids,
ordering: ref ordering);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_ListSecurityRequirements,
+ operationName: "ListAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/projects/{id}/file-uploads",
baseUri: HttpClient.BaseAddress);
@@ -61,7 +86,7 @@ partial void ProcessListResponseContent(
.AddOptionalParameter("all", all?.ToString().ToLowerInvariant())
.AddOptionalParameter("ids", ids, delimiter: ",", explode: true)
.AddOptionalParameter("ordering", ordering)
- ;
+ ;
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Get,
@@ -71,7 +96,7 @@ partial void ProcessListResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Update.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Update.g.cs
index b1f243d..051125d 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Update.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.Update.g.cs
@@ -5,6 +5,25 @@ namespace LabelStudio
{
public partial class ImportClient
{
+
+
+ private static readonly global::LabelStudio.EndPointSecurityRequirement s_UpdateSecurityRequirement0 =
+ new global::LabelStudio.EndPointSecurityRequirement
+ {
+ Authorizations = new global::LabelStudio.EndPointAuthorizationRequirement[]
+ { new global::LabelStudio.EndPointAuthorizationRequirement
+ {
+ Type = "Http",
+ Location = "Header",
+ Name = "Bearer",
+ FriendlyName = "Bearer",
+ },
+ },
+ };
+ private static readonly global::LabelStudio.EndPointSecurityRequirement[] s_UpdateSecurityRequirements =
+ new global::LabelStudio.EndPointSecurityRequirement[]
+ { s_UpdateSecurityRequirement0,
+ };
partial void PrepareUpdateArguments(
global::System.Net.Http.HttpClient httpClient,
ref int id,
@@ -46,9 +65,15 @@ partial void ProcessUpdateResponseContent(
id: ref id,
request: request);
+
+ var __authorizations = global::LabelStudio.EndPointSecurityResolver.ResolveAuthorizations(
+ availableAuthorizations: Authorizations,
+ securityRequirements: s_UpdateSecurityRequirements,
+ operationName: "UpdateAsync");
+
var __pathBuilder = new global::LabelStudio.PathBuilder(
path: $"/api/import/file-upload/{id}",
- baseUri: HttpClient.BaseAddress);
+ baseUri: HttpClient.BaseAddress);
var __path = __pathBuilder.ToString();
using var __httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: new global::System.Net.Http.HttpMethod("PATCH"),
@@ -58,7 +83,7 @@ partial void ProcessUpdateResponseContent(
__httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher;
#endif
- foreach (var __authorization in Authorizations)
+ foreach (var __authorization in __authorizations)
{
if (__authorization.Type == "Http" ||
__authorization.Type == "OAuth2")
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.g.cs
index 28c0ae4..47a2448 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.ImportClient.g.cs
@@ -12,7 +12,7 @@ public sealed partial class ImportClient : global::LabelStudio.IImportClient, gl
///
/// Label Studio
///
- public const string DefaultBaseUrl = "http://localhost:8000";
+ public const string DefaultBaseUrl = "http://localhost:8000/";
private bool _disposeHttpClient = true;
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScope.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScope.g.cs
new file mode 100644
index 0000000..304e337
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScope.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class ApiOrganizationsMembershipsListScopeJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.ApiOrganizationsMembershipsListScope 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.ApiOrganizationsMembershipsListScopeExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.ApiOrganizationsMembershipsListScope)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.ApiOrganizationsMembershipsListScope);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.ApiOrganizationsMembershipsListScope value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::LabelStudio.ApiOrganizationsMembershipsListScopeExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullable.g.cs
new file mode 100644
index 0000000..bf9c1e5
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class ApiOrganizationsMembershipsListScopeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.ApiOrganizationsMembershipsListScope? 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.ApiOrganizationsMembershipsListScopeExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.ApiOrganizationsMembershipsListScope)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.ApiOrganizationsMembershipsListScope?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.ApiOrganizationsMembershipsListScope? 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.ApiOrganizationsMembershipsListScopeExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsCustomFunctionRetrieveResponseStatus.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsCustomFunctionRetrieveResponseStatus.g.cs
new file mode 100644
index 0000000..6aa4237
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsCustomFunctionRetrieveResponseStatus.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class ApiProjectsCustomFunctionRetrieveResponseStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus 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.ApiProjectsCustomFunctionRetrieveResponseStatusExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatusExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsCustomFunctionRetrieveResponseStatusNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsCustomFunctionRetrieveResponseStatusNullable.g.cs
new file mode 100644
index 0000000..c804672
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsCustomFunctionRetrieveResponseStatusNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class ApiProjectsCustomFunctionRetrieveResponseStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus? 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.ApiProjectsCustomFunctionRetrieveResponseStatusExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus? 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.ApiProjectsCustomFunctionRetrieveResponseStatusExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsGcpCustomFunctionRetrieveResponseStatus.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsGcpCustomFunctionRetrieveResponseStatus.g.cs
new file mode 100644
index 0000000..5f0ab1c
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsGcpCustomFunctionRetrieveResponseStatus.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class ApiProjectsGcpCustomFunctionRetrieveResponseStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus 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.ApiProjectsGcpCustomFunctionRetrieveResponseStatusExtensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatusExtensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsGcpCustomFunctionRetrieveResponseStatusNullable.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsGcpCustomFunctionRetrieveResponseStatusNullable.g.cs
new file mode 100644
index 0000000..c4ae021
--- /dev/null
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonConverters.ApiProjectsGcpCustomFunctionRetrieveResponseStatusNullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace LabelStudio.JsonConverters
+{
+ ///
+ public sealed class ApiProjectsGcpCustomFunctionRetrieveResponseStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus? 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.ApiProjectsGcpCustomFunctionRetrieveResponseStatusExtensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus? 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.ApiProjectsGcpCustomFunctionRetrieveResponseStatusExtensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
index a367347..4f34e68 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContext.g.cs
@@ -281,6 +281,10 @@ namespace LabelStudio
typeof(global::LabelStudio.JsonConverters.ApiDmActionsCreateIdNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.ApiOrganizationsMembershipsListScopeNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesDestroyTypeJsonConverter),
typeof(global::LabelStudio.JsonConverters.ApiProjectsTasksAssigneesDestroyTypeNullableJsonConverter),
@@ -301,6 +305,14 @@ namespace LabelStudio
typeof(global::LabelStudio.JsonConverters.ApiProjectsAwsCustomFunctionRetrieveResponseStatusNullableJsonConverter),
+ typeof(global::LabelStudio.JsonConverters.ApiProjectsCustomFunctionRetrieveResponseStatusJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.ApiProjectsCustomFunctionRetrieveResponseStatusNullableJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.ApiProjectsGcpCustomFunctionRetrieveResponseStatusJsonConverter),
+
+ typeof(global::LabelStudio.JsonConverters.ApiProjectsGcpCustomFunctionRetrieveResponseStatusNullableJsonConverter),
+
typeof(global::LabelStudio.JsonConverters.MaybeExpandedCommentJsonConverter),
typeof(global::LabelStudio.JsonConverters.RoleBasedTaskJsonConverter),
@@ -439,6 +451,7 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ConvertedFormat))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.Status7bfEnum), TypeInfoPropertyName = "Status7bfEnum2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ConvertedFormatRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.CustomFunctionCodeRequestRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.DatabricksExportStorage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.DatabricksExportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.DatabricksImportStorage))]
@@ -471,10 +484,15 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.FilterRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.FinishedEnum), TypeInfoPropertyName = "FinishedEnum2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCPCustomFunctionUpdateRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSDatasetStorage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSDatasetStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSExportStorage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSImportStorage))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSSAExportStorage))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSSAExportStorageRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSSAImportStorage))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSSAImportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSWIFExportStorage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSWIFExportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.GCSWIFImportStorage))]
@@ -669,6 +687,8 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedDimensionRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedFileUploadRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedGCSDatasetStorageRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedGCSSAExportStorageRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedGCSSAImportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedGCSWIFExportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedGCSWIFImportStorageRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.PatchedHotkeysRequest))]
@@ -735,9 +755,9 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3ExportStorage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.S3ImportStorage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SamlSettings))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SamlSettingsUpdate))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList>))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SamlSettingsUpdate))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.SamlSettingsUpdateRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ScimSettings))]
@@ -899,6 +919,7 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiUsersPartialUpdateRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiActivityLogsListMethod), TypeInfoPropertyName = "ApiActivityLogsListMethod2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiDmActionsCreateId), TypeInfoPropertyName = "ApiDmActionsCreateId2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiOrganizationsMembershipsListScope), TypeInfoPropertyName = "ApiOrganizationsMembershipsListScope2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsTasksAssigneesDestroyType), TypeInfoPropertyName = "ApiProjectsTasksAssigneesDestroyType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType), TypeInfoPropertyName = "ApiPromptsCompatibleProjectsListProjectType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset), TypeInfoPropertyName = "ApiPromptsVersionsInferenceRunsListProjectSubset2")]
@@ -944,11 +965,15 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponseStatus), TypeInfoPropertyName = "ApiProjectsAwsCustomFunctionRetrieveResponseStatus2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsCustomFunctionRetrieveResponseStatus), TypeInfoPropertyName = "ApiProjectsCustomFunctionRetrieveResponseStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsDashboardRetrieveResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsDuplicateCreateResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsExportsConvertCreateResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsGcpCustomFunctionRetrieveResponseStatus), TypeInfoPropertyName = "ApiProjectsGcpCustomFunctionRetrieveResponseStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsImportCreateResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsImportPredictionsCreateResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiProjectsMembersBulkDestroyResponse))]
@@ -995,6 +1020,7 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
@@ -1003,6 +1029,7 @@ namespace LabelStudio
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::LabelStudio.ApiStoragesExportTypesRetrieveResponseItem))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
@@ -1152,6 +1179,7 @@ namespace LabelStudio
[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))]
@@ -1159,6 +1187,7 @@ namespace LabelStudio
[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))]
diff --git a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
index d704f9f..15f0f0a 100644
--- a/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
+++ b/src/libs/LabelStudio/Generated/LabelStudio.JsonSerializerContextTypes.g.cs
@@ -392,2375 +392,2435 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::LabelStudio.DatabricksExportStorage? Type91 { get; set; }
+ public global::LabelStudio.CustomFunctionCodeRequestRequest? Type91 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksExportStorageRequest? Type92 { get; set; }
+ public global::LabelStudio.DatabricksExportStorage? Type92 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksImportStorage? Type93 { get; set; }
+ public global::LabelStudio.DatabricksExportStorageRequest? Type93 { get; set; }
///
///
///
- public global::LabelStudio.DatabricksImportStorageRequest? Type94 { get; set; }
+ public global::LabelStudio.DatabricksImportStorage? Type94 { get; set; }
///
///
///
- public global::LabelStudio.Dataset? Type95 { get; set; }
+ public global::LabelStudio.DatabricksImportStorageRequest? Type95 { get; set; }
///
///
///
- public global::LabelStudio.DatasetMember? Type96 { get; set; }
+ public global::LabelStudio.Dataset? Type96 { get; set; }
///
///
///
- public global::LabelStudio.DatasetMemberRequest? Type97 { get; set; }
+ public global::LabelStudio.DatasetMember? Type97 { get; set; }
///
///
///
- public global::LabelStudio.DatasetRequest? Type98 { get; set; }
+ public global::LabelStudio.DatasetMemberRequest? Type98 { get; set; }
///
///
///
- public global::LabelStudio.UserSimpleRequest? Type99 { get; set; }
+ public global::LabelStudio.DatasetRequest? Type99 { get; set; }
///
///
///
- public global::LabelStudio.DatasetView? Type100 { get; set; }
+ public global::LabelStudio.UserSimpleRequest? Type100 { get; set; }
///
///
///
- public global::LabelStudio.FilterGroup? Type101 { get; set; }
+ public global::LabelStudio.DatasetView? Type101 { get; set; }
///
///
///
- public global::LabelStudio.DatasetViewRequest? Type102 { get; set; }
+ public global::LabelStudio.FilterGroup? Type102 { get; set; }
///
///
///
- public global::LabelStudio.FilterGroupRequest? Type103 { get; set; }
+ public global::LabelStudio.DatasetViewRequest? Type103 { get; set; }
///
///
///
- public global::LabelStudio.Default165Enum? Type104 { get; set; }
+ public global::LabelStudio.FilterGroupRequest? Type104 { get; set; }
///
///
///
- public global::LabelStudio.DefaultRole? Type105 { get; set; }
+ public global::LabelStudio.Default165Enum? Type105 { get; set; }
///
///
///
- public global::LabelStudio.Dimension? Type106 { get; set; }
+ public global::LabelStudio.DefaultRole? Type106 { get; set; }
///
///
///
- public global::LabelStudio.DimensionCreateRequest? Type107 { get; set; }
+ public global::LabelStudio.Dimension? Type107 { get; set; }
///
///
///
- public global::LabelStudio.DimensionList? Type108 { get; set; }
+ public global::LabelStudio.DimensionCreateRequest? Type108 { get; set; }
///
///
///
- public global::LabelStudio.DimensionRequest? Type109 { get; set; }
+ public global::LabelStudio.DimensionList? Type109 { get; set; }
///
///
///
- public global::LabelStudio.EditionEnum? Type110 { get; set; }
+ public global::LabelStudio.DimensionRequest? Type110 { get; set; }
///
///
///
- public global::LabelStudio.Export? Type111 { get; set; }
+ public global::LabelStudio.EditionEnum? Type111 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type112 { get; set; }
+ public global::LabelStudio.Export? Type112 { get; set; }
///
///
///
- public global::LabelStudio.ExportConvertRequest? Type113 { get; set; }
+ public global::System.Collections.Generic.IList? Type113 { get; set; }
///
///
///
- public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type114 { get; set; }
+ public global::LabelStudio.ExportConvertRequest? Type114 { get; set; }
///
///
///
- public global::LabelStudio.FSMTransitionExecuteResponse? Type115 { get; set; }
+ public global::LabelStudio.FSMTransitionExecuteRequestRequest? Type115 { get; set; }
///
///
///
- public global::LabelStudio.StateModel? Type116 { get; set; }
+ public global::LabelStudio.FSMTransitionExecuteResponse? Type116 { get; set; }
///
///
///
- public global::LabelStudio.FileUpload? Type117 { get; set; }
+ public global::LabelStudio.StateModel? Type117 { get; set; }
///
///
///
- public global::LabelStudio.Filter? Type118 { get; set; }
+ public global::LabelStudio.FileUpload? Type118 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type119 { get; set; }
+ public global::LabelStudio.Filter? Type119 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type120 { get; set; }
+ public global::System.Collections.Generic.IList? Type120 { get; set; }
///
///
///
- public global::LabelStudio.FilterRequest? Type121 { get; set; }
+ public global::System.Collections.Generic.IList? Type121 { get; set; }
///
///
///
- public global::LabelStudio.FinishedEnum? Type122 { get; set; }
+ public global::LabelStudio.FilterRequest? Type122 { get; set; }
///
///
///
- public global::LabelStudio.GCSDatasetStorage? Type123 { get; set; }
+ public global::LabelStudio.FinishedEnum? Type123 { get; set; }
///
///
///
- public global::LabelStudio.GCSDatasetStorageRequest? Type124 { get; set; }
+ public global::LabelStudio.GCPCustomFunctionUpdateRequest? Type124 { get; set; }
///
///
///
- public global::LabelStudio.GCSExportStorage? Type125 { get; set; }
+ public global::LabelStudio.GCSDatasetStorage? Type125 { get; set; }
///
///
///
- public global::LabelStudio.GCSImportStorage? Type126 { get; set; }
+ public global::LabelStudio.GCSDatasetStorageRequest? Type126 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFExportStorage? Type127 { get; set; }
+ public global::LabelStudio.GCSExportStorage? Type127 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFExportStorageRequest? Type128 { get; set; }
+ public global::LabelStudio.GCSImportStorage? Type128 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFImportStorage? Type129 { get; set; }
+ public global::LabelStudio.GCSSAExportStorage? Type129 { get; set; }
///
///
///
- public global::LabelStudio.GCSWIFImportStorageRequest? Type130 { get; set; }
+ public global::LabelStudio.GCSSAExportStorageRequest? Type130 { get; set; }
///
///
///
- public global::LabelStudio.Hotkeys? Type131 { get; set; }
+ public global::LabelStudio.GCSSAImportStorage? Type131 { get; set; }
///
///
///
- public global::LabelStudio.ImportApiRequest? Type132 { get; set; }
+ public global::LabelStudio.GCSSAImportStorageRequest? Type132 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type133 { get; set; }
+ public global::LabelStudio.GCSWIFExportStorage? Type133 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type134 { get; set; }
+ public global::LabelStudio.GCSWIFExportStorageRequest? Type134 { get; set; }
///
///
///
- public global::LabelStudio.PredictionRequest? Type135 { get; set; }
+ public global::LabelStudio.GCSWIFImportStorage? Type135 { get; set; }
///
///
///
- public global::LabelStudio.InferenceRunCostEstimate? Type136 { get; set; }
+ public global::LabelStudio.GCSWIFImportStorageRequest? Type136 { get; set; }
///
///
///
- public global::LabelStudio.KPIDetailResponse? Type137 { get; set; }
+ public global::LabelStudio.Hotkeys? Type137 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectSegment? Type138 { get; set; }
+ public global::LabelStudio.ImportApiRequest? Type138 { get; set; }
///
///
///
- public global::LabelStudio.KPIUserSegment? Type139 { get; set; }
+ public global::System.Collections.Generic.IList? Type139 { get; set; }
///
///
///
- public global::LabelStudio.KPIMatrixSegment? Type140 { get; set; }
+ public global::System.Collections.Generic.IList? Type140 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectMatrixSegment? Type141 { get; set; }
+ public global::LabelStudio.PredictionRequest? Type141 { get; set; }
///
///
///
- public global::LabelStudio.SegmentationEnum? Type142 { get; set; }
+ public global::LabelStudio.InferenceRunCostEstimate? Type142 { get; set; }
///
///
///
- public global::LabelStudio.KPITimeSegment? Type143 { get; set; }
+ public global::LabelStudio.KPIDetailResponse? Type143 { get; set; }
///
///
///
- public global::LabelStudio.KPIValue? Type144 { get; set; }
+ public global::LabelStudio.KPIProjectSegment? Type144 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type145 { get; set; }
+ public global::LabelStudio.KPIUserSegment? Type145 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type146 { get; set; }
+ public global::LabelStudio.KPIMatrixSegment? Type146 { get; set; }
///
///
///
- public global::LabelStudio.KPIUserInfo? Type147 { get; set; }
+ public global::LabelStudio.KPIProjectMatrixSegment? Type147 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type148 { get; set; }
+ public global::LabelStudio.SegmentationEnum? Type148 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type149 { get; set; }
+ public global::LabelStudio.KPITimeSegment? Type149 { get; set; }
///
///
///
- public global::LabelStudio.KPIMetadata? Type150 { get; set; }
+ public global::LabelStudio.KPIValue? Type150 { get; set; }
///
///
///
- public global::LabelStudio.KPIProjectInfo? Type151 { get; set; }
+ public global::System.Collections.Generic.IList? Type151 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type152 { get; set; }
+ public global::System.Collections.Generic.IList? Type152 { get; set; }
///
///
///
- public global::LabelStudio.LSAPITokenBlacklistRequest? Type153 { get; set; }
+ public global::LabelStudio.KPIUserInfo? Type153 { get; set; }
///
///
///
- public global::LabelStudio.LSAPITokenRotateRequest? Type154 { get; set; }
+ public global::System.Collections.Generic.IList>? Type154 { get; set; }
///
///
///
- public global::LabelStudio.LSEAPITokenCreate? Type155 { get; set; }
+ public global::System.Collections.Generic.IList? Type155 { get; set; }
///
///
///
- public global::LabelStudio.LSEAPITokenList? Type156 { get; set; }
+ public global::LabelStudio.KPIMetadata? Type156 { get; set; }
///
///
///
- public global::LabelStudio.LSEJWTSettings? Type157 { get; set; }
+ public global::LabelStudio.KPIProjectInfo? Type157 { get; set; }
///
///
///
- public global::LabelStudio.LSEJWTSettingsRequest? Type158 { get; set; }
+ public global::System.Collections.Generic.IList? Type158 { get; set; }
///
///
///
- public global::LabelStudio.LSEKeyIndicatorValue? Type159 { get; set; }
+ public global::LabelStudio.LSAPITokenBlacklistRequest? Type159 { get; set; }
///
///
///
- public global::LabelStudio.Label? Type160 { get; set; }
+ public global::LabelStudio.LSAPITokenRotateRequest? Type160 { get; set; }
///
///
///
- public global::LabelStudio.LabelCreate? Type161 { get; set; }
+ public global::LabelStudio.LSEAPITokenCreate? Type161 { get; set; }
///
///
///
- public global::LabelStudio.LabelCreateRequest? Type162 { get; set; }
+ public global::LabelStudio.LSEAPITokenList? Type162 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsResponse? Type163 { get; set; }
+ public global::LabelStudio.LSEJWTSettings? Type163 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type164 { get; set; }
+ public global::LabelStudio.LSEJWTSettingsRequest? Type164 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsRow? Type165 { get; set; }
+ public global::LabelStudio.LSEKeyIndicatorValue? Type165 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionCountsTotals? Type166 { get; set; }
+ public global::LabelStudio.Label? Type166 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type167 { get; set; }
+ public global::LabelStudio.LabelCreate? Type167 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionStructureDimension? Type168 { get; set; }
+ public global::LabelStudio.LabelCreateRequest? Type168 { get; set; }
///
///
///
- public global::LabelStudio.LabelDistributionStructureResponse? Type169 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsResponse? Type169 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type170 { get; set; }
+ public global::System.Collections.Generic.IList? Type170 { get; set; }
///
///
///
- public global::LabelStudio.LabelLink? Type171 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsRow? Type171 { get; set; }
///
///
///
- public global::LabelStudio.LabelLinkRequest? Type172 { get; set; }
+ public global::LabelStudio.LabelDistributionCountsTotals? Type172 { get; set; }
///
///
///
- public global::LabelStudio.LocalFilesExportStorage? Type173 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type173 { get; set; }
///
///
///
- public global::LabelStudio.LocalFilesImportStorage? Type174 { get; set; }
+ public global::LabelStudio.LabelDistributionStructureDimension? Type174 { get; set; }
///
///
///
- public global::LabelStudio.LseAnnotationFilterOptions? Type175 { get; set; }
+ public global::LabelStudio.LabelDistributionStructureResponse? Type175 { get; set; }
///
///
///
- public global::LabelStudio.ReviewedEnum? Type176 { get; set; }
+ public global::System.Collections.Generic.IList? Type176 { get; set; }
///
///
///
- public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type177 { get; set; }
+ public global::LabelStudio.LabelLink? Type177 { get; set; }
///
///
///
- public global::LabelStudio.LseExportCreate? Type178 { get; set; }
+ public global::LabelStudio.LabelLinkRequest? Type178 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptions? Type179 { get; set; }
+ public global::LabelStudio.LocalFilesExportStorage? Type179 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskFilterOptions? Type180 { get; set; }
+ public global::LabelStudio.LocalFilesImportStorage? Type180 { get; set; }
///
///
///
- public global::LabelStudio.LseExportCreateRequest? Type181 { get; set; }
+ public global::LabelStudio.LseAnnotationFilterOptions? Type181 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type182 { get; set; }
+ public global::LabelStudio.ReviewedEnum? Type182 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptionsRequest? Type183 { get; set; }
+ public global::LabelStudio.LseAnnotationFilterOptionsRequest? Type183 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskFilterOptionsRequest? Type184 { get; set; }
+ public global::LabelStudio.LseExportCreate? Type184 { get; set; }
///
///
///
- public global::LabelStudio.LseFields? Type185 { get; set; }
+ public global::LabelStudio.SerializationOptions? Type185 { get; set; }
///
///
///
- public global::LabelStudio.OnboardingStateEnum? Type186 { get; set; }
+ public global::LabelStudio.LseTaskFilterOptions? Type186 { get; set; }
///
///
///
- public global::LabelStudio.TrialRoleEnum? Type187 { get; set; }
+ public global::LabelStudio.LseExportCreateRequest? Type187 { get; set; }
///
///
///
- public global::LabelStudio.LseFieldsRequest? Type188 { get; set; }
+ public global::System.Collections.Generic.IList? Type188 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganization? Type189 { get; set; }
+ public global::LabelStudio.SerializationOptionsRequest? Type189 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationBilling? Type190 { get; set; }
+ public global::LabelStudio.LseTaskFilterOptionsRequest? Type190 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberList? Type191 { get; set; }
+ public global::LabelStudio.LseFields? Type191 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type192 { get; set; }
+ public global::LabelStudio.OnboardingStateEnum? Type192 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type193 { get; set; }
+ public global::LabelStudio.TrialRoleEnum? Type193 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type194 { get; set; }
+ public global::LabelStudio.LseFieldsRequest? Type194 { get; set; }
///
///
///
- public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type195 { get; set; }
+ public global::LabelStudio.LseOrganization? Type195 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type196 { get; set; }
+ public global::LabelStudio.OrganizationBilling? Type196 { get; set; }
///
///
///
- public global::LabelStudio.SimpleOrganizationMemberTag? Type197 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberList? Type197 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberList? Type198 { get; set; }
+ public global::System.Collections.Generic.IList? Type198 { get; set; }
///
///
///
- public global::LabelStudio.LseProject? Type199 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberListContributedToProject? Type199 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCounts? Type200 { get; set; }
+ public global::System.Collections.Generic.IList? Type200 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCreate? Type201 { get; set; }
+ public global::LabelStudio.LseOrganizationMemberListCreatedProject? Type201 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectCreateRequest? Type202 { get; set; }
+ public global::System.Collections.Generic.IList? Type202 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type203 { get; set; }
+ public global::LabelStudio.SimpleOrganizationMemberTag? Type203 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectParams? Type204 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberList? Type204 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectParamsRequest? Type205 { get; set; }
+ public global::LabelStudio.LseProject? Type205 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectResponse? Type206 { get; set; }
+ public global::LabelStudio.LseProjectCounts? Type206 { get; set; }
///
///
///
- public global::LabelStudio.LseProjectUpdate? Type207 { get; set; }
+ public global::LabelStudio.LseProjectCreate? Type207 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ExportStorage? Type208 { get; set; }
+ public global::LabelStudio.LseProjectCreateRequest? Type208 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ExportStorageRequest? Type209 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type209 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ImportStorage? Type210 { get; set; }
+ public global::LabelStudio.LseProjectParams? Type210 { get; set; }
///
///
///
- public global::LabelStudio.LseS3ImportStorageRequest? Type211 { get; set; }
+ public global::LabelStudio.LseProjectParamsRequest? Type211 { get; set; }
///
///
///
- public global::LabelStudio.LseTask? Type212 { get; set; }
+ public global::LabelStudio.LseProjectResponse? Type212 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type213 { get; set; }
+ public global::LabelStudio.LseProjectUpdate? Type213 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskDraft? Type214 { get; set; }
+ public global::LabelStudio.LseS3ExportStorage? Type214 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type215 { get; set; }
+ public global::LabelStudio.LseS3ExportStorageRequest? Type215 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskPrediction? Type216 { get; set; }
+ public global::LabelStudio.LseS3ImportStorage? Type216 { get; set; }
///
///
///
- public global::LabelStudio.SkippedEnum? Type217 { get; set; }
+ public global::LabelStudio.LseS3ImportStorageRequest? Type217 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskRequest? Type218 { get; set; }
+ public global::LabelStudio.LseTask? Type218 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotators? Type219 { get; set; }
+ public global::System.Collections.Generic.IList? Type219 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type220 { get; set; }
+ public global::LabelStudio.LseTaskDraft? Type220 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type221 { get; set; }
+ public global::System.Collections.Generic.IList? Type221 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type222 { get; set; }
+ public global::LabelStudio.LseTaskPrediction? Type222 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type223 { get; set; }
+ public global::LabelStudio.SkippedEnum? Type223 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewers? Type224 { get; set; }
+ public global::LabelStudio.LseTaskRequest? Type224 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type225 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotators? Type225 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type226 { get; set; }
+ public global::System.Collections.Generic.IList? Type226 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type227 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotatorsDraft? Type227 { get; set; }
///
///
///
- public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type228 { get; set; }
+ public global::System.Collections.Generic.IList? Type228 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type229 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForAnnotatorsPrediction? Type229 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMembership? Type230 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewers? Type230 { get; set; }
///
///
///
- public global::LabelStudio.LseUserAPI? Type231 { get; set; }
+ public global::System.Collections.Generic.IList? Type231 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type232 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewersDraft? Type232 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type233 { get; set; }
+ public global::System.Collections.Generic.IList? Type233 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type234 { get; set; }
+ public global::LabelStudio.LseTaskSerializerForReviewersPrediction? Type234 { get; set; }
///
///
///
- public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type235 { get; set; }
+ public global::System.Collections.Generic.IList? Type235 { get; set; }
///
///
///
- public global::LabelStudio.MLBackend? Type236 { get; set; }
+ public global::LabelStudio.OrganizationMembership? Type236 { get; set; }
///
///
///
- public global::LabelStudio.StateEnum? Type237 { get; set; }
+ public global::LabelStudio.LseUserAPI? Type237 { get; set; }
///
///
///
- public global::LabelStudio.MLBackendRequest? Type238 { get; set; }
+ public global::System.Collections.Generic.IList? Type238 { get; set; }
///
///
///
- public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type239 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberListContributedToProject? Type239 { get; set; }
///
///
///
- public global::LabelStudio.MaybeExpandedComment? Type240 { get; set; }
+ public global::System.Collections.Generic.IList? Type240 { get; set; }
///
///
///
- public global::LabelStudio.MetricParam? Type241 { get; set; }
+ public global::LabelStudio.LseUserOrganizationMemberListCreatedProject? Type241 { get; set; }
///
///
///
- public global::LabelStudio.MetricParamUpdateRequest? Type242 { get; set; }
+ public global::LabelStudio.MLBackend? Type242 { get; set; }
///
///
///
- public global::LabelStudio.ModeEnum? Type243 { get; set; }
+ public global::LabelStudio.StateEnum? Type243 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterface? Type244 { get; set; }
+ public global::LabelStudio.MLBackendRequest? Type244 { get; set; }
///
///
///
- public global::LabelStudio.SkillNameEnum? Type245 { get; set; }
+ public global::LabelStudio.MLInteractiveAnnotatingRequestRequest? Type245 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterfaceRequest? Type246 { get; set; }
+ public global::LabelStudio.MaybeExpandedComment? Type246 { get; set; }
///
///
///
- public global::LabelStudio.ModelInterfaceSerializerGET? Type247 { get; set; }
+ public global::LabelStudio.MetricParam? Type247 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type248 { get; set; }
+ public global::LabelStudio.MetricParamUpdateRequest? Type248 { get; set; }
///
///
///
- public global::LabelStudio.ModelProviderConnection? Type249 { get; set; }
+ public global::LabelStudio.ModeEnum? Type249 { get; set; }
///
///
///
- public global::LabelStudio.ProviderEnum? Type250 { get; set; }
+ public global::LabelStudio.ModelInterface? Type250 { get; set; }
///
///
///
- public global::LabelStudio.ScopeEnum? Type251 { get; set; }
+ public global::LabelStudio.SkillNameEnum? Type251 { get; set; }
///
///
///
- public global::LabelStudio.ModelProviderConnectionRequest? Type252 { get; set; }
+ public global::LabelStudio.ModelInterfaceRequest? Type252 { get; set; }
///
///
///
- public global::LabelStudio.ModelRun? Type253 { get; set; }
+ public global::LabelStudio.ModelInterfaceSerializerGET? Type253 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetEnum? Type254 { get; set; }
+ public global::System.Collections.Generic.IList? Type254 { get; set; }
///
///
///
- public global::LabelStudio.ModelRunStatusEnum? Type255 { get; set; }
+ public global::LabelStudio.ModelProviderConnection? Type255 { get; set; }
///
///
///
- public global::LabelStudio.ModelRunRequest? Type256 { get; set; }
+ public global::LabelStudio.ProviderEnum? Type256 { get; set; }
///
///
///
- public global::LabelStudio.Options165Enum? Type257 { get; set; }
+ public global::LabelStudio.ScopeEnum? Type257 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationId? Type258 { get; set; }
+ public global::LabelStudio.ModelProviderConnectionRequest? Type258 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationInvite? Type259 { get; set; }
+ public global::LabelStudio.ModelRun? Type259 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMember? Type260 { get; set; }
+ public global::LabelStudio.ProjectSubsetEnum? Type260 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type261 { get; set; }
+ public global::LabelStudio.ModelRunStatusEnum? Type261 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberContributedToProject? Type262 { get; set; }
+ public global::LabelStudio.ModelRunRequest? Type262 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type263 { get; set; }
+ public global::LabelStudio.Options165Enum? Type263 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberCreatedProject? Type264 { get; set; }
+ public global::LabelStudio.OrganizationId? Type264 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTag? Type265 { get; set; }
+ public global::LabelStudio.OrganizationInvite? Type265 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type266 { get; set; }
+ public global::LabelStudio.OrganizationMember? Type266 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type267 { get; set; }
+ public global::System.Collections.Generic.IList? Type267 { get; set; }
///
///
///
- public byte[]? Type268 { get; set; }
+ public global::LabelStudio.OrganizationMemberContributedToProject? Type268 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportStatus? Type269 { get; set; }
+ public global::System.Collections.Generic.IList? Type269 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type270 { get; set; }
+ public global::LabelStudio.OrganizationMemberCreatedProject? Type270 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMemberTagRequest? Type271 { get; set; }
+ public global::LabelStudio.OrganizationMemberTag? Type271 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationMembershipRequest? Type272 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagBulkCreateRequest? Type272 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermission? Type273 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportCreateRequest? Type273 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type274 { get; set; }
+ public byte[]? Type274 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type275 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportStatus? Type275 { get; set; }
///
///
///
- public global::LabelStudio.OrganizationPermissionRequest? Type276 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagImportStatusStatusEnum? Type276 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedAllRolesProjectListList? Type277 { get; set; }
+ public global::LabelStudio.OrganizationMemberTagRequest? Type277 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type278 { get; set; }
+ public global::LabelStudio.OrganizationMembershipRequest? Type278 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedAnnotationHistoryList? Type279 { get; set; }
+ public global::LabelStudio.OrganizationPermission? Type279 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type280 { get; set; }
+ public global::System.Collections.Generic.IList? Type280 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelCreateList? Type281 { get; set; }
+ public global::System.Collections.Generic.IList? Type281 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type282 { get; set; }
+ public global::LabelStudio.OrganizationPermissionRequest? Type282 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelLinkList? Type283 { get; set; }
+ public global::LabelStudio.PaginatedAllRolesProjectListList? Type283 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type284 { get; set; }
+ public global::System.Collections.Generic.IList? Type284 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLabelList? Type285 { get; set; }
+ public global::LabelStudio.PaginatedAnnotationHistoryList? Type285 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type286 { get; set; }
+ public global::System.Collections.Generic.IList? Type286 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type287 { get; set; }
+ public global::LabelStudio.PaginatedLabelCreateList? Type287 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type288 { get; set; }
+ public global::System.Collections.Generic.IList? Type288 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseProjectCountsList? Type289 { get; set; }
+ public global::LabelStudio.PaginatedLabelLinkList? Type289 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type290 { get; set; }
+ public global::System.Collections.Generic.IList? Type290 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedLseUserList? Type291 { get; set; }
+ public global::LabelStudio.PaginatedLabelList? Type291 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type292 { get; set; }
+ public global::System.Collections.Generic.IList? Type292 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedOrganizationMemberTagList? Type293 { get; set; }
+ public global::LabelStudio.PaginatedLseOrganizationMemberListList? Type293 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type294 { get; set; }
+ public global::System.Collections.Generic.IList? Type294 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type295 { get; set; }
+ public global::LabelStudio.PaginatedLseProjectCountsList? Type295 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type296 { get; set; }
+ public global::System.Collections.Generic.IList? Type296 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedProjectMember? Type297 { get; set; }
+ public global::LabelStudio.PaginatedLseUserList? Type297 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type298 { get; set; }
+ public global::System.Collections.Generic.IList? Type298 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type299 { get; set; }
+ public global::LabelStudio.PaginatedOrganizationMemberTagList? Type299 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetTasksResponse? Type300 { get; set; }
+ public global::System.Collections.Generic.IList? Type300 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedRoleBasedTaskList? Type301 { get; set; }
+ public global::LabelStudio.PaginatedPaginatedProjectMemberList? Type301 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type302 { get; set; }
+ public global::System.Collections.Generic.IList? Type302 { get; set; }
///
///
///
- public global::LabelStudio.RoleBasedTask? Type303 { get; set; }
+ public global::LabelStudio.PaginatedProjectMember? Type303 { get; set; }
///
///
///
- public global::LabelStudio.PaginatedStateModelList? Type304 { get; set; }
+ public global::LabelStudio.PaginatedProjectSubsetTasksResponseList? Type304 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type305 { get; set; }
+ public global::System.Collections.Generic.IList? Type305 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAnalyticsViewRequest? Type306 { get; set; }
+ public global::LabelStudio.ProjectSubsetTasksResponse? Type306 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAnnotationReviewRequest? Type307 { get; set; }
+ public global::LabelStudio.PaginatedRoleBasedTaskList? Type307 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type308 { get; set; }
+ public global::System.Collections.Generic.IList? Type308 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type309 { get; set; }
+ public global::LabelStudio.RoleBasedTask? Type309 { get; set; }
///
///
///
- public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type310 { get; set; }
+ public global::LabelStudio.PaginatedStateModelList? Type310 { get; set; }
///
///
///
- public global::LabelStudio.PatchedBlueprintUpdateRequest? Type311 { get; set; }
+ public global::System.Collections.Generic.IList? Type311 { get; set; }
///
///
///
- public global::LabelStudio.PatchedCommentRequest? Type312 { get; set; }
+ public global::LabelStudio.PatchedAnalyticsViewRequest? Type312 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type313 { get; set; }
+ public global::LabelStudio.PatchedAnnotationReviewRequest? Type313 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type314 { get; set; }
+ public global::LabelStudio.PatchedAzureDatasetStorageRequest? Type314 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatasetRequest? Type315 { get; set; }
+ public global::LabelStudio.PatchedAzureServicePrincipalExportStorageRequest? Type315 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDatasetViewRequest? Type316 { get; set; }
+ public global::LabelStudio.PatchedAzureServicePrincipalImportStorageRequest? Type316 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDefaultRoleRequest? Type317 { get; set; }
+ public global::LabelStudio.PatchedBlueprintUpdateRequest? Type317 { get; set; }
///
///
///
- public global::LabelStudio.PatchedDimensionRequest? Type318 { get; set; }
+ public global::LabelStudio.PatchedCommentRequest? Type318 { get; set; }
///
///
///
- public global::LabelStudio.PatchedFileUploadRequest? Type319 { get; set; }
+ public global::LabelStudio.PatchedDatabricksExportStorageRequest? Type319 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type320 { get; set; }
+ public global::LabelStudio.PatchedDatabricksImportStorageRequest? Type320 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type321 { get; set; }
+ public global::LabelStudio.PatchedDatasetRequest? Type321 { get; set; }
///
///
///
- public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type322 { get; set; }
+ public global::LabelStudio.PatchedDatasetViewRequest? Type322 { get; set; }
///
///
///
- public global::LabelStudio.PatchedHotkeysRequest? Type323 { get; set; }
+ public global::LabelStudio.PatchedDefaultRoleRequest? Type323 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLabelLinkRequest? Type324 { get; set; }
+ public global::LabelStudio.PatchedDimensionRequest? Type324 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLabelRequest? Type325 { get; set; }
+ public global::LabelStudio.PatchedFileUploadRequest? Type325 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type326 { get; set; }
+ public global::LabelStudio.PatchedGCSDatasetStorageRequest? Type326 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type327 { get; set; }
+ public global::LabelStudio.PatchedGCSSAExportStorageRequest? Type327 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type328 { get; set; }
+ public global::LabelStudio.PatchedGCSSAImportStorageRequest? Type328 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseProjectUpdateRequest? Type329 { get; set; }
+ public global::LabelStudio.PatchedGCSWIFExportStorageRequest? Type329 { get; set; }
///
///
///
- public global::LabelStudio.ReviewSettingsRequest? Type330 { get; set; }
+ public global::LabelStudio.PatchedGCSWIFImportStorageRequest? Type330 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type331 { get; set; }
+ public global::LabelStudio.PatchedHotkeysRequest? Type331 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type332 { get; set; }
+ public global::LabelStudio.PatchedLabelLinkRequest? Type332 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseTaskRequest? Type333 { get; set; }
+ public global::LabelStudio.PatchedLabelRequest? Type333 { get; set; }
///
///
///
- public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type334 { get; set; }
+ public global::LabelStudio.PatchedLseOrganizationSerializerUpdateRequest? Type334 { get; set; }
///
///
///
- public global::LabelStudio.PatchedModelInterfaceRequest? Type335 { get; set; }
+ public global::System.Collections.Generic.IList>? Type335 { get; set; }
///
///
///
- public global::LabelStudio.PatchedModelProviderConnectionRequest? Type336 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type336 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type337 { get; set; }
+ public global::LabelStudio.PatchedLseProjectUpdateRequest? Type337 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type338 { get; set; }
+ public global::LabelStudio.ReviewSettingsRequest? Type338 { get; set; }
///
///
///
- public global::LabelStudio.PatchedOrganizationPermissionRequest? Type339 { get; set; }
+ public global::LabelStudio.PatchedLseS3ExportStorageRequest? Type339 { get; set; }
///
///
///
- public global::LabelStudio.PatchedPauseRequest? Type340 { get; set; }
+ public global::LabelStudio.PatchedLseS3ImportStorageRequest? Type340 { get; set; }
///
///
///
- public global::LabelStudio.ReasonEnum? Type341 { get; set; }
+ public global::LabelStudio.PatchedLseTaskRequest? Type341 { get; set; }
///
///
///
- public global::LabelStudio.PatchedProjectTemplateRequest? Type342 { get; set; }
+ public global::LabelStudio.PatchedLseUserSerializerUpdateRequest? Type342 { get; set; }
///
///
///
- public global::LabelStudio.PatchedS3DatasetStorageRequest? Type343 { get; set; }
+ public global::LabelStudio.PatchedModelInterfaceRequest? Type343 { get; set; }
///
///
///
- public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type344 { get; set; }
+ public global::LabelStudio.PatchedModelProviderConnectionRequest? Type344 { get; set; }
///
///
///
- public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type345 { get; set; }
+ public global::LabelStudio.PatchedOrganizationMemberCreateUpdateRequest? Type345 { get; set; }
///
///
///
- public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type346 { get; set; }
+ public global::LabelStudio.PatchedOrganizationMemberTagRequest? Type346 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type347 { get; set; }
+ public global::LabelStudio.PatchedOrganizationPermissionRequest? Type347 { get; set; }
///
///
///
- public global::LabelStudio.PatchedWorkspaceRequest? Type348 { get; set; }
+ public global::LabelStudio.PatchedPauseRequest? Type348 { get; set; }
///
///
///
- public global::LabelStudio.Pause? Type349 { get; set; }
+ public global::LabelStudio.ReasonEnum? Type349 { get; set; }
///
///
///
- public global::LabelStudio.PauseRequest? Type350 { get; set; }
+ public global::LabelStudio.PatchedProjectTemplateRequest? Type350 { get; set; }
///
///
///
- public global::LabelStudio.Prediction? Type351 { get; set; }
+ public global::LabelStudio.PatchedS3DatasetStorageRequest? Type351 { get; set; }
///
///
///
- public global::LabelStudio.Project? Type352 { get; set; }
+ public global::LabelStudio.PatchedSessionTimeoutPolicyRequest? Type352 { get; set; }
///
///
///
- public global::LabelStudio.ProjectDuplicateRequest? Type353 { get; set; }
+ public global::LabelStudio.PatchedThirdPartyModelVersionRequest? Type353 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroup? Type354 { get; set; }
+ public global::LabelStudio.PatchedWebhookSerializerForUpdateRequest? Type354 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroupRoleEnum? Type355 { get; set; }
+ public global::System.Collections.Generic.IList? Type355 { get; set; }
///
///
///
- public global::LabelStudio.ProjectGroupRequest? Type356 { get; set; }
+ public global::LabelStudio.PatchedWorkspaceRequest? Type356 { get; set; }
///
///
///
- public global::LabelStudio.ProjectImport? Type357 { get; set; }
+ public global::LabelStudio.Pause? Type357 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLabelConfig? Type358 { get; set; }
+ public global::LabelStudio.PauseRequest? Type358 { get; set; }
///
///
///
- public global::LabelStudio.ProjectLabelConfigRequest? Type359 { get; set; }
+ public global::LabelStudio.Prediction? Type359 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMember? Type360 { get; set; }
+ public global::LabelStudio.Project? Type360 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignRequest? Type361 { get; set; }
+ public global::LabelStudio.ProjectDuplicateRequest? Type361 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type362 { get; set; }
+ public global::LabelStudio.ProjectGroup? Type362 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type363 { get; set; }
+ public global::LabelStudio.ProjectGroupRoleEnum? Type363 { get; set; }
///
///
///
- public global::LabelStudio.ProjectMemberRequest? Type364 { get; set; }
+ public global::LabelStudio.ProjectGroupRequest? Type364 { get; set; }
///
///
///
- public global::LabelStudio.ProjectReimport? Type365 { get; set; }
+ public global::LabelStudio.ProjectImport? Type365 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRole? Type366 { get; set; }
+ public global::LabelStudio.ProjectLabelConfig? Type366 { get; set; }
///
///
///
- public global::LabelStudio.ProjectRoleRequest? Type367 { get; set; }
+ public global::LabelStudio.ProjectLabelConfigRequest? Type367 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetItem? Type368 { get; set; }
+ public global::LabelStudio.ProjectMember? Type368 { get; set; }
///
///
///
- public global::LabelStudio.ProjectSubsetTaskItem? Type369 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignRequest? Type369 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type370 { get; set; }
+ public global::System.Collections.Generic.IList? Type370 { get; set; }
///
///
///
- public global::LabelStudio.ProjectTemplate? Type371 { get; set; }
+ public global::LabelStudio.ProjectMemberBulkAssignRolesRequest? Type371 { get; set; }
///
///
///
- public global::LabelStudio.ProjectTemplateRequest? Type372 { get; set; }
+ public global::LabelStudio.ProjectMemberRequest? Type372 { get; set; }
///
///
///
- public global::LabelStudio.RedisExportStorage? Type373 { get; set; }
+ public global::LabelStudio.ProjectReimport? Type373 { get; set; }
///
///
///
- public global::LabelStudio.RedisImportStorage? Type374 { get; set; }
+ public global::LabelStudio.ProjectRole? Type374 { get; set; }
///
///
///
- public global::LabelStudio.RefinePromptRequestRequest? Type375 { get; set; }
+ public global::LabelStudio.ProjectRoleRequest? Type375 { get; set; }
///
///
///
- public global::LabelStudio.RefinedPromptResponse? Type376 { get; set; }
+ public global::LabelStudio.ProjectSubsetItem? Type376 { get; set; }
///
///
///
- public global::LabelStudio.ThirdPartyModelVersion? Type377 { get; set; }
+ public global::LabelStudio.ProjectSubsetTaskItem? Type377 { get; set; }
///
///
///
- public global::LabelStudio.RequeueRejectedTasksModeEnum? Type378 { get; set; }
+ public global::System.Collections.Generic.IList? Type378 { get; set; }
///
///
///
- public global::LabelStudio.ReviewCriteriaEnum? Type379 { get; set; }
+ public global::LabelStudio.ProjectTemplate? Type379 { get; set; }
///
///
///
- public global::LabelStudio.ReviewSettingsSamplingEnum? Type380 { get; set; }
+ public global::LabelStudio.ProjectTemplateRequest? Type380 { get; set; }
///
///
///
- public global::LabelStudio.RevokeInviteRequest? Type381 { get; set; }
+ public global::LabelStudio.RedisExportStorage? Type381 { get; set; }
///
///
///
- public global::LabelStudio.S3DatasetStorage? Type382 { get; set; }
+ public global::LabelStudio.RedisImportStorage? Type382 { get; set; }
///
///
///
- public global::LabelStudio.S3DatasetStorageRequest? Type383 { get; set; }
+ public global::LabelStudio.RefinePromptRequestRequest? Type383 { get; set; }
///
///
///
- public global::LabelStudio.S3ExportStorage? Type384 { get; set; }
+ public global::LabelStudio.RefinedPromptResponse? Type384 { get; set; }
///
///
///
- public global::LabelStudio.S3ImportStorage? Type385 { get; set; }
+ public global::LabelStudio.ThirdPartyModelVersion? Type385 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettings? Type386 { get; set; }
+ public global::LabelStudio.RequeueRejectedTasksModeEnum? Type386 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettingsUpdate? Type387 { get; set; }
+ public global::LabelStudio.ReviewCriteriaEnum? Type387 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type388 { get; set; }
+ public global::LabelStudio.ReviewSettingsSamplingEnum? Type388 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type389 { get; set; }
+ public global::LabelStudio.RevokeInviteRequest? Type389 { get; set; }
///
///
///
- public global::LabelStudio.SamlSettingsUpdateRequest? Type390 { get; set; }
+ public global::LabelStudio.S3DatasetStorage? Type390 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type391 { get; set; }
+ public global::LabelStudio.S3DatasetStorageRequest? Type391 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettings? Type392 { get; set; }
+ public global::LabelStudio.S3ExportStorage? Type392 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettingsUpdate? Type393 { get; set; }
+ public global::LabelStudio.S3ImportStorage? Type393 { get; set; }
///
///
///
- public global::LabelStudio.ScimSettingsUpdateRequest? Type394 { get; set; }
+ public global::LabelStudio.SamlSettings? Type394 { get; set; }
///
///
///
- public global::LabelStudio.SendInviteRequest? Type395 { get; set; }
+ public global::System.Collections.Generic.IList? Type395 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOption? Type396 { get; set; }
+ public global::System.Collections.Generic.IList>? Type396 { get; set; }
///
///
///
- public global::LabelStudio.SerializationOptionRequest? Type397 { get; set; }
+ public global::LabelStudio.SamlSettingsUpdate? Type397 { get; set; }
///
///
///
- public global::LabelStudio.SessionTimeoutPolicy? Type398 { get; set; }
+ public global::LabelStudio.SamlSettingsUpdateRequest? Type398 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillCancelResponse? Type399 { get; set; }
+ public global::System.Collections.Generic.IList? Type399 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobItem? Type400 { get; set; }
+ public global::LabelStudio.ScimSettings? Type400 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobItemResponse? Type401 { get; set; }
+ public global::LabelStudio.ScimSettingsUpdate? Type401 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillProgress? Type402 { get; set; }
+ public global::LabelStudio.ScimSettingsUpdateRequest? Type402 { get; set; }
///
///
///
- public global::LabelStudio.StateTriggeredBy? Type403 { get; set; }
+ public global::LabelStudio.SendInviteRequest? Type403 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillJobListResponse? Type404 { get; set; }
+ public global::LabelStudio.SerializationOption? Type404 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type405 { get; set; }
+ public global::LabelStudio.SerializationOptionRequest? Type405 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillOrgStatus? Type406 { get; set; }
+ public global::LabelStudio.SessionTimeoutPolicy? Type406 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillResponse? Type407 { get; set; }
+ public global::LabelStudio.StateBackfillCancelResponse? Type407 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type408 { get; set; }
+ public global::LabelStudio.StateBackfillJobItem? Type408 { get; set; }
///
///
///
- public global::LabelStudio.StateBackfillStatusResponse? Type409 { get; set; }
+ public global::LabelStudio.StateBackfillJobItemResponse? Type409 { get; set; }
///
///
///
- public global::LabelStudio.TriggeredBy? Type410 { get; set; }
+ public global::LabelStudio.StateBackfillProgress? Type410 { get; set; }
///
///
///
- public global::LabelStudio.TaskAgreementMatrixResponse? Type411 { get; set; }
+ public global::LabelStudio.StateTriggeredBy? Type411 { get; set; }
///
///
///
- public global::LabelStudio.TaskAssignment? Type412 { get; set; }
+ public global::LabelStudio.StateBackfillJobListResponse? Type412 { get; set; }
///
///
///
- public global::LabelStudio.TypeEnum? Type413 { get; set; }
+ public global::System.Collections.Generic.IList? Type413 { get; set; }
///
///
///
- public global::LabelStudio.TaskEvent? Type414 { get; set; }
+ public global::LabelStudio.StateBackfillOrgStatus? Type414 { get; set; }
///
///
///
- public global::LabelStudio.TaskEventRequest? Type415 { get; set; }
+ public global::LabelStudio.StateBackfillResponse? Type415 { get; set; }
///
///
///
- public global::LabelStudio.TaskSimple? Type416 { get; set; }
+ public global::System.Collections.Generic.IList? Type416 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type417 { get; set; }
+ public global::LabelStudio.StateBackfillStatusResponse? Type417 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type418 { get; set; }
+ public global::LabelStudio.TriggeredBy? Type418 { get; set; }
///
///
///
- public global::LabelStudio.ThirdPartyModelVersionRequest? Type419 { get; set; }
+ public global::LabelStudio.TaskAgreementMatrixResponse? Type419 { get; set; }
///
///
///
- public global::LabelStudio.TokenRefreshRequest? Type420 { get; set; }
+ public global::LabelStudio.TaskAssignment? Type420 { get; set; }
///
///
///
- public global::LabelStudio.TokenRefreshResponse? Type421 { get; set; }
+ public global::LabelStudio.TypeEnum? Type421 { get; set; }
///
///
///
- public global::LabelStudio.TokenRotateResponse? Type422 { get; set; }
+ public global::LabelStudio.TaskEvent? Type422 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type423 { get; set; }
+ public global::LabelStudio.TaskEventRequest? Type423 { get; set; }
///
///
///
- public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type424 { get; set; }
+ public global::LabelStudio.TaskSimple? Type424 { get; set; }
///
///
///
- public global::LabelStudio.VersionResponse? Type425 { get; set; }
+ public global::System.Collections.Generic.IList? Type425 { get; set; }
///
///
///
- public global::LabelStudio.View? Type426 { get; set; }
+ public global::System.Collections.Generic.IList? Type426 { get; set; }
///
///
///
- public global::LabelStudio.ViewOrderRequest? Type427 { get; set; }
+ public global::LabelStudio.ThirdPartyModelVersionRequest? Type427 { get; set; }
///
///
///
- public global::LabelStudio.Webhook? Type428 { get; set; }
+ public global::LabelStudio.TokenRefreshRequest? Type428 { get; set; }
///
///
///
- public global::LabelStudio.WebhookRequest? Type429 { get; set; }
+ public global::LabelStudio.TokenRefreshResponse? Type429 { get; set; }
///
///
///
- public global::LabelStudio.WebhookSerializerForUpdate? Type430 { get; set; }
+ public global::LabelStudio.TokenRotateResponse? Type430 { get; set; }
///
///
///
- public global::LabelStudio.WebhookSerializerForUpdateRequest? Type431 { get; set; }
+ public global::LabelStudio.ValidateSamlMetadataUrlRequestRequest? Type431 { get; set; }
///
///
///
- public global::LabelStudio.WhoAmILseFields? Type432 { get; set; }
+ public global::LabelStudio.ValidateSamlMetadataUrlResponse? Type432 { get; set; }
///
///
///
- public global::LabelStudio.WhoAmIUser? Type433 { get; set; }
+ public global::LabelStudio.VersionResponse? Type433 { get; set; }
///
///
///
- public global::LabelStudio.Workspace? Type434 { get; set; }
+ public global::LabelStudio.View? Type434 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type435 { get; set; }
+ public global::LabelStudio.ViewOrderRequest? Type435 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberCreate? Type436 { get; set; }
+ public global::LabelStudio.Webhook? Type436 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberCreateRequest? Type437 { get; set; }
+ public global::LabelStudio.WebhookRequest? Type437 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceMemberList? Type438 { get; set; }
+ public global::LabelStudio.WebhookSerializerForUpdate? Type438 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceProjectsRequest? Type439 { get; set; }
+ public global::LabelStudio.WebhookSerializerForUpdateRequest? Type439 { get; set; }
///
///
///
- public global::LabelStudio.WorkspaceRequest? Type440 { get; set; }
+ public global::LabelStudio.WhoAmILseFields? Type440 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type441 { get; set; }
+ public global::LabelStudio.WhoAmIUser? Type441 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequest? Type442 { get; set; }
+ public global::LabelStudio.Workspace? Type442 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type443 { get; set; }
+ public global::LabelStudio.WorkspaceMemberBulkAssignRequest? Type443 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type444 { get; set; }
+ public global::LabelStudio.WorkspaceMemberCreate? Type444 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type445 { get; set; }
+ public global::LabelStudio.WorkspaceMemberCreateRequest? Type445 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type446 { get; set; }
+ public global::LabelStudio.WorkspaceMemberList? Type446 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type447 { get; set; }
+ public global::LabelStudio.WorkspaceProjectsRequest? Type447 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type448 { get; set; }
+ public global::LabelStudio.WorkspaceRequest? Type448 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type449 { get; set; }
+ public global::LabelStudio.ApiAnnotationsPartialUpdateRequest? Type449 { get; set; }
///
///
///
- public float? Type450 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequest? Type450 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type451 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFilters? Type451 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type452 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersConjunction? Type452 { get; set; }
///
///
///
- public global::LabelStudio.OneOf? Type453 { get; set; }
+ public global::System.Collections.Generic.IList? Type453 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type454 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItem? Type454 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type455 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemFilter? Type455 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequest? Type456 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestFiltersItemOperator? Type456 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestData? Type457 { get; set; }
+ public global::LabelStudio.OneOf? Type457 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type458 { get; set; }
+ public float? Type458 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type459 { get; set; }
+ public global::System.Collections.Generic.IList? Type459 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type460 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestOrderingItem? Type460 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type461 { get; set; }
+ public global::LabelStudio.OneOf? Type461 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type462 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllFalse? Type462 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type463 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateRequestSelectedItemsAllTrue? Type463 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type464 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequest? Type464 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type465 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestData? Type465 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type466 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFilters? Type466 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type467 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersConjunction? Type467 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type468 { get; set; }
+ public global::System.Collections.Generic.IList? Type468 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type469 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItem? Type469 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type470 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemFilter? Type470 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type471 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataFiltersItemOperator? Type471 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type472 { get; set; }
+ public global::System.Collections.Generic.IList? Type472 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type473 { get; set; }
+ public global::LabelStudio.ApiDmViewsCreateRequestDataOrderingItem? Type473 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type474 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequest? Type474 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type475 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestData? Type475 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequest? Type476 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFilters? Type476 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestData? Type477 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersConjunction? Type477 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type478 { get; set; }
+ public global::System.Collections.Generic.IList? Type478 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type479 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItem? Type479 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type480 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemFilter? Type480 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type481 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataFiltersItemOperator? Type481 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type482 { get; set; }
+ public global::System.Collections.Generic.IList? Type482 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type483 { get; set; }
+ public global::LabelStudio.ApiDmViewsPartialUpdateRequestDataOrderingItem? Type483 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type484 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequest? Type484 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type485 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestData? Type485 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type486 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFilters? Type486 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type487 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersConjunction? Type487 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type488 { get; set; }
+ public global::System.Collections.Generic.IList? Type488 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type489 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItem? Type489 { get; set; }
///
///
///
- public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type490 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemFilter? Type490 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlCreateRequest? Type491 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataFiltersItemOperator? Type491 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type492 { get; set; }
+ public global::System.Collections.Generic.IList? Type492 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlPartialUpdateRequest? Type493 { get; set; }
+ public global::LabelStudio.ApiDmViewsUpdateRequestDataOrderingItem? Type493 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type494 { get; set; }
+ public global::System.Collections.Generic.IList? Type494 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlTrainCreateRequest? Type495 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequest? Type495 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsCreateRequest? Type496 { get; set; }
+ public global::System.Collections.Generic.IList? Type496 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type497 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessage? Type497 { get; set; }
///
///
///
- public global::LabelStudio.ApiPredictionsUpdateRequest? Type498 { get; set; }
+ public global::LabelStudio.ApiLlmOpenaiChatCompletionsCreateRequestMessageRole? Type498 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type499 { get; set; }
+ public global::LabelStudio.ApiMlCreateRequest? Type499 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type500 { get; set; }
+ public global::LabelStudio.ApiMlCreateRequestAuthMethod? Type500 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type501 { get; set; }
+ public global::LabelStudio.ApiMlPartialUpdateRequest? Type501 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFilters? Type502 { get; set; }
+ public global::LabelStudio.ApiMlPartialUpdateRequestAuthMethod? Type502 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFiltersConjunction? Type503 { get; set; }
+ public global::LabelStudio.ApiMlTrainCreateRequest? Type503 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type504 { get; set; }
+ public global::LabelStudio.ApiPredictionsCreateRequest? Type504 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFiltersItem? Type505 { get; set; }
+ public global::LabelStudio.ApiPredictionsPartialUpdateRequest? Type505 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFiltersItemFilter? Type506 { get; set; }
+ public global::LabelStudio.ApiPredictionsUpdateRequest? Type506 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFiltersItemOperator? Type507 { get; set; }
+ public global::LabelStudio.ApiProjectTemplatesCreateProjectCreateRequest? Type507 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestSelectedItemsAllFalse? Type508 { get; set; }
+ public global::System.Collections.Generic.IList? Type508 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestSelectedItemsAllTrue? Type509 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequest? Type509 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type510 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFilters? Type510 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type511 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFiltersConjunction? Type511 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type512 { get; set; }
+ public global::System.Collections.Generic.IList? Type512 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreate2Request? Type513 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFiltersItem? Type513 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesCreate2RequestType? Type514 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFiltersItemFilter? Type514 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzureCreateRequest? Type515 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestFiltersItemOperator? Type515 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type516 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestSelectedItemsAllFalse? Type516 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type517 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestSelectedItemsAllTrue? Type517 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type518 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreateRequestType? Type518 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type519 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequest? Type519 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type520 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesPartialUpdateRequestType? Type520 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type521 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreate2Request? Type521 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type522 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesCreate2RequestType? Type522 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type523 { get; set; }
+ public global::LabelStudio.ApiStoragesAzureCreateRequest? Type523 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type524 { get; set; }
+ public global::LabelStudio.ApiStoragesAzureValidateCreateRequest? Type524 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type525 { get; set; }
+ public global::LabelStudio.ApiStoragesAzurePartialUpdateRequest? Type525 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type526 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzureCreateRequest? Type526 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type527 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzureValidateCreateRequest? Type527 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type528 { get; set; }
+ public global::LabelStudio.ApiStoragesExportAzurePartialUpdateRequest? Type528 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type529 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsCreateRequest? Type529 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type530 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsValidateCreateRequest? Type530 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type531 { get; set; }
+ public global::LabelStudio.ApiStoragesExportGcsPartialUpdateRequest? Type531 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type532 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesCreateRequest? Type532 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsCreateRequest? Type533 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesValidateCreateRequest? Type533 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type534 { get; set; }
+ public global::LabelStudio.ApiStoragesExportLocalfilesPartialUpdateRequest? Type534 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type535 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisCreateRequest? Type535 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type536 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisValidateCreateRequest? Type536 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type537 { get; set; }
+ public global::LabelStudio.ApiStoragesExportRedisPartialUpdateRequest? Type537 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type538 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3CreateRequest? Type538 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisCreateRequest? Type539 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3ValidateCreateRequest? Type539 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type540 { get; set; }
+ public global::LabelStudio.ApiStoragesExportS3PartialUpdateRequest? Type540 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type541 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsCreateRequest? Type541 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3CreateRequest? Type542 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsValidateCreateRequest? Type542 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type543 { get; set; }
+ public global::LabelStudio.ApiStoragesGcsPartialUpdateRequest? Type543 { get; set; }
///
///
///
- public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type544 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesCreateRequest? Type544 { get; set; }
///
///
///
- public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type545 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesValidateCreateRequest? Type545 { get; set; }
///
///
///
- public global::LabelStudio.ApiUsersCreateRequest? Type546 { get; set; }
+ public global::LabelStudio.ApiStoragesLocalfilesPartialUpdateRequest? Type546 { get; set; }
///
///
///
- public global::LabelStudio.ApiUsersPartialUpdateRequest? Type547 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisCreateRequest? Type547 { get; set; }
///
///
///
- public global::LabelStudio.ApiActivityLogsListMethod? Type548 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisValidateCreateRequest? Type548 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsCreateId? Type549 { get; set; }
+ public global::LabelStudio.ApiStoragesRedisPartialUpdateRequest? Type549 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type550 { get; set; }
+ public global::LabelStudio.ApiStoragesS3CreateRequest? Type550 { get; set; }
///
///
///
- public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type551 { get; set; }
+ public global::LabelStudio.ApiStoragesS3ValidateCreateRequest? Type551 { get; set; }
///
///
///
- public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type552 { get; set; }
+ public global::LabelStudio.ApiStoragesS3PartialUpdateRequest? Type552 { get; set; }
///
///
///
- public global::LabelStudio.ApiTasksListFields? Type553 { get; set; }
+ public global::LabelStudio.ApiTasksAnnotationsCreateRequest? Type553 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type554 { get; set; }
+ public global::LabelStudio.ApiUsersCreateRequest? Type554 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type555 { get; set; }
+ public global::LabelStudio.ApiUsersPartialUpdateRequest? Type555 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type556 { get; set; }
+ public global::LabelStudio.ApiActivityLogsListMethod? Type556 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type557 { get; set; }
+ public global::LabelStudio.ApiDmActionsCreateId? Type557 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type558 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMembershipsListScope? Type558 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type559 { get; set; }
+ public global::LabelStudio.ApiProjectsTasksAssigneesDestroyType? Type559 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type560 { get; set; }
+ public global::LabelStudio.ApiPromptsCompatibleProjectsListProjectType? Type560 { get; set; }
///
///
///
- public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type561 { get; set; }
+ public global::LabelStudio.ApiPromptsVersionsInferenceRunsListProjectSubset? Type561 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type562 { get; set; }
+ public global::LabelStudio.ApiTasksListFields? Type562 { get; set; }
///
///
///
- public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type563 { get; set; }
+ public global::System.Collections.Generic.IList? Type563 { get; set; }
///
///
///
- public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type564 { get; set; }
+ public global::System.Collections.Generic.IList? Type564 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type565 { get; set; }
+ public global::System.Collections.Generic.IList? Type565 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type566 { get; set; }
+ public global::LabelStudio.ApiAnnotationHistoryDestroyResponse? Type566 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type567 { get; set; }
+ public global::System.Collections.Generic.IList? Type567 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type568 { get; set; }
+ public global::LabelStudio.ApiAnnotationsBulkDeleteCreateResponse? Type568 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type569 { get; set; }
+ public global::System.Collections.Generic.IList? Type569 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type570 { get; set; }
+ public global::LabelStudio.ApiAnnotationsBulkCreateResponseItem? Type570 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type571 { get; set; }
+ public global::System.Collections.Generic.IList? Type571 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type572 { get; set; }
+ public global::LabelStudio.ApiCurrentUserResetTokenCreateResponse? Type572 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsRetrieveResponseItem? Type573 { get; set; }
+ public global::LabelStudio.ApiCurrentUserTokenRetrieveResponse? Type573 { get; set; }
///
///
///
- public global::LabelStudio.ApiDmActionsRetrieveResponseItemDialog? Type574 { get; set; }
+ public global::System.Collections.Generic.IList? Type574 { get; set; }
///
///
///
- public global::LabelStudio.OneOf>? Type575 { get; set; }
+ public global::System.Collections.Generic.IList? Type575 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type576 { get; set; }
+ public global::System.Collections.Generic.IList? Type576 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type577 { get; set; }
+ public global::System.Collections.Generic.IList? Type577 { get; set; }
///
///
///
- public global::LabelStudio.ApiInferenceRunsIndicatorsRetrieveResponseItem? Type578 { get; set; }
+ public global::System.Collections.Generic.IList? Type578 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type579 { get; set; }
+ public global::System.Collections.Generic.IList? Type579 { get; set; }
///
///
///
- public global::LabelStudio.ApiMlVersionsRetrieveResponse? Type580 { get; set; }
+ public global::System.Collections.Generic.IList? Type580 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type581 { get; set; }
+ public global::System.Collections.Generic.IList? Type581 { get; set; }
///
///
///
- public global::LabelStudio.ApiModelProviderConnectionsProviderChoicesRetrieveResponse? Type582 { get; set; }
+ public global::LabelStudio.ApiDmActionsRetrieveResponseItem? Type582 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type583 { get; set; }
+ public global::LabelStudio.ApiDmActionsRetrieveResponseItemDialog? Type583 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMemberTagsAssignmentsCreateResponse? Type584 { get; set; }
+ public global::LabelStudio.OneOf>? Type584 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMemberTagsBulkDestroyResponse? Type585 { get; set; }
+ public global::System.Collections.Generic.IList? Type585 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMemberTagsBulkCreateResponse? Type586 { get; set; }
+ public global::System.Collections.Generic.IList? Type586 { get; set; }
///
///
///
- public global::LabelStudio.ApiOrganizationsMemberTagsImportsCreateResponse? Type587 { get; set; }
+ public global::LabelStudio.ApiInferenceRunsIndicatorsRetrieveResponseItem? Type587 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type588 { get; set; }
+ public global::System.Collections.Generic.IList? Type588 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type589 { get; set; }
+ public global::LabelStudio.ApiMlVersionsRetrieveResponse? Type589 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type590 { get; set; }
+ public global::System.Collections.Generic.IList? Type590 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type591 { get; set; }
+ public global::LabelStudio.ApiModelProviderConnectionsProviderChoicesRetrieveResponse? Type591 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type592 { get; set; }
+ public global::System.Collections.Generic.IList? Type592 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponse? Type593 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMemberTagsAssignmentsCreateResponse? Type593 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsAwsCustomFunctionRetrieveResponseStatus? Type594 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMemberTagsBulkDestroyResponse? Type594 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsDashboardRetrieveResponse? Type595 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMemberTagsBulkCreateResponse? Type595 { get; set; }
///
///
///
- public global::LabelStudio.ApiProjectsDuplicateCreateResponse? Type596 { get; set; }
+ public global::LabelStudio.ApiOrganizationsMemberTagsImportsCreateResponse? Type596 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type597 { get; set; }
+ public global::System.Collections.Generic.IList? Type597 { get; set; }
///