@antchain/riskplus 1.26.9 → 1.29.2

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
@@ -711,6 +711,22 @@ export declare class RuntimeResult extends $tea.Model {
711
711
  [key: string]: any;
712
712
  });
713
713
  }
714
+ export declare class DecisionInfo extends $tea.Model {
715
+ status: string;
716
+ offlineDecisionPlanId: number;
717
+ totalNum: number;
718
+ decisionNum: number;
719
+ fileUrl: string;
720
+ static names(): {
721
+ [key: string]: string;
722
+ };
723
+ static types(): {
724
+ [key: string]: any;
725
+ };
726
+ constructor(map?: {
727
+ [key: string]: any;
728
+ });
729
+ }
714
730
  export declare class RtopMonitorCompanyFeature extends $tea.Model {
715
731
  description?: string;
716
732
  name: string;
@@ -1935,6 +1951,22 @@ export declare class RtopCompanyAlarm extends $tea.Model {
1935
1951
  [key: string]: any;
1936
1952
  });
1937
1953
  }
1954
+ export declare class TradeRefundResult extends $tea.Model {
1955
+ requestNo: string;
1956
+ refundAmount: number;
1957
+ refundReason: string;
1958
+ refundStatus: string;
1959
+ refundFailReason: string;
1960
+ static names(): {
1961
+ [key: string]: string;
1962
+ };
1963
+ static types(): {
1964
+ [key: string]: any;
1965
+ };
1966
+ constructor(map?: {
1967
+ [key: string]: any;
1968
+ });
1969
+ }
1938
1970
  export declare class RtopGenderDistribution extends $tea.Model {
1939
1971
  count: number;
1940
1972
  gender: string;
@@ -2320,6 +2352,7 @@ export declare class NotifyBenefithubRiskLoginRequest extends $tea.Model {
2320
2352
  mobile: string;
2321
2353
  productCode?: string;
2322
2354
  sceneConfig?: string;
2355
+ trafficSource?: string;
2323
2356
  static names(): {
2324
2357
  [key: string]: string;
2325
2358
  };
@@ -5107,6 +5140,7 @@ export declare class QueryDubbridgeInstallmentCreditamtResponse extends $tea.Mod
5107
5140
  fundCode?: string;
5108
5141
  abbreFundName?: string;
5109
5142
  prodType?: string;
5143
+ installmentStatus?: string;
5110
5144
  static names(): {
5111
5145
  [key: string]: string;
5112
5146
  };
@@ -5356,6 +5390,172 @@ export declare class CreateDubbridgeAlipayTradeResponse extends $tea.Model {
5356
5390
  [key: string]: any;
5357
5391
  });
5358
5392
  }
