waldur-js-client 7.7.6-dev.6 → 7.7.6-dev.7

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.
@@ -11680,6 +11680,10 @@ export type OpenStackInstanceCreateOrderAttributes = {
11680
11680
  * If True, instance will be connected directly to external network
11681
11681
  */
11682
11682
  connect_directly_to_external_network?: boolean;
11683
+ /**
11684
+ * Additional data volumes to attach to the instance
11685
+ */
11686
+ data_volumes?: Array<OpenStackDataVolumeRequest>;
11683
11687
  };
11684
11688
  /**
11685
11689
  * This mixin allows to specify list of fields to be rendered by serializer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.6-dev.6",
3
+ "version": "7.7.6-dev.7",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",