tencentcloud-sdk-nodejs 4.0.1028 → 4.0.1029

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 (50) hide show
  1. package/package.json +1 -1
  2. package/src/common/sdk_version.ts +1 -1
  3. package/src/services/antiddos/v20200309/antiddos_models.ts +3 -3
  4. package/src/services/ccc/v20200210/ccc_models.ts +2 -2
  5. package/src/services/emr/v20190103/emr_models.ts +5 -1
  6. package/src/services/ess/v20201111/ess_client.ts +46 -5
  7. package/src/services/ess/v20201111/ess_models.ts +270 -98
  8. package/src/services/gme/v20180711/gme_models.ts +20 -18
  9. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -8
  10. package/src/services/lcic/v20220817/lcic_client.ts +22 -2
  11. package/src/services/lcic/v20220817/lcic_models.ts +0 -8
  12. package/src/services/lighthouse/v20200324/lighthouse_models.ts +0 -5
  13. package/src/services/lkeap/v20240522/lkeap_client.ts +2 -1
  14. package/src/services/lkeap/v20240522/lkeap_models.ts +1 -1
  15. package/src/services/mps/v20190612/mps_models.ts +16 -0
  16. package/src/services/ocr/v20181119/ocr_models.ts +14 -2
  17. package/src/services/redis/v20180412/redis_models.ts +0 -20
  18. package/src/services/smop/v20201203/smop_models.ts +0 -17
  19. package/src/services/vms/v20200902/vms_models.ts +0 -1
  20. package/src/services/vpc/v20170312/vpc_client.ts +181 -31
  21. package/src/services/vpc/v20170312/vpc_models.ts +594 -89
  22. package/src/services/wedata/v20210820/wedata_client.ts +2 -1
  23. package/src/services/wedata/v20210820/wedata_models.ts +47 -6
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +3 -3
  27. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
  28. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -1
  29. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -1
  30. package/tencentcloud/services/ess/v20201111/ess_client.js +22 -0
  31. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +263 -98
  32. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +20 -18
  33. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -8
  34. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +21 -1
  35. package/tencentcloud/services/lcic/v20220817/lcic_client.js +21 -1
  36. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +0 -8
  37. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +0 -5
  38. package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +2 -1
  39. package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +2 -1
  40. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +1 -1
  41. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +16 -0
  42. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +14 -2
  43. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +0 -20
  44. package/tencentcloud/services/smop/v20201203/smop_models.d.ts +0 -17
  45. package/tencentcloud/services/vms/v20200902/vms_models.d.ts +0 -1
  46. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +58 -8
  47. package/tencentcloud/services/vpc/v20170312/vpc_client.js +84 -10
  48. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +566 -89
  49. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  50. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +46 -6
@@ -156,6 +156,23 @@ export interface IntentionActionResult {
156
156
  */
157
157
  Details?: Array<IntentionActionResultDetail>;
158
158
  }
159
+ /**
160
+ * DescribeFileCounterSignResult请求参数结构体
161
+ */
162
+ export interface DescribeFileCounterSignResultRequest {
163
+ /**
164
+ * 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
165
+ */
166
+ Operator?: UserInfo;
167
+ /**
168
+ * 代理企业和员工的信息。在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
169
+ */
170
+ Agent?: Agent;
171
+ /**
172
+ * 加签任务Id
173
+ */
174
+ TaskId?: string;
175
+ }
159
176
  /**
160
177
  * CreateSeal请求参数结构体
161
178
  */
@@ -437,6 +454,33 @@ export interface DescribeIntegrationDepartmentsResponse {
437
454
  */
438
455
  RequestId?: string;
439
456
  }
