tencentcloud-sdk-nodejs-ess 4.0.568 → 4.0.570

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.
@@ -78,9 +78,9 @@ export interface CreatePreparedPersonalEsignRequest {
78
78
  * 身份证件类型:
79
79
  ID_CARD 身份证
80
80
  PASSPORT 护照
81
- HONGKONG_AND_MACAO 香港身份
82
- FOREIGN_ID_CARD 国外身份
83
- HONGKONG_MACAO_AND_TAIWAN 港台身份
81
+ HONGKONG_AND_MACAO 中国香港
82
+ FOREIGN_ID_CARD 境外身份
83
+ HONGKONG_MACAO_AND_TAIWAN 中国台湾
84
84
  */
85
85
  IdCardType?: string;
86
86
  /**
@@ -617,6 +617,19 @@ export interface DescribeFlowEvidenceReportResponse {
617
617
  */
618
618
  RequestId?: string;
619
619
  }
620
+ /**
621
+ * 应用回调信息
622
+ */
623
+ export interface CallbackInfo {
624
+ /**
625
+ * 回调url
626
+ */
627
+ CallbackUrl: string;
628
+ /**
629
+ * 回调加密token
630
+ */
631
+ Token: string;
632
+ }
620
633
  /**
621
634
  * 二期接口返回的模板的信息结构
622
635
  */
@@ -2666,7 +2679,20 @@ export interface CancelMultiFlowSignQRCodeRequest {
2666
2679
  /**
2667
2680
  * ModifyApplicationCallbackInfo请求参数结构体
2668
2681
  */
2669
- export declare type ModifyApplicationCallbackInfoRequest = null;
2682
+ export interface ModifyApplicationCallbackInfoRequest {
2683
+ /**
2684
+ * 调用方用户信息,userId 必填
2685
+ */
2686
+ Operator: UserInfo;
2687
+ /**
2688
+ * 操作类型:1-新增,2-删除
2689
+ */
2690
+ OperateType: number;
2691
+ /**
2692
+ * 回调信息
2693
+ */
2694
+ CallbackInfo: CallbackInfo;
2695
+ }
2670
2696
  /**
2671
2697
  * 主企业员工账号信息
2672
2698
  */