@longvansoftware/service-js-client 1.11.1 → 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.
@@ -230,7 +230,7 @@ exports.CREATE_COMPUTING_FOR_DC = (0, graphql_tag_1.gql) `
230
230
  $ram: RamInput!
231
231
  $resourcePoolId: String!
232
232
  $disks: [DiskInput!]!
233
- $createBy: createBy
233
+ $createBy: String!
234
234
  ) {
235
235
  createComputingForDC(
236
236
  createComputingInputForDC: {
@@ -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.1",
3
+ "version": "1.11.3",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [