@antchain/ato 1.9.2 → 1.9.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -34,9 +34,9 @@ export declare class Config extends $tea.Model {
34
34
  [key: string]: any;
35
35
  });
36
36
  }
37
- export declare class FileInfo extends $tea.Model {
38
- fileName: string;
39
- fileKey: string;
37
+ export declare class StaticDataModuleDetail extends $tea.Model {
38
+ propertyText: string;
39
+ propertyValue: string;
40
40
  static names(): {
41
41
  [key: string]: string;
42
42
  };
@@ -47,7 +47,9 @@ export declare class FileInfo extends $tea.Model {
47
47
  [key: string]: any;
48
48
  });
49
49
  }
50
- export declare class PromiseInfo extends $tea.Model {
50
+ export declare class FileInfo extends $tea.Model {
51
+ fileName: string;
52
+ fileKey: string;
51
53
  static names(): {
52
54
  [key: string]: string;
53
55
  };
@@ -94,26 +96,10 @@ export declare class CompanyInfo extends $tea.Model {
94
96
  [key: string]: any;
95
97
  });
96
98
  }
97
- export declare class AgreementPage extends $tea.Model {
98
- agreementId: string;
99
- merchantName: string;
100
- tenantId: string;
101
- productMainClass: string;
102
- agreementType: string;
103
- signStatus: string;
104
- static names(): {
105
- [key: string]: string;
106
- };
107
- static types(): {
108
- [key: string]: any;
109
- };
110
- constructor(map?: {
111
- [key: string]: any;
112
- });
113
- }
114
- export declare class RiskScene extends $tea.Model {
115
- sceneCode: string;
116
- decision: string;
99
+ export declare class UserPerformanceInfo extends $tea.Model {
100
+ periodNum: number;
101
+ payDate: string;
102
+ payMoney: number;
117
103
  static names(): {
118
104
  [key: string]: string;
119
105
  };
@@ -139,32 +125,9 @@ export declare class RiskStrategy extends $tea.Model {
139
125
  [key: string]: any;
140
126
  });
141
127
  }
142
- export declare class RelationPage extends $tea.Model {
143
- relationId: string;
144
- companyName: string;
145
- merchantId: string;
146
- status: string;
147
- static names(): {
148
- [key: string]: string;
149
- };
150
- static types(): {
151
- [key: string]: any;
152
- };
153
- constructor(map?: {
154
- [key: string]: any;
155
- });
156
- }
157
- export declare class CompanyInfoUpdate extends $tea.Model {
158
- businessLicenseFile?: FileInfo;
159
- productMainClass?: string;
160
- companyName?: string;
161
- companyAliasName?: string;
162
- tenantId?: string;
163
- companyMobile?: string;
164
- companyAddress?: string;
165
- contactName?: string;
166
- contactMobile?: string;
167
- merchantType?: string;
128
+ export declare class StaticData extends $tea.Model {
129
+ moduleName: string;
130
+ moduleDetailList: StaticDataModuleDetail[];
168
131
  static names(): {
169
132
  [key: string]: string;
170
133
  };
@@ -222,15 +185,14 @@ export declare class OrderInfo extends $tea.Model {
222
185
  [key: string]: any;
223
186
  });
224
187
  }
225
- export declare class ActivePayOrder extends $tea.Model {
226
- tradeNo: string;
227
- tradeStatus: string;
228
- statusReasonCode?: string;
229
- statusReasonMsg?: string;
230
- totalAmount?: number;
231
- paidAmount?: number;
232
- receiptAmount?: number;
233
- gmtPay?: string;
188
+ export declare class ApplicationInfoUpdate extends $tea.Model {
189
+ applicationScene?: string;
190
+ tinyAppId?: string;
191
+ siteName?: string;
192
+ sitUrl?: string;
193
+ merchantName?: string;
194
+ merchantServiceName?: string;
195
+ merchantServiceDesc?: string;
234
196
  static names(): {
235
197
  [key: string]: string;
236
198
  };
@@ -241,14 +203,12 @@ export declare class ActivePayOrder extends $tea.Model {
241
203
  [key: string]: any;
242
204
  });
243
205
  }
244
- export declare class ApplicationInfo extends $tea.Model {
245
- applicationScene: string;
246
- tinyAppId: string;
247
- siteName: string;
248
- sitUrl: string;
249
- merchantName: string;
250
- merchantServiceName: string;
251
- merchantServiceDesc: string;
206
+ export declare class AuditInfo extends $tea.Model {
207
+ stage: string;
208
+ auditSubject: string;
209
+ status: string;
210
+ applyDateStr: string;
211
+ failReason: string;
252
212
  static names(): {
253
213
  [key: string]: string;
254
214
  };
@@ -259,7 +219,7 @@ export declare class ApplicationInfo extends $tea.Model {
259
219
  [key: string]: any;
260
220
  });
261
221
  }
262
- export declare class GoodsInfo extends $tea.Model {
222
+ export declare class OrderGoodsModel extends $tea.Model {
263
223
  static names(): {
264
224
  [key: string]: string;
265
225
  };
@@ -270,9 +230,11 @@ export declare class GoodsInfo extends $tea.Model {
270
230
  [key: string]: any;
271
231
  });
272
232
  }
273
- export declare class PageQuery extends $tea.Model {
274
- pageSize: number;
275
- pageIndex: number;
233
+ export declare class LegalInfoUpdate extends $tea.Model {
234
+ legalName?: string;
235
+ legalCertNo?: string;
236
+ legalCertFrontFile?: FileInfo;
237
+ legalCertBackFile?: FileInfo;
276
238
  static names(): {
277
239
  [key: string]: string;
278
240
  };
@@ -283,14 +245,7 @@ export declare class PageQuery extends $tea.Model {
283
245
  [key: string]: any;
284
246
  });
285
247
  }
286
- export declare class ApplicationInfoUpdate extends $tea.Model {
287
- applicationScene?: string;
288
- tinyAppId?: string;
289
- siteName?: string;
290
- sitUrl?: string;
291
- merchantName?: string;
292
- merchantServiceName?: string;
293
- merchantServiceDesc?: string;
248
+ export declare class PromiseInfo extends $tea.Model {
294
249
  static names(): {
295
250
  [key: string]: string;
296
251
  };
@@ -301,11 +256,13 @@ export declare class ApplicationInfoUpdate extends $tea.Model {
301
256
  [key: string]: any;
302
257
  });
303
258
  }
304
- export declare class LegalInfo extends $tea.Model {
305
- legalName: string;
306
- legalCertNo: string;
307
- legalCertFrontFile: FileInfo;
308
- legalCertBackFile: FileInfo;
259
+ export declare class AgreementPage extends $tea.Model {
260
+ agreementId: string;
261
+ merchantName: string;
262
+ tenantId: string;
263
+ productMainClass: string;
264
+ agreementType: string;
265
+ signStatus: string;
309
266
  static names(): {
310
267
  [key: string]: string;
311
268
  };
@@ -316,12 +273,24 @@ export declare class LegalInfo extends $tea.Model {
316
273
  [key: string]: any;
317
274
  });
318
275
  }
