@antchain/riskplus 1.22.4 → 1.23.5

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
@@ -914,6 +914,21 @@ export declare class CompanyInfo extends $tea.Model {
914
914
  [key: string]: any;
915
915
  });
916
916
  }
917
+ export declare class UmktOfflineDecisionTaskDetailInfo extends $tea.Model {
918
+ taskId: number;
919
+ decisionPlanId: number;
920
+ decisionResultStatus: string;
921
+ statusRemark: string;
922
+ static names(): {
923
+ [key: string]: string;
924
+ };
925
+ static types(): {
926
+ [key: string]: any;
927
+ };
928
+ constructor(map?: {
929
+ [key: string]: any;
930
+ });
931
+ }
917
932
  export declare class EventResultSyncDetail extends $tea.Model {
918
933
  eventId: string;
919
934
  planId: string;
@@ -3025,9 +3040,10 @@ export declare class SendDubbridgeSmsBatchResponse extends $tea.Model {
3025
3040
  export declare class QueryDubbridgeRouterFundrouterRequest extends $tea.Model {
3026
3041
  authToken?: string;
3027
3042
  productInstanceId?: string;
3028
- cardNo: string;
3029
- mobile: string;
3030
- customName: string;
3043
+ prodType?: string;
3044
+ cardNo?: string;
3045
+ mobile?: string;
3046
+ customName?: string;
3031
3047
  prodNo?: string;
3032
3048
  channelType?: string;
3033
3049
  customType?: string;
@@ -3042,6 +3058,7 @@ export declare class QueryDubbridgeRouterFundrouterRequest extends $tea.Model {
3042
3058
  mobileType?: string;
3043
3059
  cardNoType?: string;
3044
3060
  customNameType?: string;
3061
+ openId?: string;
3045
3062
  static names(): {
3046
3063
  [key: string]: string;
3047
3064
  };
@@ -3973,6 +3990,7 @@ export declare class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
3973
3990
  productInstanceId?: string;
3974
3991
  originalOrderNo: string;
3975
3992
  orderNo: string;
3993
+ prodType?: string;
3976
3994
  static names(): {
3977
3995
  [key: string]: string;
3978
3996
  };
@@ -4540,6 +4558,88 @@ export declare class QueryDubbridgeRepaytypeInfoResponse extends $tea.Model {
4540
4558
  [key: string]: any;
4541
4559
  });
4542
4560
  }
4561
+ export declare class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
4562
+ authToken?: string;
4563
+ productInstanceId?: string;
4564
+ orderNo: string;
4565
+ prodType: string;
4566
+ openId: string;
4567
+ mobile: string;
4568
+ projectCode: string;
4569
+ tradeAmount: string;
4570
+ cardNo?: string;
4571
+ customerName?: string;
4572
+ trafficPlatform?: string;
4573
+ trafficSourceName?: string;
4574
+ trafficAdId?: string;
4575
+ trafficMktId?: string;
4576
+ clickId?: string;
4577
+ static names(): {
4578
+ [key: string]: string;
4579
+ };
4580
+ static types(): {
4581
+ [key: string]: any;
4582
+ };
4583
+ constructor(map?: {
4584
+ [key: string]: any;
4585
+ });
4586
+ }
4587
+ export declare class QueryDubbridgeInstallmentCreditamtResponse extends $tea.Model {
4588
+ reqMsgId?: string;
4589
+ resultCode?: string;
4590
+ resultMsg?: string;
4591
+ applyStatus?: string;
4592
+ creditStatus?: string;
4593
+ creditAmount?: number;
4594
+ restAmount?: number;
4595
+ payDate?: string;
4596
+ expireDate?: string;
4597
+ rateValue?: number;
4598
+ fundCode?: string;
4599
+ abbreFundName?: string;
4600
+ prodType?: string;
4601
+ static names(): {
4602
+ [key: string]: string;
4603
+ };
4604
+ static types(): {
4605
+ [key: string]: any;
4606
+ };
4607
+ constructor(map?: {
4608
+ [key: string]: any;
4609
+ });
4610
+ }
4611
+ export declare class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
4612
+ authToken?: string;
4613
+ productInstanceId?: string;
4614
+ orderNo: string;
4615
+ bizOrderNo: string;
4616
+ openId?: string;
4617
+ customerNo?: string;
4618
+ static names(): {
4619
+ [key: string]: string;
4620
+ };
4621
+ static types(): {
4622
+ [key: string]: any;
4623
+ };
4624
+ constructor(map?: {
4625
+ [key: string]: any;
4626
+ });
4627
+ }
4628
+ export declare class CancelDubbridgeInstallmentOrderResponse extends $tea.Model {
4629
+ reqMsgId?: string;
4630
+ resultCode?: string;
4631
+ resultMsg?: string;
4632
+ cancelResult?: string;
4633
+ static names(): {
4634
+ [key: string]: string;
4635
+ };
4636
+ static types(): {
4637
+ [key: string]: any;
4638
+ };
4639
+ constructor(map?: {
4640
+ [key: string]: any;
4641
+ });
4642
+ }
4543
4643
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
4544
4644
  authToken?: string;
