@longvansoftware/service-js-client 1.11.3 → 1.11.5

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.
@@ -278,6 +278,7 @@ exports.GET_WHOIS_DOMAIN_INFO = (0, graphql_tag_1.gql) `
278
278
  registrarViUrl
279
279
  renewalDeadline
280
280
  status
281
+ registrarName
281
282
  }
282
283
  }
283
284
  `;
@@ -41,7 +41,9 @@ exports.COMPUTING_DETAIL = (0, graphql_tag_1.gql) `
41
41
  ramUnit
42
42
  disks {
43
43
  index
44
+ storageId
44
45
  size
46
+ used
45
47
  unit
46
48
  }
47
49
  }
@@ -256,7 +258,9 @@ exports.GET_COMPUTINGS = (0, graphql_tag_1.gql) `
256
258
  ramUnit
257
259
  disks {
258
260
  index
261
+ storageId
259
262
  size
263
+ used
260
264
  unit
261
265
  }
262
266
  }
@@ -354,7 +358,9 @@ exports.GET_COMPUTING_BY_CLUSTER = (0, graphql_tag_1.gql) `
354
358
  ramUnit
355
359
  disks {
356
360
  index
361
+ storageId
357
362
  size
363
+ used
358
364
  unit
359
365
  }
360
366
  }
@@ -399,7 +405,9 @@ exports.GET_COMPUTING_BY_SERVICE = (0, graphql_tag_1.gql) `
399
405
  ramUnit
400
406
  disks {
401
407
  index
408
+ storageId
402
409
  size
410
+ used
403
411
  unit
404
412
  }
405
413
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.11.3",
3
+ "version": "1.11.5",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [