tencentcloud-sdk-nodejs 4.1.68 → 4.1.69

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 (28) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/aiart/v20221229/aiart_client.js +34 -28
  3. package/es/services/ccc/v20200210/ccc_client.js +6 -3
  4. package/es/services/csip/v20221121/csip_client.js +11 -2
  5. package/package.json +1 -1
  6. package/tencentcloud/common/sdk_version.d.ts +1 -1
  7. package/tencentcloud/common/sdk_version.js +1 -1
  8. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +78 -68
  9. package/tencentcloud/services/aiart/v20221229/aiart_client.js +98 -84
  10. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +252 -70
  11. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +96 -0
  12. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
  13. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
  14. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +76 -4
  15. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +72 -60
  16. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +15 -3
  17. package/tencentcloud/services/csip/v20221121/csip_client.js +21 -3
  18. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +682 -275
  19. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +8 -0
  20. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +24 -0
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -0
  22. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1 -1
  23. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -2
  24. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -0
  25. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -0
  26. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1 -1
  27. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +12 -0
  28. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +25 -0
@@ -7087,6 +7087,10 @@ export interface Resource {
7087
7087
  * 本地盘数量,如2
7088
7088
  */
7089
7089
  DiskNum?: number;
7090
+ /**
7091
+ * GPU信息
7092
+ */
7093
+ GpuDesc?: string;
7090
7094
  }
7091
7095
  /**
7092
7096
  * ResizeDataDisks返回参数结构体
@@ -9102,6 +9106,10 @@ export interface PriceResource {
9102
9106
  * 本地盘的数量
9103
9107
  */
9104
9108
  LocalDiskNum?: number;
9109
+ /**
9110
+ * GPU信息
9111
+ */
9112
+ GpuDesc?: string;
9105
9113
  }
9106
9114
  /**
9107
9115
  * ModifySLInstance请求参数结构体
@@ -842,6 +842,7 @@ export interface FlowBrief {
842
842
  FlowDescription?: string;
843
843
  /**
844
844
  * 合同流程的类别分类(如销售合同/入职合同等)。
845
+ 该字段将被废弃,不建议使用。 请使用 UserFlowType。
845
846
  */
846
847
  FlowType?: string;
847
848
  /**
@@ -876,6 +877,17 @@ export interface FlowBrief {
876
877
  * 合同流程的签署截止时间,格式为Unix标准时间戳(秒)。
877
878
  */
878
879
  Deadline?: number;
880
+ /**
881
+ * 用户合同的自定义分类。
882
+
883
+ 自定义合同类型的位置,在下图所示地方:
884
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/00d72934c31bd49115a566e4e1a4530d.png)
885
+ */
886
+ UserFlowType?: UserFlowType;
887
+ /**
888
+ * 发起模板时,使用的模板Id
889
+ */
890
+ TemplateId?: string;
879
891
  }
880
892
  /**
881
893
  * DescribeThirdPartyAuthCode返回参数结构体
@@ -6989,6 +7001,7 @@ export interface FlowDetailInfo {
6989
7001
  FlowName?: string;
6990
7002
  /**
6991
7003
  * 合同流程的类别分类(如销售合同/入职合同等)。
7004
+ 该字段将被废弃,不建议使用。
6992
7005
  */
6993
7006
  FlowType?: string;
6994
7007
  /**
@@ -7019,6 +7032,17 @@ export interface FlowDetailInfo {
7019
7032
  * 合同流程发起方的员工编号, 即员工在腾讯电子签平台的唯一身份标识。
7020
7033
  */
7021
7034
  Creator?: string;
7035
+ /**
7036
+ * 用户合同的自定义分类。
7037
+
7038
+ 自定义合同类型的位置,在下图所示地方:
7039
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/00d72934c31bd49115a566e4e1a4530d.png)
7040
+ */
7041
+ UserFlowType?: UserFlowType;
7042
+ /**
7043
+ * 发起模板时,使用的模板Id
7044
+ */
7045
+ TemplateId?: string;
7022
7046
  }
7023
7047
  /**
7024
7048
  * 更新员工信息成功返回的数据信息, 仅支持未实名的用户进行更新
@@ -6100,6 +6100,7 @@ export interface FlowDetailInfo {
6100
6100
  FlowName?: string;
6101
6101
  /**
6102
6102
  * 合同流程的类别分类(如销售合同/入职合同等)。
6103
+ 该字段将被废弃,不建议使用。 请使用 UserFlowType
6103
6104
  */
6104
6105
  FlowType?: string;
6105
6106
  /**
@@ -6145,6 +6146,17 @@ export interface FlowDetailInfo {
6145
6146
  <li>当NeedCreateReview为false,不需要发起前审核的合同</li></ul>
6146
6147
  */
6147
6148
  NeedCreateReview?: boolean;
6149
+ /**
6150
+ * 用户合同的自定义分类。
6151
+
6152
+ 自定义合同类型的位置,在下图所示地方:
6153
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/37138cc5f3c38e6f788f4b82f695cebf.png)
6154
+ */
6155
+ UserFlowType?: UserFlowType;
6156
+ /**
6157
+ * 发起模板时,使用的模板Id
6158
+ */
6159
+ TemplateId?: string;
6148
6160
  }
6149
6161
  /**
6150
6162
  * CreatePersonAuthCertificateImage请求参数结构体
@@ -464,7 +464,7 @@ export interface AndroidInstanceLabel {
464
464
  /**
465
465
  * 标签值
466
466
  */
467
- Value: string;
467
+ Value?: string;
468
468
  }
469
469
  /**
470
470
  * DeleteAndroidInstanceImages返回参数结构体
@@ -1597,8 +1597,11 @@ export interface RawWatermarkParameter {
1597
1597
  */
1598
1598
  Type: string;
1599
1599
  /**
1600
- * 原点位置,目前仅支持:
1600
+ * 原点位置,可选值:
1601
1601
  <li>TopLeft:表示坐标原点位于视频图像左上角,水印原点为图片或文字的左上角。</li>
1602
+ <li>TopRight:表示坐标原点位于视频图像的右上角,水印原点为图片或文字的右上角;</li>
1603
+ <li>BottomLeft:表示坐标原点位于视频图像的左下角,水印原点为图片或文字的左下角;</li>
1604
+ <li>BottomRight:表示坐标原点位于视频图像的右下角,水印原点为图片或文字的右下角。</li>
1602
1605
  默认值:TopLeft。
1603
1606
  */
1604
1607
  CoordinateOrigin?: string;
@@ -6575,7 +6578,7 @@ export interface MediaAnimatedGraphicsItem {
6575
6578
  */
6576
6579
  Path?: string;
6577
6580
  /**
6578
- * 转动图模板 ID,参见[转动图参数模板](https://cloud.tencent.com/document/product/862/37042#.E9.A2.84.E7.BD.AE.E8.BD.AC.E5.8A.A8.E5.9B.BE.E6.A8.A1.E6.9D.BF)。
6581
+ * 转动图模板 ID,参见[转动图参数模板](https://cloud.tencent.com/document/product/862/77168#.E8.BD.AC.E5.8A.A8.E5.9B.BE.E6.A8.A1.E6.9D.BF.5B.5D(id.3Amove))
6579
6582
  */
6580
6583
  Definition?: number;
6581
6584
  /**
@@ -352,6 +352,18 @@ export interface CreateJobConfigRequest {
352
352
  * TaskManager 内存
353
353
  */
354
354
  TaskManagerMem?: number;
355
+ /**
356
+ * 0=默认使用老的 1=使用新的
357
+ */
358
+ UseOldSystemConnector?: number;
359
+ /**
360
+ * 压缩参数
361
+ */
362
+ ProgramArgsAfterGzip?: string;
363
+ /**
364
+ * checkpoint 超时时间
365
+ */
366
+ CheckpointTimeoutSecond?: number;
355
367
  }
356
368
  /**
357
369
  * 集群的版本相关信息
@@ -2117,6 +2129,45 @@ export interface DeleteWorkSpaceResponse {
2117
2129
  */
2118
2130
  RequestId?: string;
2119
2131
  }
2132
+ /**
2133
+ * hadoopYarn资源信息
2134
+ */
2135
+ export interface HadoopYarnItem {
2136
+ /**
2137
+ * ClusterGroupSerialId
2138
+ */
2139
+ ClusterGroupSerialId: string;
2140
+ /**
2141
+ * 状态
2142
+ 注意:此字段可能返回 null,表示取不到有效值。
2143
+ */
2144
+ Status: number;
2145
+ /**
2146
+ * cpu
2147
+ 注意:此字段可能返回 null,表示取不到有效值。
2148
+ */
2149
+ Cpu: number;
2150
+ /**
2151
+ * mem
2152
+ */
2153
+ Mem?: number;
2154
+ /**
2155
+ * 创建时间
2156
+ */
2157
+ CreateTime?: string;
2158
+ /**
2159
+ * 更新时间
2160
+ */
2161
+ UpdateTime?: string;
2162
+ /**
2163
+ * 配置文件内容
2164
+ */
2165
+ Config?: string;
2166
+ /**
2167
+ * CreatorUin
2168
+ */
2169
+ CreatorUin?: string;
2170
+ }
2120
2171
  /**
2121
2172
  * TriggerJobSavepoint返回参数结构体
2122
2173
  */
@@ -2757,6 +2808,10 @@ export interface ModifyJobRequest {
2757
2808
  * 作业描述
2758
2809
  */
2759
2810
  Description?: string;
2811
+ /**
2812
+ * 停止持续告警
2813
+ */
2814
+ ContinueAlarm?: number;
2760
2815
  }
