@daocloud-proto/skoala 0.35.2-2 → 0.35.2-4

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.
@@ -15,6 +15,13 @@ type OneOf<T> =
15
15
  : never)
16
16
  : never);
17
17
 
18
+ export enum LogType {
19
+ ALL_LOG = "ALL_LOG",
20
+ ACCESS_LOG = "ACCESS_LOG",
21
+ DEBUG_LOG = "DEBUG_LOG",
22
+ }
23
+
24
+
18
25
  type BaseSearchLogReq = {
19
26
  workspaceId?: string
20
27
  gatewayName?: string
@@ -28,6 +35,7 @@ type BaseSearchLogReq = {
28
35
  endTime?: string
29
36
  sortOrder?: SortOrder
30
37
  apiName?: string
38
+ logType?: LogType
31
39
  page?: number
32
40
  pageSize?: number
33
41
  }
@@ -76,4 +84,5 @@ export type LogResult = {
76
84
  responseEndTime?: string
77
85
  json?: string
78
86
  apiName?: string
87
+ logType?: LogType
79
88
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.35.2-2",
3
+ "version": "0.35.2-4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {