tencentcloud-sdk-lke 3.0.1044 → 3.0.1046
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231130/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49dd1475219139a62d8bbe25202930ef4d203125
|
4
|
+
data.tar.gz: a4b7f6356453038bb04ecc68c770d4caa8811eae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1792c64697ddcf5902012441ec430d0e170efe6cafc1387b3649172b323c2939271b1d1ed897aa2c9c8d55694b8ebd29148f5f7522ac78890f2cf5a13661c203
|
7
|
+
data.tar.gz: 04b7cc832d9adb70afc2faea1f99d4ab90e57ee3987b410bf3862b4316dc6fbef698defb34821f4b8ec16b668dbf8bba60cb6e45d6a72fff755e7bb30ccce86c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1046
|
data/lib/v20231130/models.rb
CHANGED
@@ -4605,9 +4605,9 @@ module TencentCloud
|
|
4605
4605
|
|
4606
4606
|
# GetWsToken请求参数结构体
|
4607
4607
|
class GetWsTokenRequest < TencentCloud::Common::AbstractModel
|
4608
|
-
# @param Type:
|
4608
|
+
# @param Type: 接入类型, 5-API 访客
|
4609
4609
|
# @type Type: Integer
|
4610
|
-
# @param BotAppKey:
|
4610
|
+
# @param BotAppKey: 应用AppKey </br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
|
4611
4611
|
# @type BotAppKey: String
|
4612
4612
|
# @param VisitorBizId: 访客ID(外部输入,建议唯一,标识当前接入会话的用户)
|
4613
4613
|
# @type VisitorBizId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1046
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|