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: "
|
|
226
|
-
To: "
|
|
225
|
+
From: "Long",
|
|
226
|
+
To: "Long",
|
|
227
227
|
Query: "String",
|
|
228
228
|
Offset: "Int",
|
|
229
229
|
Size: "Int",
|
package/package.json
CHANGED
|
@@ -215,8 +215,8 @@ module.exports = class Client extends BaseClient {
|
|
|
215
215
|
ProjectName: "String",
|
|
216
216
|
LogPoolName: "String",
|
|
217
217
|
LogPoolId: "String",
|
|
218
|
-
From: "
|
|
219
|
-
To: "
|
|
218
|
+
From: "Long",
|
|
219
|
+
To: "Long",
|
|
220
220
|
Query: "String",
|
|
221
221
|
Offset: "Int",
|
|
222
222
|
Size: "Int",
|