tencentcloud-sdk-nodejs-tcb 4.1.19 → 4.1.37

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-tcb",
3
- "version": "4.1.19",
3
+ "version": "4.1.37",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1344,7 +1344,7 @@ export interface DescribeCloudBaseRunServerVersionResponse {
1344
1344
  */
1345
1345
  Remark?: string;
1346
1346
  /**
1347
- * Dockefile的路径
1347
+ * Dockerfile的路径
1348
1348
  */
1349
1349
  DockerfilePath?: string;
1350
1350
  /**
@@ -2111,6 +2111,14 @@ export interface DescribeEnvsRequest {
2111
2111
  * 渠道列表,代表可见或不可见渠道由IsVisible参数指定
2112
2112
  */
2113
2113
  Channels?: Array<string>;
2114
+ /**
2115
+ * 分页参数,单页限制个数
2116
+ */
2117
+ Limit?: number;
2118
+ /**
2119
+ * 分页参数,偏移量
2120
+ */
2121
+ Offset?: number;
2114
2122
  }
2115
2123
  /**
2116
2124
  * 版本流量占比
@@ -4320,7 +4328,7 @@ export interface DescribeCbrServerVersionResponse {
4320
4328
  */
4321
4329
  Remark?: string;
4322
4330
  /**
4323
- * Dockefile的路径
4331
+ * Dockerfile的路径
4324
4332
  */
4325
4333
  DockerfilePath?: string;
4326
4334
  /**