@datatr-ux/ovhcloud-types 1.0.81 → 1.0.82

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,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"}
@@ -6176,7 +6176,7 @@ const xZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6176
6176
  secondaryDnsDomains: DV,
6177
6177
  veeam: oV
6178
6178
  }, Symbol.toStringTag, { value: "Module" }));
6179
- var EL = /* @__PURE__ */ ((e) => (e.cloudProject = "cloudProject", e.dedicatedCloud = "dedicatedCloud", e.dedicatedCloudDatacenter = "dedicatedCloudDatacenter", e.dedicatedConnect = "dedicatedConnect", e.dedicatedServer = "dedicatedServer", e.dedicatedServerInterface = "dedicatedServerInterface", e.ip = "ip", e.ipLoadbalancing = "ipLoadbalancing", e.ipv6 = "ipv6", e.legacyVrack = "legacyVrack", e.ovhCloudConnect = "ovhCloudConnect", e.vmwareCloudDirectorVirtualDataCenter = "vmwareCloudDirectorVirtualDataCenter", e.vrackServices = "vrackServices", e))(EL || {}), mL = /* @__PURE__ */ ((e) => (e.default = "default", e.upgraded = "upgraded", e))(mL || {}), uL = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e))(uL || {}), e8 = /* @__PURE__ */ ((e) => (e.cancelled = "cancelled", e.doing = "doing", e.done = "done", e.init = "init", e.todo = "todo", e))(e8 || {}), s8 = /* @__PURE__ */ ((e) => (e.bhs = "bhs", e.cch = "cch", e.fra1 = "fra1", e.gra = "gra", e.lon1 = "lon1", e.pdx1 = "pdx1", e.rbx = "rbx", e.sbg = "sbg", e.sgp1 = "sgp1", e.syd1 = "syd1", e.syd2 = "syd2", e.was1 = "was1", e.waw = "waw", e.ynm = "ynm", e.yyz = "yyz", e))(s8 || {});
6179
+ var EL = /* @__PURE__ */ ((e) => (e.cloudProject = "cloudProject", e.dedicatedCloud = "dedicatedCloud", e.dedicatedCloudDatacenter = "dedicatedCloudDatacenter", e.dedicatedConnect = "dedicatedConnect", e.dedicatedServer = "dedicatedServer", e.dedicatedServerInterface = "dedicatedServerInterface", e.ip = "ip", e.ipLoadbalancing = "ipLoadbalancing", e.ipv6 = "ipv6", e.legacyVrack = "legacyVrack", e.ovhCloudConnect = "ovhCloudConnect", e.vmwareCloudDirectorVirtualDataCenter = "vmwareCloudDirectorVirtualDataCenter", e.vrackServices = "vrackServices", e))(EL || {}), mL = /* @__PURE__ */ ((e) => (e.default = "default", e.upgraded = "upgraded", e))(mL || {}), uL = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e))(uL || {}), e8 = /* @__PURE__ */ ((e) => (e.cancelled = "cancelled", e.doing = "doing", e.done = "done", e.init = "init", e.todo = "todo", e))(e8 || {}), s8 = /* @__PURE__ */ ((e) => (e.bhs = "bhs", e.cch = "cch", e.fra1 = "fra1", e.gra = "gra", e.lon1 = "lon1", e.pdx1 = "pdx1", e.rbx = "rbx", e.sbg = "sbg", e.sgp1 = "sgp1", e.syd1 = "syd1", e.syd2 = "syd2", e.was1 = "was1", e.waw = "waw", e.ynm = "ynm", e.yyz = "yyz", e.zvf = "zvf", e))(s8 || {});
6180
6180
  const zZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6181
6181
  __proto__: null,
6182
6182
  AllowedServiceEnum: EL,