457
+ /**
458
+ * CreateFileCounterSign请求参数结构体
459
+ */
460
+ export interface CreateFileCounterSignRequest {
461
+ /**
462
+ * 需要加签的文件Id。
463
+
464
+ 注: `暂时只支持pdf类型的文件`
465
+ */
466
+ FileId: string;
467
+ /**
468
+ * 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
469
+ */
470
+ Operator?: UserInfo;
471
+ /**
472
+ * 代理企业和员工的信息。在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
473
+ */
474
+ Agent?: Agent;
475
+ /**
476
+ * 是否使用同步模式。
477
+ <ul><li><b>false</b>:异步模式,返回taskId。需要使用taskId轮询结果查询接口。</li>
478
+ <li><b>true</b>: 同步模式,此接口将直接返回taskId和ResultFileId(加签后文件id)。</li></ul>
479
+ 注:
480
+ 1. 当加签文件较大的时候,建议使用异步接口进行操作。否则文件加签时间过长会导致接口超时。
481
+ */
482
+ SyncMode?: boolean;
483
+ }
440
484
  /**
441
485
  * 模板中文件的信息结构
442
486
  */
@@ -544,25 +588,18 @@ export interface DescribeFileUrlsResponse {
544
588
  RequestId?: string;
545
589
  }
546
590
  /**
547
- * CreateExtendedServiceAuthInfos请求参数结构体
591
+ * CreateFlowReminds请求参数结构体
548
592
  */
549
- export interface CreateExtendedServiceAuthInfosRequest {
593
+ export interface CreateFlowRemindsRequest {
550
594
  /**
551
595
  * 执行本接口操作的员工信息。
552
596
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
553
597
  */
554
598
  Operator: UserInfo;
555
599
  /**
556
- * 本企业员工的id,需要已实名,正常在职员工
557
- */
558
- UserIds: Array<string>;
559
- /**
560
- * 取值
561
- <ul><li>OPEN_SERVER_SIGN:企业自动签</li>
562
- <li>BATCH_SIGN:批量签署</li>
563
- </ul>
600
+ * 需执行催办的签署流程ID数组,最多包含100个。
564
601
  */
565
- ExtendServiceType?: string;
602
+ FlowIds: Array<string>;
566
603
  /**
567
604
  * 代理企业和员工的信息。
568
605
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
@@ -4462,24 +4499,11 @@ export interface DescribeFileUrlsRequest {
4462
4499
  */
4463
4500
  Operator: UserInfo;
4464
4501
  /**
4465
- * 文件对应的业务类型,目前支持:
4466
- <ul>
4467
- <li>**FLOW ** : <font color="red">如需下载合同文件请选择此项</font></li>
4468
- <li>**TEMPLATE ** : 如需下载模板文件请选择此项</li>
4469
- <li>**DOCUMENT **: 如需下载文档文件请选择此项</li>
4470
- <li>**SEAL **: 如需下载印章图片请选择此项</li>
4471
- </ul>
4502
+ * 文件对应的业务类型,目前支持:<ul><li>**FLOW ** : <font color="red">如需下载合同文件请选择此项</font></li><li>**TEMPLATE ** : 如需下载模板文件请选择此项</li><li>**DOCUMENT **: 如需下载文档文件请选择此项</li><li>**SEAL **: 如需下载印章图片请选择此项</li><li>**DIGITFILE**: 如需下载加签文件请选择此项</li></ul>
4472
4503
  */
4473
4504
  BusinessType: string;
4474
4505
  /**
4475
- * 业务编号的数组,取值如下:
4476
- <ul>
4477
- <li>流程编号</li>
4478
- <li>模板编号</li>
4479
- <li>文档编号</li>
4480
- <li>印章编号</li>
4481
- <li>如需下载合同文件请传入FlowId,最大支持20个资源</li>
4482
- </ul>
4506
+ * 业务编号的数组,取值如下:<ul><li>流程编号</li><li>模板编号</li><li>文档编号</li><li>印章编号</li><li>加签文件编号</li><li>如需下载合同文件请传入FlowId,最大支持20个资源</li></ul>
4483
4507
  */
4484
4508
  BusinessIds: Array<string>;
4485
4509
  /**
@@ -5670,6 +5694,31 @@ export interface CreatePreparedPersonalEsignResponse {
5670
5694
  */
5671
5695
  RequestId?: string;
5672
5696
  }
5697
+ /**
5698
+ * VerifyDigitFile返回参数结构体
5699
+ */
5700
+ export interface VerifyDigitFileResponse {
5701
+ /**
5702
+ * 加签文件MD5哈希值
5703
+ */
5704
+ PdfResourceMd5?: string;
5705
+ /**
5706
+ * 验签结果代码,代码的含义如下:<ul><li>**1**:文件验证成功。</li><li>**2**:文件验证失败。</li></ul>
5707
+ */
5708
+ VerifyResult?: number;
5709
+ /**
5710
+ * 验签序列号, 为11为数组组成的字符串
5711
+ */
5712
+ VerifySerialNo?: string;
5713
+ /**
5714
+ * 验签结果详情,每个签名域对应的验签结果。
5715
+ */
5716
+ VerifyDigitFileResults?: Array<VerifyDigitFileResult>;
5717
+ /**
5718
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5719
+ */
5720
+ RequestId?: string;
5721
+ }
5673
5722
  /**
5674
5723
  * DescribeOrganizationSeals返回参数结构体
5675
5724
  */
@@ -5917,30 +5966,28 @@ export interface DeleteIntegrationEmployeesRequest {
5917
5966
  Agent?: Agent;
5918
5967
  }
5919
5968
  /**
5920
- * 更新员工信息失败返回的数据信息
5969
+ * DescribeUserAutoSignStatus请求参数结构体
5921
5970
  */
5922
- export interface FailedUpdateStaffData {
5923
- /**
5924
- * 用户传入的名称
5925
- */
5926
- DisplayName?: string;
5971
+ export interface DescribeUserAutoSignStatusRequest {
5927
5972
  /**
5928
- * 用户传入的手机号,明文展示
5973
+ * 执行本接口操作的员工信息。
5974
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
5929
5975
  */
5930
- Mobile?: string;
5976
+ Operator: UserInfo;
5931
5977
  /**
5932
- * 失败原因
5978
+ * 自动签使用的场景值, 可以选择的场景值如下:
5979
+ <ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
5933
5980
  */
5934
- Reason?: string;
5981
+ SceneKey: string;
5935
5982
  /**
5936
- * 员工在腾讯电子签平台的唯一身份标识,为32位字符串。
5937
- 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
5983
+ * 要查询状态的用户信息, 包括名字,身份证等
5938
5984
  */
5939
- UserId?: string;
5985
+ UserInfo: UserThreeFactor;
5940
5986
  /**
5941
- * 员工在第三方平台的openId
5987
+ * 代理企业和员工的信息。
5988
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
5942
5989
  */
5943
- OpenId?: string;
5990
+ Agent?: Agent;
5944
5991
  }
5945
5992
  /**
5946
5993
  * GetTaskResultApi请求参数结构体
@@ -7488,6 +7535,32 @@ export interface GetTaskResultApiResponse {
7488
7535
  */
7489
7536
  RequestId?: string;
7490
7537
  }
7538
+ /**
7539
+ * 更新员工信息失败返回的数据信息
7540
+ */
7541
+ export interface FailedUpdateStaffData {
7542
+ /**
7543
+ * 用户传入的名称
7544
+ */
7545
+ DisplayName?: string;
7546
+ /**
7547
+ * 用户传入的手机号,明文展示
7548
+ */
7549
+ Mobile?: string;
7550
+ /**
7551
+ * 失败原因
7552
+ */
7553
+ Reason?: string;
7554
+ /**
7555
+ * 员工在腾讯电子签平台的唯一身份标识,为32位字符串。
7556
+ 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
7557
+ */
7558
+ UserId?: string;
7559
+ /**
7560
+ * 员工在第三方平台的openId
7561
+ */
7562
+ OpenId?: string;
7563
+ }
7491
7564
  /**
7492
7565
  * DescribeOrganizationVerifyStatus请求参数结构体
7493
7566
  */
@@ -7607,28 +7680,69 @@ export interface ModifyApplicationCallbackInfoRequest {
7607
7680
  Agent?: Agent;
7608
7681
  }
7609
7682
  /**
7610
- * DescribeUserAutoSignStatus请求参数结构体
7683
+ * CreateFileCounterSign返回参数结构体
7611
7684
  */
7612
- export interface DescribeUserAutoSignStatusRequest {
7685
+ export interface CreateFileCounterSignResponse {
7613
7686
  /**
7614
- * 执行本接口操作的员工信息。
7615
- 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
7687
+ * 加签任务的状态。
7688
+
7689
+ <ul>
7690
+ <li><b>PROCESSING</b>: 任务正在执行中。</li>
7691
+ <li><b>FINISHED</b>: 已执行成功</li>
7692
+ </ul>
7616
7693
  */
7617
- Operator: UserInfo;
7694
+ Status?: string;
7618
7695
  /**
7619
- * 自动签使用的场景值, 可以选择的场景值如下:
7620
- <ul><li> **E_PRESCRIPTION_AUTO_SIGN** : 电子处方场景</li><li> **OTHER** : 通用场景</li></ul>
7696
+ * 加签完成后新的文件Id
7621
7697
  */
7622
- SceneKey: string;
7698
+ ResultFileId?: string;
7623
7699
  /**
7624
- * 要查询状态的用户信息, 包括名字,身份证等
7700
+ * 异步模式下用于轮询状态的任务Id
7625
7701
  */
7626
- UserInfo: UserThreeFactor;
7702
+ TaskId?: string;
7627
7703
  /**
7628
- * 代理企业和员工的信息。
7629
- 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
7704
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7630
7705
  */
7631
- Agent?: Agent;
7706
+ RequestId?: string;
7707
+ }
7708
+ /**
7709
+ * 数字加签文件验签结果
7710
+ */
7711
+ export interface VerifyDigitFileResult {
7712
+ /**
7713
+ * 证书起始时间的Unix时间戳,单位毫秒
7714
+ */
7715
+ CertNotBefore?: number;
7716
+ /**
7717
+ * 证书过期时间的时间戳,单位毫秒
7718
+ */
7719
+ CertNotAfter?: number;
7720
+ /**
7721
+ * 证书序列号,在数字证书申请过程中,系统会自动生成一个独一无二的序号。
7722
+ */
7723
+ CertSn?: string;
7724
+ /**
7725
+ * 证书签名算法, 如SHA1withRSA等算法
7726
+ */
7727
+ SignAlgorithm?: string;
7728
+ /**
7729
+ * 签署时间的Unix时间戳,单位毫秒
7730
+ */
7731
+ SignTime?: number;
7732
+ /**
7733
+ * 签名类型。0表示带签章的数字签名,1表示仅数字签名
7734
+ */
7735
+ SignType?: number;
7736
+ /**
7737
+ * 申请证书的主体的名字
7738
+
7739
+ 如果是在腾讯电子签平台签署, 则对应的主体的名字个数如下
7740
+ **企业**: ESS@企业名称@编码
7741
+ **个人**: ESS@个人姓名@证件号@808854
7742
+
7743
+ 如果在其他平台签署的, 主体的名字参考其他平台的说明
7744
+ */
7745
+ SignerName?: string;
7632
7746
  }
7633
7747
  /**
7634
7748
  * StartFlow请求参数结构体
@@ -7953,56 +8067,31 @@ export interface FlowGroupApproverInfo {
7953
8067
  RecipientId?: string;
7954
8068
  }
7955
8069
  /**
7956
- * DescribeOrganizationSeals请求参数结构体
8070
+ * DescribeFileCounterSignResult返回参数结构体
7957
8071
  */
7958
- export interface DescribeOrganizationSealsRequest {
8072
+ export interface DescribeFileCounterSignResultResponse {
7959
8073
  /**
7960
- * 执行本接口操作的员工信息。
7961
- 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
7962
- */
7963
- Operator: UserInfo;
7964
- /**
7965
- * 指定分页每页返回的数据条数,如果不传默认为 20,单页最大支持 200。
7966
- */
7967
- Limit?: number;
7968
- /**
7969
- * 指定分页返回第几页的数据,如果不传默认返回第一页,页码从 0 开始,即首页为 0,最大 20000。
7970
- */
7971
- Offset?: number;
7972
- /**
7973
- * 查询授权用户信息类型,取值如下:
8074
+ * 加签任务的状态。
7974
8075
 
7975
- <ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
7976
- */
7977
- InfoType?: number;
7978
- /**
7979
- * 印章id,是否查询特定的印章(没有输入返回所有)
8076
+ <ul>
8077
+ <li><b>PROCESSING</b>: 任务正在执行中。</li>
8078
+ <li><b>FINISHED</b>: 已执行成功</li>
8079
+ <li><b>FAILED</b>: 执行失败</li>
8080
+ </ul>
7980
8081
  */
7981
- SealId?: string;
8082
+ Status?: string;
7982
8083
  /**
7983
- * 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>ORGANIZATION_SEAL</strong>:企业印章(通过图片上传创建);</li> <li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> <li><strong>EMPLOYEE_QUALIFICATION_SEAL</strong>:员工执业章。</li> </ul>
8084
+ * 加签完成后新的文件Id
7984
8085
  */
7985
- SealTypes?: Array<string>;
8086
+ ResultFileId?: string;
7986
8087
  /**
7987
- * 代理企业和员工的信息。
7988
- 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
8088
+ * 失败的错误信息,加签任务失败的情况下会返回。
7989
8089
  */
7990
- Agent?: Agent;
8090
+ ErrorDetail?: string;
7991
8091
  /**
7992
- * 需查询的印章状态列表。
7993
- <ul>
7994
- <li>空:(默认)仅查询启用状态的印章;</li>
7995
- <li><strong>ALL</strong>:查询所有状态的印章;</li>
7996
- <li><strong>CHECKING</strong>:查询待审核的印章;</li>
7997
- <li><strong>SUCCESS</strong>:查询启用状态的印章;</li>
7998
- <li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>
7999
- <li><strong>DISABLE</strong>:查询已停用的印章;</li>
8000
- <li><strong>STOPPED</strong>:查询已终止的印章;</li>
8001
- <li><strong>VOID</strong>:查询已作废的印章;</li>
8002
- <li><strong>INVALID</strong>:查询已失效的印章。</li>
8003
- </ul>
8092
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8004
8093
  */
8005
- SealStatuses?: Array<string>;
8094
+ RequestId?: string;
8006
8095
  }
8007
8096
  /**
8008
8097
  * 权限树中的权限组
@@ -8605,24 +8694,48 @@ export interface CreateBatchSignUrlRequest {
8605
8694
  UrlUseEnv?: string;
8606
8695
  }
8607
8696
  /**
8608
- * CreateFlowReminds请求参数结构体
8697
+ * CreateExtendedServiceAuthInfos请求参数结构体
8609
8698
  */
8610
- export interface CreateFlowRemindsRequest {
8699
+ export interface CreateExtendedServiceAuthInfosRequest {
8611
8700
  /**
8612
8701
  * 执行本接口操作的员工信息。
8613
8702
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
8614
8703
  */
8615
8704
  Operator: UserInfo;
8616
8705
  /**
8617
- * 需执行催办的签署流程ID数组,最多包含100个。
8706
+ * 本企业员工的id,需要已实名,正常在职员工
8618
8707
  */
8619
- FlowIds: Array<string>;
8708
+ UserIds: Array<string>;
8709
+ /**
8710
+ * 取值
8711
+ <ul><li>OPEN_SERVER_SIGN:企业自动签</li>
8712
+ <li>BATCH_SIGN:批量签署</li>
8713
+ </ul>
8714
+ */
8715
+ ExtendServiceType?: string;
8620
8716
  /**
8621
8717
  * 代理企业和员工的信息。
8622
8718
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
8623
8719
  */
8624
8720
  Agent?: Agent;
8625
8721
  }
8722
+ /**
8723
+ * VerifyDigitFile请求参数结构体
8724
+ */
8725
+ export interface VerifyDigitFileRequest {
8726
+ /**
8727
+ * 执行本接口操作的员工信息。注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。
8728
+ */
8729
+ Operator?: UserInfo;
8730
+ /**
8731
+ * 代理企业和员工的信息。在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
8732
+ */
8733
+ Agent?: Agent;
8734
+ /**
8735
+ * 加签接口返回的文件Id
8736
+ */
8737
+ FileId?: string;
8738
+ }
8626
8739
  /**
8627
8740
  * UpdateIntegrationEmployees请求参数结构体
8628
8741
  */
@@ -9193,6 +9306,58 @@ export interface UploadFilesRequest {
9193
9306
  */
9194
9307
  Agent?: Agent;
9195
9308
  }
9309
+ /**
9310
+ * DescribeOrganizationSeals请求参数结构体
9311
+ */
9312
+ export interface DescribeOrganizationSealsRequest {
9313
+ /**
9314
+ * 执行本接口操作的员工信息。
9315
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
9316
+ */
9317
+ Operator: UserInfo;
9318
+ /**
9319
+ * 指定分页每页返回的数据条数,如果不传默认为 20,单页最大支持 200。
9320
+ */
9321
+ Limit?: number;
9322
+ /**
9323
+ * 指定分页返回第几页的数据,如果不传默认返回第一页,页码从 0 开始,即首页为 0,最大 20000。
9324
+ */
9325
+ Offset?: number;
9326
+ /**
9327
+ * 查询授权用户信息类型,取值如下:
9328
+
9329
+ <ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
9330
+ */
9331
+ InfoType?: number;
9332
+ /**
9333
+ * 印章id,是否查询特定的印章(没有输入返回所有)
9334
+ */
9335
+ SealId?: string;
9336
+ /**
9337
+ * 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>ORGANIZATION_SEAL</strong>:企业印章(通过图片上传创建);</li> <li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> <li><strong>EMPLOYEE_QUALIFICATION_SEAL</strong>:员工执业章。</li> </ul>
9338
+ */
9339
+ SealTypes?: Array<string>;
9340
+ /**
9341
+ * 代理企业和员工的信息。
9342
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
9343
+ */
9344
+ Agent?: Agent;
9345
+ /**
9346
+ * 需查询的印章状态列表。
9347
+ <ul>
9348
+ <li>空:(默认)仅查询启用状态的印章;</li>
9349
+ <li><strong>ALL</strong>:查询所有状态的印章;</li>
9350
+ <li><strong>CHECKING</strong>:查询待审核的印章;</li>
9351
+ <li><strong>SUCCESS</strong>:查询启用状态的印章;</li>
9352
+ <li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>
9353
+ <li><strong>DISABLE</strong>:查询已停用的印章;</li>
9354
+ <li><strong>STOPPED</strong>:查询已终止的印章;</li>
9355
+ <li><strong>VOID</strong>:查询已作废的印章;</li>
9356
+ <li><strong>INVALID</strong>:查询已失效的印章。</li>
9357
+ </ul>
9358
+ */
9359
+ SealStatuses?: Array<string>;
9360
+ }
9196
9361
  /**
9197
9362
  * DescribePersonCertificate请求参数结构体
9198
9363
  */
@@ -230,9 +230,8 @@ export interface RealTimeSpeechStatisticsItem {
230
230
  export interface AudioTextStatisticsItem {
231
231
  /**
232
232
  * 统计值,单位:秒
233
- 注意:此字段可能返回 null,表示取不到有效值。
234
233
  */
235
- Data: number;
234
+ Data?: number;
236
235
  }
237
236
  /**
238
237
  * GetCustomizationList返回参数结构体
@@ -477,12 +476,10 @@ export interface ScanPiece {
477
476
  export interface Tag {
478
477
  /**
479
478
  * 标签键
480
- 注意:此字段可能返回 null,表示取不到有效值。
481
479
  */
482
480
  TagKey?: string;
483
481
  /**
484
482
  * 标签值
485
- 注意:此字段可能返回 null,表示取不到有效值。
486
483
  */
487
484
  TagValue?: string;
488
485
  }
@@ -738,7 +735,22 @@ export interface StatusInfo {
738
735
  'VoiceMessage','语音消息',
739
736
  'GMECloudApi':'GME云API接口'
740
737
  */
741
- export declare type SceneInfo = null;
738
+ export interface SceneInfo {
739
+ /**
740
+ * 'RealTime','实时语音分析',
741
+ 'VoiceMessage','语音消息',
742
+ 'GMECloudApi':'GME云API接口'
743
+ */
744
+ SceneId: string;
745
+ /**
746
+ * 开关状态,true开启/false关闭
747
+ */
748
+ Status: boolean;
749
+ /**
750
+ * 用户回调地址
751
+ */
752
+ CallbackUrl?: string;
753
+ }
742
754
  /**
743
755
  * 剔除房间操作结果
744
756
  */
@@ -1253,17 +1265,14 @@ export interface ScanVoiceResponse {
1253
1265
  export interface AppStatisticsItem {
1254
1266
  /**
1255
1267
  * 实时语音统计数据
1256
- 注意:此字段可能返回 null,表示取不到有效值。
1257
1268
  */
1258
1269
  RealtimeSpeechStatisticsItem?: RealTimeSpeechStatisticsItem;
1259
1270
  /**
1260
1271
  * 语音消息统计数据
1261
- 注意:此字段可能返回 null,表示取不到有效值。
1262
1272
  */
1263
1273
  VoiceMessageStatisticsItem?: VoiceMessageStatisticsItem;
1264
1274
  /**
1265
1275
  * 语音过滤统计数据
1266
- 注意:此字段可能返回 null,表示取不到有效值。
1267
1276
  */
1268
1277
  VoiceFilterStatisticsItem?: VoiceFilterStatisticsItem;
1269
1278
  /**
@@ -1272,22 +1281,18 @@ export interface AppStatisticsItem {
1272
1281
  Date?: string;
1273
1282
  /**
1274
1283
  * 录音转文本用量统计数据
1275
- 注意:此字段可能返回 null,表示取不到有效值。
1276
1284
  */
1277
1285
  AudioTextStatisticsItem?: AudioTextStatisticsItem;
1278
1286
  /**
1279
1287
  * 流式转文本用量数据
1280
- 注意:此字段可能返回 null,表示取不到有效值。
1281
1288
  */
1282
1289
  StreamTextStatisticsItem?: StreamTextStatisticsItem;
1283
1290
  /**
1284
1291
  * 海外转文本用量数据
1285
- 注意:此字段可能返回 null,表示取不到有效值。
1286
1292
  */
1287
1293
  OverseaTextStatisticsItem?: OverseaTextStatisticsItem;
1288
1294
  /**
1289
1295
  * 实时语音转文本用量数据
1290
- 注意:此字段可能返回 null,表示取不到有效值。
1291
1296
  */
1292
1297
  RealtimeTextStatisticsItem?: RealtimeTextStatisticsItem;
1293
1298
  }
@@ -1480,9 +1485,8 @@ export interface CreateScanUserRequest {
1480
1485
  export interface StreamTextStatisticsItem {
1481
1486
  /**
1482
1487
  * 统计值,单位:秒
1483
- 注意:此字段可能返回 null,表示取不到有效值。
1484
1488
  */
1485
- Data: number;
1489
+ Data?: number;
1486
1490
  }
1487
1491
  /**
1488
1492
  * DescribeAgeDetectTask返回参数结构体
@@ -1609,9 +1613,8 @@ export interface UpdateScanUsersRequest {
1609
1613
  export interface OverseaTextStatisticsItem {
1610
1614
  /**
1611
1615
  * 统计值,单位:秒
1612
- 注意:此字段可能返回 null,表示取不到有效值。
1613
1616
  */
1614
- Data: number;
1617
+ Data?: number;
1615
1618
  }
1616
1619
  /**
1617
1620
  * 语音检测结果返回
@@ -1719,9 +1722,8 @@ export interface ModifyAppStatusResponse {
1719
1722
  export interface RealtimeTextStatisticsItem {
1720
1723
  /**
1721
1724
  * 统计值,单位:秒
1722
- 注意:此字段可能返回 null,表示取不到有效值。
1723
1725
  */
1724
- Data: number;
1726
+ Data?: number;
1725
1727
  }
1726
1728
  /**
1727
1729
  * ModifyRecordInfo返回参数结构体
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export interface ChatCompletionsRequest {
5
5
  /**
6
- * 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-pro、 hunyuan-code、 hunyuan-role、 hunyuan-functioncall、 hunyuan-vision、 hunyuan-turbo、 hunyuan-turbo-latest、 hunyuan-large、 hunyuan-large-longcontext、 hunyuan-turbo-vision、 hunyuan-standard-vision。
6
+ * 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision
7
7
  各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。
8
8
 
9
9
  注意:
@@ -67,15 +67,11 @@ export interface ChatCompletionsRequest {
67
67
  */
68
68
  EnableEnhancement?: boolean;
69
69
  /**
70
- * 可调用的工具列表,仅对 hunyuan-pro、hunyuan-turbo、hunyuan-functioncall 模型生效。
70
+ * 可调用的工具列表,仅对 hunyuan-turbo、hunyuan-functioncall 模型生效。
71
71
  */
72
72
  Tools?: Array<Tool>;
73
73
  /**
74
- * 工具使用选项,可选值包括 none、auto、custom
75
- 说明:
76
- 1. 仅对 hunyuan-pro、hunyuan-turbo、hunyuan-functioncall 模型生效。
77
- 2. none:不调用工具;auto:模型自行选择生成回复或调用工具;custom:强制模型调用指定的工具。
78
- 3. 未设置时,默认值为auto
74
+ * 工具使用选项,可选值包括 none、auto、custom。说明:1. 仅对 hunyuan-turbo、hunyuan-functioncall 模型生效。2. none:不调用工具;auto:模型自行选择生成回复或调用工具;custom:强制模型调用指定的工具。3. 未设置时,默认值为auto
79
75
  */
80
76
  ToolChoice?: string;
81
77
  /**
@@ -197,7 +193,7 @@ export interface FilesUploadsRequest {
197
193
  */
198
194
  Name: string;
199
195
  /**
200
- * 文件链接。目前仅支持 pdf 格式,单文件大小限制为100M。
196
+ * 文件链接。目前支持 csv, doc, docx, pdf, ppt, pptx, txt, xls, xlsx 格式,单文件大小限制为100M。
201
197
  */
202
198
  URL: string;
203
199
  }
@@ -166,7 +166,27 @@ export declare class Client extends AbstractClient {
166
166
  */
167
167
  DescribeRoomStatistics(req: DescribeRoomStatisticsRequest, cb?: (error: string, rep: DescribeRoomStatisticsResponse) => void): Promise<DescribeRoomStatisticsResponse>;
168
168
  /**
169
- * 绑定文档到房间
169
+ * 功能概述
170
+ 本接口提供教学场景下的课程文档预绑定能力,支持将课件课堂ID进行关联映射,实现课件的自动化预加载。
171
+
172
+ 应用场景建议
173
+
174
+ 绑定时机
175
+ 推荐在创建课堂预约阶段同步完成文档绑定操作,确保课件资源在课堂开始前完成上传。
176
+
177
+ 接口限制与频控策略
178
+
179
+ 频控维度
180
+ 开发者账号维度限频
181
+ 默认频控阈值为20 QPS(每秒请求次数)
182
+
183
+ 最佳实践建议
184
+
185
+ 重试策略
186
+ 当触发限频错误时,建议采用以下策略:
187
+ 启用退避重试机制(建议使用指数退避算法)
188
+ 初始重试间隔不低于500ms
189
+ 最大重试次数不超过3次
170
190
  */
171
191
  BindDocumentToRoom(req: BindDocumentToRoomRequest, cb?: (error: string, rep: BindDocumentToRoomResponse) => void): Promise<BindDocumentToRoomResponse>;
172
192
  /**