@antchain/riskplus 1.26.9 → 1.28.7

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
@@ -1935,6 +1935,22 @@ export declare class RtopCompanyAlarm extends $tea.Model {
1935
1935
  [key: string]: any;
1936
1936
  });
1937
1937
  }
1938
+ export declare class TradeRefundResult extends $tea.Model {
1939
+ requestNo: string;
1940
+ refundAmount: number;
1941
+ refundReason: string;
1942
+ refundStatus: string;
1943
+ refundFailReason: string;
1944
+ static names(): {
1945
+ [key: string]: string;
1946
+ };
1947
+ static types(): {
1948
+ [key: string]: any;
1949
+ };
1950
+ constructor(map?: {
1951
+ [key: string]: any;
1952
+ });
1953
+ }
1938
1954
  export declare class RtopGenderDistribution extends $tea.Model {
1939
1955
  count: number;
1940
1956
  gender: string;
@@ -2320,6 +2336,7 @@ export declare class NotifyBenefithubRiskLoginRequest extends $tea.Model {
2320
2336
  mobile: string;
2321
2337
  productCode?: string;
2322
2338
  sceneConfig?: string;
2339
+ trafficSource?: string;
2323
2340
  static names(): {
2324
2341
  [key: string]: string;
2325
2342
  };
@@ -5356,6 +5373,172 @@ export declare class CreateDubbridgeAlipayTradeResponse extends $tea.Model {
5356
5373
  [key: string]: any;
5357
5374
  });
5358
5375
  }
5376
+ export declare class CancelDubbridgeAlipayTradeRequest extends $tea.Model {
5377
+ authToken?: string;
5378
+ productInstanceId?: string;
5379
+ bizOrderNo: string;
5380
+ trafficPlatform: string;
5381
+ static names(): {
5382
+ [key: string]: string;
5383
+ };
5384
+ static types(): {
5385
+ [key: string]: any;
5386
+ };
5387
+ constructor(map?: {
5388
+ [key: string]: any;
5389
+ });
5390
+ }
5391
+ export declare class CancelDubbridgeAlipayTradeResponse extends $tea.Model {
5392
+ reqMsgId?: string;
5393
+ resultCode?: string;
5394
+ resultMsg?: string;
5395
+ bizOrderNo?: string;
5396
+ tradeStatus?: string;
5397
+ static names(): {
5398
+ [key: string]: string;
5399
+ };
5400
+ static types(): {
5401
+ [key: string]: any;
5402
+ };
5403
+ constructor(map?: {
5404
+ [key: string]: any;
5405
+ });
5406
+ }
5407
+ export declare class QueryDubbridgeAlipayTradeRequest extends $tea.Model {
5408
+ authToken?: string;
5409
+ productInstanceId?: string;
5410
+ bizOrderNo: string;
5411
+ trafficPlatform: string;
5412
+ static names(): {
5413
+ [key: string]: string;
5414
+ };
5415
+ static types(): {
5416
+ [key: string]: any;
5417
+ };
5418
+ constructor(map?: {
5419
+ [key: string]: any;
5420
+ });
5421
+ }
5422
+ export declare class QueryDubbridgeAlipayTradeResponse extends $tea.Model {
5423
+ reqMsgId?: string;
5424
+ resultCode?: string;
5425
+ resultMsg?: string;
5426
+ tradeStatus?: string;
5427
+ tradeNo?: string;
5428
+ buyerLogonId?: string;
5429
+ payAmount?: string;
5430
+ payDate?: string;
5431
+ static names(): {
5432
+ [key: string]: string;
5433
+ };
5434
+ static types(): {
5435
+ [key: string]: any;
5436
+ };
5437
+ constructor(map?: {
5438
+ [key: string]: any;
5439
+ });
5440
+ }
5441
+ export declare class RefundDubbridgeAlipayTradeRequest extends $tea.Model {
5442
+ authToken?: string;
5443
+ productInstanceId?: string;
5444
+ requestNo: string;
5445
+ bizOrderNo: string;
5446
+ trafficPlatform: string;
5447
+ tradeNo?: string;
5448
+ refundAmount: string;
5449
+ refundReason?: string;
5450
+ static names(): {
5451
+ [key: string]: string;
5452
+ };
5453
+ static types(): {
5454
+ [key: string]: any;
5455
+ };
5456
+ constructor(map?: {
5457
+ [key: string]: any;
5458
+ });
5459
+ }
5460
+ export declare class RefundDubbridgeAlipayTradeResponse extends $tea.Model {
5461
+ reqMsgId?: string;
5462
+ resultCode?: string;
5463
+ resultMsg?: string;
5464
+ refundStatus?: string;
5465
+ refundFailReason?: string;
5466
+ refundDate?: 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 CloseDubbridgeAlipayTradeRequest extends $tea.Model {
5478
+ authToken?: string;
5479
+ productInstanceId?: string;
5480
+ bizOrderNo: string;
5481
+ trafficPlatform: string;
5482
+ operatorId?: string;
5483
+ static names(): {
5484
+ [key: string]: string;
5485
+ };
5486
+ static types(): {
5487
+ [key: string]: any;
5488
+ };
5489
+ constructor(map?: {
5490
+ [key: string]: any;
5491
+ });
5492
+ }
5493
+ export declare class CloseDubbridgeAlipayTradeResponse extends $tea.Model {
5494
+ reqMsgId?: string;
5495
+ resultCode?: string;
5496
+ resultMsg?: string;
5497
+ tradeStatus?: string;
5498
+ static names(): {
5499
+ [key: string]: string;
5500
+ };
5501
+ static types(): {
5502
+ [key: string]: any;
5503
+ };
5504
+ constructor(map?: {
5505
+ [key: string]: any;
5506
+ });
5507
+ }
5508
+ export declare class QueryDubbridgeAlipayRefundRequest extends $tea.Model {
5509
+ authToken?: string;
5510
+ productInstanceId?: string;
5511
+ requestNo: string;
5512
+ bizOrderNo: string;
5513
+ trafficPlatform: string;
5514
+ tradeNo?: 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 QueryDubbridgeAlipayRefundResponse extends $tea.Model {
5526
+ reqMsgId?: string;
5527
+ resultCode?: string;
5528
+ resultMsg?: string;
5529
+ refundStatus?: string;
5530
+ refundFailReason?: string;
5531
+ refundDate?: 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
+ }
5359
5542
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
5360
5543
  authToken?: string;
5361
5544
  productInstanceId?: string;
@@ -9177,6 +9360,40 @@ export declare class QueryAirsaasSecurityPolicyResponse extends $tea.Model {
9177
9360
  [key: string]: any;
9178
9361
  });
9179
9362
  }
