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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.90",
3
+ "version": "1.0.4-dev.91",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",