waldur-js-client 8.0.10-dev.3 → 8.0.10-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.
@@ -14237,6 +14237,7 @@ export type OpenPortalQuota = {
14237
14237
  usage?: string;
14238
14238
  };
14239
14239
  export type OpenStackAllowedAddressPair = {
14240
+ ip_address?: string;
14240
14241
  mac_address?: string;
14241
14242
  };
14242
14243
  export type OpenStackAllowedAddressPairRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.10-dev.3",
3
+ "version": "8.0.10-dev.4",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",