tencentcloud-sdk-nodejs 4.1.282 → 4.1.284
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 +0 -33
- package/es/services/cngw/v20230418/cngw_client.js +6 -0
- package/es/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/es/services/dbdc/v20201029/dbdc_client.js +3 -0
- package/es/services/dlc/v20210125/dlc_client.js +224 -32
- package/es/services/es/v20180416/es_client.js +8 -2
- package/es/services/mps/v20190612/mps_client.js +15 -6
- package/es/services/vod/v20180717/vod_client.js +12 -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/adp/v20260520/adp_client.d.ts +2 -45
- package/tencentcloud/services/adp/v20260520/adp_client.js +1 -66
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +430 -825
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +50 -24
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -12
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +20 -14
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +160 -14
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +10 -2
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +13 -1
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +366 -189
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +8 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +55 -71
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +30 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +5 -1
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +6 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +36 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +289 -33
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +432 -48
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +7468 -944
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +21 -17
- package/tencentcloud/services/es/v20180416/es_client.d.ts +11 -3
- package/tencentcloud/services/es/v20180416/es_client.js +15 -3
- package/tencentcloud/services/es/v20180416/es_models.d.ts +178 -60
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -67
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -7
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +15 -15
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +7 -11
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +103 -39
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +9 -9
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +19 -7
- package/tencentcloud/services/mps/v20190612/mps_client.js +27 -9
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +349 -124
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +8 -33
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +34 -40
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +4 -0
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -4
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +18 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +25 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +937 -562
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayMCPServerACLRequest, DeleteCloudNativeAPIGatewayMCPToolResponse, CreateCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, DeleteCloudNativeAPIGatewayConsumerResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, ModifyCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayMCPServerAuthResponse, DescribeCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, ModifyCloudNativeAPIGatewaySecretKeyResponse, AddCloudNativeAPIGatewayConsumerInGroupResponse, DescribeCloudNativeAPIGatewayMCPToolACLListResponse, ModifyCloudNativeAPIGatewayMCPServerAuthResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, CreateCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest,
|
|
3
|
+
import { CreateCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayMCPServerACLRequest, DeleteCloudNativeAPIGatewayMCPToolResponse, CreateCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, DeleteCloudNativeAPIGatewayConsumerResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, ModifyCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayMCPServerAuthResponse, DescribeCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, ModifyCloudNativeAPIGatewaySecretKeyResponse, AddCloudNativeAPIGatewayConsumerInGroupResponse, DescribeCloudNativeAPIGatewayMCPToolACLListResponse, ModifyCloudNativeAPIGatewayMCPServerAuthResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, CreateCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest, DescribeCloudNativeAPIGatewayLLMModelServicesRequest, CreateCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, ModifyCloudNativeAPIGatewayMCPServerACLRequest, ModifyCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayConsumerResponse, DescribeCloudNativeAPIGatewayMCPToolListRequest, DeleteCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayMCPToolACLListRequest, DeleteCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayMCPToolACLResponse, DescribeCloudNativeAPIGatewayMCPToolsFromFileRequest, CreateCloudNativeAPIGatewayConsumerGroupResponse, UpdateCloudNativeAPIGatewayMCPToolsResponse, DescribeCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayMCPServerStatusResponse, DescribeCloudNativeAPIGatewayLLMModelAPIRequest, CreateCloudNativeAPIGatewayConsumerRequest, BindCloudNativeAPIGatewaySecretKeyRequest, ModifyCloudNativeAPIGatewayConsumerResponse, ModifyCloudNativeAPIGatewayMCPServerACLResponse, DeleteCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsRequest, CreateCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolACLRequest, CreateCloudNativeAPIGatewayMCPServerResponse, UpdateCloudNativeAPIGatewayMCPToolsRequest, DeleteCloudNativeAPIGatewayLLMModelAPIRequest, ModifyCloudNativeAPIGatewayMCPServerStatusRequest, ModifyCloudNativeAPIGatewayMCPToolResponse, RemoveCloudNativeAPIGatewayConsumerInGroupResponse, DescribeCloudNativeAPIGatewayLLMModelAPIsResponse, AddCloudNativeAPIGatewayConsumerInGroupRequest, CreateCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIResponse, UnbindCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse, ModifyCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse, DescribeCloudNativeAPIGatewayMCPServerACLResponse, ModifyCloudNativeAPIGatewayMCPServerResponse, DescribeCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewaySecretKeyRequest, AddCloudNativeAPIGatewayConsumerGroupAuthResponse, DeleteCloudNativeAPIGatewayConsumerRequest, ModifyCloudNativeAPIGatewayMCPToolStatusResponse, ModifyCloudNativeAPIGatewayConsumerGroupRequest, UnbindCloudNativeAPIGatewaySecretKeyRequest, BindCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolListResponse, DeleteCloudNativeAPIGatewayConsumerGroupRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeCloudNativeAPIGatewayMCPServerListRequest, DescribeCloudNativeAPIGatewayConsumerGroupResponse, ModifyCloudNativeAPIGatewayMCPServerAuthRequest, DescribeCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageListRequest, ModifyCloudNativeAPIGatewayMCPToolStatusRequest, CreateCloudNativeAPIGatewayLLMModelServiceRequest, AddCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeCloudNativeAPIGatewaySecretKeyValueResponse, CreateCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayLLMModelServiceRequest, DescribeCloudNativeAPIGatewayMCPServerListResponse, CreateCloudNativeAPIGatewayLLMModelAPIResponse, DescribeCloudNativeAPIGatewayMCPServerAuthRequest, DeleteCloudNativeAPIGatewayLLMModelServiceRequest, DeleteCloudNativeAPIGatewayConsumerGroupResponse, ModifyCloudNativeAPIGatewayLLMModelAPIRequest, CreateCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayLLMTokenUsageListResponse } from "./cngw_models";
|
|
4
4
|
/**
|
|
5
5
|
* cngw client
|
|
6
6
|
* @class
|
|
@@ -84,7 +84,7 @@ export declare class Client extends AbstractClient {
|
|
|
84
84
|
*/
|
|
85
85
|
DescribeCloudNativeAPIGatewayMCPServer(req: DescribeCloudNativeAPIGatewayMCPServerRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPServerResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPServerResponse>;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* 查询指定网关实例下的所有 LLM 模型 API 列表。支持按名称关键词模糊搜索、按过滤器筛选,以及分页查询。用于绑定场景时,可通过 ConsumerGroupId 和 UseToBind 参数筛选可绑定的模型 API。
|
|
88
88
|
*/
|
|
89
89
|
DescribeCloudNativeAPIGatewayLLMModelAPIs(req: DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelAPIsResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelAPIsResponse>;
|
|
90
90
|
/**
|
|
@@ -143,6 +143,10 @@ export declare class Client extends AbstractClient {
|
|
|
143
143
|
* 修改AI网关MCP Tool
|
|
144
144
|
*/
|
|
145
145
|
ModifyCloudNativeAPIGatewayMCPTool(req: ModifyCloudNativeAPIGatewayMCPToolRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPToolResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPToolResponse>;
|
|
146
|
+
/**
|
|
147
|
+
* 批量导入从OpenAPI文件中解析的MCP Tools
|
|
148
|
+
*/
|
|
149
|
+
UpdateCloudNativeAPIGatewayMCPTools(req: UpdateCloudNativeAPIGatewayMCPToolsRequest, cb?: (error: string, rep: UpdateCloudNativeAPIGatewayMCPToolsResponse) => void): Promise<UpdateCloudNativeAPIGatewayMCPToolsResponse>;
|
|
146
150
|
/**
|
|
147
151
|
* 修改 MCP Server 的认证配置
|
|
148
152
|
*/
|
|
@@ -195,6 +199,10 @@ export declare class Client extends AbstractClient {
|
|
|
195
199
|
* 查询 LLM 模型服务列表。
|
|
196
200
|
*/
|
|
197
201
|
DescribeCloudNativeAPIGatewayLLMModelServices(req: DescribeCloudNativeAPIGatewayLLMModelServicesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelServicesResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelServicesResponse>;
|
|
202
|
+
/**
|
|
203
|
+
* 从OpenAPI文件中解析出可导入的MCP tools
|
|
204
|
+
*/
|
|
205
|
+
DescribeCloudNativeAPIGatewayMCPToolsFromFile(req: DescribeCloudNativeAPIGatewayMCPToolsFromFileRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse>;
|
|
198
206
|
/**
|
|
199
207
|
* 删除AI网关消费者组
|
|
200
208
|
*/
|
|
@@ -142,7 +142,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
142
142
|
return this.request("DescribeCloudNativeAPIGatewayMCPServer", req, cb);
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
|
-
*
|
|
145
|
+
* 查询指定网关实例下的所有 LLM 模型 API 列表。支持按名称关键词模糊搜索、按过滤器筛选,以及分页查询。用于绑定场景时,可通过 ConsumerGroupId 和 UseToBind 参数筛选可绑定的模型 API。
|
|
146
146
|
*/
|
|
147
147
|
async DescribeCloudNativeAPIGatewayLLMModelAPIs(req, cb) {
|
|
148
148
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelAPIs", req, cb);
|
|
@@ -231,6 +231,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
231
231
|
async ModifyCloudNativeAPIGatewayMCPTool(req, cb) {
|
|
232
232
|
return this.request("ModifyCloudNativeAPIGatewayMCPTool", req, cb);
|
|
233
233
|
}
|
|
234
|
+
/**
|
|
235
|
+
* 批量导入从OpenAPI文件中解析的MCP Tools
|
|
236
|
+
*/
|
|
237
|
+
async UpdateCloudNativeAPIGatewayMCPTools(req, cb) {
|
|
238
|
+
return this.request("UpdateCloudNativeAPIGatewayMCPTools", req, cb);
|
|
239
|
+
}
|
|
234
240
|
/**
|
|
235
241
|
* 修改 MCP Server 的认证配置
|
|
236
242
|
*/
|
|
@@ -309,6 +315,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
309
315
|
async DescribeCloudNativeAPIGatewayLLMModelServices(req, cb) {
|
|
310
316
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelServices", req, cb);
|
|
311
317
|
}
|
|
318
|
+
/**
|
|
319
|
+
* 从OpenAPI文件中解析出可导入的MCP tools
|
|
320
|
+
*/
|
|
321
|
+
async DescribeCloudNativeAPIGatewayMCPToolsFromFile(req, cb) {
|
|
322
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolsFromFile", req, cb);
|
|
323
|
+
}
|
|
312
324
|
/**
|
|
313
325
|
* 删除AI网关消费者组
|
|
314
326
|
*/
|