waldur-js-client 7.7.6-dev.3 → 7.7.6-dev.4

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.
@@ -5460,12 +5460,12 @@ export type OpenStackNestedPortRequest = {
5460
5460
  subnet?: string | null;
5461
5461
  port?: string;
5462
5462
  };
5463
- export type OpenStackNestedSecurityGroup = Array<{
5463
+ export type OpenStackNestedSecurityGroup = {
5464
5464
  url?: string;
5465
- }>;
5466
- export type OpenStackNestedSecurityGroupRequest = Array<{
5465
+ };
5466
+ export type OpenStackNestedSecurityGroupRequest = {
5467
5467
  url?: string;
5468
- }>;
5468
+ };
5469
5469
  export type OpenStackNestedServerGroup = {
5470
5470
  readonly url?: string;
5471
5471
  readonly name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.7.6-dev.3",
3
+ "version": "7.7.6-dev.4",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",