@tachybase/plugin-auth-dingtalk 1.3.18 → 1.3.20

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.
Files changed (156) hide show
  1. package/dist/externalVersion.js +5 -5
  2. package/dist/node_modules/@alicloud/dingtalk/dist/agoal_1_0/client.d.ts +1750 -330
  3. package/dist/node_modules/@alicloud/dingtalk/dist/agoal_1_0/client.js +1733 -114
  4. package/dist/node_modules/@alicloud/dingtalk/dist/ai_paa_s_1_0/client.d.ts +294 -0
  5. package/dist/node_modules/@alicloud/dingtalk/dist/ai_paa_s_1_0/client.js +461 -2
  6. package/dist/node_modules/@alicloud/dingtalk/dist/assistant_1_0/client.d.ts +691 -7
  7. package/dist/node_modules/@alicloud/dingtalk/dist/assistant_1_0/client.js +1143 -37
  8. package/dist/node_modules/@alicloud/dingtalk/dist/ats_1_0/client.d.ts +202 -0
  9. package/dist/node_modules/@alicloud/dingtalk/dist/ats_1_0/client.js +335 -2
  10. package/dist/node_modules/@alicloud/dingtalk/dist/attendance_1_0/client.d.ts +21 -13
  11. package/dist/node_modules/@alicloud/dingtalk/dist/attendance_1_0/client.js +21 -0
  12. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_1_0/client.d.ts +103 -1
  13. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_1_0/client.js +169 -5
  14. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_2_0/client.d.ts +3261 -901
  15. package/dist/node_modules/@alicloud/dingtalk/dist/bizfinance_2_0/client.js +4736 -1197
  16. package/dist/node_modules/@alicloud/dingtalk/dist/calendar_1_0/client.d.ts +145 -0
  17. package/dist/node_modules/@alicloud/dingtalk/dist/calendar_1_0/client.js +238 -6
  18. package/dist/node_modules/@alicloud/dingtalk/dist/card_1_0/client.d.ts +105 -0
  19. package/dist/node_modules/@alicloud/dingtalk/dist/card_1_0/client.js +181 -3
  20. package/dist/node_modules/@alicloud/dingtalk/dist/conference_1_0/client.d.ts +159 -2
  21. package/dist/node_modules/@alicloud/dingtalk/dist/conference_1_0/client.js +243 -3
  22. package/dist/node_modules/@alicloud/dingtalk/dist/contact_1_0/client.d.ts +399 -2
  23. package/dist/node_modules/@alicloud/dingtalk/dist/contact_1_0/client.js +614 -11
  24. package/dist/node_modules/@alicloud/dingtalk/dist/contract_1_0/client.d.ts +2789 -274
  25. package/dist/node_modules/@alicloud/dingtalk/dist/contract_1_0/client.js +4218 -407
  26. package/dist/node_modules/@alicloud/dingtalk/dist/crm_1_0/client.d.ts +81 -0
  27. package/dist/node_modules/@alicloud/dingtalk/dist/crm_1_0/client.js +133 -7
  28. package/dist/node_modules/@alicloud/dingtalk/dist/datacenter_1_0/client.d.ts +168 -0
  29. package/dist/node_modules/@alicloud/dingtalk/dist/datacenter_1_0/client.js +281 -11
  30. package/dist/node_modules/@alicloud/dingtalk/dist/diot_1_0/client.js +0 -1
  31. package/dist/node_modules/@alicloud/dingtalk/dist/doc_1_0/client.d.ts +1110 -24
  32. package/dist/node_modules/@alicloud/dingtalk/dist/doc_1_0/client.js +1714 -115
  33. package/dist/node_modules/@alicloud/dingtalk/dist/doc_2_0/client.d.ts +1073 -73
  34. package/dist/node_modules/@alicloud/dingtalk/dist/doc_2_0/client.js +1316 -39
  35. package/dist/node_modules/@alicloud/dingtalk/dist/edu_1_0/client.d.ts +5893 -2422
  36. package/dist/node_modules/@alicloud/dingtalk/dist/edu_1_0/client.js +7232 -1965
  37. package/dist/node_modules/@alicloud/dingtalk/dist/event_1_0/client.js +0 -1
  38. package/dist/node_modules/@alicloud/dingtalk/dist/exclusive_1_0/client.d.ts +851 -51
  39. package/dist/node_modules/@alicloud/dingtalk/dist/exclusive_1_0/client.js +1239 -66
  40. package/dist/node_modules/@alicloud/dingtalk/dist/flashmeeting_1_0/client.d.ts +92 -0
  41. package/dist/node_modules/@alicloud/dingtalk/dist/flashmeeting_1_0/client.js +166 -1
  42. package/dist/node_modules/@alicloud/dingtalk/dist/gateway_1_0/client.js +0 -1
  43. package/dist/node_modules/@alicloud/dingtalk/dist/hrbrain_1_0/client.d.ts +1373 -233
  44. package/dist/node_modules/@alicloud/dingtalk/dist/hrbrain_1_0/client.js +2004 -246
  45. package/dist/node_modules/@alicloud/dingtalk/dist/hrm_1_0/client.d.ts +598 -3
  46. package/dist/node_modules/@alicloud/dingtalk/dist/hrm_1_0/client.js +893 -33
  47. package/dist/node_modules/@alicloud/dingtalk/dist/im_1_0/client.d.ts +1373 -122
  48. package/dist/node_modules/@alicloud/dingtalk/dist/im_1_0/client.js +2099 -264
  49. package/dist/node_modules/@alicloud/dingtalk/dist/im_2_0/client.js +0 -1
  50. package/dist/node_modules/@alicloud/dingtalk/dist/index.d.ts +6 -0
  51. package/dist/node_modules/@alicloud/dingtalk/dist/index.js +2 -2
  52. package/dist/node_modules/@alicloud/dingtalk/dist/industry_1_0/client.d.ts +160 -0
  53. package/dist/node_modules/@alicloud/dingtalk/dist/industry_1_0/client.js +227 -14
  54. package/dist/node_modules/@alicloud/dingtalk/dist/live_1_0/client.d.ts +4 -2
  55. package/dist/node_modules/@alicloud/dingtalk/dist/live_1_0/client.js +6 -2
  56. package/dist/node_modules/@alicloud/dingtalk/dist/mail_1_0/client.d.ts +1089 -38
  57. package/dist/node_modules/@alicloud/dingtalk/dist/mail_1_0/client.js +1429 -62
  58. package/dist/node_modules/@alicloud/dingtalk/dist/manufacturing_1_0/client.js +0 -1
  59. package/dist/node_modules/@alicloud/dingtalk/dist/meter_1_0/client.d.ts +101 -0
  60. package/dist/node_modules/@alicloud/dingtalk/dist/meter_1_0/client.js +202 -0
  61. package/dist/node_modules/@alicloud/dingtalk/dist/micro_app_1_0/client.d.ts +113 -0
  62. package/dist/node_modules/@alicloud/dingtalk/dist/micro_app_1_0/client.js +171 -3
  63. package/dist/node_modules/@alicloud/dingtalk/dist/miniapp_1_0/client.js +0 -1
  64. package/dist/node_modules/@alicloud/dingtalk/dist/minutes_1_0/client.d.ts +940 -0
  65. package/dist/node_modules/@alicloud/dingtalk/dist/minutes_1_0/client.js +1545 -0
  66. package/dist/node_modules/@alicloud/dingtalk/dist/oauth2_1_0/client.js +0 -1
  67. package/dist/node_modules/@alicloud/dingtalk/dist/pedia_1_0/client.d.ts +1 -0
  68. package/dist/node_modules/@alicloud/dingtalk/dist/pedia_1_0/client.js +5 -0
  69. package/dist/node_modules/@alicloud/dingtalk/dist/project_1_0/client.d.ts +83 -0
  70. package/dist/node_modules/@alicloud/dingtalk/dist/project_1_0/client.js +68 -0
  71. package/dist/node_modules/@alicloud/dingtalk/dist/rooms_1_0/client.d.ts +90 -0
  72. package/dist/node_modules/@alicloud/dingtalk/dist/rooms_1_0/client.js +83 -1
  73. package/dist/node_modules/@alicloud/dingtalk/dist/salary_1_0/client.d.ts +642 -0
  74. package/dist/node_modules/@alicloud/dingtalk/dist/salary_1_0/client.js +919 -0
  75. package/dist/node_modules/@alicloud/dingtalk/dist/storage_1_0/client.d.ts +130 -0
  76. package/dist/node_modules/@alicloud/dingtalk/dist/storage_1_0/client.js +171 -6
  77. package/dist/node_modules/@alicloud/dingtalk/dist/storage_2_0/client.d.ts +283 -0
  78. package/dist/node_modules/@alicloud/dingtalk/dist/storage_2_0/client.js +340 -2
  79. package/dist/node_modules/@alicloud/dingtalk/dist/team_sphere_1_0/client.d.ts +223 -0
  80. package/dist/node_modules/@alicloud/dingtalk/dist/team_sphere_1_0/client.js +347 -4
  81. package/dist/node_modules/@alicloud/dingtalk/dist/todo_1_0/client.d.ts +42 -0
  82. package/dist/node_modules/@alicloud/dingtalk/dist/todo_1_0/client.js +53 -2
  83. package/dist/node_modules/@alicloud/dingtalk/dist/todo_e_e_1_0/client.d.ts +458 -4
  84. package/dist/node_modules/@alicloud/dingtalk/dist/todo_e_e_1_0/client.js +942 -153
  85. package/dist/node_modules/@alicloud/dingtalk/dist/trip_1_0/client.d.ts +5 -0
  86. package/dist/node_modules/@alicloud/dingtalk/dist/trip_1_0/client.js +2 -0
  87. package/dist/node_modules/@alicloud/dingtalk/dist/vip_member_1_0/client.d.ts +254 -0
  88. package/dist/node_modules/@alicloud/dingtalk/dist/vip_member_1_0/client.js +477 -1
  89. package/dist/node_modules/@alicloud/dingtalk/dist/watt_1_0/client.js +0 -1
  90. package/dist/node_modules/@alicloud/dingtalk/dist/wiki_2_0/client.d.ts +234 -0
  91. package/dist/node_modules/@alicloud/dingtalk/dist/wiki_2_0/client.js +298 -2
  92. package/dist/node_modules/@alicloud/dingtalk/dist/workflow_1_0/client.d.ts +746 -15
  93. package/dist/node_modules/@alicloud/dingtalk/dist/workflow_1_0/client.js +871 -20
  94. package/dist/node_modules/@alicloud/dingtalk/dist/yida_1_0/client.d.ts +402 -0
  95. package/dist/node_modules/@alicloud/dingtalk/dist/yida_1_0/client.js +412 -7
  96. package/dist/node_modules/@alicloud/dingtalk/dist/yida_2_0/client.d.ts +890 -112
  97. package/dist/node_modules/@alicloud/dingtalk/dist/yida_2_0/client.js +1063 -2
  98. package/dist/node_modules/@alicloud/dingtalk/meter_1_0.js +1 -0
  99. package/dist/node_modules/@alicloud/dingtalk/minutes_1_0.js +1 -0
  100. package/dist/node_modules/@alicloud/dingtalk/package.json +1 -1
  101. package/dist/node_modules/@alicloud/dingtalk/salary_1_0.js +1 -0
  102. package/dist/node_modules/@alicloud/dingtalk/src/agoal_1_0/client.ts +2695 -319
  103. package/dist/node_modules/@alicloud/dingtalk/src/ai_paa_s_1_0/client.ts +566 -0
  104. package/dist/node_modules/@alicloud/dingtalk/src/assistant_1_0/client.ts +1492 -117
  105. package/dist/node_modules/@alicloud/dingtalk/src/ats_1_0/client.ts +420 -0
  106. package/dist/node_modules/@alicloud/dingtalk/src/attendance_1_0/client.ts +45 -13
  107. package/dist/node_modules/@alicloud/dingtalk/src/bizfinance_1_0/client.ts +232 -2
  108. package/dist/node_modules/@alicloud/dingtalk/src/bizfinance_2_0/client.ts +6892 -2251
  109. package/dist/node_modules/@alicloud/dingtalk/src/calendar_1_0/client.ts +287 -0
  110. package/dist/node_modules/@alicloud/dingtalk/src/card_1_0/client.ts +224 -0
  111. package/dist/node_modules/@alicloud/dingtalk/src/conference_1_0/client.ts +297 -2
  112. package/dist/node_modules/@alicloud/dingtalk/src/contact_1_0/client.ts +811 -42
  113. package/dist/node_modules/@alicloud/dingtalk/src/contract_1_0/client.ts +5523 -617
  114. package/dist/node_modules/@alicloud/dingtalk/src/crm_1_0/client.ts +157 -0
  115. package/dist/node_modules/@alicloud/dingtalk/src/datacenter_1_0/client.ts +340 -0
  116. package/dist/node_modules/@alicloud/dingtalk/src/diot_1_0/client.ts +0 -1
  117. package/dist/node_modules/@alicloud/dingtalk/src/doc_1_0/client.ts +2802 -720
  118. package/dist/node_modules/@alicloud/dingtalk/src/doc_2_0/client.ts +1889 -140
  119. package/dist/node_modules/@alicloud/dingtalk/src/edu_1_0/client.ts +8496 -1557
  120. package/dist/node_modules/@alicloud/dingtalk/src/event_1_0/client.ts +0 -1
  121. package/dist/node_modules/@alicloud/dingtalk/src/exclusive_1_0/client.ts +1831 -283
  122. package/dist/node_modules/@alicloud/dingtalk/src/flashmeeting_1_0/client.ts +201 -0
  123. package/dist/node_modules/@alicloud/dingtalk/src/gateway_1_0/client.ts +0 -1
  124. package/dist/node_modules/@alicloud/dingtalk/src/hrbrain_1_0/client.ts +2742 -542
  125. package/dist/node_modules/@alicloud/dingtalk/src/hrm_1_0/client.ts +1182 -33
  126. package/dist/node_modules/@alicloud/dingtalk/src/im_1_0/client.ts +3100 -718
  127. package/dist/node_modules/@alicloud/dingtalk/src/im_2_0/client.ts +0 -1
  128. package/dist/node_modules/@alicloud/dingtalk/src/index.ts +6 -0
  129. package/dist/node_modules/@alicloud/dingtalk/src/industry_1_0/client.ts +319 -0
  130. package/dist/node_modules/@alicloud/dingtalk/src/live_1_0/client.ts +8 -2
  131. package/dist/node_modules/@alicloud/dingtalk/src/mail_1_0/client.ts +2029 -159
  132. package/dist/node_modules/@alicloud/dingtalk/src/manufacturing_1_0/client.ts +0 -1
  133. package/dist/node_modules/@alicloud/dingtalk/src/meter_1_0/client.ts +201 -0
  134. package/dist/node_modules/@alicloud/dingtalk/src/micro_app_1_0/client.ts +215 -1
  135. package/dist/node_modules/@alicloud/dingtalk/src/miniapp_1_0/client.ts +0 -1
  136. package/dist/node_modules/@alicloud/dingtalk/src/minutes_1_0/client.ts +1871 -0
  137. package/dist/node_modules/@alicloud/dingtalk/src/oauth2_1_0/client.ts +0 -1
  138. package/dist/node_modules/@alicloud/dingtalk/src/pedia_1_0/client.ts +7 -0
  139. package/dist/node_modules/@alicloud/dingtalk/src/project_1_0/client.ts +161 -0
  140. package/dist/node_modules/@alicloud/dingtalk/src/rooms_1_0/client.ts +147 -0
  141. package/dist/node_modules/@alicloud/dingtalk/src/salary_1_0/client.ts +1156 -0
  142. package/dist/node_modules/@alicloud/dingtalk/src/storage_1_0/client.ts +226 -0
  143. package/dist/node_modules/@alicloud/dingtalk/src/storage_2_0/client.ts +492 -0
  144. package/dist/node_modules/@alicloud/dingtalk/src/team_sphere_1_0/client.ts +442 -0
  145. package/dist/node_modules/@alicloud/dingtalk/src/todo_1_0/client.ts +89 -0
  146. package/dist/node_modules/@alicloud/dingtalk/src/todo_e_e_1_0/client.ts +1061 -88
  147. package/dist/node_modules/@alicloud/dingtalk/src/trip_1_0/client.ts +7 -0
  148. package/dist/node_modules/@alicloud/dingtalk/src/vip_member_1_0/client.ts +583 -0
  149. package/dist/node_modules/@alicloud/dingtalk/src/watt_1_0/client.ts +0 -1
  150. package/dist/node_modules/@alicloud/dingtalk/src/wiki_2_0/client.ts +423 -0
  151. package/dist/node_modules/@alicloud/dingtalk/src/workflow_1_0/client.ts +1304 -24
  152. package/dist/node_modules/@alicloud/dingtalk/src/yida_1_0/client.ts +774 -102
  153. package/dist/node_modules/@alicloud/dingtalk/src/yida_2_0/client.ts +1910 -429
  154. package/dist/node_modules/@alicloud/openapi-client/package.json +1 -1
  155. package/dist/node_modules/@alicloud/tea-util/package.json +1 -1
  156. package/package.json +8 -8
@@ -3,7 +3,7 @@
3
3
  import * as $Util from '@alicloud/tea-util';
4
4
  import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
5
5
  import * as $tea from '@alicloud/tea-typescript';
6
- export declare class ContractBenefitConsumeHeaders extends $tea.Model {
6
+ export declare class CancelReviewOrderHeaders extends $tea.Model {
7
7
  commonHeaders?: {
8
8
  [key: string]: string;
9
9
  };
@@ -18,55 +18,10 @@ export declare class ContractBenefitConsumeHeaders extends $tea.Model {
18
18
  [key: string]: any;
19
19
  });
20
20
  }
