waldur-js-client 1.0.4-dev.88 → 1.0.4-dev.89

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.
@@ -4838,6 +4838,7 @@ export type OpenStackNestedPort = {
4838
4838
  readonly allowed_address_pairs?: Array<OpenStackAllowedAddressPair>;
4839
4839
  readonly device_id?: string | null;
4840
4840
  readonly device_owner?: string | null;
4841
+ readonly security_groups?: Array<OpenStackSecurityGroup>;
4841
4842
  };
4842
4843
  export type OpenStackNestedPortRequest = {
4843
4844
  fixed_ips?: Array<OpenStackFixedIpRequest>;
@@ -5018,6 +5019,7 @@ export type OpenStackPortIpUpdateRequest = {
5018
5019
  export type OpenStackPortNestedSecurityGroup = {
5019
5020
  readonly uuid?: string;
5020
5021
  name?: string;
5022
+ readonly url?: string;
5021
5023
  };
5022
5024
  export type OpenStackPortNestedSecurityGroupRequest = {
5023
5025
  name: string;
@@ -5128,7 +5130,6 @@ export type OpenStackSecurityGroup = {
5128
5130
  export type OpenStackSecurityGroupRequest = {
5129
5131
  name: string;
5130
5132
  description?: string;
5131
- rules: Array<OpenStackSecurityGroupRuleCreateRequest>;
5132
5133
  };
5133
5134
  export type OpenStackSecurityGroupRuleCreate = {
5134
5135
  ethertype?: EthertypeEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.88",
3
+ "version": "1.0.4-dev.89",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",