tencentcloud-sdk-nodejs 4.1.80 → 4.1.81

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 (35) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ctsdb/index.js +4 -0
  3. package/es/services/ctsdb/v20230202/ctsdb_client.js +12 -0
  4. package/es/services/ctsdb/v20230202/ctsdb_models.js +0 -0
  5. package/es/services/ctsdb/v20230202/index.js +6 -0
  6. package/es/services/index.js +1 -0
  7. package/package.json +1 -1
  8. package/tencentcloud/common/sdk_version.d.ts +1 -1
  9. package/tencentcloud/common/sdk_version.js +1 -1
  10. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -0
  11. package/tencentcloud/services/as/v20180419/as_models.d.ts +40 -0
  12. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +42 -0
  13. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +40 -51
  14. package/tencentcloud/services/ctsdb/index.d.ts +6 -0
  15. package/tencentcloud/services/ctsdb/index.js +7 -0
  16. package/tencentcloud/services/ctsdb/v20230202/ctsdb_client.d.ts +25 -0
  17. package/tencentcloud/services/ctsdb/v20230202/ctsdb_client.js +50 -0
  18. package/tencentcloud/services/ctsdb/v20230202/ctsdb_models.d.ts +335 -0
  19. package/tencentcloud/services/ctsdb/v20230202/ctsdb_models.js +18 -0
  20. package/tencentcloud/services/ctsdb/v20230202/index.d.ts +6 -0
  21. package/tencentcloud/services/ctsdb/v20230202/index.js +10 -0
  22. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +36 -2
  23. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +32 -0
  24. package/tencentcloud/services/igtm/v20231024/igtm_models.d.ts +1 -20
  25. package/tencentcloud/services/index.d.ts +1 -0
  26. package/tencentcloud/services/index.js +2 -0
  27. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4 -1
  28. package/tencentcloud/services/securitylake/v20240117/securitylake_models.d.ts +0 -1
  29. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +20 -0
  30. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.d.ts +3 -1
  31. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.js +3 -1
  32. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -28
  33. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -0
  34. package/tencentcloud/services/tts/v20190823/tts_client.js +1 -0
  35. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -3
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.80";
1
+ export const sdkVersion = "4.1.81";
@@ -0,0 +1,4 @@
1
+ import { v20230202 } from "./v20230202";
2
+ export const ctsdb = {
3
+ v20230202: v20230202,
4
+ };
@@ -0,0 +1,12 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ export class Client extends AbstractClient {
3
+ constructor(clientConfig) {
4
+ super("ctsdb.tencentcloudapi.com", "2023-02-02", clientConfig);
5
+ }
6
+ async DescribeClusters(req, cb) {
7
+ return this.request("DescribeClusters", req, cb);
8
+ }
9
+ async DescribeDatabases(req, cb) {
10
+ return this.request("DescribeDatabases", req, cb);
11
+ }
12
+ }
File without changes
@@ -0,0 +1,6 @@
1
+ import * as Models from "./ctsdb_models";
2
+ import { Client } from "./ctsdb_client";
3
+ export const v20230202 = {
4
+ Client: Client,
5
+ Models: Models
6
+ };
@@ -72,6 +72,7 @@ export { cpdp } from "./cpdp";
72
72
  export { csip } from "./csip";
73
73
  export { csxg } from "./csxg";
74
74
  export { ctem } from "./ctem";
75
+ export { ctsdb } from "./ctsdb";
75
76
  export { cvm } from "./cvm";
76
77
  export { cwp } from "./cwp";
77
78
  export { cws } from "./cws";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.80",
3
+ "version": "4.1.81",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.80";
1
+ export declare const sdkVersion = "4.1.81";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.80";
4
+ exports.sdkVersion = "4.1.81";
@@ -177,6 +177,14 @@ export interface ModifyApmInstanceRequest {
177
177
  * 是否开启反序列化检测(0-关闭,1-开启)
178
178
  */
179
179
  IsDeserializationAnalysis?: number;
180
+ /**
181
+ * URL长分段收敛阈值
182
+ */
183
+ UrlLongSegmentThreshold?: number;
184
+ /**
185
+ * URL数字分段收敛阈值
186
+ */
187
+ UrlNumberSegmentThreshold?: number;
180
188
  }
