@devopness/sdk-js 2.163.6 → 2.164.0

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.
@@ -19,6 +19,12 @@ import { ActionTargetData } from './action-target-data';
19
19
  * @interface ActionTarget
20
20
  */
21
21
  export interface ActionTarget {
22
+ /**
23
+ * The ID of the action target
24
+ * @type {number}
25
+ * @memberof ActionTarget
26
+ */
27
+ id?: number;
22
28
  /**
23
29
  * The type of the cloud resource on which the action must be performed
24
30
  * @type {string}
@@ -33,6 +33,12 @@ export interface CloudInstanceRelation {
33
33
  * @memberof CloudInstanceRelation
34
34
  */
35
35
  family: string;
36
+ /**
37
+ * The type of CPU used in the cloud server (x86_64 or arm64)
38
+ * @type {string}
39
+ * @memberof CloudInstanceRelation
40
+ */
41
+ architecture: string | null;
36
42
  /**
37
43
  * The default disk size (in GB) used to instance
38
44
  * @type {number}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@devopness/sdk-js",
4
- "version": "2.163.6",
4
+ "version": "2.164.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -52,21 +52,21 @@
52
52
  "homepage": "https://github.com/devopness/devopness#readme",
53
53
  "devDependencies": {
54
54
  "@eslint/js": "^9.26.0",
55
- "@openapitools/openapi-generator-cli": "^2.20.0",
55
+ "@openapitools/openapi-generator-cli": "^2.20.2",
56
56
  "@types/jest": "^29.5.12",
57
- "@typescript-eslint/parser": "^8.31.1",
57
+ "@typescript-eslint/parser": "^8.32.1",
58
58
  "axios-mock-adapter": "^2.1.0",
59
- "eslint": "^9.26.0",
60
- "eslint-import-resolver-typescript": "^4.3.4",
59
+ "eslint": "^9.27.0",
60
+ "eslint-import-resolver-typescript": "^4.3.5",
61
61
  "eslint-plugin-import": "^2.31.0",
62
- "eslint-plugin-n": "^17.17.0",
62
+ "eslint-plugin-n": "^17.18.0",
63
63
  "eslint-plugin-promise": "^7.2.1",
64
64
  "husky": "9.1.7",
65
65
  "jest": "^29.7.0",
66
- "ts-jest": "^29.3.2",
66
+ "ts-jest": "^29.3.4",
67
67
  "typedoc": "^0.28.4",
68
68
  "typescript": "^5.8.3",
69
- "typescript-eslint": "^8.31.1"
69
+ "typescript-eslint": "^8.32.1"
70
70
  },
71
71
  "dependencies": {
72
72
  "@types/parse-link-header": "^2.0.3",