waldur-js-client 7.8.5-dev.11 → 7.8.5-dev.12

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.
@@ -3961,9 +3961,13 @@ export type MergedPluginOptions = {
3961
3961
  */
3962
3962
  required_team_role_for_provisioning?: string;
3963
3963
  /**
3964
- * If set to True, orders will support comments and metadata
3964
+ * If set to True, users will be able to upload purchase orders.
3965
3965
  */
3966
- order_supports_comments_and_metadata?: boolean;
3966
+ enable_purchase_order_upload?: boolean;
3967
+ /**
3968
+ * If set to True, users will be required to upload purchase orders.
3969
+ */
3970
+ require_purchase_order_upload?: boolean;
3967
3971
  /**
3968
3972
  * If set to True, pricing and components tab would be concealed.
3969
3973
  */
@@ -4139,9 +4143,13 @@ export type MergedPluginOptionsRequest = {
4139
4143
  */
4140
4144
  required_team_role_for_provisioning?: string;
4141
4145
  /**
4142
- * If set to True, orders will support comments and metadata
4146
+ * If set to True, users will be able to upload purchase orders.
4147
+ */
4148
+ enable_purchase_order_upload?: boolean;
4149
+ /**
4150
+ * If set to True, users will be required to upload purchase orders.
4143
4151
  */
4144
- order_supports_comments_and_metadata?: boolean;
4152
+ require_purchase_order_upload?: boolean;
4145
4153
  /**
4146
4154
  * If set to True, pricing and components tab would be concealed.
4147
4155
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.5-dev.11",
3
+ "version": "7.8.5-dev.12",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",