@antchain/riskplus 1.23.10 → 1.24.0

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
@@ -145,6 +145,27 @@ export declare class BackflowEventRecordProperty extends $tea.Model {
145
145
  [key: string]: any;
146
146
  });
147
147
  }
148
+ export declare class TermDetail extends $tea.Model {
149
+ term: string;
150
+ termAmount: number;
151
+ termPrincipal: number;
152
+ termFee: number;
153
+ settleDate: string;
154
+ penalty?: number;
155
+ guaranteeFee?: number;
156
+ liquidatedDamages?: number;
157
+ serverFee?: number;
158
+ deductAmount?: number;
159
+ static names(): {
160
+ [key: string]: string;
161
+ };
162
+ static types(): {
163
+ [key: string]: any;
164
+ };
165
+ constructor(map?: {
166
+ [key: string]: any;
167
+ });
168
+ }
148
169
  export declare class BaseCustomerUmktInfoModel extends $tea.Model {
149
170
  customerKey?: string;
150
171
  queryTemplate?: string;
@@ -337,6 +358,19 @@ export declare class RuleDetail extends $tea.Model {
337
358
  [key: string]: any;
338
359
  });
339
360
  }
361
+ export declare class Additional extends $tea.Model {
362
+ deliveryman?: string;
363
+ keyWord?: string;
364
+ static names(): {
365
+ [key: string]: string;
366
+ };
367
+ static types(): {
368
+ [key: string]: any;
369
+ };
370
+ constructor(map?: {
371
+ [key: string]: any;
372
+ });
373
+ }
340
374
  export declare class RepayResult extends $tea.Model {
341
375
  customNo: string;
342
376
  period: string;
@@ -1240,6 +1274,20 @@ export declare class RiskStormLabelResp extends $tea.Model {
1240
1274
  [key: string]: any;
1241
1275
  });
1242
1276
  }
1277
+ export declare class SupplementFile extends $tea.Model {
1278
+ fileType: string;
1279
+ fileUrl: string;
1280
+ fileDesc: string;
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
+ }
1243
1291
  export declare class ZhimaIdentifyResp extends $tea.Model {
1244
1292
  bizNo?: string;
1245
1293
  certifyUrl?: string;
@@ -1517,6 +1565,30 @@ export declare class CustomerBankCardInfo extends $tea.Model {
1517
1565
  [key: string]: any;
1518
1566
  });
1519
1567
  }
1568
+ export declare class InstallmentTrial extends $tea.Model {
1569
+ totalPeriod: string;
1570
+ totalAmount: number;
1571
+ totalFee: number;
1572
+ feeRate: number;
1573
+ yearRate: number;
1574
+ termDetailList: TermDetail[];
1575
+ optimal?: boolean;
1576
+ totalPenalty?: number;
1577
+ totalGuaranteeFee?: number;
1578
+ totalLiquidatedDamages?: number;
1579
+ totalServerFee?: number;
1580
+ discount?: number;
1581
+ totalDeductAmount?: number;
1582
+ static names(): {
1583
+ [key: string]: string;
1584
+ };
1585
+ static types(): {
1586
+ [key: string]: any;
1587
+ };
1588
+ constructor(map?: {
1589
+ [key: string]: any;
1590
+ });
1591
+ }
1520
1592
  export declare class UmktOfflineDecisionTaskExecBatchInfo extends $tea.Model {
1521
1593
  execBatch: string;
1522
1594
  offlineDecisionTaskDetailInfoList: UmktOfflineDecisionTaskDetailInfo[];
@@ -1634,6 +1706,24 @@ export declare class DefinInnerChannelNotifyResult extends $tea.Model {
1634
1706
  [key: string]: any;
1635
1707
  });
1636
1708
  }
1709
+ export declare class StoreInfo extends $tea.Model {
1710
+ storeId: string;
1711
+ loginTenant: string;
1712
+ payeeBankCard: string;
1713
+ payeeName: string;
1714
+ storeName: string;
1715
+ salesman?: string;
1716
+ device?: string;
1717
+ static names(): {
1718
+ [key: string]: string;
1719
+ };
1720
+ static types(): {
1721
+ [key: string]: any;
1722
+ };
1723
+ constructor(map?: {
1724
+ [key: string]: any;
1725
+ });
1726
+ }
1637
1727
  export declare class BatchQueryResult extends $tea.Model {
1638
1728
  queryKey: string;
1639
1729
  decision: string;
@@ -1821,6 +1911,33 @@ export declare class CustomRelationStatus extends $tea.Model {
1821
1911
  [key: string]: any;
1822
1912
  });
1823
1913
  }