4545
4645
  productInstanceId?: string;
@@ -5775,6 +5875,39 @@ export declare class QueryRdaasTaxSimpleauthdecisionResponse extends $tea.Model
5775
5875
  [key: string]: any;
5776
5876
  });
5777
5877
  }
5878
+ export declare class ReceiveRfcParamsFileRequest extends $tea.Model {
5879
+ authToken?: string;
5880
+ productInstanceId?: string;
5881
+ fileObject?: Readable;
5882
+ fileObjectName?: string;
5883
+ fileId: string;
5884
+ params: string;
5885
+ type: string;
5886
+ static names(): {
5887
+ [key: string]: string;
5888
+ };
5889
+ static types(): {
5890
+ [key: string]: any;
5891
+ };
5892
+ constructor(map?: {
5893
+ [key: string]: any;
5894
+ });
5895
+ }
5896
+ export declare class ReceiveRfcParamsFileResponse extends $tea.Model {
5897
+ reqMsgId?: string;
5898
+ resultCode?: string;
5899
+ resultMsg?: string;
5900
+ content?: string;
5901
+ static names(): {
5902
+ [key: string]: string;
5903
+ };
5904
+ static types(): {
5905
+ [key: string]: any;
5906
+ };
5907
+ constructor(map?: {
5908
+ [key: string]: any;
5909
+ });
5910
+ }
5778
5911
  export declare class QueryRbbGenericInvokeRequest extends $tea.Model {
5779
5912
  authToken?: string;
5780
5913
  productInstanceId?: string;
@@ -6494,6 +6627,39 @@ export declare class PushRbbInvoiceChargeResponse extends $tea.Model {
6494
6627
  [key: string]: any;
6495
6628
  });
6496
6629
  }
