tencentcloud-sdk-nodejs-tcss 4.1.139 → 4.1.144

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-tcss",
3
- "version": "4.1.139",
3
+ "version": "4.1.144",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3685,7 +3685,7 @@ export interface DescribeAssetImageRegistryVulListExportRequest {
3685
3685
  */
3686
3686
  ImageInfo?: ImageInfo;
3687
3687
  /**
3688
- * 必填参数,镜像唯一ID,可通过DescribeAssetImageRegistryList接口获取
3688
+ * 镜像唯一ID,可通过DescribeAssetImageRegistryList接口获取
3689
3689
  */
3690
3690
  Id?: number;
3691
3691
  }
@@ -13597,7 +13597,7 @@ export interface DescribeAssetImageRegistryVulListRequest {
13597
13597
  */
13598
13598
  ImageInfo?: ImageInfo;
13599
13599
  /**
13600
- * 必填参数,镜像唯一ID,可通过DescribeAssetImageRegistryList接口获取
13600
+ * 镜像唯一ID,可通过DescribeAssetImageRegistryList接口获取
13601
13601
  */
13602
13602
  Id?: number;
13603
13603
  }