@scaleway/sdk-dedibox 1.1.0 → 1.2.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.
@@ -1100,6 +1100,7 @@ const unmarshalServerSummary = (data) => {
1100
1100
  data.interfaces,
1101
1101
  unmarshalNetworkInterface
1102
1102
  ),
1103
+ isHds: data.is_hds,
1103
1104
  isOutsourced: data.is_outsourced,
1104
1105
  level: data.level ? unmarshalServiceLevel(data.level) : void 0,
1105
1106
  offerId: data.offer_id,
@@ -1098,6 +1098,7 @@ const unmarshalServerSummary = (data) => {
1098
1098
  data.interfaces,
1099
1099
  unmarshalNetworkInterface
1100
1100
  ),
1101
+ isHds: data.is_hds,
1101
1102
  isOutsourced: data.is_outsourced,
1102
1103
  level: data.level ? unmarshalServiceLevel(data.level) : void 0,
1103
1104
  offerId: data.offer_id,
@@ -1149,6 +1149,10 @@ export interface ServerSummary {
1149
1149
  * Supported RPN version.
1150
1150
  */
1151
1151
  rpnVersion?: number;
1152
+ /**
1153
+ * Whether or not the server is HDS.
1154
+ */
1155
+ isHds: boolean;
1152
1156
  }
1153
1157
  export interface CPU {
1154
1158
  /**
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@scaleway/sdk-dedibox",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Scaleway SDK dedibox",
5
- "types": "dist/index.d.ts",
5
+ "license": "Apache-2.0",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
@@ -30,13 +30,13 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@scaleway/random-name": "5.1.1",
33
- "@scaleway/sdk-std": "1.0.3"
33
+ "@scaleway/sdk-std": "1.0.4"
34
34
  },
35
35
  "peerDependencies": {
36
- "@scaleway/sdk-client": "^1.2.2"
36
+ "@scaleway/sdk-client": "^1.2.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@scaleway/sdk-client": "^1.2.2"
39
+ "@scaleway/sdk-client": "^1.2.3"
40
40
  },
41
41
  "scripts": {
42
42
  "package:check": "pnpm publint",