tencentcloud-sdk-trp 3.0.782 → 3.0.784
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210515/models.rb +12 -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: 9fcda9f7b6bde1ec7aee1e77b9b47ef6e1042853
|
4
|
+
data.tar.gz: 8b69afc45edca40110d0eea4db75129231179649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01da3dd5cb7d08d51ead8e9294d29ca52fa287282f60a1db173028f218835b462b9074e08145af3fd5d76a0d2439e83820f6a7e5c3adb13af90ec29151ad6e68
|
7
|
+
data.tar.gz: 6d39352a8744786bfb6e53ab5e1764237ead1d5ba88613b8a147a0c94eb3ef39fc1f71c2193ddbced7e1445c8f94140f1b4c1057468f60b67e64b06b768d3390
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.784
|
data/lib/v20210515/models.rb
CHANGED
@@ -3963,6 +3963,12 @@ module TencentCloud
|
|
3963
3963
|
# @param RiskQuota: 风控配额
|
3964
3964
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3965
3965
|
# @type RiskQuota: Integer
|
3966
|
+
# @param AigcTextQuota: AI文字数量
|
3967
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3968
|
+
# @type AigcTextQuota: Integer
|
3969
|
+
# @param AigcImageQuota: AI图片数量
|
3970
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3971
|
+
# @type AigcImageQuota: Integer
|
3966
3972
|
# @param TrackType: 溯源类型
|
3967
3973
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3968
3974
|
# @type TrackType: Integer
|
@@ -3973,9 +3979,9 @@ module TencentCloud
|
|
3973
3979
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3974
3980
|
# @type ProductCertify: Integer
|
3975
3981
|
|
3976
|
-
attr_accessor :StartTime, :EndTime, :QuotaId, :CorpId, :Services, :FactoryQuota, :ItemQuota, :TrackQuota, :SaleQuota, :ChainQuota, :RiskQuota, :TrackType, :Version, :ProductCertify
|
3982
|
+
attr_accessor :StartTime, :EndTime, :QuotaId, :CorpId, :Services, :FactoryQuota, :ItemQuota, :TrackQuota, :SaleQuota, :ChainQuota, :RiskQuota, :AigcTextQuota, :AigcImageQuota, :TrackType, :Version, :ProductCertify
|
3977
3983
|
|
3978
|
-
def initialize(starttime=nil, endtime=nil, quotaid=nil, corpid=nil, services=nil, factoryquota=nil, itemquota=nil, trackquota=nil, salequota=nil, chainquota=nil, riskquota=nil, tracktype=nil, version=nil, productcertify=nil)
|
3984
|
+
def initialize(starttime=nil, endtime=nil, quotaid=nil, corpid=nil, services=nil, factoryquota=nil, itemquota=nil, trackquota=nil, salequota=nil, chainquota=nil, riskquota=nil, aigctextquota=nil, aigcimagequota=nil, tracktype=nil, version=nil, productcertify=nil)
|
3979
3985
|
@StartTime = starttime
|
3980
3986
|
@EndTime = endtime
|
3981
3987
|
@QuotaId = quotaid
|
@@ -3987,6 +3993,8 @@ module TencentCloud
|
|
3987
3993
|
@SaleQuota = salequota
|
3988
3994
|
@ChainQuota = chainquota
|
3989
3995
|
@RiskQuota = riskquota
|
3996
|
+
@AigcTextQuota = aigctextquota
|
3997
|
+
@AigcImageQuota = aigcimagequota
|
3990
3998
|
@TrackType = tracktype
|
3991
3999
|
@Version = version
|
3992
4000
|
@ProductCertify = productcertify
|
@@ -4004,6 +4012,8 @@ module TencentCloud
|
|
4004
4012
|
@SaleQuota = params['SaleQuota']
|
4005
4013
|
@ChainQuota = params['ChainQuota']
|
4006
4014
|
@RiskQuota = params['RiskQuota']
|
4015
|
+
@AigcTextQuota = params['AigcTextQuota']
|
4016
|
+
@AigcImageQuota = params['AigcImageQuota']
|
4007
4017
|
@TrackType = params['TrackType']
|
4008
4018
|
@Version = params['Version']
|
4009
4019
|
@ProductCertify = params['ProductCertify']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-trp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.784
|
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-03-
|
11
|
+
date: 2024-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|