waldur-js-client 1.0.4-dev.90 → 1.0.4-dev.91
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 +1 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5130,6 +5130,7 @@ export type OpenStackSecurityGroup = {
|
|
|
5130
5130
|
export type OpenStackSecurityGroupRequest = {
|
|
5131
5131
|
name: string;
|
|
5132
5132
|
description?: string;
|
|
5133
|
+
rules: Array<OpenStackSecurityGroupRuleCreateRequest>;
|
|
5133
5134
|
};
|
|
5134
5135
|
export type OpenStackSecurityGroupRuleCreate = {
|
|
5135
5136
|
ethertype?: EthertypeEnum;
|