@datatr-ux/ovhcloud-types 2.0.52 → 2.0.54

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.
@@ -1,11 +1,14 @@
1
1
  import { RegionContinentEnum } from '../RegionContinentEnum';
2
2
  import { RegionTypeEnum } from '../RegionTypeEnum';
3
+ import { CountryCode2LettersEnum } from '../../CountryCode2LettersEnum';
3
4
  /** Details about a region */
4
5
  export interface AvailabilityRegion {
5
6
  /** Availability zones of the region */
6
7
  availabilityZones: string[];
7
8
  /** Region continent code */
8
9
  continentCode: RegionContinentEnum;
10
+ /** Region country code */
11
+ countryCode: CountryCode2LettersEnum;
9
12
  /** Location of the datacenter where the region is */
10
13
  datacenter: string;
11
14
  /** Region is enabled */
@@ -1 +1 @@
1
- {"version":3,"file":"AvailabilityRegion.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/capabilities/AvailabilityRegion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,6BAA6B;AAC7B,MAAM,WAAW,kBAAkB;IACjC,uCAAuC;IACvC,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,4BAA4B;IAC5B,aAAa,EAAE,mBAAmB,CAAC;IACnC,qDAAqD;IACrD,UAAU,EAAE,MAAM,CAAC;IACnB,wBAAwB;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB;IAClB,IAAI,EAAE,cAAc,CAAC;CACtB"}
1
+ {"version":3,"file":"AvailabilityRegion.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/capabilities/AvailabilityRegion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAE1E,6BAA6B;AAC7B,MAAM,WAAW,kBAAkB;IACjC,uCAAuC;IACvC,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,4BAA4B;IAC5B,aAAa,EAAE,mBAAmB,CAAC;IACnC,0BAA0B;IAC1B,WAAW,EAAE,uBAAuB,CAAC;IACrC,qDAAqD;IACrD,UAAU,EAAE,MAAM,CAAC;IACnB,wBAAwB;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB;IAClB,IAAI,EAAE,cAAc,CAAC;CACtB"}
@@ -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": "2.0.52",
3
+ "version": "2.0.54",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",