tencentcloud-sdk-nodejs 4.1.34 → 4.1.35
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/cdb/v20170320/cdb_client.js +0 -3
- package/es/services/ess/v20201111/ess_client.js +3 -0
- package/es/services/essbasic/v20210526/essbasic_client.js +3 -0
- package/es/services/gaap/v20180529/gaap_client.js +5 -14
- package/es/services/wedata/v20210820/wedata_client.js +21 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +8 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/bh/v20230418/bh_client.d.ts +1 -1
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +171 -89
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -7
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -8
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +84 -115
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +5 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +14 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +59 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +209 -149
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +7 -25
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +9 -33
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +58 -243
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +10 -4
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +26 -21
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +1 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +0 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +45 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -3
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -10
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +66 -11
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +29 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +42 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +2469 -1795
|
@@ -4375,89 +4375,17 @@ export interface RollbackTimeRange {
|
|
|
4375
4375
|
End?: string;
|
|
4376
4376
|
}
|
|
4377
4377
|
/**
|
|
4378
|
-
*
|
|
4378
|
+
* ModifyProtectMode请求参数结构体
|
|
4379
4379
|
*/
|
|
4380
|
-
export interface
|
|
4381
|
-
/**
|
|
4382
|
-
* 影响行数。
|
|
4383
|
-
*/
|
|
4384
|
-
AffectRows?: number;
|
|
4385
|
-
/**
|
|
4386
|
-
* 错误码。
|
|
4387
|
-
*/
|
|
4388
|
-
ErrCode?: number;
|
|
4389
|
-
/**
|
|
4390
|
-
* SQL 类型。
|
|
4391
|
-
*/
|
|
4392
|
-
SqlType?: string;
|
|
4393
|
-
/**
|
|
4394
|
-
* 审计策略名称,逐步下线。
|
|
4395
|
-
*/
|
|
4396
|
-
PolicyName?: string;
|
|
4397
|
-
/**
|
|
4398
|
-
* 数据库名称。
|
|
4399
|
-
*/
|
|
4400
|
-
DBName?: string;
|
|
4401
|
-
/**
|
|
4402
|
-
* SQL 语句。
|
|
4403
|
-
*/
|
|
4404
|
-
Sql?: string;
|
|
4405
|
-
/**
|
|
4406
|
-
* 客户端地址。
|
|
4407
|
-
*/
|
|
4408
|
-
Host?: string;
|
|
4409
|
-
/**
|
|
4410
|
-
* 用户名。
|
|
4411
|
-
*/
|
|
4412
|
-
User?: string;
|
|
4413
|
-
/**
|
|
4414
|
-
* 执行时间,微秒。
|
|
4415
|
-
*/
|
|
4416
|
-
ExecTime?: number;
|
|
4417
|
-
/**
|
|
4418
|
-
* 时间。
|
|
4419
|
-
*/
|
|
4420
|
-
Timestamp?: string;
|
|
4421
|
-
/**
|
|
4422
|
-
* 返回行数。
|
|
4423
|
-
*/
|
|
4424
|
-
SentRows?: number;
|
|
4425
|
-
/**
|
|
4426
|
-
* 线程ID。
|
|
4427
|
-
*/
|
|
4428
|
-
ThreadId?: number;
|
|
4429
|
-
/**
|
|
4430
|
-
* 扫描行数。
|
|
4431
|
-
*/
|
|
4432
|
-
CheckRows?: number;
|
|
4433
|
-
/**
|
|
4434
|
-
* cpu执行时间,微秒。
|
|
4435
|
-
*/
|
|
4436
|
-
CpuTime?: number;
|
|
4437
|
-
/**
|
|
4438
|
-
* IO等待时间,微秒。
|
|
4439
|
-
*/
|
|
4440
|
-
IoWaitTime?: number;
|
|
4441
|
-
/**
|
|
4442
|
-
* 锁等待时间,微秒。
|
|
4443
|
-
*/
|
|
4444
|
-
LockWaitTime?: number;
|
|
4445
|
-
/**
|
|
4446
|
-
* 开始时间,与timestamp构成一个精确到纳秒的时间。
|
|
4447
|
-
*/
|
|
4448
|
-
NsTime?: number;
|
|
4449
|
-
/**
|
|
4450
|
-
* 事物持续时间,微秒。
|
|
4451
|
-
*/
|
|
4452
|
-
TrxLivingTime?: number;
|
|
4380
|
+
export interface ModifyProtectModeRequest {
|
|
4453
4381
|
/**
|
|
4454
|
-
*
|
|
4382
|
+
* 数据复制方式,默认为 0,支持值包括:0 - 表示异步复制,1 - 表示半同步复制,2 - 表示强同步复制。
|
|
4455
4383
|
*/
|
|
4456
|
-
|
|
4384
|
+
ProtectMode: number;
|
|
4457
4385
|
/**
|
|
4458
|
-
*
|
|
4386
|
+
* 实例ID。
|
|
4459
4387
|
*/
|
|
4460
|
-
|
|
4388
|
+
InstanceId: string;
|
|
4461
4389
|
}
|
|
4462
4390
|
/**
|
|
4463
4391
|
* DescribeAuditRuleTemplateModifyHistory返回参数结构体
|
|
@@ -7303,15 +7231,6 @@ export interface StartCpuExpandRequest {
|
|
|
7303
7231
|
*/
|
|
7304
7232
|
AutoStrategy?: AutoStrategy;
|
|
7305
7233
|
}
|
|
7306
|
-
/**
|
|
7307
|
-
* DescribeCpuExpandStrategy请求参数结构体
|
|
7308
|
-
*/
|
|
7309
|
-
export interface DescribeCpuExpandStrategyRequest {
|
|
7310
|
-
/**
|
|
7311
|
-
* 实例 ID 。
|
|
7312
|
-
*/
|
|
7313
|
-
InstanceId: string;
|
|
7314
|
-
}
|
|
7315
7234
|
/**
|
|
7316
7235
|
* CloseCDBProxy返回参数结构体
|
|
7317
7236
|
*/
|
|
@@ -9297,17 +9216,89 @@ export interface ModifyInstanceParamResponse {
|
|
|
9297
9216
|
RequestId?: string;
|
|
9298
9217
|
}
|
|
9299
9218
|
/**
|
|
9300
|
-
*
|
|
9219
|
+
* 审计日志详细信息
|
|
9301
9220
|
*/
|
|
9302
|
-
export interface
|
|
9221
|
+
export interface AuditLog {
|
|
9303
9222
|
/**
|
|
9304
|
-
*
|
|
9223
|
+
* 影响行数。
|
|
9305
9224
|
*/
|
|
9306
|
-
|
|
9225
|
+
AffectRows?: number;
|
|
9307
9226
|
/**
|
|
9308
|
-
*
|
|
9227
|
+
* 错误码。
|
|
9309
9228
|
*/
|
|
9310
|
-
|
|
9229
|
+
ErrCode?: number;
|
|
9230
|
+
/**
|
|
9231
|
+
* SQL 类型。
|
|
9232
|
+
*/
|
|
9233
|
+
SqlType?: string;
|
|
9234
|
+
/**
|
|
9235
|
+
* 审计策略名称,逐步下线。
|
|
9236
|
+
*/
|
|
9237
|
+
PolicyName?: string;
|
|
9238
|
+
/**
|
|
9239
|
+
* 数据库名称。
|
|
9240
|
+
*/
|
|
9241
|
+
DBName?: string;
|
|
9242
|
+
/**
|
|
9243
|
+
* SQL 语句。
|
|
9244
|
+
*/
|
|
9245
|
+
Sql?: string;
|
|
9246
|
+
/**
|
|
9247
|
+
* 客户端地址。
|
|
9248
|
+
*/
|
|
9249
|
+
Host?: string;
|
|
9250
|
+
/**
|
|
9251
|
+
* 用户名。
|
|
9252
|
+
*/
|
|
9253
|
+
User?: string;
|
|
9254
|
+
/**
|
|
9255
|
+
* 执行时间,微秒。
|
|
9256
|
+
*/
|
|
9257
|
+
ExecTime?: number;
|
|
9258
|
+
/**
|
|
9259
|
+
* 时间。
|
|
9260
|
+
*/
|
|
9261
|
+
Timestamp?: string;
|
|
9262
|
+
/**
|
|
9263
|
+
* 返回行数。
|
|
9264
|
+
*/
|
|
9265
|
+
SentRows?: number;
|
|
9266
|
+
/**
|
|
9267
|
+
* 线程ID。
|
|
9268
|
+
*/
|
|
9269
|
+
ThreadId?: number;
|
|
9270
|
+
/**
|
|
9271
|
+
* 扫描行数。
|
|
9272
|
+
*/
|
|
9273
|
+
CheckRows?: number;
|
|
9274
|
+
/**
|
|
9275
|
+
* cpu执行时间,微秒。
|
|
9276
|
+
*/
|
|
9277
|
+
CpuTime?: number;
|
|
9278
|
+
/**
|
|
9279
|
+
* IO等待时间,微秒。
|
|
9280
|
+
*/
|
|
9281
|
+
IoWaitTime?: number;
|
|
9282
|
+
/**
|
|
9283
|
+
* 锁等待时间,微秒。
|
|
9284
|
+
*/
|
|
9285
|
+
LockWaitTime?: number;
|
|
9286
|
+
/**
|
|
9287
|
+
* 开始时间,与timestamp构成一个精确到纳秒的时间。
|
|
9288
|
+
*/
|
|
9289
|
+
NsTime?: number;
|
|
9290
|
+
/**
|
|
9291
|
+
* 事物持续时间,微秒。
|
|
9292
|
+
*/
|
|
9293
|
+
TrxLivingTime?: number;
|
|
9294
|
+
/**
|
|
9295
|
+
* 日志命中规则模板的基本信息
|
|
9296
|
+
*/
|
|
9297
|
+
TemplateInfo?: Array<LogRuleTemplateInfo>;
|
|
9298
|
+
/**
|
|
9299
|
+
* 事务ID
|
|
9300
|
+
*/
|
|
9301
|
+
TrxId?: number;
|
|
9311
9302
|
}
|
|
9312
9303
|
/**
|
|
9313
9304
|
* 列权限信息
|
|
@@ -9561,28 +9552,6 @@ export interface ModifyAccountPasswordRequest {
|
|
|
9561
9552
|
*/
|
|
9562
9553
|
Accounts: Array<Account>;
|
|
9563
9554
|
}
|
|
9564
|
-
/**
|
|
9565
|
-
* DescribeCpuExpandStrategy返回参数结构体
|
|
9566
|
-
*/
|
|
9567
|
-
export interface DescribeCpuExpandStrategyResponse {
|
|
9568
|
-
/**
|
|
9569
|
-
* 策略类型。可选值 auto、manual。
|
|
9570
|
-
*/
|
|
9571
|
-
Type?: string;
|
|
9572
|
-
/**
|
|
9573
|
-
* 手动扩容的 CPU 。Type为 manual 时有效。
|
|
9574
|
-
*/
|
|
9575
|
-
ExpandCpu?: string;
|
|
9576
|
-
/**
|
|
9577
|
-
* 自动扩容策略。Type 为 auto 时有效
|
|
9578
|
-
* @deprecated
|
|
9579
|
-
*/
|
|
9580
|
-
AutoStrategy?: string;
|
|
9581
|
-
/**
|
|
9582
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9583
|
-
*/
|
|
9584
|
-
RequestId?: string;
|
|
9585
|
-
}
|
|
9586
9555
|
/**
|
|
9587
9556
|
* 实例预期重启时间
|
|
9588
9557
|
*/
|
|
@@ -1602,7 +1602,7 @@ export interface SecurityGroupRule {
|
|
|
1602
1602
|
*/
|
|
1603
1603
|
OrderIndex: string;
|
|
1604
1604
|
/**
|
|
1605
|
-
* 协议;TCP/UDP/ICMP/ANY
|
|
1605
|
+
* 协议;TCP/UDP/ICMP/ICMPv6/ANY
|
|
1606
1606
|
*/
|
|
1607
1607
|
Protocol?: string;
|
|
1608
1608
|
/**
|
|
@@ -6816,6 +6816,10 @@ export interface DescribeEnterpriseSGRuleProgressResponse {
|
|
|
6816
6816
|
* 0-100,代表下发进度百分比
|
|
6817
6817
|
*/
|
|
6818
6818
|
Progress?: number;
|
|
6819
|
+
/**
|
|
6820
|
+
* 是否用户中止 用户中止返回true
|
|
6821
|
+
*/
|
|
6822
|
+
UserStopped?: boolean;
|
|
6819
6823
|
/**
|
|
6820
6824
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6821
6825
|
*/
|
|
@@ -2867,49 +2867,53 @@ export interface RiskLevelTrendItem {
|
|
|
2867
2867
|
* 分类分级任务相关信息
|
|
2868
2868
|
*/
|
|
2869
2869
|
export interface DspaDiscoveryTask {
|
|
2870
|
+
/**
|
|
2871
|
+
* 任务ID
|
|
2872
|
+
*/
|
|
2873
|
+
TaskId?: number;
|
|
2870
2874
|
/**
|
|
2871
2875
|
* 任务名称
|
|
2872
2876
|
*/
|
|
2873
|
-
Name
|
|
2877
|
+
Name?: string;
|
|
2874
2878
|
/**
|
|
2875
2879
|
* 任务描述
|
|
2876
2880
|
*/
|
|
2877
|
-
Description
|
|
2881
|
+
Description?: string;
|
|
2878
2882
|
/**
|
|
2879
2883
|
* 执行周期,0单次 1每天 2每周 3每月
|
|
2880
2884
|
*/
|
|
2881
|
-
Period
|
|
2885
|
+
Period?: number;
|
|
2882
2886
|
/**
|
|
2883
2887
|
* 执行计划,0立即 1定时
|
|
2884
2888
|
*/
|
|
2885
|
-
Plan
|
|
2889
|
+
Plan?: number;
|
|
2886
2890
|
/**
|
|
2887
2891
|
* 任务开关;1 打开,0 关闭
|
|
2888
2892
|
*/
|
|
2889
|
-
Enable
|
|
2893
|
+
Enable?: number;
|
|
2890
2894
|
/**
|
|
2891
2895
|
* 元数据对象信息
|
|
2892
2896
|
*/
|
|
2893
|
-
DataSourceInfo
|
|
2897
|
+
DataSourceInfo?: DspaDiscoveryTaskDataSource;
|
|
2894
2898
|
/**
|
|
2895
2899
|
* 通用规则集开关,0 关闭,1 启用
|
|
2896
2900
|
*/
|
|
2897
|
-
GeneralRuleSetEnable
|
|
2901
|
+
GeneralRuleSetEnable?: number;
|
|
2898
2902
|
/**
|
|
2899
2903
|
* 任务最新的一次执行结果信息,该字段用于查询任务列表接口
|
|
2900
2904
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2901
2905
|
*/
|
|
2902
|
-
Result
|
|
2906
|
+
Result?: ScanTaskResult;
|
|
2903
2907
|
/**
|
|
2904
2908
|
* 定时开始时间
|
|
2905
2909
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2906
2910
|
*/
|
|
2907
|
-
TimingStartTime
|
|
2911
|
+
TimingStartTime?: string;
|
|
2908
2912
|
/**
|
|
2909
2913
|
* 关联模板是否更新
|
|
2910
2914
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2911
2915
|
*/
|
|
2912
|
-
ComplianceUpdate
|
|
2916
|
+
ComplianceUpdate?: boolean;
|
|
2913
2917
|
}
|
|
2914
2918
|
/**
|
|
2915
2919
|
* DescribeDSPAESDiscoveryTaskResultDetail请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse,
|
|
3
|
+
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeUserFlowTypeResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateFlowForwardsRequest, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, OperateTemplateRequest, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, ModifyApplicationCallbackInfoRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, CreateWebThemeConfigRequest, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreatePrepareFlowGroupResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, OperateTemplateResponse, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateFlowForwardsResponse, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, CreatePrepareFlowGroupRequest, CreateFileCounterSignResponse, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeUserFlowTypeRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -1247,6 +1247,14 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1247
1247
|

|
|
1248
1248
|
*/
|
|
1249
1249
|
ArchiveDynamicFlow(req: ArchiveDynamicFlowRequest, cb?: (error: string, rep: ArchiveDynamicFlowResponse) => void): Promise<ArchiveDynamicFlowResponse>;
|
|
1250
|
+
/**
|
|
1251
|
+
* 接口(CreatePrepareFlowGroup)用于创建嵌入式合同组签署流程。
|
|
1252
|
+
|
|
1253
|
+
- 该接口当前仅支持文件发起
|
|
1254
|
+
- 该接口能力和CreateFlowGroupByFiles,~~CreateFlowGroupByTemplates~~保持一致。
|
|
1255
|
+
- 返回的FlowGroupId 为临时id,只有在页面内成功发起后FlowGroupId才会有效。
|
|
1256
|
+
*/
|
|
1257
|
+
CreatePrepareFlowGroup(req: CreatePrepareFlowGroupRequest, cb?: (error: string, rep: CreatePrepareFlowGroupResponse) => void): Promise<CreatePrepareFlowGroupResponse>;
|
|
1250
1258
|
/**
|
|
1251
1259
|
* 此接口(UpdateIntegrationEmployees)<font color="red"><b>用于修改未实名企业员工信息(姓名,手机号,邮件、部门)</b></font>。
|
|
1252
1260
|
如果企业员工已经实名, 姓名,手机号,邮件等需要企业员工到小程序或者控制台自己修改, 部门则需要超管到控制台分配
|
|
@@ -1459,6 +1459,16 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1459
1459
|
async ArchiveDynamicFlow(req, cb) {
|
|
1460
1460
|
return this.request("ArchiveDynamicFlow", req, cb);
|
|
1461
1461
|
}
|
|
1462
|
+
/**
|
|
1463
|
+
* 接口(CreatePrepareFlowGroup)用于创建嵌入式合同组签署流程。
|
|
1464
|
+
|
|
1465
|
+
- 该接口当前仅支持文件发起
|
|
1466
|
+
- 该接口能力和CreateFlowGroupByFiles,~~CreateFlowGroupByTemplates~~保持一致。
|
|
1467
|
+
- 返回的FlowGroupId 为临时id,只有在页面内成功发起后FlowGroupId才会有效。
|
|
1468
|
+
*/
|
|
1469
|
+
async CreatePrepareFlowGroup(req, cb) {
|
|
1470
|
+
return this.request("CreatePrepareFlowGroup", req, cb);
|
|
1471
|
+
}
|
|
1462
1472
|
/**
|
|
1463
1473
|
* 此接口(UpdateIntegrationEmployees)<font color="red"><b>用于修改未实名企业员工信息(姓名,手机号,邮件、部门)</b></font>。
|
|
1464
1474
|
如果企业员工已经实名, 姓名,手机号,邮件等需要企业员工到小程序或者控制台自己修改, 部门则需要超管到控制台分配
|
|
@@ -1720,6 +1720,31 @@ export interface CreateIntegrationRoleRequest {
|
|
|
1720
1720
|
*/
|
|
1721
1721
|
Agent?: Agent;
|
|
1722
1722
|
}
|
|
1723
|
+
/**
|
|
1724
|
+
* ModifyApplicationCallbackInfo请求参数结构体
|
|
1725
|
+
*/
|
|
1726
|
+
export interface ModifyApplicationCallbackInfoRequest {
|
|
1727
|
+
/**
|
|
1728
|
+
* 执行本接口操作的员工信息。
|
|
1729
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
1730
|
+
*/
|
|
1731
|
+
Operator: UserInfo;
|
|
1732
|
+
/**
|
|
1733
|
+
* 操作类型:
|
|
1734
|
+
1-新增
|
|
1735
|
+
2-删除
|
|
1736
|
+
*/
|
|
1737
|
+
OperateType: number;
|
|
1738
|
+
/**
|
|
1739
|
+
* 企业应用回调信息
|
|
1740
|
+
*/
|
|
1741
|
+
CallbackInfo: CallbackInfo;
|
|
1742
|
+
/**
|
|
1743
|
+
* 代理企业和员工的信息。
|
|
1744
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
1745
|
+
*/
|
|
1746
|
+
Agent?: Agent;
|
|
1747
|
+
}
|
|
1723
1748
|
/**
|
|
1724
1749
|
* DeleteIntegrationRoleUsers返回参数结构体
|
|
1725
1750
|
*/
|
|
@@ -5861,6 +5886,23 @@ export interface CreateFlowEvidenceReportResponse {
|
|
|
5861
5886
|
*/
|
|
5862
5887
|
RequestId?: string;
|
|
5863
5888
|
}
|
|
5889
|
+
/**
|
|
5890
|
+
* CreatePrepareFlowGroup返回参数结构体
|
|
5891
|
+
*/
|
|
5892
|
+
export interface CreatePrepareFlowGroupResponse {
|
|
5893
|
+
/**
|
|
5894
|
+
* 合同(流程)组的合同组Id
|
|
5895
|
+
*/
|
|
5896
|
+
FlowGroupId?: string;
|
|
5897
|
+
/**
|
|
5898
|
+
* 嵌入式合同组发起链接
|
|
5899
|
+
*/
|
|
5900
|
+
PrepareUrl?: string;
|
|
5901
|
+
/**
|
|
5902
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5903
|
+
*/
|
|
5904
|
+
RequestId?: string;
|
|
5905
|
+
}
|
|
5864
5906
|
/**
|
|
5865
5907
|
* CreateIntegrationRole返回参数结构体
|
|
5866
5908
|
*/
|
|
@@ -7774,7 +7816,7 @@ export interface CreateOrganizationBatchSignUrlRequest {
|
|
|
7774
7816
|
您可登录腾讯电子签控制台,浏览 "合同"->"合同中心" 以查阅某一合同的FlowId(在页面中显示为合同ID)。
|
|
7775
7817
|
用户将利用链接对这些合同实施批量操作。
|
|
7776
7818
|
*/
|
|
7777
|
-
FlowIds
|
|
7819
|
+
FlowIds?: Array<string>;
|
|
7778
7820
|
/**
|
|
7779
7821
|
* 代理企业和员工的信息。
|
|
7780
7822
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -7807,6 +7849,10 @@ export interface CreateOrganizationBatchSignUrlRequest {
|
|
|
7807
7849
|
若传了此参数,则可以不传 UserId, Name, Mobile等参数
|
|
7808
7850
|
*/
|
|
7809
7851
|
RecipientIds?: Array<string>;
|
|
7852
|
+
/**
|
|
7853
|
+
* 合同组Id,传入此参数则可以不传FlowIds
|
|
7854
|
+
*/
|
|
7855
|
+
FlowGroupId?: string;
|
|
7810
7856
|
}
|
|
7811
7857
|
/**
|
|
7812
7858
|
* 合同转交相关信息
|
|
@@ -8052,24 +8098,26 @@ export interface CancelUserAutoSignEnableUrlResponse {
|
|
|
8052
8098
|
RequestId?: string;
|
|
8053
8099
|
}
|
|
8054
8100
|
/**
|
|
8055
|
-
*
|
|
8101
|
+
* CreatePrepareFlowGroup请求参数结构体
|
|
8056
8102
|
*/
|
|
8057
|
-
export interface
|
|
8103
|
+
export interface CreatePrepareFlowGroupRequest {
|
|
8058
8104
|
/**
|
|
8059
8105
|
* 执行本接口操作的员工信息。
|
|
8060
8106
|
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
8061
8107
|
*/
|
|
8062
8108
|
Operator: UserInfo;
|
|
8063
8109
|
/**
|
|
8064
|
-
*
|
|
8065
|
-
1-新增
|
|
8066
|
-
2-删除
|
|
8110
|
+
* 合同(流程)组名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
|
|
8067
8111
|
*/
|
|
8068
|
-
|
|
8112
|
+
FlowGroupName: string;
|
|
8069
8113
|
/**
|
|
8070
|
-
*
|
|
8114
|
+
* 合同(流程)组的子合同信息,支持2-50个子合同
|
|
8071
8115
|
*/
|
|
8072
|
-
|
|
8116
|
+
FlowGroupInfos: Array<FlowGroupInfo>;
|
|
8117
|
+
/**
|
|
8118
|
+
* 资源类型,取值有: <ul><li> **1**:模板</li> <li> **2**:文件</li></ul>
|
|
8119
|
+
*/
|
|
8120
|
+
ResourceType: number;
|
|
8073
8121
|
/**
|
|
8074
8122
|
* 代理企业和员工的信息。
|
|
8075
8123
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -8655,11 +8703,11 @@ export interface Component {
|
|
|
8655
8703
|
*/
|
|
8656
8704
|
ComponentPage: number;
|
|
8657
8705
|
/**
|
|
8658
|
-
*
|
|
8706
|
+
* **在绝对定位方式下**,可以指定控件横向位置的位置,单位为pt(点)。
|
|
8659
8707
|
*/
|
|
8660
8708
|
ComponentPosX: number;
|
|
8661
8709
|
/**
|
|
8662
|
-
*
|
|
8710
|
+
* **在绝对定位方式下**,可以指定控件纵向位置的位置,单位为pt(点)。
|
|
8663
8711
|
*/
|
|
8664
8712
|
ComponentPosY: number;
|
|
8665
8713
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelCreateFlowRemindsResponse, DescribeUserFlowTypeResponse, ChannelDeleteSealPoliciesRequest, ChannelBatchCancelFlowsResponse, ChannelDescribeSignFaceVideoRequest, ChannelDisableUserAutoSignResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeCancelFlowsTaskResponse, CreateEmployeeQualificationSealQrCodeResponse, ChannelCreateFlowGroupByTemplatesResponse, ChannelCreateFlowSignReviewRequest, CreateFlowForwardsRequest, DescribeFlowDetailInfoRequest, ChannelCancelFlowResponse, ModifyExtendedServiceRequest, DescribeResourceUrlsByFlowsRequest, CreateChannelOrganizationInfoChangeUrlResponse, ChannelCreateFlowSignUrlResponse, ChannelCreateBatchSignUrlResponse, ChannelCreatePrepareFlowResponse, CreateBatchInitOrganizationUrlResponse, OperateChannelTemplateResponse, ChannelCreateDynamicFlowApproverResponse, ChannelCreateRoleRequest, CreateOrganizationAuthFileResponse, CreateConsoleLoginUrlResponse, ChannelDeleteRoleUsersRequest, ChannelCreateUserRolesResponse, SyncProxyOrganizationRequest, ChannelCreatePrepareFlowRequest, ChannelCreateFlowSignUrlRequest, ChannelCreateSealPolicyResponse, OperateTemplateRequest, ChannelDescribeSignFaceVideoResponse, ChannelCancelUserAutoSignEnableUrlResponse, ChannelCreateWebThemeConfigRequest, CreateFlowGroupSignReviewResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, UploadFilesResponse, ChannelCreatePreparedPersonalEsignResponse, DescribeResourceUrlsByFlowsResponse, ChannelCreateFlowGroupByFilesRequest, ChannelCreateOrganizationModifyQrCodeRequest, CreateChannelSubOrganizationActiveRequest, ChannelRenewAutoSignLicenseResponse, DescribeFlowDetailInfoResponse, ChannelDescribeRolesRequest, DescribeBatchOrganizationRegistrationUrlsRequest, PrepareFlowsResponse,
|
|
3
|
+
import { SyncProxyOrganizationResponse, ChannelCreateConvertTaskApiResponse, ChannelCreateFlowRemindsResponse, DescribeUserFlowTypeResponse, ChannelDeleteSealPoliciesRequest, ChannelBatchCancelFlowsResponse, ChannelDescribeSignFaceVideoRequest, ChannelDisableUserAutoSignResponse, DescribeExtendedServiceAuthDetailResponse, CreateLegalSealQrCodeResponse, DescribeCancelFlowsTaskResponse, CreateEmployeeQualificationSealQrCodeResponse, ChannelCreateFlowGroupByTemplatesResponse, ChannelCreateFlowSignReviewRequest, CreateFlowForwardsRequest, DescribeFlowDetailInfoRequest, ChannelCancelFlowResponse, ModifyExtendedServiceRequest, DescribeResourceUrlsByFlowsRequest, CreateChannelOrganizationInfoChangeUrlResponse, ChannelCreateFlowSignUrlResponse, ChannelCreateBatchSignUrlResponse, ChannelCreatePrepareFlowResponse, CreateBatchInitOrganizationUrlResponse, OperateChannelTemplateResponse, ChannelCreateDynamicFlowApproverResponse, ChannelCreateRoleRequest, CreateOrganizationAuthFileResponse, CreateConsoleLoginUrlResponse, ChannelDeleteRoleUsersRequest, ChannelCreateUserRolesResponse, SyncProxyOrganizationRequest, ChannelCreatePrepareFlowRequest, ChannelCreateFlowSignUrlRequest, ChannelCreateSealPolicyResponse, OperateTemplateRequest, ChannelDescribeSignFaceVideoResponse, ChannelCancelUserAutoSignEnableUrlResponse, ChannelCreateWebThemeConfigRequest, CreateFlowGroupSignReviewResponse, ChannelCreateConvertTaskApiRequest, ChannelCreateFlowByFilesRequest, UploadFilesResponse, ChannelCreatePreparedPersonalEsignResponse, DescribeResourceUrlsByFlowsResponse, ChannelCreateFlowGroupByFilesRequest, ChannelCreateOrganizationModifyQrCodeRequest, CreateChannelSubOrganizationActiveRequest, ChannelRenewAutoSignLicenseResponse, DescribeFlowDetailInfoResponse, ChannelDescribeRolesRequest, DescribeBatchOrganizationRegistrationUrlsRequest, PrepareFlowsResponse, ChannelCreateOrganizationBatchSignUrlRequest, GetDownloadFlowUrlResponse, DescribeTemplatesResponse, CreateBatchOrganizationRegistrationTasksResponse, ChannelVerifyPdfRequest, CreateChannelFlowEvidenceReportRequest, ChannelCancelFlowRequest, ChannelCancelUserAutoSignEnableUrlRequest, DeleteOrganizationAuthorizationsResponse, ChannelCreatePrepareFlowGroupRequest, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, ChannelVerifyPdfResponse, ArchiveDynamicFlowResponse, CreateConsoleLoginUrlRequest, CreateLegalSealQrCodeRequest, CreateCloseOrganizationUrlRequest, CreatePersonAuthCertificateImageResponse, CreateEmployeeQualificationSealQrCodeRequest, ChannelCreateUserAutoSignSealUrlRequest, ChannelCreateUserAutoSignEnableUrlRequest, ChannelCancelMultiFlowSignQRCodeRequest, ChannelDescribeOrganizationSealsRequest, DescribeUsageRequest, DescribeExtendedServiceAuthInfoRequest, CreateCloseOrganizationUrlResponse, DescribeChannelSealPolicyWorkflowUrlRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, ChannelCreateDynamicFlowApproverRequest, ModifyFlowDeadlineResponse, ChannelCreateBoundFlowsResponse, ChannelCreateUserAutoSignSealUrlResponse, ChannelCreateBatchQuickSignUrlRequest, ChannelCreateBoundFlowsRequest, ChannelDescribeEmployeesRequest, OperateTemplateResponse, CreateFlowBlockchainEvidenceUrlResponse, ChannelDeleteRoleUsersResponse, SyncProxyOrganizationOperatorsRequest, ChannelCreateFlowApproversResponse, DescribeUsageResponse, CreateSignUrlsRequest, ChannelCreateMultiFlowSignQRCodeRequest, ChannelCreateUserAutoSignEnableUrlResponse, ChannelGetTaskResultApiRequest, DescribeChannelOrganizationsRequest, ChannelDescribeBillUsageDetailResponse, CreateEmployeeChangeUrlResponse, ChannelRenewAutoSignLicenseRequest, ChannelCreatePreparedPersonalEsignRequest, CreatePersonAuthCertificateImageRequest, CreateFlowsByTemplatesResponse, DescribeChannelFlowEvidenceReportRequest, ChannelCreateRoleResponse, CreateEmployeeChangeUrlRequest, ChannelDescribeUserAutoSignStatusRequest, ChannelModifyRoleResponse, CreateSignUrlsResponse, ChannelDeleteRoleRequest, CreateBatchOrganizationRegistrationTasksRequest, ChannelCreateBatchQuickSignUrlResponse, CreateBatchOrganizationAuthorizationUrlResponse, CreatePartnerAutoSignAuthUrlRequest, ChannelCreateBatchCancelFlowUrlRequest, ChannelDescribeAccountBillDetailResponse, CreateFlowForwardsResponse, ChannelCreateFlowByFilesResponse, ChannelCreateFlowSignReviewResponse, ChannelDisableUserAutoSignRequest, ChannelDescribeOrganizationSealsResponse, SyncProxyOrganizationOperatorsResponse, CreateSealByImageResponse, ChannelCancelMultiFlowSignQRCodeResponse, ChannelDescribeRolesResponse, CreateChannelSubOrganizationActiveResponse, ChannelCreateReleaseFlowRequest, ChannelDescribeFlowComponentsResponse, DeleteOrganizationAuthorizationsRequest, ChannelCreateFlowGroupByFilesResponse, ChannelCreateMultiFlowSignQRCodeResponse, ChannelCreatePrepareFlowGroupResponse, DescribeCancelFlowsTaskRequest, ChannelDescribeUserAutoSignStatusResponse, ModifyExtendedServiceResponse, ChannelCreateUserRolesRequest, ChannelGetTaskResultApiResponse, ChannelCreateBatchSignUrlRequest, ChannelUpdateSealStatusResponse, ChannelCreateOrganizationModifyQrCodeResponse, ChannelDeleteSealPoliciesResponse, ChannelCreateWebThemeConfigResponse, GetDownloadFlowUrlRequest, ChannelCreateEmbedWebUrlResponse, ChannelBatchCancelFlowsRequest, CreateChannelOrganizationInfoChangeUrlRequest, ChannelModifyRoleRequest, ModifyFlowDeadlineRequest, ChannelUpdateSealStatusRequest, ChannelCreateFlowGroupByTemplatesRequest, CreateBatchInitOrganizationUrlRequest, CreateFlowGroupSignReviewRequest, DescribeTemplatesRequest, ChannelCreateSealPolicyRequest, CreateFlowsByTemplatesRequest, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, CreateSealByImageRequest, DescribeChannelOrganizationsResponse, ChannelCreateOrganizationBatchSignUrlResponse, CreateBatchOrganizationAuthorizationUrlRequest, ChannelCreateBatchCancelFlowUrlResponse, OperateChannelTemplateRequest, DescribeChannelSealPolicyWorkflowUrlResponse, CreateChannelFlowEvidenceReportResponse, ChannelDescribeAccountBillDetailRequest, ChannelDescribeEmployeesResponse, ChannelDeleteRoleResponse, ChannelCreateReleaseFlowResponse, DescribeChannelFlowEvidenceReportResponse, CreateFlowBlockchainEvidenceUrlRequest, DescribeUserFlowTypeRequest, ChannelCreateFlowApproversRequest, ChannelDescribeBillUsageDetailRequest, ChannelCreateFlowRemindsRequest, DescribeExtendedServiceAuthInfoResponse, ChannelCreateEmbedWebUrlRequest, ChannelDescribeFlowComponentsRequest, PrepareFlowsRequest } from "./essbasic_models";
|
|
4
4
|
/**
|
|
5
5
|
* essbasic client
|
|
6
6
|
* @class
|
|
@@ -667,6 +667,14 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
|
|
|
667
667
|
此链接包含多条认证流程,使用该链接可以批量的对企业进行认证。
|
|
668
668
|
*/
|
|
669
669
|
CreateBatchOrganizationAuthorizationUrl(req: CreateBatchOrganizationAuthorizationUrlRequest, cb?: (error: string, rep: CreateBatchOrganizationAuthorizationUrlResponse) => void): Promise<CreateBatchOrganizationAuthorizationUrlResponse>;
|
|
670
|
+
/**
|
|
671
|
+
* 接口(ChannelCreatePrepareFlowGroup)用于创建嵌入式合同组签署流程。
|
|
672
|
+
|
|
673
|
+
- 该接口当前仅支持文件发起
|
|
674
|
+
- 该接口能力和ChannelCreateFlowGroupByFiles,~~ChannelCreateFlowGroupByTemplates~~保持一致。
|
|
675
|
+
- 返回的FlowGroupId 为临时id,只有在页面内成功发起后FlowGroupId才会有效。
|
|
676
|
+
*/
|
|
677
|
+
ChannelCreatePrepareFlowGroup(req: ChannelCreatePrepareFlowGroupRequest, cb?: (error: string, rep: ChannelCreatePrepareFlowGroupResponse) => void): Promise<ChannelCreatePrepareFlowGroupResponse>;
|
|
670
678
|
/**
|
|
671
679
|
* 该接口用于发起合同后,生成个人/企业用户的批量待办链接。
|
|
672
680
|
**注意:**
|
|
@@ -783,6 +783,16 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
|
|
|
783
783
|
async CreateBatchOrganizationAuthorizationUrl(req, cb) {
|
|
784
784
|
return this.request("CreateBatchOrganizationAuthorizationUrl", req, cb);
|
|
785
785
|
}
|
|
786
|
+
/**
|
|
787
|
+
* 接口(ChannelCreatePrepareFlowGroup)用于创建嵌入式合同组签署流程。
|
|
788
|
+
|
|
789
|
+
- 该接口当前仅支持文件发起
|
|
790
|
+
- 该接口能力和ChannelCreateFlowGroupByFiles,~~ChannelCreateFlowGroupByTemplates~~保持一致。
|
|
791
|
+
- 返回的FlowGroupId 为临时id,只有在页面内成功发起后FlowGroupId才会有效。
|
|
792
|
+
*/
|
|
793
|
+
async ChannelCreatePrepareFlowGroup(req, cb) {
|
|
794
|
+
return this.request("ChannelCreatePrepareFlowGroup", req, cb);
|
|
795
|
+
}
|
|
786
796
|
/**
|
|
787
797
|
* 该接口用于发起合同后,生成个人/企业用户的批量待办链接。
|
|
788
798
|
**注意:**
|