@datatr-ux/ovhcloud-types 2.0.78 → 2.0.80

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.
Files changed (58) hide show
  1. package/dist/cloud/index.d.ts +0 -5
  2. package/dist/cloud/index.d.ts.map +1 -1
  3. package/dist/cloud/index.js +0 -5
  4. package/dist/cloud/project/ai/Resources.d.ts +2 -0
  5. package/dist/cloud/project/ai/Resources.d.ts.map +1 -1
  6. package/dist/cloud/project/ai/ResourcesInput.d.ts +2 -0
  7. package/dist/cloud/project/ai/ResourcesInput.d.ts.map +1 -1
  8. package/dist/cloud/project/ai/app/AppStateEnum.d.ts +1 -0
  9. package/dist/cloud/project/ai/app/AppStateEnum.d.ts.map +1 -1
  10. package/dist/cloud/project/ai/app/AppStateEnum.js +1 -0
  11. package/dist/cloud/project/ai/app/ScalingAutomaticStrategy.d.ts +1 -1
  12. package/dist/cloud/project/ai/app/ScalingAutomaticStrategy.d.ts.map +1 -1
  13. package/dist/cloud/project/ai/capabilities/flavor/ResourcesPerUnit.d.ts +2 -0
  14. package/dist/cloud/project/ai/capabilities/flavor/ResourcesPerUnit.d.ts.map +1 -1
  15. package/dist/complexType/UnitAndValueString.d.ts +1 -1
  16. package/dist/complexType/UnitAndValueString.d.ts.map +1 -1
  17. package/dist/dedicated/index.d.ts +0 -1
  18. package/dist/dedicated/index.d.ts.map +1 -1
  19. package/dist/dedicated/index.js +0 -1
  20. package/dist/dedicated/installationTemplate/Templates.d.ts +0 -3
  21. package/dist/dedicated/installationTemplate/Templates.d.ts.map +1 -1
  22. package/dist/ip/Destinations.d.ts +2 -0
  23. package/dist/ip/Destinations.d.ts.map +1 -1
  24. package/dist/ovhcloud-types.js +4337 -4346
  25. package/package.json +1 -9
  26. package/dist/cloud/ProjectMigrationUpdate.d.ts +0 -6
  27. package/dist/cloud/ProjectMigrationUpdate.d.ts.map +0 -1
  28. package/dist/cloud/ProjectMigrationUpdate.js +0 -1
  29. package/dist/cloud/migration/Migration.d.ts +0 -13
  30. package/dist/cloud/migration/Migration.d.ts.map +0 -1
  31. package/dist/cloud/migration/Migration.js +0 -1
  32. package/dist/cloud/migration/ResourceTypeEnum.d.ts +0 -5
  33. package/dist/cloud/migration/ResourceTypeEnum.d.ts.map +0 -1
  34. package/dist/cloud/migration/ResourceTypeEnum.js +0 -5
  35. package/dist/cloud/migration/index.d.ts +0 -3
  36. package/dist/cloud/migration/index.d.ts.map +0 -1
  37. package/dist/cloud/migration/index.js +0 -2
  38. package/dist/cloud/stack/Content.d.ts +0 -8
  39. package/dist/cloud/stack/Content.d.ts.map +0 -1
  40. package/dist/cloud/stack/Content.js +0 -1
  41. package/dist/cloud/stack/InstructionGuide.d.ts +0 -14
  42. package/dist/cloud/stack/InstructionGuide.d.ts.map +0 -1
  43. package/dist/cloud/stack/InstructionGuide.js +0 -1
  44. package/dist/cloud/stack/Section.d.ts +0 -12
  45. package/dist/cloud/stack/Section.d.ts.map +0 -1
  46. package/dist/cloud/stack/Section.js +0 -1
  47. package/dist/cloud/stack/Stack.d.ts +0 -19
  48. package/dist/cloud/stack/Stack.d.ts.map +0 -1
  49. package/dist/cloud/stack/Stack.js +0 -1
  50. package/dist/cloud/stack/Step.d.ts +0 -9
  51. package/dist/cloud/stack/Step.d.ts.map +0 -1
  52. package/dist/cloud/stack/Step.js +0 -1
  53. package/dist/cloud/stack/index.d.ts +0 -6
  54. package/dist/cloud/stack/index.d.ts.map +0 -1
  55. package/dist/cloud/stack/index.js +0 -5
  56. package/dist/dedicated/TemplateOsProperties.d.ts +0 -10
  57. package/dist/dedicated/TemplateOsProperties.d.ts.map +0 -1
  58. package/dist/dedicated/TemplateOsProperties.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatr-ux/ovhcloud-types",
