tencentcloud-sdk-nodejs-tcss 4.1.225 → 4.1.228

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.225",
3
+ "version": "4.1.228",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4260,11 +4260,11 @@ export interface DescribeAbnormalProcessRulesRequest {
4260
4260
  */
4261
4261
  export interface DescribeAssetImageRegistryListResponse {
4262
4262
  /**
4263
- * 镜像仓库列表
4263
+ * <p>镜像仓库列表</p>
4264
4264
  */
4265
4265
  List?: Array<ImageRepoInfo>;
4266
4266
  /**
4267
- * 总数量
4267
+ * <p>总数量</p>
4268
4268
  */
4269
4269
  TotalCount?: number;
4270
4270
  /**
@@ -8063,32 +8063,31 @@ export interface CreateComplianceTaskResponse {
8063
8063
  */
8064
8064
  export interface DescribeAssetImageRegistryListRequest {
8065
8065
  /**
8066
- * 需要返回的数量,默认为10,最大值为100
8066
+ * <p>需要返回的数量,默认为10,最大值为100</p>
8067
8067
  */
8068
8068
  Limit?: number;
8069
8069
  /**
8070
- * 偏移量,默认为0
8070
+ * <p>偏移量,默认为0</p>
8071
8071
  */
8072
8072
  Offset?: number;
8073
8073
  /**
8074
- * 过滤字段
8075
- IsAuthorized是否授权,取值全部all,未授权0,已授权1
8074
+ * <p>过滤字段<br>IsAuthorized是否授权,取值全部all,未授权0,已授权1</p>
8076
8075
  */
8077
8076
  Filters?: Array<AssetFilters>;
8078
8077
  /**
8079
- * 排序字段
8078
+ * <p>排序字段</p>
8080
8079
  */
8081
8080
  By?: string;
8082
8081
  /**
8083
- * 排序方式,asc,desc
8082
+ * <p>排序方式,asc,desc</p>
8084
8083
  */
8085
8084
  Order?: string;
8086
8085
  /**
8087
- * 是否仅展示各repository最新的镜像, 默认为false
8086
+ * <p>是否仅展示各repository最新的镜像, 默认为false</p>
8088
8087
  */
8089
8088
  OnlyShowLatest?: boolean;
8090
8089
  /**
8091
- * 是否仅展示运行中容器镜像
8090
+ * <p>是否仅展示运行中容器镜像</p>
8092
8091
  */
8093
8092
  IsRunning?: boolean;
8094
8093
  }