@datatr-ux/ovhcloud-types 2.0.113 → 2.0.115

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,6 +4,8 @@ import { Specifications } from './flavor/Specifications';
4
4
  export interface Flavor {
5
5
  /** @deprecated Flavor core number. DEPRECATED: use specifications.core */
6
6
  core: number;
7
+ /** Flavor generation (e.g. gen1, gen2, gen3) used to group plans in the order funnel */
8
+ generation: string;
7
9
  /** Defines the lifecycle of the flavor */
8
10
  lifecycle: Lifecycle;
9
11
  /** @deprecated Flavor ram size in GB. DEPRECATED: use specifications.memory */
@@ -1 +1 @@
1
- {"version":3,"file":"Flavor.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/database/capabilities/Flavor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uDAAuD,CAAC;AAClF,OAAO,EAAE,cAAc,EAAE,MAAM,mEAAmE,CAAC;AAEnG,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB,0EAA0E;IAC1E,IAAI,EAAE,MAAM,CAAC;IACb,0CAA0C;IAC1C,SAAS,EAAE,SAAS,CAAC;IACrB,+EAA+E;IAC/E,MAAM,EAAE,MAAM,CAAC;IACf,yBAAyB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,cAAc,EAAE,cAAc,CAAC;IAC/B,iFAAiF;IACjF,OAAO,EAAE,MAAM,CAAC;IAChB,mBAAmB;IACnB,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB"}
1
+ {"version":3,"file":"Flavor.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/database/capabilities/Flavor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uDAAuD,CAAC;AAClF,OAAO,EAAE,cAAc,EAAE,MAAM,mEAAmE,CAAC;AAEnG,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB,0EAA0E;IAC1E,IAAI,EAAE,MAAM,CAAC;IACb,wFAAwF;IACxF,UAAU,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,SAAS,EAAE,SAAS,CAAC;IACrB,+EAA+E;IAC/E,MAAM,EAAE,MAAM,CAAC;IACf,yBAAyB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,cAAc,EAAE,cAAc,CAAC;IAC/B,iFAAiF;IACjF,OAAO,EAAE,MAAM,CAAC;IAChB,mBAAmB;IACnB,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB"}
@@ -1,6 +1,6 @@
1
1
  /** A numeric value tagged with its unit */
2
2
  export interface UnitAndValueString {
3
- /** Unit of the value */
3
+ /** */
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,wBAAwB;IACxB,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,OAAO;IACP,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.113",
3
+ "version": "2.0.115",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",