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.
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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 = {
|