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