@antchain/realperson 1.13.0 → 1.15.0

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
@@ -314,6 +314,7 @@ export declare class CheckIndividualidFourmetaRequest extends $tea.Model {
314
314
  mobile: string;
315
315
  bankCard: string;
316
316
  externParam?: string;
317
+ certType?: string;
317
318
  static names(): {
318
319
  [key: string]: string;
319
320
  };
@@ -624,6 +625,8 @@ export declare class QueryThreemetaOnlinetimeRequest extends $tea.Model {
624
625
  certName: string;
625
626
  certNo: string;
626
627
  phoneNo: string;
628
+ divCarrier?: boolean;
629
+ carrier?: string;
627
630
  externParam?: string;
628
631
  static names(): {
629
632
  [key: string]: string;
@@ -780,6 +783,7 @@ export declare class CheckThreemetaBankcardRequest extends $tea.Model {
780
783
  certNo: string;
781
784
  bankCard: string;
782
785
  externParam?: string;
786
+ certType?: string;
783
787
  static names(): {
784
788
  [key: string]: string;
785
789
  };
@@ -948,6 +952,213 @@ export declare class QueryTscenterDeviceResponse extends $tea.Model {
948
952
  [key: string]: any;
949
953
  });
950
954
  }
955
+ export declare class QueryEducationInfoRequest extends $tea.Model {
956
+ authToken?: string;
957
+ productInstanceId?: string;
958
+ outerOrderNo: string;
959
+ certNo: string;
960
+ certName: string;
961
+ authorized: boolean;
962
+ externParam?: string;
963
+ static names(): {
964
+ [key: string]: string;
965
+ };
966
+ static types(): {
967
+ [key: string]: any;
968
+ };
969
+ constructor(map?: {
970
+ [key: string]: any;
971
+ });
972
+ }
973
+ export declare class QueryEducationInfoResponse extends $tea.Model {
974
+ reqMsgId?: string;
975
+ resultCode?: string;
976
+ resultMsg?: string;
977
+ educationInfo?: string;
978
+ externInfo?: string;
979
+ static names(): {
980
+ [key: string]: string;
981
+ };
982
+ static types(): {
983
+ [key: string]: any;
984
+ };
985
+ constructor(map?: {
986
+ [key: string]: any;
987
+ });
988
+ }
989
+ export declare class QueryDemoInfoRequest extends $tea.Model {
990
+ authToken?: string;
991
+ productInstanceId?: string;
992
+ token: string;
993
+ static names(): {
994
+ [key: string]: string;
995
+ };
996
+ static types(): {
997
+ [key: string]: any;
998
+ };
999
+ constructor(map?: {
1000
+ [key: string]: any;
1001
+ });
1002
+ }
1003
+ export declare class QueryDemoInfoResponse extends $tea.Model {
1004
+ reqMsgId?: string;
1005
+ resultCode?: string;
1006
+ resultMsg?: string;
1007
+ record?: string;
1008
+ static names(): {
1009
+ [key: string]: string;
1010
+ };
1011
+ static types(): {
1012
+ [key: string]: any;
1013
+ };
1014
+ constructor(map?: {
1015
+ [key: string]: any;
1016
+ });
1017
+ }
1018
+ export declare class CheckBankcardTwometaRequest extends $tea.Model {
1019
+ authToken?: string;
1020
+ productInstanceId?: string;
1021
+ outerOrderNo: string;
1022
+ metaMode: string;
1023
+ certType?: string;
1024
+ bankCard: string;
1025
+ mobile?: string;
1026
+ certName?: string;
1027
+ certNo?: string;
1028
+ externParam?: string;
1029
+ static names(): {
1030
+ [key: string]: string;
1031
+ };
1032
+ static types(): {
1033
+ [key: string]: any;
1034
+ };
1035
+ constructor(map?: {
1036
+ [key: string]: any;
1037
+ });
1038
+ }
1039
+ export declare class CheckBankcardTwometaResponse extends $tea.Model {
1040
+ reqMsgId?: string;
1041
+ resultCode?: string;
1042
+ resultMsg?: string;
1043
+ externInfo?: string;
1044
+ static names(): {
1045
+ [key: string]: string;
1046
+ };
1047
+ static types(): {
1048
+ [key: string]: any;
1049
+ };
1050
+ constructor(map?: {
1051
+ [key: string]: any;
1052
+ });
1053
+ }
1054
+ export declare class CheckCarrierTwometaRequest extends $tea.Model {
1055
+ authToken?: string;
1056
+ productInstanceId?: string;
1057
+ outerOrderNo: string;
1058
+ metaMode: string;
1059
+ mobile: string;
1060
+ certName?: string;
1061
+ certNo?: string;
1062
+ carrier?: string;
1063
+ externParam: string;
1064
+ static names(): {
1065
+ [key: string]: string;
1066
+ };
1067
+ static types(): {
1068
+ [key: string]: any;
1069
+ };
1070
+ constructor(map?: {
1071
+ [key: string]: any;
1072
+ });
1073
+ }
1074
+ export declare class CheckCarrierTwometaResponse extends $tea.Model {
1075
+ reqMsgId?: string;
1076
+ resultCode?: string;
1077
+ resultMsg?: string;
1078
+ externInfo?: string;
1079
+ static names(): {
1080
+ [key: string]: string;
1081
+ };
1082
+ static types(): {
1083
+ [key: string]: any;
1084
+ };
1085
+ constructor(map?: {
1086
+ [key: string]: any;
1087
+ });
1088
+ }
1089
+ export declare class CreateNfcServerRequest extends $tea.Model {
1090
+ authToken?: string;
1091
+ productInstanceId?: string;
1092
+ certType: string;
1093
+ certNo?: string;
1094
+ certName?: string;
1095
+ birthday?: string;
1096
+ validateDate?: string;
1097
+ mode?: string;
1098
+ externParam?: string;
1099
+ metaInfo: string;
1100
+ outerOrderNo: string;
1101
+ sceneId: string;
1102
+ userId?: string;
1103
+ static names(): {
1104
+ [key: string]: string;
1105
+ };
1106
+ static types(): {
1107
+ [key: string]: any;
1108
+ };
1109
+ constructor(map?: {
1110
+ [key: string]: any;
1111
+ });
1112
+ }
1113
+ export declare class CreateNfcServerResponse extends $tea.Model {
1114
+ reqMsgId?: string;
1115
+ resultCode?: string;
1116
+ resultMsg?: string;
1117
+ certifyId?: string;
1118
+ static names(): {
1119
+ [key: string]: string;
1120
+ };
1121
+ static types(): {
1122
+ [key: string]: any;
1123
+ };
1124
+ constructor(map?: {
1125
+ [key: string]: any;
1126
+ });
1127
+ }
1128
+ export declare class QueryNfcServerRequest extends $tea.Model {
1129
+ authToken?: string;
1130
+ productInstanceId?: string;
1131
+ certifyId: string;
1132
+ externParam?: string;
1133
+ outerOrderNo: string;
1134
+ sceneId: string;
1135
+ static names(): {
1136
+ [key: string]: string;
1137
+ };
1138
+ static types(): {
1139
+ [key: string]: any;
1140
+ };
1141
+ constructor(map?: {
1142
+ [key: string]: any;
1143
+ });
1144
+ }
1145
+ export declare class QueryNfcServerResponse extends $tea.Model {
1146
+ reqMsgId?: string;
1147
+ resultCode?: string;
1148
+ resultMsg?: string;
1149
+ passed?: string;
1150
+ reason?: string;
1151
+ materialInfo?: string;
1152
+ static names(): {
1153
+ [key: string]: string;
1154
+ };
1155
+ static types(): {
1156
+ [key: string]: any;
1157
+ };
1158
+ constructor(map?: {
1159
+ [key: string]: any;
1160
+ });
1161
+ }
951
1162
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
952
1163
  authToken?: string;
953
1164
  apiCode: string;
@@ -1314,6 +1525,78 @@ export default class Client {
1314
1525
  queryTscenterDeviceEx(request: QueryTscenterDeviceRequest, headers: {
1315
1526
  [key: string]: string;
1316
1527
  }, runtime: $Util.RuntimeOptions): Promise<QueryTscenterDeviceResponse>;
1528
+ /**
1529
+ * Description: 学历验证
1530
+ * Summary: 学历验证
1531
+ */
1532
+ queryEducationInfo(request: QueryEducationInfoRequest): Promise<QueryEducationInfoResponse>;
1533
+ /**
1534
+ * Description: 学历验证
1535
+ * Summary: 学历验证
1536
+ */
1537
+ queryEducationInfoEx(request: QueryEducationInfoRequest, headers: {
1538
+ [key: string]: string;
1539
+ }, runtime: $Util.RuntimeOptions): Promise<QueryEducationInfoResponse>;
1540
+ /**
1541
+ * Description: demo用记录查询
1542
+ * Summary: demo用记录查询
1543
+ */
1544
+ queryDemoInfo(request: QueryDemoInfoRequest): Promise<QueryDemoInfoResponse>;
1545
+ /**
1546
+ * Description: demo用记录查询
1547
+ * Summary: demo用记录查询
1548
+ */
1549
+ queryDemoInfoEx(request: QueryDemoInfoRequest, headers: {
1550
+ [key: string]: string;
1551
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDemoInfoResponse>;
1552
+ /**
1553
+ * Description: 个人银行卡二要素
1554
+ * Summary: 个人银行卡二要素
1555
+ */
1556
+ checkBankcardTwometa(request: CheckBankcardTwometaRequest): Promise<CheckBankcardTwometaResponse>;
1557
+ /**
1558
+ * Description: 个人银行卡二要素
1559
+ * Summary: 个人银行卡二要素
1560
+ */
1561
+ checkBankcardTwometaEx(request: CheckBankcardTwometaRequest, headers: {
1562
+ [key: string]: string;
1563
+ }, runtime: $Util.RuntimeOptions): Promise<CheckBankcardTwometaResponse>;
1564
+ /**
1565
+ * Description: 个人运营商二要素
1566
+ * Summary: 个人运营商二要素
1567
+ */
1568
+ checkCarrierTwometa(request: CheckCarrierTwometaRequest): Promise<CheckCarrierTwometaResponse>;
1569
+ /**
1570
+ * Description: 个人运营商二要素
1571
+ * Summary: 个人运营商二要素
1572
+ */
1573
+ checkCarrierTwometaEx(request: CheckCarrierTwometaRequest, headers: {
1574
+ [key: string]: string;
1575
+ }, runtime: $Util.RuntimeOptions): Promise<CheckCarrierTwometaResponse>;
1576
+ /**
1577
+ * Description: NFC实证
1578
+ * Summary: NFC实证
1579
+ */
1580
+ createNfcServer(request: CreateNfcServerRequest): Promise<CreateNfcServerResponse>;
1581
+ /**
1582
+ * Description: NFC实证
1583
+ * Summary: NFC实证
1584
+ */
1585
+ createNfcServerEx(request: CreateNfcServerRequest, headers: {
1586
+ [key: string]: string;
1587
+ }, runtime: $Util.RuntimeOptions): Promise<CreateNfcServerResponse>;
1588
+ /**
1589
+ * Description: NFC实证
1590
+ * Summary: NFC实证
1591
+ */
1592
+ queryNfcServer(request: QueryNfcServerRequest): Promise<QueryNfcServerResponse>;
1593
+ /**
1594
+ * Description: NFC实证
1595
+ * Summary: NFC实证
1596
+ */
1597
+ queryNfcServerEx(request: QueryNfcServerRequest, headers: {
1598
+ [key: string]: string;
1599
+ }, runtime: $Util.RuntimeOptions): Promise<QueryNfcServerResponse>;
1317
1600
  /**
1318
1601
  * Description: 创建HTTP PUT提交的文件上传
1319
1602
  * Summary: 文件上传创建