@antchain/riskplus 1.23.9 → 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
@@ -73,6 +73,24 @@ export declare class OutParams extends $tea.Model {
73
73
  [key: string]: any;
74
74
  });
75
75
  }
76
+ export declare class SecurityScene extends $tea.Model {
77
+ accessChannel?: string;
78
+ ctuParams?: string;
79
+ productName?: string;
80
+ productNode?: string;
81
+ securitySceneParams?: string;
82
+ systemName?: string;
83
+ totalFee?: string;
84
+ static names(): {
85
+ [key: string]: string;
86
+ };
87
+ static types(): {
88
+ [key: string]: any;
89
+ };
90
+ constructor(map?: {
91
+ [key: string]: any;
92
+ });
93
+ }
76
94
  export declare class Contact extends $tea.Model {
77
95
  kind: string;
78
96
  name: string;
@@ -127,6 +145,27 @@ export declare class BackflowEventRecordProperty extends $tea.Model {
127
145
  [key: string]: any;
128
146
  });
129
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
+ }
130
169
  export declare class BaseCustomerUmktInfoModel extends $tea.Model {
131
170
  customerKey?: string;
132
171
  queryTemplate?: string;
@@ -319,14 +358,9 @@ export declare class RuleDetail extends $tea.Model {
319
358
  [key: string]: any;
320
359
  });
321
360
  }
322
- export declare class SecurityScene extends $tea.Model {
323
- accessChannel?: string;
324
- ctuParams?: string;
325
- productName?: string;
326
- productNode?: string;
327
- securitySceneParams?: string;
328
- systemName?: string;
329
- totalFee?: string;
361
+ export declare class Additional extends $tea.Model {
362
+ deliveryman?: string;
363
+ keyWord?: string;
330
364
  static names(): {
331
365
  [key: string]: string;
332
366
  };
@@ -449,6 +483,18 @@ export declare class RtopCompanyRiskFactor extends $tea.Model {
449
483
  [key: string]: any;
450
484
  });
451
485
  }
486
+ export declare class TestStruct extends $tea.Model {
487
+ testField: SecurityScene[];
488
+ static names(): {
489
+ [key: string]: string;
490
+ };
491
+ static types(): {
492
+ [key: string]: any;
493
+ };
494
+ constructor(map?: {
495
+ [key: string]: any;
496
+ });
497
+ }
452
498
  export declare class Material extends $tea.Model {
453
499
  mType: string;
454
500
  bigCode: string;
@@ -1228,6 +1274,20 @@ export declare class RiskStormLabelResp extends $tea.Model {
1228
1274
  [key: string]: any;
1229
1275
  });
1230
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
+ }
1231
1291
  export declare class ZhimaIdentifyResp extends $tea.Model {
1232
1292
  bizNo?: string;
1233
1293
  certifyUrl?: string;
@@ -1505,6 +1565,30 @@ export declare class CustomerBankCardInfo extends $tea.Model {
1505
1565
  [key: string]: any;
1506
1566
  });
1507
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
+ }
1508
1592
  export declare class UmktOfflineDecisionTaskExecBatchInfo extends $tea.Model {
1509
1593
  execBatch: string;
1510
1594
  offlineDecisionTaskDetailInfoList: UmktOfflineDecisionTaskDetailInfo[];
@@ -1622,6 +1706,24 @@ export declare class DefinInnerChannelNotifyResult extends $tea.Model {
1622
1706
  [key: string]: any;
1623
1707
  });
1624
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
+ }
1625
1727
  export declare class BatchQueryResult extends $tea.Model {
1626
1728
  queryKey: string;
1627
1729
  decision: string;
@@ -1809,6 +1911,33 @@ export declare class CustomRelationStatus extends $tea.Model {
1809
1911
  [key: string]: any;
1810
1912
  });
