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.
- package/dist/types.gen.d.ts +4 -4
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5460,12 +5460,12 @@ export type OpenStackNestedPortRequest = {
|
|
|
5460
5460
|
subnet?: string | null;
|
|
5461
5461
|
port?: string;
|
|
5462
5462
|
};
|
|
5463
|
-
export type OpenStackNestedSecurityGroup =
|
|
5463
|
+
export type OpenStackNestedSecurityGroup = {
|
|
5464
5464
|
url?: string;
|
|
5465
|
-
}
|
|
5466
|
-
export type OpenStackNestedSecurityGroupRequest =
|
|
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;
|