tencentcloud-sdk-nodejs-tcss 4.1.138 → 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
|
@@ -3685,7 +3685,7 @@ export interface DescribeAssetImageRegistryVulListExportRequest {
|
|
|
3685
3685
|
*/
|
|
3686
3686
|
ImageInfo?: ImageInfo;
|
|
3687
3687
|
/**
|
|
3688
|
-
*
|
|
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
|
-
*
|
|
13600
|
+
* 镜像唯一ID,可通过DescribeAssetImageRegistryList接口获取
|
|
13601
13601
|
*/
|
|
13602
13602
|
Id?: number;
|
|
13603
13603
|
}
|