181
189
  /**
182
190
  * APM 业务系统信息
@@ -404,6 +412,14 @@ export interface ApmInstanceDetail {
404
412
  * 业务系统鉴权 token
405
413
  */
406
414
  Token?: string;
415
+ /**
416
+ * URL长分段收敛阈值
417
+ */
418
+ UrlLongSegmentThreshold?: number;
419
+ /**
420
+ * URL数字分段收敛阈值
421
+ */
422
+ UrlNumberSegmentThreshold?: number;
407
423
  }
408
424
  /**
409
425
  * CreateApmInstance请求参数结构体
@@ -1134,6 +1134,7 @@ export interface DescribeAutoScalingInstancesRequest {
1134
1134
  * 过滤条件。
1135
1135
  <li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。可通过登录[控制台](https://console.cloud.tencent.com/cvm/index)或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>
1136
1136
  <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
1137
+ <li> private-ip-address - String - 是否必填:否 -(过滤条件)按照实例内网IP过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `PrivateIpAddresses`获取实例内网IP。</li>
1137
1138
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。
1138
1139
  */
1139
1140
  Filters?: Array<Filter>;
@@ -4135,6 +4136,45 @@ export interface InternetAccessible {
4135
4136
  注意:此字段可能返回 null,表示取不到有效值。
4136
4137
  */
4137
4138
  BandwidthPackageId?: string;
4139
+ /**
4140
+ * 线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
4141
+
4142
+ <li>BGP:常规 BGP 线路</li>
4143
+ 已开通静态单线IP白名单的用户,可选值:
4144
+
4145
+ <li>CMCC:中国移动</li>
4146
+ <li>CTCC:中国电信</li>
4147
+ <li>CUCC:中国联通</li>
4148
+ 注意:仅部分地域支持静态单线IP。
4149
+
4150
+ */
4151
+ InternetServiceProvider?: string;
4152
+ /**
4153
+ * 公网 IP 类型。
4154
+
4155
+ <li> WanIP:普通公网IP。</li>
4156
+ <li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
4157
+ <li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。 </li>
4158
+ 如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。
4159
+
4160
+ 精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
4161
+ */
4162
+ IPv4AddressType?: string;
4163
+ /**
4164
+ * 高防包唯一ID,申请高防IP时,该字段必传。
4165
+ */
4166
+ AntiDDoSPackageId?: string;
4167
+ /**
4168
+ * 实例销毁时是否一并销毁绑定的弹性IP。
4169
+
4170
+ 取值范围:
4171
+ <li>TRUE:表示保留EIP</li>
4172
+ <li>FALSE:表示不保留</li>
4173
+ 请注意,当IPv4AddressType字段指定EIP类型时,默认不保留EIP。WanIP不受此字段影响始终随实例销毁。
4174
+ 变更配置此字段,已绑定伸缩组会立刻生效。
4175
+
4176
+ */
4177
+ IsKeepEIP?: boolean;
4138
4178
  }
4139
4179
  /**
4140
4180
  * EnableAutoScalingGroup返回参数结构体
@@ -710,6 +710,18 @@ export interface CreateAICallRequest {
710
710
  3. dify-inputs-conversation_id 为dify的conversation_id值
711
711
  */
712
712
  Variables?: Array<Variable>;
713
+ /**
714
+ * 模型topP
715
+ */
716
+ TopP?: number;
717
+ /**
718
+ * vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。
719
+ */
720
+ VadLevel?: number;
721
+ /**
722
+ * 衔接语
723
+ */
724
+ ToneWord?: ToneWordInfo;
713
725
  }
714
726
  /**
715
727
  * 带有技能组优先级的座席信息
@@ -1651,6 +1663,23 @@ export interface DescribeNumbersResponse {
1651
1663
  */
1652
1664
  RequestId?: string;
1653
1665
  }
1666
+ /**
1667
+ * 承接语气词
1668
+ */
1669
+ export interface ZHToneWordsInfo {
1670
+ /**
1671
+ * 中性词列表
1672
+ */
1673
+ Neutral?: Array<string>;
1674
+ /**
1675
+ * 正面词列表
1676
+ */
1677
+ Positive?: Array<string>;
1678
+ /**
1679
+ * 负面词列表
1680
+ */
1681
+ Negative?: Array<string>;
1682
+ }
1654
1683
  /**
1655
1684
  * DeletePredictiveDialingCampaign请求参数结构体
1656
1685
  */
