tencentcloud-sdk-trp 3.0.737 → 3.0.738

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: 8824b26bf73bbc9137e3801e1708c14a317b6de7
4
- data.tar.gz: 0643198ec69f045babcea6103aadc1735d469156
3
+ metadata.gz: 07b401f78dcef79e91d600e3668bd03613871792
4
+ data.tar.gz: 6f355ce23da80bcd1407b47046decdb8127d87db
5
5
  SHA512:
6
- metadata.gz: 9b08a70ff4e4d8eca7d0e985aa6643b38294034484a5cbf6196653add3eb6065608b79741ffb5bb1b5881fea3e383d696de1b31fc7587844af5b065f351a7ef4
7
- data.tar.gz: a937d6315f29ec998bba3cdfb6f668843028961b243e7b2eee342b4d03a51d36ee144d80d180c73fb4ef5aa1167401ba68dc2c1f8c977e3e9ad5e1337bca0c04
6
+ metadata.gz: e144ac396042e2328ff8921932de96123426e16d796713540b45479fef2d4e387cb6de8e2ebc2b989ed9e7e63b348732bbbe59a4dbbec40e738f26542d1bacd8
7
+ data.tar.gz: cc1a6f3d0f30d6cd193d7e19fa6c805e7a6feacba542d37856bbf32a01072cf80ee05a61d8c45006c814947cb036345939a2e9bbbc008d51643dce5062babe69
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.737
1
+ 3.0.738
@@ -487,7 +487,7 @@ module TencentCloud
487
487
 
488
488
  # 查询批次列表
489
489
 
490
- # 旧版接口已经弃用,新业务请使用用新版的接口 DescribeCodeBatches
490
+ # 旧版接口已经弃用,新业务请使用新版的接口 DescribeCodeBatches
491
491
 
492
492
  # @param request: Request instance for DescribeCodeBatchs.
493
493
  # @type request: :class:`Tencentcloud::trp::V20210515::DescribeCodeBatchsRequest`
@@ -511,7 +511,7 @@ module TencentCloud
511
511
  # @type BatchId: String
512
512
  # @param Remark: 备注
513
513
  # @type Remark: String
514
- # @param MpTpl: 模版ID,或者活动ID
514
+ # @param MpTpl: 模板ID,或者活动ID
515
515
  # @type MpTpl: String
516
516
  # @param CloneId: 克隆批次ID,同时会复制溯源信息
517
517
  # @type CloneId: String
@@ -2423,15 +2423,18 @@ module TencentCloud
2423
2423
  # @type MerchantId: String
2424
2424
  # @param CorpId: 企业ID
2425
2425
  # @type CorpId: Integer
2426
+ # @param CertState: 认证状态
2427
+ # @type CertState: Integer
2426
2428
 
2427
- attr_accessor :Name, :PageSize, :PageNumber, :MerchantId, :CorpId
2429
+ attr_accessor :Name, :PageSize, :PageNumber, :MerchantId, :CorpId, :CertState
2428
2430
 
2429
- def initialize(name=nil, pagesize=nil, pagenumber=nil, merchantid=nil, corpid=nil)
2431
+ def initialize(name=nil, pagesize=nil, pagenumber=nil, merchantid=nil, corpid=nil, certstate=nil)
2430
2432
  @Name = name
2431
2433
  @PageSize = pagesize
2432
2434
  @PageNumber = pagenumber
2433
2435
  @MerchantId = merchantid
2434
2436
  @CorpId = corpid
2437
+ @CertState = certstate
2435
2438
  end
2436
2439
 
2437
2440
  def deserialize(params)
@@ -2440,6 +2443,7 @@ module TencentCloud
2440
2443
  @PageNumber = params['PageNumber']
2441
2444
  @MerchantId = params['MerchantId']
2442
2445
  @CorpId = params['CorpId']
2446
+ @CertState = params['CertState']
2443
2447
  end
2444
2448
  end
2445
2449
 
@@ -3874,10 +3878,13 @@ module TencentCloud
3874
3878
  # @type Ext: :class:`Tencentcloud::Trp.v20210515.models.Ext`
