waldur-js-client 7.9.2-dev.2 → 7.9.2-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.
- package/dist/types.gen.d.ts +8 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -4412,6 +4412,10 @@ export type MergedPluginOptions = {
|
|
|
4412
4412
|
* Slurm account name generation policy
|
|
4413
4413
|
*/
|
|
4414
4414
|
account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
|
|
4415
|
+
/**
|
|
4416
|
+
* If set to False, an order requires manual provider approval
|
|
4417
|
+
*/
|
|
4418
|
+
auto_approve_marketplace_script?: boolean;
|
|
4415
4419
|
/**
|
|
4416
4420
|
* Defines if backend_id should be shown more prominently by the UI
|
|
4417
4421
|
*/
|
|
@@ -4606,6 +4610,10 @@ export type MergedPluginOptionsRequest = {
|
|
|
4606
4610
|
* Slurm account name generation policy
|
|
4607
4611
|
*/
|
|
4608
4612
|
account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
|
|
4613
|
+
/**
|
|
4614
|
+
* If set to False, an order requires manual provider approval
|
|
4615
|
+
*/
|
|
4616
|
+
auto_approve_marketplace_script?: boolean;
|
|
4609
4617
|
/**
|
|
4610
4618
|
* Defines if backend_id should be shown more prominently by the UI
|
|
4611
4619
|
*/
|