tencentcloud-sdk-nodejs-tcss 4.1.159 → 4.1.168

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.159",
3
+ "version": "4.1.168",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5667,6 +5667,10 @@ export interface CreateAssetImageRegistryScanTaskOneKeyRequest {
5667
5667
  * 扫描的镜像列表Id
5668
5668
  */
5669
5669
  Id?: Array<number | bigint>;
5670
+ /**
5671
+ * 剔除扫描的镜像id列表
5672
+ */
5673
+ ExcludeIDs?: Array<number | bigint>;
5670
5674
  /**
5671
5675
  * 是否最新镜像
5672
5676
  */