1914
+ export declare class VehicleInfo extends $tea.Model {
1915
+ bizOrderNo?: string;
1916
+ tradeAmount?: string;
1917
+ downPayment?: string;
1918
+ guidePrice?: string;
1919
+ sellingPrice?: string;
1920
+ sn?: string;
1921
+ sku?: string;
1922
+ brand?: string;
1923
+ model?: string;
1924
+ modelYear?: string;
1925
+ color?: string;
1926
+ range?: string;
1927
+ parts?: string;
1928
+ odo?: string;
1929
+ firstRegDate?: string;
1930
+ otr?: string;
1931
+ static names(): {
1932
+ [key: string]: string;
1933
+ };
1934
+ static types(): {
1935
+ [key: string]: any;
1936
+ };
1937
+ constructor(map?: {
1938
+ [key: string]: any;
1939
+ });
1940
+ }
1824
1941
  export declare class RdaasTaxDecsionService extends $tea.Model {
1825
1942
  id: string;
1826
1943
  serviceName: string;
@@ -3106,25 +3223,27 @@ export declare class SendDubbridgeSmsBatchResponse extends $tea.Model {
3106
3223
  export declare class QueryDubbridgeRouterFundrouterRequest extends $tea.Model {
3107
3224
  authToken?: string;
3108
3225
  productInstanceId?: string;
3226
+ orderNo?: string;
3109
3227
  prodType?: string;
3110
- cardNo?: string;
3228
+ openId?: string;
3111
3229
  mobile?: string;
3230
+ bizOrderNo?: string;
3231
+ cardNo?: string;
3112
3232
  customName?: string;
3113
- prodNo?: string;
3233
+ mobileType?: string;
3234
+ cardNoType?: string;
3235
+ customNameType?: string;
3114
3236
  channelType?: string;
3115
3237
  customType?: string;
3238
+ prodNo?: string;
3239
+ expiredPlatformNo?: string;
3116
3240
  trafficPlatform?: string;
3117
3241
  trafficSourceName?: string;
3118
3242
  trafficAdId?: string;
3119
3243
  trafficMktId?: string;
3120
3244
  clickId?: string;
3121
- orderNo?: string;
3122
3245
  riskData?: string;
3123
3246
  extInfo?: string;
3124
- mobileType?: string;
3125
- cardNoType?: string;
3126
- customNameType?: string;
3127
- openId?: string;
3128
3247
  static names(): {
3129
3248
  [key: string]: string;
3130
3249
  };
@@ -4709,6 +4828,80 @@ export declare class CancelDubbridgeInstallmentOrderResponse extends $tea.Model
4709
4828
  [key: string]: any;
4710
4829
  });
4711
4830
  }
4831
+ export declare class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
4832
+ authToken?: string;
4833
+ productInstanceId?: string;
4834
+ orderNo: string;
4835
+ prodType: string;
4836
+ openId: string;
4837
+ bizOrderNo: string;
4838
+ fileScene: string;
4839
+ fileList?: SupplementFile[];
4840
+ storeInfo?: StoreInfo;
4841
+ vehicleInfo?: VehicleInfo;
4842
+ additional?: Additional;
4843
+ static names(): {
4844
+ [key: string]: string;
4845
+ };
4846
+ static types(): {
4847
+ [key: string]: any;
4848
+ };
4849
+ constructor(map?: {
4850
+ [key: string]: any;
4851
+ });
4852
+ }
4853
+ export declare class PushDubbridgeInstallmentSupplementResponse extends $tea.Model {
4854
+ reqMsgId?: string;
4855
+ resultCode?: string;
4856
+ resultMsg?: string;
4857
+ static names(): {
4858
+ [key: string]: string;
4859
+ };
4860
+ static types(): {
4861
+ [key: string]: any;
4862
+ };
4863
+ constructor(map?: {
4864
+ [key: string]: any;
4865
+ });
4866
+ }
4867
+ export declare class QueryDubbridgeInstallmentTrialRequest extends $tea.Model {
4868
+ authToken?: string;
4869
+ productInstanceId?: string;
4870
+ orderNo: string;
4871
+ prodType: string;
4872
+ bizOrderNo: string;
4873
+ customerNo?: string;
4874
+ openId: string;
4875
+ fundCode: string;
4876
+ tradeAmount: string;
4877
+ couponId?: string;
4878
+ static names(): {
4879
+ [key: string]: string;
4880
+ };
4881
+ static types(): {
4882
+ [key: string]: any;
4883
+ };
4884
+ constructor(map?: {
4885
+ [key: string]: any;
4886
+ });
4887
+ }
4888
+ export declare class QueryDubbridgeInstallmentTrialResponse extends $tea.Model {
4889
+ reqMsgId?: string;
4890
+ resultCode?: string;
4891
+ resultMsg?: string;
4892
+ creditAmount?: string;
4893
+ restAmount?: string;
4894
+ installmentList?: InstallmentTrial[];
4895
+ static names(): {
4896
+ [key: string]: string;
4897
+ };
4898
+ static types(): {
4899
+ [key: string]: any;
4900
+ };
4901
+ constructor(map?: {
4902
+ [key: string]: any;
4903
+ });
4904
+ }
4712
4905
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
4713
4906
  authToken?: string;