319
- export declare class AuditInfo extends $tea.Model {
320
- stage: string;
321
- auditSubject: string;
276
+ export declare class RiskScene extends $tea.Model {
277
+ sceneCode: string;
278
+ decision: string;
279
+ static names(): {
280
+ [key: string]: string;
281
+ };
282
+ static types(): {
283
+ [key: string]: any;
284
+ };
285
+ constructor(map?: {
286
+ [key: string]: any;
287
+ });
288
+ }
289
+ export declare class RelationPage extends $tea.Model {
290
+ relationId: string;
291
+ companyName: string;
292
+ merchantId: string;
322
293
  status: string;
323
- applyDateStr: string;
324
- failReason: string;
325
294
  static names(): {
326
295
  [key: string]: string;
327
296
  };
@@ -332,9 +301,17 @@ export declare class AuditInfo extends $tea.Model {
332
301
  [key: string]: any;
333
302
  });
334
303
  }
335
- export declare class RiskModel extends $tea.Model {
336
- sceneCode: string;
337
- score: string;
304
+ export declare class CompanyInfoUpdate extends $tea.Model {
305
+ businessLicenseFile?: FileInfo;
306
+ productMainClass?: string;
307
+ companyName?: string;
308
+ companyAliasName?: string;
309
+ tenantId?: string;
310
+ companyMobile?: string;
311
+ companyAddress?: string;
312
+ contactName?: string;
313
+ contactMobile?: string;
314
+ merchantType?: string;
338
315
  static names(): {
339
316
  [key: string]: string;
340
317
  };
@@ -345,7 +322,15 @@ export declare class RiskModel extends $tea.Model {
345
322
  [key: string]: any;
346
323
  });
347
324
  }
348
- export declare class OrderGoodsModel extends $tea.Model {
325
+ export declare class ActivePayOrder extends $tea.Model {
326
+ tradeNo: string;
327
+ tradeStatus: string;
328
+ statusReasonCode?: string;
329
+ statusReasonMsg?: string;
330
+ totalAmount?: number;
331
+ paidAmount?: number;
332
+ receiptAmount?: number;
333
+ gmtPay?: string;
349
334
  static names(): {
350
335
  [key: string]: string;
351
336
  };
@@ -356,11 +341,69 @@ export declare class OrderGoodsModel extends $tea.Model {
356
341
  [key: string]: any;
357
342
  });
358
343
  }
359
- export declare class LegalInfoUpdate extends $tea.Model {
360
- legalName?: string;
361
- legalCertNo?: string;
362
- legalCertFrontFile?: FileInfo;
363
- legalCertBackFile?: FileInfo;
344
+ export declare class ApplicationInfo extends $tea.Model {
345
+ applicationScene: string;
346
+ tinyAppId: string;
347
+ siteName: string;
348
+ sitUrl: string;
349
+ merchantName: string;
350
+ merchantServiceName: string;
351
+ merchantServiceDesc: string;
352
+ static names(): {
353
+ [key: string]: string;
354
+ };
355
+ static types(): {
356
+ [key: string]: any;
357
+ };
358
+ constructor(map?: {
359
+ [key: string]: any;
360
+ });
361
+ }
362
+ export declare class GoodsInfo extends $tea.Model {
363
+ static names(): {
364
+ [key: string]: string;
365
+ };
366
+ static types(): {
367
+ [key: string]: any;
368
+ };
369
+ constructor(map?: {
370
+ [key: string]: any;
371
+ });
372
+ }
373
+ export declare class PageQuery extends $tea.Model {
374
+ pageSize: number;
375
+ pageIndex: number;
376
+ static names(): {
377
+ [key: string]: string;
378
+ };
379
+ static types(): {
380
+ [key: string]: any;
381
+ };
382
+ constructor(map?: {
383
+ [key: string]: any;
384
+ });
385
+ }
386
+ export declare class LegalInfo extends $tea.Model {
387
+ legalName: string;
388
+ legalCertNo: string;
389
+ legalCertFrontFile: FileInfo;
390
+ legalCertBackFile: FileInfo;
391
+ static names(): {
392
+ [key: string]: string;
393
+ };
394
+ static types(): {
395
+ [key: string]: any;
396
+ };
397
+ constructor(map?: {
398
+ [key: string]: any;
399
+ });
400
+ }
401
+ export declare class RiskModel extends $tea.Model {
402
+ sceneCode: string;
403
+ score: string;
404
+ delinquencyRate?: string;
405
+ riskAdvice?: string;
406
+ riskRank?: string;
364
407
  static names(): {
365
408
  [key: string]: string;
366
409
  };
@@ -1044,6 +1087,38 @@ export declare class QueryFundCreditResponse extends $tea.Model {
1044
1087
  [key: string]: any;
1045
1088
  });
1046
1089
  }
