@antchain/riskplus 1.26.5 → 1.26.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
@@ -651,6 +651,35 @@ export declare class RiskLabelInfo extends $tea.Model {
651
651
  [key: string]: any;
652
652
  });
653
653
  }
654
+ export declare class SubMerchantOrder extends $tea.Model {
655
+ appPreAuth?: string;
656
+ applyTime: string;
657
+ applyType: string;
658
+ cardAliasNo?: string;
659
+ externalId: string;
660
+ facePreAuth?: string;
661
+ fkAudit?: string;
662
+ fkAuditMemo?: string;
663
+ isFaceLimit?: string;
664
+ kzAudit?: string;
665
+ kzAuditMemo?: string;
666
+ merchantName?: string;
667
+ orderId: string;
668
+ reason?: string;
669
+ safeBindingLogonId?: string;
670
+ smid?: string;
671
+ status: string;
672
+ subConfirm?: string;
673
+ static names(): {
674
+ [key: string]: string;
675
+ };
676
+ static types(): {
677
+ [key: string]: any;
678
+ };
679
+ constructor(map?: {
680
+ [key: string]: any;
681
+ });
682
+ }
654
683
  export declare class RtopCompanyFeedback extends $tea.Model {
655
684
  id: number;
656
685
  companyId: string;
@@ -1711,12 +1740,16 @@ export declare class DefinInnerChannelNotifyResult extends $tea.Model {
1711
1740
  }
1712
1741
  export declare class StoreInfo extends $tea.Model {
1713
1742
  storeBrand: string;
1743
+ trafficPlatform?: string;
1714
1744
  storeId: string;
1715
1745
  storeName: string;
1716
1746
  usci: string;
1717
1747
  province: string;
1748
+ provinceCode?: string;
1718
1749
  city: string;
1750
+ cityCode?: string;
1719
1751
  district: string;
1752
+ districtCode?: string;
1720
1753
  address: string;
1721
1754
  storeStartDate: string;
1722
1755
  storeEndDate: string;
@@ -1736,6 +1769,9 @@ export declare class StoreInfo extends $tea.Model {
1736
1769
  payeeBankName?: string;
1737
1770
  loginTenant?: string;
1738
1771
  loginDate?: string;
1772
+ alipayLogonId?: string;
1773
+ infoSourceOpenId?: string;
1774
+ bindingAlipayLogonId?: string;
1739
1775
  static names(): {
1740
1776
  [key: string]: string;
1741
1777
  };
@@ -2386,6 +2422,38 @@ export declare class QueryBenefithubReportInformationResponse extends $tea.Model
2386
2422
  [key: string]: any;
2387
2423
  });
2388
2424
  }
2425
+ export declare class QueryBenefithubReportEffectiveRequest extends $tea.Model {
2426
+ authToken?: string;
2427
+ productInstanceId?: string;
2428
+ uuid: string;
2429
+ platformCode: string;
2430
+ static names(): {
2431
+ [key: string]: string;
2432
+ };
2433
+ static types(): {
2434
+ [key: string]: any;
2435
+ };
2436
+ constructor(map?: {
2437
+ [key: string]: any;
2438
+ });
2439
+ }
2440
+ export declare class QueryBenefithubReportEffectiveResponse extends $tea.Model {
2441
+ reqMsgId?: string;
2442
+ resultCode?: string;
2443
+ resultMsg?: string;
2444
+ reportValid?: string;
2445
+ reportValidFrom?: string;
2446
+ reportValidTo?: string;
2447
+ static names(): {
2448
+ [key: string]: string;
2449
+ };
2450
+ static types(): {
2451
+ [key: string]: any;
2452
+ };
2453
+ constructor(map?: {
2454
+ [key: string]: any;
2455
+ });
2456
+ }
2389
2457
  export declare class BatchqueryCreditshieldProductInfoRequest extends $tea.Model {
2390
2458
  authToken?: string;
2391
2459
  productInstanceId?: string;
@@ -5149,6 +5217,136 @@ export declare class QueryDubbridgeInstallmentTrialResponse extends $tea.Model {
5149
5217
  [key: string]: any;
5150
5218
  });
5151
5219
  }
