@daocloud-proto/ghippo 0.18.0-dev-4 → 0.18.0-dev-6

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.18.0-dev-4",
3
+ "version":"0.18.0-dev-6",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -18,6 +18,7 @@ export type GProduct = {
18
18
  url?: string
19
19
  uiAssetsUrl?: string
20
20
  needImportLicense?: boolean
21
+ needUpdateExpiredLicense?: boolean
21
22
  }
22
23
 
23
24
  export class GProducts {
@@ -54,7 +54,8 @@ export type GetGProductLicensesOverQuotaRequest = {
54
54
  }
55
55
 
56
56
  export type GetGProductLicensesOverQuotaResponse = {
57
- licenses?: GProductLicense[]
57
+ expireSoonLicenses?: GProductLicense[]
58
+ expiredLicenses?: GProductLicense[]
58
59
  }
59
60
 
60
61
  export type GProductLicense = {