1090
+ export declare class SyncFundFinanceprecheckresultRequest extends $tea.Model {
1091
+ authToken?: string;
1092
+ productInstanceId?: string;
1093
+ orderId: string;
1094
+ merchantId: string;
1095
+ fundId: string;
1096
+ result: string;
1097
+ refuseReason?: string;
1098
+ static names(): {
1099
+ [key: string]: string;
1100
+ };
1101
+ static types(): {
1102
+ [key: string]: any;
1103
+ };
1104
+ constructor(map?: {
1105
+ [key: string]: any;
1106
+ });
1107
+ }
1108
+ export declare class SyncFundFinanceprecheckresultResponse extends $tea.Model {
1109
+ reqMsgId?: string;
1110
+ resultCode?: string;
1111
+ resultMsg?: string;
1112
+ static names(): {
1113
+ [key: string]: string;
1114
+ };
1115
+ static types(): {
1116
+ [key: string]: any;
1117
+ };
1118
+ constructor(map?: {
1119
+ [key: string]: any;
1120
+ });
1121
+ }
1047
1122
  export declare class GetInnerProductRequest extends $tea.Model {
1048
1123
  authToken?: string;
1049
1124
  productInstanceId?: string;
@@ -1371,6 +1446,7 @@ export declare class PublishInnerTemplateRequest extends $tea.Model {
1371
1446
  tenantId: string;
1372
1447
  templateCode: string;
1373
1448
  templateVersionId: string;
1449
+ templateVersion?: string;
1374
1450
  static names(): {
1375
1451
  [key: string]: string;
1376
1452
  };
@@ -1787,7 +1863,272 @@ export declare class PagequeryInnerFunddividerelationRequest extends $tea.Model
1787
1863
  authToken?: string;
1788
1864
  productInstanceId?: string;
1789
1865
  tenantId: string;
1790
- pageInfo: PageQuery;
1866
+ pageInfo: PageQuery;
1867
+ static names(): {
1868
+ [key: string]: string;
1869
+ };
1870
+ static types(): {
1871
+ [key: string]: any;
1872
+ };
1873
+ constructor(map?: {
1874
+ [key: string]: any;
1875
+ });
1876
+ }
1877
+ export declare class PagequeryInnerFunddividerelationResponse extends $tea.Model {
1878
+ reqMsgId?: string;
1879
+ resultCode?: string;
1880
+ resultMsg?: string;
1881
+ totalSize?: number;
1882
+ relations?: RelationPage[];
1883
+ static names(): {
1884
+ [key: string]: string;
1885
+ };
1886
+ static types(): {
1887
+ [key: string]: any;
1888
+ };
1889
+ constructor(map?: {
1890
+ [key: string]: any;
1891
+ });
1892
+ }
1893
+ export declare class CreateInnerMerchantagreementRequest extends $tea.Model {
1894
+ authToken?: string;
1895
+ productInstanceId?: string;
1896
+ tenantId: string;
1897
+ agreementId: string;
1898
+ signAction: string;
1899
+ userName: string;
1900
+ static names(): {
1901
+ [key: string]: string;
1902
+ };
1903
+ static types(): {
1904
+ [key: string]: any;
1905
+ };
1906
+ constructor(map?: {
1907
+ [key: string]: any;
1908
+ });
1909
+ }
1910
+ export declare class CreateInnerMerchantagreementResponse extends $tea.Model {
1911
+ reqMsgId?: string;
1912
+ resultCode?: string;
1913
+ resultMsg?: string;
1914
+ static names(): {
1915
+ [key: string]: string;
1916
+ };
1917
+ static types(): {
1918
+ [key: string]: any;
1919
+ };
1920
+ constructor(map?: {
1921
+ [key: string]: any;
1922
+ });
1923
+ }
1924
+ export declare class QueryInnerMerchantagreementRequest extends $tea.Model {
1925
+ authToken?: string;
1926
+ productInstanceId?: string;
1927
+ tenantId: string;
1928
+ agreementId: string;
1929
+ static names(): {
1930
+ [key: string]: string;
1931
+ };
1932
+ static types(): {
1933
+ [key: string]: any;
1934
+ };
1935
+ constructor(map?: {
1936
+ [key: string]: any;
1937
+ });
1938
+ }
1939
+ export declare class QueryInnerMerchantagreementResponse extends $tea.Model {
1940
+ reqMsgId?: string;
1941
+ resultCode?: string;
1942
+ resultMsg?: string;
1943
+ signStatus?: string;
1944
+ signDateStr?: string;
1945
+ agreementContent?: string;
1946
+ static names(): {
1947
+ [key: string]: string;
1948
+ };
1949
+ static types(): {
1950
+ [key: string]: any;
1951
+ };
1952
+ constructor(map?: {
1953
+ [key: string]: any;
1954
+ });
1955
+ }
1956
+ export declare class PagequeryInnerMerchantagreementRequest extends $tea.Model {
1957
+ authToken?: string;
1958
+ productInstanceId?: string;
1959
+ tenantId: string;
1960
+ pageInfo: PageQuery;
1961
+ static names(): {
1962
+ [key: string]: string;
1963
+ };
1964
+ static types(): {
1965
+ [key: string]: any;
1966
+ };
1967
+ constructor(map?: {
1968
+ [key: string]: any;
1969
+ });
1970
+ }
1971
+ export declare class PagequeryInnerMerchantagreementResponse extends $tea.Model {
1972
+ reqMsgId?: string;
1973
+ resultCode?: string;
1974
+ resultMsg?: string;
1975
+ totalSize?: number;
1976
+ agreementPage?: AgreementPage[];
1977
+ static names(): {
1978
+ [key: string]: string;
1979
+ };
1980
+ static types(): {
1981
+ [key: string]: any;
1982
+ };
1983
+ constructor(map?: {
1984
+ [key: string]: any;
1985
+ });
1986
+ }
1987
+ export declare class CreateInnerMerchantpayexpandRequest extends $tea.Model {
1988
+ authToken?: string;
1989
+ productInstanceId?: string;
1990
+ tenantId: string;
1991
+ companyInfo: CompanyInfo;
1992
+ legalInfo: LegalInfo;
1993
+ applicationInfo: ApplicationInfo;
1994
+ submit: string;
1995
+ expandMode: string;
1996
+ subTenantId?: string;
1997
+ userName: string;
1998
+ payExpandId?: string;
1999
+ allowDuplicate?: boolean;
2000
+ static names(): {
2001
+ [key: string]: string;
2002
+ };
2003
+ static types(): {
2004
+ [key: string]: any;
2005
+ };
2006
+ constructor(map?: {
2007
+ [key: string]: any;
2008
+ });
2009
+ }
2010
+ export declare class CreateInnerMerchantpayexpandResponse extends $tea.Model {
2011
+ reqMsgId?: string;
2012
+ resultCode?: string;
2013
+ resultMsg?: string;
2014
+ payExpandId?: string;
2015
+ static names(): {
2016
+ [key: string]: string;
2017
+ };
2018
+ static types(): {
2019
+ [key: string]: any;
2020
+ };
2021
+ constructor(map?: {
2022
+ [key: string]: any;
2023
+ });
2024
+ }
2025
+ export declare class SubmitInnerMerchantpayexpandRequest extends $tea.Model {
2026
+ authToken?: string;
2027
+ productInstanceId?: string;
2028
+ tenantId: string;
2029
+ payExpandId: string;
2030
+ userName: string;
2031
+ static names(): {
2032
+ [key: string]: string;
2033
+ };
2034
+ static types(): {
2035
+ [key: string]: any;
2036
+ };
2037
+ constructor(map?: {
2038
+ [key: string]: any;
2039
+ });
2040
+ }
2041
+ export declare class SubmitInnerMerchantpayexpandResponse extends $tea.Model {
2042
+ reqMsgId?: string;
2043
+ resultCode?: string;
2044
+ resultMsg?: string;
2045
+ static names(): {
2046
+ [key: string]: string;
2047
+ };
2048
+ static types(): {
2049
+ [key: string]: any;
2050
+ };
2051
+ constructor(map?: {
2052
+ [key: string]: any;
2053
+ });
2054
+ }
2055
+ export declare class QueryInnerMerchantpayexpandRequest extends $tea.Model {
2056
+ authToken?: string;
2057
+ productInstanceId?: string;
2058
+ tenantId: string;
2059
+ payExpandId?: string;
2060
+ expandMode: string;
2061
+ static names(): {
2062
+ [key: string]: string;
2063
+ };
2064
+ static types(): {
2065
+ [key: string]: any;
2066
+ };
2067
+ constructor(map?: {
2068
+ [key: string]: any;
2069
+ });
2070
+ }
2071
+ export declare class QueryInnerMerchantpayexpandResponse extends $tea.Model {
2072
+ reqMsgId?: string;
2073
+ resultCode?: string;
2074
+ resultMsg?: string;
2075
+ companyInfo?: CompanyInfo;
2076
+ legalInfo?: LegalInfo;
2077
+ applicationInfo?: ApplicationInfo;
2078
+ auditInfos?: AuditInfo[];
2079
+ payExpandId?: string;
2080
+ expandMode?: string;
2081
+ expandStatus?: string;
2082
+ expandFailReason?: string;
2083
+ static names(): {
2084
+ [key: string]: string;
2085
+ };
2086
+ static types(): {
2087
+ [key: string]: any;
2088
+ };
2089
+ constructor(map?: {
2090
+ [key: string]: any;
2091
+ });
2092
+ }
2093
+ export declare class PagequeryInnerMerchantagentRequest extends $tea.Model {
2094
+ authToken?: string;
2095
+ productInstanceId?: string;
2096
+ tenantId: string;
2097
+ agentName?: string;
2098
+ payExpandStatus?: string;
2099
+ pageInfo: PageQuery;
2100
+ static names(): {
2101
+ [key: string]: string;
2102
+ };
2103
+ static types(): {
2104
+ [key: string]: any;
2105
+ };
2106
+ constructor(map?: {
2107
+ [key: string]: any;
2108
+ });
2109
+ }
2110
+ export declare class PagequeryInnerMerchantagentResponse extends $tea.Model {
2111
+ reqMsgId?: string;
2112
+ resultCode?: string;
2113
+ resultMsg?: string;
2114
+ totalSize?: number;
2115
+ merchantAgentPage?: MerchantAgentPage[];
2116
+ static names(): {
2117
+ [key: string]: string;
2118
+ };
2119
+ static types(): {
2120
+ [key: string]: any;
2121
+ };
2122
+ constructor(map?: {
2123
+ [key: string]: any;
2124
+ });
2125
+ }
2126
+ export declare class CloneInnerTemplatefileaddressRequest extends $tea.Model {
2127
+ authToken?: string;
2128
+ productInstanceId?: string;
2129
+ tenantId: string;
2130
+ templateCode: string;
2131
+ fileKey: string;
1791
2132
  static names(): {
1792
2133
  [key: string]: string;
1793
2134
  };
@@ -1798,12 +2139,11 @@ export declare class PagequeryInnerFunddividerelationRequest extends $tea.Model
1798
2139
  [key: string]: any;
1799
2140
  });
1800
2141
  }
1801
- export declare class PagequeryInnerFunddividerelationResponse extends $tea.Model {
2142
+ export declare class CloneInnerTemplatefileaddressResponse extends $tea.Model {
1802
2143
  reqMsgId?: string;
1803
2144
  resultCode?: string;
1804
2145
  resultMsg?: string;
1805
- totalSize?: number;
1806
- relations?: RelationPage[];
2146
+ fileKey?: string;
1807
2147
  static names(): {
1808
2148
  [key: string]: string;
1809
2149
  };
@@ -1814,13 +2154,12 @@ export declare class PagequeryInnerFunddividerelationResponse extends $tea.Model
1814
2154
  [key: string]: any;
1815
2155
  });
1816
2156
  }
1817
- export declare class CreateInnerMerchantagreementRequest extends $tea.Model {
2157
+ export declare class QueryInnerSignfieldsRequest extends $tea.Model {
1818
2158
  authToken?: string;
1819
2159
  productInstanceId?: string;
1820
2160
  tenantId: string;
1821
- agreementId: string;
1822
- signAction: string;
1823
- userName: string;
2161
+ templateCode: string;
2162
+ templateVersion: string;
1824
2163
  static names(): {
1825
2164
  [key: string]: string;
1826
2165
  };
@@ -1831,10 +2170,11 @@ export declare class CreateInnerMerchantagreementRequest extends $tea.Model {
1831
2170
  [key: string]: any;
1832
2171
  });
1833
2172
  }
1834
- export declare class CreateInnerMerchantagreementResponse extends $tea.Model {
2173
+ export declare class QueryInnerSignfieldsResponse extends $tea.Model {
1835
2174
  reqMsgId?: string;
1836
2175
  resultCode?: string;
1837
2176
  resultMsg?: string;
2177
+ signFieldList?: string;
1838
2178
  static names(): {
1839
2179
  [key: string]: string;
1840
2180
  };
@@ -1845,11 +2185,14 @@ export declare class CreateInnerMerchantagreementResponse extends $tea.Model {
1845
2185
  [key: string]: any;
1846
2186
  });
1847
2187
  }
1848
- export declare class QueryInnerMerchantagreementRequest extends $tea.Model {
2188
+ export declare class SyncInnerTemplateRequest extends $tea.Model {
1849
2189
  authToken?: string;
1850
2190
  productInstanceId?: string;
1851
2191
  tenantId: string;
1852
- agreementId: string;
2192
+ sourceTemplateCode: string;
2193
+ targetTemplateName?: string;
2194
+ scene: string;
2195
+ sourceTemplateVersion: string;
1853
2196
  static names(): {
1854
2197
  [key: string]: string;
1855
2198
  };
@@ -1860,13 +2203,11 @@ export declare class QueryInnerMerchantagreementRequest extends $tea.Model {
1860
2203
  [key: string]: any;
1861
2204
  });
1862
2205
  }
1863
- export declare class QueryInnerMerchantagreementResponse extends $tea.Model {
2206
+ export declare class SyncInnerTemplateResponse extends $tea.Model {
1864
2207
  reqMsgId?: string;
1865
2208
  resultCode?: string;
1866
2209
  resultMsg?: string;
1867
- signStatus?: string;
1868
- signDateStr?: string;
1869
- agreementContent?: string;
2210
+ targetTemplateCode?: string;
1870
2211
  static names(): {
1871
2212
  [key: string]: string;
1872
2213
  };
@@ -1877,11 +2218,12 @@ export declare class QueryInnerMerchantagreementResponse extends $tea.Model {
1877
2218
  [key: string]: any;
1878
2219
  });
1879
2220
  }
1880
- export declare class PagequeryInnerMerchantagreementRequest extends $tea.Model {
2221
+ export declare class UpdateInnerTemplateRequest extends $tea.Model {
1881
2222
  authToken?: string;
1882
2223
  productInstanceId?: string;
1883
2224
  tenantId: string;
1884
- pageInfo: PageQuery;
2225
+ templateVersionId: string;
2226
+ templateName: string;
1885
2227
  static names(): {
1886
2228
  [key: string]: string;
1887
2229
  };
@@ -1892,12 +2234,10 @@ export declare class PagequeryInnerMerchantagreementRequest extends $tea.Model {
1892
2234
  [key: string]: any;
1893
2235
  });
1894
2236
  }
1895
- export declare class PagequeryInnerMerchantagreementResponse extends $tea.Model {
2237
+ export declare class UpdateInnerTemplateResponse extends $tea.Model {
1896
2238
  reqMsgId?: string;
1897
2239
  resultCode?: string;
1898
2240
  resultMsg?: string;
1899
- totalSize?: number;
1900
- agreementPage?: AgreementPage[];
1901
2241
  static names(): {
1902
2242
  [key: string]: string;
1903
2243
  };
@@ -1908,19 +2248,11 @@ export declare class PagequeryInnerMerchantagreementResponse extends $tea.Model
1908
2248
  [key: string]: any;
1909
2249
  });
1910
2250
  }
1911
- export declare class CreateInnerMerchantpayexpandRequest extends $tea.Model {
2251
+ export declare class QueryInnerTemplateRequest extends $tea.Model {
1912
2252
  authToken?: string;
1913
2253
  productInstanceId?: string;
2254
+ templateCode: string;
1914
2255
  tenantId: string;
1915
- companyInfo: CompanyInfo;
1916
- legalInfo: LegalInfo;
1917
- applicationInfo: ApplicationInfo;
1918
- submit: string;
1919
- expandMode: string;
1920
- subTenantId?: string;
1921
- userName: string;
1922
- payExpandId?: string;
1923
- allowDuplicate?: boolean;
1924
2256
  static names(): {
1925
2257
  [key: string]: string;
1926
2258
  };
@@ -1931,11 +2263,11 @@ export declare class CreateInnerMerchantpayexpandRequest extends $tea.Model {
1931
2263
  [key: string]: any;
1932
2264
  });
1933
2265
  }
1934
- export declare class CreateInnerMerchantpayexpandResponse extends $tea.Model {
2266
+ export declare class QueryInnerTemplateResponse extends $tea.Model {
1935
2267
  reqMsgId?: string;
1936
2268
  resultCode?: string;
1937
2269
  resultMsg?: string;
1938
- payExpandId?: string;
2270
+ data?: string;
1939
2271
  static names(): {
1940
2272
  [key: string]: string;
1941
2273
  };
@@ -1946,12 +2278,12 @@ export declare class CreateInnerMerchantpayexpandResponse extends $tea.Model {
1946
2278
  [key: string]: any;
1947
2279
  });
1948
2280
  }
