tencentcloud-sdk-nodejs-batch 4.1.37 → 4.1.39

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": "tencentcloud-sdk-nodejs-batch",
3
- "version": "4.1.37",
3
+ "version": "4.1.39",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -127,7 +127,7 @@ export interface DescribeTaskLogsRequest {
127
127
  */
128
128
  Offset?: number;
129
129
  /**
130
- * 最大任务实例数, 最大值为10.
130
+ * 最大任务实例数;默认值为5, 最大值为10
131
131
  */
132
132
  Limit?: number;
133
133
  }