waldur-js-client 8.0.10-dev.2 → 8.0.10-dev.3

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.
@@ -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
  */
@@ -39431,6 +39439,10 @@ export type CustomersListData = {
39431
39439
  * Return a list of customers where current user has project create permission.
39432
39440
  */
39433
39441
  current_user_has_project_create_permission?: boolean;
39442
+ /**
39443
+ * Multiple values may be separated by commas.
39444
+ */
39445
+ current_user_has_role?: Array<string>;
39434
39446
  field?: Array<CustomerFieldEnum>;
39435
39447
  /**
39436
39448
  * Filter by customers with resources.
@@ -39527,6 +39539,10 @@ export type CustomersCountData = {
39527
39539
  * Return a list of customers where current user has project create permission.
39528
39540
  */
39529
39541
  current_user_has_project_create_permission?: boolean;
39542
+ /**
39543
+ * Multiple values may be separated by commas.
39544
+ */
39545
+ current_user_has_role?: Array<string>;
39530
39546
  /**
39531
39547
  * Filter by customers with resources.
39532
39548
  */
@@ -39922,6 +39938,10 @@ export type CustomersHistoryListData = {
39922
39938
  * Return a list of customers where current user has project create permission.
39923
39939
  */
39924
39940
  current_user_has_project_create_permission?: boolean;
39941
+ /**
39942
+ * Multiple values may be separated by commas.
39943
+ */
39944
+ current_user_has_role?: Array<string>;
39925
39945
  /**
39926
39946
  * Filter by customers with resources.
39927
39947
  */
@@ -40223,6 +40243,10 @@ export type CustomersCountriesListData = {
40223
40243
  * Return a list of customers where current user has project create permission.
40224
40244
  */
40225
40245
  current_user_has_project_create_permission?: boolean;
40246
+ /**
40247
+ * Multiple values may be separated by commas.
40248
+ */
40249
+ current_user_has_role?: Array<string>;
40226
40250
  /**
40227
40251
  * Filter by customers with resources.
40228
40252
  */
@@ -40318,6 +40342,10 @@ export type CustomersCountriesCountData = {
40318
40342
  * Return a list of customers where current user has project create permission.
40319
40343
  */
40320
40344
  current_user_has_project_create_permission?: boolean;
40345
+ /**
40346
+ * Multiple values may be separated by commas.
40347
+ */
40348
+ current_user_has_role?: Array<string>;
40321
40349
  /**
40322
40350
  * Filter by customers with resources.
40323
40351
  */
@@ -41930,6 +41958,10 @@ export type FinancialReportsListData = {
41930
41958
  * Return a list of customers where current user has project create permission.
41931
41959
  */
41932
41960
  current_user_has_project_create_permission?: boolean;
41961
+ /**
41962
+ * Multiple values may be separated by commas.
41963
+ */
41964
+ current_user_has_role?: Array<string>;
41933
41965
  /**
41934
41966
  * Filter by customer UUID.
41935
41967
  */
@@ -42017,6 +42049,10 @@ export type FinancialReportsCountData = {
42017
42049
  * Return a list of customers where current user has project create permission.
42018
42050
  */
42019
42051
  current_user_has_project_create_permission?: boolean;
42052
+ /**
42053
+ * Multiple values may be separated by commas.
42054
+ */
42055
+ current_user_has_role?: Array<string>;
42020
42056
  /**
42021
42057
  * Filter by customer UUID.
42022
42058
  */
@@ -58505,6 +58541,10 @@ export type MarketplaceServiceProvidersCustomerProjectsListData = {
58505
58541
  * Created before
58506
58542
  */
58507
58543
  created_before?: string;
58544
+ /**
58545
+ * Multiple values may be separated by commas.
58546
+ */
58547
+ current_user_has_role?: Array<string>;
58508
58548
  /**
58509
58549
  * Multiple values may be separated by commas.
58510
58550
  */
@@ -58616,6 +58656,10 @@ export type MarketplaceServiceProvidersCustomersListData = {
58616
58656
  * Return a list of customers where current user has project create permission.
58617
58657
  */
58618
58658
  current_user_has_project_create_permission?: boolean;
58659
+ /**
58660
+ * Multiple values may be separated by commas.
58661
+ */
58662
+ current_user_has_role?: Array<string>;
58619
58663
  field?: Array<MarketplaceProviderCustomerFieldEnum>;
58620
58664
  /**
58621
58665
  * Name
@@ -59245,6 +59289,10 @@ export type MarketplaceServiceProvidersProjectsListData = {
59245
59289
  * Created before
59246
59290
  */
59247
59291
  created_before?: string;
59292
+ /**
59293
+ * Multiple values may be separated by commas.
59294
+ */
59295
+ current_user_has_role?: Array<string>;
59248
59296
  /**
59249
59297
  * Multiple values may be separated by commas.
59250
59298
  */
@@ -59352,6 +59400,10 @@ export type MarketplaceServiceProvidersUserCustomersListData = {
59352
59400
  * Return a list of customers where current user has project create permission.
59353
59401
  */
59354
59402
  current_user_has_project_create_permission?: boolean;
59403
+ /**
59404
+ * Multiple values may be separated by commas.
59405
+ */
59406
+ current_user_has_role?: Array<string>;
59355
59407
  field?: Array<MarketplaceProviderCustomerFieldEnum>;
59356
59408
  /**
59357
59409
  * Name
@@ -66808,6 +66860,10 @@ export type OpenportalUnmanagedProjectsListData = {
66808
66860
  * Created before
66809
66861
  */
66810
66862
  created_before?: string;
66863
+ /**
66864
+ * Multiple values may be separated by commas.
66865
+ */
66866
+ current_user_has_role?: Array<string>;
66811
66867
  /**
66812
66868
  * Multiple values may be separated by commas.
66813
66869
  */
@@ -66939,6 +66995,10 @@ export type OpenportalUnmanagedProjectsCountData = {
66939
66995
  * Created before
66940
66996
  */
66941
66997
  created_before?: string;
66998
+ /**
66999
+ * Multiple values may be separated by commas.
67000
+ */
67001
+ current_user_has_role?: Array<string>;
66942
67002
  /**
66943
67003
  * Multiple values may be separated by commas.
66944
67004
  */
@@ -75870,6 +75930,10 @@ export type ProjectsListData = {
75870
75930
  * Created before
75871
75931
  */
75872
75932
  created_before?: string;
75933
+ /**
75934
+ * Multiple values may be separated by commas.
75935
+ */
75936
+ current_user_has_role?: Array<string>;
75873
75937
  /**
75874
75938
  * Multiple values may be separated by commas.
75875
75939
  */
@@ -76001,6 +76065,10 @@ export type ProjectsCountData = {
76001
76065
  * Created before
76002
76066
  */
76003
76067
  created_before?: string;
76068
+ /**
76069
+ * Multiple values may be separated by commas.
76070
+ */
76071
+ current_user_has_role?: Array<string>;
76004
76072
  /**
76005
76073
  * Multiple values may be separated by commas.
76006
76074
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.10-dev.2",
3
+ "version": "8.0.10-dev.3",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",