1949
- export declare class SubmitInnerMerchantpayexpandRequest extends $tea.Model {
2281
+ export declare class QueryInnerTemplateelementlinkRequest extends $tea.Model {
1950
2282
  authToken?: string;
1951
2283
  productInstanceId?: string;
1952
2284
  tenantId: string;
1953
- payExpandId: string;
1954
- userName: string;
2285
+ templateCode: string;
2286
+ templateVersion: string;
1955
2287
  static names(): {
1956
2288
  [key: string]: string;
1957
2289
  };
@@ -1962,10 +2294,11 @@ export declare class SubmitInnerMerchantpayexpandRequest extends $tea.Model {
1962
2294
  [key: string]: any;
1963
2295
  });
1964
2296
  }
1965
- export declare class SubmitInnerMerchantpayexpandResponse extends $tea.Model {
2297
+ export declare class QueryInnerTemplateelementlinkResponse extends $tea.Model {
1966
2298
  reqMsgId?: string;
1967
2299
  resultCode?: string;
1968
2300
  resultMsg?: string;
2301
+ data?: string;
1969
2302
  static names(): {
1970
2303
  [key: string]: string;
1971
2304
  };
@@ -1976,12 +2309,12 @@ export declare class SubmitInnerMerchantpayexpandResponse extends $tea.Model {
1976
2309
  [key: string]: any;
1977
2310
  });
1978
2311
  }
1979
- export declare class QueryInnerMerchantpayexpandRequest extends $tea.Model {
2312
+ export declare class QueryInnerTemplateversionRequest extends $tea.Model {
1980
2313
  authToken?: string;
1981
2314
  productInstanceId?: string;
1982
2315
  tenantId: string;
1983
- payExpandId?: string;
1984
- expandMode: string;
2316
+ templateCode: string;
2317
+ templateVersion: string;
1985
2318
  static names(): {
1986
2319
  [key: string]: string;
1987
2320
  };
@@ -1992,18 +2325,11 @@ export declare class QueryInnerMerchantpayexpandRequest extends $tea.Model {
1992
2325
  [key: string]: any;
1993
2326
  });
1994
2327
  }
1995
- export declare class QueryInnerMerchantpayexpandResponse extends $tea.Model {
2328
+ export declare class QueryInnerTemplateversionResponse extends $tea.Model {
1996
2329
  reqMsgId?: string;
1997
2330
  resultCode?: string;
1998
2331
  resultMsg?: string;
1999
- companyInfo?: CompanyInfo;
2000
- legalInfo?: LegalInfo;
2001
- applicationInfo?: ApplicationInfo;
2002
- auditInfos?: AuditInfo[];
2003
- payExpandId?: string;
2004
- expandMode?: string;
2005
- expandStatus?: string;
2006
- expandFailReason?: string;
2332
+ data?: string;
2007
2333
  static names(): {
2008
2334
  [key: string]: string;
2009
2335
  };
@@ -2014,12 +2340,15 @@ export declare class QueryInnerMerchantpayexpandResponse extends $tea.Model {
2014
2340
  [key: string]: any;
2015
2341
  });
2016
2342
  }
