tencentcloud-sdk-nodejs-lke 4.1.22 → 4.1.24

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.22",
3
+ "version": "4.1.24",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5661,11 +5661,11 @@ export interface GenerateQARequest {
5661
5661
  */
5662
5662
  export interface GetWsTokenRequest {
5663
5663
  /**
5664
- * 接入类型,当前请填写5
5664
+ * 接入类型, 5-API 访客
5665
5665
  */
5666
5666
  Type: number;
5667
5667
  /**
5668
- * 当Type=5时,必填;应用AppKey(应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取)
5668
+ * 应用AppKey </br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
5669
5669
  */
5670
5670
  BotAppKey?: string;
5671
5671
  /**