tencentcloud-sdk-nodejs-tcss 4.1.16 → 4.1.27

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.16",
3
+ "version": "4.1.27",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1877,6 +1877,18 @@ export interface CreateVulScanTaskRequest {
1877
1877
  * 仓库镜像重新漏洞扫描时的任务ID
1878
1878
  */
1879
1879
  RegistryTaskID?: number;
1880
+ /**
1881
+ * 本地镜像容器运行中
1882
+ */
1883
+ LocalImageContainerRunning?: boolean;
1884
+ /**
1885
+ * 仓库镜像容器运行中
1886
+ */
1887
+ RegistryImageContainerRunning?: boolean;
1888
+ /**
1889
+ * 仓库镜像是否是最新
1890
+ */
1891
+ IsLatest?: boolean;
1880
1892
  }
1881
1893
  /**
1882
1894
  * 表示K8S资产专属的详情。