4714
4907
  productInstanceId?: string;
@@ -6011,6 +6204,39 @@ export declare class ReceiveRfcParamsFileResponse extends $tea.Model {
6011
6204
  [key: string]: any;
6012
6205
  });
6013
6206
  }
6207
+ export declare class UploadRfcAiboundFileRequest extends $tea.Model {
6208
+ authToken?: string;
6209
+ productInstanceId?: string;
6210
+ fileObject?: Readable;
6211
+ fileObjectName?: string;
6212
+ fileId: string;
6213
+ params: string;
6214
+ type: string;
6215
+ static names(): {
6216
+ [key: string]: string;
6217
+ };
6218
+ static types(): {
6219
+ [key: string]: any;
6220
+ };
6221
+ constructor(map?: {
6222
+ [key: string]: any;
6223
+ });
6224
+ }
6225
+ export declare class UploadRfcAiboundFileResponse extends $tea.Model {
6226
+ reqMsgId?: string;
6227
+ resultCode?: string;
6228
+ resultMsg?: string;
6229
+ content?: string;
6230
+ static names(): {
6231
+ [key: string]: string;
6232
+ };
6233
+ static types(): {
6234
+ [key: string]: any;
6235
+ };
6236
+ constructor(map?: {
6237
+ [key: string]: any;
6238
+ });
6239
+ }
6014
6240
  export declare class QueryRbbGenericInvokeRequest extends $tea.Model {
6015
6241
  authToken?: string;
6016
6242
  productInstanceId?: string;
@@ -10394,6 +10620,30 @@ export default class Client {
10394
10620
  cancelDubbridgeInstallmentOrderEx(request: CancelDubbridgeInstallmentOrderRequest, headers: {
10395
10621
  [key: string]: string;
10396
10622
  }, runtime: $Util.RuntimeOptions): Promise<CancelDubbridgeInstallmentOrderResponse>;
10623
+ /**
10624
+ * Description: 天枢系统支用后补充材料推送-分期付
10625
+ * Summary: 天枢系统支用后补充材料推送-分期付
10626
+ */
10627
+ pushDubbridgeInstallmentSupplement(request: PushDubbridgeInstallmentSupplementRequest): Promise<PushDubbridgeInstallmentSupplementResponse>;
10628
+ /**
10629
+ * Description: 天枢系统支用后补充材料推送-分期付
10630
+ * Summary: 天枢系统支用后补充材料推送-分期付
10631
+ */
10632
+ pushDubbridgeInstallmentSupplementEx(request: PushDubbridgeInstallmentSupplementRequest, headers: {
10633
+ [key: string]: string;
10634
+ }, runtime: $Util.RuntimeOptions): Promise<PushDubbridgeInstallmentSupplementResponse>;
10635
+ /**
10636
+ * Description: 天枢系统分期试算
10637
+ * Summary: 天枢系统分期试算
10638
+ */
10639
+ queryDubbridgeInstallmentTrial(request: QueryDubbridgeInstallmentTrialRequest): Promise<QueryDubbridgeInstallmentTrialResponse>;
10640
+ /**
10641
+ * Description: 天枢系统分期试算
10642
+ * Summary: 天枢系统分期试算
10643
+ */
10644
+ queryDubbridgeInstallmentTrialEx(request: QueryDubbridgeInstallmentTrialRequest, headers: {
10645
+ [key: string]: string;
10646
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeInstallmentTrialResponse>;
10397
10647
  /**
10398
10648
  * Description: 四要素认证首先调用此接口
10399
10649
  * Summary: 芝麻四要素接口
@@ -10850,6 +11100,18 @@ export default class Client {
10850
11100
  receiveRfcParamsFileEx(request: ReceiveRfcParamsFileRequest, headers: {
10851
11101
  [key: string]: string;
10852
11102
  }, runtime: $Util.RuntimeOptions): Promise<ReceiveRfcParamsFileResponse>;
11103
+ /**
11104
+ * Description: rfc外呼名单文件上传接口
11105
+ * Summary: rfc外呼名单上传接口
11106
+ */
11107
+ uploadRfcAiboundFile(request: UploadRfcAiboundFileRequest): Promise<UploadRfcAiboundFileResponse>;
11108
+ /**
11109
+ * Description: rfc外呼名单文件上传接口
11110
+ * Summary: rfc外呼名单上传接口
11111
+ */
11112
+ uploadRfcAiboundFileEx(request: UploadRfcAiboundFileRequest, headers: {
11113
+ [key: string]: string;
11114
+ }, runtime: $Util.RuntimeOptions): Promise<UploadRfcAiboundFileResponse>;
10853
11115
  /**
10854
11116
  * Description: 风险大脑企业版通用查询接口
10855
11117
  * Summary: 【已废弃】