tencentcloud-sdk-hunyuan 3.0.982 → 3.0.983

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/v20230901/models.rb +16 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 282c527fdb516ddde7a18b75651fcd21be0e0616
4
- data.tar.gz: 2cd314413e4db8b9cdedfbb0bfc852668d1f354b
3
+ metadata.gz: 20d05e98b08c5810cb33fc2b46b4b3d6c01e793b
4
+ data.tar.gz: 0e5b0012dbb7527cd28c6bcef48d7795b6d1a70a
5
5
  SHA512:
6
- metadata.gz: 1eb0012e03b0a116cc846d07714d63b207dfd83e18b9856536d2c40307e333df83eb36810b1394d4ee062cf2e3d2405550f5ab7bbc9d490024ed38bbc53c9d9d
7
- data.tar.gz: cb54e1cd981bdf35388fda508bb8b128e6eea778ea7c6dad4da2c67cd31fbe0e2c83a986461f1dcfc9132cb516263680856ab07e8ea632157827d39a80a32f03
6
+ metadata.gz: 66f0bd8e2e9998285cbf5d3f12d47a9556f7e76bc2a054dcf5043ae95031fc2e23fc30013321c411db25a5348eee0e4706b843143053cfda15848f642dc77dd7
7
+ data.tar.gz: 7603e6b590059fe50b174d1d2cc13df9f610027e1cad0297f7f2adacdfe5ed073918428fa04f6e7e66fbde02d8349ec4fc7070cdc3b96959f118d09e6e681e5f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.982
1
+ 3.0.983
@@ -918,24 +918,35 @@ module TencentCloud
918
918
  # @param FirstID: 第一条消息 ID
919
919
  # 注意:此字段可能返回 null,表示取不到有效值。
920
920
  # @type FirstID: String
921
- # @param LastID: 最后一条消息 ID
921
+ # @param LastID: 已废弃
922
922
  # 注意:此字段可能返回 null,表示取不到有效值。
923
923
  # @type LastID: Integer
924
924
  # @param HasMore: 是否还有更多消息
925
925
  # @type HasMore: Boolean
926
926
  # @param Object: 对象类型
927
927
  # @type Object: String
928
+ # @param FirstMsgID: 第一条消息 ID
929
+ # @type FirstMsgID: String
930
+ # @param LastMsgID: 最后一条消息 ID
931
+ # @type LastMsgID: String
928
932
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。本接口为流式响应接口,当请求成功时,RequestId 会被放在 HTTP 响应的 Header "X-TC-RequestId" 中。
929
933
  # @type RequestId: String
930
934
 
931
- attr_accessor :Data, :FirstID, :LastID, :HasMore, :Object, :RequestId
935
+ attr_accessor :Data, :FirstID, :LastID, :HasMore, :Object, :FirstMsgID, :LastMsgID, :RequestId
936
+ extend Gem::Deprecate
937
+ deprecate :FirstID, :none, 2025, 1
938
+ deprecate :FirstID=, :none, 2025, 1
939
+ deprecate :LastID, :none, 2025, 1
940
+ deprecate :LastID=, :none, 2025, 1
932
941
 
933
- def initialize(data=nil, firstid=nil, lastid=nil, hasmore=nil, object=nil, requestid=nil)
942
+ def initialize(data=nil, firstid=nil, lastid=nil, hasmore=nil, object=nil, firstmsgid=nil, lastmsgid=nil, requestid=nil)
934
943
  @Data = data
935
944
  @FirstID = firstid
936
945
  @LastID = lastid
937
946
  @HasMore = hasmore
938
947
  @Object = object
948
+ @FirstMsgID = firstmsgid
949
+ @LastMsgID = lastmsgid
939
950
  @RequestId = requestid
940
951
  end
941
952
 
@@ -952,6 +963,8 @@ module TencentCloud
952
963
  @LastID = params['LastID']
953
964
  @HasMore = params['HasMore']
954
965
  @Object = params['Object']
966
+ @FirstMsgID = params['FirstMsgID']
967
+ @LastMsgID = params['LastMsgID']
955
968
  @RequestId = params['RequestId']
956
969
  end
957
970
  end
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.982
4
+ version: 3.0.983
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-01-14 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common