@daocloud-proto/ghippo 0.10.5 → 0.10.6-temp

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.10.5",
3
+ "version":"0.10.6-temp",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -19,6 +19,7 @@ export type ListAuditRequest = {
19
19
  searchUser?: string
20
20
  start?: string
21
21
  end?: string
22
+ timeZone?: string
22
23
  page?: number
23
24
  pageSize?: number
24
25
  }
@@ -58,6 +59,7 @@ export type ClearAuditRequest = {
58
59
  isKube?: boolean
59
60
  isAuto?: boolean
60
61
  days?: number
62
+ timeZone?: string
61
63
  }
62
64
 
63
65
  export type ClearAuditResponse = {