21
- export declare class ContractBenefitConsumeRequest extends $tea.Model {
22
- /**
23
- * @remarks
24
- * This parameter is required.
25
- *
26
- * @example
27
- * esign
28
- */
29
- benefitPoint?: string;
30
- /**
31
- * @remarks
32
- * This parameter is required.
33
- *
34
- * @example
35
- * sjdaujii129w9qej2nqas
36
- */
37
- bizRequestId?: string;
38
- /**
39
- * @remarks
40
- * This parameter is required.
41
- *
42
- * @example
43
- * 20
44
- */
45
- consumeQuota?: number;
46
- /**
47
- * @remarks
48
- * This parameter is required.
49
- *
50
- * @example
51
- * ding1231ndu29923312
52
- */
53
- corpId?: string;
54
- extParams?: {
55
- [key: string]: string;
56
- };
57
- /**
58
- * @remarks
59
- * This parameter is required.
60
- *
61
- * @example
62
- * ding12939912nduaejjwe
63
- */
64
- isvCorpId?: string;
65
- /**
66
- * @example
67
- * djauihjauiwnkndjknkjanaae
68
- */
69
- optUnionId?: string;
21
+ export declare class CancelReviewOrderRequest extends $tea.Model {
22
+ endFiles?: CancelReviewOrderRequestEndFiles[];
23
+ extension?: string;
24
+ orderId?: string;
70
25
  static names(): {
71
26
  [key: string]: string;
72
27
  };
@@ -77,8 +32,8 @@ export declare class ContractBenefitConsumeRequest extends $tea.Model {
77
32
  [key: string]: any;
78
33
  });
79
34
  }