2017
- export declare class PagequeryInnerMerchantagentRequest extends $tea.Model {
2343
+ export declare class PagequeryInnerOrdermsgRequest extends $tea.Model {
2018
2344
  authToken?: string;
2019
2345
  productInstanceId?: string;
2020
2346
  tenantId: string;
2021
- agentName?: string;
2022
- payExpandStatus?: string;
2347
+ orderId: string;
2348
+ msgPublishType?: string;
2349
+ msgCreateTimeFrom?: string;
2350
+ msgCreateTimeTo?: string;
2351
+ env: string;
2023
2352
  pageInfo: PageQuery;
2024
2353
  static names(): {
2025
2354
  [key: string]: string;
@@ -2031,12 +2360,12 @@ export declare class PagequeryInnerMerchantagentRequest extends $tea.Model {
2031
2360
  [key: string]: any;
2032
2361
  });
2033
2362
  }
2034
- export declare class PagequeryInnerMerchantagentResponse extends $tea.Model {
2363
+ export declare class PagequeryInnerOrdermsgResponse extends $tea.Model {
2035
2364
  reqMsgId?: string;
2036
2365
  resultCode?: string;
2037
2366
  resultMsg?: string;
2038
2367
  totalSize?: number;
2039
- merchantAgentPage?: MerchantAgentPage[];
2368
+ orderMsgInfos?: OrderMsgInfo[];
2040
2369
  static names(): {
2041
2370
  [key: string]: string;
2042
2371
  };
@@ -2047,12 +2376,14 @@ export declare class PagequeryInnerMerchantagentResponse extends $tea.Model {
2047
2376
  [key: string]: any;
2048
2377
  });
2049
2378
  }
2050
- export declare class CloneInnerTemplatefileaddressRequest extends $tea.Model {
2379
+ export declare class RetryInnerOrdermsgRequest extends $tea.Model {
2051
2380
  authToken?: string;
2052
2381
  productInstanceId?: string;
2053
2382
  tenantId: string;
2054
- templateCode: string;
2055
- fileKey: string;
2383
+ env: string;
2384
+ orderId: string;
2385
+ msgId: string;
2386
+ usingNewCallbackUrl: boolean;
2056
2387
  static names(): {
2057
2388
  [key: string]: string;
2058
2389
  };
@@ -2063,11 +2394,11 @@ export declare class CloneInnerTemplatefileaddressRequest extends $tea.Model {
2063
2394
  [key: string]: any;
2064
2395
  });
2065
2396
  }
2066
- export declare class CloneInnerTemplatefileaddressResponse extends $tea.Model {
2397
+ export declare class RetryInnerOrdermsgResponse extends $tea.Model {
2067
2398
  reqMsgId?: string;
2068
2399
  resultCode?: string;
2069
2400
  resultMsg?: string;
2070
- fileKey?: string;
2401
+ retryResult?: string;
2071
2402
  static names(): {
2072
2403
  [key: string]: string;
2073
2404
  };
@@ -2078,12 +2409,10 @@ export declare class CloneInnerTemplatefileaddressResponse extends $tea.Model {
2078
2409
  [key: string]: any;
2079
2410
  });
2080
2411
  }
2081
- export declare class QueryInnerSignfieldsRequest extends $tea.Model {
2412
+ export declare class QueryInnerAuthorizationRequest extends $tea.Model {
2082
2413
  authToken?: string;
2083
2414
  productInstanceId?: string;
2084
- tenantId: string;
2085
- templateCode: string;
2086
- templateVersion: string;
2415
+ flowId: string;
2087
2416
  static names(): {
2088
2417
  [key: string]: string;
2089
2418
  };
@@ -2094,11 +2423,11 @@ export declare class QueryInnerSignfieldsRequest extends $tea.Model {
2094
2423
  [key: string]: any;
2095
2424
  });
2096
2425
  }
2097
- export declare class QueryInnerSignfieldsResponse extends $tea.Model {
2426
+ export declare class QueryInnerAuthorizationResponse extends $tea.Model {
2098
2427
  reqMsgId?: string;
2099
2428
  resultCode?: string;
2100
2429
  resultMsg?: string;
2101
- signFieldList?: string;
2430
+ isNeedAskAuth?: boolean;
2102
2431
  static names(): {
2103
2432
  [key: string]: string;
2104
2433
  };
@@ -2109,14 +2438,11 @@ export declare class QueryInnerSignfieldsResponse extends $tea.Model {
2109
2438
  [key: string]: any;
2110
2439
  });
2111
2440
  }
2112
- export declare class SyncInnerTemplateRequest extends $tea.Model {
2441
+ export declare class SignInnerAuthorizationRequest extends $tea.Model {
2113
2442
  authToken?: string;
2114
2443
  productInstanceId?: string;
2115
- tenantId: string;
2116
- sourceTemplateCode: string;
2117
- targetTemplateName?: string;
2118
- scene: string;
2119
- sourceTemplateVersion: string;
2444
+ flowId: string;
2445
+ authResult: boolean;
2120
2446
  static names(): {
2121
2447
  [key: string]: string;
2122
2448
  };
@@ -2127,11 +2453,10 @@ export declare class SyncInnerTemplateRequest extends $tea.Model {
2127
2453
  [key: string]: any;
2128
2454
  });
2129
2455
  }
2130
- export declare class SyncInnerTemplateResponse extends $tea.Model {
2456
+ export declare class SignInnerAuthorizationResponse extends $tea.Model {
2131
2457
  reqMsgId?: string;
2132
2458
  resultCode?: string;
2133
2459
  resultMsg?: string;
2134
- targetTemplateCode?: string;
2135
2460
  static names(): {
2136
2461
  [key: string]: string;
2137
2462
  };
@@ -2142,12 +2467,10 @@ export declare class SyncInnerTemplateResponse extends $tea.Model {
2142
2467
  [key: string]: any;
2143
2468
  });
2144
2469
  }
2145
- export declare class UpdateInnerTemplateRequest extends $tea.Model {
2470
+ export declare class QueryInnerSupplementalRequest extends $tea.Model {
2146
2471
  authToken?: string;
2147
2472
  productInstanceId?: string;
2148
2473
  tenantId: string;
2149
- templateVersionId: string;
2150
- templateName: string;
2151
2474
  static names(): {
2152
2475
  [key: string]: string;
2153
2476
  };
@@ -2158,10 +2481,11 @@ export declare class UpdateInnerTemplateRequest extends $tea.Model {
2158
2481
  [key: string]: any;
2159
2482
  });
2160
2483
  }
2161
- export declare class UpdateInnerTemplateResponse extends $tea.Model {
2484
+ export declare class QueryInnerSupplementalResponse extends $tea.Model {
2162
2485
  reqMsgId?: string;
2163
2486
  resultCode?: string;
2164
2487
  resultMsg?: string;
2488
+ isNeedAskAuth?: boolean;
2165
2489
  static names(): {
2166
2490
  [key: string]: string;
2167
2491
  };
@@ -2172,11 +2496,11 @@ export declare class UpdateInnerTemplateResponse extends $tea.Model {
2172
2496
  [key: string]: any;
2173
2497
  });
2174
2498
  }
2175
- export declare class QueryInnerTemplateRequest extends $tea.Model {
2499
+ export declare class SignInnerSupplementalRequest extends $tea.Model {
2176
2500
  authToken?: string;
2177
2501
  productInstanceId?: string;
2178
- templateCode: string;
2179
2502
  tenantId: string;
2503
+ authResult: boolean;
2180
2504
  static names(): {
2181
2505
  [key: string]: string;
2182
2506
  };
@@ -2187,11 +2511,10 @@ export declare class QueryInnerTemplateRequest extends $tea.Model {
2187
2511
  [key: string]: any;
2188
2512
  });
2189
2513
  }
2190
- export declare class QueryInnerTemplateResponse extends $tea.Model {
2514
+ export declare class SignInnerSupplementalResponse extends $tea.Model {
2191
2515
  reqMsgId?: string;
2192
2516
  resultCode?: string;
2193
2517
  resultMsg?: string;
2194
- data?: string;
2195
2518
  static names(): {
2196
2519
  [key: string]: string;
2197
2520
  };
@@ -2202,12 +2525,11 @@ export declare class QueryInnerTemplateResponse extends $tea.Model {
2202
2525
  [key: string]: any;
2203
2526
  });
2204
2527
  }
2205
- export declare class QueryInnerTemplateelementlinkRequest extends $tea.Model {
2528
+ export declare class QueryInnerWithholdplanRequest extends $tea.Model {
2206
2529
  authToken?: string;
2207
2530
  productInstanceId?: string;
2208
- tenantId: string;
2209
- templateCode: string;
2210
- templateVersion: string;
2531
+ merchantTenantId: string;
2532
+ orderId: string;
2211
2533
  static names(): {
2212
2534
  [key: string]: string;
2213
2535
  };
@@ -2218,11 +2540,13 @@ export declare class QueryInnerTemplateelementlinkRequest extends $tea.Model {
2218
2540
  [key: string]: any;
2219
2541
  });
2220
2542
  }
2221
- export declare class QueryInnerTemplateelementlinkResponse extends $tea.Model {
2543
+ export declare class QueryInnerWithholdplanResponse extends $tea.Model {
2222
2544
  reqMsgId?: string;
2223
2545
  resultCode?: string;
2224
2546
  resultMsg?: string;
2225
- data?: string;
2547
+ totalMoney?: number;
2548
+ totalTerm?: number;
2549
+ payInfo?: UserPerformanceInfo[];
2226
2550
  static names(): {
2227
2551
  [key: string]: string;
2228
2552
  };
@@ -2233,12 +2557,12 @@ export declare class QueryInnerTemplateelementlinkResponse extends $tea.Model {
2233
2557
  [key: string]: any;
2234
2558
  });
2235
2559
  }
2236
- export declare class QueryInnerTemplateversionRequest extends $tea.Model {
2560
+ export declare class CreateInnerWithholdsignRequest extends $tea.Model {
2237
2561
  authToken?: string;
2238
2562
  productInstanceId?: string;
2239
- tenantId: string;
2240
- templateCode: string;
2241
- templateVersion: string;
2563
+ merchantTenantId: string;
2564
+ orderId: string;
2565
+ alipayUserId?: string;
2242
2566
  static names(): {
2243
2567
  [key: string]: string;
2244
2568
  };
@@ -2249,11 +2573,11 @@ export declare class QueryInnerTemplateversionRequest extends $tea.Model {
2249
2573
  [key: string]: any;
2250
2574
  });
2251
2575
  }
2252
- export declare class QueryInnerTemplateversionResponse extends $tea.Model {
2576
+ export declare class CreateInnerWithholdsignResponse extends $tea.Model {
2253
2577
  reqMsgId?: string;
2254
2578
  resultCode?: string;
2255
2579
  resultMsg?: string;
2256
- data?: string;
2580
+ signStr?: string;
2257
2581
  static names(): {
2258
2582
  [key: string]: string;
2259
2583
  };
@@ -2264,16 +2588,11 @@ export declare class QueryInnerTemplateversionResponse extends $tea.Model {
2264
2588
  [key: string]: any;
2265
2589
  });
2266
2590
  }
2267
- export declare class PagequeryInnerOrdermsgRequest extends $tea.Model {
2591
+ export declare class QueryInnerWithholdsignRequest extends $tea.Model {
2268
2592
  authToken?: string;
2269
2593
  productInstanceId?: string;
2270
- tenantId: string;
2594
+ merchantTenantId: string;
2271
2595
  orderId: string;
2272
- msgPublishType?: string;
2273
- msgCreateTimeFrom?: string;
2274
- msgCreateTimeTo?: string;
2275
- env: string;
2276
- pageInfo: PageQuery;
2277
2596
  static names(): {
2278
2597
  [key: string]: string;
2279
2598
  };
@@ -2284,12 +2603,15 @@ export declare class PagequeryInnerOrdermsgRequest extends $tea.Model {
2284
2603
  [key: string]: any;
2285
2604
  });
2286
2605
  }
2287
- export declare class PagequeryInnerOrdermsgResponse extends $tea.Model {
2606
+ export declare class QueryInnerWithholdsignResponse extends $tea.Model {
2288
2607
  reqMsgId?: string;
2289
2608
  resultCode?: string;
2290
2609
  resultMsg?: string;
2291
- totalSize?: number;
2292
- orderMsgInfos?: OrderMsgInfo[];
2610
+ status?: string;
2611
+ agreementNo?: string;
2612
+ signTime?: string;
2613
+ validTime?: string;
2614
+ invalidTime?: string;
2293
2615
  static names(): {
2294
2616
  [key: string]: string;
2295
2617
  };
@@ -2300,14 +2622,10 @@ export declare class PagequeryInnerOrdermsgResponse extends $tea.Model {
2300
2622
  [key: string]: any;
2301
2623
  });
2302
2624
  }
2303
- export declare class RetryInnerOrdermsgRequest extends $tea.Model {
2625
+ export declare class GetInnerMerchantstaticdataRequest extends $tea.Model {
2304
2626
  authToken?: string;
2305
2627
  productInstanceId?: string;
2306
2628
  tenantId: string;
2307
- env: string;
2308
- orderId: string;
2309
- msgId: string;
2310
- usingNewCallbackUrl: boolean;
2311
2629
  static names(): {
2312
2630
  [key: string]: string;
2313
2631
  };
@@ -2318,11 +2636,11 @@ export declare class RetryInnerOrdermsgRequest extends $tea.Model {
2318
2636
  [key: string]: any;
2319
2637
  });
2320
2638
  }
2321
- export declare class RetryInnerOrdermsgResponse extends $tea.Model {
2639
+ export declare class GetInnerMerchantstaticdataResponse extends $tea.Model {
2322
2640
  reqMsgId?: string;
2323
2641
  resultCode?: string;
2324
2642
  resultMsg?: string;
2325
- retryResult?: string;
2643
+ staticDataList?: StaticData[];
2326
2644
  static names(): {
2327
2645
  [key: string]: string;
2328
2646
  };
@@ -2529,11 +2847,10 @@ export declare class QueryRealpersonFacevrfResponse extends $tea.Model {
2529
2847
  export declare class QueryRiskRequest extends $tea.Model {
2530
2848
  authToken?: string;
2531
2849
  productInstanceId?: string;
2532
- userId?: string;
2850
+ productName: string;
2533
2851
  userName: string;
2534
2852
  certNo: string;
2535
2853
  mobile: string;
2536
- ip?: string;
2537
2854
  static names(): {
2538
2855
  [key: string]: string;
2539
2856
  };
@@ -2548,10 +2865,6 @@ export declare class QueryRiskResponse extends $tea.Model {
2548
2865
  reqMsgId?: string;
2549
2866
  resultCode?: string;
2550
2867
  resultMsg?: string;
2551
- securityId?: string;
2552
- decision?: string;
2553
- scenes?: RiskScene[];
2554
- strategies?: RiskStrategy[];
2555
2868
  models?: RiskModel[];
2556
2869
  static names(): {
2557
2870
  [key: string]: string;
@@ -2619,6 +2932,8 @@ export declare class SubmitSignFlowRequest extends $tea.Model {
2619
2932
  merchantLegalName?: string;
2620
2933
  merchantLegalIdNumber?: string;
2621
2934
  thirdSigner?: string;
2935
+ userOpenId?: string;
2936
+ merchantAppId?: string;
2622
2937
  static names(): {
2623
2938
  [key: string]: string;
2624
2939
  };
@@ -2741,6 +3056,8 @@ export declare class SubmitFrontSignRequest extends $tea.Model {
2741
3056
  merchantLegalName?: string;
2742
3057
  merchantLegalIdNumber?: string;
2743
3058
  thirdSigner?: string;
3059
+ userOpenId?: string;
3060
+ merchantAppId?: string;
2744
3061
  static names(): {
2745
3062
  [key: string]: string;
2746
3063
  };
@@ -3277,6 +3594,40 @@ export declare class ReplaceTradeUserpromiseResponse extends $tea.Model {
3277
3594
  [key: string]: any;
3278
3595
  });
3279
3596
  }
3597
+ export declare class ApplyTradeFinanceprecheckRequest extends $tea.Model {
3598
+ authToken?: string;
3599
+ productInstanceId?: string;
3600
+ orderId: string;
3601
+ merchantId: string;
3602
+ fundId: string;
3603
+ transparentInfo?: string;
3604
+ static names(): {
3605
+ [key: string]: string;
3606
+ };
3607
+ static types(): {
3608
+ [key: string]: any;
3609
+ };
3610
+ constructor(map?: {
3611
+ [key: string]: any;
3612
+ });
3613
+ }
3614
+ export declare class ApplyTradeFinanceprecheckResponse extends $tea.Model {
3615
+ reqMsgId?: string;
3616
+ resultCode?: string;
3617
+ resultMsg?: string;
3618
+ responseData?: string;
3619
+ orderId?: string;
3620
+ merchantId?: string;
3621
+ static names(): {
3622
+ [key: string]: string;
3623
+ };
3624
+ static types(): {
3625
+ [key: string]: any;
3626
+ };
3627
+ constructor(map?: {
3628
+ [key: string]: any;
3629
+ });
3630
+ }
3280
3631
  export declare class CreateWithholdSignRequest extends $tea.Model {
3281
3632
  authToken?: string;
3282
3633
  productInstanceId?: string;
@@ -3287,6 +3638,8 @@ export declare class CreateWithholdSignRequest extends $tea.Model {
3287
3638
  alipayMerchantServiceDescription?: string;
3288
3639
  alipayUserId?: string;
3289
3640
  returnUrl?: string;
3641
+ userOpenId?: string;
3642
+ merchantAppId?: string;
3290
3643
  static names(): {
3291
3644
  [key: string]: string;
3292
3645
  };
@@ -3980,6 +4333,18 @@ export default class Client {
3980
4333
  queryFundCreditEx(request: QueryFundCreditRequest, headers: {
3981
4334
  [key: string]: string;
3982
4335
  }, runtime: $Util.RuntimeOptions): Promise<QueryFundCreditResponse>;
4336
+ /**
4337
+ * Description: 融资预审结果同步
4338
+ * Summary: 融资预审结果同步
4339
+ */
4340
+ syncFundFinanceprecheckresult(request: SyncFundFinanceprecheckresultRequest): Promise<SyncFundFinanceprecheckresultResponse>;
4341
+ /**
4342
+ * Description: 融资预审结果同步
4343
+ * Summary: 融资预审结果同步
4344
+ */
4345
+ syncFundFinanceprecheckresultEx(request: SyncFundFinanceprecheckresultRequest, headers: {
4346
+ [key: string]: string;
4347
+ }, runtime: $Util.RuntimeOptions): Promise<SyncFundFinanceprecheckresultResponse>;
3983
4348
  /**
3984
4349
  * Description: 内部调用,商品信息获取
3985
4350
  * Summary: 商品信息获取
@@ -4460,6 +4825,102 @@ export default class Client {
4460
4825
  retryInnerOrdermsgEx(request: RetryInnerOrdermsgRequest, headers: {
4461
4826
  [key: string]: string;
4462
4827
  }, runtime: $Util.RuntimeOptions): Promise<RetryInnerOrdermsgResponse>;
4828
+ /**
4829
+ * Description: 法务协议授权- 签署合同代扣前置授权查询接口
4830
+ * Summary: 签署合同代扣前置授权查询接口
4831
+ */
4832
+ queryInnerAuthorization(request: QueryInnerAuthorizationRequest): Promise<QueryInnerAuthorizationResponse>;
4833
+ /**
4834
+ * Description: 法务协议授权- 签署合同代扣前置授权查询接口
4835
+ * Summary: 签署合同代扣前置授权查询接口
4836
+ */
4837
+ queryInnerAuthorizationEx(request: QueryInnerAuthorizationRequest, headers: {
4838
+ [key: string]: string;
4839
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerAuthorizationResponse>;
4840
+ /**
4841
+ * Description: 法务协议授权 - 签署合同代扣前置同意授权接口
4842
+ * Summary: 签署合同代扣前置同意授权接口
4843
+ */
4844
+ signInnerAuthorization(request: SignInnerAuthorizationRequest): Promise<SignInnerAuthorizationResponse>;
4845
+ /**
4846
+ * Description: 法务协议授权 - 签署合同代扣前置同意授权接口
4847
+ * Summary: 签署合同代扣前置同意授权接口
4848
+ */
4849
+ signInnerAuthorizationEx(request: SignInnerAuthorizationRequest, headers: {
4850
+ [key: string]: string;
4851
+ }, runtime: $Util.RuntimeOptions): Promise<SignInnerAuthorizationResponse>;
4852
+ /**
4853
+ * Description: 小程序法务授权 - 商户补充协议状态查询接口
4854
+ * Summary: 商户补充协议状态查询接口
4855
+ */
4856
+ queryInnerSupplemental(request: QueryInnerSupplementalRequest): Promise<QueryInnerSupplementalResponse>;
4857
+ /**
4858
+ * Description: 小程序法务授权 - 商户补充协议状态查询接口
4859
+ * Summary: 商户补充协议状态查询接口
4860
+ */
4861
+ queryInnerSupplementalEx(request: QueryInnerSupplementalRequest, headers: {
4862
+ [key: string]: string;
4863
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSupplementalResponse>;
4864
+ /**
4865
+ * Description: 法务协议授权 - 商户补充协议状态同意接口
4866
+ * Summary: 商户补充协议状态同意接口
4867
+ */
4868
+ signInnerSupplemental(request: SignInnerSupplementalRequest): Promise<SignInnerSupplementalResponse>;
4869
+ /**
4870
+ * Description: 法务协议授权 - 商户补充协议状态同意接口
4871
+ * Summary: 商户补充协议状态同意接口
4872
+ */
4873
+ signInnerSupplementalEx(request: SignInnerSupplementalRequest, headers: {
4874
+ [key: string]: string;
4875
+ }, runtime: $Util.RuntimeOptions): Promise<SignInnerSupplementalResponse>;
4876
+ /**
4877
+ * Description: 查询代扣计划
4878
+ * Summary: 代扣计划查询
4879
+ */
4880
+ queryInnerWithholdplan(request: QueryInnerWithholdplanRequest): Promise<QueryInnerWithholdplanResponse>;
4881
+ /**
4882
+ * Description: 查询代扣计划
4883
+ * Summary: 代扣计划查询
4884
+ */
4885
+ queryInnerWithholdplanEx(request: QueryInnerWithholdplanRequest, headers: {
4886
+ [key: string]: string;
4887
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerWithholdplanResponse>;
4888
+ /**
4889
+ * Description: 创建代扣协议
4890
+ * Summary: 创建代扣协议
4891
+ */
4892
+ createInnerWithholdsign(request: CreateInnerWithholdsignRequest): Promise<CreateInnerWithholdsignResponse>;
4893
+ /**
4894
+ * Description: 创建代扣协议
4895
+ * Summary: 创建代扣协议
4896
+ */
4897
+ createInnerWithholdsignEx(request: CreateInnerWithholdsignRequest, headers: {
4898
+ [key: string]: string;
4899
+ }, runtime: $Util.RuntimeOptions): Promise<CreateInnerWithholdsignResponse>;
4900
+ /**
4901
+ * Description: 代扣签约查询
4902
+ * Summary: 代扣签约查询
4903
+ */
4904
+ queryInnerWithholdsign(request: QueryInnerWithholdsignRequest): Promise<QueryInnerWithholdsignResponse>;
4905
+ /**
4906
+ * Description: 代扣签约查询
4907
+ * Summary: 代扣签约查询
4908
+ */
4909
+ queryInnerWithholdsignEx(request: QueryInnerWithholdsignRequest, headers: {
4910
+ [key: string]: string;
4911
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerWithholdsignResponse>;
4912
+ /**
4913
+ * Description: 获取商户进件静态枚举数据
4914
+ * Summary: 获取商户进件静态枚举数据
4915
+ */
4916
+ getInnerMerchantstaticdata(request: GetInnerMerchantstaticdataRequest): Promise<GetInnerMerchantstaticdataResponse>;
4917
+ /**
4918
+ * Description: 获取商户进件静态枚举数据
4919
+ * Summary: 获取商户进件静态枚举数据
4920
+ */
4921
+ getInnerMerchantstaticdataEx(request: GetInnerMerchantstaticdataRequest, headers: {
4922
+ [key: string]: string;
4923
+ }, runtime: $Util.RuntimeOptions): Promise<GetInnerMerchantstaticdataResponse>;
4463
4924
  /**
4464
4925
  * Description: 商户入驻
4465
4926
  * Summary: 商户入驻
@@ -4796,6 +5257,18 @@ export default class Client {
4796
5257
  replaceTradeUserpromiseEx(request: ReplaceTradeUserpromiseRequest, headers: {
4797
5258
  [key: string]: string;
4798
5259
  }, runtime: $Util.RuntimeOptions): Promise<ReplaceTradeUserpromiseResponse>;
5260
+ /**
5261
+ * Description: 订单融资预审申请接口
5262
+ * Summary: 订单融资预审申请接口
5263
+ */
5264
+ applyTradeFinanceprecheck(request: ApplyTradeFinanceprecheckRequest): Promise<ApplyTradeFinanceprecheckResponse>;
5265
+ /**
5266
+ * Description: 订单融资预审申请接口
5267
+ * Summary: 订单融资预审申请接口
5268
+ */
5269
+ applyTradeFinanceprecheckEx(request: ApplyTradeFinanceprecheckRequest, headers: {
5270
+ [key: string]: string;
5271
+ }, runtime: $Util.RuntimeOptions): Promise<ApplyTradeFinanceprecheckResponse>;
4799
5272
  /**
4800
5273
  * Description: 代扣签约创建
4801
5274
  * Summary: 代扣签约