@antchain/ato 1.14.28 → 1.14.40
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 +356 -6
- package/dist/client.js +530 -12
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +788 -59
package/dist/client.d.ts
CHANGED
|
@@ -157,6 +157,20 @@ export declare class AppletRiskModel extends $tea.Model {
|
|
|
157
157
|
[key: string]: any;
|
|
158
158
|
});
|
|
159
159
|
}
|
|
160
|
+
export declare class ExpandProcessInfo extends $tea.Model {
|
|
161
|
+
processNode?: string;
|
|
162
|
+
isSubmitted?: boolean;
|
|
163
|
+
auditStatus?: string;
|
|
164
|
+
static names(): {
|
|
165
|
+
[key: string]: string;
|
|
166
|
+
};
|
|
167
|
+
static types(): {
|
|
168
|
+
[key: string]: any;
|
|
169
|
+
};
|
|
170
|
+
constructor(map?: {
|
|
171
|
+
[key: string]: any;
|
|
172
|
+
});
|
|
173
|
+
}
|
|
160
174
|
export declare class DivideBindingTransInInfo extends $tea.Model {
|
|
161
175
|
alipayPid: string;
|
|
162
176
|
static names(): {
|
|
@@ -350,13 +364,13 @@ export declare class FundAssertReport extends $tea.Model {
|
|
|
350
364
|
totalBillAmount: number;
|
|
351
365
|
averageTerm: string;
|
|
352
366
|
cancelledBillAmount: number;
|
|
353
|
-
billAmountOverdueBy1dayOrMore: number;
|
|
354
|
-
billAmountOverdueBy30DaysOrMore: number;
|
|
355
367
|
totalBillAmountYPeriod: number;
|
|
356
368
|
averageTermYPeriod: string;
|
|
357
369
|
cancelledBillAmountYPeriod: number;
|
|
358
|
-
|
|
359
|
-
|
|
370
|
+
billAmountOverdueBy1dayOrMore: string;
|
|
371
|
+
billAmountOverdueBy1dayOrMoreYPeriod: string;
|
|
372
|
+
billAmountOverdueBy30DaysOrMore: string;
|
|
373
|
+
billAmountOverdueBy30DaysOrMoreYPeriod: string;
|
|
360
374
|
static names(): {
|
|
361
375
|
[key: string]: string;
|
|
362
376
|
};
|
|
@@ -525,6 +539,19 @@ export declare class CompanyInfoUpdate extends $tea.Model {
|
|
|
525
539
|
[key: string]: any;
|
|
526
540
|
});
|
|
527
541
|
}
|
|
542
|
+
export declare class CompanySummaryInfo extends $tea.Model {
|
|
543
|
+
merchantId?: string;
|
|
544
|
+
merchantName?: string;
|
|
545
|
+
static names(): {
|
|
546
|
+
[key: string]: string;
|
|
547
|
+
};
|
|
548
|
+
static types(): {
|
|
549
|
+
[key: string]: any;
|
|
550
|
+
};
|
|
551
|
+
constructor(map?: {
|
|
552
|
+
[key: string]: any;
|
|
553
|
+
});
|
|
554
|
+
}
|
|
528
555
|
export declare class OrderSearchInfo extends $tea.Model {
|
|
529
556
|
orderId?: string;
|
|
530
557
|
agreementNo?: string;
|
|
@@ -858,6 +885,25 @@ export declare class OrderMsgInfo extends $tea.Model {
|
|
|
858
885
|
[key: string]: any;
|
|
859
886
|
});
|
|
860
887
|
}
|
|
888
|
+
export declare class DataDownloadInfo extends $tea.Model {
|
|
889
|
+
merchantId?: string;
|
|
890
|
+
bizNo?: string;
|
|
891
|
+
status?: string;
|
|
892
|
+
type?: string;
|
|
893
|
+
startTime?: string;
|
|
894
|
+
endTime?: string;
|
|
895
|
+
createTime?: string;
|
|
896
|
+
resultInfo?: string;
|
|
897
|
+
static names(): {
|
|
898
|
+
[key: string]: string;
|
|
899
|
+
};
|
|
900
|
+
static types(): {
|
|
901
|
+
[key: string]: any;
|
|
902
|
+
};
|
|
903
|
+
constructor(map?: {
|
|
904
|
+
[key: string]: any;
|
|
905
|
+
});
|
|
906
|
+
}
|
|
861
907
|
export declare class CustomerPersonInfo extends $tea.Model {
|
|
862
908
|
alipayLogonId: string;
|
|
863
909
|
alipayBindMobile: string;
|
|
@@ -2330,6 +2376,69 @@ export declare class RepayFundPlanResponse extends $tea.Model {
|
|
|
2330
2376
|
[key: string]: any;
|
|
2331
2377
|
});
|
|
2332
2378
|
}
|
|
2379
|
+
export declare class GetFundCompensatesignurlRequest extends $tea.Model {
|
|
2380
|
+
authToken?: string;
|
|
2381
|
+
productInstanceId?: string;
|
|
2382
|
+
fundId: string;
|
|
2383
|
+
merchantTenantId: string;
|
|
2384
|
+
merchantId: string;
|
|
2385
|
+
type: string;
|
|
2386
|
+
static names(): {
|
|
2387
|
+
[key: string]: string;
|
|
2388
|
+
};
|
|
2389
|
+
static types(): {
|
|
2390
|
+
[key: string]: any;
|
|
2391
|
+
};
|
|
2392
|
+
constructor(map?: {
|
|
2393
|
+
[key: string]: any;
|
|
2394
|
+
});
|
|
2395
|
+
}
|
|
2396
|
+
export declare class GetFundCompensatesignurlResponse extends $tea.Model {
|
|
2397
|
+
reqMsgId?: string;
|
|
2398
|
+
resultCode?: string;
|
|
2399
|
+
resultMsg?: string;
|
|
2400
|
+
signUrl?: string;
|
|
2401
|
+
static names(): {
|
|
2402
|
+
[key: string]: string;
|
|
2403
|
+
};
|
|
2404
|
+
static types(): {
|
|
2405
|
+
[key: string]: any;
|
|
2406
|
+
};
|
|
2407
|
+
constructor(map?: {
|
|
2408
|
+
[key: string]: any;
|
|
2409
|
+
});
|
|
2410
|
+
}
|
|
2411
|
+
export declare class ConfirmFundCompensateRequest extends $tea.Model {
|
|
2412
|
+
authToken?: string;
|
|
2413
|
+
productInstanceId?: string;
|
|
2414
|
+
fundId: string;
|
|
2415
|
+
merchantTenantId: string;
|
|
2416
|
+
merchantId: string;
|
|
2417
|
+
type?: string;
|
|
2418
|
+
static names(): {
|
|
2419
|
+
[key: string]: string;
|
|
2420
|
+
};
|
|
2421
|
+
static types(): {
|
|
2422
|
+
[key: string]: any;
|
|
2423
|
+
};
|
|
2424
|
+
constructor(map?: {
|
|
2425
|
+
[key: string]: any;
|
|
2426
|
+
});
|
|
2427
|
+
}
|
|
2428
|
+
export declare class ConfirmFundCompensateResponse extends $tea.Model {
|
|
2429
|
+
reqMsgId?: string;
|
|
2430
|
+
resultCode?: string;
|
|
2431
|
+
resultMsg?: string;
|
|
2432
|
+
static names(): {
|
|
2433
|
+
[key: string]: string;
|
|
2434
|
+
};
|
|
2435
|
+
static types(): {
|
|
2436
|
+
[key: string]: any;
|
|
2437
|
+
};
|
|
2438
|
+
constructor(map?: {
|
|
2439
|
+
[key: string]: any;
|
|
2440
|
+
});
|
|
2441
|
+
}
|
|
2333
2442
|
export declare class GetInnerProductRequest extends $tea.Model {
|
|
2334
2443
|
authToken?: string;
|
|
2335
2444
|
productInstanceId?: string;
|
|
@@ -4884,7 +4993,7 @@ export declare class QueryInnerLoggerRequest extends $tea.Model {
|
|
|
4884
4993
|
authToken?: string;
|
|
4885
4994
|
productInstanceId?: string;
|
|
4886
4995
|
channel: string;
|
|
4887
|
-
|
|
4996
|
+
channelAccountId: string;
|
|
4888
4997
|
traceId?: string;
|
|
4889
4998
|
startTime?: string;
|
|
4890
4999
|
endTime?: string;
|
|
@@ -4916,6 +5025,161 @@ export declare class QueryInnerLoggerResponse extends $tea.Model {
|
|
|
4916
5025
|
[key: string]: any;
|
|
4917
5026
|
});
|
|
4918
5027
|
}
|
|
5028
|
+
export declare class SubmitInnerDatadownloadRequest extends $tea.Model {
|
|
5029
|
+
authToken?: string;
|
|
5030
|
+
productInstanceId?: string;
|
|
5031
|
+
tenantId: string;
|
|
5032
|
+
merchantId?: string;
|
|
5033
|
+
merchantName?: string;
|
|
5034
|
+
startTime: string;
|
|
5035
|
+
endTime: string;
|
|
5036
|
+
type: string;
|
|
5037
|
+
static names(): {
|
|
5038
|
+
[key: string]: string;
|
|
5039
|
+
};
|
|
5040
|
+
static types(): {
|
|
5041
|
+
[key: string]: any;
|
|
5042
|
+
};
|
|
5043
|
+
constructor(map?: {
|
|
5044
|
+
[key: string]: any;
|
|
5045
|
+
});
|
|
5046
|
+
}
|
|
5047
|
+
export declare class SubmitInnerDatadownloadResponse extends $tea.Model {
|
|
5048
|
+
reqMsgId?: string;
|
|
5049
|
+
resultCode?: string;
|
|
5050
|
+
resultMsg?: string;
|
|
5051
|
+
static names(): {
|
|
5052
|
+
[key: string]: string;
|
|
5053
|
+
};
|
|
5054
|
+
static types(): {
|
|
5055
|
+
[key: string]: any;
|
|
5056
|
+
};
|
|
5057
|
+
constructor(map?: {
|
|
5058
|
+
[key: string]: any;
|
|
5059
|
+
});
|
|
5060
|
+
}
|
|
5061
|
+
export declare class PagequeryInnerDatadownloadRequest extends $tea.Model {
|
|
5062
|
+
authToken?: string;
|
|
5063
|
+
productInstanceId?: string;
|
|
5064
|
+
tenantId: string;
|
|
5065
|
+
status?: string;
|
|
5066
|
+
pageInfo: PageQuery;
|
|
5067
|
+
static names(): {
|
|
5068
|
+
[key: string]: string;
|
|
5069
|
+
};
|
|
5070
|
+
static types(): {
|
|
5071
|
+
[key: string]: any;
|
|
5072
|
+
};
|
|
5073
|
+
constructor(map?: {
|
|
5074
|
+
[key: string]: any;
|
|
5075
|
+
});
|
|
5076
|
+
}
|
|
5077
|
+
export declare class PagequeryInnerDatadownloadResponse extends $tea.Model {
|
|
5078
|
+
reqMsgId?: string;
|
|
5079
|
+
resultCode?: string;
|
|
5080
|
+
resultMsg?: string;
|
|
5081
|
+
total?: number;
|
|
5082
|
+
dataDownloadInfo?: DataDownloadInfo[];
|
|
5083
|
+
static names(): {
|
|
5084
|
+
[key: string]: string;
|
|
5085
|
+
};
|
|
5086
|
+
static types(): {
|
|
5087
|
+
[key: string]: any;
|
|
5088
|
+
};
|
|
5089
|
+
constructor(map?: {
|
|
5090
|
+
[key: string]: any;
|
|
5091
|
+
});
|
|
5092
|
+
}
|
|
5093
|
+
export declare class DeleteInnerDatadownloadRequest extends $tea.Model {
|
|
5094
|
+
authToken?: string;
|
|
5095
|
+
productInstanceId?: string;
|
|
5096
|
+
tenantId: string;
|
|
5097
|
+
bizNo: string;
|
|
5098
|
+
static names(): {
|
|
5099
|
+
[key: string]: string;
|
|
5100
|
+
};
|
|
5101
|
+
static types(): {
|
|
5102
|
+
[key: string]: any;
|
|
5103
|
+
};
|
|
5104
|
+
constructor(map?: {
|
|
5105
|
+
[key: string]: any;
|
|
5106
|
+
});
|
|
5107
|
+
}
|
|
5108
|
+
export declare class DeleteInnerDatadownloadResponse extends $tea.Model {
|
|
5109
|
+
reqMsgId?: string;
|
|
5110
|
+
resultCode?: string;
|
|
5111
|
+
resultMsg?: string;
|
|
5112
|
+
static names(): {
|
|
5113
|
+
[key: string]: string;
|
|
5114
|
+
};
|
|
5115
|
+
static types(): {
|
|
5116
|
+
[key: string]: any;
|
|
5117
|
+
};
|
|
5118
|
+
constructor(map?: {
|
|
5119
|
+
[key: string]: any;
|
|
5120
|
+
});
|
|
5121
|
+
}
|
|
5122
|
+
export declare class PagequeryInnerCompanyinfoRequest extends $tea.Model {
|
|
5123
|
+
authToken?: string;
|
|
5124
|
+
productInstanceId?: string;
|
|
5125
|
+
tenantId: string;
|
|
5126
|
+
pageInfo: PageQuery;
|
|
5127
|
+
static names(): {
|
|
5128
|
+
[key: string]: string;
|
|
5129
|
+
};
|
|
5130
|
+
static types(): {
|
|
5131
|
+
[key: string]: any;
|
|
5132
|
+
};
|
|
5133
|
+
constructor(map?: {
|
|
5134
|
+
[key: string]: any;
|
|
5135
|
+
});
|
|
5136
|
+
}
|
|
5137
|
+
export declare class PagequeryInnerCompanyinfoResponse extends $tea.Model {
|
|
5138
|
+
reqMsgId?: string;
|
|
5139
|
+
resultCode?: string;
|
|
5140
|
+
resultMsg?: string;
|
|
5141
|
+
total?: number;
|
|
5142
|
+
companyInfo?: CompanySummaryInfo[];
|
|
5143
|
+
static names(): {
|
|
5144
|
+
[key: string]: string;
|
|
5145
|
+
};
|
|
5146
|
+
static types(): {
|
|
5147
|
+
[key: string]: any;
|
|
5148
|
+
};
|
|
5149
|
+
constructor(map?: {
|
|
5150
|
+
[key: string]: any;
|
|
5151
|
+
});
|
|
5152
|
+
}
|
|
5153
|
+
export declare class QueryInnerExpandprocessRequest extends $tea.Model {
|
|
5154
|
+
authToken?: string;
|
|
5155
|
+
productInstanceId?: string;
|
|
5156
|
+
tenantId: string;
|
|
5157
|
+
expandMode: string;
|
|
5158
|
+
static names(): {
|
|
5159
|
+
[key: string]: string;
|
|
5160
|
+
};
|
|
5161
|
+
static types(): {
|
|
5162
|
+
[key: string]: any;
|
|
5163
|
+
};
|
|
5164
|
+
constructor(map?: {
|
|
5165
|
+
[key: string]: any;
|
|
5166
|
+
});
|
|
5167
|
+
}
|
|
5168
|
+
export declare class QueryInnerExpandprocessResponse extends $tea.Model {
|
|
5169
|
+
reqMsgId?: string;
|
|
5170
|
+
resultCode?: string;
|
|
5171
|
+
resultMsg?: string;
|
|
5172
|
+
processInfoList?: ExpandProcessInfo[];
|
|
5173
|
+
static names(): {
|
|
5174
|
+
[key: string]: string;
|
|
5175
|
+
};
|
|
5176
|
+
static types(): {
|
|
5177
|
+
[key: string]: any;
|
|
5178
|
+
};
|
|
5179
|
+
constructor(map?: {
|
|
5180
|
+
[key: string]: any;
|
|
5181
|
+
});
|
|
5182
|
+
}
|
|
4919
5183
|
export declare class CreateInsureRequest extends $tea.Model {
|
|
4920
5184
|
authToken?: string;
|
|
4921
5185
|
productInstanceId?: string;
|
|
@@ -5282,7 +5546,7 @@ export declare class QueryRealpersonFacevrfResponse extends $tea.Model {
|
|
|
5282
5546
|
export declare class QueryRiskRequest extends $tea.Model {
|
|
5283
5547
|
authToken?: string;
|
|
5284
5548
|
productInstanceId?: string;
|
|
5285
|
-
productName
|
|
5549
|
+
productName?: string;
|
|
5286
5550
|
userName: string;
|
|
5287
5551
|
certNo: string;
|
|
5288
5552
|
mobile: string;
|
|
@@ -5292,6 +5556,8 @@ export declare class QueryRiskRequest extends $tea.Model {
|
|
|
5292
5556
|
itemDetail?: ItemDetail;
|
|
5293
5557
|
priceDetail?: PriceDetail;
|
|
5294
5558
|
deliveryDetail?: DeliveryDetail;
|
|
5559
|
+
industry?: string;
|
|
5560
|
+
modelVersion?: string;
|
|
5295
5561
|
static names(): {
|
|
5296
5562
|
[key: string]: string;
|
|
5297
5563
|
};
|
|
@@ -7386,6 +7652,30 @@ export default class Client {
|
|
|
7386
7652
|
repayFundPlanEx(request: RepayFundPlanRequest, headers: {
|
|
7387
7653
|
[key: string]: string;
|
|
7388
7654
|
}, runtime: $Util.RuntimeOptions): Promise<RepayFundPlanResponse>;
|
|
7655
|
+
/**
|
|
7656
|
+
* Description: 资方代偿签约链接获取
|
|
7657
|
+
* Summary: 资方代偿签约链接获取
|
|
7658
|
+
*/
|
|
7659
|
+
getFundCompensatesignurl(request: GetFundCompensatesignurlRequest): Promise<GetFundCompensatesignurlResponse>;
|
|
7660
|
+
/**
|
|
7661
|
+
* Description: 资方代偿签约链接获取
|
|
7662
|
+
* Summary: 资方代偿签约链接获取
|
|
7663
|
+
*/
|
|
7664
|
+
getFundCompensatesignurlEx(request: GetFundCompensatesignurlRequest, headers: {
|
|
7665
|
+
[key: string]: string;
|
|
7666
|
+
}, runtime: $Util.RuntimeOptions): Promise<GetFundCompensatesignurlResponse>;
|
|
7667
|
+
/**
|
|
7668
|
+
* Description: 转账代偿签约结果确认
|
|
7669
|
+
* Summary: 转账代偿签约结果确认
|
|
7670
|
+
*/
|
|
7671
|
+
confirmFundCompensate(request: ConfirmFundCompensateRequest): Promise<ConfirmFundCompensateResponse>;
|
|
7672
|
+
/**
|
|
7673
|
+
* Description: 转账代偿签约结果确认
|
|
7674
|
+
* Summary: 转账代偿签约结果确认
|
|
7675
|
+
*/
|
|
7676
|
+
confirmFundCompensateEx(request: ConfirmFundCompensateRequest, headers: {
|
|
7677
|
+
[key: string]: string;
|
|
7678
|
+
}, runtime: $Util.RuntimeOptions): Promise<ConfirmFundCompensateResponse>;
|
|
7389
7679
|
/**
|
|
7390
7680
|
* Description: 内部调用,商品信息获取
|
|
7391
7681
|
* Summary: 商品信息获取
|
|
@@ -8336,6 +8626,66 @@ export default class Client {
|
|
|
8336
8626
|
queryInnerLoggerEx(request: QueryInnerLoggerRequest, headers: {
|
|
8337
8627
|
[key: string]: string;
|
|
8338
8628
|
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerLoggerResponse>;
|
|
8629
|
+
/**
|
|
8630
|
+
* Description: 离线数据下载
|
|
8631
|
+
* Summary: 离线数据下载
|
|
8632
|
+
*/
|
|
8633
|
+
submitInnerDatadownload(request: SubmitInnerDatadownloadRequest): Promise<SubmitInnerDatadownloadResponse>;
|
|
8634
|
+
/**
|
|
8635
|
+
* Description: 离线数据下载
|
|
8636
|
+
* Summary: 离线数据下载
|
|
8637
|
+
*/
|
|
8638
|
+
submitInnerDatadownloadEx(request: SubmitInnerDatadownloadRequest, headers: {
|
|
8639
|
+
[key: string]: string;
|
|
8640
|
+
}, runtime: $Util.RuntimeOptions): Promise<SubmitInnerDatadownloadResponse>;
|
|
8641
|
+
/**
|
|
8642
|
+
* Description: 查询数据下载列表
|
|
8643
|
+
* Summary: 查询数据下载列表
|
|
8644
|
+
*/
|
|
8645
|
+
pagequeryInnerDatadownload(request: PagequeryInnerDatadownloadRequest): Promise<PagequeryInnerDatadownloadResponse>;
|
|
8646
|
+
/**
|
|
8647
|
+
* Description: 查询数据下载列表
|
|
8648
|
+
* Summary: 查询数据下载列表
|
|
8649
|
+
*/
|
|
8650
|
+
pagequeryInnerDatadownloadEx(request: PagequeryInnerDatadownloadRequest, headers: {
|
|
8651
|
+
[key: string]: string;
|
|
8652
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerDatadownloadResponse>;
|
|
8653
|
+
/**
|
|
8654
|
+
* Description: 删除下载任务
|
|
8655
|
+
* Summary: 删除下载任务
|
|
8656
|
+
*/
|
|
8657
|
+
deleteInnerDatadownload(request: DeleteInnerDatadownloadRequest): Promise<DeleteInnerDatadownloadResponse>;
|
|
8658
|
+
/**
|
|
8659
|
+
* Description: 删除下载任务
|
|
8660
|
+
* Summary: 删除下载任务
|
|
8661
|
+
*/
|
|
8662
|
+
deleteInnerDatadownloadEx(request: DeleteInnerDatadownloadRequest, headers: {
|
|
8663
|
+
[key: string]: string;
|
|
8664
|
+
}, runtime: $Util.RuntimeOptions): Promise<DeleteInnerDatadownloadResponse>;
|
|
8665
|
+
/**
|
|
8666
|
+
* Description: 分页查询公司信息
|
|
8667
|
+
* Summary: 分页查询公司信息
|
|
8668
|
+
*/
|
|
8669
|
+
pagequeryInnerCompanyinfo(request: PagequeryInnerCompanyinfoRequest): Promise<PagequeryInnerCompanyinfoResponse>;
|
|
8670
|
+
/**
|
|
8671
|
+
* Description: 分页查询公司信息
|
|
8672
|
+
* Summary: 分页查询公司信息
|
|
8673
|
+
*/
|
|
8674
|
+
pagequeryInnerCompanyinfoEx(request: PagequeryInnerCompanyinfoRequest, headers: {
|
|
8675
|
+
[key: string]: string;
|
|
8676
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerCompanyinfoResponse>;
|
|
8677
|
+
/**
|
|
8678
|
+
* Description: 查询商户进件流程节点
|
|
8679
|
+
* Summary: 查询商户进件流程节点
|
|
8680
|
+
*/
|
|
8681
|
+
queryInnerExpandprocess(request: QueryInnerExpandprocessRequest): Promise<QueryInnerExpandprocessResponse>;
|
|
8682
|
+
/**
|
|
8683
|
+
* Description: 查询商户进件流程节点
|
|
8684
|
+
* Summary: 查询商户进件流程节点
|
|
8685
|
+
*/
|
|
8686
|
+
queryInnerExpandprocessEx(request: QueryInnerExpandprocessRequest, headers: {
|
|
8687
|
+
[key: string]: string;
|
|
8688
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerExpandprocessResponse>;
|
|
8339
8689
|
/**
|
|
8340
8690
|
* Description: 一键投保
|
|
8341
8691
|
* Summary: 投保
|