tencentcloud-sdk-nodejs-lke 4.1.28 → 4.1.30

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-lke",
3
- "version": "4.1.28",
3
+ "version": "4.1.30",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5692,6 +5692,7 @@ export interface GetWsTokenRequest {
5692
5692
  BotAppKey?: string;
5693
5693
  /**
5694
5694
  * 访客ID(外部输入,建议唯一,标识当前接入会话的用户)
5695
+ 长度限制: string(64)
5695
5696
  */
5696
5697
  VisitorBizId?: string;
5697
5698
  /**