6630
+ export declare class ReceiveRbbParamsFileRequest extends $tea.Model {
6631
+ authToken?: string;
6632
+ productInstanceId?: string;
6633
+ fileObject?: Readable;
6634
+ fileObjectName?: string;
6635
+ fileId: string;
6636
+ params: string;
6637
+ type: string;
6638
+ static names(): {
6639
+ [key: string]: string;
6640
+ };
6641
+ static types(): {
6642
+ [key: string]: any;
6643
+ };
6644
+ constructor(map?: {
6645
+ [key: string]: any;
6646
+ });
6647
+ }
6648
+ export declare class ReceiveRbbParamsFileResponse extends $tea.Model {
6649
+ reqMsgId?: string;
6650
+ resultCode?: string;
6651
+ resultMsg?: string;
6652
+ content?: string;
6653
+ static names(): {
6654
+ [key: string]: string;
6655
+ };
6656
+ static types(): {
6657
+ [key: string]: any;
6658
+ };
6659
+ constructor(map?: {
6660
+ [key: string]: any;
6661
+ });
6662
+ }
6497
6663
  export declare class PushRpaasReportAnswerRequest extends $tea.Model {
6498
6664
  authToken?: string;
6499
6665
  productInstanceId?: string;
@@ -9010,6 +9176,7 @@ export declare class QueryUmktOfflinedecisionResultResponse extends $tea.Model {
9010
9176
  resultCode?: string;
9011
9177
  resultMsg?: string;
9012
9178
  decisionPlanIdList?: number[];
9179
+ taskExecBatchInfo?: UmktOfflineDecisionTaskDetailInfo[];
9013
9180
  static names(): {
9014
9181
  [key: string]: string;
9015
9182
  };
@@ -9026,6 +9193,7 @@ export declare class DownloadUmktOfflinedecisionResultRequest extends $tea.Model
9026
9193
  offlineDecisionPlanId: number;
9027
9194
  decisionPlanId: number;
9028
9195
  resultDate?: string;
9196
+ taskId?: number;
9029
9197
  static names(): {
9030
9198
  [key: string]: string;
9031
9199
  };
@@ -9072,6 +9240,7 @@ export declare class QueryUmktOfflinedecisionPlandetailsResponse extends $tea.Mo
9072
9240
  resultMsg?: string;
9073
9241
  offlineDecisionPlanCount?: number;
9074
9242
  planDetailList?: OfflineDecisionPlanDetail[];
9243
+ taskExecBatchInfo?: UmktOfflineDecisionTaskDetailInfo[];
9075
9244
  static names(): {
9076
9245
  [key: string]: string;
9077
9246
  };
@@ -10067,6 +10236,30 @@ export default class Client {
10067
10236
  queryDubbridgeRepaytypeInfoEx(request: QueryDubbridgeRepaytypeInfoRequest, headers: {
10068
10237
  [key: string]: string;
10069
10238
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeRepaytypeInfoResponse>;
10239
+ /**
10240
+ * Description: 天枢系统授信额度查询接口-分期付
10241
+ * Summary: 天枢系统授信额度查询接口-分期付
10242
+ */
10243
+ queryDubbridgeInstallmentCreditamt(request: QueryDubbridgeInstallmentCreditamtRequest): Promise<QueryDubbridgeInstallmentCreditamtResponse>;
10244
+ /**
10245
+ * Description: 天枢系统授信额度查询接口-分期付
10246
+ * Summary: 天枢系统授信额度查询接口-分期付
10247
+ */
10248
+ queryDubbridgeInstallmentCreditamtEx(request: QueryDubbridgeInstallmentCreditamtRequest, headers: {
10249
+ [key: string]: string;
10250
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeInstallmentCreditamtResponse>;
10251
+ /**
10252
+ * Description: 天枢系统取消分期付订单-分期付
10253
+ * Summary: 天枢系统取消分期付订单-分期付
10254
+ */
10255
+ cancelDubbridgeInstallmentOrder(request: CancelDubbridgeInstallmentOrderRequest): Promise<CancelDubbridgeInstallmentOrderResponse>;
10256
+ /**
10257
+ * Description: 天枢系统取消分期付订单-分期付
10258
+ * Summary: 天枢系统取消分期付订单-分期付
10259
+ */
10260
+ cancelDubbridgeInstallmentOrderEx(request: CancelDubbridgeInstallmentOrderRequest, headers: {
10261
+ [key: string]: string;
10262
+ }, runtime: $Util.RuntimeOptions): Promise<CancelDubbridgeInstallmentOrderResponse>;
10070
10263
  /**
10071
10264
  * Description: 四要素认证首先调用此接口
10072
10265
  * Summary: 芝麻四要素接口
@@ -10405,12 +10598,12 @@ export default class Client {
10405
10598
  }, runtime: $Util.RuntimeOptions): Promise<QueryQmpTextsmsTemplateResponse>;
10406
10599
  /**
10407
10600
  * Description: 蚁盾业务回流事件推送
10408
- * Summary: 蚁盾回流事件推送
10601
+ * Summary: 蚁盾业务回流事件推送
10409
10602
  */
10410
10603
  pushQmpBackflowEvent(request: PushQmpBackflowEventRequest): Promise<PushQmpBackflowEventResponse>;
10411
10604
  /**
10412
10605
  * Description: 蚁盾业务回流事件推送
10413
- * Summary: 蚁盾回流事件推送
10606
+ * Summary: 蚁盾业务回流事件推送
10414
10607
  */
10415
10608
  pushQmpBackflowEventEx(request: PushQmpBackflowEventRequest, headers: {
10416
10609
  [key: string]: string;
@@ -10499,6 +10692,18 @@ export default class Client {
10499
10692
  queryRdaasTaxSimpleauthdecisionEx(request: QueryRdaasTaxSimpleauthdecisionRequest, headers: {
10500
10693
  [key: string]: string;
10501
10694
  }, runtime: $Util.RuntimeOptions): Promise<QueryRdaasTaxSimpleauthdecisionResponse>;
10695
+ /**
10696
+ * Description: rfc外部文件上传
10697
+ * Summary: rfc外部文件上传
10698
+ */
10699
+ receiveRfcParamsFile(request: ReceiveRfcParamsFileRequest): Promise<ReceiveRfcParamsFileResponse>;
10700
+ /**
10701
+ * Description: rfc外部文件上传
10702
+ * Summary: rfc外部文件上传
10703
+ */
10704
+ receiveRfcParamsFileEx(request: ReceiveRfcParamsFileRequest, headers: {
10705
+ [key: string]: string;
10706
+ }, runtime: $Util.RuntimeOptions): Promise<ReceiveRfcParamsFileResponse>;
10502
10707
  /**
10503
10708
  * Description: 风险大脑企业版通用查询接口
10504
10709
  * Summary: 【已废弃】
@@ -10775,6 +10980,18 @@ export default class Client {
10775
10980
  pushRbbInvoiceChargeEx(request: PushRbbInvoiceChargeRequest, headers: {
10776
10981
  [key: string]: string;
10777
10982
  }, runtime: $Util.RuntimeOptions): Promise<PushRbbInvoiceChargeResponse>;
10983
+ /**
10984
+ * Description: 通过接口进行报告上传
10985
+ * Summary: 征信报告上传接口
10986
+ */
10987
+ receiveRbbParamsFile(request: ReceiveRbbParamsFileRequest): Promise<ReceiveRbbParamsFileResponse>;
10988
+ /**
10989
+ * Description: 通过接口进行报告上传
10990
+ * Summary: 征信报告上传接口
10991
+ */
10992
+ receiveRbbParamsFileEx(request: ReceiveRbbParamsFileRequest, headers: {
10993
+ [key: string]: string;
10994
+ }, runtime: $Util.RuntimeOptions): Promise<ReceiveRbbParamsFileResponse>;
10778
10995
  /**
10779
10996
  * Description: 报告结果推送,算法调用
10780
10997
  * Summary: 报告结果推送