@datatr-ux/ovhcloud-types 1.0.26 → 1.0.28

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.
@@ -4,7 +4,7 @@ export interface ProjectNetworkPrivateCreation {
4
4
  name: string;
5
5
  /** Region where to activate private network. No parameters means all region */
6
6
  regions?: string[];
7
- /** Vland id, between 0 and 4000. 0 value means no vlan. */
7
+ /** Vland id, between 0 and 4095. 0 value means no vlan. */
8
8
  vlanId?: number;
9
9
  }
10
10
  //# sourceMappingURL=ProjectNetworkPrivateCreation.d.ts.map
@@ -8,7 +8,7 @@ export interface CreateNetwork {
8
8
  name: string;
9
9
  /** */
10
10
  subnet: CreateSubnetSummary;
11
- /** VLAN id, between 1 and 4000 */
11
+ /** VLAN id, between 1 and 4095 */
12
12
  vlanId: number;
13
13
  }
14
14
  //# sourceMappingURL=CreateNetwork.d.ts.map
@@ -5,7 +5,7 @@ export interface CreateNetworkForGatewaySummary {
5
5
  name: string;
6
6
  /** Subnet of the network */
7
7
  subnet: CreateSubnetForGatewaySummary;
8
- /** VLAN id, between 1 and 4000 */
8
+ /** VLAN id, between 1 and 4095 */
9
9
  vlanId: number;
10
10
  }
11
11
  //# sourceMappingURL=CreateNetworkForGatewaySummary.d.ts.map
@@ -0,0 +1,6 @@
1
+ /** Volume type */
2
+ export interface VolumeType {
3
+ /** Name of the volume type */
4
+ name: string;
5
+ }
6
+ //# sourceMappingURL=VolumeType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VolumeType.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/region/VolumeType.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,MAAM,WAAW,UAAU;IACzB,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1 @@
1
+ export {};
@@ -3,5 +3,6 @@ export * from './Flavor';
3
3
  export * from './Image';
4
4
  export * from './SSHKey';
5
5
  export * from './Volume';
6
+ export * from './VolumeType';
6
7
  export { volume };
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/region/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/region/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -3,4 +3,5 @@ export * from './Flavor.js';
3
3
  export * from './Image.js';
4
4
  export * from './SSHKey.js';
5
5
  export * from './Volume.js';
6
+ export * from './VolumeType.js';
6
7
  export { volume };
@@ -1,6 +1,6 @@
1
1
  /** A numeric value tagged with its unit */
2
2
  export interface UnitAndValueString {
3
- /** */
3
+ /** Unit of the value */
4
4
  unit: string;
5
5
  /** */
6
6
  value: string;
@@ -1 +1 @@
1
- {"version":3,"file":"UnitAndValueString.d.ts","sourceRoot":"","sources":["../../generated/types/complexType/UnitAndValueString.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,OAAO;IACP,IAAI,EAAE,MAAM,CAAC;IACb,OAAO;IACP,KAAK,EAAE,MAAM,CAAC;CACf"}
1
+ {"version":3,"file":"UnitAndValueString.d.ts","sourceRoot":"","sources":["../../generated/types/complexType/UnitAndValueString.ts"],"names":[],"mappings":"AAAA,2CAA2C;AAC3C,MAAM,WAAW,kBAAkB;IACjC,wBAAwB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO;IACP,KAAK,EAAE,MAAM,CAAC;CACf"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatr-ux/ovhcloud-types",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",