ksyun-sdk-node 1.5.32 → 1.5.34

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.
@@ -222,8 +222,8 @@ module.exports = class Client extends BaseClient {
222
222
  ProjectName: "String",
223
223
  LogPoolName: "String",
224
224
  LogPoolId: "String",
225
- From: "Int",
226
- To: "Int",
225
+ From: "Long",
226
+ To: "Long",
227
227
  Query: "String",
228
228
  Offset: "Int",
229
229
  Size: "Int",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksyun-sdk-node",
3
- "version": "1.5.32",
3
+ "version": "1.5.34",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -215,8 +215,8 @@ module.exports = class Client extends BaseClient {
215
215
  ProjectName: "String",
216
216
  LogPoolName: "String",
217
217
  LogPoolId: "String",
218
- From: "Int",
219
- To: "Int",
218
+ From: "Long",
219
+ To: "Long",
220
220
  Query: "String",
221
221
  Offset: "Int",
222
222
  Size: "Int",