waldur-js-client 7.8.8-dev.8 → 7.8.8-dev.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk.gen.d.ts +543 -4
- package/dist/sdk.gen.js +543 -4
- package/dist/types.gen.d.ts +26 -50
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -19393,13 +19393,10 @@ export type CallManagingOrganisationsAddUserData = {
|
|
|
19393
19393
|
};
|
|
19394
19394
|
export type CallManagingOrganisationsAddUserErrors = {
|
|
19395
19395
|
/**
|
|
19396
|
-
* Validation error when trying to add user to terminated project
|
|
19396
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
19397
19397
|
*/
|
|
19398
|
-
400:
|
|
19399
|
-
non_field_errors?: Array<string>;
|
|
19400
|
-
};
|
|
19398
|
+
400: unknown;
|
|
19401
19399
|
};
|
|
19402
|
-
export type CallManagingOrganisationsAddUserError = CallManagingOrganisationsAddUserErrors[keyof CallManagingOrganisationsAddUserErrors];
|
|
19403
19400
|
export type CallManagingOrganisationsAddUserResponses = {
|
|
19404
19401
|
201: UserRoleExpirationTime;
|
|
19405
19402
|
};
|
|
@@ -19414,7 +19411,7 @@ export type CallManagingOrganisationsDeleteUserData = {
|
|
|
19414
19411
|
};
|
|
19415
19412
|
export type CallManagingOrganisationsDeleteUserResponses = {
|
|
19416
19413
|
/**
|
|
19417
|
-
*
|
|
19414
|
+
* Role revoked successfully.
|
|
19418
19415
|
*/
|
|
19419
19416
|
200: unknown;
|
|
19420
19417
|
};
|
|
@@ -21048,13 +21045,10 @@ export type CustomersAddUserData = {
|
|
|
21048
21045
|
};
|
|
21049
21046
|
export type CustomersAddUserErrors = {
|
|
21050
21047
|
/**
|
|
21051
|
-
* Validation error when trying to add user to terminated project
|
|
21048
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
21052
21049
|
*/
|
|
21053
|
-
400:
|
|
21054
|
-
non_field_errors?: Array<string>;
|
|
21055
|
-
};
|
|
21050
|
+
400: unknown;
|
|
21056
21051
|
};
|
|
21057
|
-
export type CustomersAddUserError = CustomersAddUserErrors[keyof CustomersAddUserErrors];
|
|
21058
21052
|
export type CustomersAddUserResponses = {
|
|
21059
21053
|
201: UserRoleExpirationTime;
|
|
21060
21054
|
};
|
|
@@ -21069,7 +21063,7 @@ export type CustomersDeleteUserData = {
|
|
|
21069
21063
|
};
|
|
21070
21064
|
export type CustomersDeleteUserResponses = {
|
|
21071
21065
|
/**
|
|
21072
|
-
*
|
|
21066
|
+
* Role revoked successfully.
|
|
21073
21067
|
*/
|
|
21074
21068
|
200: unknown;
|
|
21075
21069
|
};
|
|
@@ -28968,13 +28962,10 @@ export type MarketplaceProviderOfferingsAddUserData = {
|
|
|
28968
28962
|
};
|
|
28969
28963
|
export type MarketplaceProviderOfferingsAddUserErrors = {
|
|
28970
28964
|
/**
|
|
28971
|
-
* Validation error when trying to add user to terminated project
|
|
28965
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
28972
28966
|
*/
|
|
28973
|
-
400:
|
|
28974
|
-
non_field_errors?: Array<string>;
|
|
28975
|
-
};
|
|
28967
|
+
400: unknown;
|
|
28976
28968
|
};
|
|
28977
|
-
export type MarketplaceProviderOfferingsAddUserError = MarketplaceProviderOfferingsAddUserErrors[keyof MarketplaceProviderOfferingsAddUserErrors];
|
|
28978
28969
|
export type MarketplaceProviderOfferingsAddUserResponses = {
|
|
28979
28970
|
201: UserRoleExpirationTime;
|
|
28980
28971
|
};
|
|
@@ -29409,7 +29400,7 @@ export type MarketplaceProviderOfferingsDeleteUserData = {
|
|
|
29409
29400
|
};
|
|
29410
29401
|
export type MarketplaceProviderOfferingsDeleteUserResponses = {
|
|
29411
29402
|
/**
|
|
29412
|
-
*
|
|
29403
|
+
* Role revoked successfully.
|
|
29413
29404
|
*/
|
|
29414
29405
|
200: unknown;
|
|
29415
29406
|
};
|
|
@@ -33199,13 +33190,10 @@ export type MarketplaceServiceProvidersAddUserData = {
|
|
|
33199
33190
|
};
|
|
33200
33191
|
export type MarketplaceServiceProvidersAddUserErrors = {
|
|
33201
33192
|
/**
|
|
33202
|
-
* Validation error when trying to add user to terminated project
|
|
33193
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
33203
33194
|
*/
|
|
33204
|
-
400:
|
|
33205
|
-
non_field_errors?: Array<string>;
|
|
33206
|
-
};
|
|
33195
|
+
400: unknown;
|
|
33207
33196
|
};
|
|
33208
|
-
export type MarketplaceServiceProvidersAddUserError = MarketplaceServiceProvidersAddUserErrors[keyof MarketplaceServiceProvidersAddUserErrors];
|
|
33209
33197
|
export type MarketplaceServiceProvidersAddUserResponses = {
|
|
33210
33198
|
201: UserRoleExpirationTime;
|
|
33211
33199
|
};
|
|
@@ -33244,7 +33232,7 @@ export type MarketplaceServiceProvidersDeleteUserData = {
|
|
|
33244
33232
|
};
|
|
33245
33233
|
export type MarketplaceServiceProvidersDeleteUserResponses = {
|
|
33246
33234
|
/**
|
|
33247
|
-
*
|
|
33235
|
+
* Role revoked successfully.
|
|
33248
33236
|
*/
|
|
33249
33237
|
200: unknown;
|
|
33250
33238
|
};
|
|
@@ -37502,13 +37490,10 @@ export type OpenportalUnmanagedProjectsAddUserData = {
|
|
|
37502
37490
|
};
|
|
37503
37491
|
export type OpenportalUnmanagedProjectsAddUserErrors = {
|
|
37504
37492
|
/**
|
|
37505
|
-
* Validation error when trying to add user to terminated project
|
|
37493
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
37506
37494
|
*/
|
|
37507
|
-
400:
|
|
37508
|
-
non_field_errors?: Array<string>;
|
|
37509
|
-
};
|
|
37495
|
+
400: unknown;
|
|
37510
37496
|
};
|
|
37511
|
-
export type OpenportalUnmanagedProjectsAddUserError = OpenportalUnmanagedProjectsAddUserErrors[keyof OpenportalUnmanagedProjectsAddUserErrors];
|
|
37512
37497
|
export type OpenportalUnmanagedProjectsAddUserResponses = {
|
|
37513
37498
|
201: UserRoleExpirationTime;
|
|
37514
37499
|
};
|
|
@@ -37567,7 +37552,7 @@ export type OpenportalUnmanagedProjectsDeleteUserData = {
|
|
|
37567
37552
|
};
|
|
37568
37553
|
export type OpenportalUnmanagedProjectsDeleteUserResponses = {
|
|
37569
37554
|
/**
|
|
37570
|
-
*
|
|
37555
|
+
* Role revoked successfully.
|
|
37571
37556
|
*/
|
|
37572
37557
|
200: unknown;
|
|
37573
37558
|
};
|
|
@@ -42590,13 +42575,10 @@ export type ProjectsAddUserData = {
|
|
|
42590
42575
|
};
|
|
42591
42576
|
export type ProjectsAddUserErrors = {
|
|
42592
42577
|
/**
|
|
42593
|
-
* Validation error when trying to add user to terminated project
|
|
42578
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
42594
42579
|
*/
|
|
42595
|
-
400:
|
|
42596
|
-
non_field_errors?: Array<string>;
|
|
42597
|
-
};
|
|
42580
|
+
400: unknown;
|
|
42598
42581
|
};
|
|
42599
|
-
export type ProjectsAddUserError = ProjectsAddUserErrors[keyof ProjectsAddUserErrors];
|
|
42600
42582
|
export type ProjectsAddUserResponses = {
|
|
42601
42583
|
201: UserRoleExpirationTime;
|
|
42602
42584
|
};
|
|
@@ -42655,7 +42637,7 @@ export type ProjectsDeleteUserData = {
|
|
|
42655
42637
|
};
|
|
42656
42638
|
export type ProjectsDeleteUserResponses = {
|
|
42657
42639
|
/**
|
|
42658
|
-
*
|
|
42640
|
+
* Role revoked successfully.
|
|
42659
42641
|
*/
|
|
42660
42642
|
200: unknown;
|
|
42661
42643
|
};
|
|
@@ -43182,13 +43164,10 @@ export type ProposalProposalsAddUserData = {
|
|
|
43182
43164
|
};
|
|
43183
43165
|
export type ProposalProposalsAddUserErrors = {
|
|
43184
43166
|
/**
|
|
43185
|
-
* Validation error when trying to add user to terminated project
|
|
43167
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
43186
43168
|
*/
|
|
43187
|
-
400:
|
|
43188
|
-
non_field_errors?: Array<string>;
|
|
43189
|
-
};
|
|
43169
|
+
400: unknown;
|
|
43190
43170
|
};
|
|
43191
|
-
export type ProposalProposalsAddUserError = ProposalProposalsAddUserErrors[keyof ProposalProposalsAddUserErrors];
|
|
43192
43171
|
export type ProposalProposalsAddUserResponses = {
|
|
43193
43172
|
201: UserRoleExpirationTime;
|
|
43194
43173
|
};
|
|
@@ -43319,7 +43298,7 @@ export type ProposalProposalsDeleteUserData = {
|
|
|
43319
43298
|
};
|
|
43320
43299
|
export type ProposalProposalsDeleteUserResponses = {
|
|
43321
43300
|
/**
|
|
43322
|
-
*
|
|
43301
|
+
* Role revoked successfully.
|
|
43323
43302
|
*/
|
|
43324
43303
|
200: unknown;
|
|
43325
43304
|
};
|
|
@@ -43744,13 +43723,10 @@ export type ProposalProtectedCallsAddUserData = {
|
|
|
43744
43723
|
};
|
|
43745
43724
|
export type ProposalProtectedCallsAddUserErrors = {
|
|
43746
43725
|
/**
|
|
43747
|
-
* Validation error when trying to add user to terminated project
|
|
43726
|
+
* Validation error, for example when trying to add a user to a terminated project.
|
|
43748
43727
|
*/
|
|
43749
|
-
400:
|
|
43750
|
-
non_field_errors?: Array<string>;
|
|
43751
|
-
};
|
|
43728
|
+
400: unknown;
|
|
43752
43729
|
};
|
|
43753
|
-
export type ProposalProtectedCallsAddUserError = ProposalProtectedCallsAddUserErrors[keyof ProposalProtectedCallsAddUserErrors];
|
|
43754
43730
|
export type ProposalProtectedCallsAddUserResponses = {
|
|
43755
43731
|
201: UserRoleExpirationTime;
|
|
43756
43732
|
};
|
|
@@ -43803,7 +43779,7 @@ export type ProposalProtectedCallsDeleteUserData = {
|
|
|
43803
43779
|
};
|
|
43804
43780
|
export type ProposalProtectedCallsDeleteUserResponses = {
|
|
43805
43781
|
/**
|
|
43806
|
-
*
|
|
43782
|
+
* Role revoked successfully.
|
|
43807
43783
|
*/
|
|
43808
43784
|
200: unknown;
|
|
43809
43785
|
};
|
|
@@ -47267,7 +47243,7 @@ export type RolesDisableData = {
|
|
|
47267
47243
|
};
|
|
47268
47244
|
export type RolesDisableResponses = {
|
|
47269
47245
|
/**
|
|
47270
|
-
*
|
|
47246
|
+
* Role disabled successfully.
|
|
47271
47247
|
*/
|
|
47272
47248
|
200: unknown;
|
|
47273
47249
|
};
|
|
@@ -47281,7 +47257,7 @@ export type RolesEnableData = {
|
|
|
47281
47257
|
};
|
|
47282
47258
|
export type RolesEnableResponses = {
|
|
47283
47259
|
/**
|
|
47284
|
-
*
|
|
47260
|
+
* Role enabled successfully.
|
|
47285
47261
|
*/
|
|
47286
47262
|
200: unknown;
|
|
47287
47263
|
};
|