@antchain/riskplus 1.16.2 → 1.16.3

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
@@ -1078,6 +1078,25 @@ export declare class RtopGenderDistribution extends $tea.Model {
1078
1078
  [key: string]: any;
1079
1079
  });
1080
1080
  }
1081
+ export declare class ApplyInfo extends $tea.Model {
1082
+ applyNo?: string;
1083
+ fundCode?: string;
1084
+ fundName?: string;
1085
+ rateValue?: number;
1086
+ rateValueDay?: number;
1087
+ daysNumYear?: number;
1088
+ totalAmount?: number;
1089
+ balanceAmount?: number;
1090
+ static names(): {
1091
+ [key: string]: string;
1092
+ };
1093
+ static types(): {
1094
+ [key: string]: any;
1095
+ };
1096
+ constructor(map?: {
1097
+ [key: string]: any;
1098
+ });
1099
+ }
1081
1100
  export declare class CustomRelationStatus extends $tea.Model {
1082
1101
  regFlag?: boolean;
1083
1102
  static names(): {
@@ -1381,6 +1400,8 @@ export declare class CreditAmount extends $tea.Model {
1381
1400
  rateValue: number;
1382
1401
  repayWay: string;
1383
1402
  status: string;
1403
+ payDateSup?: string;
1404
+ expireDateSup?: string;
1384
1405
  static names(): {
1385
1406
  [key: string]: string;
1386
1407
  };
@@ -2388,6 +2409,9 @@ export declare class QueryDubbridgeRouterFundrouterRequest extends $tea.Model {
2388
2409
  trafficAdId?: string;
2389
2410
  trafficMktId?: string;
2390
2411
  clickId?: string;
2412
+ orderNo?: string;
2413
+ riskData?: string;
2414
+ extInfo?: string;
2391
2415
  static names(): {
2392
2416
  [key: string]: string;
2393
2417
  };
@@ -2466,6 +2490,7 @@ export declare class UploadDubbridgeFileRequest extends $tea.Model {
2466
2490
  fileObject?: Readable;
2467
2491
  fileObjectName?: string;
2468
2492
  fileId: string;
2493
+ fileType: string;
2469
2494
  static names(): {
2470
2495
  [key: string]: string;
2471
2496
  };
@@ -2553,6 +2578,7 @@ export declare class VerifyDubbridgeCustomerBankcardResponse extends $tea.Model
2553
2578
  resultMsg?: string;
2554
2579
  bindSerialNo?: string;
2555
2580
  signResult?: string;
2581
+ customerNo?: string;
2556
2582
  static names(): {
2557
2583
  [key: string]: string;
2558
2584
  };
@@ -2623,6 +2649,8 @@ export declare class QueryDubbridgeCreditStatusResponse extends $tea.Model {
2623
2649
  creditInfo?: CreditAmount;
2624
2650
  customNo?: string;
2625
2651
  applyNo?: string;
2652
+ fundCode?: string;
2653
+ coolingPeriod?: string;
2626
2654
  static names(): {
2627
2655
  [key: string]: string;
2628
2656
  };
@@ -2780,6 +2808,9 @@ export declare class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Mod
2780
2808
  cardNo: string;
2781
2809
  idType?: string;
2782
2810
  fundCode?: string;
2811
+ channelCode: string;
2812
+ projectCode: string;
2813
+ orgCode: string;
2783
2814
  static names(): {
2784
2815
  [key: string]: string;
2785
2816
  };
@@ -2812,6 +2843,8 @@ export declare class QueryDubbridgeAccountStatusRequest extends $tea.Model {
2812
2843
  customNo?: string;
2813
2844
  openId?: string;
2814
2845
  bizType: string;
2846
+ channelCode: string;
2847
+ orgCode?: string;
2815
2848
  static names(): {
2816
2849
  [key: string]: string;
2817
2850
  };
@@ -2928,6 +2961,9 @@ export declare class QueryDubbridgeCustomerAgreementsignResponse extends $tea.Mo
2928
2961
  signTime?: string;
2929
2962
  validTime?: string;
2930
2963
  invalidTime?: string;
2964
+ customName?: string;
2965
+ alipayUserId?: string;
2966
+ protocolNo?: string;
2931
2967
  static names(): {
2932
2968
  [key: string]: string;
2933
2969
  };
@@ -3124,6 +3160,7 @@ export declare class CountDubbridgeRepayReftrialRequest extends $tea.Model {
3124
3160
  applyAmount: number;
3125
3161
  applyPeriod: number;
3126
3162
  repayType: string;
3163
+ repayDate?: string;
3127
3164
  static names(): {
3128
3165
  [key: string]: string;
3129
3166
  };
@@ -3139,6 +3176,10 @@ export declare class CountDubbridgeRepayReftrialResponse extends $tea.Model {
3139
3176
  resultCode?: string;
3140
3177
  resultMsg?: string;
3141
3178
  repayTrailList?: RepayTrail[];
3179
+ repayDate?: string;
3180
+ repayAccount?: string;
3181
+ totalInterest?: number;
3182
+ applyInfo?: ApplyInfo;
3142
3183
  static names(): {
3143
3184
  [key: string]: string;
3144
3185
  };
@@ -3258,6 +3299,8 @@ export declare class ApplyDubbridgeUsecreditRequest extends $tea.Model {
3258
3299
  repayType: string;
3259
3300
  loanWay: string;
3260
3301
  repayDate?: string;
3302
+ channelType?: string;
3303
+ customType?: string;
3261
3304
  static names(): {
3262
3305
  [key: string]: string;
3263
3306
  };
@@ -3477,7 +3520,8 @@ export declare class QueryDubbridgeRepayResultResponse extends $tea.Model {
3477
3520
  repayAccount?: string;
3478
3521
  repayStatus?: string;
3479
3522
  failReason?: string;
3480
- repayInfos?: RepayInfos;
3523
+ repayInfos?: RepayInfos[];
3524
+ repayDate?: string;
3481
3525
  static names(): {
3482
3526
  [key: string]: string;
3483
3527
  };
package/dist/client.js CHANGED
@@ -1759,6 +1759,37 @@ class RtopGenderDistribution extends $tea.Model {
1759
1759
  }
1760
1760
  }
1761
1761
  exports.RtopGenderDistribution = RtopGenderDistribution;
1762
+ // 授信信息
1763
+ class ApplyInfo extends $tea.Model {
1764
+ constructor(map) {
1765
+ super(map);
1766
+ }
1767
+ static names() {
1768
+ return {
1769
+ applyNo: 'apply_no',
1770
+ fundCode: 'fund_code',
1771
+ fundName: 'fund_name',
1772
+ rateValue: 'rate_value',
1773
+ rateValueDay: 'rate_value_day',
1774
+ daysNumYear: 'days_num_year',
1775
+ totalAmount: 'total_amount',
1776
+ balanceAmount: 'balance_amount',
1777
+ };
1778
+ }
1779
+ static types() {
1780
+ return {
1781
+ applyNo: 'string',
1782
+ fundCode: 'string',
1783
+ fundName: 'string',
1784
+ rateValue: 'number',
1785
+ rateValueDay: 'number',
1786
+ daysNumYear: 'number',
1787
+ totalAmount: 'number',
1788
+ balanceAmount: 'number',
1789
+ };
1790
+ }
1791
+ }
1792
+ exports.ApplyInfo = ApplyInfo;
1762
1793
  // 是否联登结构体
1763
1794
  class CustomRelationStatus extends $tea.Model {
1764
1795
  constructor(map) {
@@ -2230,6 +2261,8 @@ class CreditAmount extends $tea.Model {
2230
2261
  rateValue: 'rate_value',
2231
2262
  repayWay: 'repay_way',
2232
2263
  status: 'status',
2264
+ payDateSup: 'pay_date_sup',
2265
+ expireDateSup: 'expire_date_sup',
2233
2266
  };
2234
2267
  }
2235
2268
  static types() {
@@ -2242,6 +2275,8 @@ class CreditAmount extends $tea.Model {
2242
2275
  rateValue: 'number',
2243
2276
  repayWay: 'string',
2244
2277
  status: 'string',
2278
+ payDateSup: 'string',
2279
+ expireDateSup: 'string',
2245
2280
  };
2246
2281
  }
2247
2282
  }
@@ -3773,6 +3808,9 @@ class QueryDubbridgeRouterFundrouterRequest extends $tea.Model {
3773
3808
  trafficAdId: 'traffic_ad_id',
3774
3809
  trafficMktId: 'traffic_mkt_id',
3775
3810
  clickId: 'click_id',
3811
+ orderNo: 'order_no',
3812
+ riskData: 'risk_data',
3813
+ extInfo: 'ext_info',
3776
3814
  };
3777
3815
  }
3778
3816
  static types() {
@@ -3790,6 +3828,9 @@ class QueryDubbridgeRouterFundrouterRequest extends $tea.Model {
3790
3828
  trafficAdId: 'string',
3791
3829
  trafficMktId: 'string',
3792
3830
  clickId: 'string',
3831
+ orderNo: 'string',
3832
+ riskData: 'string',
3833
+ extInfo: 'string',
3793
3834
  };
3794
3835
  }
3795
3836
  }
@@ -3902,6 +3943,7 @@ class UploadDubbridgeFileRequest extends $tea.Model {
3902
3943
  fileObject: 'fileObject',
3903
3944
  fileObjectName: 'fileObjectName',
3904
3945
  fileId: 'file_id',
3946
+ fileType: 'file_type',
3905
3947
  };
3906
3948
  }
3907
3949
  static types() {
@@ -3914,6 +3956,7 @@ class UploadDubbridgeFileRequest extends $tea.Model {
3914
3956
  fileObject: 'Readable',
3915
3957
  fileObjectName: 'string',
3916
3958
  fileId: 'string',
3959
+ fileType: 'string',
3917
3960
  };
3918
3961
  }
3919
3962
  }
@@ -4039,6 +4082,7 @@ class VerifyDubbridgeCustomerBankcardResponse extends $tea.Model {
4039
4082
  resultMsg: 'result_msg',
4040
4083
  bindSerialNo: 'bind_serial_no',
4041
4084
  signResult: 'sign_result',
4085
+ customerNo: 'customer_no',
4042
4086
  };
4043
4087
  }
4044
4088
  static types() {
@@ -4048,6 +4092,7 @@ class VerifyDubbridgeCustomerBankcardResponse extends $tea.Model {
4048
4092
  resultMsg: 'string',
4049
4093
  bindSerialNo: 'string',
4050
4094
  signResult: 'string',
4095
+ customerNo: 'string',
4051
4096
  };
4052
4097
  }
4053
4098
  }
@@ -4141,6 +4186,8 @@ class QueryDubbridgeCreditStatusResponse extends $tea.Model {
4141
4186
  creditInfo: 'credit_info',
4142
4187
  customNo: 'custom_no',
4143
4188
  applyNo: 'apply_no',
4189
+ fundCode: 'fund_code',
4190
+ coolingPeriod: 'cooling_period',
4144
4191
  };
4145
4192
  }
4146
4193
  static types() {
@@ -4156,6 +4203,8 @@ class QueryDubbridgeCreditStatusResponse extends $tea.Model {
4156
4203
  creditInfo: CreditAmount,
4157
4204
  customNo: 'string',
4158
4205
  applyNo: 'string',
4206
+ fundCode: 'string',
4207
+ coolingPeriod: 'string',
4159
4208
  };
4160
4209
  }
4161
4210
  }
@@ -4386,6 +4435,9 @@ class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
4386
4435
  cardNo: 'card_no',
4387
4436
  idType: 'id_type',
4388
4437
  fundCode: 'fund_code',
4438
+ channelCode: 'channel_code',
4439
+ projectCode: 'project_code',
4440
+ orgCode: 'org_code',
4389
4441
  };
4390
4442
  }