5220
+ export declare class UploadDubbridgeAlipayImageRequest extends $tea.Model {
5221
+ authToken?: string;
5222
+ productInstanceId?: string;
5223
+ orderNo: string;
5224
+ storeId: string;
5225
+ trafficPlatform: string;
5226
+ imageCategory: string;
5227
+ imageContent?: string;
5228
+ imagePath?: string;
5229
+ imageType: string;
5230
+ static names(): {
5231
+ [key: string]: string;
5232
+ };
5233
+ static types(): {
5234
+ [key: string]: any;
5235
+ };
5236
+ constructor(map?: {
5237
+ [key: string]: any;
5238
+ });
5239
+ }
5240
+ export declare class UploadDubbridgeAlipayImageResponse extends $tea.Model {
5241
+ reqMsgId?: string;
5242
+ resultCode?: string;
5243
+ resultMsg?: string;
5244
+ imageId?: string;
5245
+ static names(): {
5246
+ [key: string]: string;
5247
+ };
5248
+ static types(): {
5249
+ [key: string]: any;
5250
+ };
5251
+ constructor(map?: {
5252
+ [key: string]: any;
5253
+ });
5254
+ }
5255
+ export declare class CreateDubbridgeAlipayMerchantRequest extends $tea.Model {
5256
+ authToken?: string;
5257
+ productInstanceId?: string;
5258
+ orderNo: string;
5259
+ storeInfo: StoreInfo;
5260
+ static names(): {
5261
+ [key: string]: string;
5262
+ };
5263
+ static types(): {
5264
+ [key: string]: any;
5265
+ };
5266
+ constructor(map?: {
5267
+ [key: string]: any;
5268
+ });
5269
+ }
5270
+ export declare class CreateDubbridgeAlipayMerchantResponse extends $tea.Model {
5271
+ reqMsgId?: string;
5272
+ resultCode?: string;
5273
+ resultMsg?: string;
5274
+ orderId?: string;
5275
+ static names(): {
5276
+ [key: string]: string;
5277
+ };
5278
+ static types(): {
5279
+ [key: string]: any;
5280
+ };
5281
+ constructor(map?: {
5282
+ [key: string]: any;
5283
+ });
5284
+ }
5285
+ export declare class QueryDubbridgeAlipayMerchantRequest extends $tea.Model {
5286
+ authToken?: string;
5287
+ productInstanceId?: string;
5288
+ orderNo: string;
5289
+ storeId: string;
5290
+ orderId: string;
5291
+ static names(): {
5292
+ [key: string]: string;
5293
+ };
5294
+ static types(): {
5295
+ [key: string]: any;
5296
+ };
5297
+ constructor(map?: {
5298
+ [key: string]: any;
5299
+ });
5300
+ }
5301
+ export declare class QueryDubbridgeAlipayMerchantResponse extends $tea.Model {
5302
+ reqMsgId?: string;
5303
+ resultCode?: string;
5304
+ resultMsg?: string;
5305
+ subMerchantOrder?: SubMerchantOrder;
5306
+ static names(): {
5307
+ [key: string]: string;
5308
+ };
5309
+ static types(): {
5310
+ [key: string]: any;
5311
+ };
5312
+ constructor(map?: {
5313
+ [key: string]: any;
5314
+ });
5315
+ }
5316
+ export declare class CreateDubbridgeAlipayTradeRequest extends $tea.Model {
5317
+ authToken?: string;
5318
+ productInstanceId?: string;
5319
+ orderNo: string;
5320
+ storeId: string;
5321
+ vehicleInfo: VehicleInfo;
5322
+ timeExpire?: string;
5323
+ timeoutExpress?: string;
5324
+ static names(): {
5325
+ [key: string]: string;
5326
+ };
5327
+ static types(): {
5328
+ [key: string]: any;
5329
+ };
5330
+ constructor(map?: {
5331
+ [key: string]: any;
5332
+ });
5333
+ }
5334
+ export declare class CreateDubbridgeAlipayTradeResponse extends $tea.Model {
5335
+ reqMsgId?: string;
5336
+ resultCode?: string;
5337
+ resultMsg?: string;
5338
+ bizOrderNo?: string;
5339
+ qrCode?: string;
5340
+ static names(): {
5341
+ [key: string]: string;
5342
+ };
5343
+ static types(): {
5344
+ [key: string]: any;
5345
+ };
5346
+ constructor(map?: {
5347
+ [key: string]: any;
5348
+ });
5349
+ }
5152
5350
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
5153
5351
  authToken?: string;
5154
5352
  productInstanceId?: string;
