@antchain/realperson 1.15.33 → 1.19.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
@@ -746,6 +746,8 @@ export declare class RecognizeDocIndividualcardRequest extends $tea.Model {
746
746
  respEncType?: string;
747
747
  encToken?: string;
748
748
  riskInfoType?: string;
749
+ returnPhoto?: string;
750
+ returnImage?: string;
749
751
  externParam?: string;
750
752
  static names(): {
751
753
  [key: string]: string;
@@ -1389,6 +1391,452 @@ export declare class QueryBankLivenessResponse extends $tea.Model {
1389
1391
  [key: string]: any;
1390
1392
  });
1391
1393
  }
1394
+ export declare class CreateConsoleDomainRequest extends $tea.Model {
1395
+ authToken?: string;
1396
+ productInstanceId?: string;
1397
+ sceneId: string;
1398
+ bizId: string;
1399
+ miniProgramName: string;
1400
+ platform: string;
1401
+ checkFileName: string;
1402
+ checkFileBody: string;
1403
+ static names(): {
1404
+ [key: string]: string;
1405
+ };
1406
+ static types(): {
1407
+ [key: string]: any;
1408
+ };
1409
+ constructor(map?: {
1410
+ [key: string]: any;
1411
+ });
1412
+ }
1413
+ export declare class CreateConsoleDomainResponse extends $tea.Model {
1414
+ reqMsgId?: string;
1415
+ resultCode?: string;
1416
+ resultMsg?: string;
1417
+ domain?: string;
1418
+ static names(): {
1419
+ [key: string]: string;
1420
+ };
1421
+ static types(): {
1422
+ [key: string]: any;
1423
+ };
1424
+ constructor(map?: {
1425
+ [key: string]: any;
1426
+ });
1427
+ }
1428
+ export declare class DeleteConsoleDomainRequest extends $tea.Model {
1429
+ authToken?: string;
1430
+ productInstanceId?: string;
1431
+ sceneId: string;
1432
+ static names(): {
1433
+ [key: string]: string;
1434
+ };
1435
+ static types(): {
1436
+ [key: string]: any;
1437
+ };
1438
+ constructor(map?: {
1439
+ [key: string]: any;
1440
+ });
1441
+ }
1442
+ export declare class DeleteConsoleDomainResponse extends $tea.Model {
1443
+ reqMsgId?: string;
1444
+ resultCode?: string;
1445
+ resultMsg?: string;
1446
+ static names(): {
1447
+ [key: string]: string;
1448
+ };
1449
+ static types(): {
1450
+ [key: string]: any;
1451
+ };
1452
+ constructor(map?: {
1453
+ [key: string]: any;
1454
+ });
1455
+ }
1456
+ export declare class InitCarrierRepairmobileRequest extends $tea.Model {
1457
+ authToken?: string;
1458
+ productInstanceId?: string;
1459
+ outerOrderNo: string;
1460
+ processId: string;
1461
+ carrier: string;
1462
+ encryptType?: string;
1463
+ certNo: string;
1464
+ name: string;
1465
+ mobile?: string;
1466
+ static names(): {
1467
+ [key: string]: string;
1468
+ };
1469
+ static types(): {
1470
+ [key: string]: any;
1471
+ };
1472
+ constructor(map?: {
1473
+ [key: string]: any;
1474
+ });
1475
+ }
1476
+ export declare class InitCarrierRepairmobileResponse extends $tea.Model {
1477
+ reqMsgId?: string;
1478
+ resultCode?: string;
1479
+ resultMsg?: string;
1480
+ processId?: string;
1481
+ static names(): {
1482
+ [key: string]: string;
1483
+ };
1484
+ static types(): {
1485
+ [key: string]: any;
1486
+ };
1487
+ constructor(map?: {
1488
+ [key: string]: any;
1489
+ });
1490
+ }
1491
+ export declare class QueryCarrierRepairmobileRequest extends $tea.Model {
1492
+ authToken?: string;
1493
+ productInstanceId?: string;
1494
+ outerOrderNo: string;
1495
+ processId: string;
1496
+ static names(): {
1497
+ [key: string]: string;
1498
+ };
1499
+ static types(): {
1500
+ [key: string]: any;
1501
+ };
1502
+ constructor(map?: {
1503
+ [key: string]: any;
1504
+ });
1505
+ }
1506
+ export declare class QueryCarrierRepairmobileResponse extends $tea.Model {
1507
+ reqMsgId?: string;
1508
+ resultCode?: string;
1509
+ resultMsg?: string;
1510
+ count?: string;
1511
+ static names(): {
1512
+ [key: string]: string;
1513
+ };
1514
+ static types(): {
1515
+ [key: string]: any;
1516
+ };
1517
+ constructor(map?: {
1518
+ [key: string]: any;
1519
+ });
1520
+ }
1521
+ export declare class BindCarrierRepairmobileRequest extends $tea.Model {
1522
+ authToken?: string;
1523
+ productInstanceId?: string;
1524
+ outerOrderNo: string;
1525
+ processId: string;
1526
+ certNo: string;
1527
+ mobileNum: string;
1528
+ mobileA: string;
1529
+ mobileType?: string;
1530
+ static names(): {
1531
+ [key: string]: string;
1532
+ };
1533
+ static types(): {
1534
+ [key: string]: any;
1535
+ };
1536
+ constructor(map?: {
1537
+ [key: string]: any;
1538
+ });
1539
+ }
1540
+ export declare class BindCarrierRepairmobileResponse extends $tea.Model {
1541
+ reqMsgId?: string;
1542
+ resultCode?: string;
1543
+ resultMsg?: string;
1544
+ mobileX?: string;
1545
+ static names(): {
1546
+ [key: string]: string;
1547
+ };
1548
+ static types(): {
1549
+ [key: string]: any;
1550
+ };
1551
+ constructor(map?: {
1552
+ [key: string]: any;
1553
+ });
1554
+ }
1555
+ export declare class ApplyExtOrgdataRequest extends $tea.Model {
1556
+ authToken?: string;
1557
+ productInstanceId?: string;
1558
+ outerOrderNo: string;
1559
+ encryptType: string;
1560
+ orgName: string;
1561
+ dataType: string;
1562
+ dataContent: string;
1563
+ static names(): {
1564
+ [key: string]: string;
1565
+ };
1566
+ static types(): {
1567
+ [key: string]: any;
1568
+ };
1569
+ constructor(map?: {
1570
+ [key: string]: any;
1571
+ });
1572
+ }
1573
+ export declare class ApplyExtOrgdataResponse extends $tea.Model {
1574
+ reqMsgId?: string;
1575
+ resultCode?: string;
1576
+ resultMsg?: string;
1577
+ result?: string;
1578
+ static names(): {
1579
+ [key: string]: string;
1580
+ };
1581
+ static types(): {
1582
+ [key: string]: any;
1583
+ };
1584
+ constructor(map?: {
1585
+ [key: string]: any;
1586
+ });
1587
+ }
1588
+ export declare class CreateFaceverifyServerRequest extends $tea.Model {
1589
+ authToken?: string;
1590
+ productInstanceId?: string;
1591
+ outerOrderNo: string;
1592
+ bizCode: string;
1593
+ sceneId: string;
1594
+ identityType: string;
1595
+ certType: string;
1596
+ certName: string;
1597
+ certNo: string;
1598
+ callbackUrl?: string;
1599
+ encType?: string;
1600
+ externParam?: string;
1601
+ facialPictureRef?: string;
1602
+ metaInfo?: string;
1603
+ returnUrl?: string;
1604
+ userId?: string;
1605
+ userIp?: string;
1606
+ userMobile?: string;
1607
+ callbackNeedRetry?: string;
1608
+ model?: string;
1609
+ static names(): {
1610
+ [key: string]: string;
1611
+ };
1612
+ static types(): {
1613
+ [key: string]: any;
1614
+ };
1615
+ constructor(map?: {
1616
+ [key: string]: any;
1617
+ });
1618
+ }
1619
+ export declare class CreateFaceverifyServerResponse extends $tea.Model {
1620
+ reqMsgId?: string;
1621
+ resultCode?: string;
1622
+ resultMsg?: string;
1623
+ certifyId?: string;
1624
+ certifyUrl?: string;
1625
+ static names(): {
1626
+ [key: string]: string;
1627
+ };
1628
+ static types(): {
1629
+ [key: string]: any;
1630
+ };
1631
+ constructor(map?: {
1632
+ [key: string]: any;
1633
+ });
1634
+ }
1635
+ export declare class QueryFaceverifyServerRequest extends $tea.Model {
1636
+ authToken?: string;
1637
+ productInstanceId?: string;
1638
+ certifyId: string;
1639
+ outerOrderNo: string;
1640
+ sceneId: string;
1641
+ externParam?: string;
1642
+ materialHash?: string;
1643
+ static names(): {
1644
+ [key: string]: string;
1645
+ };
1646
+ static types(): {
1647
+ [key: string]: any;
1648
+ };
1649
+ constructor(map?: {
1650
+ [key: string]: any;
1651
+ });
1652
+ }
1653
+ export declare class QueryFaceverifyServerResponse extends $tea.Model {
1654
+ reqMsgId?: string;
1655
+ resultCode?: string;
1656
+ resultMsg?: string;
1657
+ identityInfo?: string;
1658
+ materialInfo?: string;
1659
+ materialMatched?: string;
1660
+ passed?: string;
1661
+ reason?: string;
1662
+ static names(): {
1663
+ [key: string]: string;
1664
+ };
1665
+ static types(): {
1666
+ [key: string]: any;
1667
+ };
1668
+ constructor(map?: {
1669
+ [key: string]: any;
1670
+ });
1671
+ }
1672
+ export declare class QueryBankLivenessplusRequest extends $tea.Model {
1673
+ authToken?: string;
1674
+ productInstanceId?: string;
1675
+ outerOrderNo: string;
1676
+ encryptType: string;
1677
+ certNo: string;
1678
+ bankCode: string;
1679
+ bankCardType?: string;
1680
+ certName?: string;
1681
+ mobile?: string;
1682
+ externParam?: string;
1683
+ static names(): {
1684
+ [key: string]: string;
1685
+ };
1686
+ static types(): {
1687
+ [key: string]: any;
1688
+ };
1689
+ constructor(map?: {
1690
+ [key: string]: any;
1691
+ });
1692
+ }
1693
+ export declare class QueryBankLivenessplusResponse extends $tea.Model {
1694
+ reqMsgId?: string;
1695
+ resultCode?: string;
1696
+ resultMsg?: string;
1697
+ livenessInfo?: string;
1698
+ externInfo?: string;
1699
+ static names(): {
1700
+ [key: string]: string;
1701
+ };
1702
+ static types(): {
1703
+ [key: string]: any;
1704
+ };
1705
+ constructor(map?: {
1706
+ [key: string]: any;
1707
+ });
1708
+ }
1709
+ export declare class ExecFaceverifyServermodeRequest extends $tea.Model {
1710
+ authToken?: string;
1711
+ productInstanceId?: string;
1712
+ certName?: string;
1713
+ certNo?: string;
1714
+ encType?: string;
1715
+ certType?: string;
1716
+ externParam?: string;
1717
+ facialPictureRef?: string;
1718
+ identityType: string;
1719
+ outerOrderNo: string;
1720
+ sceneId: string;
1721
+ userId?: string;
1722
+ userIp?: string;
1723
+ userMobile?: string;
1724
+ facialPictureAuth?: string;
1725
+ fileObject?: Readable;
1726
+ fileObjectName?: string;
1727
+ fileId?: string;
1728
+ static names(): {
1729
+ [key: string]: string;
1730
+ };
1731
+ static types(): {
1732
+ [key: string]: any;
1733
+ };
1734
+ constructor(map?: {
1735
+ [key: string]: any;
1736
+ });
1737
+ }
1738
+ export declare class ExecFaceverifyServermodeResponse extends $tea.Model {
1739
+ reqMsgId?: string;
1740
+ resultCode?: string;
1741
+ resultMsg?: string;
1742
+ certifyId?: string;
1743
+ passed?: string;
1744
+ reason?: string;
1745
+ materialInfo?: string;
1746
+ static names(): {
1747
+ [key: string]: string;
1748
+ };
1749
+ static types(): {
1750
+ [key: string]: any;
1751
+ };
1752
+ constructor(map?: {
1753
+ [key: string]: any;
1754
+ });
1755
+ }
1756
+ export declare class CreateAlipayverifyServerRequest extends $tea.Model {
1757
+ authToken?: string;
1758
+ productInstanceId?: string;
1759
+ outerOrderNo: string;
1760
+ bizCode: string;
1761
+ sceneId: string;
1762
+ identityType: string;
1763
+ certType: string;
1764
+ certName: string;
1765
+ certNo: string;
1766
+ callbackUrl?: string;
1767
+ encType?: string;
1768
+ externParam?: string;
1769
+ facialPictureRef?: string;
1770
+ metaInfo?: string;
1771
+ returnUrl?: string;
1772
+ userId?: string;
1773
+ userIp?: string;
1774
+ userMobile?: string;
1775
+ callbackNeedRetry?: string;
1776
+ model?: string;
1777
+ static names(): {
1778
+ [key: string]: string;
1779
+ };
1780
+ static types(): {
1781
+ [key: string]: any;
1782
+ };
1783
+ constructor(map?: {
1784
+ [key: string]: any;
1785
+ });
1786
+ }
1787
+ export declare class CreateAlipayverifyServerResponse extends $tea.Model {
1788
+ reqMsgId?: string;
1789
+ resultCode?: string;
1790
+ resultMsg?: string;
1791
+ certifyId?: string;
1792
+ certifyUrl?: string;
1793
+ static names(): {
1794
+ [key: string]: string;
1795
+ };
1796
+ static types(): {
1797
+ [key: string]: any;
1798
+ };
1799
+ constructor(map?: {
1800
+ [key: string]: any;
1801
+ });
1802
+ }
1803
+ export declare class QueryAlipayverifyServerRequest extends $tea.Model {
1804
+ authToken?: string;
1805
+ productInstanceId?: string;
1806
+ certifyId: string;
1807
+ outerOrderNo: string;
1808
+ sceneId: string;
1809
+ externParam?: string;
1810
+ materialHash?: string;
1811
+ static names(): {
1812
+ [key: string]: string;
1813
+ };
1814
+ static types(): {
1815
+ [key: string]: any;
1816
+ };
1817
+ constructor(map?: {
1818
+ [key: string]: any;
1819
+ });
1820
+ }
1821
+ export declare class QueryAlipayverifyServerResponse extends $tea.Model {
1822
+ reqMsgId?: string;
1823
+ resultCode?: string;
1824
+ resultMsg?: string;
1825
+ identityInfo?: string;
1826
+ materialInfo?: string;
1827
+ materialMatched?: string;
1828
+ passed?: string;
1829
+ reason?: string;
1830
+ static names(): {
1831
+ [key: string]: string;
1832
+ };
1833
+ static types(): {
1834
+ [key: string]: any;
1835
+ };
1836
+ constructor(map?: {
1837
+ [key: string]: any;
1838
+ });
1839
+ }
1392
1840
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
1393
1841
  authToken?: string;
