@antchain/riskplus 1.22.3 → 1.23.4

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,83 @@ 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
+ static names(): {
4573
+ [key: string]: string;
4574
+ };
4575
+ static types(): {
4576
+ [key: string]: any;
4577
+ };
4578
+ constructor(map?: {
4579
+ [key: string]: any;
4580
+ });
4581
+ }
4582
+ export declare class QueryDubbridgeInstallmentCreditamtResponse extends $tea.Model {
4583
+ reqMsgId?: string;
4584
+ resultCode?: string;
4585
+ resultMsg?: string;
4586
+ applyStatus?: string;
4587
+ creditStatus?: string;
4588
+ creditAmount?: number;
4589
+ restAmount?: number;
4590
+ payDate?: string;
4591
+ expireDate?: string;
4592
+ rateValue?: number;
4593
+ fundCode?: string;
4594
+ abbreFundName?: string;
4595
+ prodType?: string;
4596
+ static names(): {
4597
+ [key: string]: string;
4598
+ };
4599
+ static types(): {
4600
+ [key: string]: any;
4601
+ };
4602
+ constructor(map?: {
4603
+ [key: string]: any;
4604
+ });
4605
+ }
4606
+ export declare class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
4607
+ authToken?: string;
4608
+ productInstanceId?: string;
4609
+ orderNo: string;
4610
+ bizOrderNo: string;
4611
+ openId?: string;
4612
+ customerNo?: string;
4613
+ static names(): {
4614
+ [key: string]: string;
4615
+ };
4616
+ static types(): {
4617
+ [key: string]: any;
4618
+ };
4619
+ constructor(map?: {
4620
+ [key: string]: any;
4621
+ });
4622
+ }
4623
+ export declare class CancelDubbridgeInstallmentOrderResponse extends $tea.Model {
4624
+ reqMsgId?: string;
4625
+ resultCode?: string;
4626
+ resultMsg?: string;
4627
+ cancelResult?: string;
4628
+ static names(): {
4629
+ [key: string]: string;
4630
+ };
4631
+ static types(): {
4632
+ [key: string]: any;
4633
+ };
4634
+ constructor(map?: {
4635
+ [key: string]: any;
4636
+ });
4637
+ }
4543
4638
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
4544
4639
  authToken?: string;
4545
4640
  productInstanceId?: string;
@@ -5775,6 +5870,39 @@ export declare class QueryRdaasTaxSimpleauthdecisionResponse extends $tea.Model
5775
5870
  [key: string]: any;
5776
5871
  });
5777
5872
  }
5873
+ export declare class ReceiveRfcParamsFileRequest extends $tea.Model {
5874
+ authToken?: string;
5875
+ productInstanceId?: string;
5876
+ fileObject?: Readable;
5877
+ fileObjectName?: string;
5878
+ fileId: string;
5879
+ params: string;
5880
+ type: string;
5881
+ static names(): {
5882
+ [key: string]: string;
5883
+ };
5884
+ static types(): {
5885
+ [key: string]: any;
5886
+ };
5887
+ constructor(map?: {
5888
+ [key: string]: any;
5889
+ });
5890
+ }
5891
+ export declare class ReceiveRfcParamsFileResponse extends $tea.Model {
5892
+ reqMsgId?: string;
5893
+ resultCode?: string;
5894
+ resultMsg?: string;
5895
+ content?: string;
5896
+ static names(): {
5897
+ [key: string]: string;
5898
+ };
5899
+ static types(): {
5900
+ [key: string]: any;
5901
+ };
5902
+ constructor(map?: {
5903
+ [key: string]: any;
5904
+ });
5905
+ }
5778
5906
  export declare class QueryRbbGenericInvokeRequest extends $tea.Model {
5779
5907
  authToken?: string;
5780
5908
  productInstanceId?: string;
@@ -6494,6 +6622,39 @@ export declare class PushRbbInvoiceChargeResponse extends $tea.Model {
6494
6622
  [key: string]: any;
6495
6623
  });
6496
6624
  }
