@antchain/realperson 1.16.0 → 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;
@@ -1459,6 +1461,7 @@ export declare class InitCarrierRepairmobileRequest extends $tea.Model {
1459
1461
  carrier: string;
1460
1462
  encryptType?: string;
1461
1463
  certNo: string;
1464
+ name: string;
1462
1465
  mobile?: string;
1463
1466
  static names(): {
1464
1467
  [key: string]: string;
@@ -1549,6 +1552,291 @@ export declare class BindCarrierRepairmobileResponse extends $tea.Model {
1549
1552
  [key: string]: any;
1550
1553
  });
1551
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
+ }
1552
1840
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
1553
1841
  authToken?: string;
1554
1842
  apiCode: string;
@@ -2119,6 +2407,90 @@ export default class Client {
2119
2407
  bindCarrierRepairmobileEx(request: BindCarrierRepairmobileRequest, headers: {
2120
2408
  [key: string]: string;
2121
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>;
2122
2494
  /**
2123
2495
  * Description: 创建HTTP PUT提交的文件上传
2124
2496
  * Summary: 文件上传创建