@@ -0,0 +1,16 @@
1
+ import { GenericProductPricing } from '../order/cart/GenericProductPricing';
2
+ import { GenericProductTypeEnum } from '../order/cart/GenericProductTypeEnum';
3
+ /** Representation of a generic product */
4
+ export interface GenericProductDefinition {
5
+ /** Name displayed in the invoice */
6
+ invoiceName: string;
7
+ /** Product offer identifier */
8
+ planCode: string;
9
+ /** Prices of the product offer */
10
+ prices: GenericProductPricing[];
11
+ /** Name of the product */
12
+ productName: string;
13
+ /** Product type */
14
+ productType: GenericProductTypeEnum;
15
+ }
16
+ //# sourceMappingURL=GenericProductDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GenericProductDefinition.d.ts","sourceRoot":"","sources":["../../generated/types/services/GenericProductDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AACjF,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAEnF,0CAA0C;AAC1C,MAAM,WAAW,wBAAwB;IACvC,oCAAoC;IACpC,WAAW,EAAE,MAAM,CAAC;IACpB,+BAA+B;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,kCAAkC;IAClC,MAAM,EAAE,qBAAqB,EAAE,CAAC;IAChC,0BAA0B;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,mBAAmB;IACnB,WAAW,EAAE,sBAAsB,CAAC;CACrC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -9,6 +9,7 @@ import * as terminate from './terminate/index';
9
9
  import * as update from './update/index';
10
10
  export * from './ChangeContact';
11
11
  export * from './ConfirmTermination';
12
+ export * from './GenericProductDefinition';
12
13
  export * from './NonExpiringService';
13
14
  export * from './Service';
14
15
  export { billing };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../generated/types/services/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,cAAc,CAAC;AACrC,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,YAAY,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../generated/types/services/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,WAAW,MAAM,qBAAqB,CAAC;AACnD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,cAAc,CAAC;AACrC,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,YAAY,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -9,6 +9,7 @@ import * as terminate from './terminate/index.js';
9
9
  import * as update from './update/index.js';
10
10
  export * from './ChangeContact.js';
11
11
  export * from './ConfirmTermination.js';
12
+ export * from './GenericProductDefinition.js';
12
13
  export * from './NonExpiringService.js';
13
14
  export * from './Service.js';
14
15
  export { billing };
@@ -14,6 +14,7 @@ export declare enum VrackZoneEnum {
14
14
  'was1' = "was1",
15
15
  'waw' = "waw",
16
16
  'ynm' = "ynm",
17
- 'yyz' = "yyz"
17
+ 'yyz' = "yyz",
18
+ 'zvf' = "zvf"
18
19
  }
19
20
  //# sourceMappingURL=VrackZoneEnum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VrackZoneEnum.d.ts","sourceRoot":"","sources":["../../generated/types/vrack/VrackZoneEnum.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,oBAAY,aAAa;IACvB,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,MAAM,SAAS;IACf,KAAK,QAAQ;IACb,MAAM,SAAS;IACf,MAAM,SAAS;IACf,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,MAAM,SAAS;IACf,MAAM,SAAS;IACf,MAAM,SAAS;IACf,MAAM,SAAS;IACf,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,KAAK,QAAQ;CACd"}
1
+ {"version":3,"file":"VrackZoneEnum.d.ts","sourceRoot":"","sources":["../../generated/types/vrack/VrackZoneEnum.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,oBAAY,aAAa;IACvB,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,MAAM,SAAS;IACf,KAAK,QAAQ;IACb,MAAM,SAAS;IACf,MAAM,SAAS;IACf,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,MAAM,SAAS;IACf,MAAM,SAAS;IACf,MAAM,SAAS;IACf,MAAM,SAAS;IACf,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,KAAK,QAAQ;CACd"}
@@ -16,4 +16,5 @@ export var VrackZoneEnum;
16
16
  VrackZoneEnum["waw"] = "waw";
17
17
  VrackZoneEnum["ynm"] = "ynm";
18
18
  VrackZoneEnum["yyz"] = "yyz";
19
+ VrackZoneEnum["zvf"] = "zvf";
19
20
  })(VrackZoneEnum || (VrackZoneEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatr-ux/ovhcloud-types",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",