tencentcloud-sdk-trp 3.0.782 → 3.0.783

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210515/models.rb +12 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2814db0c493e6cd0edf47537e38a164fa5d1c491
4
- data.tar.gz: ce378cda105e4274cdefbd08506b263294703926
3
+ metadata.gz: 4a1e232cf222106bd17b694e39b5f8adee3db5cf
4
+ data.tar.gz: a2847ec8836aa9ebaa4b3403db91e1dab99b1457
5
5
  SHA512:
6
- metadata.gz: d6812f7fbc65b80048c06351f529abc4f0aae7e8302ffb9f43fe9808e1c28002544d47b435dd665c8791ba41f411f36eb488b4698625713c925270c4270a006d
7
- data.tar.gz: 601db8a2198ef1a1b89ae698a54271f0d44c82f40b8b3953488ece26ada65478dd58e7212476f4283114e13f612fa6371d97e6e15a5bd6a0d559a3f05ee75edb
6
+ metadata.gz: 16d0fc2076fd1e206a6ca659bbc90ca42c3ac378c479a3dda1b8be1105a8b581fb2c33fdce85d59df110409defc18ab376a37db009b4e8d0f625a3625f3b6525
7
+ data.tar.gz: c7c76d7bdb4a8342fd18e1c633edd93089ced92f9619de744be2d8ed10246fd13f19c5ec8c6c441ff164680ecea5bb484e9f14ad6213bf2f26bff1637a0e30fd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.782
1
+ 3.0.783
@@ -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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.782
4
+ version: 3.0.783
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud