waldur-js-client 8.0.3-dev.13 → 8.0.3-dev.14

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.
@@ -8621,6 +8621,10 @@ export type MergedPluginOptions = {
8621
8621
  * If set to True, send email notifications when providers or consumers exchange messages on pending orders.
8622
8622
  */
8623
8623
  notify_about_provider_consumer_messages?: boolean;
8624
+ /**
8625
+ * If set to True, offering cannot be deleted while it has non-terminated resources.
8626
+ */
8627
+ restrict_deletion_with_active_resources?: boolean;
8624
8628
  /**
8625
8629
  * If set, it will be used as a default MTU for the first network in a tenant
8626
8630
  */
@@ -8887,6 +8891,10 @@ export type MergedPluginOptionsRequest = {
8887
8891
  * If set to True, send email notifications when providers or consumers exchange messages on pending orders.
8888
8892
  */
8889
8893
  notify_about_provider_consumer_messages?: boolean;
8894
+ /**
8895
+ * If set to True, offering cannot be deleted while it has non-terminated resources.
8896
+ */
8897
+ restrict_deletion_with_active_resources?: boolean;
8890
8898
  /**
8891
8899
  * If set, it will be used as a default MTU for the first network in a tenant
8892
8900
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.3-dev.13",
3
+ "version": "8.0.3-dev.14",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",