tencentcloud-sdk-tbaas 3.0.1074 → 3.0.1125

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: c9a29a06b20eb0ea4802f4469aa960922e7e6e14
4
- data.tar.gz: ee367abd18e901d17361f64c21deca42b2b3aae0
3
+ metadata.gz: c1fa0e62cbd88586cf67aa7ec3632c2ee663197f
4
+ data.tar.gz: d822ba269445440e042690de6b7188f51e642e6a
5
5
  SHA512:
6
- metadata.gz: b2e5f55409053d78408dd832acef84896276581dd543ac7796136475338d4b4f0bece6a4a88b15e41b9908990f986f5466b3aad336eb7668549c432ede0afc52
7
- data.tar.gz: 4379d3281a0a6251357f94131a83a69ba1becb67504945fefa5ec0e8cbe46f631f0ec27253aa80f8c06f9ea5c99db0c3e5aa791d7db900609f72f40402a0b8a3
6
+ metadata.gz: c7cb490bfcddf1ca4e40e85d64b9db208cdaf1055c3619d9759f7d20dd5ae14bcaa6fb0c4c5fd0bf646ee73bef5c041dbdc4ba90a20d2a130dfca2e367ce07d0
7
+ data.tar.gz: 106ff2b91ada97220f33c89c252c968b7c69fa86d07b6da275f32f8040790846a8b562cdc2445cfef397a76b03133e482e4e91339831c129b997ab0fc946095f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1125
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -448,8 +448,8 @@ module TencentCloud
448
448
 
449
449
  attr_accessor :CertName, :CertCtx, :Cert, :RequestId
450
450
  extend Gem::Deprecate
451
- deprecate :CertCtx, :none, 2025, 6
452
- deprecate :CertCtx=, :none, 2025, 6
451
+ deprecate :CertCtx, :none, 2025, 8
452
+ deprecate :CertCtx=, :none, 2025, 8
453
453
 
454
454
  def initialize(certname=nil, certctx=nil, cert=nil, requestid=nil)
455
455
  @CertName = certname
@@ -1085,9 +1085,9 @@ module TencentCloud
1085
1085
  # @type ChainId: String
1086
1086
  # @param ContractName: 合约名称,可在合约管理中获取
1087
1087
  # @type ContractName: String
1088
- # @param FuncName: 合约方法名
1088
+ # @param FuncName: 合约方法名,由合约代码定义,可以参考合约详情中的合约调用定义
1089
1089
  # @type FuncName: String
1090
- # @param FuncParam: 合约方法入参,json格式字符串,key/value都是string类型的map
1090
+ # @param FuncParam: 合约方法入参,json格式字符串,key/value都是string类型的map,由合约代码定义,可以参考合约详情中的合约调用定义
1091
1091
  # @type FuncParam: String
1092
1092
  # @param AsyncFlag: 是否异步执行,1为是,否则为0;如果异步执行,可使用返回值中的交易TxID查询执行结果
1093
1093
  # @type AsyncFlag: Integer
@@ -1272,8 +1272,8 @@ module TencentCloud
1272
1272
 
1273
1273
  attr_accessor :Txid, :Events, :TxId, :RequestId
1274
1274
  extend Gem::Deprecate
1275
- deprecate :Txid, :none, 2025, 6
1276
- deprecate :Txid=, :none, 2025, 6
1275
+ deprecate :Txid, :none, 2025, 8
1276
+ deprecate :Txid=, :none, 2025, 8
1277
1277
 
1278
1278
  def initialize(events=nil, txid=nil, requestid=nil)
1279
1279
  @Events = events
@@ -1379,9 +1379,9 @@ module TencentCloud
1379
1379
  # @type ChainId: String
1380
1380
  # @param ContractName: 合约名称,可在合约管理中获取
1381
1381
  # @type ContractName: String
1382
- # @param FuncName: 合约方法名
1382
+ # @param FuncName: 合约方法名,由合约代码定义
1383
1383
  # @type FuncName: String
1384
- # @param FuncParam: 合约方法入参,json格式字符串,key/value都是string类型的map
1384
+ # @param FuncParam: 合约方法入参,json格式字符串,key/value都是string类型的map,由合约代码定义
1385
1385
  # @type FuncParam: String
1386
1386
 
1387
1387
  attr_accessor :ClusterId, :ChainId, :ContractName, :FuncName, :FuncParam
@@ -1497,9 +1497,9 @@ module TencentCloud
1497
1497
  # @type ChainId: String
1498
1498
  # @param ContractName: 合约名称,可在合约管理中获取
1499
1499
  # @type ContractName: String
1500
- # @param FuncName: 合约方法名
1500
+ # @param FuncName: 合约方法名,由合约代码定义,可以参考合约详情中的合约调用定义
1501
1501
  # @type FuncName: String
1502
- # @param FuncParam: 合约方法入参,json格式字符串,key/value都是string类型的map
1502
+ # @param FuncParam: 合约方法入参,json格式字符串,key/value都是string类型的map,由合约代码定义,可以参考合约详情中的合约调用定义
1503
1503
  # @type FuncParam: String
1504
1504
 
1505
1505
  attr_accessor :ClusterId, :ChainId, :ContractName, :FuncName, :FuncParam
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.1074
4
+ version: 3.0.1125
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common