4391
4443
  static types() {
@@ -4398,6 +4450,9 @@ class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
4398
4450
  cardNo: 'string',
4399
4451
  idType: 'string',
4400
4452
  fundCode: 'string',
4453
+ channelCode: 'string',
4454
+ projectCode: 'string',
4455
+ orgCode: 'string',
4401
4456
  };
4402
4457
  }
4403
4458
  }
@@ -4437,6 +4492,8 @@ class QueryDubbridgeAccountStatusRequest extends $tea.Model {
4437
4492
  customNo: 'custom_no',
4438
4493
  openId: 'open_id',
4439
4494
  bizType: 'biz_type',
4495
+ channelCode: 'channel_code',
4496
+ orgCode: 'org_code',
4440
4497
  };
4441
4498
  }
4442
4499
  static types() {
@@ -4446,6 +4503,8 @@ class QueryDubbridgeAccountStatusRequest extends $tea.Model {
4446
4503
  customNo: 'string',
4447
4504
  openId: 'string',
4448
4505
  bizType: 'string',
4506
+ channelCode: 'string',
4507
+ orgCode: 'string',
4449
4508
  };
4450
4509
  }
4451
4510
  }
@@ -4609,6 +4668,9 @@ class QueryDubbridgeCustomerAgreementsignResponse extends $tea.Model {
4609
4668
  signTime: 'sign_time',
4610
4669
  validTime: 'valid_time',
4611
4670
  invalidTime: 'invalid_time',
4671
+ customName: 'custom_name',
4672
+ alipayUserId: 'alipay_user_id',
4673
+ protocolNo: 'protocol_no',
4612
4674
  };