9363
+ export declare class QueryTdisaasairSecurityPolicyRequest extends $tea.Model {
9364
+ authToken?: string;
9365
+ productInstanceId?: string;
9366
+ eventInfo: EventInfo;
9367
+ riskType: string;
9368
+ static names(): {
9369
+ [key: string]: string;
9370
+ };
9371
+ static types(): {
9372
+ [key: string]: any;
9373
+ };
9374
+ constructor(map?: {
9375
+ [key: string]: any;
9376
+ });
9377
+ }
9378
+ export declare class QueryTdisaasairSecurityPolicyResponse extends $tea.Model {
9379
+ reqMsgId?: string;
9380
+ resultCode?: string;
9381
+ resultMsg?: string;
9382
+ modelDetails?: ModelDetails[];
9383
+ securityId?: string;
9384
+ securityResult?: string;
9385
+ strategyDetails?: StrategyDetails[];
9386
+ dfSceneInfos?: DfSceneInfos[];
9387
+ static names(): {
9388
+ [key: string]: string;
9389
+ };
9390
+ static types(): {
9391
+ [key: string]: any;
9392
+ };
9393
+ constructor(map?: {
9394
+ [key: string]: any;
9395
+ });
9396
+ }
9180
9397
  export declare class UploadUmktParamsFileRequest extends $tea.Model {
9181
9398
  authToken?: string;
9182
9399
  productInstanceId?: string;
@@ -11736,6 +11953,66 @@ export default class Client {
11736
11953
  createDubbridgeAlipayTradeEx(request: CreateDubbridgeAlipayTradeRequest, headers: {
11737
11954
  [key: string]: string;
11738
11955
  }, runtime: $Util.RuntimeOptions): Promise<CreateDubbridgeAlipayTradeResponse>;
11956
+ /**
11957
+ * Description: 二级商户交易取消
11958
+ * Summary: 天枢系统-二级商户交易取消-分期付
11959
+ */
11960
+ cancelDubbridgeAlipayTrade(request: CancelDubbridgeAlipayTradeRequest): Promise<CancelDubbridgeAlipayTradeResponse>;
11961
+ /**
11962
+ * Description: 二级商户交易取消
11963
+ * Summary: 天枢系统-二级商户交易取消-分期付
11964
+ */
11965
+ cancelDubbridgeAlipayTradeEx(request: CancelDubbridgeAlipayTradeRequest, headers: {
11966
+ [key: string]: string;
11967
+ }, runtime: $Util.RuntimeOptions): Promise<CancelDubbridgeAlipayTradeResponse>;
11968
+ /**
11969
+ * Description: 二级商户交易查询
11970
+ * Summary: 天枢系统-二级商户交易查询-分期付
11971
+ */
11972
+ queryDubbridgeAlipayTrade(request: QueryDubbridgeAlipayTradeRequest): Promise<QueryDubbridgeAlipayTradeResponse>;
11973
+ /**
11974
+ * Description: 二级商户交易查询
11975
+ * Summary: 天枢系统-二级商户交易查询-分期付
11976
+ */
11977
+ queryDubbridgeAlipayTradeEx(request: QueryDubbridgeAlipayTradeRequest, headers: {
11978
+ [key: string]: string;
11979
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeAlipayTradeResponse>;
11980
+ /**
11981
+ * Description: 天枢系统-二级商户交易退款-分期付
11982
+ * Summary: 天枢系统-二级商户交易退款-分期付
11983
+ */
11984
+ refundDubbridgeAlipayTrade(request: RefundDubbridgeAlipayTradeRequest): Promise<RefundDubbridgeAlipayTradeResponse>;
11985
+ /**
11986
+ * Description: 天枢系统-二级商户交易退款-分期付
11987
+ * Summary: 天枢系统-二级商户交易退款-分期付
11988
+ */
11989
+ refundDubbridgeAlipayTradeEx(request: RefundDubbridgeAlipayTradeRequest, headers: {
11990
+ [key: string]: string;
11991
+ }, runtime: $Util.RuntimeOptions): Promise<RefundDubbridgeAlipayTradeResponse>;
11992
+ /**
11993
+ * Description: 天枢系统-二级商户交易关闭-分期付
11994
+ * Summary: 天枢系统-二级商户交易关闭-分期付
11995
+ */
11996
+ closeDubbridgeAlipayTrade(request: CloseDubbridgeAlipayTradeRequest): Promise<CloseDubbridgeAlipayTradeResponse>;
11997
+ /**
11998
+ * Description: 天枢系统-二级商户交易关闭-分期付
11999
+ * Summary: 天枢系统-二级商户交易关闭-分期付
12000
+ */
12001
+ closeDubbridgeAlipayTradeEx(request: CloseDubbridgeAlipayTradeRequest, headers: {
12002
+ [key: string]: string;
12003
+ }, runtime: $Util.RuntimeOptions): Promise<CloseDubbridgeAlipayTradeResponse>;
12004
+ /**
12005
+ * Description: 天枢系统-二级商户交易退款查询-分期付
12006
+ * Summary: 天枢系统-二级商户交易退款查询-分期付
12007
+ */
12008
+ queryDubbridgeAlipayRefund(request: QueryDubbridgeAlipayRefundRequest): Promise<QueryDubbridgeAlipayRefundResponse>;
12009
+ /**
12010
+ * Description: 天枢系统-二级商户交易退款查询-分期付
12011
+ * Summary: 天枢系统-二级商户交易退款查询-分期付
12012
+ */
12013
+ queryDubbridgeAlipayRefundEx(request: QueryDubbridgeAlipayRefundRequest, headers: {
12014
+ [key: string]: string;
12015
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeAlipayRefundResponse>;
11739
12016
  /**
11740
12017
  * Description: 四要素认证首先调用此接口
11741
12018
  * Summary: 芝麻四要素接口
@@ -13082,6 +13359,18 @@ export default class Client {
13082
13359
  queryAirsaasSecurityPolicyEx(request: QueryAirsaasSecurityPolicyRequest, headers: {
13083
13360
  [key: string]: string;
13084
13361
  }, runtime: $Util.RuntimeOptions): Promise<QueryAirsaasSecurityPolicyResponse>;
13362
+ /**
13363
+ * Description: saas风险咨询,决策流模式
13364
+ * Summary: saas风险咨询-air引擎
13365
+ */
13366
+ queryTdisaasairSecurityPolicy(request: QueryTdisaasairSecurityPolicyRequest): Promise<QueryTdisaasairSecurityPolicyResponse>;
13367
+ /**
13368
+ * Description: saas风险咨询,决策流模式
13369
+ * Summary: saas风险咨询-air引擎
13370
+ */
13371
+ queryTdisaasairSecurityPolicyEx(request: QueryTdisaasairSecurityPolicyRequest, headers: {
13372
+ [key: string]: string;
13373
+ }, runtime: $Util.RuntimeOptions): Promise<QueryTdisaasairSecurityPolicyResponse>;
13085
13374
  /**
13086
13375
  * Description: 营销盾批量参数文件上传接口
13087
13376
  * Summary: 营销盾参数文件上传