tencentcloud-sdk-nodejs-teo 4.1.54 → 4.1.55

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-teo",
3
- "version": "4.1.54",
3
+ "version": "4.1.55",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3313,7 +3313,7 @@ export interface LoadBalancer {
3313
3313
  */
3314
3314
  Status?: string;
3315
3315
  /**
3316
- * 该负载均衡实例绑的定四层层代理实例的列表。
3316
+ * 该负载均衡实例绑的四层代理实例的列表。
3317
3317
  */
3318
3318
  L4UsedList?: Array<string>;
3319
3319
  /**