tencentcloud-sdk-nodejs-ioa 4.1.203 → 4.1.220

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-ioa",
3
- "version": "4.1.203",
3
+ "version": "4.1.220",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1656,7 +1656,7 @@ export interface DescribeDLPFileDetectResultRequest {
1656
1656
  */
1657
1657
  DomainInstanceId?: string;
1658
1658
  /**
1659
- * 查询ID,即提交送检任务接口(CreateDLPFileDetectionTask)返回的任务ID(DLPFileDetectionTaskID
1659
+ * <p>查询ID,即提交送检任务接口(CreateDLPFileDetectionTask)返回的任务ID(DLPFileDetectionTaskID)</p>
1660
1660
  */
1661
1661
  QueryID?: string;
1662
1662
  }
@@ -2732,7 +2732,7 @@ export interface DescribeDeviceChildGroupsResponse {
2732
2732
  */
2733
2733
  export interface DescribeDLPFileDetectResultResponse {
2734
2734
  /**
2735
- * 文件鉴定任务结果数据。详情查看具体数据结构
2735
+ * <p>文件鉴定任务结果数据。详情查看具体数据结构</p>
2736
2736
  */
2737
2737
  Data?: DescribeDLPFileDetectResultData;
2738
2738
  /**