@daocloud-proto/insight 0.41.1 → 0.41.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.
@@ -146,6 +146,7 @@ export type DownloadLogRequest = {
146
146
  fields?: LogField[]
147
147
  maxLines?: number
148
148
  sorts?: string[]
149
+ timeZone?: string
149
150
  }
150
151
 
151
152
  export type DownloadLogResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/insight",
3
- "version":"0.41.1",
3
+ "version":"0.41.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {