tencentcloud-sdk-nodejs-wedata 4.1.199 → 4.1.201

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-wedata",
3
- "version": "4.1.199",
3
+ "version": "4.1.201",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6982,6 +6982,10 @@ export interface BatchDeleteOpsTasksRequest {
6982
6982
  * 项目Id
6983
6983
  */
6984
6984
  ProjectId: string;
6985
+ /**
6986
+ * 删除任务时是否删除脚本文件
6987
+ */
6988
+ DeleteScript?: boolean;
6985
6989
  }
6986
6990
  /**
6987
6991
  * GetCosToken请求参数结构体