tencentcloud-sdk-nodejs-essbasic 4.0.636 → 4.0.638
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.
|
@@ -38,7 +38,7 @@ export interface ChannelCreateFlowRemindsResponse {
|
|
|
38
38
|
*/
|
|
39
39
|
export interface ChannelDeleteSealPoliciesRequest {
|
|
40
40
|
/**
|
|
41
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
41
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
42
42
|
*/
|
|
43
43
|
Agent: Agent;
|
|
44
44
|
/**
|
|
@@ -103,7 +103,7 @@ export interface CommonApproverOption {
|
|
|
103
103
|
*/
|
|
104
104
|
export interface ChannelCreateFlowSignReviewRequest {
|
|
105
105
|
/**
|
|
106
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
106
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
107
107
|
*/
|
|
108
108
|
Agent: Agent;
|
|
109
109
|
/**
|
|
@@ -153,7 +153,7 @@ export interface AuthFailMessage {
|
|
|
153
153
|
*/
|
|
154
154
|
export interface DescribeFlowDetailInfoRequest {
|
|
155
155
|
/**
|
|
156
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
156
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
157
157
|
*/
|
|
158
158
|
Agent: Agent;
|
|
159
159
|
/**
|
|
@@ -176,7 +176,7 @@ export interface DescribeFlowDetailInfoRequest {
|
|
|
176
176
|
*/
|
|
177
177
|
export interface ModifyExtendedServiceRequest {
|
|
178
178
|
/**
|
|
179
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
179
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
180
180
|
|
|
181
181
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
182
182
|
*/
|
|
@@ -203,7 +203,7 @@ export interface ModifyExtendedServiceRequest {
|
|
|
203
203
|
export interface DescribeResourceUrlsByFlowsRequest {
|
|
204
204
|
/**
|
|
205
205
|
* 应用相关信息。
|
|
206
|
-
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
206
|
+
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
207
207
|
*/
|
|
208
208
|
Agent: Agent;
|
|
209
209
|
/**
|
|
@@ -274,7 +274,7 @@ export interface OperateChannelTemplateResponse {
|
|
|
274
274
|
*/
|
|
275
275
|
TemplateId?: string;
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* 描述模版可见性更改的结果,和参数中Available无关,全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示。
|
|
278
278
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
279
279
|
*/
|
|
280
280
|
OperateResult?: string;
|
|
@@ -502,7 +502,7 @@ export interface CreateConsoleLoginUrlResponse {
|
|
|
502
502
|
*/
|
|
503
503
|
export interface ChannelDeleteRoleUsersRequest {
|
|
504
504
|
/**
|
|
505
|
-
*
|
|
505
|
+
* 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
506
506
|
*/
|
|
507
507
|
Agent: Agent;
|
|
508
508
|
/**
|
|
@@ -588,11 +588,11 @@ export interface ChannelCreatePrepareFlowRequest {
|
|
|
588
588
|
*/
|
|
589
589
|
FlowApproverList: Array<CommonFlowApprover>;
|
|
590
590
|
/**
|
|
591
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
591
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
592
592
|
*/
|
|
593
593
|
Agent?: Agent;
|
|
594
594
|
/**
|
|
595
|
-
*
|
|
595
|
+
* 合同流程配置信息,用于配置发起合同时定制化
|
|
596
596
|
*/
|
|
597
597
|
FlowOption?: CreateFlowOption;
|
|
598
598
|
/**
|
|
@@ -601,6 +601,7 @@ export interface ChannelCreatePrepareFlowRequest {
|
|
|
601
601
|
FlowId?: string;
|
|
602
602
|
/**
|
|
603
603
|
* 该参数不可用,请通过获取 web 可嵌入接口获取合同流程预览 URL
|
|
604
|
+
* @deprecated
|
|
604
605
|
*/
|
|
605
606
|
NeedPreview?: boolean;
|
|
606
607
|
/**
|
|
@@ -619,7 +620,7 @@ export interface ChannelCreatePrepareFlowRequest {
|
|
|
619
620
|
*/
|
|
620
621
|
export interface ChannelCreateFlowRemindsRequest {
|
|
621
622
|
/**
|
|
622
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
623
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
623
624
|
*/
|
|
624
625
|
Agent: Agent;
|
|
625
626
|
/**
|
|
@@ -694,7 +695,7 @@ export interface FlowApproverUrlInfo {
|
|
|
694
695
|
*/
|
|
695
696
|
export interface ChannelCreateConvertTaskApiRequest {
|
|
696
697
|
/**
|
|
697
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
698
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
698
699
|
*/
|
|
699
700
|
Agent: Agent;
|
|
700
701
|
/**
|
|
@@ -725,7 +726,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
725
726
|
*/
|
|
726
727
|
export interface ChannelCreateFlowByFilesRequest {
|
|
727
728
|
/**
|
|
728
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
729
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
729
730
|
*/
|
|
730
731
|
Agent?: Agent;
|
|
731
732
|
/**
|
|
@@ -924,7 +925,7 @@ export interface ChannelCreateFlowGroupByFilesRequest {
|
|
|
924
925
|
*/
|
|
925
926
|
FlowGroupName: string;
|
|
926
927
|
/**
|
|
927
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
928
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
928
929
|
*/
|
|
929
930
|
Agent?: Agent;
|
|
930
931
|
/**
|
|
@@ -1002,7 +1003,7 @@ export interface RecipientComponentInfo {
|
|
|
1002
1003
|
*/
|
|
1003
1004
|
export interface ChannelDescribeRolesRequest {
|
|
1004
1005
|
/**
|
|
1005
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1006
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1006
1007
|
*/
|
|
1007
1008
|
Agent: Agent;
|
|
1008
1009
|
/**
|
|
@@ -1148,7 +1149,7 @@ export interface Agent {
|
|
|
1148
1149
|
*/
|
|
1149
1150
|
ProxyOperator?: UserInfo;
|
|
1150
1151
|
/**
|
|
1151
|
-
*
|
|
1152
|
+
* 非必需参数,在第三方平台子客企业开通电子签后,会生成唯一的子客应用Id(ProxyAppId)用于代理调用时的鉴权,在子客开通的回调中获取。
|
|
1152
1153
|
*/
|
|
1153
1154
|
ProxyAppId?: string;
|
|
1154
1155
|
/**
|
|
@@ -1247,7 +1248,7 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1247
1248
|
*/
|
|
1248
1249
|
FlowId: string;
|
|
1249
1250
|
/**
|
|
1250
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1251
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1251
1252
|
*/
|
|
1252
1253
|
Agent?: Agent;
|
|
1253
1254
|
/**
|
|
@@ -1261,7 +1262,7 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1261
1262
|
*/
|
|
1262
1263
|
export interface CreateChannelFlowEvidenceReportRequest {
|
|
1263
1264
|
/**
|
|
1264
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1265
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
1265
1266
|
*/
|
|
1266
1267
|
Agent: Agent;
|
|
1267
1268
|
/**
|
|
@@ -1571,7 +1572,7 @@ export interface PdfVerifyResult {
|
|
|
1571
1572
|
*/
|
|
1572
1573
|
export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
1573
1574
|
/**
|
|
1574
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1575
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
|
1575
1576
|
*/
|
|
1576
1577
|
Agent: Agent;
|
|
1577
1578
|
/**
|
|
@@ -1613,7 +1614,7 @@ export interface UploadFilesRequest {
|
|
|
1613
1614
|
*/
|
|
1614
1615
|
export interface ChannelDescribeOrganizationSealsRequest {
|
|
1615
1616
|
/**
|
|
1616
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1617
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1617
1618
|
*/
|
|
1618
1619
|
Agent: Agent;
|
|
1619
1620
|
/**
|
|
@@ -1685,7 +1686,7 @@ export interface DescribeUsageRequest {
|
|
|
1685
1686
|
*/
|
|
1686
1687
|
export interface DescribeExtendedServiceAuthInfoRequest {
|
|
1687
1688
|
/**
|
|
1688
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1689
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
1689
1690
|
|
|
1690
1691
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
1691
1692
|
|
|
@@ -2049,7 +2050,7 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
2049
2050
|
*/
|
|
2050
2051
|
Limit: number;
|
|
2051
2052
|
/**
|
|
2052
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2053
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2053
2054
|
*/
|
|
2054
2055
|
Agent?: Agent;
|
|
2055
2056
|
/**
|
|
@@ -2117,7 +2118,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
|
|
|
2117
2118
|
*/
|
|
2118
2119
|
export interface CreateSignUrlsRequest {
|
|
2119
2120
|
/**
|
|
2120
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2121
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2121
2122
|
*/
|
|
2122
2123
|
Agent: Agent;
|
|
2123
2124
|
/**
|
|
@@ -2182,7 +2183,7 @@ export interface CreateSignUrlsRequest {
|
|
|
2182
2183
|
export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
2183
2184
|
/**
|
|
2184
2185
|
* 应用相关信息。
|
|
2185
|
-
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2186
|
+
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2186
2187
|
*/
|
|
2187
2188
|
Agent: Agent;
|
|
2188
2189
|
/**
|
|
@@ -2362,7 +2363,7 @@ export interface FlowApproverInfo {
|
|
|
2362
2363
|
*/
|
|
2363
2364
|
export interface ChannelGetTaskResultApiRequest {
|
|
2364
2365
|
/**
|
|
2365
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2366
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
2366
2367
|
*/
|
|
2367
2368
|
Agent: Agent;
|
|
2368
2369
|
/**
|
|
@@ -2474,7 +2475,7 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
2474
2475
|
*/
|
|
2475
2476
|
export interface DescribeChannelFlowEvidenceReportRequest {
|
|
2476
2477
|
/**
|
|
2477
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2478
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
2478
2479
|
*/
|
|
2479
2480
|
Agent: Agent;
|
|
2480
2481
|
/**
|
|
@@ -2671,7 +2672,7 @@ export interface UploadFilesResponse {
|
|
|
2671
2672
|
*/
|
|
2672
2673
|
export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
2673
2674
|
/**
|
|
2674
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2675
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2675
2676
|
*/
|
|
2676
2677
|
Agent: Agent;
|
|
2677
2678
|
/**
|
|
@@ -2710,7 +2711,7 @@ export interface ApproverRestriction {
|
|
|
2710
2711
|
*/
|
|
2711
2712
|
export interface PrepareFlowsRequest {
|
|
2712
2713
|
/**
|
|
2713
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2714
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2714
2715
|
*/
|
|
2715
2716
|
Agent: Agent;
|
|
2716
2717
|
/**
|
|
@@ -2824,7 +2825,7 @@ export interface ChannelDescribeRolesResponse {
|
|
|
2824
2825
|
*/
|
|
2825
2826
|
export interface ChannelCreateReleaseFlowRequest {
|
|
2826
2827
|
/**
|
|
2827
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2828
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2828
2829
|
*/
|
|
2829
2830
|
Agent: Agent;
|
|
2830
2831
|
/**
|
|
@@ -2974,7 +2975,7 @@ export interface ModifyExtendedServiceResponse {
|
|
|
2974
2975
|
*/
|
|
2975
2976
|
export interface ChannelCreateUserRolesRequest {
|
|
2976
2977
|
/**
|
|
2977
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2978
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2978
2979
|
*/
|
|
2979
2980
|
Agent: Agent;
|
|
2980
2981
|
/**
|
|
@@ -3316,7 +3317,7 @@ export interface Component {
|
|
|
3316
3317
|
*/
|
|
3317
3318
|
export interface GetDownloadFlowUrlRequest {
|
|
3318
3319
|
/**
|
|
3319
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3320
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3320
3321
|
*/
|
|
3321
3322
|
Agent: Agent;
|
|
3322
3323
|
/**
|
|
@@ -3347,7 +3348,7 @@ export interface ChannelCreateEmbedWebUrlResponse {
|
|
|
3347
3348
|
*/
|
|
3348
3349
|
export interface ChannelBatchCancelFlowsRequest {
|
|
3349
3350
|
/**
|
|
3350
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3351
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3351
3352
|
*/
|
|
3352
3353
|
Agent: Agent;
|
|
3353
3354
|
/**
|
|
@@ -3377,7 +3378,7 @@ export interface ChannelBatchCancelFlowsRequest {
|
|
|
3377
3378
|
*/
|
|
3378
3379
|
export interface ChannelUpdateSealStatusRequest {
|
|
3379
3380
|
/**
|
|
3380
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3381
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3381
3382
|
*/
|
|
3382
3383
|
Agent: Agent;
|
|
3383
3384
|
/**
|
|
@@ -3424,7 +3425,7 @@ export interface ChannelCancelFlowRequest {
|
|
|
3424
3425
|
*/
|
|
3425
3426
|
FlowId: string;
|
|
3426
3427
|
/**
|
|
3427
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3428
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3428
3429
|
*/
|
|
3429
3430
|
Agent?: Agent;
|
|
3430
3431
|
/**
|
|
@@ -3450,7 +3451,7 @@ export interface ChannelCancelFlowRequest {
|
|
|
3450
3451
|
*/
|
|
3451
3452
|
export interface DescribeTemplatesRequest {
|
|
3452
3453
|
/**
|
|
3453
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3454
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
|
3454
3455
|
*/
|
|
3455
3456
|
Agent: Agent;
|
|
3456
3457
|
/**
|
|
@@ -3525,7 +3526,7 @@ export interface RelieveInfo {
|
|
|
3525
3526
|
*/
|
|
3526
3527
|
export interface ChannelCreateSealPolicyRequest {
|
|
3527
3528
|
/**
|
|
3528
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3529
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3529
3530
|
*/
|
|
3530
3531
|
Agent: Agent;
|
|
3531
3532
|
/**
|
|
@@ -3603,7 +3604,7 @@ export interface OccupiedSeal {
|
|
|
3603
3604
|
*/
|
|
3604
3605
|
export interface CreateFlowsByTemplatesRequest {
|
|
3605
3606
|
/**
|
|
3606
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3607
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
3607
3608
|
*/
|
|
3608
3609
|
Agent: Agent;
|
|
3609
3610
|
/**
|
|
@@ -3727,6 +3728,11 @@ export interface OperateChannelTemplateRequest {
|
|
|
3727
3728
|
* @deprecated
|
|
3728
3729
|
*/
|
|
3729
3730
|
Operator?: UserInfo;
|
|
3731
|
+
/**
|
|
3732
|
+
* 当OperateType=UPADATE时,可以通过设置此字段对模板启停用状态进行操作。若此字段值为0,则不会修改模板Available,1为启用模板,2为停用模板。
|
|
3733
|
+
启用后模板可以正常领取。停用后,推送方式为【自动推送】的模板则无法被子客使用,推送方式为【手动领取】的模板则无法出现被模板库被子客领用。如果Available更新失败,会直接返回错误。
|
|
3734
|
+
*/
|
|
3735
|
+
Available?: number;
|
|
3730
3736
|
}
|
|
3731
3737
|
/**
|
|
3732
3738
|
* CreateChannelFlowEvidenceReport返回参数结构体
|
|
@@ -3833,7 +3839,7 @@ export interface DescribeChannelFlowEvidenceReportResponse {
|
|
|
3833
3839
|
*/
|
|
3834
3840
|
export interface CreateSealByImageRequest {
|
|
3835
3841
|
/**
|
|
3836
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3842
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3837
3843
|
*/
|
|
3838
3844
|
Agent: Agent;
|
|
3839
3845
|
/**
|
|
@@ -3864,7 +3870,7 @@ export interface ChannelUpdateSealStatusResponse {
|
|
|
3864
3870
|
*/
|
|
3865
3871
|
export interface ChannelCreateFlowSignUrlRequest {
|
|
3866
3872
|
/**
|
|
3867
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3873
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
3868
3874
|
*/
|
|
3869
3875
|
Agent: Agent;
|
|
3870
3876
|
/**
|
|
@@ -3905,7 +3911,7 @@ export interface DescribeExtendedServiceAuthInfoResponse {
|
|
|
3905
3911
|
*/
|
|
3906
3912
|
export interface ChannelCreateEmbedWebUrlRequest {
|
|
3907
3913
|
/**
|
|
3908
|
-
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3914
|
+
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3909
3915
|
*/
|
|
3910
3916
|
Agent: Agent;
|
|
3911
3917
|
/**
|
|
@@ -3967,7 +3973,7 @@ export interface CcInfo {
|
|
|
3967
3973
|
*/
|
|
3968
3974
|
export interface ChannelDescribeFlowComponentsRequest {
|
|
3969
3975
|
/**
|
|
3970
|
-
*
|
|
3976
|
+
* 应用相关信息。此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
3971
3977
|
*/
|
|
3972
3978
|
Agent: Agent;
|
|
3973
3979
|
/**
|