3
- "version": "2.0.78",
3
+ "version": "2.0.80",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -222,10 +222,6 @@
222
222
  "types": "./dist/cloud/loadbalancing/pool/index.d.ts",
223
223
  "import": "./dist/cloud/loadbalancing/pool/index.js"
224
224
  },
225
- "./cloud/migration": {
226
- "types": "./dist/cloud/migration/index.d.ts",
227
- "import": "./dist/cloud/migration/index.js"
228
- },
229
225
  "./cloud/network": {
230
226
  "types": "./dist/cloud/network/index.d.ts",
231
227
  "import": "./dist/cloud/network/index.js"
@@ -630,10 +626,6 @@
630
626
  "types": "./dist/cloud/sshkey/index.d.ts",
631
627
  "import": "./dist/cloud/sshkey/index.js"
632
628
  },
633
- "./cloud/stack": {
634
- "types": "./dist/cloud/stack/index.d.ts",
635
- "import": "./dist/cloud/stack/index.js"
636
- },
637
629
  "./cloud/storage": {
638
630
  "types": "./dist/cloud/storage/index.d.ts",
639
631
  "import": "./dist/cloud/storage/index.js"
@@ -1,6 +0,0 @@
1
- /** Missing description */
2
- export interface ProjectMigrationUpdate {
3
- /** Migration date (RFC3339) */
4
- date: string;
5
- }
6
- //# sourceMappingURL=ProjectMigrationUpdate.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProjectMigrationUpdate.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/ProjectMigrationUpdate.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B,MAAM,WAAW,sBAAsB;IACrC,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,13 +0,0 @@
1
- import { ResourceTypeEnum } from './ResourceTypeEnum';
2
- /** Migration */
3
- export interface Migration {
4
- /** The planned date of the migration */
5
- date: string;
6
- /** Migration Id */
7
- migrationId: string;
8
- /** The id of the resource to migrate */
9
- resourceId: string;
10
- /** The type of the resource to migrate */
11
- resourceType: ResourceTypeEnum;
12
- }
13
- //# sourceMappingURL=Migration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Migration.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/migration/Migration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAE5E,gBAAgB;AAChB,MAAM,WAAW,SAAS;IACxB,wCAAwC;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,wCAAwC;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,YAAY,EAAE,gBAAgB,CAAC;CAChC"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,5 +0,0 @@
1
- /** ResourceTypeEnum */
2
- export declare enum ResourceTypeEnum {
3
- 'instance' = "instance"
4
- }
5
- //# sourceMappingURL=ResourceTypeEnum.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResourceTypeEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/migration/ResourceTypeEnum.ts"],"names":[],"mappings":"AAAA,uBAAuB;AACvB,oBAAY,gBAAgB;IAC1B,UAAU,aAAa;CACxB"}
@@ -1,5 +0,0 @@
1
- /** ResourceTypeEnum */
2
- export var ResourceTypeEnum;
3
- (function (ResourceTypeEnum) {
4
- ResourceTypeEnum["instance"] = "instance";
5
- })(ResourceTypeEnum || (ResourceTypeEnum = {}));
@@ -1,3 +0,0 @@
1
- export * from './Migration';
2
- export * from './ResourceTypeEnum';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/migration/index.ts"],"names":[],"mappings":"AACA,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './Migration.js';
2
- export * from './ResourceTypeEnum.js';
@@ -1,8 +0,0 @@
1
- /** Content */
2
- export interface Content {
3
- /** Content */
4
- content: string;
5
- /** Type of the content */
6
- type: string;
7
- }
8
- //# sourceMappingURL=Content.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/stack/Content.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,MAAM,WAAW,OAAO;IACtB,cAAc;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,14 +0,0 @@
1
- import { Content } from './Content';
2
- import { Section } from './Section';
3
- /** InstructionGuide */
4
- export interface InstructionGuide {
5
- /** Guide introduction content */
6
- content: Content[];
7
- /** Guide language */
8
- language: string;
9
- /** Sections of the guide */
10
- sections: Section[];
11
- /** Guide title */
12
- title: string;
13
- }
14
- //# sourceMappingURL=InstructionGuide.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InstructionGuide.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/stack/InstructionGuide.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAEtD,uBAAuB;AACvB,MAAM,WAAW,gBAAgB;IAC/B,iCAAiC;IACjC,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,qBAAqB;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,4BAA4B;IAC5B,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,kBAAkB;IAClB,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,12 +0,0 @@
1
- import { Content } from './Content';
2
- import { Step } from './Step';
3
- /** Section */
4
- export interface Section {
5
- /** Content of the guide section */
6
- content: Content[];
7
- /** Steps to follow */
8
- steps: Step[];
9
- /** Title of the guide section */
10
- title: string;
11
- }
12
- //# sourceMappingURL=Section.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/stack/Section.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAEhD,cAAc;AACd,MAAM,WAAW,OAAO;IACtB,mCAAmC;IACnC,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,sBAAsB;IACtB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,iCAAiC;IACjC,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,19 +0,0 @@
1
- import { InstructionGuide } from './InstructionGuide';
2
- /** Stack */
3
- export interface Stack {
4
- /** Stack last commit */
5
- commit: string;
6
- /** Stack description */
7
- description: string;
8
- /** GIT repository */
9
- gitRepository: string;
10
- /** Instructions to start the stack */
11
- instructions: InstructionGuide[];
12
- /** Stack name */
13
- name: string;
14
- /** Stack release tag */
15
- release: string;
16
- /** Stack uuid */
17
- uuid: string;
18
- }
19
- //# sourceMappingURL=Stack.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/stack/Stack.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAExE,YAAY;AACZ,MAAM,WAAW,KAAK;IACpB,wBAAwB;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,wBAAwB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,sCAAsC;IACtC,YAAY,EAAE,gBAAgB,EAAE,CAAC;IACjC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,9 +0,0 @@
1
- import { Content } from './Content';
2
- /** Step */
3
- export interface Step {
4
- /** Content of the step */
5
- content: Content[];
6
- /** Title of the step */
7
- title: string;
8
- }
9
- //# sourceMappingURL=Step.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Step.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/stack/Step.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAEtD,WAAW;AACX,MAAM,WAAW,IAAI;IACnB,0BAA0B;IAC1B,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,wBAAwB;IACxB,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- export * from './Content';
2
- export * from './InstructionGuide';
3
- export * from './Section';
4
- export * from './Stack';
5
- export * from './Step';
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/stack/index.ts"],"names":[],"mappings":"AACA,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC"}
@@ -1,5 +0,0 @@
1
- export * from './Content.js';
2
- export * from './InstructionGuide.js';
3
- export * from './Section.js';
4
- export * from './Stack.js';
5
- export * from './Step.js';
@@ -1,10 +0,0 @@
1
- /** A structure describing properties customizables about this dedicated installation template */
2
- export interface TemplateOsProperties {
3
- /** Set up the server using the provided hostname instead of the default hostname */
4
- customHostname?: string;
5
- /** Indicate the URL where your postinstall customisation script is located */
6
- postInstallationScriptLink?: string;
7
- /** indicate the string returned by your postinstall customisation script on successful execution. Advice: your script should return a unique validation string in case of succes. A good example is "loh1Xee7eo OK OK OK UGh8Ang1Gu */
8
- postInstallationScriptReturn?: string;
9
- }
10
- //# sourceMappingURL=TemplateOsProperties.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TemplateOsProperties.d.ts","sourceRoot":"","sources":["../../generated/types/dedicated/TemplateOsProperties.ts"],"names":[],"mappings":"AAAA,iGAAiG;AACjG,MAAM,WAAW,oBAAoB;IACnC,oFAAoF;IACpF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8EAA8E;IAC9E,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,uOAAuO;IACvO,4BAA4B,CAAC,EAAE,MAAM,CAAC;CACvC"}
@@ -1 +0,0 @@
1
- export {};