80
- export declare class ContractBenefitConsumeResponseBody extends $tea.Model {
81
- result?: ContractBenefitConsumeResponseBodyResult;
35
+ export declare class CancelReviewOrderResponseBody extends $tea.Model {
36
+ result?: string;
82
37
  success?: boolean;
83
38
  static names(): {
84
39
  [key: string]: string;
@@ -90,12 +45,12 @@ export declare class ContractBenefitConsumeResponseBody extends $tea.Model {
90
45
  [key: string]: any;
91
46
  });
92
47
  }
93
- export declare class ContractBenefitConsumeResponse extends $tea.Model {
48
+ export declare class CancelReviewOrderResponse extends $tea.Model {
94
49
  headers?: {
95
50
  [key: string]: string;
96
51
  };
97
52
  statusCode?: number;
98
- body?: ContractBenefitConsumeResponseBody;
53
+ body?: CancelReviewOrderResponseBody;
99
54
  static names(): {
100
55
  [key: string]: string;
101
56
  };
@@ -106,7 +61,7 @@ export declare class ContractBenefitConsumeResponse extends $tea.Model {
106
61
  [key: string]: any;
107
62
  });
108
63
  }
109
- export declare class EsignQueryApprovalInfoHeaders extends $tea.Model {
64
+ export declare class CheckEsignFileHeaders extends $tea.Model {
110
65
  commonHeaders?: {
111
66
  [key: string]: string;
112
67
  };
@@ -121,22 +76,27 @@ export declare class EsignQueryApprovalInfoHeaders extends $tea.Model {
121
76
  [key: string]: any;
122
77
  });
123
78
  }
124
- export declare class EsignQueryApprovalInfoRequest extends $tea.Model {
79
+ export declare class CheckEsignFileRequest extends $tea.Model {
125
80
  /**
126
- * @example
127
- * dingd0c871e2dfc941a34ac5d6980864d335
81
+ * @remarks
82
+ * This parameter is required.
128
83
  */
129
84
  corpId?: string;
130
85
  /**
131
- * @example
132
- * 5556ae0359c64c4b9491c0c3c339341f
86
+ * @remarks
87
+ * This parameter is required.
133
88
  */
134
- esignFlowId?: string;
89
+ fileId?: string;
135
90
  /**
136
- * @example
137
- * PbnhW6rVXRg8u6T4NiiOwwQiEiE
91
+ * @remarks
92
+ * This parameter is required.
138
93
  */
139
- unionId?: string;
94
+ spaceId?: string;
95
+ /**
96
+ * @remarks
97
+ * This parameter is required.
98
+ */
99
+ userId?: string;
140
100
  static names(): {
141
101
  [key: string]: string;
142
102
  };
@@ -147,8 +107,8 @@ export declare class EsignQueryApprovalInfoRequest extends $tea.Model {
147
107
  [key: string]: any;
148
108
  });
149
109
  }
150
- export declare class EsignQueryApprovalInfoResponseBody extends $tea.Model {
151
- result?: EsignQueryApprovalInfoResponseBodyResult;
110
+ export declare class CheckEsignFileResponseBody extends $tea.Model {
111
+ result?: boolean;
152
112
  success?: boolean;
153
113
  static names(): {
154
114
  [key: string]: string;
@@ -160,12 +120,12 @@ export declare class EsignQueryApprovalInfoResponseBody extends $tea.Model {
160
120
  [key: string]: any;
161
121
  });
162
122
  }
163
- export declare class EsignQueryApprovalInfoResponse extends $tea.Model {
123
+ export declare class CheckEsignFileResponse extends $tea.Model {
164
124
  headers?: {
165
125
  [key: string]: string;
166
126
  };
167
127
  statusCode?: number;
168
- body?: EsignQueryApprovalInfoResponseBody;
128
+ body?: CheckEsignFileResponseBody;
169
129
  static names(): {
170
130
  [key: string]: string;
171
131
  };
@@ -176,7 +136,7 @@ export declare class EsignQueryApprovalInfoResponse extends $tea.Model {
176
136
  [key: string]: any;
177
137
  });
178
138
  }
179
- export declare class EsignQueryGrantInfoHeaders extends $tea.Model {
139
+ export declare class ContractAiReviewResultNotifyHeaders extends $tea.Model {
180
140
  commonHeaders?: {
181
141
  [key: string]: string;
182
142
  };
@@ -191,20 +151,22 @@ export declare class EsignQueryGrantInfoHeaders extends $tea.Model {
191
151
  [key: string]: any;
192
152
  });
193
153
  }
194
- export declare class EsignQueryGrantInfoRequest extends $tea.Model {
154
+ export declare class ContractAiReviewResultNotifyRequest extends $tea.Model {
155
+ annotations?: ContractAiReviewResultNotifyRequestAnnotations[];
195
156
  /**
196
- * @example
197
- * dingd0c871e2dfc941a34ac5d6980864d335
157
+ * @remarks
158
+ * This parameter is required.
198
159
  */
199
- corpId?: string;
200
- extension?: {
201
- [key: string]: string;
202
- };
160
+ contractAiReviewCorpId?: string;
161
+ contractAiReviewId?: number;
162
+ errorCode?: string;
163
+ errorMsg?: string;
164
+ extension?: string;
203
165
  /**
204
- * @example
205
- * PbnhW6rVXRg8u6T4NiiOwwQiEiE
166
+ * @remarks
167
+ * This parameter is required.
206
168
  */
207
- unionId?: string;
169
+ success?: boolean;
208
170
  static names(): {
209
171
  [key: string]: string;
210
172
  };
@@ -215,8 +177,8 @@ export declare class EsignQueryGrantInfoRequest extends $tea.Model {
215
177
  [key: string]: any;
216
178
  });
217
179
  }
218
- export declare class EsignQueryGrantInfoResponseBody extends $tea.Model {
219
- result?: EsignQueryGrantInfoResponseBodyResult;
180
+ export declare class ContractAiReviewResultNotifyResponseBody extends $tea.Model {
181
+ result?: string;
220
182
  success?: boolean;
221
183
  static names(): {
222
184
  [key: string]: string;
@@ -228,12 +190,12 @@ export declare class EsignQueryGrantInfoResponseBody extends $tea.Model {
228
190
  [key: string]: any;
229
191
  });
230
192
  }
231
- export declare class EsignQueryGrantInfoResponse extends $tea.Model {
193
+ export declare class ContractAiReviewResultNotifyResponse extends $tea.Model {
232
194
  headers?: {
233
195
  [key: string]: string;
234
196
  };
235
197
  statusCode?: number;
236
- body?: EsignQueryGrantInfoResponseBody;
198
+ body?: ContractAiReviewResultNotifyResponseBody;
237
199
  static names(): {
238
200
  [key: string]: string;
239
201
  };
@@ -244,7 +206,7 @@ export declare class EsignQueryGrantInfoResponse extends $tea.Model {
244
206
  [key: string]: any;
245
207
  });
246
208
  }
247
- export declare class EsignQueryIdentityByTicketHeaders extends $tea.Model {
209
+ export declare class ContractBenefitConsumeHeaders extends $tea.Model {
248
210
  commonHeaders?: {
249
211
  [key: string]: string;
250
212
  };
@@ -259,16 +221,40 @@ export declare class EsignQueryIdentityByTicketHeaders extends $tea.Model {
259
221
  [key: string]: any;
260
222
  });
261
223
  }
262
- export declare class EsignQueryIdentityByTicketRequest extends $tea.Model {
224
+ export declare class ContractBenefitConsumeRequest extends $tea.Model {
263
225
  /**
264
226
  * @remarks
265
227
  * This parameter is required.
266
228
  *
267
229
  * @example
268
- * dingd0c871e2dfc941a34ac5d6980864d335
230
+ * esign
231
+ */
232
+ benefitPoint?: string;
233
+ /**
234
+ * @remarks
235
+ * This parameter is required.
236
+ *
237
+ * @example
238
+ * sjdaujii129w9qej2nqas
239
+ */
240
+ bizRequestId?: string;
241
+ /**
242
+ * @remarks
243
+ * This parameter is required.
244
+ *
245
+ * @example
246
+ * 20
247
+ */
248
+ consumeQuota?: number;
249
+ /**
250
+ * @remarks
251
+ * This parameter is required.
252
+ *
253
+ * @example
254
+ * ding1231ndu29923312
269
255
  */
270
256
  corpId?: string;
271
- extension?: {
257
+ extParams?: {
272
258
  [key: string]: string;
273
259
  };
274
260
  /**
@@ -276,9 +262,14 @@ export declare class EsignQueryIdentityByTicketRequest extends $tea.Model {
276
262
  * This parameter is required.
277
263
  *
278
264
  * @example
279
- * feb4b8e5-d6d9-4d22-a6b8-c8e26823a73a
265
+ * ding12939912nduaejjwe
280
266
  */
281
- ticket?: string;
267
+ isvCorpId?: string;
268
+ /**
269
+ * @example
270
+ * djauihjauiwnkndjknkjanaae
271
+ */
272
+ optUnionId?: string;
282
273
  static names(): {
283
274
  [key: string]: string;
284
275
  };
@@ -289,8 +280,8 @@ export declare class EsignQueryIdentityByTicketRequest extends $tea.Model {
289
280
  [key: string]: any;
290
281
  });
291
282
  }
292
- export declare class EsignQueryIdentityByTicketResponseBody extends $tea.Model {
293
- result?: EsignQueryIdentityByTicketResponseBodyResult;
283
+ export declare class ContractBenefitConsumeResponseBody extends $tea.Model {
284
+ result?: ContractBenefitConsumeResponseBodyResult;
294
285
  success?: boolean;
295
286
  static names(): {
296
287
  [key: string]: string;
@@ -302,12 +293,12 @@ export declare class EsignQueryIdentityByTicketResponseBody extends $tea.Model {
302
293
  [key: string]: any;
303
294
  });
304
295
  }
305
- export declare class EsignQueryIdentityByTicketResponse extends $tea.Model {
296
+ export declare class ContractBenefitConsumeResponse extends $tea.Model {
306
297
  headers?: {
307
298
  [key: string]: string;
308
299
  };
309
300
  statusCode?: number;
310
- body?: EsignQueryIdentityByTicketResponseBody;
301
+ body?: ContractBenefitConsumeResponseBody;
311
302
  static names(): {
312
303
  [key: string]: string;
313
304
  };
@@ -318,7 +309,7 @@ export declare class EsignQueryIdentityByTicketResponse extends $tea.Model {
318
309
  [key: string]: any;
319
310
  });
320
311
  }
321
- export declare class EsignSyncEventHeaders extends $tea.Model {
312
+ export declare class CreateContractAppsCompareTaskHeaders extends $tea.Model {
322
313
  commonHeaders?: {
323
314
  [key: string]: string;
324
315
  };
@@ -333,31 +324,34 @@ export declare class EsignSyncEventHeaders extends $tea.Model {
333
324
  [key: string]: any;
334
325
  });
335
326
  }
336
- export declare class EsignSyncEventRequest extends $tea.Model {
327
+ export declare class CreateContractAppsCompareTaskRequest extends $tea.Model {
328
+ comparativeFile?: CreateContractAppsCompareTaskRequestComparativeFile;
329
+ comparativeFileDownloadUrl?: string;
337
330
  /**
338
331
  * @remarks
339
332
  * This parameter is required.
340
- *
341
- * @example
342
- * openEsign
343
333
  */
344
- action?: string;
334
+ comparativeFileName?: string;
345
335
  /**
346
- * @example
347
- * dingd0c871e2dfc941a34ac5d6980864d335
336
+ * @remarks
337
+ * This parameter is required.
348
338
  */
349
- corpId?: string;
339
+ fileSource?: string;
350
340
  /**
351
- * @example
352
- * {"name": "名字"}
341
+ * @remarks
342
+ * This parameter is required.
353
343
  */
354
- esignData?: string;
355
- extension?: {
356
- [key: string]: string;
357
- };
344
+ requestId?: string;
345
+ standardFile?: CreateContractAppsCompareTaskRequestStandardFile;
346
+ standardFileDownloadUrl?: string;
358
347
  /**
359
- * @example
360
- * PbnhW6rVXRg8u6T4NiiOwwQiEiE
348
+ * @remarks
349
+ * This parameter is required.
350
+ */
351
+ standardFileName?: string;
352
+ /**
353
+ * @remarks
354
+ * This parameter is required.
361
355
  */
362
356
  unionId?: string;
363
357
  static names(): {
@@ -370,8 +364,8 @@ export declare class EsignSyncEventRequest extends $tea.Model {
370
364
  [key: string]: any;
371
365
  });
372
366
  }
373
- export declare class EsignSyncEventResponseBody extends $tea.Model {
374
- result?: EsignSyncEventResponseBodyResult;
367
+ export declare class CreateContractAppsCompareTaskResponseBody extends $tea.Model {
368
+ result?: CreateContractAppsCompareTaskResponseBodyResult;
375
369
  success?: boolean;
376
370
  static names(): {
377
371
  [key: string]: string;
@@ -383,12 +377,12 @@ export declare class EsignSyncEventResponseBody extends $tea.Model {
383
377
  [key: string]: any;
384
378
  });
385
379
  }
386
- export declare class EsignSyncEventResponse extends $tea.Model {
380
+ export declare class CreateContractAppsCompareTaskResponse extends $tea.Model {
387
381
  headers?: {
388
382
  [key: string]: string;
389
383
  };
390
384
  statusCode?: number;
391
- body?: EsignSyncEventResponseBody;
385
+ body?: CreateContractAppsCompareTaskResponseBody;
392
386
  static names(): {
393
387
  [key: string]: string;
394
388
  };
@@ -399,7 +393,7 @@ export declare class EsignSyncEventResponse extends $tea.Model {
399
393
  [key: string]: any;
400
394
  });
401
395
  }
402
- export declare class EsignUserVerifyHeaders extends $tea.Model {
396
+ export declare class CreateContractAppsExtractTaskHeaders extends $tea.Model {
403
397
  commonHeaders?: {
404
398
  [key: string]: string;
405
399
  };
@@ -414,21 +408,32 @@ export declare class EsignUserVerifyHeaders extends $tea.Model {
414
408
  [key: string]: any;
415
409
  });
416
410
  }
417
- export declare class EsignUserVerifyRequest extends $tea.Model {
411
+ export declare class CreateContractAppsExtractTaskRequest extends $tea.Model {
412
+ contractFile?: CreateContractAppsExtractTaskRequestContractFile;
413
+ contractFileDownloadUrl?: string;
418
414
  /**
419
415
  * @remarks
420
416
  * This parameter is required.
421
- *
422
- * @example
423
- * dingbfc7ac3ddee0c1acffe93478753d9884
424
417
  */
425
- corpId?: string;
418
+ contractFileName?: string;
419
+ /**
420
+ * @remarks
421
+ * This parameter is required.
422
+ */
423
+ extractKeys?: string[];
424
+ /**
425
+ * @remarks
426
+ * This parameter is required.
427
+ */
428
+ fileSource?: string;
429
+ /**
430
+ * @remarks
431
+ * This parameter is required.
432
+ */
433
+ requestId?: string;
426
434
  /**
427
435
  * @remarks
428
436
  * This parameter is required.
429
- *
430
- * @example
431
- * 1Wgkx59vuKA8u6T4NiiOwwQiEiE
432
437
  */
433
438
  unionId?: string;
434
439
  static names(): {
@@ -441,12 +446,8 @@ export declare class EsignUserVerifyRequest extends $tea.Model {
441
446
  [key: string]: any;
442
447
  });
443
448
  }
444
- export declare class EsignUserVerifyResponseBody extends $tea.Model {
445
- result?: EsignUserVerifyResponseBodyResult;
446
- /**
447
- * @remarks
448
- * This parameter is required.
449
- */
449
+ export declare class CreateContractAppsExtractTaskResponseBody extends $tea.Model {
450
+ result?: CreateContractAppsExtractTaskResponseBodyResult;
450
451
  success?: boolean;
451
452
  static names(): {
452
453
  [key: string]: string;
@@ -458,12 +459,12 @@ export declare class EsignUserVerifyResponseBody extends $tea.Model {
458
459
  [key: string]: any;
459
460
  });
460
461
  }
461
- export declare class EsignUserVerifyResponse extends $tea.Model {
462
+ export declare class CreateContractAppsExtractTaskResponse extends $tea.Model {
462
463
  headers?: {
463
464
  [key: string]: string;
464
465
  };
465
466
  statusCode?: number;
466
- body?: EsignUserVerifyResponseBody;
467
+ body?: CreateContractAppsExtractTaskResponseBody;
467
468
  static names(): {
468
469
  [key: string]: string;
469
470
  };
@@ -474,7 +475,7 @@ export declare class EsignUserVerifyResponse extends $tea.Model {
474
475
  [key: string]: any;
475
476
  });
476
477
  }
477
- export declare class FinishReviewOrderHeaders extends $tea.Model {
478
+ export declare class CreateContractAppsReviewTaskHeaders extends $tea.Model {
478
479
  commonHeaders?: {
479
480
  [key: string]: string;
480
481
  };
@@ -489,18 +490,32 @@ export declare class FinishReviewOrderHeaders extends $tea.Model {
489
490
  [key: string]: any;
490
491
  });
491
492
  }
492
- export declare class FinishReviewOrderRequest extends $tea.Model {
493
- endFiles?: FinishReviewOrderRequestEndFiles[];
493
+ export declare class CreateContractAppsReviewTaskRequest extends $tea.Model {
494
+ contractFile?: CreateContractAppsReviewTaskRequestContractFile;
495
+ contractFileDownloadUrl?: string;
494
496
  /**
495
- * @example
496
- * {}
497
+ * @remarks
498
+ * This parameter is required.
497
499
  */
498
- extension?: string;
500
+ contractFileName?: string;
499
501
  /**
500
- * @example
501
- * 12345678
502
+ * @remarks
503
+ * This parameter is required.
502
504
  */
503
- orderId?: string;
505
+ fileSource?: string;
506
+ /**
507
+ * @remarks
508
+ * This parameter is required.
509
+ */
510
+ requestId?: string;
511
+ reviewCustomRules?: CreateContractAppsReviewTaskRequestReviewCustomRules[];
512
+ ruleType?: string;
513
+ standpoint?: string;
514
+ /**
515
+ * @remarks
516
+ * This parameter is required.
517
+ */
518
+ unionId?: string;
504
519
  static names(): {
505
520
  [key: string]: string;
506
521
  };
@@ -511,7 +526,8 @@ export declare class FinishReviewOrderRequest extends $tea.Model {
511
526
  [key: string]: any;
512
527
  });
513
528
  }
514
- export declare class FinishReviewOrderResponseBody extends $tea.Model {
529
+ export declare class CreateContractAppsReviewTaskResponseBody extends $tea.Model {
530
+ result?: CreateContractAppsReviewTaskResponseBodyResult;
515
531
  success?: boolean;
516
532
  static names(): {
517
533
  [key: string]: string;
@@ -523,12 +539,12 @@ export declare class FinishReviewOrderResponseBody extends $tea.Model {
523
539
  [key: string]: any;
524
540
  });
525
541
  }
526
- export declare class FinishReviewOrderResponse extends $tea.Model {
542
+ export declare class CreateContractAppsReviewTaskResponse extends $tea.Model {
527
543
  headers?: {
528
544
  [key: string]: string;
529
545
  };
530
546
  statusCode?: number;
531
- body?: FinishReviewOrderResponseBody;
547
+ body?: CreateContractAppsReviewTaskResponseBody;
532
548
  static names(): {
533
549
  [key: string]: string;
534
550
  };
@@ -539,7 +555,7 @@ export declare class FinishReviewOrderResponse extends $tea.Model {
539
555
  [key: string]: any;
540
556
  });
541
557
  }
542
- export declare class QueryAdvancedContractVersionHeaders extends $tea.Model {
558
+ export declare class CreateContractAppsTermsExtractEaskHeaders extends $tea.Model {
543
559
  commonHeaders?: {
544
560
  [key: string]: string;
545
561
  };
@@ -554,15 +570,18 @@ export declare class QueryAdvancedContractVersionHeaders extends $tea.Model {
554
570
  [key: string]: any;
555
571
  });
556
572
  }
557
- export declare class QueryAdvancedContractVersionRequest extends $tea.Model {
573
+ export declare class CreateContractAppsTermsExtractEaskRequest extends $tea.Model {
574
+ contractFile?: CreateContractAppsTermsExtractEaskRequestContractFile;
575
+ contractFileDownloadUrl?: string;
576
+ contractFileName?: string;
577
+ extractRules?: CreateContractAppsTermsExtractEaskRequestExtractRules[];
578
+ fileSource?: string;
579
+ requestId?: string;
558
580
  /**
559
- * @example
560
- * dingff048f704a8b6d8e4ac5d6980864d335
581
+ * @remarks
582
+ * This parameter is required.
561
583
  */
562
- corpId?: string;
563
- extension?: {
564
- [key: string]: string;
565
- };
584
+ unionId?: string;
566
585
  static names(): {
567
586
  [key: string]: string;
568
587
  };
@@ -573,8 +592,8 @@ export declare class QueryAdvancedContractVersionRequest extends $tea.Model {
573
592
  [key: string]: any;
574
593
  });
575
594
  }
576
- export declare class QueryAdvancedContractVersionResponseBody extends $tea.Model {
577
- result?: QueryAdvancedContractVersionResponseBodyResult;
595
+ export declare class CreateContractAppsTermsExtractEaskResponseBody extends $tea.Model {
596
+ result?: CreateContractAppsTermsExtractEaskResponseBodyResult;
578
597
  success?: boolean;
579
598
  static names(): {
580
599
  [key: string]: string;
@@ -586,12 +605,12 @@ export declare class QueryAdvancedContractVersionResponseBody extends $tea.Model
586
605
  [key: string]: any;
587
606
  });
588
607
  }
589
- export declare class QueryAdvancedContractVersionResponse extends $tea.Model {
608
+ export declare class CreateContractAppsTermsExtractEaskResponse extends $tea.Model {
590
609
  headers?: {
591
610
  [key: string]: string;
592
611
  };
593
612
  statusCode?: number;
594
- body?: QueryAdvancedContractVersionResponseBody;
613
+ body?: CreateContractAppsTermsExtractEaskResponseBody;
595
614
  static names(): {
596
615
  [key: string]: string;
597
616
  };
@@ -602,7 +621,7 @@ export declare class QueryAdvancedContractVersionResponse extends $tea.Model {
602
621
  [key: string]: any;
603
622
  });
604
623
  }
605
- export declare class SendContractCardHeaders extends $tea.Model {
624
+ export declare class CreateContractCompareTaskHeaders extends $tea.Model {
606
625
  commonHeaders?: {
607
626
  [key: string]: string;
608
627
  };
@@ -617,51 +636,2275 @@ export declare class SendContractCardHeaders extends $tea.Model {
617
636
  [key: string]: any;
618
637
  });
619
638
  }
620
- export declare class SendContractCardRequest extends $tea.Model {
639
+ export declare class CreateContractCompareTaskRequest extends $tea.Model {
640
+ comparativeFile?: CreateContractCompareTaskRequestComparativeFile;
641
+ comparativeFileDownloadUrl?: string;
621
642
  /**
622
643
  * @remarks
623
644
  * This parameter is required.
624
- *
625
- * @example
626
- * signing
627
645
  */
628
- cardType?: string;
629
- contractInfo?: SendContractCardRequestContractInfo;
646
+ comparativeFileName?: string;
630
647
  /**
631
648
  * @remarks
632
649
  * This parameter is required.
633
- *
634
- * @example
635
- * ding5f62ac8a3c24952ebc961a6cb783455b
636
650
  */
637
- corpId?: string;
638
- extension?: {
651
+ fileSource?: string;
652
+ /**
653
+ * @remarks
654
+ * This parameter is required.
655
+ */
656
+ requestId?: string;
657
+ standardFile?: CreateContractCompareTaskRequestStandardFile;
658
+ standardFileDownloadUrl?: string;
659
+ /**
660
+ * @remarks
661
+ * This parameter is required.
662
+ */
663
+ standardFileName?: string;
664
+ static names(): {
665
+ [key: string]: string;
666
+ };
667
+ static types(): {
668
+ [key: string]: any;
669
+ };
670
+ constructor(map?: {
671
+ [key: string]: any;
672
+ });
673
+ }
674
+ export declare class CreateContractCompareTaskResponseBody extends $tea.Model {
675
+ result?: CreateContractCompareTaskResponseBodyResult;
676
+ success?: boolean;
677
+ static names(): {
678
+ [key: string]: string;
679
+ };
680
+ static types(): {
681
+ [key: string]: any;
682
+ };
683
+ constructor(map?: {
684
+ [key: string]: any;
685
+ });
686
+ }
687
+ export declare class CreateContractCompareTaskResponse extends $tea.Model {
688
+ headers?: {
689
+ [key: string]: string;
690
+ };
691
+ statusCode?: number;
692
+ body?: CreateContractCompareTaskResponseBody;
693
+ static names(): {
694
+ [key: string]: string;
695
+ };
696
+ static types(): {
697
+ [key: string]: any;
698
+ };
699
+ constructor(map?: {
700
+ [key: string]: any;
701
+ });
702
+ }
703
+ export declare class CreateContractExtractTaskHeaders extends $tea.Model {
704
+ commonHeaders?: {
705
+ [key: string]: string;
706
+ };
707
+ xAcsDingtalkAccessToken?: string;
708
+ static names(): {
639
709
  [key: string]: string;
640
710
  };
711
+ static types(): {
712
+ [key: string]: any;
713
+ };
714
+ constructor(map?: {
715
+ [key: string]: any;
716
+ });
717
+ }
718
+ export declare class CreateContractExtractTaskRequest extends $tea.Model {
641
719
  /**
642
- * @example
643
- * PROC_Xxxxxxxx
720
+ * **if can be null:**
721
+ * false
644
722
  */
645
- processInstanceId?: string;
646
- receiveGroups?: string[];
723
+ contractFile?: CreateContractExtractTaskRequestContractFile;
724
+ contractFileDownloadUrl?: string;
647
725
  /**
648
726
  * @remarks
649
727
  * This parameter is required.
650
728
  */
651
- receivers?: SendContractCardRequestReceivers[];
729
+ contractFileName?: string;
652
730
  /**
653
731
  * @remarks
654
732
  * This parameter is required.
655
733
  */
656
- sender?: SendContractCardRequestSender;
734
+ extractKeys?: string[];
735
+ /**
736
+ * @remarks
737
+ * This parameter is required.
738
+ */
739
+ fileSource?: string;
740
+ /**
741
+ * @remarks
742
+ * This parameter is required.
743
+ */
744
+ requestId?: string;
745
+ static names(): {
746
+ [key: string]: string;
747
+ };
748
+ static types(): {
749
+ [key: string]: any;
750
+ };
751
+ constructor(map?: {
752
+ [key: string]: any;
753
+ });
754
+ }
755
+ export declare class CreateContractExtractTaskResponseBody extends $tea.Model {
756
+ result?: CreateContractExtractTaskResponseBodyResult;
757
+ success?: boolean;
758
+ static names(): {
759
+ [key: string]: string;
760
+ };
761
+ static types(): {
762
+ [key: string]: any;
763
+ };
764
+ constructor(map?: {
765
+ [key: string]: any;
766
+ });
767
+ }
768
+ export declare class CreateContractExtractTaskResponse extends $tea.Model {
769
+ headers?: {
770
+ [key: string]: string;
771
+ };
772
+ statusCode?: number;
773
+ body?: CreateContractExtractTaskResponseBody;
774
+ static names(): {
775
+ [key: string]: string;
776
+ };
777
+ static types(): {
778
+ [key: string]: any;
779
+ };
780
+ constructor(map?: {
781
+ [key: string]: any;
782
+ });
783
+ }
784
+ export declare class CreateContractReviewTaskHeaders extends $tea.Model {
785
+ commonHeaders?: {
786
+ [key: string]: string;
787
+ };
788
+ xAcsDingtalkAccessToken?: string;
789
+ static names(): {
790
+ [key: string]: string;
791
+ };
792
+ static types(): {
793
+ [key: string]: any;
794
+ };
795
+ constructor(map?: {
796
+ [key: string]: any;
797
+ });
798
+ }
799
+ export declare class CreateContractReviewTaskRequest extends $tea.Model {
800
+ /**
801
+ * **if can be null:**
802
+ * false
803
+ */
804
+ contractFile?: CreateContractReviewTaskRequestContractFile;
805
+ contractFileDownloadUrl?: string;
657
806
  /**
658
807
  * @remarks
659
808
  * This parameter is required.
660
809
  *
661
810
  * @example
662
- * true
811
+ * 采购合同.doc
663
812
  */
664
- syncSingleChat?: boolean;
813
+ contractFileName?: string;
814
+ /**
815
+ * @remarks
816
+ * This parameter is required.
817
+ */
818
+ fileSource?: string;
819
+ /**
820
+ * @remarks
821
+ * This parameter is required.
822
+ */
823
+ requestId?: string;
824
+ reviewCustomRules?: CreateContractReviewTaskRequestReviewCustomRules[];
825
+ /**
826
+ * @example
827
+ * model
828
+ */
829
+ ruleType?: string;
830
+ /**
831
+ * @example
832
+ * 0
833
+ */
834
+ standpoint?: string;
835
+ static names(): {
836
+ [key: string]: string;
837
+ };
838
+ static types(): {
839
+ [key: string]: any;
840
+ };
841
+ constructor(map?: {
842
+ [key: string]: any;
843
+ });
844
+ }
845
+ export declare class CreateContractReviewTaskResponseBody extends $tea.Model {
846
+ result?: CreateContractReviewTaskResponseBodyResult;
847
+ success?: boolean;
848
+ static names(): {
849
+ [key: string]: string;
850
+ };
851
+ static types(): {
852
+ [key: string]: any;
853
+ };
854
+ constructor(map?: {
855
+ [key: string]: any;
856
+ });
857
+ }
858
+ export declare class CreateContractReviewTaskResponse extends $tea.Model {
859
+ headers?: {
860
+ [key: string]: string;
861
+ };
862
+ statusCode?: number;
863
+ body?: CreateContractReviewTaskResponseBody;
864
+ static names(): {
865
+ [key: string]: string;
866
+ };
867
+ static types(): {
868
+ [key: string]: any;
869
+ };
870
+ constructor(map?: {
871
+ [key: string]: any;
872
+ });
873
+ }
874
+ export declare class EsignQueryApprovalInfoHeaders extends $tea.Model {
875
+ commonHeaders?: {
876
+ [key: string]: string;
877
+ };
878
+ xAcsDingtalkAccessToken?: string;
879
+ static names(): {
880
+ [key: string]: string;
881
+ };
882
+ static types(): {
883
+ [key: string]: any;
884
+ };
885
+ constructor(map?: {
886
+ [key: string]: any;
887
+ });
888
+ }
889
+ export declare class EsignQueryApprovalInfoRequest extends $tea.Model {
890
+ /**
891
+ * @example
892
+ * dingd0c871e2dfc941a34ac5d6980864d335
893
+ */
894
+ corpId?: string;
895
+ /**
896
+ * @example
897
+ * 5556ae0359c64c4b9491c0c3c339341f
898
+ */
899
+ esignFlowId?: string;
900
+ /**
901
+ * @example
902
+ * PbnhW6rVXRg8u6T4NiiOwwQiEiE
903
+ */
904
+ unionId?: string;
905
+ static names(): {
906
+ [key: string]: string;
907
+ };
908
+ static types(): {
909
+ [key: string]: any;
910
+ };
911
+ constructor(map?: {
912
+ [key: string]: any;
913
+ });
914
+ }
915
+ export declare class EsignQueryApprovalInfoResponseBody extends $tea.Model {
916
+ result?: EsignQueryApprovalInfoResponseBodyResult;
917
+ success?: boolean;
918
+ static names(): {
919
+ [key: string]: string;
920
+ };
921
+ static types(): {
922
+ [key: string]: any;
923
+ };
924
+ constructor(map?: {
925
+ [key: string]: any;
926
+ });
927
+ }
928
+ export declare class EsignQueryApprovalInfoResponse extends $tea.Model {
929
+ headers?: {
930
+ [key: string]: string;
931
+ };
932
+ statusCode?: number;
933
+ body?: EsignQueryApprovalInfoResponseBody;
934
+ static names(): {
935
+ [key: string]: string;
936
+ };
937
+ static types(): {
938
+ [key: string]: any;
939
+ };
940
+ constructor(map?: {
941
+ [key: string]: any;
942
+ });
943
+ }
944
+ export declare class EsignQueryGrantInfoHeaders extends $tea.Model {
945
+ commonHeaders?: {
946
+ [key: string]: string;
947
+ };
948
+ xAcsDingtalkAccessToken?: string;
949
+ static names(): {
950
+ [key: string]: string;
951
+ };
952
+ static types(): {
953
+ [key: string]: any;
954
+ };
955
+ constructor(map?: {
956
+ [key: string]: any;
957
+ });
958
+ }
959
+ export declare class EsignQueryGrantInfoRequest extends $tea.Model {
960
+ /**
961
+ * @example
962
+ * dingd0c871e2dfc941a34ac5d6980864d335
963
+ */
964
+ corpId?: string;
965
+ extension?: {
966
+ [key: string]: string;
967
+ };
968
+ /**
969
+ * @example
970
+ * PbnhW6rVXRg8u6T4NiiOwwQiEiE
971
+ */
972
+ unionId?: string;
973
+ static names(): {
974
+ [key: string]: string;
975
+ };
976
+ static types(): {
977
+ [key: string]: any;
978
+ };
979
+ constructor(map?: {
980
+ [key: string]: any;
981
+ });
982
+ }
983
+ export declare class EsignQueryGrantInfoResponseBody extends $tea.Model {
984
+ result?: EsignQueryGrantInfoResponseBodyResult;
985
+ success?: boolean;
986
+ static names(): {
987
+ [key: string]: string;
988
+ };
989
+ static types(): {
990
+ [key: string]: any;
991
+ };
992
+ constructor(map?: {
993
+ [key: string]: any;
994
+ });
995
+ }
996
+ export declare class EsignQueryGrantInfoResponse extends $tea.Model {
997
+ headers?: {
998
+ [key: string]: string;
999
+ };
1000
+ statusCode?: number;
1001
+ body?: EsignQueryGrantInfoResponseBody;
1002
+ static names(): {
1003
+ [key: string]: string;
1004
+ };
1005
+ static types(): {
1006
+ [key: string]: any;
1007
+ };
1008
+ constructor(map?: {
1009
+ [key: string]: any;
1010
+ });
1011
+ }
1012
+ export declare class EsignQueryIdentityByTicketHeaders extends $tea.Model {
1013
+ commonHeaders?: {
1014
+ [key: string]: string;
1015
+ };
1016
+ xAcsDingtalkAccessToken?: string;
1017
+ static names(): {
1018
+ [key: string]: string;
1019
+ };
1020
+ static types(): {
1021
+ [key: string]: any;
1022
+ };
1023
+ constructor(map?: {
1024
+ [key: string]: any;
1025
+ });
1026
+ }
1027
+ export declare class EsignQueryIdentityByTicketRequest extends $tea.Model {
1028
+ /**
1029
+ * @remarks
1030
+ * This parameter is required.
1031
+ *
1032
+ * @example
1033
+ * dingd0c871e2dfc941a34ac5d6980864d335
1034
+ */
1035
+ corpId?: string;
1036
+ extension?: {
1037
+ [key: string]: string;
1038
+ };
1039
+ /**
1040
+ * @remarks
1041
+ * This parameter is required.
1042
+ *
1043
+ * @example
1044
+ * feb4b8e5-d6d9-4d22-a6b8-c8e26823a73a
1045
+ */
1046
+ ticket?: string;
1047
+ static names(): {
1048
+ [key: string]: string;
1049
+ };
1050
+ static types(): {
1051
+ [key: string]: any;
1052
+ };
1053
+ constructor(map?: {
1054
+ [key: string]: any;
1055
+ });
1056
+ }
1057
+ export declare class EsignQueryIdentityByTicketResponseBody extends $tea.Model {
1058
+ result?: EsignQueryIdentityByTicketResponseBodyResult;
1059
+ success?: boolean;
1060
+ static names(): {
1061
+ [key: string]: string;
1062
+ };
1063
+ static types(): {
1064
+ [key: string]: any;
1065
+ };
1066
+ constructor(map?: {
1067
+ [key: string]: any;
1068
+ });
1069
+ }
1070
+ export declare class EsignQueryIdentityByTicketResponse extends $tea.Model {
1071
+ headers?: {
1072
+ [key: string]: string;
1073
+ };
1074
+ statusCode?: number;
1075
+ body?: EsignQueryIdentityByTicketResponseBody;
1076
+ static names(): {
1077
+ [key: string]: string;
1078
+ };
1079
+ static types(): {
1080
+ [key: string]: any;
1081
+ };
1082
+ constructor(map?: {
1083
+ [key: string]: any;
1084
+ });
1085
+ }
1086
+ export declare class EsignSyncEventHeaders extends $tea.Model {
1087
+ commonHeaders?: {
1088
+ [key: string]: string;
1089
+ };
1090
+ xAcsDingtalkAccessToken?: string;
1091
+ static names(): {
1092
+ [key: string]: string;
1093
+ };
1094
+ static types(): {
1095
+ [key: string]: any;
1096
+ };
1097
+ constructor(map?: {
1098
+ [key: string]: any;
1099
+ });
1100
+ }
1101
+ export declare class EsignSyncEventRequest extends $tea.Model {
1102
+ /**
1103
+ * @remarks
1104
+ * This parameter is required.
1105
+ *
1106
+ * @example
1107
+ * openEsign
1108
+ */
1109
+ action?: string;
1110
+ /**
1111
+ * @example
1112
+ * dingd0c871e2dfc941a34ac5d6980864d335
1113
+ */
1114
+ corpId?: string;
1115
+ /**
1116
+ * @example
1117
+ * {"name": "名字"}
1118
+ */
1119
+ esignData?: string;
1120
+ extension?: {
1121
+ [key: string]: string;
1122
+ };
1123
+ /**
1124
+ * @example
1125
+ * PbnhW6rVXRg8u6T4NiiOwwQiEiE
1126
+ */
1127
+ unionId?: string;
1128
+ static names(): {
1129
+ [key: string]: string;
1130
+ };
1131
+ static types(): {
1132
+ [key: string]: any;
1133
+ };
1134
+ constructor(map?: {
1135
+ [key: string]: any;
1136
+ });
1137
+ }
1138
+ export declare class EsignSyncEventResponseBody extends $tea.Model {
1139
+ result?: EsignSyncEventResponseBodyResult;
1140
+ success?: boolean;
1141
+ static names(): {
1142
+ [key: string]: string;
1143
+ };
1144
+ static types(): {
1145
+ [key: string]: any;
1146
+ };
1147
+ constructor(map?: {
1148
+ [key: string]: any;
1149
+ });
1150
+ }
1151
+ export declare class EsignSyncEventResponse extends $tea.Model {
1152
+ headers?: {
1153
+ [key: string]: string;
1154
+ };
1155
+ statusCode?: number;
1156
+ body?: EsignSyncEventResponseBody;
1157
+ static names(): {
1158
+ [key: string]: string;
1159
+ };
1160
+ static types(): {
1161
+ [key: string]: any;
1162
+ };
1163
+ constructor(map?: {
1164
+ [key: string]: any;
1165
+ });
1166
+ }
1167
+ export declare class EsignUserVerifyHeaders extends $tea.Model {
1168
+ commonHeaders?: {
1169
+ [key: string]: string;
1170
+ };
1171
+ xAcsDingtalkAccessToken?: string;
1172
+ static names(): {
1173
+ [key: string]: string;
1174
+ };
1175
+ static types(): {
1176
+ [key: string]: any;
1177
+ };
1178
+ constructor(map?: {
1179
+ [key: string]: any;
1180
+ });
1181
+ }
1182
+ export declare class EsignUserVerifyRequest extends $tea.Model {
1183
+ /**
1184
+ * @remarks
1185
+ * This parameter is required.
1186
+ *
1187
+ * @example
1188
+ * dingbfc7ac3ddee0c1acffe93478753d9884
1189
+ */
1190
+ corpId?: string;
1191
+ /**
1192
+ * @remarks
1193
+ * This parameter is required.
1194
+ *
1195
+ * @example
1196
+ * 1Wgkx59vuKA8u6T4NiiOwwQiEiE
1197
+ */
1198
+ unionId?: string;
1199
+ static names(): {
1200
+ [key: string]: string;
1201
+ };
1202
+ static types(): {
1203
+ [key: string]: any;
1204
+ };
1205
+ constructor(map?: {
1206
+ [key: string]: any;
1207
+ });
1208
+ }
1209
+ export declare class EsignUserVerifyResponseBody extends $tea.Model {
1210
+ result?: EsignUserVerifyResponseBodyResult;
1211
+ /**
1212
+ * @remarks
1213
+ * This parameter is required.
1214
+ */
1215
+ success?: boolean;
1216
+ static names(): {
1217
+ [key: string]: string;
1218
+ };
1219
+ static types(): {
1220
+ [key: string]: any;
1221
+ };
1222
+ constructor(map?: {
1223
+ [key: string]: any;
1224
+ });
1225
+ }
1226
+ export declare class EsignUserVerifyResponse extends $tea.Model {
1227
+ headers?: {
1228
+ [key: string]: string;
1229
+ };
1230
+ statusCode?: number;
1231
+ body?: EsignUserVerifyResponseBody;
1232
+ static names(): {
1233
+ [key: string]: string;
1234
+ };
1235
+ static types(): {
1236
+ [key: string]: any;
1237
+ };
1238
+ constructor(map?: {
1239
+ [key: string]: any;
1240
+ });
1241
+ }
1242
+ export declare class FinishReviewOrderHeaders extends $tea.Model {
1243
+ commonHeaders?: {
1244
+ [key: string]: string;
1245
+ };
1246
+ xAcsDingtalkAccessToken?: string;
1247
+ static names(): {
1248
+ [key: string]: string;
1249
+ };
1250
+ static types(): {
1251
+ [key: string]: any;
1252
+ };
1253
+ constructor(map?: {
1254
+ [key: string]: any;
1255
+ });
1256
+ }
1257
+ export declare class FinishReviewOrderRequest extends $tea.Model {
1258
+ endFiles?: FinishReviewOrderRequestEndFiles[];
1259
+ /**
1260
+ * @example
1261
+ * {}
1262
+ */
1263
+ extension?: string;
1264
+ /**
1265
+ * @example
1266
+ * 12345678
1267
+ */
1268
+ orderId?: string;
1269
+ static names(): {
1270
+ [key: string]: string;
1271
+ };
1272
+ static types(): {
1273
+ [key: string]: any;
1274
+ };
1275
+ constructor(map?: {
1276
+ [key: string]: any;
1277
+ });
1278
+ }
1279
+ export declare class FinishReviewOrderResponseBody extends $tea.Model {
1280
+ success?: boolean;
1281
+ static names(): {
1282
+ [key: string]: string;
1283
+ };
1284
+ static types(): {
1285
+ [key: string]: any;
1286
+ };
1287
+ constructor(map?: {
1288
+ [key: string]: any;
1289
+ });
1290
+ }
1291
+ export declare class FinishReviewOrderResponse extends $tea.Model {
1292
+ headers?: {
1293
+ [key: string]: string;
1294
+ };
1295
+ statusCode?: number;
1296
+ body?: FinishReviewOrderResponseBody;
1297
+ static names(): {
1298
+ [key: string]: string;
1299
+ };
1300
+ static types(): {
1301
+ [key: string]: any;
1302
+ };
1303
+ constructor(map?: {
1304
+ [key: string]: any;
1305
+ });
1306
+ }
1307
+ export declare class OpenEsignFreeTrailHeaders extends $tea.Model {
1308
+ commonHeaders?: {
1309
+ [key: string]: string;
1310
+ };
1311
+ xAcsDingtalkAccessToken?: string;
1312
+ static names(): {
1313
+ [key: string]: string;
1314
+ };
1315
+ static types(): {
1316
+ [key: string]: any;
1317
+ };
1318
+ constructor(map?: {
1319
+ [key: string]: any;
1320
+ });
1321
+ }
1322
+ export declare class OpenEsignFreeTrailRequest extends $tea.Model {
1323
+ /**
1324
+ * @remarks
1325
+ * This parameter is required.
1326
+ */
1327
+ corpId?: string;
1328
+ extension?: {
1329
+ [key: string]: string;
1330
+ };
1331
+ static names(): {
1332
+ [key: string]: string;
1333
+ };
1334
+ static types(): {
1335
+ [key: string]: any;
1336
+ };
1337
+ constructor(map?: {
1338
+ [key: string]: any;
1339
+ });
1340
+ }
1341
+ export declare class OpenEsignFreeTrailResponseBody extends $tea.Model {
1342
+ /**
1343
+ * @remarks
1344
+ * This parameter is required.
1345
+ */
1346
+ result?: OpenEsignFreeTrailResponseBodyResult;
1347
+ /**
1348
+ * @remarks
1349
+ * This parameter is required.
1350
+ */
1351
+ success?: boolean;
1352
+ static names(): {
1353
+ [key: string]: string;
1354
+ };
1355
+ static types(): {
1356
+ [key: string]: any;
1357
+ };
1358
+ constructor(map?: {
1359
+ [key: string]: any;
1360
+ });
1361
+ }
1362
+ export declare class OpenEsignFreeTrailResponse extends $tea.Model {
1363
+ headers?: {
1364
+ [key: string]: string;
1365
+ };
1366
+ statusCode?: number;
1367
+ body?: OpenEsignFreeTrailResponseBody;
1368
+ static names(): {
1369
+ [key: string]: string;
1370
+ };
1371
+ static types(): {
1372
+ [key: string]: any;
1373
+ };
1374
+ constructor(map?: {
1375
+ [key: string]: any;
1376
+ });
1377
+ }
1378
+ export declare class QueryAdvancedContractVersionHeaders extends $tea.Model {
1379
+ commonHeaders?: {
1380
+ [key: string]: string;
1381
+ };
1382
+ xAcsDingtalkAccessToken?: string;
1383
+ static names(): {
1384
+ [key: string]: string;
1385
+ };
1386
+ static types(): {
1387
+ [key: string]: any;
1388
+ };
1389
+ constructor(map?: {
1390
+ [key: string]: any;
1391
+ });
1392
+ }
1393
+ export declare class QueryAdvancedContractVersionRequest extends $tea.Model {
1394
+ /**
1395
+ * @example
1396
+ * dingff048f704a8b6d8e4ac5d6980864d335
1397
+ */
1398
+ corpId?: string;
1399
+ extension?: {
1400
+ [key: string]: string;
1401
+ };
1402
+ static names(): {
1403
+ [key: string]: string;
1404
+ };
1405
+ static types(): {
1406
+ [key: string]: any;
1407
+ };
1408
+ constructor(map?: {
1409
+ [key: string]: any;
1410
+ });
1411
+ }
1412
+ export declare class QueryAdvancedContractVersionResponseBody extends $tea.Model {
1413
+ result?: QueryAdvancedContractVersionResponseBodyResult;
1414
+ success?: boolean;
1415
+ static names(): {
1416
+ [key: string]: string;
1417
+ };
1418
+ static types(): {
1419
+ [key: string]: any;
1420
+ };
1421
+ constructor(map?: {
1422
+ [key: string]: any;
1423
+ });
1424
+ }
1425
+ export declare class QueryAdvancedContractVersionResponse extends $tea.Model {
1426
+ headers?: {
1427
+ [key: string]: string;
1428
+ };
1429
+ statusCode?: number;
1430
+ body?: QueryAdvancedContractVersionResponseBody;
1431
+ static names(): {
1432
+ [key: string]: string;
1433
+ };
1434
+ static types(): {
1435
+ [key: string]: any;
1436
+ };
1437
+ constructor(map?: {
1438
+ [key: string]: any;
1439
+ });
1440
+ }
1441
+ export declare class QueryContractAppsCompareResultHeaders extends $tea.Model {
1442
+ commonHeaders?: {
1443
+ [key: string]: string;
1444
+ };
1445
+ xAcsDingtalkAccessToken?: string;
1446
+ static names(): {
1447
+ [key: string]: string;
1448
+ };
1449
+ static types(): {
1450
+ [key: string]: any;
1451
+ };
1452
+ constructor(map?: {
1453
+ [key: string]: any;
1454
+ });
1455
+ }
1456
+ export declare class QueryContractAppsCompareResultRequest extends $tea.Model {
1457
+ /**
1458
+ * @remarks
1459
+ * This parameter is required.
1460
+ */
1461
+ compareTaskId?: string;
1462
+ /**
1463
+ * @remarks
1464
+ * This parameter is required.
1465
+ */
1466
+ requestId?: string;
1467
+ /**
1468
+ * @remarks
1469
+ * This parameter is required.
1470
+ */
1471
+ unionId?: string;
1472
+ static names(): {
1473
+ [key: string]: string;
1474
+ };
1475
+ static types(): {
1476
+ [key: string]: any;
1477
+ };
1478
+ constructor(map?: {
1479
+ [key: string]: any;
1480
+ });
1481
+ }
1482
+ export declare class QueryContractAppsCompareResultResponseBody extends $tea.Model {
1483
+ result?: QueryContractAppsCompareResultResponseBodyResult;
1484
+ success?: boolean;
1485
+ static names(): {
1486
+ [key: string]: string;
1487
+ };
1488
+ static types(): {
1489
+ [key: string]: any;
1490
+ };
1491
+ constructor(map?: {
1492
+ [key: string]: any;
1493
+ });
1494
+ }
1495
+ export declare class QueryContractAppsCompareResultResponse extends $tea.Model {
1496
+ headers?: {
1497
+ [key: string]: string;
1498
+ };
1499
+ statusCode?: number;
1500
+ body?: QueryContractAppsCompareResultResponseBody;
1501
+ static names(): {
1502
+ [key: string]: string;
1503
+ };
1504
+ static types(): {
1505
+ [key: string]: any;
1506
+ };
1507
+ constructor(map?: {
1508
+ [key: string]: any;
1509
+ });
1510
+ }
1511
+ export declare class QueryContractAppsExtractResultHeaders extends $tea.Model {
1512
+ commonHeaders?: {
1513
+ [key: string]: string;
1514
+ };
1515
+ xAcsDingtalkAccessToken?: string;
1516
+ static names(): {
1517
+ [key: string]: string;
1518
+ };
1519
+ static types(): {
1520
+ [key: string]: any;
1521
+ };
1522
+ constructor(map?: {
1523
+ [key: string]: any;
1524
+ });
1525
+ }
1526
+ export declare class QueryContractAppsExtractResultRequest extends $tea.Model {
1527
+ /**
1528
+ * @remarks
1529
+ * This parameter is required.
1530
+ */
1531
+ extractTaskId?: string;
1532
+ /**
1533
+ * @remarks
1534
+ * This parameter is required.
1535
+ */
1536
+ requestId?: string;
1537
+ /**
1538
+ * @remarks
1539
+ * This parameter is required.
1540
+ */
1541
+ unionId?: string;
1542
+ static names(): {
1543
+ [key: string]: string;
1544
+ };
1545
+ static types(): {
1546
+ [key: string]: any;
1547
+ };
1548
+ constructor(map?: {
1549
+ [key: string]: any;
1550
+ });
1551
+ }
1552
+ export declare class QueryContractAppsExtractResultResponseBody extends $tea.Model {
1553
+ result?: QueryContractAppsExtractResultResponseBodyResult;
1554
+ success?: boolean;
1555
+ static names(): {
1556
+ [key: string]: string;
1557
+ };
1558
+ static types(): {
1559
+ [key: string]: any;
1560
+ };
1561
+ constructor(map?: {
1562
+ [key: string]: any;
1563
+ });
1564
+ }
1565
+ export declare class QueryContractAppsExtractResultResponse extends $tea.Model {
1566
+ headers?: {
1567
+ [key: string]: string;
1568
+ };
1569
+ statusCode?: number;
1570
+ body?: QueryContractAppsExtractResultResponseBody;
1571
+ static names(): {
1572
+ [key: string]: string;
1573
+ };
1574
+ static types(): {
1575
+ [key: string]: any;
1576
+ };
1577
+ constructor(map?: {
1578
+ [key: string]: any;
1579
+ });
1580
+ }
1581
+ export declare class QueryContractAppsReviewResultHeaders extends $tea.Model {
1582
+ commonHeaders?: {
1583
+ [key: string]: string;
1584
+ };
1585
+ xAcsDingtalkAccessToken?: string;
1586
+ static names(): {
1587
+ [key: string]: string;
1588
+ };
1589
+ static types(): {
1590
+ [key: string]: any;
1591
+ };
1592
+ constructor(map?: {
1593
+ [key: string]: any;
1594
+ });
1595
+ }
1596
+ export declare class QueryContractAppsReviewResultRequest extends $tea.Model {
1597
+ /**
1598
+ * @remarks
1599
+ * This parameter is required.
1600
+ */
1601
+ requestId?: string;
1602
+ /**
1603
+ * @remarks
1604
+ * This parameter is required.
1605
+ */
1606
+ reviewTaskId?: string;
1607
+ /**
1608
+ * @remarks
1609
+ * This parameter is required.
1610
+ */
1611
+ unionId?: string;
1612
+ static names(): {
1613
+ [key: string]: string;
1614
+ };
1615
+ static types(): {
1616
+ [key: string]: any;
1617
+ };
1618
+ constructor(map?: {
1619
+ [key: string]: any;
1620
+ });
1621
+ }
1622
+ export declare class QueryContractAppsReviewResultResponseBody extends $tea.Model {
1623
+ result?: QueryContractAppsReviewResultResponseBodyResult;
1624
+ success?: boolean;
1625
+ static names(): {
1626
+ [key: string]: string;
1627
+ };
1628
+ static types(): {
1629
+ [key: string]: any;
1630
+ };
1631
+ constructor(map?: {
1632
+ [key: string]: any;
1633
+ });
1634
+ }
1635
+ export declare class QueryContractAppsReviewResultResponse extends $tea.Model {
1636
+ headers?: {
1637
+ [key: string]: string;
1638
+ };
1639
+ statusCode?: number;
1640
+ body?: QueryContractAppsReviewResultResponseBody;
1641
+ static names(): {
1642
+ [key: string]: string;
1643
+ };
1644
+ static types(): {
1645
+ [key: string]: any;
1646
+ };
1647
+ constructor(map?: {
1648
+ [key: string]: any;
1649
+ });
1650
+ }
1651
+ export declare class QueryContractAppsTermsExtractResultHeaders extends $tea.Model {
1652
+ commonHeaders?: {
1653
+ [key: string]: string;
1654
+ };
1655
+ xAcsDingtalkAccessToken?: string;
1656
+ static names(): {
1657
+ [key: string]: string;
1658
+ };
1659
+ static types(): {
1660
+ [key: string]: any;
1661
+ };
1662
+ constructor(map?: {
1663
+ [key: string]: any;
1664
+ });
1665
+ }
1666
+ export declare class QueryContractAppsTermsExtractResultRequest extends $tea.Model {
1667
+ /**
1668
+ * @remarks
1669
+ * This parameter is required.
1670
+ */
1671
+ extractTaskId?: string;
1672
+ /**
1673
+ * @remarks
1674
+ * This parameter is required.
1675
+ */
1676
+ requestId?: string;
1677
+ /**
1678
+ * @remarks
1679
+ * This parameter is required.
1680
+ */
1681
+ unionId?: string;
1682
+ static names(): {
1683
+ [key: string]: string;
1684
+ };
1685
+ static types(): {
1686
+ [key: string]: any;
1687
+ };
1688
+ constructor(map?: {
1689
+ [key: string]: any;
1690
+ });
1691
+ }
1692
+ export declare class QueryContractAppsTermsExtractResultResponseBody extends $tea.Model {
1693
+ result?: QueryContractAppsTermsExtractResultResponseBodyResult;
1694
+ success?: boolean;
1695
+ static names(): {
1696
+ [key: string]: string;
1697
+ };
1698
+ static types(): {
1699
+ [key: string]: any;
1700
+ };
1701
+ constructor(map?: {
1702
+ [key: string]: any;
1703
+ });
1704
+ }
1705
+ export declare class QueryContractAppsTermsExtractResultResponse extends $tea.Model {
1706
+ headers?: {
1707
+ [key: string]: string;
1708
+ };
1709
+ statusCode?: number;
1710
+ body?: QueryContractAppsTermsExtractResultResponseBody;
1711
+ static names(): {
1712
+ [key: string]: string;
1713
+ };
1714
+ static types(): {
1715
+ [key: string]: any;
1716
+ };
1717
+ constructor(map?: {
1718
+ [key: string]: any;
1719
+ });
1720
+ }
1721
+ export declare class QueryContractCompareResultHeaders extends $tea.Model {
1722
+ commonHeaders?: {
1723
+ [key: string]: string;
1724
+ };
1725
+ xAcsDingtalkAccessToken?: string;
1726
+ static names(): {
1727
+ [key: string]: string;
1728
+ };
1729
+ static types(): {
1730
+ [key: string]: any;
1731
+ };
1732
+ constructor(map?: {
1733
+ [key: string]: any;
1734
+ });
1735
+ }
1736
+ export declare class QueryContractCompareResultRequest extends $tea.Model {
1737
+ /**
1738
+ * @remarks
1739
+ * This parameter is required.
1740
+ */
1741
+ compareTaskId?: string;
1742
+ /**
1743
+ * @remarks
1744
+ * This parameter is required.
1745
+ */
1746
+ requestId?: string;
1747
+ static names(): {
1748
+ [key: string]: string;
1749
+ };
1750
+ static types(): {
1751
+ [key: string]: any;
1752
+ };
1753
+ constructor(map?: {
1754
+ [key: string]: any;
1755
+ });
1756
+ }
1757
+ export declare class QueryContractCompareResultResponseBody extends $tea.Model {
1758
+ result?: QueryContractCompareResultResponseBodyResult;
1759
+ success?: boolean;
1760
+ static names(): {
1761
+ [key: string]: string;
1762
+ };
1763
+ static types(): {
1764
+ [key: string]: any;
1765
+ };
1766
+ constructor(map?: {
1767
+ [key: string]: any;
1768
+ });
1769
+ }
1770
+ export declare class QueryContractCompareResultResponse extends $tea.Model {
1771
+ headers?: {
1772
+ [key: string]: string;
1773
+ };
1774
+ statusCode?: number;
1775
+ body?: QueryContractCompareResultResponseBody;
1776
+ static names(): {
1777
+ [key: string]: string;
1778
+ };
1779
+ static types(): {
1780
+ [key: string]: any;
1781
+ };
1782
+ constructor(map?: {
1783
+ [key: string]: any;
1784
+ });
1785
+ }
1786
+ export declare class QueryContractExtractResultHeaders extends $tea.Model {
1787
+ commonHeaders?: {
1788
+ [key: string]: string;
1789
+ };
1790
+ xAcsDingtalkAccessToken?: string;
1791
+ static names(): {
1792
+ [key: string]: string;
1793
+ };
1794
+ static types(): {
1795
+ [key: string]: any;
1796
+ };
1797
+ constructor(map?: {
1798
+ [key: string]: any;
1799
+ });
1800
+ }
1801
+ export declare class QueryContractExtractResultRequest extends $tea.Model {
1802
+ /**
1803
+ * @remarks
1804
+ * This parameter is required.
1805
+ */
1806
+ extractTaskId?: string;
1807
+ /**
1808
+ * @remarks
1809
+ * This parameter is required.
1810
+ */
1811
+ requestId?: string;
1812
+ static names(): {
1813
+ [key: string]: string;
1814
+ };
1815
+ static types(): {
1816
+ [key: string]: any;
1817
+ };
1818
+ constructor(map?: {
1819
+ [key: string]: any;
1820
+ });
1821
+ }
1822
+ export declare class QueryContractExtractResultResponseBody extends $tea.Model {
1823
+ result?: QueryContractExtractResultResponseBodyResult;
1824
+ success?: boolean;
1825
+ static names(): {
1826
+ [key: string]: string;
1827
+ };
1828
+ static types(): {
1829
+ [key: string]: any;
1830
+ };
1831
+ constructor(map?: {
1832
+ [key: string]: any;
1833
+ });
1834
+ }
1835
+ export declare class QueryContractExtractResultResponse extends $tea.Model {
1836
+ headers?: {
1837
+ [key: string]: string;
1838
+ };
1839
+ statusCode?: number;
1840
+ body?: QueryContractExtractResultResponseBody;
1841
+ static names(): {
1842
+ [key: string]: string;
1843
+ };
1844
+ static types(): {
1845
+ [key: string]: any;
1846
+ };
1847
+ constructor(map?: {
1848
+ [key: string]: any;
1849
+ });
1850
+ }
1851
+ export declare class QueryContractReviewResultHeaders extends $tea.Model {
1852
+ commonHeaders?: {
1853
+ [key: string]: string;
1854
+ };
1855
+ xAcsDingtalkAccessToken?: string;
1856
+ static names(): {
1857
+ [key: string]: string;
1858
+ };
1859
+ static types(): {
1860
+ [key: string]: any;
1861
+ };
1862
+ constructor(map?: {
1863
+ [key: string]: any;
1864
+ });
1865
+ }
1866
+ export declare class QueryContractReviewResultRequest extends $tea.Model {
1867
+ /**
1868
+ * @remarks
1869
+ * This parameter is required.
1870
+ */
1871
+ requestId?: string;
1872
+ /**
1873
+ * @remarks
1874
+ * This parameter is required.
1875
+ */
1876
+ reviewTaskId?: string;
1877
+ static names(): {
1878
+ [key: string]: string;
1879
+ };
1880
+ static types(): {
1881
+ [key: string]: any;
1882
+ };
1883
+ constructor(map?: {
1884
+ [key: string]: any;
1885
+ });
1886
+ }
1887
+ export declare class QueryContractReviewResultResponseBody extends $tea.Model {
1888
+ result?: QueryContractReviewResultResponseBodyResult;
1889
+ success?: boolean;
1890
+ static names(): {
1891
+ [key: string]: string;
1892
+ };
1893
+ static types(): {
1894
+ [key: string]: any;
1895
+ };
1896
+ constructor(map?: {
1897
+ [key: string]: any;
1898
+ });
1899
+ }
1900
+ export declare class QueryContractReviewResultResponse extends $tea.Model {
1901
+ headers?: {
1902
+ [key: string]: string;
1903
+ };
1904
+ statusCode?: number;
1905
+ body?: QueryContractReviewResultResponseBody;
1906
+ static names(): {
1907
+ [key: string]: string;
1908
+ };
1909
+ static types(): {
1910
+ [key: string]: any;
1911
+ };
1912
+ constructor(map?: {
1913
+ [key: string]: any;
1914
+ });
1915
+ }
1916
+ export declare class SendContractCardHeaders extends $tea.Model {
1917
+ commonHeaders?: {
1918
+ [key: string]: string;
1919
+ };
1920
+ xAcsDingtalkAccessToken?: string;
1921
+ static names(): {
1922
+ [key: string]: string;
1923
+ };
1924
+ static types(): {
1925
+ [key: string]: any;
1926
+ };
1927
+ constructor(map?: {
1928
+ [key: string]: any;
1929
+ });
1930
+ }
1931
+ export declare class SendContractCardRequest extends $tea.Model {
1932
+ /**
1933
+ * @remarks
1934
+ * This parameter is required.
1935
+ *
1936
+ * @example
1937
+ * signing
1938
+ */
1939
+ cardType?: string;
1940
+ contractInfo?: SendContractCardRequestContractInfo;
1941
+ /**
1942
+ * @remarks
1943
+ * This parameter is required.
1944
+ *
1945
+ * @example
1946
+ * ding5f62ac8a3c24952ebc961a6cb783455b
1947
+ */
1948
+ corpId?: string;
1949
+ extension?: {
1950
+ [key: string]: string;
1951
+ };
1952
+ /**
1953
+ * @example
1954
+ * PROC_Xxxxxxxx
1955
+ */
1956
+ processInstanceId?: string;
1957
+ receiveGroups?: string[];
1958
+ /**
1959
+ * @remarks
1960
+ * This parameter is required.
1961
+ */
1962
+ receivers?: SendContractCardRequestReceivers[];
1963
+ /**
1964
+ * @remarks
1965
+ * This parameter is required.
1966
+ */
1967
+ sender?: SendContractCardRequestSender;
1968
+ /**
1969
+ * @remarks
1970
+ * This parameter is required.
1971
+ *
1972
+ * @example
1973
+ * true
1974
+ */
1975
+ syncSingleChat?: boolean;
1976
+ static names(): {
1977
+ [key: string]: string;
1978
+ };
1979
+ static types(): {
1980
+ [key: string]: any;
1981
+ };
1982
+ constructor(map?: {
1983
+ [key: string]: any;
1984
+ });
1985
+ }
1986
+ export declare class SendContractCardResponseBody extends $tea.Model {
1987
+ success?: boolean;
1988
+ static names(): {
1989
+ [key: string]: string;
1990
+ };
1991
+ static types(): {
1992
+ [key: string]: any;
1993
+ };
1994
+ constructor(map?: {
1995
+ [key: string]: any;
1996
+ });
1997
+ }
1998
+ export declare class SendContractCardResponse extends $tea.Model {
1999
+ headers?: {
2000
+ [key: string]: string;
2001
+ };
2002
+ statusCode?: number;
2003
+ body?: SendContractCardResponseBody;
2004
+ static names(): {
2005
+ [key: string]: string;
2006
+ };
2007
+ static types(): {
2008
+ [key: string]: any;
2009
+ };
2010
+ constructor(map?: {
2011
+ [key: string]: any;
2012
+ });
2013
+ }
2014
+ export declare class CancelReviewOrderRequestEndFiles extends $tea.Model {
2015
+ fileName?: string;
2016
+ fileSize?: string;
2017
+ fileType?: string;
2018
+ fileVersion?: number;
2019
+ url?: string;
2020
+ static names(): {
2021
+ [key: string]: string;
2022
+ };
2023
+ static types(): {
2024
+ [key: string]: any;
2025
+ };
2026
+ constructor(map?: {
2027
+ [key: string]: any;
2028
+ });
2029
+ }
2030
+ export declare class ContractAiReviewResultNotifyRequestAnnotationsCommentTexts extends $tea.Model {
2031
+ remark?: string;
2032
+ riskLevel?: string;
2033
+ text?: string;
2034
+ static names(): {
2035
+ [key: string]: string;
2036
+ };
2037
+ static types(): {
2038
+ [key: string]: any;
2039
+ };
2040
+ constructor(map?: {
2041
+ [key: string]: any;
2042
+ });
2043
+ }
2044
+ export declare class ContractAiReviewResultNotifyRequestAnnotations extends $tea.Model {
2045
+ commentTexts?: ContractAiReviewResultNotifyRequestAnnotationsCommentTexts[];
2046
+ id?: number;
2047
+ originalText?: string;
2048
+ paragraph?: string;
2049
+ riskLevel?: string;
2050
+ static names(): {
2051
+ [key: string]: string;
2052
+ };
2053
+ static types(): {
2054
+ [key: string]: any;
2055
+ };
2056
+ constructor(map?: {
2057
+ [key: string]: any;
2058
+ });
2059
+ }
2060
+ export declare class ContractBenefitConsumeResponseBodyResult extends $tea.Model {
2061
+ consumeResult?: boolean;
2062
+ static names(): {
2063
+ [key: string]: string;
2064
+ };
2065
+ static types(): {
2066
+ [key: string]: any;
2067
+ };
2068
+ constructor(map?: {
2069
+ [key: string]: any;
2070
+ });
2071
+ }
2072
+ export declare class CreateContractAppsCompareTaskRequestComparativeFile extends $tea.Model {
2073
+ fileId?: string;
2074
+ fileName?: string;
2075
+ fileSize?: number;
2076
+ fileType?: string;
2077
+ spaceId?: string;
2078
+ static names(): {
2079
+ [key: string]: string;
2080
+ };
2081
+ static types(): {
2082
+ [key: string]: any;
2083
+ };
2084
+ constructor(map?: {
2085
+ [key: string]: any;
2086
+ });
2087
+ }
2088
+ export declare class CreateContractAppsCompareTaskRequestStandardFile extends $tea.Model {
2089
+ fileId?: string;
2090
+ fileName?: string;
2091
+ fileSize?: number;
2092
+ fileType?: string;
2093
+ spaceId?: string;
2094
+ static names(): {
2095
+ [key: string]: string;
2096
+ };
2097
+ static types(): {
2098
+ [key: string]: any;
2099
+ };
2100
+ constructor(map?: {
2101
+ [key: string]: any;
2102
+ });
2103
+ }
2104
+ export declare class CreateContractAppsCompareTaskResponseBodyResultData extends $tea.Model {
2105
+ compareTaskId?: string;
2106
+ static names(): {
2107
+ [key: string]: string;
2108
+ };
2109
+ static types(): {
2110
+ [key: string]: any;
2111
+ };
2112
+ constructor(map?: {
2113
+ [key: string]: any;
2114
+ });
2115
+ }
2116
+ export declare class CreateContractAppsCompareTaskResponseBodyResult extends $tea.Model {
2117
+ data?: CreateContractAppsCompareTaskResponseBodyResultData;
2118
+ requestId?: string;
2119
+ static names(): {
2120
+ [key: string]: string;
2121
+ };
2122
+ static types(): {
2123
+ [key: string]: any;
2124
+ };
2125
+ constructor(map?: {
2126
+ [key: string]: any;
2127
+ });
2128
+ }
2129
+ export declare class CreateContractAppsExtractTaskRequestContractFile extends $tea.Model {
2130
+ fileId?: string;
2131
+ fileName?: string;
2132
+ fileSize?: number;
2133
+ fileType?: string;
2134
+ spaceId?: string;
2135
+ static names(): {
2136
+ [key: string]: string;
2137
+ };
2138
+ static types(): {
2139
+ [key: string]: any;
2140
+ };
2141
+ constructor(map?: {
2142
+ [key: string]: any;
2143
+ });
2144
+ }
2145
+ export declare class CreateContractAppsExtractTaskResponseBodyResultData extends $tea.Model {
2146
+ extractTaskId?: string;
2147
+ static names(): {
2148
+ [key: string]: string;
2149
+ };
2150
+ static types(): {
2151
+ [key: string]: any;
2152
+ };
2153
+ constructor(map?: {
2154
+ [key: string]: any;
2155
+ });
2156
+ }
2157
+ export declare class CreateContractAppsExtractTaskResponseBodyResult extends $tea.Model {
2158
+ data?: CreateContractAppsExtractTaskResponseBodyResultData;
2159
+ requestId?: string;
2160
+ static names(): {
2161
+ [key: string]: string;
2162
+ };
2163
+ static types(): {
2164
+ [key: string]: any;
2165
+ };
2166
+ constructor(map?: {
2167
+ [key: string]: any;
2168
+ });
2169
+ }
2170
+ export declare class CreateContractAppsReviewTaskRequestContractFile extends $tea.Model {
2171
+ fileId?: string;
2172
+ fileName?: string;
2173
+ fileSize?: number;
2174
+ fileType?: string;
2175
+ spaceId?: string;
2176
+ static names(): {
2177
+ [key: string]: string;
2178
+ };
2179
+ static types(): {
2180
+ [key: string]: any;
2181
+ };
2182
+ constructor(map?: {
2183
+ [key: string]: any;
2184
+ });
2185
+ }
2186
+ export declare class CreateContractAppsReviewTaskRequestReviewCustomRules extends $tea.Model {
2187
+ riskLevel?: string;
2188
+ ruleDesc?: string;
2189
+ ruleSequence?: string;
2190
+ ruleTag?: string;
2191
+ ruleTitle?: string;
2192
+ static names(): {
2193
+ [key: string]: string;
2194
+ };
2195
+ static types(): {
2196
+ [key: string]: any;
2197
+ };
2198
+ constructor(map?: {
2199
+ [key: string]: any;
2200
+ });
2201
+ }
2202
+ export declare class CreateContractAppsReviewTaskResponseBodyResultData extends $tea.Model {
2203
+ reviewTaskId?: string;
2204
+ static names(): {
2205
+ [key: string]: string;
2206
+ };
2207
+ static types(): {
2208
+ [key: string]: any;
2209
+ };
2210
+ constructor(map?: {
2211
+ [key: string]: any;
2212
+ });
2213
+ }
2214
+ export declare class CreateContractAppsReviewTaskResponseBodyResult extends $tea.Model {
2215
+ data?: CreateContractAppsReviewTaskResponseBodyResultData;
2216
+ requestId?: string;
2217
+ static names(): {
2218
+ [key: string]: string;
2219
+ };
2220
+ static types(): {
2221
+ [key: string]: any;
2222
+ };
2223
+ constructor(map?: {
2224
+ [key: string]: any;
2225
+ });
2226
+ }
2227
+ export declare class CreateContractAppsTermsExtractEaskRequestContractFile extends $tea.Model {
2228
+ fileId?: string;
2229
+ fileName?: string;
2230
+ fileSize?: number;
2231
+ fileType?: string;
2232
+ spaceId?: string;
2233
+ static names(): {
2234
+ [key: string]: string;
2235
+ };
2236
+ static types(): {
2237
+ [key: string]: any;
2238
+ };
2239
+ constructor(map?: {
2240
+ [key: string]: any;
2241
+ });
2242
+ }
2243
+ export declare class CreateContractAppsTermsExtractEaskRequestExtractRulesTermRules extends $tea.Model {
2244
+ description?: string;
2245
+ termCategory?: string;
2246
+ static names(): {
2247
+ [key: string]: string;
2248
+ };
2249
+ static types(): {
2250
+ [key: string]: any;
2251
+ };
2252
+ constructor(map?: {
2253
+ [key: string]: any;
2254
+ });
2255
+ }
2256
+ export declare class CreateContractAppsTermsExtractEaskRequestExtractRules extends $tea.Model {
2257
+ ruleCategory?: string;
2258
+ termRules?: CreateContractAppsTermsExtractEaskRequestExtractRulesTermRules[];
2259
+ static names(): {
2260
+ [key: string]: string;
2261
+ };
2262
+ static types(): {
2263
+ [key: string]: any;
2264
+ };
2265
+ constructor(map?: {
2266
+ [key: string]: any;
2267
+ });
2268
+ }
2269
+ export declare class CreateContractAppsTermsExtractEaskResponseBodyResultData extends $tea.Model {
2270
+ extractTaskId?: string;
2271
+ static names(): {
2272
+ [key: string]: string;
2273
+ };
2274
+ static types(): {
2275
+ [key: string]: any;
2276
+ };
2277
+ constructor(map?: {
2278
+ [key: string]: any;
2279
+ });
2280
+ }
2281
+ export declare class CreateContractAppsTermsExtractEaskResponseBodyResult extends $tea.Model {
2282
+ data?: CreateContractAppsTermsExtractEaskResponseBodyResultData;
2283
+ requestId?: string;
2284
+ static names(): {
2285
+ [key: string]: string;
2286
+ };
2287
+ static types(): {
2288
+ [key: string]: any;
2289
+ };
2290
+ constructor(map?: {
2291
+ [key: string]: any;
2292
+ });
2293
+ }
2294
+ export declare class CreateContractCompareTaskRequestComparativeFile extends $tea.Model {
2295
+ fileId?: string;
2296
+ fileName?: string;
2297
+ fileSize?: number;
2298
+ fileType?: string;
2299
+ spaceId?: string;
2300
+ static names(): {
2301
+ [key: string]: string;
2302
+ };
2303
+ static types(): {
2304
+ [key: string]: any;
2305
+ };
2306
+ constructor(map?: {
2307
+ [key: string]: any;
2308
+ });
2309
+ }
2310
+ export declare class CreateContractCompareTaskRequestStandardFile extends $tea.Model {
2311
+ fileId?: string;
2312
+ fileName?: string;
2313
+ fileSize?: number;
2314
+ fileType?: string;
2315
+ spaceId?: string;
2316
+ static names(): {
2317
+ [key: string]: string;
2318
+ };
2319
+ static types(): {
2320
+ [key: string]: any;
2321
+ };
2322
+ constructor(map?: {
2323
+ [key: string]: any;
2324
+ });
2325
+ }
2326
+ export declare class CreateContractCompareTaskResponseBodyResultData extends $tea.Model {
2327
+ compareTaskId?: string;
2328
+ static names(): {
2329
+ [key: string]: string;
2330
+ };
2331
+ static types(): {
2332
+ [key: string]: any;
2333
+ };
2334
+ constructor(map?: {
2335
+ [key: string]: any;
2336
+ });
2337
+ }
2338
+ export declare class CreateContractCompareTaskResponseBodyResult extends $tea.Model {
2339
+ data?: CreateContractCompareTaskResponseBodyResultData;
2340
+ requestId?: string;
2341
+ static names(): {
2342
+ [key: string]: string;
2343
+ };
2344
+ static types(): {
2345
+ [key: string]: any;
2346
+ };
2347
+ constructor(map?: {
2348
+ [key: string]: any;
2349
+ });
2350
+ }
2351
+ export declare class CreateContractExtractTaskRequestContractFile extends $tea.Model {
2352
+ fileId?: string;
2353
+ fileName?: string;
2354
+ fileSize?: number;
2355
+ fileType?: string;
2356
+ spaceId?: string;
2357
+ static names(): {
2358
+ [key: string]: string;
2359
+ };
2360
+ static types(): {
2361
+ [key: string]: any;
2362
+ };
2363
+ constructor(map?: {
2364
+ [key: string]: any;
2365
+ });
2366
+ }
2367
+ export declare class CreateContractExtractTaskResponseBodyResultData extends $tea.Model {
2368
+ extractTaskId?: string;
2369
+ static names(): {
2370
+ [key: string]: string;
2371
+ };
2372
+ static types(): {
2373
+ [key: string]: any;
2374
+ };
2375
+ constructor(map?: {
2376
+ [key: string]: any;
2377
+ });
2378
+ }
2379
+ export declare class CreateContractExtractTaskResponseBodyResult extends $tea.Model {
2380
+ data?: CreateContractExtractTaskResponseBodyResultData;
2381
+ requestId?: string;
2382
+ static names(): {
2383
+ [key: string]: string;
2384
+ };
2385
+ static types(): {
2386
+ [key: string]: any;
2387
+ };
2388
+ constructor(map?: {
2389
+ [key: string]: any;
2390
+ });
2391
+ }
2392
+ export declare class CreateContractReviewTaskRequestContractFile extends $tea.Model {
2393
+ fileId?: string;
2394
+ fileName?: string;
2395
+ fileSize?: number;
2396
+ fileType?: string;
2397
+ spaceId?: string;
2398
+ static names(): {
2399
+ [key: string]: string;
2400
+ };
2401
+ static types(): {
2402
+ [key: string]: any;
2403
+ };
2404
+ constructor(map?: {
2405
+ [key: string]: any;
2406
+ });
2407
+ }
2408
+ export declare class CreateContractReviewTaskRequestReviewCustomRules extends $tea.Model {
2409
+ /**
2410
+ * @example
2411
+ * high
2412
+ */
2413
+ riskLevel?: string;
2414
+ /**
2415
+ * @example
2416
+ * 审查合同金额大小,不得低于1000元
2417
+ */
2418
+ ruleDesc?: string;
2419
+ /**
2420
+ * @example
2421
+ * 1.1
2422
+ */
2423
+ ruleSequence?: string;
2424
+ /**
2425
+ * @example
2426
+ * 金额相关规则
2427
+ */
2428
+ ruleTag?: string;
2429
+ /**
2430
+ * @example
2431
+ * 合同金额校验
2432
+ */
2433
+ ruleTitle?: string;
2434
+ static names(): {
2435
+ [key: string]: string;
2436
+ };
2437
+ static types(): {
2438
+ [key: string]: any;
2439
+ };
2440
+ constructor(map?: {
2441
+ [key: string]: any;
2442
+ });
2443
+ }
2444
+ export declare class CreateContractReviewTaskResponseBodyResultData extends $tea.Model {
2445
+ reviewTaskId?: string;
2446
+ static names(): {
2447
+ [key: string]: string;
2448
+ };
2449
+ static types(): {
2450
+ [key: string]: any;
2451
+ };
2452
+ constructor(map?: {
2453
+ [key: string]: any;
2454
+ });
2455
+ }
2456
+ export declare class CreateContractReviewTaskResponseBodyResult extends $tea.Model {
2457
+ data?: CreateContractReviewTaskResponseBodyResultData;
2458
+ requestId?: string;
2459
+ static names(): {
2460
+ [key: string]: string;
2461
+ };
2462
+ static types(): {
2463
+ [key: string]: any;
2464
+ };
2465
+ constructor(map?: {
2466
+ [key: string]: any;
2467
+ });
2468
+ }
2469
+ export declare class EsignQueryApprovalInfoResponseBodyResult extends $tea.Model {
2470
+ /**
2471
+ * @example
2472
+ * 202311081619000455501
2473
+ */
2474
+ bpmsProcessBusinessId?: string;
2475
+ /**
2476
+ * @example
2477
+ * O6wNhB4wTMajvNW8Dc_Rjg09301699431585
2478
+ */
2479
+ bpmsProcessInstanceId?: string;
2480
+ /**
2481
+ * @example
2482
+ * https://aflow.dingtalk.com/dingtalk/pc/query/pchomepage.htm?corpid=ding6c3948a9e37c439c35c2f4657eb6378f&swfrom=https://n.dingtalk.com/dingding/h5-contract/contractPC/index.html#/approval?procInstId=O6wNhB4wTMajvNW8Dc_Rjg09301699431585
2483
+ */
2484
+ bpmsProcessInstanceUrl?: string;
2485
+ static names(): {
2486
+ [key: string]: string;
2487
+ };
2488
+ static types(): {
2489
+ [key: string]: any;
2490
+ };
2491
+ constructor(map?: {
2492
+ [key: string]: any;
2493
+ });
2494
+ }
2495
+ export declare class EsignQueryGrantInfoResponseBodyResult extends $tea.Model {
2496
+ /**
2497
+ * @example
2498
+ * 何一兵
2499
+ */
2500
+ legalPerson?: string;
2501
+ /**
2502
+ * @example
2503
+ * 18667021101
2504
+ */
2505
+ mobilePhoneNumber?: string;
2506
+ /**
2507
+ * @example
2508
+ * 杭州天谷信息科技有限公司
2509
+ */
2510
+ orgName?: string;
2511
+ /**
2512
+ * @example
2513
+ * 86
2514
+ */
2515
+ stateCode?: string;
2516
+ /**
2517
+ * @example
2518
+ * 913301087458306077
2519
+ */
2520
+ unifiedSocialCredit?: string;
2521
+ /**
2522
+ * @example
2523
+ * 某人名
2524
+ */
2525
+ userName?: string;
2526
+ static names(): {
2527
+ [key: string]: string;
2528
+ };
2529
+ static types(): {
2530
+ [key: string]: any;
2531
+ };
2532
+ constructor(map?: {
2533
+ [key: string]: any;
2534
+ });
2535
+ }
2536
+ export declare class EsignQueryIdentityByTicketResponseBodyResult extends $tea.Model {
2537
+ unionId?: string;
2538
+ static names(): {
2539
+ [key: string]: string;
2540
+ };
2541
+ static types(): {
2542
+ [key: string]: any;
2543
+ };
2544
+ constructor(map?: {
2545
+ [key: string]: any;
2546
+ });
2547
+ }
2548
+ export declare class EsignSyncEventResponseBodyResult extends $tea.Model {
2549
+ /**
2550
+ * @example
2551
+ * 外部服务异常
2552
+ */
2553
+ message?: string;
2554
+ static names(): {
2555
+ [key: string]: string;
2556
+ };
2557
+ static types(): {
2558
+ [key: string]: any;
2559
+ };
2560
+ constructor(map?: {
2561
+ [key: string]: any;
2562
+ });
2563
+ }
2564
+ export declare class EsignUserVerifyResponseBodyResult extends $tea.Model {
2565
+ canAccess?: boolean;
2566
+ static names(): {
2567
+ [key: string]: string;
2568
+ };
2569
+ static types(): {
2570
+ [key: string]: any;
2571
+ };
2572
+ constructor(map?: {
2573
+ [key: string]: any;
2574
+ });
2575
+ }
2576
+ export declare class FinishReviewOrderRequestEndFiles extends $tea.Model {
2577
+ /**
2578
+ * @example
2579
+ * 合同文件
2580
+ */
2581
+ fileName?: string;
2582
+ /**
2583
+ * @example
2584
+ * 12
2585
+ */
2586
+ fileSize?: string;
2587
+ /**
2588
+ * @example
2589
+ * word
2590
+ */
2591
+ fileType?: string;
2592
+ /**
2593
+ * @example
2594
+ * 0
2595
+ */
2596
+ fileVersion?: number;
2597
+ /**
2598
+ * @example
2599
+ * http://oss.com
2600
+ */
2601
+ url?: string;
2602
+ static names(): {
2603
+ [key: string]: string;
2604
+ };
2605
+ static types(): {
2606
+ [key: string]: any;
2607
+ };
2608
+ constructor(map?: {
2609
+ [key: string]: any;
2610
+ });
2611
+ }
2612
+ export declare class OpenEsignFreeTrailResponseBodyResult extends $tea.Model {
2613
+ message?: string;
2614
+ /**
2615
+ * @remarks
2616
+ * This parameter is required.
2617
+ */
2618
+ success?: boolean;
2619
+ static names(): {
2620
+ [key: string]: string;
2621
+ };
2622
+ static types(): {
2623
+ [key: string]: any;
2624
+ };
2625
+ constructor(map?: {
2626
+ [key: string]: any;
2627
+ });
2628
+ }
2629
+ export declare class QueryAdvancedContractVersionResponseBodyResult extends $tea.Model {
2630
+ enableEsignAttachmentSign?: boolean;
2631
+ extension?: {
2632
+ [key: string]: string;
2633
+ };
2634
+ /**
2635
+ * @example
2636
+ * advanced
2637
+ */
2638
+ version?: string;
2639
+ static names(): {
2640
+ [key: string]: string;
2641
+ };
2642
+ static types(): {
2643
+ [key: string]: any;
2644
+ };
2645
+ constructor(map?: {
2646
+ [key: string]: any;
2647
+ });
2648
+ }
2649
+ export declare class QueryContractAppsCompareResultResponseBodyResultDataCompareDetailDetails extends $tea.Model {
2650
+ compareWords?: string;
2651
+ originalWords?: string;
2652
+ type?: number;
2653
+ static names(): {
2654
+ [key: string]: string;
2655
+ };
2656
+ static types(): {
2657
+ [key: string]: any;
2658
+ };
2659
+ constructor(map?: {
2660
+ [key: string]: any;
2661
+ });
2662
+ }
2663
+ export declare class QueryContractAppsCompareResultResponseBodyResultDataCompareDetailDifferenceCount extends $tea.Model {
2664
+ add?: number;
2665
+ delete?: number;
2666
+ replace?: number;
2667
+ total?: number;
2668
+ static names(): {
2669
+ [key: string]: string;
2670
+ };
2671
+ static types(): {
2672
+ [key: string]: any;
2673
+ };
2674
+ constructor(map?: {
2675
+ [key: string]: any;
2676
+ });
2677
+ }
2678
+ export declare class QueryContractAppsCompareResultResponseBodyResultDataCompareDetail extends $tea.Model {
2679
+ details?: QueryContractAppsCompareResultResponseBodyResultDataCompareDetailDetails[];
2680
+ differenceCount?: QueryContractAppsCompareResultResponseBodyResultDataCompareDetailDifferenceCount;
2681
+ static names(): {
2682
+ [key: string]: string;
2683
+ };
2684
+ static types(): {
2685
+ [key: string]: any;
2686
+ };
2687
+ constructor(map?: {
2688
+ [key: string]: any;
2689
+ });
2690
+ }
2691
+ export declare class QueryContractAppsCompareResultResponseBodyResultData extends $tea.Model {
2692
+ compareDetail?: QueryContractAppsCompareResultResponseBodyResultDataCompareDetail;
2693
+ compareDetailUrl?: string;
2694
+ compareStatus?: string;
2695
+ static names(): {
2696
+ [key: string]: string;
2697
+ };
2698
+ static types(): {
2699
+ [key: string]: any;
2700
+ };
2701
+ constructor(map?: {
2702
+ [key: string]: any;
2703
+ });
2704
+ }
2705
+ export declare class QueryContractAppsCompareResultResponseBodyResult extends $tea.Model {
2706
+ data?: QueryContractAppsCompareResultResponseBodyResultData;
2707
+ requestId?: string;
2708
+ static names(): {
2709
+ [key: string]: string;
2710
+ };
2711
+ static types(): {
2712
+ [key: string]: any;
2713
+ };
2714
+ constructor(map?: {
2715
+ [key: string]: any;
2716
+ });
2717
+ }
2718
+ export declare class QueryContractAppsExtractResultResponseBodyResultDataExtractEntities extends $tea.Model {
2719
+ key?: string;
2720
+ value?: string;
2721
+ static names(): {
2722
+ [key: string]: string;
2723
+ };
2724
+ static types(): {
2725
+ [key: string]: any;
2726
+ };
2727
+ constructor(map?: {
2728
+ [key: string]: any;
2729
+ });
2730
+ }
2731
+ export declare class QueryContractAppsExtractResultResponseBodyResultData extends $tea.Model {
2732
+ extractEntities?: QueryContractAppsExtractResultResponseBodyResultDataExtractEntities[];
2733
+ extractStatus?: string;
2734
+ static names(): {
2735
+ [key: string]: string;
2736
+ };
2737
+ static types(): {
2738
+ [key: string]: any;
2739
+ };
2740
+ constructor(map?: {
2741
+ [key: string]: any;
2742
+ });
2743
+ }
2744
+ export declare class QueryContractAppsExtractResultResponseBodyResult extends $tea.Model {
2745
+ data?: QueryContractAppsExtractResultResponseBodyResultData;
2746
+ requestId?: string;
2747
+ static names(): {
2748
+ [key: string]: string;
2749
+ };
2750
+ static types(): {
2751
+ [key: string]: any;
2752
+ };
2753
+ constructor(map?: {
2754
+ [key: string]: any;
2755
+ });
2756
+ }
2757
+ export declare class QueryContractAppsReviewResultResponseBodyResultDataReviewRiskDetailSubRisks extends $tea.Model {
2758
+ originalContent?: string;
2759
+ resultContent?: string;
2760
+ resultType?: string;
2761
+ riskBrief?: string;
2762
+ riskClause?: string;
2763
+ riskExplain?: string;
2764
+ static names(): {
2765
+ [key: string]: string;
2766
+ };
2767
+ static types(): {
2768
+ [key: string]: any;
2769
+ };
2770
+ constructor(map?: {
2771
+ [key: string]: any;
2772
+ });
2773
+ }
2774
+ export declare class QueryContractAppsReviewResultResponseBodyResultDataReviewRiskDetail extends $tea.Model {
2775
+ examineBrief?: string;
2776
+ examineResult?: string;
2777
+ examineStatus?: string;
2778
+ riskLevel?: string;
2779
+ ruleSequence?: string;
2780
+ ruleTag?: string;
2781
+ ruleTitle?: string;
2782
+ subRisks?: QueryContractAppsReviewResultResponseBodyResultDataReviewRiskDetailSubRisks[];
2783
+ static names(): {
2784
+ [key: string]: string;
2785
+ };
2786
+ static types(): {
2787
+ [key: string]: any;
2788
+ };
2789
+ constructor(map?: {
2790
+ [key: string]: any;
2791
+ });
2792
+ }
2793
+ export declare class QueryContractAppsReviewResultResponseBodyResultDataReviewRiskOverview extends $tea.Model {
2794
+ hasRisk?: boolean;
2795
+ highRisk?: number;
2796
+ lowRisk?: number;
2797
+ mediumRisk?: number;
2798
+ static names(): {
2799
+ [key: string]: string;
2800
+ };
2801
+ static types(): {
2802
+ [key: string]: any;
2803
+ };
2804
+ constructor(map?: {
2805
+ [key: string]: any;
2806
+ });
2807
+ }
2808
+ export declare class QueryContractAppsReviewResultResponseBodyResultDataReviewStatus extends $tea.Model {
2809
+ overview?: string;
2810
+ result?: string;
2811
+ rule?: string;
2812
+ stage?: string;
2813
+ static names(): {
2814
+ [key: string]: string;
2815
+ };
2816
+ static types(): {
2817
+ [key: string]: any;
2818
+ };
2819
+ constructor(map?: {
2820
+ [key: string]: any;
2821
+ });
2822
+ }
2823
+ export declare class QueryContractAppsReviewResultResponseBodyResultData extends $tea.Model {
2824
+ reviewRiskDetail?: QueryContractAppsReviewResultResponseBodyResultDataReviewRiskDetail[];
2825
+ reviewRiskOverview?: QueryContractAppsReviewResultResponseBodyResultDataReviewRiskOverview;
2826
+ reviewStatus?: QueryContractAppsReviewResultResponseBodyResultDataReviewStatus;
2827
+ static names(): {
2828
+ [key: string]: string;
2829
+ };
2830
+ static types(): {
2831
+ [key: string]: any;
2832
+ };
2833
+ constructor(map?: {
2834
+ [key: string]: any;
2835
+ });
2836
+ }
2837
+ export declare class QueryContractAppsReviewResultResponseBodyResult extends $tea.Model {
2838
+ data?: QueryContractAppsReviewResultResponseBodyResultData;
2839
+ requestId?: string;
2840
+ static names(): {
2841
+ [key: string]: string;
2842
+ };
2843
+ static types(): {
2844
+ [key: string]: any;
2845
+ };
2846
+ constructor(map?: {
2847
+ [key: string]: any;
2848
+ });
2849
+ }
2850
+ export declare class QueryContractAppsTermsExtractResultResponseBodyResultDataExtractedContentsTermContents extends $tea.Model {
2851
+ detailTerm?: string;
2852
+ exist?: string;
2853
+ shortTerm?: string;
2854
+ termCategory?: string;
2855
+ static names(): {
2856
+ [key: string]: string;
2857
+ };
2858
+ static types(): {
2859
+ [key: string]: any;
2860
+ };
2861
+ constructor(map?: {
2862
+ [key: string]: any;
2863
+ });
2864
+ }
2865
+ export declare class QueryContractAppsTermsExtractResultResponseBodyResultDataExtractedContents extends $tea.Model {
2866
+ ruleCategory?: string;
2867
+ termContents?: QueryContractAppsTermsExtractResultResponseBodyResultDataExtractedContentsTermContents[];
2868
+ static names(): {
2869
+ [key: string]: string;
2870
+ };
2871
+ static types(): {
2872
+ [key: string]: any;
2873
+ };
2874
+ constructor(map?: {
2875
+ [key: string]: any;
2876
+ });
2877
+ }
2878
+ export declare class QueryContractAppsTermsExtractResultResponseBodyResultData extends $tea.Model {
2879
+ extractedContents?: QueryContractAppsTermsExtractResultResponseBodyResultDataExtractedContents[];
2880
+ status?: string;
2881
+ static names(): {
2882
+ [key: string]: string;
2883
+ };
2884
+ static types(): {
2885
+ [key: string]: any;
2886
+ };
2887
+ constructor(map?: {
2888
+ [key: string]: any;
2889
+ });
2890
+ }
2891
+ export declare class QueryContractAppsTermsExtractResultResponseBodyResult extends $tea.Model {
2892
+ data?: QueryContractAppsTermsExtractResultResponseBodyResultData;
2893
+ requestId?: string;
2894
+ static names(): {
2895
+ [key: string]: string;
2896
+ };
2897
+ static types(): {
2898
+ [key: string]: any;
2899
+ };
2900
+ constructor(map?: {
2901
+ [key: string]: any;
2902
+ });
2903
+ }
2904
+ export declare class QueryContractCompareResultResponseBodyResultDataCompareDetailDetails extends $tea.Model {
2905
+ compareWords?: string;
2906
+ originalWords?: string;
2907
+ type?: number;
665
2908
  static names(): {
666
2909
  [key: string]: string;
667
2910
  };
@@ -672,8 +2915,11 @@ export declare class SendContractCardRequest extends $tea.Model {
672
2915
  [key: string]: any;
673
2916
  });
674
2917
  }
675
- export declare class SendContractCardResponseBody extends $tea.Model {
676
- success?: boolean;
2918
+ export declare class QueryContractCompareResultResponseBodyResultDataCompareDetailDifferenceCount extends $tea.Model {
2919
+ add?: number;
2920
+ delete?: number;
2921
+ replace?: number;
2922
+ total?: number;
677
2923
  static names(): {
678
2924
  [key: string]: string;
679
2925
  };
@@ -684,12 +2930,23 @@ export declare class SendContractCardResponseBody extends $tea.Model {
684
2930
  [key: string]: any;
685
2931
  });
686
2932
  }
687
- export declare class SendContractCardResponse extends $tea.Model {
688
- headers?: {
2933
+ export declare class QueryContractCompareResultResponseBodyResultDataCompareDetail extends $tea.Model {
2934
+ details?: QueryContractCompareResultResponseBodyResultDataCompareDetailDetails[];
2935
+ differenceCount?: QueryContractCompareResultResponseBodyResultDataCompareDetailDifferenceCount;
2936
+ static names(): {
689
2937
  [key: string]: string;
690
2938
  };
691
- statusCode?: number;
692
- body?: SendContractCardResponseBody;
2939
+ static types(): {
2940
+ [key: string]: any;
2941
+ };
2942
+ constructor(map?: {
2943
+ [key: string]: any;
2944
+ });
2945
+ }
2946
+ export declare class QueryContractCompareResultResponseBodyResultData extends $tea.Model {
2947
+ compareDetail?: QueryContractCompareResultResponseBodyResultDataCompareDetail;
2948
+ compareDetailUrl?: string;
2949
+ compareStatus?: string;
693
2950
  static names(): {
694
2951
  [key: string]: string;
695
2952
  };
@@ -700,8 +2957,9 @@ export declare class SendContractCardResponse extends $tea.Model {
700
2957
  [key: string]: any;
701
2958
  });
702
2959
  }
703
- export declare class ContractBenefitConsumeResponseBodyResult extends $tea.Model {
704
- consumeResult?: boolean;
2960
+ export declare class QueryContractCompareResultResponseBodyResult extends $tea.Model {
2961
+ data?: QueryContractCompareResultResponseBodyResultData;
2962
+ requestId?: string;
705
2963
  static names(): {
706
2964
  [key: string]: string;
707
2965
  };
@@ -712,22 +2970,9 @@ export declare class ContractBenefitConsumeResponseBodyResult extends $tea.Model
712
2970
  [key: string]: any;
713
2971
  });
714
2972
  }
715
- export declare class EsignQueryApprovalInfoResponseBodyResult extends $tea.Model {
716
- /**
717
- * @example
718
- * 202311081619000455501
719
- */
720
- bpmsProcessBusinessId?: string;
721
- /**
722
- * @example
723
- * O6wNhB4wTMajvNW8Dc_Rjg09301699431585
724
- */
725
- bpmsProcessInstanceId?: string;
726
- /**
727
- * @example
728
- * https://aflow.dingtalk.com/dingtalk/pc/query/pchomepage.htm?corpid=ding6c3948a9e37c439c35c2f4657eb6378f&swfrom=https://n.dingtalk.com/dingding/h5-contract/contractPC/index.html#/approval?procInstId=O6wNhB4wTMajvNW8Dc_Rjg09301699431585
729
- */
730
- bpmsProcessInstanceUrl?: string;
2973
+ export declare class QueryContractExtractResultResponseBodyResultDataExtractEntities extends $tea.Model {
2974
+ key?: string;
2975
+ value?: string;
731
2976
  static names(): {
732
2977
  [key: string]: string;
733
2978
  };
@@ -738,37 +2983,9 @@ export declare class EsignQueryApprovalInfoResponseBodyResult extends $tea.Model
738
2983
  [key: string]: any;
739
2984
  });
740
2985
  }
741
- export declare class EsignQueryGrantInfoResponseBodyResult extends $tea.Model {
742
- /**
743
- * @example
744
- * 何一兵
745
- */
746
- legalPerson?: string;
747
- /**
748
- * @example
749
- * 18667021101
750
- */
751
- mobilePhoneNumber?: string;
752
- /**
753
- * @example
754
- * 杭州天谷信息科技有限公司
755
- */
756
- orgName?: string;
757
- /**
758
- * @example
759
- * 86
760
- */
761
- stateCode?: string;
762
- /**
763
- * @example
764
- * 913301087458306077
765
- */
766
- unifiedSocialCredit?: string;
767
- /**
768
- * @example
769
- * 某人名
770
- */
771
- userName?: string;
2986
+ export declare class QueryContractExtractResultResponseBodyResultData extends $tea.Model {
2987
+ extractEntities?: QueryContractExtractResultResponseBodyResultDataExtractEntities[];
2988
+ extractStatus?: string;
772
2989
  static names(): {
773
2990
  [key: string]: string;
774
2991
  };
@@ -779,8 +2996,9 @@ export declare class EsignQueryGrantInfoResponseBodyResult extends $tea.Model {
779
2996
  [key: string]: any;
780
2997
  });
781
2998
  }
782
- export declare class EsignQueryIdentityByTicketResponseBodyResult extends $tea.Model {
783
- unionId?: string;
2999
+ export declare class QueryContractExtractResultResponseBodyResult extends $tea.Model {
3000
+ data?: QueryContractExtractResultResponseBodyResultData;
3001
+ requestId?: string;
784
3002
  static names(): {
785
3003
  [key: string]: string;
786
3004
  };
@@ -791,12 +3009,13 @@ export declare class EsignQueryIdentityByTicketResponseBodyResult extends $tea.M
791
3009
  [key: string]: any;
792
3010
  });
793
3011
  }
794
- export declare class EsignSyncEventResponseBodyResult extends $tea.Model {
795
- /**
796
- * @example
797
- * 外部服务异常
798
- */
799
- message?: string;
3012
+ export declare class QueryContractReviewResultResponseBodyResultDataReviewRiskDetailSubRisks extends $tea.Model {
3013
+ originalContent?: string;
3014
+ resultContent?: string;
3015
+ resultType?: string;
3016
+ riskBrief?: string;
3017
+ riskClause?: string;
3018
+ riskExplain?: string;
800
3019
  static names(): {
801
3020
  [key: string]: string;
802
3021
  };
@@ -807,8 +3026,15 @@ export declare class EsignSyncEventResponseBodyResult extends $tea.Model {
807
3026
  [key: string]: any;
808
3027
  });
809
3028
  }
810
- export declare class EsignUserVerifyResponseBodyResult extends $tea.Model {
811
- canAccess?: boolean;
3029
+ export declare class QueryContractReviewResultResponseBodyResultDataReviewRiskDetail extends $tea.Model {
3030
+ examineBrief?: string;
3031
+ examineResult?: string;
3032
+ examineStatus?: string;
3033
+ riskLevel?: string;
3034
+ ruleSequence?: string;
3035
+ ruleTag?: string;
3036
+ ruleTitle?: string;
3037
+ subRisks?: QueryContractReviewResultResponseBodyResultDataReviewRiskDetailSubRisks[];
812
3038
  static names(): {
813
3039
  [key: string]: string;
814
3040
  };
@@ -819,32 +3045,11 @@ export declare class EsignUserVerifyResponseBodyResult extends $tea.Model {
819
3045
  [key: string]: any;
820
3046
  });
821
3047
  }
822
- export declare class FinishReviewOrderRequestEndFiles extends $tea.Model {
823
- /**
824
- * @example
825
- * 合同文件
826
- */
827
- fileName?: string;
828
- /**
829
- * @example
830
- * 12
831
- */
832
- fileSize?: string;
833
- /**
834
- * @example
835
- * word
836
- */
837
- fileType?: string;
838
- /**
839
- * @example
840
- * 0
841
- */
842
- fileVersion?: number;
843
- /**
844
- * @example
845
- * http://oss.com
846
- */
847
- url?: string;
3048
+ export declare class QueryContractReviewResultResponseBodyResultDataReviewRiskOverview extends $tea.Model {
3049
+ hasRisk?: boolean;
3050
+ highRisk?: number;
3051
+ lowRisk?: number;
3052
+ mediumRisk?: number;
848
3053
  static names(): {
849
3054
  [key: string]: string;
850
3055
  };
@@ -855,16 +3060,38 @@ export declare class FinishReviewOrderRequestEndFiles extends $tea.Model {
855
3060
  [key: string]: any;
856
3061
  });
857
3062
  }
858
- export declare class QueryAdvancedContractVersionResponseBodyResult extends $tea.Model {
859
- enableEsignAttachmentSign?: boolean;
860
- extension?: {
3063
+ export declare class QueryContractReviewResultResponseBodyResultDataReviewStatus extends $tea.Model {
3064
+ overview?: string;
3065
+ result?: string;
3066
+ rule?: string;
3067
+ stage?: string;
3068
+ static names(): {
861
3069
  [key: string]: string;
862
3070
  };
863
- /**
864
- * @example
865
- * advanced
866
- */
867
- version?: string;
3071
+ static types(): {
3072
+ [key: string]: any;
3073
+ };
3074
+ constructor(map?: {
3075
+ [key: string]: any;
3076
+ });
3077
+ }
3078
+ export declare class QueryContractReviewResultResponseBodyResultData extends $tea.Model {
3079
+ reviewRiskDetail?: QueryContractReviewResultResponseBodyResultDataReviewRiskDetail[];
3080
+ reviewRiskOverview?: QueryContractReviewResultResponseBodyResultDataReviewRiskOverview;
3081
+ reviewStatus?: QueryContractReviewResultResponseBodyResultDataReviewStatus;
3082
+ static names(): {
3083
+ [key: string]: string;
3084
+ };
3085
+ static types(): {
3086
+ [key: string]: any;
3087
+ };
3088
+ constructor(map?: {
3089
+ [key: string]: any;
3090
+ });
3091
+ }
3092
+ export declare class QueryContractReviewResultResponseBodyResult extends $tea.Model {
3093
+ data?: QueryContractReviewResultResponseBodyResultData;
3094
+ requestId?: string;
868
3095
  static names(): {
869
3096
  [key: string]: string;
870
3097
  };
@@ -960,6 +3187,54 @@ export declare class SendContractCardRequestSender extends $tea.Model {
960
3187
  }
961
3188
  export default class Client extends OpenApi {
962
3189
  constructor(config: $OpenApi.Config);
3190
+ /**
3191
+ * 取消审查工单接口
3192
+ *
3193
+ * @param request - CancelReviewOrderRequest
3194
+ * @param headers - CancelReviewOrderHeaders
3195
+ * @param runtime - runtime options for this request RuntimeOptions
3196
+ * @returns CancelReviewOrderResponse
3197
+ */
3198
+ cancelReviewOrderWithOptions(request: CancelReviewOrderRequest, headers: CancelReviewOrderHeaders, runtime: $Util.RuntimeOptions): Promise<CancelReviewOrderResponse>;
3199
+ /**
3200
+ * 取消审查工单接口
3201
+ *
3202
+ * @param request - CancelReviewOrderRequest
3203
+ * @returns CancelReviewOrderResponse
3204
+ */
3205
+ cancelReviewOrder(request: CancelReviewOrderRequest): Promise<CancelReviewOrderResponse>;
3206
+ /**
3207
+ * 查询esign文件是否正常
3208
+ *
3209
+ * @param request - CheckEsignFileRequest
3210
+ * @param headers - CheckEsignFileHeaders
3211
+ * @param runtime - runtime options for this request RuntimeOptions
3212
+ * @returns CheckEsignFileResponse
3213
+ */
3214
+ checkEsignFileWithOptions(request: CheckEsignFileRequest, headers: CheckEsignFileHeaders, runtime: $Util.RuntimeOptions): Promise<CheckEsignFileResponse>;
3215
+ /**
3216
+ * 查询esign文件是否正常
3217
+ *
3218
+ * @param request - CheckEsignFileRequest
3219
+ * @returns CheckEsignFileResponse
3220
+ */
3221
+ checkEsignFile(request: CheckEsignFileRequest): Promise<CheckEsignFileResponse>;
3222
+ /**
3223
+ * ai合同审查结果回调
3224
+ *
3225
+ * @param request - ContractAiReviewResultNotifyRequest
3226
+ * @param headers - ContractAiReviewResultNotifyHeaders
3227
+ * @param runtime - runtime options for this request RuntimeOptions
3228
+ * @returns ContractAiReviewResultNotifyResponse
3229
+ */
3230
+ contractAiReviewResultNotifyWithOptions(request: ContractAiReviewResultNotifyRequest, headers: ContractAiReviewResultNotifyHeaders, runtime: $Util.RuntimeOptions): Promise<ContractAiReviewResultNotifyResponse>;
3231
+ /**
3232
+ * ai合同审查结果回调
3233
+ *
3234
+ * @param request - ContractAiReviewResultNotifyRequest
3235
+ * @returns ContractAiReviewResultNotifyResponse
3236
+ */
3237
+ contractAiReviewResultNotify(request: ContractAiReviewResultNotifyRequest): Promise<ContractAiReviewResultNotifyResponse>;
963
3238
  /**
964
3239
  * 合同权益核销
965
3240
  *
@@ -976,6 +3251,118 @@ export default class Client extends OpenApi {
976
3251
  * @returns ContractBenefitConsumeResponse
977
3252
  */
978
3253
  contractBenefitConsume(request: ContractBenefitConsumeRequest): Promise<ContractBenefitConsumeResponse>;
3254
+ /**
3255
+ * 创建合同比对任务
3256
+ *
3257
+ * @param request - CreateContractAppsCompareTaskRequest
3258
+ * @param headers - CreateContractAppsCompareTaskHeaders
3259
+ * @param runtime - runtime options for this request RuntimeOptions
3260
+ * @returns CreateContractAppsCompareTaskResponse
3261
+ */
3262
+ createContractAppsCompareTaskWithOptions(request: CreateContractAppsCompareTaskRequest, headers: CreateContractAppsCompareTaskHeaders, runtime: $Util.RuntimeOptions): Promise<CreateContractAppsCompareTaskResponse>;
3263
+ /**
3264
+ * 创建合同比对任务
3265
+ *
3266
+ * @param request - CreateContractAppsCompareTaskRequest
3267
+ * @returns CreateContractAppsCompareTaskResponse
3268
+ */
3269
+ createContractAppsCompareTask(request: CreateContractAppsCompareTaskRequest): Promise<CreateContractAppsCompareTaskResponse>;
3270
+ /**
3271
+ * 创建合同提取任务
3272
+ *
3273
+ * @param request - CreateContractAppsExtractTaskRequest
3274
+ * @param headers - CreateContractAppsExtractTaskHeaders
3275
+ * @param runtime - runtime options for this request RuntimeOptions
3276
+ * @returns CreateContractAppsExtractTaskResponse
3277
+ */
3278
+ createContractAppsExtractTaskWithOptions(request: CreateContractAppsExtractTaskRequest, headers: CreateContractAppsExtractTaskHeaders, runtime: $Util.RuntimeOptions): Promise<CreateContractAppsExtractTaskResponse>;
3279
+ /**
3280
+ * 创建合同提取任务
3281
+ *
3282
+ * @param request - CreateContractAppsExtractTaskRequest
3283
+ * @returns CreateContractAppsExtractTaskResponse
3284
+ */
3285
+ createContractAppsExtractTask(request: CreateContractAppsExtractTaskRequest): Promise<CreateContractAppsExtractTaskResponse>;
3286
+ /**
3287
+ * 创建合同审查任务
3288
+ *
3289
+ * @param request - CreateContractAppsReviewTaskRequest
3290
+ * @param headers - CreateContractAppsReviewTaskHeaders
3291
+ * @param runtime - runtime options for this request RuntimeOptions
3292
+ * @returns CreateContractAppsReviewTaskResponse
3293
+ */
3294
+ createContractAppsReviewTaskWithOptions(request: CreateContractAppsReviewTaskRequest, headers: CreateContractAppsReviewTaskHeaders, runtime: $Util.RuntimeOptions): Promise<CreateContractAppsReviewTaskResponse>;
3295
+ /**
3296
+ * 创建合同审查任务
3297
+ *
3298
+ * @param request - CreateContractAppsReviewTaskRequest
3299
+ * @returns CreateContractAppsReviewTaskResponse
3300
+ */
3301
+ createContractAppsReviewTask(request: CreateContractAppsReviewTaskRequest): Promise<CreateContractAppsReviewTaskResponse>;
3302
+ /**
3303
+ * 创建合同条款抽取任务
3304
+ *
3305
+ * @param request - CreateContractAppsTermsExtractEaskRequest
3306
+ * @param headers - CreateContractAppsTermsExtractEaskHeaders
3307
+ * @param runtime - runtime options for this request RuntimeOptions
3308
+ * @returns CreateContractAppsTermsExtractEaskResponse
3309
+ */
3310
+ createContractAppsTermsExtractEaskWithOptions(request: CreateContractAppsTermsExtractEaskRequest, headers: CreateContractAppsTermsExtractEaskHeaders, runtime: $Util.RuntimeOptions): Promise<CreateContractAppsTermsExtractEaskResponse>;
3311
+ /**
3312
+ * 创建合同条款抽取任务
3313
+ *
3314
+ * @param request - CreateContractAppsTermsExtractEaskRequest
3315
+ * @returns CreateContractAppsTermsExtractEaskResponse
3316
+ */
3317
+ createContractAppsTermsExtractEask(request: CreateContractAppsTermsExtractEaskRequest): Promise<CreateContractAppsTermsExtractEaskResponse>;
3318
+ /**
3319
+ * 创建合同比对任务
3320
+ *
3321
+ * @param request - CreateContractCompareTaskRequest
3322
+ * @param headers - CreateContractCompareTaskHeaders
3323
+ * @param runtime - runtime options for this request RuntimeOptions
3324
+ * @returns CreateContractCompareTaskResponse
3325
+ */
3326
+ createContractCompareTaskWithOptions(request: CreateContractCompareTaskRequest, headers: CreateContractCompareTaskHeaders, runtime: $Util.RuntimeOptions): Promise<CreateContractCompareTaskResponse>;
3327
+ /**
3328
+ * 创建合同比对任务
3329
+ *
3330
+ * @param request - CreateContractCompareTaskRequest
3331
+ * @returns CreateContractCompareTaskResponse
3332
+ */
3333
+ createContractCompareTask(request: CreateContractCompareTaskRequest): Promise<CreateContractCompareTaskResponse>;
3334
+ /**
3335
+ * 创建合同提取任务
3336
+ *
3337
+ * @param request - CreateContractExtractTaskRequest
3338
+ * @param headers - CreateContractExtractTaskHeaders
3339
+ * @param runtime - runtime options for this request RuntimeOptions
3340
+ * @returns CreateContractExtractTaskResponse
3341
+ */
3342
+ createContractExtractTaskWithOptions(request: CreateContractExtractTaskRequest, headers: CreateContractExtractTaskHeaders, runtime: $Util.RuntimeOptions): Promise<CreateContractExtractTaskResponse>;
3343
+ /**
3344
+ * 创建合同提取任务
3345
+ *
3346
+ * @param request - CreateContractExtractTaskRequest
3347
+ * @returns CreateContractExtractTaskResponse
3348
+ */
3349
+ createContractExtractTask(request: CreateContractExtractTaskRequest): Promise<CreateContractExtractTaskResponse>;
3350
+ /**
3351
+ * 创建合同审查任务
3352
+ *
3353
+ * @param request - CreateContractReviewTaskRequest
3354
+ * @param headers - CreateContractReviewTaskHeaders
3355
+ * @param runtime - runtime options for this request RuntimeOptions
3356
+ * @returns CreateContractReviewTaskResponse
3357
+ */
3358
+ createContractReviewTaskWithOptions(request: CreateContractReviewTaskRequest, headers: CreateContractReviewTaskHeaders, runtime: $Util.RuntimeOptions): Promise<CreateContractReviewTaskResponse>;
3359
+ /**
3360
+ * 创建合同审查任务
3361
+ *
3362
+ * @param request - CreateContractReviewTaskRequest
3363
+ * @returns CreateContractReviewTaskResponse
3364
+ */
3365
+ createContractReviewTask(request: CreateContractReviewTaskRequest): Promise<CreateContractReviewTaskResponse>;
979
3366
  /**
980
3367
  * 天谷侧查询审批单
981
3368
  *
@@ -1072,6 +3459,22 @@ export default class Client extends OpenApi {
1072
3459
  * @returns FinishReviewOrderResponse
1073
3460
  */
1074
3461
  finishReviewOrder(request: FinishReviewOrderRequest): Promise<FinishReviewOrderResponse>;
3462
+ /**
3463
+ * 开通电子签免费试用
3464
+ *
3465
+ * @param request - OpenEsignFreeTrailRequest
3466
+ * @param headers - OpenEsignFreeTrailHeaders
3467
+ * @param runtime - runtime options for this request RuntimeOptions
3468
+ * @returns OpenEsignFreeTrailResponse
3469
+ */
3470
+ openEsignFreeTrailWithOptions(request: OpenEsignFreeTrailRequest, headers: OpenEsignFreeTrailHeaders, runtime: $Util.RuntimeOptions): Promise<OpenEsignFreeTrailResponse>;
3471
+ /**
3472
+ * 开通电子签免费试用
3473
+ *
3474
+ * @param request - OpenEsignFreeTrailRequest
3475
+ * @returns OpenEsignFreeTrailResponse
3476
+ */
3477
+ openEsignFreeTrail(request: OpenEsignFreeTrailRequest): Promise<OpenEsignFreeTrailResponse>;
1075
3478
  /**
1076
3479
  * e签宝查询智能合同版本接口
1077
3480
  *
@@ -1088,6 +3491,118 @@ export default class Client extends OpenApi {
1088
3491
  * @returns QueryAdvancedContractVersionResponse
1089
3492
  */
1090
3493
  queryAdvancedContractVersion(request: QueryAdvancedContractVersionRequest): Promise<QueryAdvancedContractVersionResponse>;
3494
+ /**
3495
+ * 查询合同比对结果
3496
+ *
3497
+ * @param request - QueryContractAppsCompareResultRequest
3498
+ * @param headers - QueryContractAppsCompareResultHeaders
3499
+ * @param runtime - runtime options for this request RuntimeOptions
3500
+ * @returns QueryContractAppsCompareResultResponse
3501
+ */
3502
+ queryContractAppsCompareResultWithOptions(request: QueryContractAppsCompareResultRequest, headers: QueryContractAppsCompareResultHeaders, runtime: $Util.RuntimeOptions): Promise<QueryContractAppsCompareResultResponse>;
3503
+ /**
3504
+ * 查询合同比对结果
3505
+ *
3506
+ * @param request - QueryContractAppsCompareResultRequest
3507
+ * @returns QueryContractAppsCompareResultResponse
3508
+ */
3509
+ queryContractAppsCompareResult(request: QueryContractAppsCompareResultRequest): Promise<QueryContractAppsCompareResultResponse>;
3510
+ /**
3511
+ * 查询合同提取结果
3512
+ *
3513
+ * @param request - QueryContractAppsExtractResultRequest
3514
+ * @param headers - QueryContractAppsExtractResultHeaders
3515
+ * @param runtime - runtime options for this request RuntimeOptions
3516
+ * @returns QueryContractAppsExtractResultResponse
3517
+ */
3518
+ queryContractAppsExtractResultWithOptions(request: QueryContractAppsExtractResultRequest, headers: QueryContractAppsExtractResultHeaders, runtime: $Util.RuntimeOptions): Promise<QueryContractAppsExtractResultResponse>;
3519
+ /**
3520
+ * 查询合同提取结果
3521
+ *
3522
+ * @param request - QueryContractAppsExtractResultRequest
3523
+ * @returns QueryContractAppsExtractResultResponse
3524
+ */
3525
+ queryContractAppsExtractResult(request: QueryContractAppsExtractResultRequest): Promise<QueryContractAppsExtractResultResponse>;
3526
+ /**
3527
+ * 查询合同审查结果
3528
+ *
3529
+ * @param request - QueryContractAppsReviewResultRequest
3530
+ * @param headers - QueryContractAppsReviewResultHeaders
3531
+ * @param runtime - runtime options for this request RuntimeOptions
3532
+ * @returns QueryContractAppsReviewResultResponse
3533
+ */
3534
+ queryContractAppsReviewResultWithOptions(request: QueryContractAppsReviewResultRequest, headers: QueryContractAppsReviewResultHeaders, runtime: $Util.RuntimeOptions): Promise<QueryContractAppsReviewResultResponse>;
3535
+ /**
3536
+ * 查询合同审查结果
3537
+ *
3538
+ * @param request - QueryContractAppsReviewResultRequest
3539
+ * @returns QueryContractAppsReviewResultResponse
3540
+ */
3541
+ queryContractAppsReviewResult(request: QueryContractAppsReviewResultRequest): Promise<QueryContractAppsReviewResultResponse>;
3542
+ /**
3543
+ * 查询合同条款抽取结果
3544
+ *
3545
+ * @param request - QueryContractAppsTermsExtractResultRequest
3546
+ * @param headers - QueryContractAppsTermsExtractResultHeaders
3547
+ * @param runtime - runtime options for this request RuntimeOptions
3548
+ * @returns QueryContractAppsTermsExtractResultResponse
3549
+ */
3550
+ queryContractAppsTermsExtractResultWithOptions(request: QueryContractAppsTermsExtractResultRequest, headers: QueryContractAppsTermsExtractResultHeaders, runtime: $Util.RuntimeOptions): Promise<QueryContractAppsTermsExtractResultResponse>;
3551
+ /**
3552
+ * 查询合同条款抽取结果
3553
+ *
3554
+ * @param request - QueryContractAppsTermsExtractResultRequest
3555
+ * @returns QueryContractAppsTermsExtractResultResponse
3556
+ */
3557
+ queryContractAppsTermsExtractResult(request: QueryContractAppsTermsExtractResultRequest): Promise<QueryContractAppsTermsExtractResultResponse>;
3558
+ /**
3559
+ * 查询合同比对结果
3560
+ *
3561
+ * @param request - QueryContractCompareResultRequest
3562
+ * @param headers - QueryContractCompareResultHeaders
3563
+ * @param runtime - runtime options for this request RuntimeOptions
3564
+ * @returns QueryContractCompareResultResponse
3565
+ */
3566
+ queryContractCompareResultWithOptions(request: QueryContractCompareResultRequest, headers: QueryContractCompareResultHeaders, runtime: $Util.RuntimeOptions): Promise<QueryContractCompareResultResponse>;
3567
+ /**
3568
+ * 查询合同比对结果
3569
+ *
3570
+ * @param request - QueryContractCompareResultRequest
3571
+ * @returns QueryContractCompareResultResponse
3572
+ */
3573
+ queryContractCompareResult(request: QueryContractCompareResultRequest): Promise<QueryContractCompareResultResponse>;
3574
+ /**
3575
+ * 查询合同提取结果
3576
+ *
3577
+ * @param request - QueryContractExtractResultRequest
3578
+ * @param headers - QueryContractExtractResultHeaders
3579
+ * @param runtime - runtime options for this request RuntimeOptions
3580
+ * @returns QueryContractExtractResultResponse
3581
+ */
3582
+ queryContractExtractResultWithOptions(request: QueryContractExtractResultRequest, headers: QueryContractExtractResultHeaders, runtime: $Util.RuntimeOptions): Promise<QueryContractExtractResultResponse>;
3583
+ /**
3584
+ * 查询合同提取结果
3585
+ *
3586
+ * @param request - QueryContractExtractResultRequest
3587
+ * @returns QueryContractExtractResultResponse
3588
+ */
3589
+ queryContractExtractResult(request: QueryContractExtractResultRequest): Promise<QueryContractExtractResultResponse>;
3590
+ /**
3591
+ * 查询合同审查结果
3592
+ *
3593
+ * @param request - QueryContractReviewResultRequest
3594
+ * @param headers - QueryContractReviewResultHeaders
3595
+ * @param runtime - runtime options for this request RuntimeOptions
3596
+ * @returns QueryContractReviewResultResponse
3597
+ */
3598
+ queryContractReviewResultWithOptions(request: QueryContractReviewResultRequest, headers: QueryContractReviewResultHeaders, runtime: $Util.RuntimeOptions): Promise<QueryContractReviewResultResponse>;
3599
+ /**
3600
+ * 查询合同审查结果
3601
+ *
3602
+ * @param request - QueryContractReviewResultRequest
3603
+ * @returns QueryContractReviewResultResponse
3604
+ */
3605
+ queryContractReviewResult(request: QueryContractReviewResultRequest): Promise<QueryContractReviewResultResponse>;
1091
3606
  /**
1092
3607
  * 发送合同相关卡片
1093
3608
  *