tencentcloud-sdk-nodejs-essbasic 4.0.554 → 4.0.556

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.
@@ -235,17 +235,13 @@ export interface ChannelCreateFlowSignUrlResponse {
235
235
  RequestId?: string;
236
236
  }
237
237
  /**
238
- * ChannelCreatePrepareFlow返回参数结构体
238
+ * CreateSealByImage返回参数结构体
239
239
  */
240
- export interface ChannelCreatePrepareFlowResponse {
241
- /**
242
- * 预发起的合同链接
243
- */
244
- PrepareFlowUrl?: string;
240
+ export interface CreateSealByImageResponse {
245
241
  /**
246
- * 合同发起后预览链接
242
+ * 印章id
247
243
  */
248
- PreviewFlowUrl?: string;
244
+ SealId?: string;
249
245
  /**
250
246
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
251
247
  */
@@ -606,7 +602,7 @@ export interface ChannelCreateFlowByFilesRequest {
606
602
  */
607
603
  FlowName?: string;
608
604
  /**
609
- * 签署流程签约方列表,最多不超过5个参与方
605
+ * 签署流程签约方列表,最多不超过50个参与方
610
606
  */
611
607
  FlowApprovers?: Array<FlowApproverInfo>;
612
608
  /**
@@ -664,6 +660,14 @@ export interface ChannelCreateFlowByFilesRequest {
664
660
  * 操作者的信息,不用传
665
661
  */
666
662
  Operator?: UserInfo;
663
+ /**
664
+ * 被抄送人信息列表
665
+ */
666
+ CcInfos?: Array<CcInfo>;
667
+ /**
668
+ * 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
669
+ */
670
+ CcNotifyType?: number;
667
671
  }
668
672
  /**
669
673
  * 应用相关信息
@@ -1708,6 +1712,10 @@ export interface FlowInfo {
1708
1712
  注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。
1709
1713
  */
1710
1714
  NeedSignReview?: boolean;
1715
+ /**
1716
+ * 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
1717
+ */
1718
+ CcNotifyType?: number;
1711
1719
  }
1712
1720
  /**
1713
1721
  * 接口调用者信息
@@ -2510,13 +2518,17 @@ export interface ChannelDescribeOrganizationSealsResponse {
2510
2518
  RequestId?: string;
2511
2519
  }
2512
2520
  /**
2513
- * CreateSealByImage返回参数结构体
2521
+ * ChannelCreatePrepareFlow返回参数结构体
2514
2522
  */
2515
- export interface CreateSealByImageResponse {
2523
+ export interface ChannelCreatePrepareFlowResponse {
2516
2524
  /**
2517
- * 印章id
2525
+ * 预发起的合同链接
2518
2526
  */
2519
- SealId?: string;
2527
+ PrepareFlowUrl?: string;
2528
+ /**
2529
+ * 合同发起后预览链接
2530
+ */
2531
+ PreviewFlowUrl?: string;
2520
2532
  /**
2521
2533
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2522
2534
  */
@@ -2983,6 +2995,19 @@ export interface GetDownloadFlowUrlRequest {
2983
2995
  */
2984
2996
  Operator?: UserInfo;
2985
2997
  }
2998
+ /**
2999
+ * ChannelCreateEmbedWebUrl返回参数结构体
3000
+ */
3001
+ export interface ChannelCreateEmbedWebUrlResponse {
3002
+ /**
3003
+ * 嵌入的web链接
3004
+ */
3005
+ WebUrl?: string;
3006
+ /**
3007
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3008
+ */
3009
+ RequestId?: string;
3010
+ }
2986
3011
  /**
2987
3012
  * ChannelBatchCancelFlows请求参数结构体
2988
3013
  */
@@ -3486,6 +3511,31 @@ export interface DescribeExtendedServiceAuthInfoResponse {
3486
3511
  */
3487
3512
  RequestId?: string;
3488
3513
  }
3514
+ /**
3515
+ * ChannelCreateEmbedWebUrl请求参数结构体
3516
+ */
3517
+ export interface ChannelCreateEmbedWebUrlRequest {
3518
+ /**
3519
+ * WEB嵌入资源类型,取值范围:CREATE_SEAL创建印章,CREATE_TEMPLATE创建模板,MODIFY_TEMPLATE修改模板,PREVIEW_TEMPLATE预览模板,PREVIEW_FLOW预览流程
3520
+ */
3521
+ EmbedType: string;
3522
+ /**
3523
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。
3524
+ */
3525
+ Agent: Agent;
3526
+ /**
3527
+ * 渠道操作者信息
3528
+ */
3529
+ Operator?: UserInfo;
3530
+ /**
3531
+ * WEB嵌入的业务资源ID,EmbedType取值MODIFY_TEMPLATE或PREVIEW_TEMPLATE或 PREVIEW_FLOW时BusinessId必填
3532
+ */
3533
+ BusinessId?: string;
3534
+ /**
3535
+ * 是否隐藏控件,只有预览模板时生效
3536
+ */
3537
+ HiddenComponents?: boolean;
3538
+ }
3489
3539
  /**
3490
3540
  * 抄送信息
3491
3541
  */
@@ -3494,4 +3544,22 @@ export interface CcInfo {
3494
3544
  * 被抄送人手机号,大陆11位手机号
3495
3545
  */
3496
3546
  Mobile?: string;
3547
+ /**
3548
+ * 被抄送人姓名
3549
+ 注意:此字段可能返回 null,表示取不到有效值。
3550
+ */
3551
+ Name?: string;
3552
+ /**
3553
+ * 被抄送人类型
3554
+ 0--个人. 1--员工
3555
+ 注意:此字段可能返回 null,表示取不到有效值。
3556
+ */
3557
+ CcType?: number;
3558
+ /**
3559
+ * 被抄送人权限
3560
+ 0--可查看
3561
+ 1--可查看也可下载
3562
+ 注意:此字段可能返回 null,表示取不到有效值。
3563
+ */
3564
+ CcPermission?: number;
3497
3565
  }