@longvansoftware/service-js-client 1.10.1 → 1.10.2

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.
@@ -35,6 +35,15 @@ exports.COMPUTING_DETAIL = (0, graphql_tag_1.gql) `
35
35
  baremetalId
36
36
  platform
37
37
  description
38
+ cpu
39
+ cpuUnit
40
+ ram
41
+ ramUnit
42
+ disks {
43
+ index
44
+ size
45
+ unit
46
+ }
38
47
  }
39
48
  }
40
49
  `;
@@ -241,6 +250,15 @@ exports.GET_COMPUTINGS = (0, graphql_tag_1.gql) `
241
250
  baremetalId
242
251
  platform
243
252
  description
253
+ cpu
254
+ cpuUnit
255
+ ram
256
+ ramUnit
257
+ disks {
258
+ index
259
+ size
260
+ unit
261
+ }
244
262
  }
245
263
  }
246
264
  `;
@@ -330,6 +348,15 @@ exports.GET_COMPUTING_BY_CLUSTER = (0, graphql_tag_1.gql) `
330
348
  baremetalId
331
349
  platform
332
350
  description
351
+ cpu
352
+ cpuUnit
353
+ ram
354
+ ramUnit
355
+ disks {
356
+ index
357
+ size
358
+ unit
359
+ }
333
360
  }
334
361
  }
335
362
  `;
@@ -366,6 +393,15 @@ exports.GET_COMPUTING_BY_SERVICE = (0, graphql_tag_1.gql) `
366
393
  baremetalId
367
394
  platform
368
395
  description
396
+ cpu
397
+ cpuUnit
398
+ ram
399
+ ramUnit
400
+ disks {
401
+ index
402
+ size
403
+ unit
404
+ }
369
405
  }
370
406
  }
371
407
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [