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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230901/client.rb +1 -1
- data/lib/v20230901/models.rb +7 -7
- 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: 6a8de208d4e9c58fab1a9373ab1f2bb64617c2a0
|
4
|
+
data.tar.gz: e2cca4a20516ce83a417b97af38042fdfa192268
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 983946df72ed1102faf977424fd758837d05a58789acb9efa23c88be1f0090061b3d4d09520ec876564e63d8b733924aae6f63e8cb09fe5c32f6b66ee230c09f
|
7
|
+
data.tar.gz: c220c27b63139abd4aab5cb96e1990f2cec9071d4260be21995a1855a7a6218a8e6557627a8877d1e89c8b7314c2e381025277d1f79f717eb5de0ea9e7dea127
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1094
|
data/lib/v20230901/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
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.
|
data/lib/v20230901/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
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,
|
323
|
-
deprecate :ModerationLevel=, :none, 2025,
|
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,
|
1072
|
-
deprecate :FirstID=, :none, 2025,
|
1073
|
-
deprecate :LastID, :none, 2025,
|
1074
|
-
deprecate :LastID=, :none, 2025,
|
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.
|
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-
|
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
|