1394
1842
  apiCode: string;
@@ -1899,6 +2347,150 @@ export default class Client {
1899
2347
  queryBankLivenessEx(request: QueryBankLivenessRequest, headers: {
1900
2348
  [key: string]: string;
1901
2349
  }, runtime: $Util.RuntimeOptions): Promise<QueryBankLivenessResponse>;
2350
+ /**
2351
+ * Description: 用于阿里云渠道小程序域名的绑定
2352
+ * Summary: 新增场景与域名映射
2353
+ */
2354
+ createConsoleDomain(request: CreateConsoleDomainRequest): Promise<CreateConsoleDomainResponse>;
2355
+ /**
2356
+ * Description: 用于阿里云渠道小程序域名的绑定
2357
+ * Summary: 新增场景与域名映射
2358
+ */
2359
+ createConsoleDomainEx(request: CreateConsoleDomainRequest, headers: {
2360
+ [key: string]: string;
2361
+ }, runtime: $Util.RuntimeOptions): Promise<CreateConsoleDomainResponse>;
2362
+ /**
2363
+ * Description: 阿里云控制台删除场景与域名映射
2364
+ * Summary: 删除场景与域名映射
2365
+ */
2366
+ deleteConsoleDomain(request: DeleteConsoleDomainRequest): Promise<DeleteConsoleDomainResponse>;
2367
+ /**
2368
+ * Description: 阿里云控制台删除场景与域名映射
2369
+ * Summary: 删除场景与域名映射
2370
+ */
2371
+ deleteConsoleDomainEx(request: DeleteConsoleDomainRequest, headers: {
2372
+ [key: string]: string;
2373
+ }, runtime: $Util.RuntimeOptions): Promise<DeleteConsoleDomainResponse>;
2374
+ /**
2375
+ * Description: 失联修复初始化
2376
+ * Summary: 失联修复初始化
2377
+ */
2378
+ initCarrierRepairmobile(request: InitCarrierRepairmobileRequest): Promise<InitCarrierRepairmobileResponse>;
2379
+ /**
2380
+ * Description: 失联修复初始化
2381
+ * Summary: 失联修复初始化
2382
+ */
2383
+ initCarrierRepairmobileEx(request: InitCarrierRepairmobileRequest, headers: {
2384
+ [key: string]: string;
2385
+ }, runtime: $Util.RuntimeOptions): Promise<InitCarrierRepairmobileResponse>;
2386
+ /**
2387
+ * Description: 失联修复查询修复结果
2388
+ * Summary: 失联修复查询修复结果
2389
+ */
2390
+ queryCarrierRepairmobile(request: QueryCarrierRepairmobileRequest): Promise<QueryCarrierRepairmobileResponse>;
2391
+ /**
2392
+ * Description: 失联修复查询修复结果
2393
+ * Summary: 失联修复查询修复结果
2394
+ */
2395
+ queryCarrierRepairmobileEx(request: QueryCarrierRepairmobileRequest, headers: {
2396
+ [key: string]: string;
2397
+ }, runtime: $Util.RuntimeOptions): Promise<QueryCarrierRepairmobileResponse>;
2398
+ /**
2399
+ * Description: 失联修复小号绑定
2400
+ * Summary: 失联修复小号绑定
2401
+ */
2402
+ bindCarrierRepairmobile(request: BindCarrierRepairmobileRequest): Promise<BindCarrierRepairmobileResponse>;
2403
+ /**
2404
+ * Description: 失联修复小号绑定
2405
+ * Summary: 失联修复小号绑定
2406
+ */
2407
+ bindCarrierRepairmobileEx(request: BindCarrierRepairmobileRequest, headers: {
2408
+ [key: string]: string;
2409
+ }, runtime: $Util.RuntimeOptions): Promise<BindCarrierRepairmobileResponse>;
2410
+ /**
2411
+ * Description: 外部机构数据上报
2412
+ * Summary: 外部机构数据上报
2413
+ */
2414
+ applyExtOrgdata(request: ApplyExtOrgdataRequest): Promise<ApplyExtOrgdataResponse>;
2415
+ /**
2416
+ * Description: 外部机构数据上报
2417
+ * Summary: 外部机构数据上报
2418
+ */
2419
+ applyExtOrgdataEx(request: ApplyExtOrgdataRequest, headers: {
2420
+ [key: string]: string;
2421
+ }, runtime: $Util.RuntimeOptions): Promise<ApplyExtOrgdataResponse>;
2422
+ /**
2423
+ * Description: 数科刷脸服务端初始化接口
2424
+ * Summary: 数科刷脸服务端初始化接口
2425
+ */
2426
+ createFaceverifyServer(request: CreateFaceverifyServerRequest): Promise<CreateFaceverifyServerResponse>;
2427
+ /**
2428
+ * Description: 数科刷脸服务端初始化接口
2429
+ * Summary: 数科刷脸服务端初始化接口
2430
+ */
2431
+ createFaceverifyServerEx(request: CreateFaceverifyServerRequest, headers: {
2432
+ [key: string]: string;
2433
+ }, runtime: $Util.RuntimeOptions): Promise<CreateFaceverifyServerResponse>;
2434
+ /**
2435
+ * Description: 查询认证的结果和相关信息
2436
+ * Summary: 认证查询
2437
+ */
2438
+ queryFaceverifyServer(request: QueryFaceverifyServerRequest): Promise<QueryFaceverifyServerResponse>;
2439
+ /**
2440
+ * Description: 查询认证的结果和相关信息
2441
+ * Summary: 认证查询
2442
+ */
2443
+ queryFaceverifyServerEx(request: QueryFaceverifyServerRequest, headers: {
2444
+ [key: string]: string;
2445
+ }, runtime: $Util.RuntimeOptions): Promise<QueryFaceverifyServerResponse>;
2446
+ /**
2447
+ * Description: 个人银行卡状态增强版
2448
+ * Summary: 个人银行卡状态增强版
2449
+ */
2450
+ queryBankLivenessplus(request: QueryBankLivenessplusRequest): Promise<QueryBankLivenessplusResponse>;
2451
+ /**
2452
+ * Description: 个人银行卡状态增强版
2453
+ * Summary: 个人银行卡状态增强版
2454
+ */
2455
+ queryBankLivenessplusEx(request: QueryBankLivenessplusRequest, headers: {
2456
+ [key: string]: string;
2457
+ }, runtime: $Util.RuntimeOptions): Promise<QueryBankLivenessplusResponse>;
2458
+ /**
2459
+ * Description: 纯服务端比对基础版本,直接输入待比对的图片,返回比对结果
2460
+ * Summary: 纯服务端比对基础版
2461
+ */
2462
+ execFaceverifyServermode(request: ExecFaceverifyServermodeRequest): Promise<ExecFaceverifyServermodeResponse>;
2463
+ /**
2464
+ * Description: 纯服务端比对基础版本,直接输入待比对的图片,返回比对结果
2465
+ * Summary: 纯服务端比对基础版
2466
+ */
2467
+ execFaceverifyServermodeEx(request: ExecFaceverifyServermodeRequest, headers: {
2468
+ [key: string]: string;
2469
+ }, runtime: $Util.RuntimeOptions): Promise<ExecFaceverifyServermodeResponse>;
2470
+ /**
2471
+ * Description: 支付宝实人认证初始化接口
2472
+ * Summary: 支付宝实人认证初始化接口
2473
+ */
2474
+ createAlipayverifyServer(request: CreateAlipayverifyServerRequest): Promise<CreateAlipayverifyServerResponse>;
2475
+ /**
2476
+ * Description: 支付宝实人认证初始化接口
2477
+ * Summary: 支付宝实人认证初始化接口
2478
+ */
2479
+ createAlipayverifyServerEx(request: CreateAlipayverifyServerRequest, headers: {
2480
+ [key: string]: string;
2481
+ }, runtime: $Util.RuntimeOptions): Promise<CreateAlipayverifyServerResponse>;
2482
+ /**
2483
+ * Description: 支付宝实人认证查询接口
2484
+ * Summary: 支付宝实人认证查询接口
2485
+ */
2486
+ queryAlipayverifyServer(request: QueryAlipayverifyServerRequest): Promise<QueryAlipayverifyServerResponse>;
2487
+ /**
2488
+ * Description: 支付宝实人认证查询接口
2489
+ * Summary: 支付宝实人认证查询接口
2490
+ */
2491
+ queryAlipayverifyServerEx(request: QueryAlipayverifyServerRequest, headers: {
2492
+ [key: string]: string;
2493
+ }, runtime: $Util.RuntimeOptions): Promise<QueryAlipayverifyServerResponse>;
1902
2494
  /**
1903
2495
  * Description: 创建HTTP PUT提交的文件上传
1904
2496
  * Summary: 文件上传创建