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.
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.2-dev.2",
3
+ "version": "7.9.2-dev.3",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",