tencentcloud-sdk-iotexplorer 3.0.951 → 3.0.953
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190423/models.rb +23 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0861ba3211361078251ab0a87084861aeb8a400
|
4
|
+
data.tar.gz: ecc269a08c6091729a9583f792cc83399dc0ac08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb40855aab3d7029e193e0c0e554e5d91c7ed4e361373746240fb76f463be2c08033ff107ebabfbd7b40d1e6885f33aa83bae3311771d69ede0e3d88532e5027
|
7
|
+
data.tar.gz: 05f50b841f06ea1032e0c47f5d354b985c041a6fb887b1b09a9f83ad909d8c8dedf78f69ccc4ea2533924b97a96e812e9dabaacbdd8d8bc51019bc6c31bf5e8f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.953
|
data/lib/v20190423/models.rb
CHANGED
@@ -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:
|
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:
|
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.
|
4
|
+
version: 3.0.953
|
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
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|