tencentcloud-sdk-nodejs-ssl 4.1.44 → 4.1.48

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-ssl",
3
- "version": "4.1.44",
3
+ "version": "4.1.48",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2184,6 +2184,10 @@ export interface ClbInstanceDetail {
2184
2184
  * CLB监听器列表
2185
2185
  */
2186
2186
  Listeners?: Array<ClbListener>;
2187
+ /**
2188
+ * 负载均衡类型,0 传统型负载均衡; 1 应用型负载均衡
2189
+ */
2190
+ Forward?: number;
2187
2191
  }
2188
2192
  /**
2189
2193
  * 更新异步任务进度