5393
+ export declare class CancelDubbridgeAlipayTradeRequest extends $tea.Model {
5394
+ authToken?: string;
5395
+ productInstanceId?: string;
5396
+ bizOrderNo: string;
5397
+ trafficPlatform: string;
5398
+ static names(): {
5399
+ [key: string]: string;
5400
+ };
5401
+ static types(): {
5402
+ [key: string]: any;
5403
+ };
5404
+ constructor(map?: {
5405
+ [key: string]: any;
5406
+ });
5407
+ }
5408
+ export declare class CancelDubbridgeAlipayTradeResponse extends $tea.Model {
5409
+ reqMsgId?: string;
5410
+ resultCode?: string;
5411
+ resultMsg?: string;
5412
+ bizOrderNo?: string;
5413
+ tradeStatus?: string;
5414
+ static names(): {
5415
+ [key: string]: string;
5416
+ };
5417
+ static types(): {
5418
+ [key: string]: any;
5419
+ };
5420
+ constructor(map?: {
5421
+ [key: string]: any;
5422
+ });
5423
+ }
5424
+ export declare class QueryDubbridgeAlipayTradeRequest extends $tea.Model {
5425
+ authToken?: string;
5426
+ productInstanceId?: string;
5427
+ bizOrderNo: string;
5428
+ trafficPlatform: string;
5429
+ static names(): {
5430
+ [key: string]: string;
5431
+ };
5432
+ static types(): {
5433
+ [key: string]: any;
5434
+ };
5435
+ constructor(map?: {
5436
+ [key: string]: any;
5437
+ });
5438
+ }
5439
+ export declare class QueryDubbridgeAlipayTradeResponse extends $tea.Model {
5440
+ reqMsgId?: string;
5441
+ resultCode?: string;
5442
+ resultMsg?: string;
5443
+ tradeStatus?: string;
5444
+ tradeNo?: string;
5445
+ buyerLogonId?: string;
5446
+ payAmount?: string;
5447
+ payDate?: string;
5448
+ static names(): {
5449
+ [key: string]: string;
5450
+ };
5451
+ static types(): {
5452
+ [key: string]: any;
5453
+ };
5454
+ constructor(map?: {
5455
+ [key: string]: any;
5456
+ });
5457
+ }
5458
+ export declare class RefundDubbridgeAlipayTradeRequest extends $tea.Model {
5459
+ authToken?: string;
5460
+ productInstanceId?: string;
5461
+ requestNo: string;
5462
+ bizOrderNo: string;
5463
+ trafficPlatform: string;
5464
+ tradeNo?: string;
5465
+ refundAmount: string;
5466
+ refundReason?: string;
5467
+ static names(): {
5468
+ [key: string]: string;
5469
+ };
5470
+ static types(): {
5471
+ [key: string]: any;
5472
+ };
5473
+ constructor(map?: {
5474
+ [key: string]: any;
5475
+ });
5476
+ }
5477
+ export declare class RefundDubbridgeAlipayTradeResponse extends $tea.Model {
5478
+ reqMsgId?: string;
5479
+ resultCode?: string;
5480
+ resultMsg?: string;
5481
+ refundStatus?: string;
5482
+ refundFailReason?: string;
5483
+ refundDate?: string;
5484
+ static names(): {
5485
+ [key: string]: string;
5486
+ };
5487
+ static types(): {
5488
+ [key: string]: any;
5489
+ };
5490
+ constructor(map?: {
5491
+ [key: string]: any;
5492
+ });
5493
+ }
5494
+ export declare class CloseDubbridgeAlipayTradeRequest extends $tea.Model {
5495
+ authToken?: string;
5496
+ productInstanceId?: string;
5497
+ bizOrderNo: string;
5498
+ trafficPlatform: string;
5499
+ operatorId?: string;
5500
+ static names(): {
5501
+ [key: string]: string;
5502
+ };
5503
+ static types(): {
5504
+ [key: string]: any;
5505
+ };
5506
+ constructor(map?: {
5507
+ [key: string]: any;
5508
+ });
5509
+ }
5510
+ export declare class CloseDubbridgeAlipayTradeResponse extends $tea.Model {
5511
+ reqMsgId?: string;
5512
+ resultCode?: string;
5513
+ resultMsg?: string;
5514
+ tradeStatus?: string;
5515
+ static names(): {
5516
+ [key: string]: string;
5517
+ };
5518
+ static types(): {
5519
+ [key: string]: any;
5520
+ };
5521
+ constructor(map?: {
5522
+ [key: string]: any;
5523
+ });
5524
+ }
5525
+ export declare class QueryDubbridgeAlipayRefundRequest extends $tea.Model {
5526
+ authToken?: string;
5527
+ productInstanceId?: string;
5528
+ requestNo: string;
5529
+ bizOrderNo: string;
5530
+ trafficPlatform: string;
5531
+ tradeNo?: string;
5532
+ static names(): {
5533
+ [key: string]: string;
5534
+ };
5535
+ static types(): {
5536
+ [key: string]: any;
5537
+ };
5538
+ constructor(map?: {
5539
+ [key: string]: any;
5540
+ });
5541
+ }
5542
+ export declare class QueryDubbridgeAlipayRefundResponse extends $tea.Model {
5543
+ reqMsgId?: string;
5544
+ resultCode?: string;
5545
+ resultMsg?: string;
5546
+ refundStatus?: string;
5547
+ refundFailReason?: string;
5548
+ refundDate?: string;
5549
+ static names(): {
5550
+ [key: string]: string;
5551
+ };
5552
+ static types(): {
5553
+ [key: string]: any;
5554
+ };
5555
+ constructor(map?: {
5556
+ [key: string]: any;
5557
+ });
5558
+ }
5359
5559
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
5360
5560
  authToken?: string;
5361
5561
  productInstanceId?: string;
@@ -6441,6 +6641,7 @@ export declare class UploadQmpOfflinehostplanResponse extends $tea.Model {
6441
6641
  resultCode?: string;
6442
6642
  resultMsg?: string;
6443
6643
  importId?: number;
6644
+ taskUuid?: string;
6444
6645
  static names(): {
6445
6646
  [key: string]: string;
6446
6647
  };
@@ -6486,6 +6687,36 @@ export declare class QueryQmpOfflinehostplanDecisionresultResponse extends $tea.
6486
6687
  [key: string]: any;
6487
6688
  });
6488
6689
  }