4613
4675
  }
4614
4676
  static types() {
@@ -4622,6 +4684,9 @@ class QueryDubbridgeCustomerAgreementsignResponse extends $tea.Model {
4622
4684
  signTime: 'string',
4623
4685
  validTime: 'string',
4624
4686
  invalidTime: 'string',
4687
+ customName: 'string',
4688
+ alipayUserId: 'string',
4689
+ protocolNo: 'string',
4625
4690
  };
4626
4691
  }
4627
4692
  }
@@ -4914,6 +4979,7 @@ class CountDubbridgeRepayReftrialRequest extends $tea.Model {
4914
4979
  applyAmount: 'apply_amount',
4915
4980
  applyPeriod: 'apply_period',
4916
4981
  repayType: 'repay_type',
4982
+ repayDate: 'repay_date',
4917
4983
  };
4918
4984
  }
4919
4985
  static types() {
@@ -4926,6 +4992,7 @@ class CountDubbridgeRepayReftrialRequest extends $tea.Model {
4926
4992
  applyAmount: 'number',
4927
4993
  applyPeriod: 'number',
4928
4994
  repayType: 'string',
4995
+ repayDate: 'string',
4929
4996
  };
4930
4997
  }
4931
4998
  }
@@ -4940,6 +5007,10 @@ class CountDubbridgeRepayReftrialResponse extends $tea.Model {
4940
5007
  resultCode: 'result_code',
4941
5008
  resultMsg: 'result_msg',
4942
5009
  repayTrailList: 'repay_trail_list',
5010
+ repayDate: 'repay_date',
5011
+ repayAccount: 'repay_account',
5012
+ totalInterest: 'total_interest',
5013
+ applyInfo: 'apply_info',
4943
5014
  };
