tencentcloud-sdk-lke 3.0.983 → 3.0.984

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5d946fa2b9d62b0aa5ab66cfd294f03da3f75f5
4
- data.tar.gz: c4fcd083a7bb6cd01c5310f26d16f13699c6a921
3
+ metadata.gz: 268b1a2bb6e323fb5bb13fdf78e4b742d5ab1581
4
+ data.tar.gz: d051008f2e9bc0d6c0f42efacdf03c3689364846
5
5
  SHA512:
6
- metadata.gz: 99ae45c7be91bd612bf0653dcccc864b3bacaa3d197cd7e8066f63e0d7bd09a8884fe412208bad31955a7a5800d832c9dae5e0d3b209601bb724b64a1b7cda0c
7
- data.tar.gz: bdaf591c79cf29069b689e31e9d5f005670c357f87838462de4f7edacfc1ceb030227cf8a0aee34c54dbd55fbb0d9bf7cecd611017c74e88736e80df5ea85baf
6
+ metadata.gz: ff3bd44781c6ce304f3f1ad60279e7bb0fce89f258797f05a2f78d658ac9387b93024afb9902525c587a2cdbe4fbf4e54abbcd939b52ebdbdc3bcfd4d5a41040
7
+ data.tar.gz: a6486c3db24ef75e3df95bdb8163075a17c16455bae1567f5bd6b1b6344bb7a26de1b9f5a40ee8967af2c2578fc8a058cbfe19e07ebc9585e6f4f3336c7b32de
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.983
1
+ 3.0.984
@@ -1272,8 +1272,7 @@ module TencentCloud
1272
1272
  # @param Question: 拒答问题
1273
1273
 
1274
1274
  # @type Question: String
1275
- # @param BusinessSource: 拒答问题来源的数据源唯一id,取值1,2
1276
-
1275
+ # @param BusinessSource: 拒答问题来源的数据源唯一id, - 拒答来源于不满意回复 2 - 拒答来源于手动添加
1277
1276
  # @type BusinessSource: Integer
1278
1277
  # @param BusinessId: 拒答问题来源的数据源唯一id
1279
1278
 
@@ -2520,7 +2519,7 @@ module TencentCloud
2520
2519
 
2521
2520
  # DescribeReleaseInfo请求参数结构体
2522
2521
  class DescribeReleaseInfoRequest < TencentCloud::Common::AbstractModel
2523
- # @param BotBizId: 机器人ID
2522
+ # @param BotBizId: 应用ID
2524
2523
  # @type BotBizId: String
2525
2524
 
2526
2525
  attr_accessor :BotBizId
@@ -2538,9 +2537,9 @@ module TencentCloud
2538
2537
  class DescribeReleaseInfoResponse < TencentCloud::Common::AbstractModel
2539
2538
  # @param LastTime: 最后发布时间
2540
2539
  # @type LastTime: String
2541
- # @param Status: 发布状态
2540
+ # @param Status: 发布状态 , 1-待发布 , 2-发布中 , 3-发布成功 , 4-发布失败 , 5-审核中 , 6-审核成功 , 7-审核失败 , 8-发布成功回调处理中 , 9-发布暂停 , 10-申诉审核中 , 11-申诉审核通过 , 12-申诉审核不通过
2542
2541
  # @type Status: Integer
2543
- # @param IsUpdated: 是否编辑过
2542
+ # @param IsUpdated: 是否编辑过, 当为true的时候表示可以发布
2544
2543
  # @type IsUpdated: Boolean
2545
2544
  # @param Msg: 失败原因
2546
2545
  # @type Msg: 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.983
4
+ version: 3.0.984
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-01-15 00:00:00.000000000 Z
11
+ date: 2025-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common