2761
2816
  /**
2762
2817
  * GetMetaTable请求参数结构体
@@ -3050,6 +3105,11 @@ export interface Cluster {
3050
3105
  注意:此字段可能返回 null,表示取不到有效值。
3051
3106
  */
3052
3107
  Setats?: Setats;
3108
+ /**
3109
+ * []
3110
+ 注意:此字段可能返回 null,表示取不到有效值。
3111
+ */
3112
+ Yarns?: Array<HadoopYarnItem>;
3053
3113
  }
3054
3114
  /**
3055
3115
  * 作业运行图
@@ -3336,6 +3396,10 @@ export interface JobV1 {
3336
3396
  注意:此字段可能返回 null,表示取不到有效值。
3337
3397
  */
3338
3398
  ProgressDesc?: string;
3399
+ /**
3400
+ * 停止持续告警
3401
+ */
3402
+ ContinueAlarm?: number;
3339
3403
  }
3340
3404
  /**
3341
3405
  * 作业配置详情
@@ -3528,6 +3592,10 @@ export interface JobConfig {
3528
3592
  注意:此字段可能返回 null,表示取不到有效值。
3529
3593
  */
3530
3594
  JobConfigItem?: JobConfig;
3595
+ /**
3596
+ * checkpoint 超时时间
3597
+ */
3598
+ CheckpointTimeoutSecond?: number;
3531
3599
  }
3532
3600
  /**
3533
3601
  * DescribeResourceConfigs请求参数结构体
@@ -1406,6 +1406,10 @@ export interface ModifyAutoBackupConfigRequest {
1406
1406
  * 自动备份类型。目前仅能配置为:1 ,指定时备份。
1407
1407
  */
1408
1408
  AutoBackupType?: number;
1409
+ /**
1410
+ * 全量备份文件保存天数。单位:天。
1411
+ */
1412
+ BackupStorageDays?: number;
1409
1413
  }
1410
1414
  /**
1411
1415
  * 实例多选项类型参数描述
@@ -426,7 +426,7 @@ export interface ModifyInstanceRequest {
426
426
  */
427
427
  SendReceiveRatio?: number;
428
428
  /**
429
- * 商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/107676) 出参获得。
429
+ * 商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参获得。
430
430
  */
431
431
  SkuCode?: string;
432
432
  /**
@@ -173,6 +173,10 @@ export interface ServerPushText {
173
173
 
174
174
  */
175
175
  Priority?: number;
176
+ /**
177
+ * 是否将文本加入到llm历史上下文中
178
+ */
179
+ AddHistory?: boolean;
176
180
  }
177
181
  /**
178
182
  * DescribeTRTCMarketQualityMetricData返回参数结构体
@@ -384,6 +388,10 @@ export interface STTConfig {
384
388
  * 热词表:该参数用于提升识别准确率。 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
385
389
  */
386
390
  HotWordList?: string;
391
+ /**
392
+ * vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 3],默认为0。推荐设置为2,有较好的远场人声抑制能力。
393
+ */
394
+ VadLevel?: number;
387
395
  }
388
396
  /**
389
397
  * DescribeTRTCMarketScaleData请求参数结构体
@@ -4129,6 +4137,10 @@ export interface TranscriptionParams {
4129
4137
  仅 TranscriptionMode 为 1或者 TranscriptionMode 为无限上麦模式支持传入多个用户列表
4130
4138
  */
4131
4139
  TargetUserIdList?: Array<string>;
4140
+ /**
4141
+ * 声纹配置
4142
+ */
4143
+ VoicePrint?: VoicePrint;
4132
4144
  }
4133
4145
  /**
4134
4146
  * SeriesInfos类型
@@ -7489,6 +7489,10 @@ export interface InstanceInfo {
7489
7489
  * 1是基础2025版本;0不是
7490
7490
  */
7491
7491
  BasicFlag?: number;
7492
+ /**
7493
+ * 实例的网络配置
7494
+ */
7495
+ NetworkConfig?: NetworkConfig;
7492
7496
  }
7493
7497
  /**
7494
7498
  * DescribeUserSignatureRuleV2返回参数结构体
@@ -8221,6 +8225,27 @@ export interface DescribeAccessHistogramRequest {
8221
8225
  */
8222
8226
  Interval?: number;
8223
8227
  }
8228
+ /**
8229
+ * 实例的网络配置
8230
+ */
8231
+ export interface NetworkConfig {
8232
+ /**
8233
+ * 高防EIP地址
8234
+ */
8235
+ AntiDDosEip?: string;
8236
+ /**
8237
+ * 高防EIP绑定状态。
8238
+ 0:解绑
8239
+ 1:绑定
8240
+ */
8241
+ AntiDDosEipStatus?: number;
8242
+ /**
8243
+ * WAF原生VIP绑定状态。
8244
+ 0:解绑
8245
+ 1:绑定
8246
+ */
8247
+ VipStatus?: number;
8248
+ }
8224
8249
  /**
8225
8250
  * 动作策略的一条分数段实体
8226
8251
  */