tencentcloud-sdk-nodejs 4.1.275 → 4.1.276
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/adp/v20260520/adp_client.js +77 -14
- package/es/services/mps/v20190612/mps_client.js +8 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_client.d.ts +99 -15
- package/tencentcloud/services/adp/v20260520/adp_client.js +147 -21
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +2089 -599
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +17 -17
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +17 -17
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +206 -206
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -14
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -35
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +11 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +15 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +250 -94
|
@@ -34,10 +34,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
34
34
|
return this.request("ModifyAgent", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* ModifyAppTrigger
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async ModifyAppTrigger(req, cb) {
|
|
40
|
+
return this.request("ModifyAppTrigger", req, cb);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* DeleteAppTrigger
|
|
44
|
+
*/
|
|
45
|
+
async DeleteAppTrigger(req, cb) {
|
|
46
|
+
return this.request("DeleteAppTrigger", req, cb);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* MarkAppTriggerRunLogRead
|
|
50
|
+
*/
|
|
51
|
+
async MarkAppTriggerRunLogRead(req, cb) {
|
|
52
|
+
return this.request("MarkAppTriggerRunLogRead", req, cb);
|
|
41
53
|
}
|
|
42
54
|
/**
|
|
43
55
|
* 获取空间列表
|
|
@@ -69,12 +81,36 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
69
81
|
async ModifyConversation(req, cb) {
|
|
70
82
|
return this.request("ModifyConversation", req, cb);
|
|
71
83
|
}
|
|
84
|
+
/**
|
|
85
|
+
* 查询skill详情
|
|
86
|
+
*/
|
|
87
|
+
async DescribeSkillDetail(req, cb) {
|
|
88
|
+
return this.request("DescribeSkillDetail", req, cb);
|
|
89
|
+
}
|
|
72
90
|
/**
|
|
73
91
|
* 获取应用摘要列表
|
|
74
92
|
*/
|
|
75
93
|
async DescribeAppSummaryList(req, cb) {
|
|
76
94
|
return this.request("DescribeAppSummaryList", req, cb);
|
|
77
95
|
}
|
|
96
|
+
/**
|
|
97
|
+
* DescribeAppTriggerInstance
|
|
98
|
+
*/
|
|
99
|
+
async DescribeAppTriggerInstance(req, cb) {
|
|
100
|
+
return this.request("DescribeAppTriggerInstance", req, cb);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* ResumeTimerTask
|
|
104
|
+
*/
|
|
105
|
+
async ResumeTimerTask(req, cb) {
|
|
106
|
+
return this.request("ResumeTimerTask", req, cb);
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* PauseTimerTask
|
|
110
|
+
*/
|
|
111
|
+
async PauseTimerTask(req, cb) {
|
|
112
|
+
return this.request("PauseTimerTask", req, cb);
|
|
113
|
+
}
|
|
78
114
|
/**
|
|
79
115
|
* 查看会话信息
|
|
80
116
|
*/
|
|
@@ -82,10 +118,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
82
118
|
return this.request("DescribeConversation", req, cb);
|
|
83
119
|
}
|
|
84
120
|
/**
|
|
85
|
-
*
|
|
121
|
+
* 删除参数变量
|
|
86
122
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
123
|
+
async DeleteVariable(req, cb) {
|
|
124
|
+
return this.request("DeleteVariable", req, cb);
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* 查询某个 Skill 被引用的详情列表(按 SkillRefType 分组:OpenClaw / cloud agent / 企业助手 agent) 鉴权:同 DescribeSkillDetail(能看该 Skill 即可查)
|
|
128
|
+
*/
|
|
129
|
+
async DescribeSkillReferenceList(req, cb) {
|
|
130
|
+
return this.request("DescribeSkillReferenceList", req, cb);
|
|
89
131
|
}
|
|
90
132
|
/**
|
|
91
133
|
* 上架skill
|
|
@@ -112,10 +154,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
112
154
|
return this.request("DescribeAuditLogList", req, cb);
|
|
113
155
|
}
|
|
114
156
|
/**
|
|
115
|
-
*
|
|
157
|
+
* 查询模型列表
|
|
116
158
|
*/
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
159
|
+
async DescribeModelList(req, cb) {
|
|
160
|
+
return this.request("DescribeModelList", req, cb);
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* MarkTimerTaskRunLogRead
|
|
164
|
+
*/
|
|
165
|
+
async MarkTimerTaskRunLogRead(req, cb) {
|
|
166
|
+
return this.request("MarkTimerTaskRunLogRead", req, cb);
|
|
119
167
|
}
|
|
120
168
|
/**
|
|
121
169
|
* 新增发布任务
|
|
@@ -130,10 +178,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
130
178
|
return this.request("CreateWorkspaceCredential", req, cb);
|
|
131
179
|
}
|
|
132
180
|
/**
|
|
133
|
-
*
|
|
181
|
+
* DescribeAppTriggerSummaryList
|
|
134
182
|
*/
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
183
|
+
async DescribeAppTriggerSummaryList(req, cb) {
|
|
184
|
+
return this.request("DescribeAppTriggerSummaryList", req, cb);
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* CreateAppTrigger
|
|
188
|
+
*/
|
|
189
|
+
async CreateAppTrigger(req, cb) {
|
|
190
|
+
return this.request("CreateAppTrigger", req, cb);
|
|
137
191
|
}
|
|
138
192
|
/**
|
|
139
193
|
* 查询 Agent 摘要信息列表
|
|
@@ -141,6 +195,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
141
195
|
async DescribeAgentSummaryList(req, cb) {
|
|
142
196
|
return this.request("DescribeAgentSummaryList", req, cb);
|
|
143
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* RunAppTriggerNow
|
|
200
|
+
*/
|
|
201
|
+
async RunAppTriggerNow(req, cb) {
|
|
202
|
+
return this.request("RunAppTriggerNow", req, cb);
|
|
203
|
+
}
|
|
144
204
|
/**
|
|
145
205
|
* 编辑空间
|
|
146
206
|
*/
|
|
@@ -154,16 +214,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
154
214
|
return this.request("FavoritePlugin", req, cb);
|
|
155
215
|
}
|
|
156
216
|
/**
|
|
157
|
-
*
|
|
217
|
+
* DescribeAppTriggerRunLogList
|
|
158
218
|
*/
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
219
|
+
async DescribeAppTriggerRunLogList(req, cb) {
|
|
220
|
+
return this.request("DescribeAppTriggerRunLogList", req, cb);
|
|
161
221
|
}
|
|
162
222
|
/**
|
|
163
|
-
*
|
|
223
|
+
* 获取应用信息
|
|
164
224
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
225
|
+
async DescribeApp(req, cb) {
|
|
226
|
+
return this.request("DescribeApp", req, cb);
|
|
167
227
|
}
|
|
168
228
|
/**
|
|
169
229
|
* 发布记录列表
|
|
@@ -201,6 +261,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
201
261
|
async DescribeReleaseSummary(req, cb) {
|
|
202
262
|
return this.request("DescribeReleaseSummary", req, cb);
|
|
203
263
|
}
|
|
264
|
+
/**
|
|
265
|
+
* ResumeAppTrigger
|
|
266
|
+
*/
|
|
267
|
+
async ResumeAppTrigger(req, cb) {
|
|
268
|
+
return this.request("ResumeAppTrigger", req, cb);
|
|
269
|
+
}
|
|
204
270
|
/**
|
|
205
271
|
* 复制应用
|
|
206
272
|
*/
|
|
@@ -220,10 +286,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
220
286
|
return this.request("DeleteSkillShare", req, cb);
|
|
221
287
|
}
|
|
222
288
|
/**
|
|
223
|
-
*
|
|
289
|
+
* 创建Agent
|
|
224
290
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
291
|
+
async CopyAgentFromApp(req, cb) {
|
|
292
|
+
return this.request("CopyAgentFromApp", req, cb);
|
|
227
293
|
}
|
|
228
294
|
/**
|
|
229
295
|
* 获取应用下 Agent 的发布预览列表
|
|
@@ -243,6 +309,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
243
309
|
async CreateSkill(req, cb) {
|
|
244
310
|
return this.request("CreateSkill", req, cb);
|
|
245
311
|
}
|
|
312
|
+
/**
|
|
313
|
+
* RunTimerTaskNow
|
|
314
|
+
*/
|
|
315
|
+
async RunTimerTaskNow(req, cb) {
|
|
316
|
+
return this.request("RunTimerTaskNow", req, cb);
|
|
317
|
+
}
|
|
246
318
|
/**
|
|
247
319
|
* 创建参数变量
|
|
248
320
|
*/
|
|
@@ -267,6 +339,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
267
339
|
async CreateConversation(req, cb) {
|
|
268
340
|
return this.request("CreateConversation", req, cb);
|
|
269
341
|
}
|
|
342
|
+
/**
|
|
343
|
+
* DescribeAppTrigger
|
|
344
|
+
*/
|
|
345
|
+
async DescribeAppTrigger(req, cb) {
|
|
346
|
+
return this.request("DescribeAppTrigger", req, cb);
|
|
347
|
+
}
|
|
270
348
|
/**
|
|
271
349
|
* 更新参数变量
|
|
272
350
|
*/
|
|
@@ -297,6 +375,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
297
375
|
async DescribeSkillSummaryList(req, cb) {
|
|
298
376
|
return this.request("DescribeSkillSummaryList", req, cb);
|
|
299
377
|
}
|
|
378
|
+
/**
|
|
379
|
+
* DeleteTimerTask
|
|
380
|
+
*/
|
|
381
|
+
async DeleteTimerTask(req, cb) {
|
|
382
|
+
return this.request("DeleteTimerTask", req, cb);
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* ModifyTimerTask
|
|
386
|
+
*/
|
|
387
|
+
async ModifyTimerTask(req, cb) {
|
|
388
|
+
return this.request("ModifyTimerTask", req, cb);
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* 取消收藏插件
|
|
392
|
+
*/
|
|
393
|
+
async UnfavoritePlugin(req, cb) {
|
|
394
|
+
return this.request("UnfavoritePlugin", req, cb);
|
|
395
|
+
}
|
|
300
396
|
/**
|
|
301
397
|
* 收藏skill
|
|
302
398
|
*/
|
|
@@ -327,12 +423,30 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
327
423
|
async ModifySkill(req, cb) {
|
|
328
424
|
return this.request("ModifySkill", req, cb);
|
|
329
425
|
}
|
|
426
|
+
/**
|
|
427
|
+
* DescribeTimerTask
|
|
428
|
+
*/
|
|
429
|
+
async DescribeTimerTask(req, cb) {
|
|
430
|
+
return this.request("DescribeTimerTask", req, cb);
|
|
431
|
+
}
|
|
330
432
|
/**
|
|
331
433
|
* 回滚发布
|
|
332
434
|
*/
|
|
333
435
|
async RollbackRelease(req, cb) {
|
|
334
436
|
return this.request("RollbackRelease", req, cb);
|
|
335
437
|
}
|
|
438
|
+
/**
|
|
439
|
+
* CreateTimerTask
|
|
440
|
+
*/
|
|
441
|
+
async CreateTimerTask(req, cb) {
|
|
442
|
+
return this.request("CreateTimerTask", req, cb);
|
|
443
|
+
}
|
|
444
|
+
/**
|
|
445
|
+
* PauseAppTrigger
|
|
446
|
+
*/
|
|
447
|
+
async PauseAppTrigger(req, cb) {
|
|
448
|
+
return this.request("PauseAppTrigger", req, cb);
|
|
449
|
+
}
|
|
336
450
|
/**
|
|
337
451
|
* 获取参数变量列表
|
|
338
452
|
*/
|
|
@@ -357,6 +471,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
357
471
|
async DeleteAgent(req, cb) {
|
|
358
472
|
return this.request("DeleteAgent", req, cb);
|
|
359
473
|
}
|
|
474
|
+
/**
|
|
475
|
+
* 查询定时任务执行记录列表
|
|
476
|
+
*/
|
|
477
|
+
async DescribeTimerTaskRunLogList(req, cb) {
|
|
478
|
+
return this.request("DescribeTimerTaskRunLogList", req, cb);
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* 查询定时任务列表
|
|
482
|
+
*/
|
|
483
|
+
async DescribeTimerTaskSummaryList(req, cb) {
|
|
484
|
+
return this.request("DescribeTimerTaskSummaryList", req, cb);
|
|
485
|
+
}
|
|
360
486
|
/**
|
|
361
487
|
* 获取会话历史消息
|
|
362
488
|
*/
|