@@ -3515,6 +3544,19 @@ export interface AbortPredictiveDialingCampaignRequest {
3515
3544
  */
3516
3545
  CampaignId: number;
3517
3546
  }
3547
+ /**
3548
+ * 承接语气词信息
3549
+ */
3550
+ export interface ToneWordInfo {
3551
+ /**
3552
+ * 首句超时时间,单位秒
3553
+ */
3554
+ FirstSentenceTimeout?: number;
3555
+ /**
3556
+ * 承接语气词
3557
+ */
3558
+ ZHToneWords?: ZHToneWordsInfo;
3559
+ }
3518
3560
  /**
3519
3561
  * 电话话单信息
3520
3562
  */
@@ -283,42 +283,34 @@ export interface DeleteBackUpDataRequest {
283
283
  export interface CnInstanceInfo {
284
284
  /**
285
285
  * ID值
286
- 注意:此字段可能返回 null,表示取不到有效值。
287
286
  */
288
287
  ID?: number;
289
288
  /**
290
289
  * cdwch-cn或者其他
291
- 注意:此字段可能返回 null,表示取不到有效值。
292
290
  */
293
291
  InstanceType?: string;
294
292
  /**
295
293
  * cdwch-cn或者其他
296
- 注意:此字段可能返回 null,表示取不到有效值。
297
294
  */
298
295
  InstanceName?: string;
299
296
  /**
300
297
  * Running
301
- 注意:此字段可能返回 null,表示取不到有效值。
302
298
  */
303
299
  Status?: string;
304
300
  /**
305
301
  * 运行中
306
- 注意:此字段可能返回 null,表示取不到有效值。
307
302
  */
308
303
  StatusDesc?: string;
309
304
  /**
310
305
  * 无
311
- 注意:此字段可能返回 null,表示取不到有效值。
312
306
  */
313
307
  InstanceStateInfo?: InstanceStateInfo;
314
308
  /**
315
309
  * -
316
- 注意:此字段可能返回 null,表示取不到有效值。
317
310
  */
318
311
  InstanceID?: string;
319
312
  /**
320
313
  * 无
321
- 注意:此字段可能返回 null,表示取不到有效值。
322
314
  */
323
315
  Resources?: Array<CNResource>;
324
316
  }
@@ -879,85 +871,85 @@ export interface ResizeDiskRequest {
879
871
  */
880
872
  export interface CNResource {
881
873
  /**
882
- *
874
+ * 资源id
883
875
  */
884
- ID: number;
876
+ ID?: number;
885
877
  /**
886
- *
878
+ * 集群的id
887
879
  */
888
- InstanceID: string;
880
+ InstanceID?: string;
889
881
  /**
890
- *
882
+ * 用户appid
891
883
  */
892
- AppID: number;
884
+ AppID?: number;
893
885
  /**
894
- *
886
+ * 用户uin
895
887
  */
896
- Uin: string;
888
+ Uin?: string;
897
889
  /**
898
- *
890
+ * 组件
899
891
  */
900
- Component: string;
892
+ Component?: string;
901
893
  /**
902
- *
894
+ * 部署模式
903
895
  */
904
- DeployMode: number;
896
+ DeployMode?: number;
905
897
  /**
906
- *
898
+ * 规格名称
907
899
  */
908
- SpecName: string;
900
+ SpecName?: string;
909
901
  /**
910
- *
902
+ * 资源id
911
903
  */
912
- ResourceID: string;
904
+ ResourceID?: string;
913
905
  /**
914
- *
906
+ * 资源的状态
915
907
  */
916
- Status: number;
908
+ Status?: number;
917
909
  /**
918
- *
910
+ * 私有网络ip
919
911
  */
920
- IP: string;
912
+ IP?: string;
921
913
  /**
922
- *
914
+ * 核数
923
915
  */
924
- CPU: number;
916
+ CPU?: number;
925
917
  /**
926
- *
918
+ * 内存
927
919
  */
928
- Memory: number;
920
+ Memory?: number;
929
921
  /**
930
- *
922
+ * 存储大小
931
923
  */
932
- Storage: number;
924
+ Storage?: number;
933
925
  /**
934
- *
926
+ * 服务器ID
935
927
  */
936
- UUID: string;
928
+ UUID?: string;
937
929
  /**
938
- *
930
+ * 地域
939
931
  */
940
- Region: string;
932
+ Region?: string;
941
933
  /**
942
- *
934
+ * 地区
943
935
  */
944
- Zone: string;
936
+ Zone?: string;
945
937
  /**
946
- *
938
+ * 详细信息
947
939
  */
948
- Details: string;
940
+ Details?: string;
949
941
  /**
950
- *
942
+ * 创建时间
951
943
  */
952
- CreateTime: string;
944
+ CreateTime?: string;
953
945
  /**
954
- *
946
+ * 修改时间
955
947
  */
956
- ModifyTime: string;
948
+ ModifyTime?: string;
957
949
  /**
958
- *
950
+ * 过期时间
959
951
  */
960
- ExpireTime: string;
952
+ ExpireTime?: string;
961
953
  }
962
954
  /**
963
955
  * DescribeInstanceKeyValConfigs请求参数结构体
@@ -1815,17 +1807,14 @@ export interface DescribeInstanceClustersRequest {
1815
1807
  export interface DescribeCNInstancesResponse {
1816
1808
  /**
1817
1809
  * 实例总数
1818
- 注意:此字段可能返回 null,表示取不到有效值。
1819
1810
  */
1820
1811
  TotalCount?: number;
1821
1812
  /**
1822
1813
  * 实例数组
1823
- 注意:此字段可能返回 null,表示取不到有效值。
1824
1814
  */
1825
1815
  InstancesList?: Array<CnInstanceInfo>;
1826
1816
  /**
1827
1817
  * 错误信息
1828
- 注意:此字段可能返回 null,表示取不到有效值。
1829
1818
  */
1830
1819
  ErrorMsg?: string;
1831
1820
  /**
@@ -0,0 +1,6 @@
1
+ export declare const ctsdb: {
2
+ v20230202: {
3
+ Client: typeof import("./v20230202/ctsdb_client").Client;
4
+ Models: typeof import("./v20230202/ctsdb_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ctsdb = void 0;
4
+ const v20230202_1 = require("./v20230202");
5
+ exports.ctsdb = {
6
+ v20230202: v20230202_1.v20230202,
7
+ };
@@ -0,0 +1,25 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { DescribeClustersRequest, DescribeDatabasesResponse, DescribeDatabasesRequest, DescribeClustersResponse } from "./ctsdb_models";
4
+ /**
5
+ * ctsdb client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 查询实例列表及详情
12
+ */
13
+ DescribeClusters(req: DescribeClustersRequest, cb?: (error: string, rep: DescribeClustersResponse) => void): Promise<DescribeClustersResponse>;
14
+ /**
15
+ * 查看数据库/列表
16
+
17
+ ```
18
+ "Database":{
19
+ "ClusterID":"ctsdbi-rebg0ghl",
20
+ "Name":"" //不指定则查询实例下所有db
21
+ }
22
+ ```
23
+ */
24
+ DescribeDatabases(req: DescribeDatabasesRequest, cb?: (error: string, rep: DescribeDatabasesResponse) => void): Promise<DescribeDatabasesResponse>;
25
+ }
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * ctsdb client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("ctsdb.tencentcloudapi.com", "2023-02-02", clientConfig);
29
+ }
30
+ /**
31
+ * 查询实例列表及详情
32
+ */
33
+ async DescribeClusters(req, cb) {
34
+ return this.request("DescribeClusters", req, cb);
35
+ }
36
+ /**
37
+ * 查看数据库/列表
38
+
39
+ ```
40
+ "Database":{
41
+ "ClusterID":"ctsdbi-rebg0ghl",
42
+ "Name":"" //不指定则查询实例下所有db
43
+ }
44
+ ```
45
+ */
46
+ async DescribeDatabases(req, cb) {
47
+ return this.request("DescribeDatabases", req, cb);
48
+ }
49
+ }
50
+ exports.Client = Client;