6625
+ export declare class ReceiveRbbParamsFileRequest extends $tea.Model {
6626
+ authToken?: string;
6627
+ productInstanceId?: string;
6628
+ fileObject?: Readable;
6629
+ fileObjectName?: string;
6630
+ fileId: string;
6631
+ params: string;
6632
+ type: string;
6633
+ static names(): {
6634
+ [key: string]: string;
6635
+ };
6636
+ static types(): {
6637
+ [key: string]: any;
6638
+ };
6639
+ constructor(map?: {
6640
+ [key: string]: any;
6641
+ });
6642
+ }
6643
+ export declare class ReceiveRbbParamsFileResponse extends $tea.Model {
6644
+ reqMsgId?: string;
6645
+ resultCode?: string;
6646
+ resultMsg?: string;
6647
+ content?: string;
6648
+ static names(): {
6649
+ [key: string]: string;
6650
+ };
6651
+ static types(): {
6652
+ [key: string]: any;
6653
+ };
6654
+ constructor(map?: {
6655
+ [key: string]: any;
6656
+ });
6657
+ }
6497
6658
  export declare class PushRpaasReportAnswerRequest extends $tea.Model {
6498
6659
  authToken?: string;
6499
6660
  productInstanceId?: string;
@@ -9010,6 +9171,7 @@ export declare class QueryUmktOfflinedecisionResultResponse extends $tea.Model {
9010
9171
  resultCode?: string;
9011
9172
  resultMsg?: string;
9012
9173
  decisionPlanIdList?: number[];
9174
+ taskExecBatchInfo?: UmktOfflineDecisionTaskDetailInfo[];
9013
9175
  static names(): {
9014
9176
  [key: string]: string;
9015
9177
  };
@@ -9026,6 +9188,7 @@ export declare class DownloadUmktOfflinedecisionResultRequest extends $tea.Model
9026
9188
  offlineDecisionPlanId: number;
9027
9189
  decisionPlanId: number;
9028
9190
  resultDate?: string;
9191
+ taskId?: number;
9029
9192
  static names(): {
9030
9193
  [key: string]: string;
9031
9194
  };
@@ -9072,6 +9235,7 @@ export declare class QueryUmktOfflinedecisionPlandetailsResponse extends $tea.Mo
9072
9235
  resultMsg?: string;
9073
9236
  offlineDecisionPlanCount?: number;
9074
9237
  planDetailList?: OfflineDecisionPlanDetail[];
9238
+ taskExecBatchInfo?: UmktOfflineDecisionTaskDetailInfo[];
9075
9239
  static names(): {
9076
9240
  [key: string]: string;
9077
9241
  };
@@ -10067,6 +10231,30 @@ export default class Client {
10067
10231
  queryDubbridgeRepaytypeInfoEx(request: QueryDubbridgeRepaytypeInfoRequest, headers: {
10068
10232
  [key: string]: string;
10069
10233
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeRepaytypeInfoResponse>;
10234
+ /**
10235
+ * Description: 天枢系统授信额度查询接口-分期付
10236
+ * Summary: 天枢系统授信额度查询接口-分期付
10237
+ */
10238
+ queryDubbridgeInstallmentCreditamt(request: QueryDubbridgeInstallmentCreditamtRequest): Promise<QueryDubbridgeInstallmentCreditamtResponse>;
10239
+ /**
10240
+ * Description: 天枢系统授信额度查询接口-分期付
10241
+ * Summary: 天枢系统授信额度查询接口-分期付
10242
+ */
10243
+ queryDubbridgeInstallmentCreditamtEx(request: QueryDubbridgeInstallmentCreditamtRequest, headers: {
10244
+ [key: string]: string;
10245
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeInstallmentCreditamtResponse>;
10246
+ /**
10247
+ * Description: 天枢系统取消分期付订单-分期付
10248
+ * Summary: 天枢系统取消分期付订单-分期付
10249
+ */
10250
+ cancelDubbridgeInstallmentOrder(request: CancelDubbridgeInstallmentOrderRequest): Promise<CancelDubbridgeInstallmentOrderResponse>;
10251
+ /**
10252
+ * Description: 天枢系统取消分期付订单-分期付
10253
+ * Summary: 天枢系统取消分期付订单-分期付
10254
+ */
10255
+ cancelDubbridgeInstallmentOrderEx(request: CancelDubbridgeInstallmentOrderRequest, headers: {
10256
+ [key: string]: string;
10257
+ }, runtime: $Util.RuntimeOptions): Promise<CancelDubbridgeInstallmentOrderResponse>;
10070
10258
  /**
10071
10259
  * Description: 四要素认证首先调用此接口
10072
10260
  * Summary: 芝麻四要素接口
@@ -10499,6 +10687,18 @@ export default class Client {
10499
10687
  queryRdaasTaxSimpleauthdecisionEx(request: QueryRdaasTaxSimpleauthdecisionRequest, headers: {
10500
10688
  [key: string]: string;
10501
10689
  }, runtime: $Util.RuntimeOptions): Promise<QueryRdaasTaxSimpleauthdecisionResponse>;
10690
+ /**
10691
+ * Description: rfc外部文件上传
10692
+ * Summary: rfc外部文件上传
10693
+ */
10694
+ receiveRfcParamsFile(request: ReceiveRfcParamsFileRequest): Promise<ReceiveRfcParamsFileResponse>;
10695
+ /**
10696
+ * Description: rfc外部文件上传
10697
+ * Summary: rfc外部文件上传
10698
+ */
10699
+ receiveRfcParamsFileEx(request: ReceiveRfcParamsFileRequest, headers: {
10700
+ [key: string]: string;
10701
+ }, runtime: $Util.RuntimeOptions): Promise<ReceiveRfcParamsFileResponse>;
10502
10702
  /**
10503
10703
  * Description: 风险大脑企业版通用查询接口
10504
10704
  * Summary: 【已废弃】
@@ -10775,6 +10975,18 @@ export default class Client {
10775
10975
  pushRbbInvoiceChargeEx(request: PushRbbInvoiceChargeRequest, headers: {
10776
10976
  [key: string]: string;
10777
10977
  }, runtime: $Util.RuntimeOptions): Promise<PushRbbInvoiceChargeResponse>;
10978
+ /**
10979
+ * Description: 通过接口进行报告上传
10980
+ * Summary: 征信报告上传接口
10981
+ */
10982
+ receiveRbbParamsFile(request: ReceiveRbbParamsFileRequest): Promise<ReceiveRbbParamsFileResponse>;
10983
+ /**
10984
+ * Description: 通过接口进行报告上传
10985
+ * Summary: 征信报告上传接口
10986
+ */
10987
+ receiveRbbParamsFileEx(request: ReceiveRbbParamsFileRequest, headers: {
10988
+ [key: string]: string;
10989
+ }, runtime: $Util.RuntimeOptions): Promise<ReceiveRbbParamsFileResponse>;
10778
10990
  /**
10779
10991
  * Description: 报告结果推送,算法调用
10780
10992
  * Summary: 报告结果推送