tencentcloud-sdk-lke 3.0.890 → 3.0.891
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: 25870c9ebaece2e75c17de4049e8d1d64ddaeb62
|
4
|
+
data.tar.gz: 3ec497defd742ca63f550389a68bacc4abc620b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 281e9f131657e50c775261023b1e1919c2c36dc637f4f9b9be43018840b8935562f057f937e12ef0a6a05e456505e98e39d29fa370fcefc3afbee43812abe1db
|
7
|
+
data.tar.gz: 46d32df683a0f2d34dd62d75aff0b8146f557de0bdb11ffb7d729e7fd831f07fb7377c7782a946940dc26ad750af377d04bb6a2185c2f2b260d6ef8a6fe798da
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.891
|
data/lib/v20231130/models.rb
CHANGED
@@ -4150,7 +4150,7 @@ module TencentCloud
|
|
4150
4150
|
|
4151
4151
|
# ListDoc请求参数结构体
|
4152
4152
|
class ListDocRequest < TencentCloud::Common::AbstractModel
|
4153
|
-
# @param BotBizId:
|
4153
|
+
# @param BotBizId: 应用ID
|
4154
4154
|
# @type BotBizId: String
|
4155
4155
|
# @param PageNumber: 页码
|
4156
4156
|
# @type PageNumber: Integer
|
@@ -4158,7 +4158,7 @@ module TencentCloud
|
|
4158
4158
|
# @type PageSize: Integer
|
4159
4159
|
# @param Query: 查询内容
|
4160
4160
|
# @type Query: String
|
4161
|
-
# @param Status: 文档状态: 7
|
4161
|
+
# @param Status: 文档状态: 1-未生成 2-生成中 3-生成成功 4-生成失败 5-删除中 6-删除成功 7-审核中 8-审核失败 9-审核成功 10-待发布 11-发布中 12-已发布 13-学习中 14-学习失败 15-更新中 16-更新失败 17-解析中 18-解析失败 19-导入失败 20-已过期 21-超量失效 22-超量失效恢复
|
4162
4162
|
# @type Status: Array
|
4163
4163
|
|
4164
4164
|
attr_accessor :BotBizId, :PageNumber, :PageSize, :Query, :Status
|
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.891
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|