tencentcloud-sdk-tbaas 3.0.491 → 3.0.492

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: bebeb946e3b25f3daa8a550daa66d9191e076ff8
4
- data.tar.gz: 31a8904d5bf380cef4ec01be5d108b429f6ecfe7
3
+ metadata.gz: 0fb32f1d803e623a90bbaebe375b6eebe758dd95
4
+ data.tar.gz: 718febeab2bd24ca72f8fe15f8e3bcb2ceb3c34f
5
5
  SHA512:
6
- metadata.gz: e285abeff3ee38109730439cab867dea372e8b2041369bec2e13692cdaaa78e6b6b23d3ed322df93824dff09c2648d23015174347c8eb738b297423b2ff58884
7
- data.tar.gz: 80672cc6f3686b122cffd620a0959e55dd77d0fe020f666a3dd1f6a3a440a8bc9c231c3db9b74de45d1f4d9f7d349e93867d317c5344b887c30c2c41f50fc9c3
6
+ metadata.gz: b521757cf1c84f40965b2e6d2f662d4316eb18ee6afb5cd076a3ba2b292f76468ebb8e734a9ce6ce9c18722359a2a83176af04dfe66fcc628e18fad42c6a0131
7
+ data.tar.gz: 82ecf73e71f0d789537b16607900c486254b7aed4adef29d0702286e02ec90efc3c0ae078a6b20f8e7580a9554d831780789beeda459a99ab7c7559a76b6e933
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.491
1
+ 3.0.492
@@ -1936,7 +1936,7 @@ module TencentCloud
1936
1936
  class InvokeChainMakerContractRequest < TencentCloud::Common::AbstractModel
1937
1937
  # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
1938
1938
  # @type ClusterId: String
1939
- # @param ChainId: 业务链编号,可在业务链列表中获取
1939
+ # @param ChainId: 业务链ID,可在网络概览页获取
1940
1940
  # @type ChainId: String
1941
1941
  # @param ContractName: 合约名称,可在合约管理中获取
1942
1942
  # @type ContractName: String
@@ -1996,7 +1996,7 @@ module TencentCloud
1996
1996
  class InvokeChainMakerDemoContractRequest < TencentCloud::Common::AbstractModel
1997
1997
  # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
1998
1998
  # @type ClusterId: String
1999
- # @param ChainId: 业务链编号,可在业务链列表中获取
1999
+ # @param ChainId: 业务链ID,可在网络概览页获取
2000
2000
  # @type ChainId: String
2001
2001
  # @param ContractName: 合约名称,可在合约管理中获取
2002
2002
  # @type ContractName: String
@@ -2195,7 +2195,7 @@ module TencentCloud
2195
2195
  class QueryChainMakerBlockTransactionRequest < TencentCloud::Common::AbstractModel
2196
2196
  # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
2197
2197
  # @type ClusterId: String
2198
- # @param ChainId: 业务链编号,可在业务链列表中获取
2198
+ # @param ChainId: 业务链ID,可在网络概览页获取
2199
2199
  # @type ChainId: String
2200
2200
  # @param BlockHeight: 区块高度
2201
2201
  # @type BlockHeight: Integer
@@ -2260,7 +2260,7 @@ module TencentCloud
2260
2260
  class QueryChainMakerContractRequest < TencentCloud::Common::AbstractModel
2261
2261
  # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
2262
2262
  # @type ClusterId: String
2263
- # @param ChainId: 业务链编号,可在业务链列表中获取
2263
+ # @param ChainId: 业务链ID,可在网络概览页获取
2264
2264
  # @type ChainId: String
2265
2265
  # @param ContractName: 合约名称,可在合约管理中获取
2266
2266
  # @type ContractName: String
@@ -2316,7 +2316,7 @@ module TencentCloud
2316
2316
  class QueryChainMakerDemoBlockTransactionRequest < TencentCloud::Common::AbstractModel
2317
2317
  # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
2318
2318
  # @type ClusterId: String
2319
- # @param ChainId: 业务链编号,可在业务链列表中获取
2319
+ # @param ChainId: 业务链ID,可在网络概览页获取
2320
2320
  # @type ChainId: String
2321
2321
  # @param BlockHeight: 区块高度
2322
2322
  # @type BlockHeight: Integer
@@ -2381,7 +2381,7 @@ module TencentCloud
2381
2381
  class QueryChainMakerDemoContractRequest < TencentCloud::Common::AbstractModel
2382
2382
  # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
2383
2383
  # @type ClusterId: String
2384
- # @param ChainId: 业务链编号,可在业务链列表中获取
2384
+ # @param ChainId: 业务链ID,可在网络概览页获取
2385
2385
  # @type ChainId: String
2386
2386
  # @param ContractName: 合约名称,可在合约管理中获取
2387
2387
  # @type ContractName: String
@@ -2437,7 +2437,7 @@ module TencentCloud
2437
2437
  class QueryChainMakerDemoTransactionRequest < TencentCloud::Common::AbstractModel
2438
2438
  # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
2439
2439
  # @type ClusterId: String
2440
- # @param ChainId: 业务链编号,可在业务链列表中获取
2440
+ # @param ChainId: 业务链ID,可在网络概览页获取
2441
2441
  # @type ChainId: String
2442
2442
  # @param TxID: 交易ID,通过调用合约的返回值获取
2443
2443
  # @type TxID: String
@@ -2485,7 +2485,7 @@ module TencentCloud
2485
2485
  class QueryChainMakerTransactionRequest < TencentCloud::Common::AbstractModel
2486
2486
  # @param ClusterId: 网络ID,可在区块链网络详情或列表中获取
2487
2487
  # @type ClusterId: String
2488
- # @param ChainId: 业务链编号,可在业务链列表中获取
2488
+ # @param ChainId: 业务链ID,可在网络概览页获取
2489
2489
  # @type ChainId: String
2490
2490
  # @param TxID: 交易ID,通过调用合约的返回值获取
2491
2491
  # @type TxID: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tbaas
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.491
4
+ version: 3.0.492
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-11 00:00:00.000000000 Z
11
+ date: 2023-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common