waldur-js-client 8.0.10-dev.2 → 8.0.10-dev.4
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/types.gen.d.ts +69 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -10524,6 +10524,10 @@ export type MergedPluginOptions = {
|
|
|
10524
10524
|
* Required user role in a project for provisioning of resources
|
|
10525
10525
|
*/
|
|
10526
10526
|
required_team_role_for_provisioning?: string | null;
|
|
10527
|
+
/**
|
|
10528
|
+
* List of project or organization role names (e.g. 'PROJECT.MANAGER') allowed to view and order this offering. When set, the offering is hidden from the catalog for other users and they cannot create orders for it. Whether their orders skip consumer review still depends on the role having the order-approval permission.
|
|
10529
|
+
*/
|
|
10530
|
+
restricted_to_roles?: Array<string>;
|
|
10527
10531
|
/**
|
|
10528
10532
|
* If set to True, users will be able to upload purchase orders.
|
|
10529
10533
|
*/
|
|
@@ -10866,6 +10870,10 @@ export type MergedPluginOptionsRequest = {
|
|
|
10866
10870
|
* Required user role in a project for provisioning of resources
|
|
10867
10871
|
*/
|
|
10868
10872
|
required_team_role_for_provisioning?: string | null;
|
|
10873
|
+
/**
|
|
10874
|
+
* List of project or organization role names (e.g. 'PROJECT.MANAGER') allowed to view and order this offering. When set, the offering is hidden from the catalog for other users and they cannot create orders for it. Whether their orders skip consumer review still depends on the role having the order-approval permission.
|
|
10875
|
+
*/
|
|
10876
|
+
restricted_to_roles?: Array<string>;
|
|
10869
10877
|
/**
|
|
10870
10878
|
* If set to True, users will be able to upload purchase orders.
|
|
10871
10879
|
*/
|
|
@@ -14229,6 +14237,7 @@ export type OpenPortalQuota = {
|
|
|
14229
14237
|
usage?: string;
|
|
14230
14238
|
};
|
|
14231
14239
|
export type OpenStackAllowedAddressPair = {
|
|
14240
|
+
ip_address?: string;
|
|
14232
14241
|
mac_address?: string;
|
|
14233
14242
|
};
|
|
14234
14243
|
export type OpenStackAllowedAddressPairRequest = {
|
|
@@ -39431,6 +39440,10 @@ export type CustomersListData = {
|
|
|
39431
39440
|
* Return a list of customers where current user has project create permission.
|
|
39432
39441
|
*/
|
|
39433
39442
|
current_user_has_project_create_permission?: boolean;
|
|
39443
|
+
/**
|
|
39444
|
+
* Multiple values may be separated by commas.
|
|
39445
|
+
*/
|
|
39446
|
+
current_user_has_role?: Array<string>;
|
|
39434
39447
|
field?: Array<CustomerFieldEnum>;
|
|
39435
39448
|
/**
|
|
39436
39449
|
* Filter by customers with resources.
|
|
@@ -39527,6 +39540,10 @@ export type CustomersCountData = {
|
|
|
39527
39540
|
* Return a list of customers where current user has project create permission.
|
|
39528
39541
|
*/
|
|
39529
39542
|
current_user_has_project_create_permission?: boolean;
|
|
39543
|
+
/**
|
|
39544
|
+
* Multiple values may be separated by commas.
|
|
39545
|
+
*/
|
|
39546
|
+
current_user_has_role?: Array<string>;
|
|
39530
39547
|
/**
|
|
39531
39548
|
* Filter by customers with resources.
|
|
39532
39549
|
*/
|
|
@@ -39922,6 +39939,10 @@ export type CustomersHistoryListData = {
|
|
|
39922
39939
|
* Return a list of customers where current user has project create permission.
|
|
39923
39940
|
*/
|
|
39924
39941
|
current_user_has_project_create_permission?: boolean;
|
|
39942
|
+
/**
|
|
39943
|
+
* Multiple values may be separated by commas.
|
|
39944
|
+
*/
|
|
39945
|
+
current_user_has_role?: Array<string>;
|
|
39925
39946
|
/**
|
|
39926
39947
|
* Filter by customers with resources.
|
|
39927
39948
|
*/
|
|
@@ -40223,6 +40244,10 @@ export type CustomersCountriesListData = {
|
|
|
40223
40244
|
* Return a list of customers where current user has project create permission.
|
|
40224
40245
|
*/
|
|
40225
40246
|
current_user_has_project_create_permission?: boolean;
|
|
40247
|
+
/**
|
|
40248
|
+
* Multiple values may be separated by commas.
|
|
40249
|
+
*/
|
|
40250
|
+
current_user_has_role?: Array<string>;
|
|
40226
40251
|
/**
|
|
40227
40252
|
* Filter by customers with resources.
|
|
40228
40253
|
*/
|
|
@@ -40318,6 +40343,10 @@ export type CustomersCountriesCountData = {
|
|
|
40318
40343
|
* Return a list of customers where current user has project create permission.
|
|
40319
40344
|
*/
|
|
40320
40345
|
current_user_has_project_create_permission?: boolean;
|
|
40346
|
+
/**
|
|
40347
|
+
* Multiple values may be separated by commas.
|
|
40348
|
+
*/
|
|
40349
|
+
current_user_has_role?: Array<string>;
|
|
40321
40350
|
/**
|
|
40322
40351
|
* Filter by customers with resources.
|
|
40323
40352
|
*/
|
|
@@ -41930,6 +41959,10 @@ export type FinancialReportsListData = {
|
|
|
41930
41959
|
* Return a list of customers where current user has project create permission.
|
|
41931
41960
|
*/
|
|
41932
41961
|
current_user_has_project_create_permission?: boolean;
|
|
41962
|
+
/**
|
|
41963
|
+
* Multiple values may be separated by commas.
|
|
41964
|
+
*/
|
|
41965
|
+
current_user_has_role?: Array<string>;
|
|
41933
41966
|
/**
|
|
41934
41967
|
* Filter by customer UUID.
|
|
41935
41968
|
*/
|
|
@@ -42017,6 +42050,10 @@ export type FinancialReportsCountData = {
|
|
|
42017
42050
|
* Return a list of customers where current user has project create permission.
|
|
42018
42051
|
*/
|
|
42019
42052
|
current_user_has_project_create_permission?: boolean;
|
|
42053
|
+
/**
|
|
42054
|
+
* Multiple values may be separated by commas.
|
|
42055
|
+
*/
|
|
42056
|
+
current_user_has_role?: Array<string>;
|
|
42020
42057
|
/**
|
|
42021
42058
|
* Filter by customer UUID.
|
|
42022
42059
|
*/
|
|
@@ -58505,6 +58542,10 @@ export type MarketplaceServiceProvidersCustomerProjectsListData = {
|
|
|
58505
58542
|
* Created before
|
|
58506
58543
|
*/
|
|
58507
58544
|
created_before?: string;
|
|
58545
|
+
/**
|
|
58546
|
+
* Multiple values may be separated by commas.
|
|
58547
|
+
*/
|
|
58548
|
+
current_user_has_role?: Array<string>;
|
|
58508
58549
|
/**
|
|
58509
58550
|
* Multiple values may be separated by commas.
|
|
58510
58551
|
*/
|
|
@@ -58616,6 +58657,10 @@ export type MarketplaceServiceProvidersCustomersListData = {
|
|
|
58616
58657
|
* Return a list of customers where current user has project create permission.
|
|
58617
58658
|
*/
|
|
58618
58659
|
current_user_has_project_create_permission?: boolean;
|
|
58660
|
+
/**
|
|
58661
|
+
* Multiple values may be separated by commas.
|
|
58662
|
+
*/
|
|
58663
|
+
current_user_has_role?: Array<string>;
|
|
58619
58664
|
field?: Array<MarketplaceProviderCustomerFieldEnum>;
|
|
58620
58665
|
/**
|
|
58621
58666
|
* Name
|
|
@@ -59245,6 +59290,10 @@ export type MarketplaceServiceProvidersProjectsListData = {
|
|
|
59245
59290
|
* Created before
|
|
59246
59291
|
*/
|
|
59247
59292
|
created_before?: string;
|
|
59293
|
+
/**
|
|
59294
|
+
* Multiple values may be separated by commas.
|
|
59295
|
+
*/
|
|
59296
|
+
current_user_has_role?: Array<string>;
|
|
59248
59297
|
/**
|
|
59249
59298
|
* Multiple values may be separated by commas.
|
|
59250
59299
|
*/
|
|
@@ -59352,6 +59401,10 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
|
|
|
59352
59401
|
* Return a list of customers where current user has project create permission.
|
|
59353
59402
|
*/
|
|
59354
59403
|
current_user_has_project_create_permission?: boolean;
|
|
59404
|
+
/**
|
|
59405
|
+
* Multiple values may be separated by commas.
|
|
59406
|
+
*/
|
|
59407
|
+
current_user_has_role?: Array<string>;
|
|
59355
59408
|
field?: Array<MarketplaceProviderCustomerFieldEnum>;
|
|
59356
59409
|
/**
|
|
59357
59410
|
* Name
|
|
@@ -66808,6 +66861,10 @@ export type OpenportalUnmanagedProjectsListData = {
|
|
|
66808
66861
|
* Created before
|
|
66809
66862
|
*/
|
|
66810
66863
|
created_before?: string;
|
|
66864
|
+
/**
|
|
66865
|
+
* Multiple values may be separated by commas.
|
|
66866
|
+
*/
|
|
66867
|
+
current_user_has_role?: Array<string>;
|
|
66811
66868
|
/**
|
|
66812
66869
|
* Multiple values may be separated by commas.
|
|
66813
66870
|
*/
|
|
@@ -66939,6 +66996,10 @@ export type OpenportalUnmanagedProjectsCountData = {
|
|
|
66939
66996
|
* Created before
|
|
66940
66997
|
*/
|
|
66941
66998
|
created_before?: string;
|
|
66999
|
+
/**
|
|
67000
|
+
* Multiple values may be separated by commas.
|
|
67001
|
+
*/
|
|
67002
|
+
current_user_has_role?: Array<string>;
|
|
66942
67003
|
/**
|
|
66943
67004
|
* Multiple values may be separated by commas.
|
|
66944
67005
|
*/
|
|
@@ -75870,6 +75931,10 @@ export type ProjectsListData = {
|
|
|
75870
75931
|
* Created before
|
|
75871
75932
|
*/
|
|
75872
75933
|
created_before?: string;
|
|
75934
|
+
/**
|
|
75935
|
+
* Multiple values may be separated by commas.
|
|
75936
|
+
*/
|
|
75937
|
+
current_user_has_role?: Array<string>;
|
|
75873
75938
|
/**
|
|
75874
75939
|
* Multiple values may be separated by commas.
|
|
75875
75940
|
*/
|
|
@@ -76001,6 +76066,10 @@ export type ProjectsCountData = {
|
|
|
76001
76066
|
* Created before
|
|
76002
76067
|
*/
|
|
76003
76068
|
created_before?: string;
|
|
76069
|
+
/**
|
|
76070
|
+
* Multiple values may be separated by commas.
|
|
76071
|
+
*/
|
|
76072
|
+
current_user_has_role?: Array<string>;
|
|
76004
76073
|
/**
|
|
76005
76074
|
* Multiple values may be separated by commas.
|
|
76006
76075
|
*/
|