waldur-js-client 7.9.6-dev.18 → 7.9.6-dev.19

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.
@@ -5462,7 +5462,7 @@ export type MergedPluginOptions = {
5462
5462
  */
5463
5463
  enable_display_of_order_actions_for_service_provider?: boolean;
5464
5464
  /**
5465
- * If set to False, an order requires manual provider approval
5465
+ * If set to False, all orders require manual provider approval, including for service provider owners and staff
5466
5466
  */
5467
5467
  auto_approve_marketplace_script?: boolean;
5468
5468
  /**
@@ -5700,7 +5700,7 @@ export type MergedPluginOptionsRequest = {
5700
5700
  */
5701
5701
  enable_display_of_order_actions_for_service_provider?: boolean;
5702
5702
  /**
5703
- * If set to False, an order requires manual provider approval
5703
+ * If set to False, all orders require manual provider approval, including for service provider owners and staff
5704
5704
  */
5705
5705
  auto_approve_marketplace_script?: boolean;
5706
5706
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.6-dev.18",
3
+ "version": "7.9.6-dev.19",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",