tencentcloud-sdk-iotexplorer 3.0.841 → 3.0.842

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: 78d42219ff894e7c244b96dd2e6b7abc55d9e8d9
4
- data.tar.gz: 7f442da06e37d12466126d5f6eba958e2ffe6a37
3
+ metadata.gz: 0d84d9226a905f222428eb23cf16184d335501ca
4
+ data.tar.gz: 3133c4249b00ed359caf3d0eef5d54540bfdb74d
5
5
  SHA512:
6
- metadata.gz: 643626348518a29a20c57ec85fb3466c7b81f45df217373e7899958194a74de948a31e537a4ea03213e005d3e2124a159a32c9b8a61ec9b76a2692176c6a3411
7
- data.tar.gz: be69459537b320963c6785fd6d9e8706a0b1d27f403fd34091233c5d4e51f08addc8a1e1c988b028770639c9a01e940664fae373c3e5e8813ece4b0557111d1a
6
+ metadata.gz: 4f899e5c7e042af95f3ee02258dc29c01958a1d72799a683bf37cb1b1c9fde38938d96bfbd4acbdaf7fb818d5ddce4155e591e7f637ba0e358e52f0043ae0b69
7
+ data.tar.gz: 7737bae7eeeefde3c688faf679116522e4e386cfdfdd3673e3901f8fc1ec2b7019004c1612390c2db88275d4c578ba9976ddbf807c621ec463360aefa54eb82d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.841
1
+ 3.0.842
@@ -6209,14 +6209,17 @@ module TencentCloud
6209
6209
  # @type IsThirdApp: Integer
6210
6210
  # @param ModelId: 模板ID
6211
6211
  # @type ModelId: String
6212
+ # @param MiniProgramAppId: 小程序APPID
6213
+ # @type MiniProgramAppId: String
6212
6214
 
6213
- attr_accessor :ProductId, :DeviceName, :IsThirdApp, :ModelId
6215
+ attr_accessor :ProductId, :DeviceName, :IsThirdApp, :ModelId, :MiniProgramAppId
6214
6216
 
6215
- def initialize(productid=nil, devicename=nil, isthirdapp=nil, modelid=nil)
6217
+ def initialize(productid=nil, devicename=nil, isthirdapp=nil, modelid=nil, miniprogramappid=nil)
6216
6218
  @ProductId = productid
6217
6219
  @DeviceName = devicename
6218
6220
  @IsThirdApp = isthirdapp
6219
6221
  @ModelId = modelid
6222
+ @MiniProgramAppId = miniprogramappid
6220
6223
  end
6221
6224
 
6222
6225
  def deserialize(params)
@@ -6224,6 +6227,7 @@ module TencentCloud
6224
6227
  @DeviceName = params['DeviceName']
6225
6228
  @IsThirdApp = params['IsThirdApp']
6226
6229
  @ModelId = params['ModelId']
6230
+ @MiniProgramAppId = params['MiniProgramAppId']
6227
6231
  end
6228
6232
  end
6229
6233
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.841
4
+ version: 3.0.842
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-06-11 00:00:00.000000000 Z
11
+ date: 2024-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common