4944
5015
  }
4945
5016
  static types() {
@@ -4948,6 +5019,10 @@ class CountDubbridgeRepayReftrialResponse extends $tea.Model {
4948
5019
  resultCode: 'string',
4949
5020
  resultMsg: 'string',
4950
5021
  repayTrailList: { 'type': 'array', 'itemType': RepayTrail },
5022
+ repayDate: 'string',
5023
+ repayAccount: 'string',
5024
+ totalInterest: 'number',
5025
+ applyInfo: ApplyInfo,
4951
5026
  };
4952
5027
  }
4953
5028
  }
@@ -5116,6 +5191,8 @@ class ApplyDubbridgeUsecreditRequest extends $tea.Model {
5116
5191
  repayType: 'repay_type',
5117
5192
  loanWay: 'loan_way',
5118
5193
  repayDate: 'repay_date',
5194
+ channelType: 'channel_type',
5195
+ customType: 'custom_type',
5119
5196
  };
5120
5197
  }
5121
5198
  static types() {
@@ -5130,6 +5207,8 @@ class ApplyDubbridgeUsecreditRequest extends $tea.Model {
5130
5207
  repayType: 'string',
5131
5208
  loanWay: 'string',
5132
5209
  repayDate: 'string',
5210
+ channelType: 'string',
5211
+ customType: 'string',
5133
5212
  };
5134
5213
  }
5135
5214
  }
@@ -5450,6 +5529,7 @@ class QueryDubbridgeRepayResultResponse extends $tea.Model {
5450
5529
  repayStatus: 'repay_status',
5451
5530
  failReason: 'fail_reason',
5452
5531
  repayInfos: 'repay_infos',
5532
+ repayDate: 'repay_date',
5453
5533
  };
5454
5534
  }
5455
5535
  static types() {
@@ -5465,7 +5545,8 @@ class QueryDubbridgeRepayResultResponse extends $tea.Model {
5465
5545
  repayAccount: 'string',
5466
5546
  repayStatus: 'string',
5467
5547
  failReason: 'string',
5468
- repayInfos: RepayInfos,
5548
+ repayInfos: { 'type': 'array', 'itemType': RepayInfos },
5549
+ repayDate: 'string',
5469
5550
  };
5470
5551
  }
5471
5552
  }
@@ -9322,7 +9403,7 @@ class Client {
9322
9403
  req_msg_id: alipay_util_1.default.getNonce(),
9323
9404
  access_key: this._accessKeyId,
9324
9405
  base_sdk_version: "TeaSDK-2.0",
9325
- sdk_version: "1.16.2",
9406
+ sdk_version: "1.16.3",
9326
9407
  };
9327
9408
  if (!tea_util_1.default.empty(this._securityToken)) {
9328
9409
  request_.query["security_token"] = this._securityToken;