waldur-js-client 7.9.6-dev.23 → 7.9.6-dev.24

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.
@@ -5485,6 +5485,10 @@ export type MergedPluginOptions = {
5485
5485
  * Skip approval of public offering belonging to the same organization under which the request is done
5486
5486
  */
5487
5487
  auto_approve_in_service_provider_projects?: boolean;
5488
+ /**
5489
+ * If set to True, orders for this offering will always require manual approval, overriding auto_approve_in_service_provider_projects
5490
+ */
5491
+ disable_autoapprove?: boolean;
5488
5492
  /**
5489
5493
  * If set to True, it will be possible to downscale resources
5490
5494
  */
@@ -5723,6 +5727,10 @@ export type MergedPluginOptionsRequest = {
5723
5727
  * Skip approval of public offering belonging to the same organization under which the request is done
5724
5728
  */
5725
5729
  auto_approve_in_service_provider_projects?: boolean;
5730
+ /**
5731
+ * If set to True, orders for this offering will always require manual approval, overriding auto_approve_in_service_provider_projects
5732
+ */
5733
+ disable_autoapprove?: boolean;
5726
5734
  /**
5727
5735
  * If set to True, it will be possible to downscale resources
5728
5736
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.6-dev.23",
3
+ "version": "7.9.6-dev.24",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",