waldur-js-client 8.0.10-dev.5 → 8.0.10-dev.6

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.
@@ -10528,6 +10528,10 @@ export type MergedPluginOptions = {
10528
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
10529
  */
10530
10530
  restricted_to_roles?: Array<string>;
10531
+ /**
10532
+ * List of project or organization role names (e.g. 'PROJECT.MANAGER') whose orders skip consumer review for this offering. The creator must hold the role on the target project or its organization. Independent of restricted_to_roles (which governs visibility/ordering) and of the ORDER.APPROVE permission. Provider review and purchase-order requirements still apply. Only staff can change this option.
10533
+ */
10534
+ auto_approve_for_roles?: Array<string>;
10531
10535
  /**
10532
10536
  * If set to True, users will be able to upload purchase orders.
10533
10537
  */
@@ -10874,6 +10878,10 @@ export type MergedPluginOptionsRequest = {
10874
10878
  * 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
10879
  */
10876
10880
  restricted_to_roles?: Array<string>;
10881
+ /**
10882
+ * List of project or organization role names (e.g. 'PROJECT.MANAGER') whose orders skip consumer review for this offering. The creator must hold the role on the target project or its organization. Independent of restricted_to_roles (which governs visibility/ordering) and of the ORDER.APPROVE permission. Provider review and purchase-order requirements still apply. Only staff can change this option.
10883
+ */
10884
+ auto_approve_for_roles?: Array<string>;
10877
10885
  /**
10878
10886
  * If set to True, users will be able to upload purchase orders.
10879
10887
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.10-dev.5",
3
+ "version": "8.0.10-dev.6",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",