tencentcloud-sdk-nodejs-ess 4.0.533 → 4.0.535
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/CHANGELOG.md +529 -0
- package/SERVICE_CHANGELOG.md +573 -187
- package/package.json +1 -1
- package/products.md +31 -30
- package/src/services/ess/v20201111/ess_client.ts +36 -12
- package/src/services/ess/v20201111/ess_models.ts +180 -85
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +17 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +155 -75
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { CancelFlowResponse, DescribeFlowEvidenceReportRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, DescribeIntegrationMainOrganizationUserRequest, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateIntegrationEmployeesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateConvertTaskApiRequest, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, DescribeThirdPartyAuthCodeRequest, DescribeFlowInfoRequest, CreateBatchCancelFlowUrlResponse, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateFlowApproversRequest, CreateFlowEvidenceReportResponse, DescribeFileUrlsResponse, CreateDocumentRequest, DescribeOrganizationSealsResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, DescribeIntegrationMainOrganizationUserResponse, CreateSchemeUrlResponse, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, StartFlowRequest, CreatePrepareFlowRequest,
|
|
2
|
+
import { CancelFlowResponse, DescribeFlowEvidenceReportRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, DescribeIntegrationMainOrganizationUserRequest, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateIntegrationEmployeesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateConvertTaskApiRequest, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, DescribeThirdPartyAuthCodeRequest, DescribeFlowInfoRequest, DeleteSealPoliciesResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateFlowApproversRequest, CreateFlowEvidenceReportResponse, DescribeFileUrlsResponse, CreateDocumentRequest, DescribeOrganizationSealsResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, DescribeIntegrationMainOrganizationUserResponse, CreateSchemeUrlResponse, DeleteSealPoliciesRequest, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, StartFlowRequest, CreatePrepareFlowRequest, CreateSealPolicyRequest, DescribeOrganizationSealsRequest, CancelFlowRequest, CreateFlowRemindsRequest, DescribeFlowBriefsRequest, DeleteIntegrationEmployeesResponse, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, UploadFilesRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoResponse, CreateFlowResponse, DescribeOrganizationGroupOrganizationsResponse, CancelMultiFlowSignQRCodeResponse } from "./ess_models";
|
|
3
3
|
/**
|
|
4
4
|
* ess client
|
|
5
5
|
* @class
|
|
@@ -26,11 +26,20 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
26
26
|
* 当模板较多或模板中的控件较多时,可以通过查询模板接口更方便的获取模板列表,以及每个模板内的控件信息。该接口常用来配合“创建电子文档”接口作为前置的接口使用。
|
|
27
27
|
*/
|
|
28
28
|
DescribeFlowTemplates(req: DescribeFlowTemplatesRequest, cb?: (error: string, rep: DescribeFlowTemplatesResponse) => void): Promise<DescribeFlowTemplatesResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* 撤销员工持有的印章权限
|
|
31
|
+
*/
|
|
32
|
+
DeleteSealPolicies(req: DeleteSealPoliciesRequest, cb?: (error: string, rep: DeleteSealPoliciesResponse) => void): Promise<DeleteSealPoliciesResponse>;
|
|
29
33
|
/**
|
|
30
34
|
* 查询文件下载URL
|
|
31
35
|
适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
|
|
32
36
|
*/
|
|
33
37
|
DescribeFileUrls(req: DescribeFileUrlsRequest, cb?: (error: string, rep: DescribeFileUrlsResponse) => void): Promise<DescribeFileUrlsResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 创建出证报告,返回报告 ID。需要配合出证套餐才能调用。
|
|
40
|
+
出证需要一定时间,建议调用创建出证24小时之后再通过DescribeFlowEvidenceReport进行查询。
|
|
41
|
+
*/
|
|
42
|
+
CreateFlowEvidenceReport(req: CreateFlowEvidenceReportRequest, cb?: (error: string, rep: CreateFlowEvidenceReportResponse) => void): Promise<CreateFlowEvidenceReportResponse>;
|
|
34
43
|
/**
|
|
35
44
|
* 验证合同文件
|
|
36
45
|
*/
|
|
@@ -74,10 +83,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
74
83
|
*/
|
|
75
84
|
DescribeFlowInfo(req: DescribeFlowInfoRequest, cb?: (error: string, rep: DescribeFlowInfoResponse) => void): Promise<DescribeFlowInfoResponse>;
|
|
76
85
|
/**
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
CreateFlowEvidenceReport(req: CreateFlowEvidenceReportRequest, cb?: (error: string, rep: CreateFlowEvidenceReportResponse) => void): Promise<CreateFlowEvidenceReportResponse>;
|
|
86
|
+
* 对企业员工进行印章授权
|
|
87
|
+
*/
|
|
88
|
+
CreateSealPolicy(req: CreateSealPolicyRequest, cb?: (error: string, rep: CreateSealPolicyResponse) => void): Promise<CreateSealPolicyResponse>;
|
|
81
89
|
/**
|
|
82
90
|
* 创建签署流程
|
|
83
91
|
适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。
|
|
@@ -55,6 +55,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
55
55
|
async DescribeFlowTemplates(req, cb) {
|
|
56
56
|
return this.request("DescribeFlowTemplates", req, cb);
|
|
57
57
|
}
|
|
58
|
+
/**
|
|
59
|
+
* 撤销员工持有的印章权限
|
|
60
|
+
*/
|
|
61
|
+
async DeleteSealPolicies(req, cb) {
|
|
62
|
+
return this.request("DeleteSealPolicies", req, cb);
|
|
63
|
+
}
|
|
58
64
|
/**
|
|
59
65
|
* 查询文件下载URL
|
|
60
66
|
适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
|
|
@@ -62,6 +68,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
62
68
|
async DescribeFileUrls(req, cb) {
|
|
63
69
|
return this.request("DescribeFileUrls", req, cb);
|
|
64
70
|
}
|
|
71
|
+
/**
|
|
72
|
+
* 创建出证报告,返回报告 ID。需要配合出证套餐才能调用。
|
|
73
|
+
出证需要一定时间,建议调用创建出证24小时之后再通过DescribeFlowEvidenceReport进行查询。
|
|
74
|
+
*/
|
|
75
|
+
async CreateFlowEvidenceReport(req, cb) {
|
|
76
|
+
return this.request("CreateFlowEvidenceReport", req, cb);
|
|
77
|
+
}
|
|
65
78
|
/**
|
|
66
79
|
* 验证合同文件
|
|
67
80
|
*/
|
|
@@ -119,11 +132,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
119
132
|
return this.request("DescribeFlowInfo", req, cb);
|
|
120
133
|
}
|
|
121
134
|
/**
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
return this.request("CreateFlowEvidenceReport", req, cb);
|
|
135
|
+
* 对企业员工进行印章授权
|
|
136
|
+
*/
|
|
137
|
+
async CreateSealPolicy(req, cb) {
|
|
138
|
+
return this.request("CreateSealPolicy", req, cb);
|
|
127
139
|
}
|
|
128
140
|
/**
|
|
129
141
|
* 创建签署流程
|
|
@@ -759,6 +759,15 @@ export interface DescribeFlowInfoRequest {
|
|
|
759
759
|
*/
|
|
760
760
|
Agent?: Agent;
|
|
761
761
|
}
|
|
762
|
+
/**
|
|
763
|
+
* DeleteSealPolicies返回参数结构体
|
|
764
|
+
*/
|
|
765
|
+
export interface DeleteSealPoliciesResponse {
|
|
766
|
+
/**
|
|
767
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
768
|
+
*/
|
|
769
|
+
RequestId?: string;
|
|
770
|
+
}
|
|
762
771
|
/**
|
|
763
772
|
* 机构信息
|
|
764
773
|
*/
|
|
@@ -804,25 +813,74 @@ export interface FillApproverInfo {
|
|
|
804
813
|
CustomUserId: string;
|
|
805
814
|
}
|
|
806
815
|
/**
|
|
807
|
-
*
|
|
816
|
+
* 持有的电子印章信息
|
|
808
817
|
*/
|
|
809
|
-
export interface
|
|
818
|
+
export interface OccupiedSeal {
|
|
810
819
|
/**
|
|
811
|
-
*
|
|
820
|
+
* 电子印章编号
|
|
812
821
|
*/
|
|
813
|
-
|
|
822
|
+
SealId: string;
|
|
814
823
|
/**
|
|
815
|
-
*
|
|
824
|
+
* 电子印章名称
|
|
816
825
|
*/
|
|
817
|
-
|
|
826
|
+
SealName: string;
|
|
818
827
|
/**
|
|
819
|
-
*
|
|
828
|
+
* 电子印章授权时间戳
|
|
820
829
|
*/
|
|
821
|
-
|
|
830
|
+
CreateOn: number;
|
|
822
831
|
/**
|
|
823
|
-
*
|
|
832
|
+
* 电子印章授权人
|
|
824
833
|
*/
|
|
825
|
-
|
|
834
|
+
Creator: string;
|
|
835
|
+
/**
|
|
836
|
+
* 电子印章策略Id
|
|
837
|
+
*/
|
|
838
|
+
SealPolicyId: string;
|
|
839
|
+
/**
|
|
840
|
+
* 印章状态,有以下六种:CHECKING(审核中)SUCCESS(已启用)FAIL(审核拒绝)CHECKING-SADM(待超管审核)DISABLE(已停用)STOPPED(已终止)
|
|
841
|
+
*/
|
|
842
|
+
SealStatus: string;
|
|
843
|
+
/**
|
|
844
|
+
* 审核失败原因
|
|
845
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
846
|
+
*/
|
|
847
|
+
FailReason: string;
|
|
848
|
+
/**
|
|
849
|
+
* 印章图片url,5分钟内有效
|
|
850
|
+
*/
|
|
851
|
+
Url: string;
|
|
852
|
+
/**
|
|
853
|
+
* 印章类型
|
|
854
|
+
*/
|
|
855
|
+
SealType: string;
|
|
856
|
+
/**
|
|
857
|
+
* 用印申请是否为永久授权
|
|
858
|
+
*/
|
|
859
|
+
IsAllTime: boolean;
|
|
860
|
+
/**
|
|
861
|
+
* 授权人列表
|
|
862
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
863
|
+
*/
|
|
864
|
+
AuthorizedUsers: Array<AuthorizedUser>;
|
|
865
|
+
}
|
|
866
|
+
/**
|
|
867
|
+
* 删除员工失败数据
|
|
868
|
+
*/
|
|
869
|
+
export interface FailedDeleteStaffData {
|
|
870
|
+
/**
|
|
871
|
+
* 员工在电子签的userId
|
|
872
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
873
|
+
*/
|
|
874
|
+
UserId: string;
|
|
875
|
+
/**
|
|
876
|
+
* 员工在第三方平台的openId
|
|
877
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
878
|
+
*/
|
|
879
|
+
OpenId: string;
|
|
880
|
+
/**
|
|
881
|
+
* 失败原因
|
|
882
|
+
*/
|
|
883
|
+
Reason: string;
|
|
826
884
|
}
|
|
827
885
|
/**
|
|
828
886
|
* 合同文件验签单个结果结构体
|
|
@@ -881,25 +939,6 @@ export interface PdfVerifyResult {
|
|
|
881
939
|
*/
|
|
882
940
|
ComponentPage: number;
|
|
883
941
|
}
|
|
884
|
-
/**
|
|
885
|
-
* 删除员工失败数据
|
|
886
|
-
*/
|
|
887
|
-
export interface FailedDeleteStaffData {
|
|
888
|
-
/**
|
|
889
|
-
* 员工在电子签的userId
|
|
890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
891
|
-
*/
|
|
892
|
-
UserId: string;
|
|
893
|
-
/**
|
|
894
|
-
* 员工在第三方平台的openId
|
|
895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
896
|
-
*/
|
|
897
|
-
OpenId: string;
|
|
898
|
-
/**
|
|
899
|
-
* 失败原因
|
|
900
|
-
*/
|
|
901
|
-
Reason: string;
|
|
902
|
-
}
|
|
903
942
|
/**
|
|
904
943
|
* CreateBatchCancelFlowUrl返回参数结构体
|
|
905
944
|
*/
|
|
@@ -921,6 +960,19 @@ export interface CreateBatchCancelFlowUrlResponse {
|
|
|
921
960
|
*/
|
|
922
961
|
RequestId?: string;
|
|
923
962
|
}
|
|
963
|
+
/**
|
|
964
|
+
* CreateSealPolicy返回参数结构体
|
|
965
|
+
*/
|
|
966
|
+
export interface CreateSealPolicyResponse {
|
|
967
|
+
/**
|
|
968
|
+
* 最终授权成功的。其他的跳过的是已经授权了的
|
|
969
|
+
*/
|
|
970
|
+
UserIds?: Array<string>;
|
|
971
|
+
/**
|
|
972
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
973
|
+
*/
|
|
974
|
+
RequestId?: string;
|
|
975
|
+
}
|
|
924
976
|
/**
|
|
925
977
|
* DescribeIntegrationEmployees返回参数结构体
|
|
926
978
|
*/
|
|
@@ -2030,6 +2082,31 @@ export interface ApproverRestriction {
|
|
|
2030
2082
|
*/
|
|
2031
2083
|
IdCardNumber?: string;
|
|
2032
2084
|
}
|
|
2085
|
+
/**
|
|
2086
|
+
* DeleteSealPolicies请求参数结构体
|
|
2087
|
+
*/
|
|
2088
|
+
export interface DeleteSealPoliciesRequest {
|
|
2089
|
+
/**
|
|
2090
|
+
* 操作撤销的用户信息
|
|
2091
|
+
*/
|
|
2092
|
+
Operator: UserInfo;
|
|
2093
|
+
/**
|
|
2094
|
+
* 印章授权编码数组。这个参数跟下面的SealId其中一个必填,另外一个可选填
|
|
2095
|
+
*/
|
|
2096
|
+
PolicyIds?: Array<string>;
|
|
2097
|
+
/**
|
|
2098
|
+
* 应用相关
|
|
2099
|
+
*/
|
|
2100
|
+
Agent?: Agent;
|
|
2101
|
+
/**
|
|
2102
|
+
* 印章ID。这个参数跟上面的PolicyIds其中一个必填,另外一个可选填
|
|
2103
|
+
*/
|
|
2104
|
+
SealId?: string;
|
|
2105
|
+
/**
|
|
2106
|
+
* 待授权的员工ID
|
|
2107
|
+
*/
|
|
2108
|
+
UserIds?: Array<string>;
|
|
2109
|
+
}
|
|
2033
2110
|
/**
|
|
2034
2111
|
* CreatePrepareFlow返回参数结构体
|
|
2035
2112
|
*/
|
|
@@ -2190,17 +2267,37 @@ export interface ApproverOption {
|
|
|
2190
2267
|
NoTransfer?: boolean;
|
|
2191
2268
|
}
|
|
2192
2269
|
/**
|
|
2193
|
-
*
|
|
2270
|
+
* CreateSealPolicy请求参数结构体
|
|
2194
2271
|
*/
|
|
2195
|
-
export interface
|
|
2272
|
+
export interface CreateSealPolicyRequest {
|
|
2196
2273
|
/**
|
|
2197
|
-
*
|
|
2274
|
+
* 授权发起人在平台信息,具体参考UserInfo结构体
|
|
2198
2275
|
*/
|
|
2199
|
-
|
|
2276
|
+
Operator: UserInfo;
|
|
2200
2277
|
/**
|
|
2201
|
-
*
|
|
2278
|
+
* 用户在电子文件签署平台标识信息,具体参考UserInfo结构体。可跟下面的UserIds可叠加起作用
|
|
2202
2279
|
*/
|
|
2203
|
-
|
|
2280
|
+
Users: Array<UserInfo>;
|
|
2281
|
+
/**
|
|
2282
|
+
* 印章ID
|
|
2283
|
+
*/
|
|
2284
|
+
SealId: string;
|
|
2285
|
+
/**
|
|
2286
|
+
* 授权有效期。时间戳秒级
|
|
2287
|
+
*/
|
|
2288
|
+
Expired: number;
|
|
2289
|
+
/**
|
|
2290
|
+
* 印章授权内容
|
|
2291
|
+
*/
|
|
2292
|
+
Policy?: string;
|
|
2293
|
+
/**
|
|
2294
|
+
* 应用相关
|
|
2295
|
+
*/
|
|
2296
|
+
Agent?: Agent;
|
|
2297
|
+
/**
|
|
2298
|
+
* 需要授权的用户UserId集合。跟上面的SealId参数配合使用。选填,跟上面的Users同时起作用
|
|
2299
|
+
*/
|
|
2300
|
+
UserIds?: Array<string>;
|
|
2204
2301
|
}
|
|
2205
2302
|
/**
|
|
2206
2303
|
* DescribeOrganizationSeals请求参数结构体
|
|
@@ -2503,6 +2600,19 @@ export interface DescribeFlowBriefsRequest {
|
|
|
2503
2600
|
*/
|
|
2504
2601
|
Agent?: Agent;
|
|
2505
2602
|
}
|
|
2603
|
+
/**
|
|
2604
|
+
* DeleteIntegrationEmployees返回参数结构体
|
|
2605
|
+
*/
|
|
2606
|
+
export interface DeleteIntegrationEmployeesResponse {
|
|
2607
|
+
/**
|
|
2608
|
+
* 员工删除数据
|
|
2609
|
+
*/
|
|
2610
|
+
DeleteEmployeeResult: DeleteStaffsResult;
|
|
2611
|
+
/**
|
|
2612
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2613
|
+
*/
|
|
2614
|
+
RequestId?: string;
|
|
2615
|
+
}
|
|
2506
2616
|
/**
|
|
2507
2617
|
* 一码多扫签署二维码签署信息
|
|
2508
2618
|
*/
|
|
@@ -2586,55 +2696,25 @@ export interface Admin {
|
|
|
2586
2696
|
Mobile?: string;
|
|
2587
2697
|
}
|
|
2588
2698
|
/**
|
|
2589
|
-
*
|
|
2699
|
+
* 此结构体 (Caller) 用于描述调用方属性。
|
|
2590
2700
|
*/
|
|
2591
|
-
export interface
|
|
2592
|
-
/**
|
|
2593
|
-
* 电子印章编号
|
|
2594
|
-
*/
|
|
2595
|
-
SealId: string;
|
|
2596
|
-
/**
|
|
2597
|
-
* 电子印章名称
|
|
2598
|
-
*/
|
|
2599
|
-
SealName: string;
|
|
2600
|
-
/**
|
|
2601
|
-
* 电子印章授权时间戳
|
|
2602
|
-
*/
|
|
2603
|
-
CreateOn: number;
|
|
2604
|
-
/**
|
|
2605
|
-
* 电子印章授权人
|
|
2606
|
-
*/
|
|
2607
|
-
Creator: string;
|
|
2608
|
-
/**
|
|
2609
|
-
* 电子印章策略Id
|
|
2610
|
-
*/
|
|
2611
|
-
SealPolicyId: string;
|
|
2701
|
+
export interface Caller {
|
|
2612
2702
|
/**
|
|
2613
|
-
*
|
|
2703
|
+
* 应用号
|
|
2614
2704
|
*/
|
|
2615
|
-
|
|
2616
|
-
/**
|
|
2617
|
-
* 审核失败原因
|
|
2618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2619
|
-
*/
|
|
2620
|
-
FailReason: string;
|
|
2705
|
+
ApplicationId?: string;
|
|
2621
2706
|
/**
|
|
2622
|
-
*
|
|
2707
|
+
* 主机构ID
|
|
2623
2708
|
*/
|
|
2624
|
-
|
|
2709
|
+
OrganizationId?: string;
|
|
2625
2710
|
/**
|
|
2626
|
-
*
|
|
2711
|
+
* 经办人的用户ID
|
|
2627
2712
|
*/
|
|
2628
|
-
|
|
2713
|
+
OperatorId?: string;
|
|
2629
2714
|
/**
|
|
2630
|
-
*
|
|
2715
|
+
* 下属机构ID
|
|
2631
2716
|
*/
|
|
2632
|
-
|
|
2633
|
-
/**
|
|
2634
|
-
* 授权人列表
|
|
2635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2636
|
-
*/
|
|
2637
|
-
AuthorizedUsers: Array<AuthorizedUser>;
|
|
2717
|
+
SubOrganizationId?: string;
|
|
2638
2718
|
}
|
|
2639
2719
|
/**
|
|
2640
2720
|
* DescribeFlowTemplates返回参数结构体
|