tencentcloud-sdk-nodejs 4.1.190 → 4.1.191

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 (27) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/tdmq/v20200217/tdmq_client.js +4 -7
  3. package/es/services/waf/v20180125/waf_client.js +5 -2
  4. package/package.json +1 -1
  5. package/tencentcloud/common/sdk_version.d.ts +1 -1
  6. package/tencentcloud/common/sdk_version.js +1 -1
  7. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +14 -45
  8. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +2 -2
  9. package/tencentcloud/services/as/v20180419/as_models.d.ts +59 -112
  10. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +18 -18
  11. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +7 -3
  12. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -1
  13. package/tencentcloud/services/drm/v20181115/drm_models.d.ts +2 -2
  14. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +10 -15
  15. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +103 -145
  16. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -9
  17. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -12
  18. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -38
  19. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +26 -0
  20. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -1
  21. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +11 -1
  22. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +83 -27
  23. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
  24. package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
  25. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +139 -20
  26. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +75 -25
  27. package/tencentcloud/services/wav/v20210129/wav_client.js +75 -25
@@ -1383,32 +1383,32 @@ export interface AICallExtractResultElement {
1383
1383
  */
1384
1384
  export interface DescribeTelCallInfoResponse {
1385
1385
  /**
1386
- * 呼出套餐包消耗分钟数
1386
+ * <p>呼出套餐包消耗分钟数</p>
1387
1387
  */
1388
1388
  TelCallOutCount?: number;
1389
1389
  /**
1390
- * 呼入套餐包消耗分钟数
1390
+ * <p>呼入套餐包消耗分钟数</p>
1391
1391
  */
1392
1392
  TelCallInCount?: number;
1393
1393
  /**
1394
- * 坐席使用统计个数
1394
+ * <p>坐席使用统计个数</p>
1395
1395
  */
1396
1396
  SeatUsedCount?: number;
1397
1397
  /**
1398
- * 音频套餐包消耗分钟数
1398
+ * <p>音频套餐包消耗分钟数</p>
1399
1399
  * @deprecated
1400
1400
  */
1401
1401
  VoipCallInCount?: number;
1402
1402
  /**
1403
- * 音频套餐包消耗分钟数
1403
+ * <p>音频套餐包消耗分钟数</p>
1404
1404
  */
1405
1405
  VOIPCallInCount?: number;
1406
1406
  /**
1407
- * 离线语音转文字套餐包消耗分钟数
1407
+ * <p>离线语音转文字套餐包消耗分钟数</p>
1408
1408
  */
1409
1409
  AsrOfflineCount?: number;
1410
1410
  /**
1411
- * 实时语音转文字套餐包消耗分钟数
1411
+ * <p>实时语音转文字套餐包消耗分钟数</p>
1412
1412
  */
1413
1413
  AsrRealtimeCount?: number;
1414
1414
  /**
@@ -1964,11 +1964,11 @@ export interface UploadIvrAudioRequest {
1964
1964
  */
1965
1965
  export interface DescribeStaffInfoListResponse {
1966
1966
  /**
1967
- * 坐席用户总数
1967
+ * <p>坐席用户总数</p>
1968
1968
  */
1969
1969
  TotalCount?: number;
1970
1970
  /**
1971
- * 坐席用户信息列表
1971
+ * <p>坐席用户信息列表</p>
1972
1972
  */
1973
1973
  StaffList?: Array<StaffInfo>;
1974
1974
  /**
@@ -2650,27 +2650,27 @@ export interface UpdatePredictiveDialingCampaignRequest {
2650
2650
  */
2651
2651
  export interface DescribeStaffInfoListRequest {
2652
2652
  /**
2653
- * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
2653
+ * <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
2654
2654
  */
2655
2655
  SdkAppId: number;
2656
2656
  /**
2657
- * 分页尺寸,上限 9999
2657
+ * <p>分页尺寸,上限 9999</p>
2658
2658
  */
2659
2659
  PageSize: number;
2660
2660
  /**
2661
- * 分页页码,从 0 开始
2661
+ * <p>分页页码,从 0 开始</p>
2662
2662
  */
2663
2663
  PageNumber: number;
2664
2664
  /**
2665
- * 坐席账号,查询单个坐席时使用
2665
+ * <p>坐席账号,查询单个坐席时使用</p>
2666
2666
  */
2667
2667
  StaffMail?: string;
2668
2668
  /**
2669
- * 查询修改时间大于等于ModifiedTime的坐席时使用
2669
+ * <p>查询修改时间大于等于ModifiedTime的坐席时使用</p>
2670
2670
  */
2671
2671
  ModifiedTime?: number;
2672
2672
  /**
2673
- * 技能组ID
2673
+ * <p>技能组ID</p>
2674
2674
  */
2675
2675
  SkillGroupId?: number;
2676
2676
  }
@@ -3661,15 +3661,15 @@ export interface DescribePredictiveDialingCampaignsResponse {
3661
3661
  */
3662
3662
  export interface DescribeTelCallInfoRequest {
3663
3663
  /**
3664
- * 起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)
3664
+ * <p>起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-01 23:59:59&quot;的时间戳,查5月1日和5月2日的应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-02 23:59:59&quot;的时间戳)</p>
3665
3665
  */
3666
3666
  StartTimeStamp: number;
3667
3667
  /**
3668
- * 结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)
3668
+ * <p>结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-01 23:59:59&quot;的时间戳,查5月1日和5月2日的应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-02 23:59:59&quot;的时间戳)</p>
3669
3669
  */
3670
3670
  EndTimeStamp: number;
3671
3671
  /**
3672
- * 应用ID列表,多个ID时,返回值为多个ID使用总和
3672
+ * <p>应用ID列表,多个ID时,返回值为多个ID使用总和</p>
3673
3673
  */
3674
3674
  SdkAppIdList: Array<number | bigint>;
3675
3675
  }
@@ -2878,11 +2878,11 @@ export interface DisplayApp {
2878
2878
  */
2879
2879
  export interface DescribeApiSecsResponse {
2880
2880
  /**
2881
- * 总数
2881
+ * <p>总数</p>
2882
2882
  */
2883
2883
  Total?: number;
2884
2884
  /**
2885
- * API安全数组
2885
+ * <p>API安全数组</p>
2886
2886
  */
2887
2887
  List?: Array<DisplayApiSec>;
2888
2888
  /**
@@ -4860,9 +4860,13 @@ export interface DescribeApiSecsRequest {
4860
4860
  */
4861
4861
  Filters?: Array<Filter>;
4862
4862
  /**
4863
- * 企业ID
4863
+ * <p>企业ID</p>
4864
4864
  */
4865
4865
  CustomerId?: number;
4866
+ /**
4867
+ * <p>排序方式</p>
4868
+ */
4869
+ OrderBy?: string;
4866
4870
  }
4867
4871
  /**
4868
4872
  * DescribeJobRecords请求参数结构体
@@ -3433,7 +3433,7 @@ export interface CreateWhiteListOrderRequest {
3433
3433
  /**
3434
3434
  * 订单类型, 1 试用 2 赠送 3 体验 4 SSL-证书赠送 5 cvm赠送
3435
3435
  */
3436
- SourceType?: number;
3436
+ SourceType: number;
3437
3437
  /**
3438
3438
  * 地域, 1 广州 9新加坡, 默认为 1. 非必要情况不要选9
3439
3439
  */
@@ -7251,6 +7251,10 @@ export interface ModifyLogStorageConfigRequest {
7251
7251
  * 日志存储时长单位,年year/月month/天day
7252
7252
  */
7253
7253
  Granularity?: string;
7254
+ /**
7255
+ * 语言类型
7256
+ */
7257
+ MsgLanguage?: string;
7254
7258
  }
7255
7259
  /**
7256
7260
  * DescribeAttackVulTypeList请求参数结构体
@@ -23262,6 +23266,10 @@ export interface DescribeLogStorageConfigResponse {
23262
23266
  * 日志存储时长单位,年year/月month/天day
23263
23267
  */
23264
23268
  Granularity?: string;
23269
+ /**
23270
+ * 语言类型
23271
+ */
23272
+ MsgLanguage?: string;
23265
23273
  /**
23266
23274
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23267
23275
  */
@@ -282,11 +282,11 @@ export interface DescribeDRMLicenseResponse {
282
282
  */
283
283
  export interface PlaybackPolicy {
284
284
  /**
285
- * 播放许可证的有效期
285
+ * <p>播放许可证的有效期</p><p>单位:秒</p>
286
286
  */
287
287
  LicenseDurationSeconds?: number;
288
288
  /**
289
- * 开始播放后,允许最长播放时间
289
+ * <p>开始播放后,允许最长播放时间</p><p>单位:秒</p>
290
290
  */
291
291
  PlaybackDurationSeconds?: number;
292
292
  }
@@ -707,14 +707,11 @@ export interface AddDBInstanceToReadOnlyGroupRequest {
707
707
  */
708
708
  export interface DescribeProductConfigRequest {
709
709
  /**
710
- * 可用区名称
710
+ * <p>可用区名称</p>
711
711
  */
712
712
  Zone?: string;
713
713
  /**
714
- * 数据库引擎,支持:
715
- 1、postgresql(云数据库PostgreSQL);
716
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
717
- 如不指定默认使用postgresql。
714
+ * <p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);<br>如不指定默认使用postgresql。</p>
718
715
  */
719
716
  DBEngine?: string;
720
717
  }
@@ -2640,17 +2637,15 @@ export interface DeleteParameterTemplateRequest {
2640
2637
  */
2641
2638
  export interface DescribeClassesRequest {
2642
2639
  /**
2643
- * 可用区名称。可以通过接口[DescribeZones](https://cloud.tencent.com/document/product/409/16769)获取。
2640
+ * <p>可用区名称。可以通过接口<a href="https://cloud.tencent.com/document/product/409/16769">DescribeZones</a>获取。</p>
2644
2641
  */
2645
2642
  Zone: string;
2646
2643
  /**
2647
- * 数据库引擎,支持:
2648
- 1、postgresql(云数据库PostgreSQL);
2649
- 2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
2644
+ * <p>数据库引擎,支持:<br>1、postgresql(云数据库PostgreSQL);<br>2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);</p>
2650
2645
  */
2651
2646
  DBEngine: string;
2652
2647
  /**
2653
- * 数据库主版本号。例如12,13,可以通过接口[DescribeDBVersions](https://cloud.tencent.com/document/product/409/89018)获取。
2648
+ * <p>数据库主版本号。例如12,13,可以通过接口<a href="https://cloud.tencent.com/document/product/409/89018">DescribeDBVersions</a>获取。</p>
2654
2649
  */
2655
2650
  DBMajorVersion: string;
2656
2651
  }
@@ -3561,7 +3556,7 @@ export interface OpenAccountCAMRequest {
3561
3556
  */
3562
3557
  export interface DescribeClassesResponse {
3563
3558
  /**
3564
- * 数据库规格列表
3559
+ * <p>数据库规格列表</p>
3565
3560
  */
3566
3561
  ClassInfoSet?: Array<ClassInfo>;
3567
3562
  /**
@@ -4002,7 +3997,7 @@ export interface ModifyParameterTemplateRequest {
4002
3997
  */
4003
3998
  export interface DescribeDBVersionsResponse {
4004
3999
  /**
4005
- * 数据库版本号信息列表
4000
+ * <p>数据库版本号信息列表</p>
4006
4001
  */
4007
4002
  VersionSet?: Array<Version>;
4008
4003
  /**
@@ -4288,7 +4283,7 @@ export interface DescribeDatabasesResponse {
4288
4283
  */
4289
4284
  export interface DescribeProductConfigResponse {
4290
4285
  /**
4291
- * 售卖规格列表。
4286
+ * <p>售卖规格列表。</p>
4292
4287
  */
4293
4288
  SpecInfoList?: Array<SpecInfo>;
4294
4289
  /**
@@ -4727,11 +4722,11 @@ export interface ModifyDatabaseOwnerResponse {
4727
4722
  */
4728
4723
  export interface ModifySwitchTimePeriodRequest {
4729
4724
  /**
4730
- * 处于等待切换状态中的实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
4725
+ * <p>处于等待切换状态中的实例ID。可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取</p>
4731
4726
  */
4732
4727
  DBInstanceId: string;
4733
4728
  /**
4734
- * 入参取值为 0 ,代表立即切换。
4729
+ * <p>入参取值为 0 ,代表立即切换。</p>
4735
4730
  */
4736
4731
  SwitchTag: number;
4737
4732
  }