1811
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
+ }
1812
1941
  export declare class RdaasTaxDecsionService extends $tea.Model {
1813
1942
  id: string;
1814
1943
  serviceName: string;
@@ -3094,25 +3223,27 @@ export declare class SendDubbridgeSmsBatchResponse extends $tea.Model {
3094
3223
  export declare class QueryDubbridgeRouterFundrouterRequest extends $tea.Model {
3095
3224
  authToken?: string;
3096
3225
  productInstanceId?: string;
3226
+ orderNo?: string;
3097
3227
  prodType?: string;
3098
- cardNo?: string;
3228
+ openId?: string;
3099
3229
  mobile?: string;
3230
+ bizOrderNo?: string;
3231
+ cardNo?: string;
3100
3232
  customName?: string;
3101
- prodNo?: string;
3233
+ mobileType?: string;
3234
+ cardNoType?: string;
3235
+ customNameType?: string;
3102
3236
  channelType?: string;
3103
3237
  customType?: string;
3238
+ prodNo?: string;
3239
+ expiredPlatformNo?: string;
3104
3240
  trafficPlatform?: string;
3105
3241
  trafficSourceName?: string;
3106
3242
  trafficAdId?: string;
3107
3243
  trafficMktId?: string;
3108
3244
  clickId?: string;
3109
- orderNo?: string;
3110
3245
  riskData?: string;
3111
3246
  extInfo?: string;
3112
- mobileType?: string;
3113
- cardNoType?: string;
3114
- customNameType?: string;
3115
- openId?: string;
3116
3247
  static names(): {
3117
3248
  [key: string]: string;
3118
3249
  };
@@ -4043,9 +4174,10 @@ export declare class ApplyDubbridgeUsecreditResponse extends $tea.Model {
4043
4174
  export declare class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
4044
4175
  authToken?: string;
4045
4176
  productInstanceId?: string;
4046
- originalOrderNo: string;
4047
4177
  orderNo: string;
4048
4178
  prodType?: string;
4179
+ originalOrderNo: string;
4180
+ bizOrderNo?: string;
4049
4181
  static names(): {
4050
4182
  [key: string]: string;
4051
4183
  };
@@ -4667,6 +4799,7 @@ export declare class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
4667
4799
  authToken?: string;
4668
4800
  productInstanceId?: string;
4669
4801
  orderNo: string;
4802
+ prodType?: string;
4670
4803
  bizOrderNo: string;
4671
4804
  openId?: string;
4672
4805
  customerNo?: string;
@@ -4695,6 +4828,80 @@ export declare class CancelDubbridgeInstallmentOrderResponse extends $tea.Model
4695
4828
  [key: string]: any;
4696
4829
  });
4697
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
+ }
4698
4905
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
4699
4906
  authToken?: string;
4700
4907
  productInstanceId?: string;
@@ -5997,6 +6204,39 @@ export declare class ReceiveRfcParamsFileResponse extends $tea.Model {
5997
6204
  [key: string]: any;
5998
6205
  });
5999
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
+ }
6000
6240
  export declare class QueryRbbGenericInvokeRequest extends $tea.Model {
6001
6241
  authToken?: string;
6002
6242
  productInstanceId?: string;
@@ -9251,6 +9491,7 @@ export declare class UploadUmktOfflinedecisionRequest extends $tea.Model {
9251
9491
  fileObject?: Readable;
9252
9492
  fileObjectName?: string;
9253
9493
  fileId: string;
9494
+ relationType?: string;
9254
9495
  static names(): {
9255
9496
  [key: string]: string;
9256
9497
  };
@@ -10379,6 +10620,30 @@ export default class Client {
10379
10620
  cancelDubbridgeInstallmentOrderEx(request: CancelDubbridgeInstallmentOrderRequest, headers: {
10380
10621
  [key: string]: string;
10381
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>;
10382
10647
  /**
10383
10648
  * Description: 四要素认证首先调用此接口
10384
10649
  * Summary: 芝麻四要素接口
@@ -10835,6 +11100,18 @@ export default class Client {
10835
11100
  receiveRfcParamsFileEx(request: ReceiveRfcParamsFileRequest, headers: {
10836
11101
  [key: string]: string;
10837
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>;
10838
11115
  /**
10839
11116
  * Description: 风险大脑企业版通用查询接口
10840
11117
  * Summary: 【已废弃】