tencentcloud-sdk-iotvideo 3.0.1027 → 3.0.1029

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: e19fa3a94d4d8b1f81de12444724a398c52202df
4
- data.tar.gz: c0be38a5b18fdaeb552e3b7fe6ca5913976c18c0
3
+ metadata.gz: 040ba82a9380ae0bbf11527beb115b96c333302b
4
+ data.tar.gz: 95804b79114d787e738fb44e01d80fe521c821c4
5
5
  SHA512:
6
- metadata.gz: cd9596f9a611c4a356a3659c18996ea03586ce54c2ca5d8d535abd0cf8cf04d432ddcf8b910c0faf43c37fccb382eddf347b55d74e9ea242906441c7bb60d788
7
- data.tar.gz: 24290835ff102f6cf3f7c85e4d1df8e1f6464b9bd84909aeab1c48350276052b19ea0a32c6d9069571694daa7cddcd93325a430507624e019f1707e13f3eb31f
6
+ metadata.gz: e77933bb04f6576b96c35303a7e7e9eaf2dcde233fdfa0f336926394d99388ec8f76e4914b2be42f7c53cf29a3e75ef0ef9af3a4f58f69fb4a20d1a0a372291d
7
+ data.tar.gz: 5190a68814dccde0259b886e5f318a4fde0a3699cda802fbad46957f936d2fa87e5926c92716c303240a5b76e1a7f35fdc3aaea67c0ce4df79d73c75b29c13e7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1027
1
+ 3.0.1029
@@ -595,7 +595,6 @@ module TencentCloud
595
595
  # China-Hong Kong, Macao and Taiwan(港澳台地区)
596
596
  # America(美国)
597
597
  # Europe(欧洲)
598
- # India(印度)
599
598
  # Other-Overseas(其他境外地区)
600
599
  # @type ProductRegion: String
601
600
  # @param ProductCate: 设备类型, 0-普通视频设备,1-NVR设备
@@ -3284,7 +3283,6 @@ module TencentCloud
3284
3283
  # China-Hong Kong, Macao and Taiwan(港澳台地区)
3285
3284
  # America(美国)
3286
3285
  # Europe(欧洲)
3287
- # India(印度)
3288
3286
  # Other-Overseas(其他境外地区)
3289
3287
  # 注意:此字段可能返回 null,表示取不到有效值。
3290
3288
  # @type ProductRegion: String
@@ -5068,10 +5068,13 @@ module TencentCloud
5068
5068
  # @param NetType: 连接类型,wifi表示WIFI连接,cellular表示4G连接
5069
5069
  # 注意:此字段可能返回 null,表示取不到有效值。
5070
5070
  # @type NetType: String
5071
+ # @param CategoryId: 产品品类id,113:摄像头
5072
+ # 注意:此字段可能返回 null,表示取不到有效值。
5073
+ # @type CategoryId: Integer
5071
5074
 
5072
- attr_accessor :ProductId, :ProductName, :DeviceType, :EncryptionType, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :CreateTime, :UpdateTime, :NetType
5075
+ attr_accessor :ProductId, :ProductName, :DeviceType, :EncryptionType, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :CreateTime, :UpdateTime, :NetType, :CategoryId
5073
5076
 
5074
- def initialize(productid=nil, productname=nil, devicetype=nil, encryptiontype=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, createtime=nil, updatetime=nil, nettype=nil)
5077
+ def initialize(productid=nil, productname=nil, devicetype=nil, encryptiontype=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, createtime=nil, updatetime=nil, nettype=nil, categoryid=nil)
5075
5078
  @ProductId = productid
5076
5079
  @ProductName = productname
5077
5080
  @DeviceType = devicetype
@@ -5084,6 +5087,7 @@ module TencentCloud
5084
5087
  @CreateTime = createtime
5085
5088
  @UpdateTime = updatetime
5086
5089
  @NetType = nettype
5090
+ @CategoryId = categoryid
5087
5091
  end
5088
5092
 
5089
5093
  def deserialize(params)
@@ -5099,6 +5103,7 @@ module TencentCloud
5099
5103
  @CreateTime = params['CreateTime']
5100
5104
  @UpdateTime = params['UpdateTime']
5101
5105
  @NetType = params['NetType']
5106
+ @CategoryId = params['CategoryId']
5102
5107
  end
5103
5108
  end
5104
5109
 
@@ -2578,17 +2578,25 @@ module TencentCloud
2578
2578
  # @type Status: Integer
2579
2579
  # @param ChannelId: 通道id
2580
2580
  # @type ChannelId: Integer
2581
+ # @param Price: 订单金额,单位为分
2582
+ # 注意:此字段可能返回 null,表示取不到有效值。
2583
+ # @type Price: Integer
2584
+ # @param Amount: 支付金额,单位为分
2585
+ # 注意:此字段可能返回 null,表示取不到有效值。
2586
+ # @type Amount: Integer
2581
2587
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2582
2588
  # @type RequestId: String
2583
2589
 
2584
- attr_accessor :StartTime, :ExpireTime, :PackageId, :Status, :ChannelId, :RequestId
2590
+ attr_accessor :StartTime, :ExpireTime, :PackageId, :Status, :ChannelId, :Price, :Amount, :RequestId
2585
2591
 
2586
- def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, channelid=nil, requestid=nil)
2592
+ def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, channelid=nil, price=nil, amount=nil, requestid=nil)
2587
2593
  @StartTime = starttime
2588
2594
  @ExpireTime = expiretime
2589
2595
  @PackageId = packageid
2590
2596
  @Status = status
2591
2597
  @ChannelId = channelid
2598
+ @Price = price
2599
+ @Amount = amount
2592
2600
  @RequestId = requestid
2593
2601
  end
2594
2602
 
@@ -2598,6 +2606,8 @@ module TencentCloud
2598
2606
  @PackageId = params['PackageId']
2599
2607
  @Status = params['Status']
2600
2608
  @ChannelId = params['ChannelId']
2609
+ @Price = params['Price']
2610
+ @Amount = params['Amount']
2601
2611
  @RequestId = params['RequestId']
2602
2612
  end
2603
2613
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotvideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1027
4
+ version: 3.0.1029
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-03-25 00:00:00.000000000 Z
11
+ date: 2025-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common