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.
- package/dist/types.gen.d.ts +8 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
*/
|