3875
3879
  # @param MerchantName: 商户名称
3876
3880
  # @type MerchantName: String
3881
+ # @param CertState: 认证状态
3882
+ # 注意:此字段可能返回 null,表示取不到有效值。
3883
+ # @type CertState: Integer
3877
3884
 
3878
- attr_accessor :MerchantId, :Name, :ProductId, :CorpId, :ProductCode, :Specification, :Remark, :Logo, :CreateTime, :UpdateTime, :Ext, :MerchantName
3885
+ attr_accessor :MerchantId, :Name, :ProductId, :CorpId, :ProductCode, :Specification, :Remark, :Logo, :CreateTime, :UpdateTime, :Ext, :MerchantName, :CertState
3879
3886
 
3880
- def initialize(merchantid=nil, name=nil, productid=nil, corpid=nil, productcode=nil, specification=nil, remark=nil, logo=nil, createtime=nil, updatetime=nil, ext=nil, merchantname=nil)
3887
+ def initialize(merchantid=nil, name=nil, productid=nil, corpid=nil, productcode=nil, specification=nil, remark=nil, logo=nil, createtime=nil, updatetime=nil, ext=nil, merchantname=nil, certstate=nil)
3881
3888
  @MerchantId = merchantid
3882
3889
  @Name = name
3883
3890
  @ProductId = productid
@@ -3890,6 +3897,7 @@ module TencentCloud
3890
3897
  @UpdateTime = updatetime
3891
3898
  @Ext = ext
3892
3899
  @MerchantName = merchantname
3900
+ @CertState = certstate
3893
3901
  end
3894
3902
 
3895
3903
  def deserialize(params)
@@ -3908,6 +3916,7 @@ module TencentCloud
3908
3916
  @Ext.deserialize(params['Ext'])
3909
3917
  end
3910
3918
  @MerchantName = params['MerchantName']
3919
+ @CertState = params['CertState']
3911
3920
  end
3912
3921
  end
3913
3922
 
@@ -3952,10 +3961,13 @@ module TencentCloud
3952
3961
  # @param Version: 开通版本 lite:轻量版, basic:基础版, standard:标准版
3953
3962
  # 注意:此字段可能返回 null,表示取不到有效值。
3954
3963
  # @type Version: String
3964
+ # @param ProductCertify: 是否开启企业认证
3965
+ # 注意:此字段可能返回 null,表示取不到有效值。
3966
+ # @type ProductCertify: Integer
3955
3967
 
3956
- attr_accessor :StartTime, :EndTime, :QuotaId, :CorpId, :Services, :FactoryQuota, :ItemQuota, :TrackQuota, :SaleQuota, :ChainQuota, :RiskQuota, :TrackType, :Version
3968
+ attr_accessor :StartTime, :EndTime, :QuotaId, :CorpId, :Services, :FactoryQuota, :ItemQuota, :TrackQuota, :SaleQuota, :ChainQuota, :RiskQuota, :TrackType, :Version, :ProductCertify
3957
3969
 
3958
- 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)
3970
+ 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)
3959
3971
  @StartTime = starttime
3960
3972
  @EndTime = endtime
3961
3973
  @QuotaId = quotaid
@@ -3969,6 +3981,7 @@ module TencentCloud
3969
3981
  @RiskQuota = riskquota
3970
3982
  @TrackType = tracktype
3971
3983
  @Version = version
3984
+ @ProductCertify = productcertify
3972
3985
  end
3973
3986
 
3974
3987
  def deserialize(params)
@@ -3985,6 +3998,7 @@ module TencentCloud
3985
3998
  @RiskQuota = params['RiskQuota']
3986
3999
  @TrackType = params['TrackType']
3987
4000
  @Version = params['Version']
4001
+ @ProductCertify = params['ProductCertify']
3988
4002
  end
3989
4003
  end
3990
4004
 
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.737
4
+ version: 3.0.738
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-12-27 00:00:00.000000000 Z
11
+ date: 2023-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common