@daocloud-proto/kangaroo 0.4.4 → 0.5.0

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.
@@ -141,6 +141,7 @@ export type CacheMcamelModeSpec = {
141
141
  name?: string
142
142
  namespace?: string
143
143
  cluster?: string
144
+ workspace?: string
144
145
  type?: KangarooIoApiHarborV1alpha1Redis.RedisInstanceType
145
146
  }
146
147
 
@@ -390,11 +390,11 @@ export type GetPushCommandRequest = {
390
390
  workspace?: string
391
391
  registry?: string
392
392
  project?: string
393
- expired?: number
393
+ expired?: string
394
394
  }
395
395
 
396
396
  export type GetPushCommandResponse = {
397
397
  cmd?: string
398
- expired?: number
398
+ expired?: string
399
399
  expiredAt?: string
400
400
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.4.4",
3
+ "version":"0.5.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {