tencentcloud-sdk-chc 3.0.1139 → 3.0.1169

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230418/models.rb +37 -5
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 276e494d2db092dc9ab09d1a6e7d7f0cd8226085
4
- data.tar.gz: feb2f4837b3de263ee3952898d78d5da55307065
3
+ metadata.gz: 2c93770180efcfa0607f02b9906744530ea8b38f
4
+ data.tar.gz: b6ba0b397ea1aa436a70b0bb40129a44f043833a
5
5
  SHA512:
6
- metadata.gz: b689745a9622bac5e490e51df16c6f8a9e25e1592f71c0e7d6195d88c11f950832c7f4d83f2f7c49dd148ea4fc6e8e184f332b8a42c0719c6f47a7fe2c70922e
7
- data.tar.gz: 4ca01a7647c830f38b1bbbb1c82043907efa04a3d02adeec7e3520d9b19bcb7810c04d2f89e8340b19bee2707412cb4bbc9e59e8c298ae197c7a33a57855bc0c
6
+ metadata.gz: a7d77bd2c897af52e7e16cff7b6dc425ab8824e9a6b9a2a30e30f994c910c272b3dbeef74e893ca0bcfa5d1c64858e741e1a58418a198504319b5be3af8c7496
7
+ data.tar.gz: e8fcba44348cfa6e717b5bc85efa9bbca11a1ea5751ff09e3ad5a45ef3fc4837222d3a6acdf800f8b73ae914a85f73a31f4cb4e621464c80b84fc98589ca4adc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1139
1
+ 3.0.1169
@@ -620,10 +620,20 @@ module TencentCloud
620
620
  # @type LogisticsReceipt: :class:`Tencentcloud::Chc.v20230418.models.LogisticsReceipt`
621
621
  # @param CustomerReceipt: 客户上门自提必传
622
622
  # @type CustomerReceipt: :class:`Tencentcloud::Chc.v20230418.models.CustomerReceipt`
623
+ # @param Building: 楼宇名
624
+ # @type Building: String
625
+ # @param IdcUnitId: 机房管理单元id
626
+ # @type IdcUnitId: String
627
+ # @param Isp: 运营商
628
+ # @type Isp: String
629
+ # @param EmailSet: 放行邮件目的邮箱
630
+ # @type EmailSet: Array
631
+ # @param FactorSet: 到访原因
632
+ # @type FactorSet: Array
623
633
 
624
- attr_accessor :IdcId, :DeviceType, :StuffOption, :IsPowerOffConfirm, :DeviceSnList, :HandoverMethod, :SelfOperationInfo, :PowerOffConfirmInfo, :Remark, :LogisticsReceipt, :CustomerReceipt
634
+ attr_accessor :IdcId, :DeviceType, :StuffOption, :IsPowerOffConfirm, :DeviceSnList, :HandoverMethod, :SelfOperationInfo, :PowerOffConfirmInfo, :Remark, :LogisticsReceipt, :CustomerReceipt, :Building, :IdcUnitId, :Isp, :EmailSet, :FactorSet
625
635
 
626
- def initialize(idcid=nil, devicetype=nil, stuffoption=nil, ispoweroffconfirm=nil, devicesnlist=nil, handovermethod=nil, selfoperationinfo=nil, poweroffconfirminfo=nil, remark=nil, logisticsreceipt=nil, customerreceipt=nil)
636
+ def initialize(idcid=nil, devicetype=nil, stuffoption=nil, ispoweroffconfirm=nil, devicesnlist=nil, handovermethod=nil, selfoperationinfo=nil, poweroffconfirminfo=nil, remark=nil, logisticsreceipt=nil, customerreceipt=nil, building=nil, idcunitid=nil, isp=nil, emailset=nil, factorset=nil)
627
637
  @IdcId = idcid
628
638
  @DeviceType = devicetype
629
639
  @StuffOption = stuffoption
@@ -635,6 +645,11 @@ module TencentCloud
635
645
  @Remark = remark
636
646
  @LogisticsReceipt = logisticsreceipt
637
647
  @CustomerReceipt = customerreceipt
648
+ @Building = building
649
+ @IdcUnitId = idcunitid
650
+ @Isp = isp
651
+ @EmailSet = emailset
652
+ @FactorSet = factorset
638
653
  end
639
654
 
640
655
  def deserialize(params)
@@ -661,6 +676,11 @@ module TencentCloud
661
676
  @CustomerReceipt = CustomerReceipt.new
662
677
  @CustomerReceipt.deserialize(params['CustomerReceipt'])
663
678
  end
679
+ @Building = params['Building']
680
+ @IdcUnitId = params['IdcUnitId']
681
+ @Isp = params['Isp']
682
+ @EmailSet = params['EmailSet']
683
+ @FactorSet = params['FactorSet']
664
684
  end
665
685
  end
666
686
 
@@ -1138,7 +1158,7 @@ module TencentCloud
1138
1158
  # @type PickUpStuff: String
1139
1159
  # @param PickUpStuffContact: 自提人电话
1140
1160
  # @type PickUpStuffContact: String
1141
- # @param PickUpStuffIDCard: 自提人证件号码
1161
+ # @param PickUpStuffIDCard: 到访人证件号码
1142
1162
  # @type PickUpStuffIDCard: String
1143
1163
  # @param PickUpTime: 自提时间
1144
1164
  # @type PickUpTime: String
@@ -2694,10 +2714,16 @@ module TencentCloud
2694
2714
  # @type CustomerReceipt: :class:`Tencentcloud::Chc.v20230418.models.CustomerReceipt`
2695
2715
  # @param LogisticsReceipt: 物流上门收货信息
2696
2716
  # @type LogisticsReceipt: :class:`Tencentcloud::Chc.v20230418.models.LogisticsReceipt`
2717
+ # @param Building: 涉及物资放行时的楼宇
2718
+ # @type Building: String
2719
+ # @param EmailSet: 物资放行抄送邮箱
2720
+ # @type EmailSet: Array
2721
+ # @param FactorSet: 物资放行到访原因
2722
+ # @type FactorSet: Array
2697
2723
 
2698
- attr_accessor :IdcId, :IdcName, :DeviceType, :Remark, :ReceivingOperation, :EntryTime, :IsExpressDelivery, :ExpressInfo, :StuffOption, :SelfOperationInfo, :WithPowerOn, :IsPowerOffConfirm, :PowerOffConfirmInfo, :HandoverMethod, :CustomerReceipt, :LogisticsReceipt
2724
+ attr_accessor :IdcId, :IdcName, :DeviceType, :Remark, :ReceivingOperation, :EntryTime, :IsExpressDelivery, :ExpressInfo, :StuffOption, :SelfOperationInfo, :WithPowerOn, :IsPowerOffConfirm, :PowerOffConfirmInfo, :HandoverMethod, :CustomerReceipt, :LogisticsReceipt, :Building, :EmailSet, :FactorSet
2699
2725
 
2700
- def initialize(idcid=nil, idcname=nil, devicetype=nil, remark=nil, receivingoperation=nil, entrytime=nil, isexpressdelivery=nil, expressinfo=nil, stuffoption=nil, selfoperationinfo=nil, withpoweron=nil, ispoweroffconfirm=nil, poweroffconfirminfo=nil, handovermethod=nil, customerreceipt=nil, logisticsreceipt=nil)
2726
+ def initialize(idcid=nil, idcname=nil, devicetype=nil, remark=nil, receivingoperation=nil, entrytime=nil, isexpressdelivery=nil, expressinfo=nil, stuffoption=nil, selfoperationinfo=nil, withpoweron=nil, ispoweroffconfirm=nil, poweroffconfirminfo=nil, handovermethod=nil, customerreceipt=nil, logisticsreceipt=nil, building=nil, emailset=nil, factorset=nil)
2701
2727
  @IdcId = idcid
2702
2728
  @IdcName = idcname
2703
2729
  @DeviceType = devicetype
@@ -2714,6 +2740,9 @@ module TencentCloud
2714
2740
  @HandoverMethod = handovermethod
2715
2741
  @CustomerReceipt = customerreceipt
2716
2742
  @LogisticsReceipt = logisticsreceipt
2743
+ @Building = building
2744
+ @EmailSet = emailset
2745
+ @FactorSet = factorset
2717
2746
  end
2718
2747
 
2719
2748
  def deserialize(params)
@@ -2748,6 +2777,9 @@ module TencentCloud
2748
2777
  @LogisticsReceipt = LogisticsReceipt.new
2749
2778
  @LogisticsReceipt.deserialize(params['LogisticsReceipt'])
2750
2779
  end
2780
+ @Building = params['Building']
2781
+ @EmailSet = params['EmailSet']
2782
+ @FactorSet = params['FactorSet']
2751
2783
  end
2752
2784
  end
2753
2785
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-chc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1139
4
+ version: 3.0.1169
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-09-10 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20230418/models.rb
37
36
  - lib/v20230418/client.rb
37
+ - lib/v20230418/models.rb
38
38
  - lib/tencentcloud-sdk-chc.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby