tencentcloud-sdk-hunyuan 3.0.1090 → 3.0.1092

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: d99ca9a9601b67f403b8fe8aed2e456143ad18a9
4
- data.tar.gz: fa575110414f02cb14a54f8d7a5abe6983c09b4a
3
+ metadata.gz: a0ecc0d3f7c306d1300075aecf39e3491b979d7c
4
+ data.tar.gz: 6ecd64ad65501c46358f1a01efd93a0cb70b2177
5
5
  SHA512:
6
- metadata.gz: 5e8e939b5222d4be768c58f9c822870e21be8d75d5e204cbbbb4c8ec787b9a5480402244a098d3d80caf53fbbaaf518a7c8afb57bf4854d79f26bffb1e8ae187
7
- data.tar.gz: 3394d754ea6112a0c67d71a25ebada8c9b6d3825f7b25932d8fd2c550c857730615caaeb0c79a2f09d7767249f21c076901606a6a760361af70c0fc2013ac65f
6
+ metadata.gz: 47781813a437032ddeab908233dbbe3053826908f91e46fd41d1df6149f5a2f9ee8d4578ea7c00f13325cf60841794bfce3c98568e0b2c71c63df035b4cacbd1
7
+ data.tar.gz: 98c8dea416a0dbddce45d4db0eaa964cee4d6260e3994ac0706fb3612f37a16ba5c380c56668a375700e0d08f9aa4889d49779c58b0a72a34964d96b9723fee6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1090
1
+ 3.0.1092
@@ -319,8 +319,8 @@ module TencentCloud
319
319
 
320
320
  attr_accessor :Created, :Usage, :Note, :Id, :Choices, :ErrorMsg, :ModerationLevel, :SearchInfo, :Replaces, :RecommendedQuestions, :Processes, :RequestId
321
321
  extend Gem::Deprecate
322
- deprecate :ModerationLevel, :none, 2025, 6
323
- deprecate :ModerationLevel=, :none, 2025, 6
322
+ deprecate :ModerationLevel, :none, 2025, 7
323
+ deprecate :ModerationLevel=, :none, 2025, 7
324
324
 
325
325
  def initialize(created=nil, usage=nil, note=nil, id=nil, choices=nil, errormsg=nil, moderationlevel=nil, searchinfo=nil, replaces=nil, recommendedquestions=nil, processes=nil, requestid=nil)
326
326
  @Created = created
@@ -1068,10 +1068,10 @@ module TencentCloud
1068
1068
 
1069
1069
  attr_accessor :Data, :FirstID, :LastID, :HasMore, :Object, :FirstMsgID, :LastMsgID, :RequestId
1070
1070
  extend Gem::Deprecate
1071
- deprecate :FirstID, :none, 2025, 6
1072
- deprecate :FirstID=, :none, 2025, 6
1073
- deprecate :LastID, :none, 2025, 6
1074
- deprecate :LastID=, :none, 2025, 6
1071
+ deprecate :FirstID, :none, 2025, 7
1072
+ deprecate :FirstID=, :none, 2025, 7
1073
+ deprecate :LastID, :none, 2025, 7
1074
+ deprecate :LastID=, :none, 2025, 7
1075
1075
 
1076
1076
  def initialize(data=nil, firstid=nil, lastid=nil, hasmore=nil, object=nil, firstmsgid=nil, lastmsgid=nil, requestid=nil)
1077
1077
  @Data = data
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hunyuan
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1090
4
+ version: 3.0.1092
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-27 00:00:00.000000000 Z
11
+ date: 2025-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common