waldur-js-client 1.0.4-dev.10 → 1.0.4-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.
@@ -4503,6 +4503,7 @@ export type OpenStackNestedServerGroup = {
4503
4503
  readonly state?: string;
4504
4504
  };
4505
4505
  export type OpenStackNestedSubNet = {
4506
+ readonly uuid?: string;
4506
4507
  name?: string;
4507
4508
  description?: string;
4508
4509
  cidr?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.10",
3
+ "version": "1.0.4-dev.12",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",