tencentcloud-sdk-lowcode 3.0.1022 → 3.0.1023
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/v20210108/models.rb +0 -1
- 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: 369812f5a4b462308dcbdf2e34e3ec111f760808
|
4
|
+
data.tar.gz: 0b376bd1f7410f7cd0ed6f46ce0e48e280f3c91c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76fb77989c933b7abfedcea2d02c841dbd6eac067a28b5c9772b31460543260398dabf9e24ca1b879a03abaa8be5d5694a2750bfd2ddd2c7d9917ebaea9cd106
|
7
|
+
data.tar.gz: 45ece9a4688dc3921c1aa42e1c04fced5550e3959c662612a1a8d395f24ec4c1bab9e329eedcb6421a82bd933a77f15ec6ca9dc2769ce016f27baf874949065c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1023
|
data/lib/v20210108/models.rb
CHANGED
@@ -756,7 +756,6 @@ module TencentCloud
|
|
756
756
|
# DescribeKnowledgeSetList返回参数结构体
|
757
757
|
class DescribeKnowledgeSetListResponse < TencentCloud::Common::AbstractModel
|
758
758
|
# @param Data: 知识库列表
|
759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
760
759
|
# @type Data: :class:`Tencentcloud::Lowcode.v20210108.models.KnowledgeSetRsp`
|
761
760
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
762
761
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lowcode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1023
|
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-03-
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|