waldur-js-client 1.0.4-dev.32 → 1.0.4-dev.33

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.
@@ -2817,12 +2817,14 @@ export type Mapping = {
2817
2817
  volume_types?: Array<VolumeTypeMapping>;
2818
2818
  subnets?: Array<SubNetMapping>;
2819
2819
  skip_connection_extnet?: boolean;
2820
+ sync_instance_ports?: boolean;
2820
2821
  networks?: Array<string>;
2821
2822
  };
2822
2823
  export type MappingRequest = {
2823
2824
  volume_types?: Array<VolumeTypeMappingRequest>;
2824
2825
  subnets?: Array<SubNetMappingRequest>;
2825
2826
  skip_connection_extnet?: boolean;
2827
+ sync_instance_ports?: boolean;
2826
2828
  networks?: Array<string>;
2827
2829
  };
2828
2830
  export type MarketplaceCategory = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.32",
3
+ "version": "1.0.4-dev.33",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",