tencentcloud-sdk-hunyuan 3.0.1090 → 3.0.1094

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: 6a8de208d4e9c58fab1a9373ab1f2bb64617c2a0
4
+ data.tar.gz: e2cca4a20516ce83a417b97af38042fdfa192268
5
5
  SHA512:
6
- metadata.gz: 5e8e939b5222d4be768c58f9c822870e21be8d75d5e204cbbbb4c8ec787b9a5480402244a098d3d80caf53fbbaaf518a7c8afb57bf4854d79f26bffb1e8ae187
7
- data.tar.gz: 3394d754ea6112a0c67d71a25ebada8c9b6d3825f7b25932d8fd2c550c857730615caaeb0c79a2f09d7767249f21c076901606a6a760361af70c0fc2013ac65f
6
+ metadata.gz: 983946df72ed1102faf977424fd758837d05a58789acb9efa23c88be1f0090061b3d4d09520ec876564e63d8b733924aae6f63e8cb09fe5c32f6b66ee230c09f
7
+ data.tar.gz: c220c27b63139abd4aab5cb96e1990f2cec9071d4260be21995a1855a7a6218a8e6557627a8877d1e89c8b7314c2e381025277d1f79f717eb5de0ea9e7dea127
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1090
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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.1094
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-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common