6690
+ export declare class QueryQmpOfflinehostplanDecisionresultsRequest extends $tea.Model {
6691
+ authToken?: string;
6692
+ productInstanceId?: string;
6693
+ taskUuid: string;
6694
+ static names(): {
6695
+ [key: string]: string;
6696
+ };
6697
+ static types(): {
6698
+ [key: string]: any;
6699
+ };
6700
+ constructor(map?: {
6701
+ [key: string]: any;
6702
+ });
6703
+ }
6704
+ export declare class QueryQmpOfflinehostplanDecisionresultsResponse extends $tea.Model {
6705
+ reqMsgId?: string;
6706
+ resultCode?: string;
6707
+ resultMsg?: string;
6708
+ planCode?: string;
6709
+ decisionInfo?: DecisionInfo[];
6710
+ static names(): {
6711
+ [key: string]: string;
6712
+ };
6713
+ static types(): {
6714
+ [key: string]: any;
6715
+ };
6716
+ constructor(map?: {
6717
+ [key: string]: any;
6718
+ });
6719
+ }
6489
6720
  export declare class SyncRdaasTaxAuthinfoRequest extends $tea.Model {
6490
6721
  authToken?: string;
6491
6722
  productInstanceId?: string;
@@ -9177,6 +9408,40 @@ export declare class QueryAirsaasSecurityPolicyResponse extends $tea.Model {
9177
9408
  [key: string]: any;
9178
9409
  });
9179
9410
  }
