waldur-js-client 7.9.5-dev.0 → 7.9.5

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.
@@ -5173,6 +5173,10 @@ export type MergedPluginOptions = {
5173
5173
  * Slurm account name generation policy
5174
5174
  */
5175
5175
  account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
5176
+ /**
5177
+ * Enable display of order actions for service provider
5178
+ */
5179
+ enable_display_of_order_actions_for_service_provider?: boolean;
5176
5180
  /**
5177
5181
  * If set to False, an order requires manual provider approval
5178
5182
  */
@@ -5407,6 +5411,10 @@ export type MergedPluginOptionsRequest = {
5407
5411
  * Slurm account name generation policy
5408
5412
  */
5409
5413
  account_name_generation_policy?: AccountNameGenerationPolicyEnum | NullEnum | null;
5414
+ /**
5415
+ * Enable display of order actions for service provider
5416
+ */
5417
+ enable_display_of_order_actions_for_service_provider?: boolean;
5410
5418
  /**
5411
5419
  * If set to False, an order requires manual provider approval
5412
5420
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.5-dev.0",
3
+ "version": "7.9.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",