tencentcloud-sdk-nodejs 4.1.114 → 4.1.116
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/ai3d/v20250513/ai3d_client.js +6 -0
- package/es/services/cloudapp/v20220530/cloudapp_client.js +3 -0
- package/es/services/cls/v20201016/cls_client.js +9 -0
- package/es/services/gme/v20180711/gme_client.js +27 -0
- package/es/services/index.js +1 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +26 -2
- package/es/services/lighthouse/v20200324/lighthouse_client.js +3 -0
- package/es/services/lowcode/v20210108/lowcode_client.js +13 -4
- package/es/services/ocr/v20181119/ocr_client.js +10 -4
- package/es/services/tdai/index.js +4 -0
- package/es/services/tdai/v20250717/index.js +6 -0
- package/es/services/tdai/v20250717/tdai_client.js +60 -0
- package/es/services/tdai/v20250717/tdai_models.js +0 -0
- package/es/services/teo/v20220901/teo_client.js +3 -0
- 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/ai3d/v20250513/ai3d_client.d.ts +11 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_client.js +14 -0
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +110 -9
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +2 -2
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +4 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -67
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +29 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +114 -93
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.d.ts +118 -1
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.js +119 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +54 -16
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +13 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +18 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +284 -85
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +16 -0
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +18 -17
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +73 -3
- package/tencentcloud/services/es/v20250101/es_models.d.ts +118 -13
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +80 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +39 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +56 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +678 -80
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +8 -0
- package/tencentcloud/services/igtm/v20231024/igtm_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +18 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +35 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +51 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +584 -132
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +6 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +7 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +158 -47
- package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +8 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +17 -5
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +24 -6
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +646 -41
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +5 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +476 -11
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +61 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +13 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +18 -6
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +185 -77
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +2 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +151 -126
- package/tencentcloud/services/tdai/index.d.ts +6 -0
- package/tencentcloud/services/tdai/index.js +7 -0
- package/tencentcloud/services/tdai/v20250717/index.d.ts +6 -0
- package/tencentcloud/services/tdai/v20250717/index.js +10 -0
- package/tencentcloud/services/tdai/v20250717/tdai_client.d.ts +82 -0
- package/tencentcloud/services/tdai/v20250717/tdai_client.js +139 -0
- package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +877 -0
- package/tencentcloud/services/tdai/v20250717/tdai_models.js +18 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +101 -40
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +2 -2
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -11
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +3 -5
- package/tencentcloud/services/wsa/v20250508/wsa_client.d.ts +1 -1
- package/tencentcloud/services/wsa/v20250508/wsa_client.js +1 -1
- package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +1 -1
package/es/common/sdk_version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const sdkVersion = "4.1.
|
1
|
+
export const sdkVersion = "4.1.116";
|
@@ -3,6 +3,12 @@ export class Client extends AbstractClient {
|
|
3
3
|
constructor(clientConfig) {
|
4
4
|
super("ai3d.tencentcloudapi.com", "2025-05-13", clientConfig);
|
5
5
|
}
|
6
|
+
async SubmitHunyuanTo3DProJob(req, cb) {
|
7
|
+
return this.request("SubmitHunyuanTo3DProJob", req, cb);
|
8
|
+
}
|
9
|
+
async QueryHunyuanTo3DProJob(req, cb) {
|
10
|
+
return this.request("QueryHunyuanTo3DProJob", req, cb);
|
11
|
+
}
|
6
12
|
async SubmitHunyuanTo3DJob(req, cb) {
|
7
13
|
return this.request("SubmitHunyuanTo3DJob", req, cb);
|
8
14
|
}
|
@@ -117,6 +117,9 @@ export class Client extends AbstractClient {
|
|
117
117
|
async DeleteCosRecharge(req, cb) {
|
118
118
|
return this.request("DeleteCosRecharge", req, cb);
|
119
119
|
}
|
120
|
+
async DescribeKafkaConsumerGroupList(req, cb) {
|
121
|
+
return this.request("DescribeKafkaConsumerGroupList", req, cb);
|
122
|
+
}
|
120
123
|
async DescribeKafkaRecharges(req, cb) {
|
121
124
|
return this.request("DescribeKafkaRecharges", req, cb);
|
122
125
|
}
|
@@ -294,9 +297,15 @@ export class Client extends AbstractClient {
|
|
294
297
|
async DescribeShippers(req, cb) {
|
295
298
|
return this.request("DescribeShippers", req, cb);
|
296
299
|
}
|
300
|
+
async ModifyKafkaConsumerGroupOffset(req, cb) {
|
301
|
+
return this.request("ModifyKafkaConsumerGroupOffset", req, cb);
|
302
|
+
}
|
297
303
|
async ModifyConsoleSharing(req, cb) {
|
298
304
|
return this.request("ModifyConsoleSharing", req, cb);
|
299
305
|
}
|
306
|
+
async DescribeKafkaConsumerGroupDetail(req, cb) {
|
307
|
+
return this.request("DescribeKafkaConsumerGroupDetail", req, cb);
|
308
|
+
}
|
300
309
|
async DescribeDashboards(req, cb) {
|
301
310
|
return this.request("DescribeDashboards", req, cb);
|
302
311
|
}
|
@@ -9,6 +9,12 @@ export class Client extends AbstractClient {
|
|
9
9
|
async StopRecord(req, cb) {
|
10
10
|
return this.request("StopRecord", req, cb);
|
11
11
|
}
|
12
|
+
async UpdateAIConversation(req, cb) {
|
13
|
+
return this.request("UpdateAIConversation", req, cb);
|
14
|
+
}
|
15
|
+
async StopAIConversation(req, cb) {
|
16
|
+
return this.request("StopAIConversation", req, cb);
|
17
|
+
}
|
12
18
|
async DeleteScanUser(req, cb) {
|
13
19
|
return this.request("DeleteScanUser", req, cb);
|
14
20
|
}
|
@@ -21,24 +27,39 @@ export class Client extends AbstractClient {
|
|
21
27
|
async DescribeUserInAndOutTime(req, cb) {
|
22
28
|
return this.request("DescribeUserInAndOutTime", req, cb);
|
23
29
|
}
|
30
|
+
async DeleteVoicePrint(req, cb) {
|
31
|
+
return this.request("DeleteVoicePrint", req, cb);
|
32
|
+
}
|
24
33
|
async UpdateScanRooms(req, cb) {
|
25
34
|
return this.request("UpdateScanRooms", req, cb);
|
26
35
|
}
|
36
|
+
async StartAIConversation(req, cb) {
|
37
|
+
return this.request("StartAIConversation", req, cb);
|
38
|
+
}
|
27
39
|
async CreateCustomization(req, cb) {
|
28
40
|
return this.request("CreateCustomization", req, cb);
|
29
41
|
}
|
30
42
|
async DescribeTaskInfo(req, cb) {
|
31
43
|
return this.request("DescribeTaskInfo", req, cb);
|
32
44
|
}
|
45
|
+
async RegisterVoicePrint(req, cb) {
|
46
|
+
return this.request("RegisterVoicePrint", req, cb);
|
47
|
+
}
|
33
48
|
async CreateAgeDetectTask(req, cb) {
|
34
49
|
return this.request("CreateAgeDetectTask", req, cb);
|
35
50
|
}
|
51
|
+
async UpdateVoicePrint(req, cb) {
|
52
|
+
return this.request("UpdateVoicePrint", req, cb);
|
53
|
+
}
|
36
54
|
async DeleteRoomMember(req, cb) {
|
37
55
|
return this.request("DeleteRoomMember", req, cb);
|
38
56
|
}
|
39
57
|
async DescribeApplicationData(req, cb) {
|
40
58
|
return this.request("DescribeApplicationData", req, cb);
|
41
59
|
}
|
60
|
+
async DescribeAIConversation(req, cb) {
|
61
|
+
return this.request("DescribeAIConversation", req, cb);
|
62
|
+
}
|
42
63
|
async ScanVoice(req, cb) {
|
43
64
|
return this.request("ScanVoice", req, cb);
|
44
65
|
}
|
@@ -57,6 +78,9 @@ export class Client extends AbstractClient {
|
|
57
78
|
async ModifyRecordInfo(req, cb) {
|
58
79
|
return this.request("ModifyRecordInfo", req, cb);
|
59
80
|
}
|
81
|
+
async DescribeVoicePrint(req, cb) {
|
82
|
+
return this.request("DescribeVoicePrint", req, cb);
|
83
|
+
}
|
60
84
|
async CreateApp(req, cb) {
|
61
85
|
return this.request("CreateApp", req, cb);
|
62
86
|
}
|
@@ -78,6 +102,9 @@ export class Client extends AbstractClient {
|
|
78
102
|
async DeleteCustomization(req, cb) {
|
79
103
|
return this.request("DeleteCustomization", req, cb);
|
80
104
|
}
|
105
|
+
async ControlAIConversation(req, cb) {
|
106
|
+
return this.request("ControlAIConversation", req, cb);
|
107
|
+
}
|
81
108
|
async StartRecord(req, cb) {
|
82
109
|
return this.request("StartRecord", req, cb);
|
83
110
|
}
|
package/es/services/index.js
CHANGED
@@ -193,6 +193,7 @@ export { tchd } from "./tchd";
|
|
193
193
|
export { tcm } from "./tcm";
|
194
194
|
export { tcr } from "./tcr";
|
195
195
|
export { tcss } from "./tcss";
|
196
|
+
export { tdai } from "./tdai";
|
196
197
|
export { tdcpg } from "./tdcpg";
|
197
198
|
export { tdid } from "./tdid";
|
198
199
|
export { tdmq } from "./tdmq";
|
@@ -60,6 +60,9 @@ export class Client extends AbstractClient {
|
|
60
60
|
async DescribeStudioProduct(req, cb) {
|
61
61
|
return this.request("DescribeStudioProduct", req, cb);
|
62
62
|
}
|
63
|
+
async ListProductOtaModules(req, cb) {
|
64
|
+
return this.request("ListProductOtaModules", req, cb);
|
65
|
+
}
|
63
66
|
async GetLoRaGatewayList(req, cb) {
|
64
67
|
return this.request("GetLoRaGatewayList", req, cb);
|
65
68
|
}
|
@@ -105,8 +108,8 @@ export class Client extends AbstractClient {
|
|
105
108
|
async ModifyLoRaGateway(req, cb) {
|
106
109
|
return this.request("ModifyLoRaGateway", req, cb);
|
107
110
|
}
|
108
|
-
async
|
109
|
-
return this.request("
|
111
|
+
async DescribeFirmwareTasks(req, cb) {
|
112
|
+
return this.request("DescribeFirmwareTasks", req, cb);
|
110
113
|
}
|
111
114
|
async DescribeFenceEventList(req, cb) {
|
112
115
|
return this.request("DescribeFenceEventList", req, cb);
|
@@ -120,6 +123,9 @@ export class Client extends AbstractClient {
|
|
120
123
|
async DeleteTopicRule(req, cb) {
|
121
124
|
return this.request("DeleteTopicRule", req, cb);
|
122
125
|
}
|
126
|
+
async DeleteOtaModule(req, cb) {
|
127
|
+
return this.request("DeleteOtaModule", req, cb);
|
128
|
+
}
|
123
129
|
async DescribeCloudStorageAIService(req, cb) {
|
124
130
|
return this.request("DescribeCloudStorageAIService", req, cb);
|
125
131
|
}
|
@@ -159,6 +165,9 @@ export class Client extends AbstractClient {
|
|
159
165
|
async DescribeVideoLicense(req, cb) {
|
160
166
|
return this.request("DescribeVideoLicense", req, cb);
|
161
167
|
}
|
168
|
+
async BatchUpdateFirmware(req, cb) {
|
169
|
+
return this.request("BatchUpdateFirmware", req, cb);
|
170
|
+
}
|
162
171
|
async GetTWeTalkProductConfigList(req, cb) {
|
163
172
|
return this.request("GetTWeTalkProductConfigList", req, cb);
|
164
173
|
}
|
@@ -174,6 +183,9 @@ export class Client extends AbstractClient {
|
|
174
183
|
async InheritCloudStorageUser(req, cb) {
|
175
184
|
return this.request("InheritCloudStorageUser", req, cb);
|
176
185
|
}
|
186
|
+
async ListOtaModules(req, cb) {
|
187
|
+
return this.request("ListOtaModules", req, cb);
|
188
|
+
}
|
177
189
|
async ModifyTWeTalkProductConfig(req, cb) {
|
178
190
|
return this.request("ModifyTWeTalkProductConfig", req, cb);
|
179
191
|
}
|
@@ -210,6 +222,9 @@ export class Client extends AbstractClient {
|
|
210
222
|
async InvokeExternalSourceAIServiceTask(req, cb) {
|
211
223
|
return this.request("InvokeExternalSourceAIServiceTask", req, cb);
|
212
224
|
}
|
225
|
+
async DescribeFirmwareTaskDevices(req, cb) {
|
226
|
+
return this.request("DescribeFirmwareTaskDevices", req, cb);
|
227
|
+
}
|
213
228
|
async DescribeLoRaFrequency(req, cb) {
|
214
229
|
return this.request("DescribeLoRaFrequency", req, cb);
|
215
230
|
}
|
@@ -282,6 +297,9 @@ export class Client extends AbstractClient {
|
|
282
297
|
async CreateTopicRule(req, cb) {
|
283
298
|
return this.request("CreateTopicRule", req, cb);
|
284
299
|
}
|
300
|
+
async UpdateOtaModule(req, cb) {
|
301
|
+
return this.request("UpdateOtaModule", req, cb);
|
302
|
+
}
|
285
303
|
async CreateLoRaFrequency(req, cb) {
|
286
304
|
return this.request("CreateLoRaFrequency", req, cb);
|
287
305
|
}
|
@@ -342,6 +360,9 @@ export class Client extends AbstractClient {
|
|
342
360
|
async DescribeGatewaySubProducts(req, cb) {
|
343
361
|
return this.request("DescribeGatewaySubProducts", req, cb);
|
344
362
|
}
|
363
|
+
async CreateOtaModule(req, cb) {
|
364
|
+
return this.request("CreateOtaModule", req, cb);
|
365
|
+
}
|
345
366
|
async DescribeDevicePositionList(req, cb) {
|
346
367
|
return this.request("DescribeDevicePositionList", req, cb);
|
347
368
|
}
|
@@ -384,6 +405,9 @@ export class Client extends AbstractClient {
|
|
384
405
|
async DescribeTWeSeeRecognitionTask(req, cb) {
|
385
406
|
return this.request("DescribeTWeSeeRecognitionTask", req, cb);
|
386
407
|
}
|
408
|
+
async DescribeDevice(req, cb) {
|
409
|
+
return this.request("DescribeDevice", req, cb);
|
410
|
+
}
|
387
411
|
async DescribeBatchProduction(req, cb) {
|
388
412
|
return this.request("DescribeBatchProduction", req, cb);
|
389
413
|
}
|
@@ -192,6 +192,9 @@ export class Client extends AbstractClient {
|
|
192
192
|
async DescribeBundles(req, cb) {
|
193
193
|
return this.request("DescribeBundles", req, cb);
|
194
194
|
}
|
195
|
+
async DescribeMcpServerTemplates(req, cb) {
|
196
|
+
return this.request("DescribeMcpServerTemplates", req, cb);
|
197
|
+
}
|
195
198
|
async ModifyMcpServer(req, cb) {
|
196
199
|
return this.request("ModifyMcpServer", req, cb);
|
197
200
|
}
|
@@ -12,15 +12,24 @@ export class Client extends AbstractClient {
|
|
12
12
|
async UpdateKnowledgeSet(req, cb) {
|
13
13
|
return this.request("UpdateKnowledgeSet", req, cb);
|
14
14
|
}
|
15
|
-
async
|
16
|
-
return this.request("
|
15
|
+
async DescribeApps(req, cb) {
|
16
|
+
return this.request("DescribeApps", req, cb);
|
17
|
+
}
|
18
|
+
async DescribeRelatedUsers(req, cb) {
|
19
|
+
return this.request("DescribeRelatedUsers", req, cb);
|
17
20
|
}
|
18
21
|
async DescribeKnowledgeSetList(req, cb) {
|
19
22
|
return this.request("DescribeKnowledgeSetList", req, cb);
|
20
23
|
}
|
24
|
+
async SearchDocList(req, cb) {
|
25
|
+
return this.request("SearchDocList", req, cb);
|
26
|
+
}
|
21
27
|
async DescribeDataSourceList(req, cb) {
|
22
28
|
return this.request("DescribeDataSourceList", req, cb);
|
23
29
|
}
|
30
|
+
async PutWxAppIdToWeApp(req, cb) {
|
31
|
+
return this.request("PutWxAppIdToWeApp", req, cb);
|
32
|
+
}
|
24
33
|
async DeleteKnowledgeDocumentSet(req, cb) {
|
25
34
|
return this.request("DeleteKnowledgeDocumentSet", req, cb);
|
26
35
|
}
|
@@ -39,8 +48,8 @@ export class Client extends AbstractClient {
|
|
39
48
|
async DeployApp(req, cb) {
|
40
49
|
return this.request("DeployApp", req, cb);
|
41
50
|
}
|
42
|
-
async
|
43
|
-
return this.request("
|
51
|
+
async DescribeResourceRoleList(req, cb) {
|
52
|
+
return this.request("DescribeResourceRoleList", req, cb);
|
44
53
|
}
|
45
54
|
async DeleteKnowledgeSet(req, cb) {
|
46
55
|
return this.request("DeleteKnowledgeSet", req, cb);
|
@@ -57,6 +57,9 @@ export class Client extends AbstractClient {
|
|
57
57
|
async TaxiInvoiceOCR(req, cb) {
|
58
58
|
return this.request("TaxiInvoiceOCR", req, cb);
|
59
59
|
}
|
60
|
+
async DescribeExtractDocAgentJob(req, cb) {
|
61
|
+
return this.request("DescribeExtractDocAgentJob", req, cb);
|
62
|
+
}
|
60
63
|
async RideHailingDriverLicenseOCR(req, cb) {
|
61
64
|
return this.request("RideHailingDriverLicenseOCR", req, cb);
|
62
65
|
}
|
@@ -183,12 +186,15 @@ export class Client extends AbstractClient {
|
|
183
186
|
async BankSlipOCR(req, cb) {
|
184
187
|
return this.request("BankSlipOCR", req, cb);
|
185
188
|
}
|
186
|
-
async
|
187
|
-
return this.request("
|
189
|
+
async VehicleRegCertOCR(req, cb) {
|
190
|
+
return this.request("VehicleRegCertOCR", req, cb);
|
188
191
|
}
|
189
192
|
async RecognizeTravelCardOCR(req, cb) {
|
190
193
|
return this.request("RecognizeTravelCardOCR", req, cb);
|
191
194
|
}
|
195
|
+
async SubmitExtractDocAgentJob(req, cb) {
|
196
|
+
return this.request("SubmitExtractDocAgentJob", req, cb);
|
197
|
+
}
|
192
198
|
async VerifyOfdVatInvoiceOCR(req, cb) {
|
193
199
|
return this.request("VerifyOfdVatInvoiceOCR", req, cb);
|
194
200
|
}
|
@@ -246,8 +252,8 @@ export class Client extends AbstractClient {
|
|
246
252
|
async AdvertiseOCR(req, cb) {
|
247
253
|
return this.request("AdvertiseOCR", req, cb);
|
248
254
|
}
|
249
|
-
async
|
250
|
-
return this.request("
|
255
|
+
async ResidenceBookletOCR(req, cb) {
|
256
|
+
return this.request("ResidenceBookletOCR", req, cb);
|
251
257
|
}
|
252
258
|
async CarInvoiceOCR(req, cb) {
|
253
259
|
return this.request("CarInvoiceOCR", req, cb);
|
@@ -0,0 +1,60 @@
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
2
|
+
export class Client extends AbstractClient {
|
3
|
+
constructor(clientConfig) {
|
4
|
+
super("tdai.tencentcloudapi.com", "2025-07-17", clientConfig);
|
5
|
+
}
|
6
|
+
async DescribeChatDetail(req, cb) {
|
7
|
+
return this.request("DescribeChatDetail", req, cb);
|
8
|
+
}
|
9
|
+
async RemoveChat(req, cb) {
|
10
|
+
return this.request("RemoveChat", req, cb);
|
11
|
+
}
|
12
|
+
async IsolateAgentInstance(req, cb) {
|
13
|
+
return this.request("IsolateAgentInstance", req, cb);
|
14
|
+
}
|
15
|
+
async ContinueAgentWork(req, cb) {
|
16
|
+
return this.request("ContinueAgentWork", req, cb);
|
17
|
+
}
|
18
|
+
async DescribeAgentDutyTasks(req, cb) {
|
19
|
+
return this.request("DescribeAgentDutyTasks", req, cb);
|
20
|
+
}
|
21
|
+
async PauseAgentWork(req, cb) {
|
22
|
+
return this.request("PauseAgentWork", req, cb);
|
23
|
+
}
|
24
|
+
async DescribeChats(req, cb) {
|
25
|
+
return this.request("DescribeChats", req, cb);
|
26
|
+
}
|
27
|
+
async DescribeAgentInstance(req, cb) {
|
28
|
+
return this.request("DescribeAgentInstance", req, cb);
|
29
|
+
}
|
30
|
+
async CreateChatCompletion(req, cb) {
|
31
|
+
return this.request("CreateChatCompletion", req, cb);
|
32
|
+
}
|
33
|
+
async ModifyChatTitle(req, cb) {
|
34
|
+
return this.request("ModifyChatTitle", req, cb);
|
35
|
+
}
|
36
|
+
async DescribeAgentDutyTaskDetail(req, cb) {
|
37
|
+
return this.request("DescribeAgentDutyTaskDetail", req, cb);
|
38
|
+
}
|
39
|
+
async DescribeReportUrl(req, cb) {
|
40
|
+
return this.request("DescribeReportUrl", req, cb);
|
41
|
+
}
|
42
|
+
async TerminateAgentInstance(req, cb) {
|
43
|
+
return this.request("TerminateAgentInstance", req, cb);
|
44
|
+
}
|
45
|
+
async RecoverAgentInstance(req, cb) {
|
46
|
+
return this.request("RecoverAgentInstance", req, cb);
|
47
|
+
}
|
48
|
+
async ModifyAgentInstanceParameters(req, cb) {
|
49
|
+
return this.request("ModifyAgentInstanceParameters", req, cb);
|
50
|
+
}
|
51
|
+
async DescribeAgentInstances(req, cb) {
|
52
|
+
return this.request("DescribeAgentInstances", req, cb);
|
53
|
+
}
|
54
|
+
async DescribeAgents(req, cb) {
|
55
|
+
return this.request("DescribeAgents", req, cb);
|
56
|
+
}
|
57
|
+
async CreateAgentInstance(req, cb) {
|
58
|
+
return this.request("CreateAgentInstance", req, cb);
|
59
|
+
}
|
60
|
+
}
|
File without changes
|
@@ -519,6 +519,9 @@ export class Client extends AbstractClient {
|
|
519
519
|
async DeleteZone(req, cb) {
|
520
520
|
return this.request("DeleteZone", req, cb);
|
521
521
|
}
|
522
|
+
async DescribeTimingL7OriginPullData(req, cb) {
|
523
|
+
return this.request("DescribeTimingL7OriginPullData", req, cb);
|
524
|
+
}
|
522
525
|
async DescribeSecurityIPGroupInfo(req, cb) {
|
523
526
|
return this.request("DescribeSecurityIPGroupInfo", req, cb);
|
524
527
|
}
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
1
|
+
export declare const sdkVersion = "4.1.116";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
3
|
-
import {
|
3
|
+
import { SubmitHunyuanTo3DProJobResponse, SubmitHunyuanTo3DJobResponse, QueryHunyuanTo3DJobRequest, SubmitHunyuanTo3DProJobRequest, QueryHunyuanTo3DProJobRequest, QueryHunyuanTo3DProJobResponse, QueryHunyuanTo3DJobResponse, SubmitHunyuanTo3DJobRequest } from "./ai3d_models";
|
4
4
|
/**
|
5
5
|
* ai3d client
|
6
6
|
* @class
|
@@ -9,6 +9,16 @@ export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
10
10
|
/**
|
11
11
|
* 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
12
|
+
默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
13
|
+
*/
|
14
|
+
SubmitHunyuanTo3DProJob(req: SubmitHunyuanTo3DProJobRequest, cb?: (error: string, rep: SubmitHunyuanTo3DProJobResponse) => void): Promise<SubmitHunyuanTo3DProJobResponse>;
|
15
|
+
/**
|
16
|
+
* 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
17
|
+
默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
18
|
+
*/
|
19
|
+
QueryHunyuanTo3DProJob(req: QueryHunyuanTo3DProJobRequest, cb?: (error: string, rep: QueryHunyuanTo3DProJobResponse) => void): Promise<QueryHunyuanTo3DProJobResponse>;
|
20
|
+
/**
|
21
|
+
* 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
12
22
|
默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
13
23
|
*/
|
14
24
|
SubmitHunyuanTo3DJob(req: SubmitHunyuanTo3DJobRequest, cb?: (error: string, rep: SubmitHunyuanTo3DJobResponse) => void): Promise<SubmitHunyuanTo3DJobResponse>;
|
@@ -29,6 +29,20 @@ class Client extends abstract_client_1.AbstractClient {
|
|
29
29
|
}
|
30
30
|
/**
|
31
31
|
* 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
32
|
+
默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
33
|
+
*/
|
34
|
+
async SubmitHunyuanTo3DProJob(req, cb) {
|
35
|
+
return this.request("SubmitHunyuanTo3DProJob", req, cb);
|
36
|
+
}
|
37
|
+
/**
|
38
|
+
* 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
39
|
+
默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
40
|
+
*/
|
41
|
+
async QueryHunyuanTo3DProJob(req, cb) {
|
42
|
+
return this.request("QueryHunyuanTo3DProJob", req, cb);
|
43
|
+
}
|
44
|
+
/**
|
45
|
+
* 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
32
46
|
默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
33
47
|
*/
|
34
48
|
async SubmitHunyuanTo3DJob(req, cb) {
|
@@ -1,12 +1,3 @@
|
|
1
|
-
/**
|
2
|
-
* QueryHunyuanTo3DJob请求参数结构体
|
3
|
-
*/
|
4
|
-
export interface QueryHunyuanTo3DJobRequest {
|
5
|
-
/**
|
6
|
-
* 任务ID。
|
7
|
-
*/
|
8
|
-
JobId?: string;
|
9
|
-
}
|
10
1
|
/**
|
11
2
|
* 多视角图片
|
12
3
|
*/
|
@@ -21,6 +12,19 @@ export interface ViewImage {
|
|
21
12
|
*/
|
22
13
|
ViewImageUrl?: string;
|
23
14
|
}
|
15
|
+
/**
|
16
|
+
* SubmitHunyuanTo3DProJob返回参数结构体
|
17
|
+
*/
|
18
|
+
export interface SubmitHunyuanTo3DProJobResponse {
|
19
|
+
/**
|
20
|
+
* 任务ID(有效期24小时)
|
21
|
+
*/
|
22
|
+
JobId?: string;
|
23
|
+
/**
|
24
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25
|
+
*/
|
26
|
+
RequestId?: string;
|
27
|
+
}
|
24
28
|
/**
|
25
29
|
* SubmitHunyuanTo3DJob返回参数结构体
|
26
30
|
*/
|
@@ -34,6 +38,78 @@ export interface SubmitHunyuanTo3DJobResponse {
|
|
34
38
|
*/
|
35
39
|
RequestId?: string;
|
36
40
|
}
|
41
|
+
/**
|
42
|
+
* QueryHunyuanTo3DJob请求参数结构体
|
43
|
+
*/
|
44
|
+
export interface QueryHunyuanTo3DJobRequest {
|
45
|
+
/**
|
46
|
+
* 任务ID。
|
47
|
+
*/
|
48
|
+
JobId?: string;
|
49
|
+
}
|
50
|
+
/**
|
51
|
+
* SubmitHunyuanTo3DProJob请求参数结构体
|
52
|
+
*/
|
53
|
+
export interface SubmitHunyuanTo3DProJobRequest {
|
54
|
+
/**
|
55
|
+
* 文生3D,3D内容的描述,中文正向提示词。
|
56
|
+
最多支持1024个 utf-8 字符。
|
57
|
+
文生3D, image、image_url和 prompt必填其一,且prompt和image/image_url不能同时存在。
|
58
|
+
*/
|
59
|
+
Prompt?: string;
|
60
|
+
/**
|
61
|
+
* 输入图 Base64 数据。
|
62
|
+
大小:单边分辨率要求不小于128,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)
|
63
|
+
格式:jpg,png,jpeg,webp。
|
64
|
+
ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
|
65
|
+
*/
|
66
|
+
ImageBase64?: string;
|
67
|
+
/**
|
68
|
+
* 输入图Url。
|
69
|
+
大小:单边分辨率要求不小于128,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)
|
70
|
+
格式:jpg,png,jpeg,webp。
|
71
|
+
ImageBase64/ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
|
72
|
+
*/
|
73
|
+
ImageUrl?: string;
|
74
|
+
/**
|
75
|
+
* 多视角的模型图片,视角参考值:
|
76
|
+
left:左视图;
|
77
|
+
right:右视图;
|
78
|
+
back:后视图;
|
79
|
+
|
80
|
+
每个视角仅限制一张图片。
|
81
|
+
●图片大小限制:编码后大小不可超过8M。
|
82
|
+
●图片分辨率限制:单边分辨率小于5000且大于128。
|
83
|
+
●支持图片格式:支持jpg或png
|
84
|
+
*/
|
85
|
+
MultiViewImages?: Array<ViewImage>;
|
86
|
+
/**
|
87
|
+
* 是否开启 PBR材质生成,默认 false。
|
88
|
+
*/
|
89
|
+
EnablePBR?: boolean;
|
90
|
+
/**
|
91
|
+
* 生成3D模型的面数,默认值为500000。
|
92
|
+
可支持生成面数范围,参考值:40000-500000。
|
93
|
+
*/
|
94
|
+
FaceCount?: number;
|
95
|
+
/**
|
96
|
+
* 生成任务类型,默认Normal,参考值:
|
97
|
+
Normal:可生成带纹理的几何模型。
|
98
|
+
LowPoly:可生成智能减面后的模型。
|
99
|
+
Geometry:可生成不带纹理的几何模型(白模),选择此任务时,EnablePBR参数不生效。
|
100
|
+
Sketch:可输入草图或线稿图生成模型。
|
101
|
+
*/
|
102
|
+
GenerateType?: string;
|
103
|
+
}
|
104
|
+
/**
|
105
|
+
* QueryHunyuanTo3DProJob请求参数结构体
|
106
|
+
*/
|
107
|
+
export interface QueryHunyuanTo3DProJobRequest {
|
108
|
+
/**
|
109
|
+
* 任务ID。
|
110
|
+
*/
|
111
|
+
JobId: string;
|
112
|
+
}
|
37
113
|
/**
|
38
114
|
* 3D文件
|
39
115
|
*/
|
@@ -51,6 +127,31 @@ export interface File3D {
|
|
51
127
|
*/
|
52
128
|
PreviewImageUrl?: string;
|
53
129
|
}
|
130
|
+
/**
|
131
|
+
* QueryHunyuanTo3DProJob返回参数结构体
|
132
|
+
*/
|
133
|
+
export interface QueryHunyuanTo3DProJobResponse {
|
134
|
+
/**
|
135
|
+
* 任务状态。WAIT:等待中,RUN:执行中,FAIL:任务失败,DONE:任务成功
|
136
|
+
*/
|
137
|
+
Status?: string;
|
138
|
+
/**
|
139
|
+
* 错误码
|
140
|
+
*/
|
141
|
+
ErrorCode?: string;
|
142
|
+
/**
|
143
|
+
* 错误信息
|
144
|
+
*/
|
145
|
+
ErrorMessage?: string;
|
146
|
+
/**
|
147
|
+
* 生成的3D文件数组。
|
148
|
+
*/
|
149
|
+
ResultFile3Ds?: Array<File3D>;
|
150
|
+
/**
|
151
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
152
|
+
*/
|
153
|
+
RequestId?: string;
|
154
|
+
}
|
54
155
|
/**
|
55
156
|
* QueryHunyuanTo3DJob返回参数结构体
|
56
157
|
*/
|
@@ -275,7 +275,7 @@ export interface SystemDisk {
|
|
275
275
|
DiskType?: string;
|
276
276
|
/**
|
277
277
|
* 系统盘ID。
|
278
|
-
|
278
|
+
该参数目前仅用于 [DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 等查询类接口的返回参数,不可用于 [RunInstances](https://cloud.tencent.com/document/product/213/15730) 等写接口的入参。
|
279
279
|
*/
|
280
280
|
DiskId?: string;
|
281
281
|
/**
|
@@ -747,7 +747,7 @@ export interface DescribePermissionStatusInfoResponse {
|
|
747
747
|
*/
|
748
748
|
export interface ApplyEmbedIntervalRequest {
|
749
749
|
/**
|
750
|
-
* 分享项目id
|
750
|
+
* 分享项目id
|
751
751
|
*/
|
752
752
|
ProjectId?: number;
|
753
753
|
/**
|
@@ -2665,7 +2665,7 @@ export interface DescribePermissionRanksInfoResponse {
|
|
2665
2665
|
*/
|
2666
2666
|
Extra?: string;
|
2667
2667
|
/**
|
2668
|
-
*
|
2668
|
+
* 无
|
2669
2669
|
注意:此字段可能返回 null,表示取不到有效值。
|
2670
2670
|
*/
|
2671
2671
|
Data?: RankInfo;
|