9411
+ export declare class QueryTdisaasairSecurityPolicyRequest extends $tea.Model {
9412
+ authToken?: string;
9413
+ productInstanceId?: string;
9414
+ eventInfo: EventInfo;
9415
+ riskType: string;
9416
+ static names(): {
9417
+ [key: string]: string;
9418
+ };
9419
+ static types(): {
9420
+ [key: string]: any;
9421
+ };
9422
+ constructor(map?: {
9423
+ [key: string]: any;
9424
+ });
9425
+ }
9426
+ export declare class QueryTdisaasairSecurityPolicyResponse extends $tea.Model {
9427
+ reqMsgId?: string;
9428
+ resultCode?: string;
9429
+ resultMsg?: string;
9430
+ modelDetails?: ModelDetails[];
9431
+ securityId?: string;
9432
+ securityResult?: string;
9433
+ strategyDetails?: StrategyDetails[];
9434
+ dfSceneInfos?: DfSceneInfos[];
9435
+ static names(): {
9436
+ [key: string]: string;
9437
+ };
9438
+ static types(): {
9439
+ [key: string]: any;
9440
+ };
9441
+ constructor(map?: {
9442
+ [key: string]: any;
9443
+ });
9444
+ }
9180
9445
  export declare class UploadUmktParamsFileRequest extends $tea.Model {
9181
9446
  authToken?: string;
9182
9447
  productInstanceId?: string;
@@ -11736,6 +12001,66 @@ export default class Client {
11736
12001
  createDubbridgeAlipayTradeEx(request: CreateDubbridgeAlipayTradeRequest, headers: {
11737
12002
  [key: string]: string;
11738
12003
  }, runtime: $Util.RuntimeOptions): Promise<CreateDubbridgeAlipayTradeResponse>;
12004
+ /**
12005
+ * Description: 二级商户交易取消
12006
+ * Summary: 天枢系统-二级商户交易取消-分期付
12007
+ */
12008
+ cancelDubbridgeAlipayTrade(request: CancelDubbridgeAlipayTradeRequest): Promise<CancelDubbridgeAlipayTradeResponse>;
12009
+ /**
12010
+ * Description: 二级商户交易取消
12011
+ * Summary: 天枢系统-二级商户交易取消-分期付
12012
+ */
12013
+ cancelDubbridgeAlipayTradeEx(request: CancelDubbridgeAlipayTradeRequest, headers: {
12014
+ [key: string]: string;
12015
+ }, runtime: $Util.RuntimeOptions): Promise<CancelDubbridgeAlipayTradeResponse>;
12016
+ /**
12017
+ * Description: 二级商户交易查询
12018
+ * Summary: 天枢系统-二级商户交易查询-分期付
12019
+ */
12020
+ queryDubbridgeAlipayTrade(request: QueryDubbridgeAlipayTradeRequest): Promise<QueryDubbridgeAlipayTradeResponse>;
12021
+ /**
12022
+ * Description: 二级商户交易查询
12023
+ * Summary: 天枢系统-二级商户交易查询-分期付
12024
+ */
12025
+ queryDubbridgeAlipayTradeEx(request: QueryDubbridgeAlipayTradeRequest, headers: {
12026
+ [key: string]: string;
12027
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeAlipayTradeResponse>;
12028
+ /**
12029
+ * Description: 天枢系统-二级商户交易退款-分期付
12030
+ * Summary: 天枢系统-二级商户交易退款-分期付
12031
+ */
12032
+ refundDubbridgeAlipayTrade(request: RefundDubbridgeAlipayTradeRequest): Promise<RefundDubbridgeAlipayTradeResponse>;
12033
+ /**
12034
+ * Description: 天枢系统-二级商户交易退款-分期付
12035
+ * Summary: 天枢系统-二级商户交易退款-分期付
12036
+ */
12037
+ refundDubbridgeAlipayTradeEx(request: RefundDubbridgeAlipayTradeRequest, headers: {
12038
+ [key: string]: string;
12039
+ }, runtime: $Util.RuntimeOptions): Promise<RefundDubbridgeAlipayTradeResponse>;
12040
+ /**
12041
+ * Description: 天枢系统-二级商户交易关闭-分期付
12042
+ * Summary: 天枢系统-二级商户交易关闭-分期付
12043
+ */
12044
+ closeDubbridgeAlipayTrade(request: CloseDubbridgeAlipayTradeRequest): Promise<CloseDubbridgeAlipayTradeResponse>;
12045
+ /**
12046
+ * Description: 天枢系统-二级商户交易关闭-分期付
12047
+ * Summary: 天枢系统-二级商户交易关闭-分期付
12048
+ */
12049
+ closeDubbridgeAlipayTradeEx(request: CloseDubbridgeAlipayTradeRequest, headers: {
12050
+ [key: string]: string;
12051
+ }, runtime: $Util.RuntimeOptions): Promise<CloseDubbridgeAlipayTradeResponse>;
12052
+ /**
12053
+ * Description: 天枢系统-二级商户交易退款查询-分期付
12054
+ * Summary: 天枢系统-二级商户交易退款查询-分期付
12055
+ */
12056
+ queryDubbridgeAlipayRefund(request: QueryDubbridgeAlipayRefundRequest): Promise<QueryDubbridgeAlipayRefundResponse>;
12057
+ /**
12058
+ * Description: 天枢系统-二级商户交易退款查询-分期付
12059
+ * Summary: 天枢系统-二级商户交易退款查询-分期付
12060
+ */
12061
+ queryDubbridgeAlipayRefundEx(request: QueryDubbridgeAlipayRefundRequest, headers: {
12062
+ [key: string]: string;
12063
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeAlipayRefundResponse>;
11739
12064
  /**
11740
12065
  * Description: 四要素认证首先调用此接口
11741
12066
  * Summary: 芝麻四要素接口
@@ -12132,6 +12457,18 @@ export default class Client {
12132
12457
  queryQmpOfflinehostplanDecisionresultEx(request: QueryQmpOfflinehostplanDecisionresultRequest, headers: {
12133
12458
  [key: string]: string;
12134
12459
  }, runtime: $Util.RuntimeOptions): Promise<QueryQmpOfflinehostplanDecisionresultResponse>;
12460
+ /**
12461
+ * Description: qmp分层结果查询v2
12462
+ * Summary: qmp分层结果查询v2
12463
+ */
12464
+ queryQmpOfflinehostplanDecisionresults(request: QueryQmpOfflinehostplanDecisionresultsRequest): Promise<QueryQmpOfflinehostplanDecisionresultsResponse>;
12465
+ /**
12466
+ * Description: qmp分层结果查询v2
12467
+ * Summary: qmp分层结果查询v2
12468
+ */
12469
+ queryQmpOfflinehostplanDecisionresultsEx(request: QueryQmpOfflinehostplanDecisionresultsRequest, headers: {
12470
+ [key: string]: string;
12471
+ }, runtime: $Util.RuntimeOptions): Promise<QueryQmpOfflinehostplanDecisionresultsResponse>;
12135
12472
  /**
12136
12473
  * Description: 企管盾票税交接授权信息表的同步
12137
12474
  * Summary: 企管盾票税交接授权信息表的同步
@@ -13082,6 +13419,18 @@ export default class Client {
13082
13419
  queryAirsaasSecurityPolicyEx(request: QueryAirsaasSecurityPolicyRequest, headers: {
13083
13420
  [key: string]: string;
13084
13421
  }, runtime: $Util.RuntimeOptions): Promise<QueryAirsaasSecurityPolicyResponse>;
13422
+ /**
13423
+ * Description: saas风险咨询,决策流模式
13424
+ * Summary: saas风险咨询-air引擎
13425
+ */
13426
+ queryTdisaasairSecurityPolicy(request: QueryTdisaasairSecurityPolicyRequest): Promise<QueryTdisaasairSecurityPolicyResponse>;
13427
+ /**
13428
+ * Description: saas风险咨询,决策流模式
13429
+ * Summary: saas风险咨询-air引擎
13430
+ */
13431
+ queryTdisaasairSecurityPolicyEx(request: QueryTdisaasairSecurityPolicyRequest, headers: {
13432
+ [key: string]: string;
13433
+ }, runtime: $Util.RuntimeOptions): Promise<QueryTdisaasairSecurityPolicyResponse>;
13085
13434
  /**
13086
13435
  * Description: 营销盾批量参数文件上传接口
13087
13436
  * Summary: 营销盾参数文件上传