tencentcloud-sdk-lke 3.0.998 → 3.0.999

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/v20231130/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5719f85208838a1cb3bc56557be5af5bc5da1ddc
4
- data.tar.gz: ddb8b8fbb91260ea2ab1676aa6cbf307f9ac8aa5
3
+ metadata.gz: 119b1526d5170e75232b702707d4819a8472bf9e
4
+ data.tar.gz: 18cb6a2eb8327ca4346a4a9d305f01a453c77df9
5
5
  SHA512:
6
- metadata.gz: ebbbdaf78f76827a0dc16b571688cbd804227c750517532e98bfce83b4a3a281054cf2f84bab6286741137c71ba6ef79c0d059e8f4070aac150eb8a5bf876c52
7
- data.tar.gz: 0018967e00d699c01a58cadb31684242c35f52963d421ee44044e5fdc6cb095a6c70bd83270ec1550bab6a7b3e7e127edff6c87ec843395620525bcacd323d37
6
+ metadata.gz: 7ddd7429b8d4cc35df18ce5fd0ce382f04deb36fceef701944caf99d983125b61260c932ef93a158608913a909cfdd0945b6f2b19b07ea133d196c75d3a46d9c
7
+ data.tar.gz: 835322dfe3f1e7b1de5b00cf74d2067fb8d35b9bf550e5ef6d665a82b7413c18cb3745e63fb0177caeee761a555f68555e8f824ca4355c705d3a216492faa8ec
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.998
1
+ 3.0.999
@@ -46,10 +46,16 @@ module TencentCloud
46
46
  # @param Elapsed: 当前请求执行时间, 单位 ms
47
47
  # 注意:此字段可能返回 null,表示取不到有效值。
48
48
  # @type Elapsed: Integer
49
+ # @param NodeName: 工作流节点名称
50
+ # 注意:此字段可能返回 null,表示取不到有效值。
51
+ # @type NodeName: String
52
+ # @param ReplyIndex: 用于展示思考放在哪个回复气泡中
53
+ # 注意:此字段可能返回 null,表示取不到有效值。
54
+ # @type ReplyIndex: Integer
49
55
 
50
- attr_accessor :Index, :Name, :Title, :Status, :Icon, :Debugging, :Switch, :WorkflowName, :Elapsed
56
+ attr_accessor :Index, :Name, :Title, :Status, :Icon, :Debugging, :Switch, :WorkflowName, :Elapsed, :NodeName, :ReplyIndex
51
57
 
52
- def initialize(index=nil, name=nil, title=nil, status=nil, icon=nil, debugging=nil, switch=nil, workflowname=nil, elapsed=nil)
58
+ def initialize(index=nil, name=nil, title=nil, status=nil, icon=nil, debugging=nil, switch=nil, workflowname=nil, elapsed=nil, nodename=nil, replyindex=nil)
53
59
  @Index = index
54
60
  @Name = name
55
61
  @Title = title
@@ -59,6 +65,8 @@ module TencentCloud
59
65
  @Switch = switch
60
66
  @WorkflowName = workflowname
61
67
  @Elapsed = elapsed
68
+ @NodeName = nodename
69
+ @ReplyIndex = replyindex
62
70
  end
63
71
 
64
72
  def deserialize(params)
@@ -74,6 +82,8 @@ module TencentCloud
74
82
  @Switch = params['Switch']
75
83
  @WorkflowName = params['WorkflowName']
76
84
  @Elapsed = params['Elapsed']
85
+ @NodeName = params['NodeName']
86
+ @ReplyIndex = params['ReplyIndex']
77
87
  end
78
88
  end
79
89
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.998
4
+ version: 3.0.999
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-02-13 00:00:00.000000000 Z
11
+ date: 2025-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common