@@ -10486,6 +10684,18 @@ export default class Client {
10486
10684
  queryBenefithubReportInformationEx(request: QueryBenefithubReportInformationRequest, headers: {
10487
10685
  [key: string]: string;
10488
10686
  }, runtime: $Util.RuntimeOptions): Promise<QueryBenefithubReportInformationResponse>;
10687
+ /**
10688
+ * Description: 渠道查询报告有效期
10689
+ * Summary: 渠道查询报告有效期
10690
+ */
10691
+ queryBenefithubReportEffective(request: QueryBenefithubReportEffectiveRequest): Promise<QueryBenefithubReportEffectiveResponse>;
10692
+ /**
10693
+ * Description: 渠道查询报告有效期
10694
+ * Summary: 渠道查询报告有效期
10695
+ */
10696
+ queryBenefithubReportEffectiveEx(request: QueryBenefithubReportEffectiveRequest, headers: {
10697
+ [key: string]: string;
10698
+ }, runtime: $Util.RuntimeOptions): Promise<QueryBenefithubReportEffectiveResponse>;
10489
10699
  /**
10490
10700
  * Description: 信护盾产品批量查询
10491
10701
  * Summary: 信护盾产品批量查询
@@ -11434,6 +11644,54 @@ export default class Client {
11434
11644
  queryDubbridgeInstallmentTrialEx(request: QueryDubbridgeInstallmentTrialRequest, headers: {
11435
11645
  [key: string]: string;
11436
11646
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeInstallmentTrialResponse>;
11647
+ /**
11648
+ * Description: 天枢系统二级商户入驻图片上传-分期付
11649
+ * Summary: 天枢系统二级商户入驻图片上传-分期付
11650
+ */
11651
+ uploadDubbridgeAlipayImage(request: UploadDubbridgeAlipayImageRequest): Promise<UploadDubbridgeAlipayImageResponse>;
11652
+ /**
11653
+ * Description: 天枢系统二级商户入驻图片上传-分期付
11654
+ * Summary: 天枢系统二级商户入驻图片上传-分期付
11655
+ */
11656
+ uploadDubbridgeAlipayImageEx(request: UploadDubbridgeAlipayImageRequest, headers: {
11657
+ [key: string]: string;
11658
+ }, runtime: $Util.RuntimeOptions): Promise<UploadDubbridgeAlipayImageResponse>;
11659
+ /**
11660
+ * Description: 天枢系统二级商户入驻-分期付
11661
+ * Summary: 天枢系统二级商户入驻-分期付
11662
+ */
11663
+ createDubbridgeAlipayMerchant(request: CreateDubbridgeAlipayMerchantRequest): Promise<CreateDubbridgeAlipayMerchantResponse>;
11664
+ /**
11665
+ * Description: 天枢系统二级商户入驻-分期付
11666
+ * Summary: 天枢系统二级商户入驻-分期付
11667
+ */
11668
+ createDubbridgeAlipayMerchantEx(request: CreateDubbridgeAlipayMerchantRequest, headers: {
11669
+ [key: string]: string;
11670
+ }, runtime: $Util.RuntimeOptions): Promise<CreateDubbridgeAlipayMerchantResponse>;
11671
+ /**
11672
+ * Description: 天枢系统二级商户入驻结果查询-分期付
11673
+ * Summary: 天枢系统二级商户入驻结果查询-分期付
11674
+ */
11675
+ queryDubbridgeAlipayMerchant(request: QueryDubbridgeAlipayMerchantRequest): Promise<QueryDubbridgeAlipayMerchantResponse>;
11676
+ /**
11677
+ * Description: 天枢系统二级商户入驻结果查询-分期付
11678
+ * Summary: 天枢系统二级商户入驻结果查询-分期付
11679
+ */
11680
+ queryDubbridgeAlipayMerchantEx(request: QueryDubbridgeAlipayMerchantRequest, headers: {
11681
+ [key: string]: string;
11682
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeAlipayMerchantResponse>;
11683
+ /**
11684
+ * Description: 天枢系统二级商户支付宝订单码创建-分期付
11685
+ * Summary: 天枢系统二级商户支付宝订单码创建-分期付
11686
+ */
11687
+ createDubbridgeAlipayTrade(request: CreateDubbridgeAlipayTradeRequest): Promise<CreateDubbridgeAlipayTradeResponse>;
11688
+ /**
11689
+ * Description: 天枢系统二级商户支付宝订单码创建-分期付
11690
+ * Summary: 天枢系统二级商户支付宝订单码创建-分期付
11691
+ */
11692
+ createDubbridgeAlipayTradeEx(request: CreateDubbridgeAlipayTradeRequest, headers: {
11693
+ [key: string]: string;
11694
+ }, runtime: $Util.RuntimeOptions): Promise<CreateDubbridgeAlipayTradeResponse>;
11437
11695
  /**
11438
11696
  * Description: 四要素认证首先调用此接口
11439
11697
  * Summary: 芝麻四要素接口