@longvansoftware/service-js-client 1.11.2 → 1.11.3

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.
@@ -518,6 +518,23 @@ exports.GET_RESOUCE_POOL_BY_SERVICE = (0, graphql_tag_1.gql) `
518
518
  name
519
519
  status
520
520
  platform
521
+ cpu {
522
+ size
523
+ used
524
+ unit
525
+ }
526
+ ram {
527
+ size
528
+ used
529
+ unit
530
+ }
531
+ disks {
532
+ index
533
+ storageId
534
+ size
535
+ used
536
+ unit
537
+ }
521
538
  }
522
539
  }
523
540
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [