@daocloud-proto/ghippo 0.8.1 → 0.8.2

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.8.1",
3
+ "version":"0.8.2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -19,10 +19,10 @@ export enum TimeType {
19
19
  }
20
20
 
21
21
  export type ListAuditRequest = {
22
- source?: string
23
- type?: string
22
+ sourceType?: string
23
+ sourceName?: string
24
24
  status?: StatusType
25
- search?: string
25
+ searchUser?: string
26
26
  start?: string
27
27
  end?: string
28
28
  page?: number
@@ -37,7 +37,6 @@ export type ListAuditResponse = {
37
37
  export type AuditInfo = {
38
38
  id?: number
39
39
  auditName?: string
40
- source?: string
41
40
  resourceType?: string
42
41
  resourceName?: string
43
42
  status?: StatusType