tencentcloud-sdk-mqtt 3.0.1074 → 3.0.1075

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20240516/models.rb +12 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27e78f1ef6b227f115b839a6e0aa35c153680bc9
4
- data.tar.gz: 70072829fe9556721489c5c59f0a350d32511ef3
3
+ metadata.gz: 0f85f401ea030f3c741e1e900520dfd6744bcd38
4
+ data.tar.gz: 3a2a04e99d2bb653c447a307ca545a5c27325cfe
5
5
  SHA512:
6
- metadata.gz: e6d0aca80cab8f558bbbba53f685626de8dbdca830587f07b687f4f2e8aedc636f35486e18cbd1caddcfc909bbe810d3b0c02cfe0cc7f1e3c68833fb74137ec0
7
- data.tar.gz: f7840819077f0ede9a877ffd2e79b339afdeeee7b5a1411ea298975a4b747a9df138ab6a6528a8374673740609a31a0f3903f4aa553be7346a501493b8aacdfe
6
+ metadata.gz: c7287861eca51d64cdc32c360a5d7d341a54d5289749a5851fa185738d55cbb8b97de9818c0a744bf5bd084fe63f4447b812a056c1db0ecace626646a8ce9a08
7
+ data.tar.gz: c6ce7c10daffb46b705e1a4671f5a52b742216ec6fb1fa4b3e7528cdd372c8a53de344b23e9bbd47f503779fd061ad565e66d5bafe9cff2449e50b65884572a8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1075
@@ -2903,12 +2903,12 @@ module TencentCloud
2903
2903
 
2904
2904
  attr_accessor :MsgId, :Tags, :Keys, :ProducerAddr, :ProduceTime, :DeadLetterResendTimes, :DeadLetterResendSuccessTimes, :SubTopic, :Qos
2905
2905
  extend Gem::Deprecate
2906
- deprecate :DeadLetterResendTimes, :none, 2025, 5
2907
- deprecate :DeadLetterResendTimes=, :none, 2025, 5
2908
- deprecate :DeadLetterResendSuccessTimes, :none, 2025, 5
2909
- deprecate :DeadLetterResendSuccessTimes=, :none, 2025, 5
2910
- deprecate :SubTopic, :none, 2025, 5
2911
- deprecate :SubTopic=, :none, 2025, 5
2906
+ deprecate :DeadLetterResendTimes, :none, 2025, 6
2907
+ deprecate :DeadLetterResendTimes=, :none, 2025, 6
2908
+ deprecate :DeadLetterResendSuccessTimes, :none, 2025, 6
2909
+ deprecate :DeadLetterResendSuccessTimes=, :none, 2025, 6
2910
+ deprecate :SubTopic, :none, 2025, 6
2911
+ deprecate :SubTopic=, :none, 2025, 6
2912
2912
 
2913
2913
  def initialize(msgid=nil, tags=nil, keys=nil, produceraddr=nil, producetime=nil, deadletterresendtimes=nil, deadletterresendsuccesstimes=nil, subtopic=nil, qos=nil)
2914
2914
  @MsgId = msgid
@@ -3295,10 +3295,10 @@ module TencentCloud
3295
3295
 
3296
3296
  attr_accessor :InstanceId, :Name, :Remark, :SkuCode, :DeviceCertificateProvisionType, :AutomaticActivation, :AuthorizationPolicy
3297
3297
  extend Gem::Deprecate
3298
- deprecate :DeviceCertificateProvisionType, :none, 2025, 5
3299
- deprecate :DeviceCertificateProvisionType=, :none, 2025, 5
3300
- deprecate :AutomaticActivation, :none, 2025, 5
3301
- deprecate :AutomaticActivation=, :none, 2025, 5
3298
+ deprecate :DeviceCertificateProvisionType, :none, 2025, 6
3299
+ deprecate :DeviceCertificateProvisionType=, :none, 2025, 6
3300
+ deprecate :AutomaticActivation, :none, 2025, 6
3301
+ deprecate :AutomaticActivation=, :none, 2025, 6
3302
3302
 
3303
3303
  def initialize(instanceid=nil, name=nil, remark=nil, skucode=nil, devicecertificateprovisiontype=nil, automaticactivation=nil, authorizationpolicy=nil)
3304
3304
  @InstanceId = instanceid
@@ -3418,8 +3418,8 @@ module TencentCloud
3418
3418
 
3419
3419
  attr_accessor :InstanceId, :Algorithm, :From, :Secret, :PublicKey, :Status, :Remark, :Text
3420
3420
  extend Gem::Deprecate
3421
- deprecate :Text, :none, 2025, 5
3422
- deprecate :Text=, :none, 2025, 5
3421
+ deprecate :Text, :none, 2025, 6
3422
+ deprecate :Text=, :none, 2025, 6
3423
3423
 
3424
3424
  def initialize(instanceid=nil, algorithm=nil, from=nil, secret=nil, publickey=nil, status=nil, remark=nil, text=nil)
3425
3425
  @InstanceId = instanceid
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.1074
4
+ version: 3.0.1075
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common