tencentcloud-sdk-mqtt 3.0.1127 → 3.0.1132
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/v20240516/models.rb +1 -1
- 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: f9d0c2e3e93f68e2cdddb79fbe0a3ef2f2302703
|
4
|
+
data.tar.gz: 08dc3d7824e391c85fbb6a94f3aa4c60fbb36906
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e526c7dd01b1e85e7773851a8d665b67b74a8aa177d4dce622f75f582298099814dfcab1ecdfd349270d989cf648f2e0074c7254417f340998fb16ecf9a591d6
|
7
|
+
data.tar.gz: 93b4dc81eb34be9f437e5eee892e4fed39f1b8aa5301490028d0d6a6854383fe9f4200627dd4c40fe3907b63dc0b1ec8bc346710f216e76a7cc2ce365ed28d43
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1132
|
data/lib/v20240516/models.rb
CHANGED
@@ -435,7 +435,7 @@ module TencentCloud
|
|
435
435
|
# @type Status: String
|
436
436
|
# @param PrimaryKey: 主要签名key,不传则由系统自动生成,需要base64编码。
|
437
437
|
# @type PrimaryKey: String
|
438
|
-
# @param SecondaryKey: 次要签名key
|
438
|
+
# @param SecondaryKey: 次要签名key,不传则由系统自动生成,需要base64编码。
|
439
439
|
# @type SecondaryKey: String
|
440
440
|
# @param PropagatingProperties: 该设备id的传播属性设置
|
441
441
|
# @type PropagatingProperties: Array
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mqtt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1132
|
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-08-
|
11
|
+
date: 2025-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|