@daocloud-proto/ghippo 0.26.0 → 0.27.0-dev1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/ghippo",
3
- "version":"0.26.0",
3
+ "version":"0.27.0-dev1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -80,6 +80,8 @@ export type GProductLicenseInfo = {
80
80
  expiredAt?: string
81
81
  usedNode?: string
82
82
  maxNode?: string
83
+ physicalUsedGpu?: string
84
+ physicalMaxGpu?: string
83
85
  }
84
86
 
85
87
  export class GProductLicenses {