tencentcloud-sdk-iotexplorer 3.0.951 → 3.0.952

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/v20190423/models.rb +23 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4049255775fd2af7180e9df493103758ed754e0e
4
- data.tar.gz: 7136e31288ea8f6dfeef13d025de658bc95d035e
3
+ metadata.gz: 3b60de917b097155451a6298fe99e766957849b4
4
+ data.tar.gz: 77432e2cc92eb785562aa64e90e5a622ef46ba9c
5
5
  SHA512:
6
- metadata.gz: ecc5f7384cc5d36e810504b7d0ec87d3df9462aa500cf8fff77559fb66ddb6c6fbbf8986c63e9048b6cbc5a9a9fa326dde73f53a393aa9607f5d8f9d72f20605
7
- data.tar.gz: 88b15c651ea2f5a70a41d02cd9d2946257d3e762eec8230b9d3825fff6092739b64975d7dab64a65f82fd253e50e40422d2642964091ae151ac728dfd0635432
6
+ metadata.gz: dd9b510fa9df8b09238da1090a73dd78542eb0e7402bf962a94404f4d8e931a21088519bbffe0bc68514594895e0fc9d419d9c41022e78b3c06e6ff71bdfd94f
7
+ data.tar.gz: 048c7a1814037814024b3d9c502791a11d983bb06aa64f341a4d7e21cce6d1d1a5738c20b6b4a70d181c44743cb7f281e05cb81f3d7d11d589dad04a06b47f6c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.951
1
+ 3.0.952
@@ -21,12 +21,15 @@ module TencentCloud
21
21
  class ActivateTWeCallLicenseRequest < TencentCloud::Common::AbstractModel
22
22
  # @param PkgType: TWecall类型:1-家庭安防场景; 2-穿戴类场景; 3-生活娱乐场景; 4-对讲及其它场景
23
23
  # @type PkgType: Integer
24
- # @param MiniProgramAppId: appId
24
+ # @param MiniProgramAppId: 参数已弃用,不用传参
25
25
  # @type MiniProgramAppId: String
26
26
  # @param DeviceList: 设备列表
27
27
  # @type DeviceList: Array
28
28
 
29
29
  attr_accessor :PkgType, :MiniProgramAppId, :DeviceList
30
+ extend Gem::Deprecate
31
+ deprecate :MiniProgramAppId, :none, 2024, 12
32
+ deprecate :MiniProgramAppId=, :none, 2024, 12
30
33
 
31
34
  def initialize(pkgtype=nil, miniprogramappid=nil, devicelist=nil)
32
35
  @PkgType = pkgtype
@@ -4926,6 +4929,9 @@ module TencentCloud
4926
4929
  # @type ExpireTime: Integer
4927
4930
 
4928
4931
  attr_accessor :ModelId, :Sn, :ErrCode, :ExpireTime
4932
+ extend Gem::Deprecate
4933
+ deprecate :ModelId, :none, 2024, 12
4934
+ deprecate :ModelId=, :none, 2024, 12
4929
4935
 
4930
4936
  def initialize(modelid=nil, sn=nil, errcode=nil, expiretime=nil)
4931
4937
  @ModelId = modelid
@@ -6539,12 +6545,15 @@ module TencentCloud
6539
6545
 
6540
6546
  # GetTWeCallActiveStatus请求参数结构体
6541
6547
  class GetTWeCallActiveStatusRequest < TencentCloud::Common::AbstractModel
6542
- # @param MiniProgramAppId: appId
6548
+ # @param MiniProgramAppId: 参数已弃用,不用传参
6543
6549
  # @type MiniProgramAppId: String
6544
6550
  # @param DeviceList: 设备列表
6545
6551
  # @type DeviceList: Array
6546
6552
 
6547
6553
  attr_accessor :MiniProgramAppId, :DeviceList
6554
+ extend Gem::Deprecate
6555
+ deprecate :MiniProgramAppId, :none, 2024, 12
6556
+ deprecate :MiniProgramAppId=, :none, 2024, 12
6548
6557
 
6549
6558
  def initialize(miniprogramappid=nil, devicelist=nil)
6550
6559
  @MiniProgramAppId = miniprogramappid
@@ -6605,6 +6614,9 @@ module TencentCloud
6605
6614
  # @type Limit: Integer
6606
6615
 
6607
6616
  attr_accessor :MiniProgramAppId, :PkgType, :Status, :Offset, :Limit
6617
+ extend Gem::Deprecate
6618
+ deprecate :MiniProgramAppId, :none, 2024, 12
6619
+ deprecate :MiniProgramAppId=, :none, 2024, 12
6608
6620
 
6609
6621
  def initialize(miniprogramappid=nil, pkgtype=nil, status=nil, offset=nil, limit=nil)
6610
6622
  @MiniProgramAppId = miniprogramappid
@@ -9184,6 +9196,9 @@ module TencentCloud
9184
9196
  # @type ExpireTime: Integer
9185
9197
 
9186
9198
  attr_accessor :ModelId, :Sn, :ExpireTime
9199
+ extend Gem::Deprecate
9200
+ deprecate :ModelId, :none, 2024, 12
9201
+ deprecate :ModelId=, :none, 2024, 12
9187
9202
 
9188
9203
  def initialize(modelid=nil, sn=nil, expiretime=nil)
9189
9204
  @ModelId = modelid
@@ -9230,7 +9245,7 @@ module TencentCloud
9230
9245
  # @param Sn: Sn信息,SN格式:产品ID_设备名
9231
9246
  # 注意:此字段可能返回 null,表示取不到有效值。
9232
9247
  # @type Sn: String
9233
- # @param ModelId: 小程序ID
9248
+ # @param ModelId: 小程序ID,参数已弃用,不用传参
9234
9249
  # 注意:此字段可能返回 null,表示取不到有效值。
9235
9250
  # @type ModelId: String
9236
9251
  # @param ActiveNum: 激活数
@@ -9238,6 +9253,11 @@ module TencentCloud
9238
9253
  # @type ActiveNum: Integer
9239
9254
 
9240
9255
  attr_accessor :Sn, :ModelId, :ActiveNum
9256
+ extend Gem::Deprecate
9257
+ deprecate :ModelId, :none, 2024, 12
9258
+ deprecate :ModelId=, :none, 2024, 12
9259
+ deprecate :ActiveNum, :none, 2024, 12
9260
+ deprecate :ActiveNum=, :none, 2024, 12
9241
9261
 
9242
9262
  def initialize(sn=nil, modelid=nil, activenum=nil)
9243
9263
  @Sn = sn
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.951
4
+ version: 3.0.952
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-11-28 00:00:00.000000000 Z
11
+ date: 2024-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common