@alicloud/cloudauth20190307 2.3.0 → 2.5.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 +403 -0
- package/dist/client.js +1062 -278
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +1013 -43
package/dist/client.d.ts
CHANGED
|
@@ -55,6 +55,55 @@ export declare class AIGCFaceVerifyResponse extends $tea.Model {
|
|
|
55
55
|
[key: string]: any;
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
|
+
export declare class BankMetaVerifyRequest extends $tea.Model {
|
|
59
|
+
bankCard?: string;
|
|
60
|
+
identifyNum?: string;
|
|
61
|
+
mobile?: string;
|
|
62
|
+
paramType?: string;
|
|
63
|
+
productType?: string;
|
|
64
|
+
userName?: string;
|
|
65
|
+
verifyMode?: string;
|
|
66
|
+
static names(): {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
};
|
|
69
|
+
static types(): {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
};
|
|
72
|
+
constructor(map?: {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
export declare class BankMetaVerifyResponseBody extends $tea.Model {
|
|
77
|
+
code?: string;
|
|
78
|
+
message?: string;
|
|
79
|
+
requestId?: string;
|
|
80
|
+
resultObject?: BankMetaVerifyResponseBodyResultObject;
|
|
81
|
+
static names(): {
|
|
82
|
+
[key: string]: string;
|
|
83
|
+
};
|
|
84
|
+
static types(): {
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
};
|
|
87
|
+
constructor(map?: {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
export declare class BankMetaVerifyResponse extends $tea.Model {
|
|
92
|
+
headers?: {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
95
|
+
statusCode?: number;
|
|
96
|
+
body?: BankMetaVerifyResponseBody;
|
|
97
|
+
static names(): {
|
|
98
|
+
[key: string]: string;
|
|
99
|
+
};
|
|
100
|
+
static types(): {
|
|
101
|
+
[key: string]: any;
|
|
102
|
+
};
|
|
103
|
+
constructor(map?: {
|
|
104
|
+
[key: string]: any;
|
|
105
|
+
});
|
|
106
|
+
}
|
|
58
107
|
export declare class CompareFaceVerifyRequest extends $tea.Model {
|
|
59
108
|
crop?: string;
|
|
60
109
|
outerOrderNo?: string;
|
|
@@ -342,6 +391,57 @@ export declare class CreateVerifySettingResponse extends $tea.Model {
|
|
|
342
391
|
[key: string]: any;
|
|
343
392
|
});
|
|
344
393
|
}
|
|
394
|
+
export declare class CredentialVerifyRequest extends $tea.Model {
|
|
395
|
+
certNum?: string;
|
|
396
|
+
credName?: string;
|
|
397
|
+
credType?: string;
|
|
398
|
+
identifyNum?: string;
|
|
399
|
+
imageContext?: string;
|
|
400
|
+
imageUrl?: string;
|
|
401
|
+
isCheck?: string;
|
|
402
|
+
isOCR?: string;
|
|
403
|
+
userName?: string;
|
|
404
|
+
static names(): {
|
|
405
|
+
[key: string]: string;
|
|
406
|
+
};
|
|
407
|
+
static types(): {
|
|
408
|
+
[key: string]: any;
|
|
409
|
+
};
|
|
410
|
+
constructor(map?: {
|
|
411
|
+
[key: string]: any;
|
|
412
|
+
});
|
|
413
|
+
}
|
|
414
|
+
export declare class CredentialVerifyResponseBody extends $tea.Model {
|
|
415
|
+
code?: string;
|
|
416
|
+
message?: string;
|
|
417
|
+
requestId?: string;
|
|
418
|
+
resultObject?: CredentialVerifyResponseBodyResultObject;
|
|
419
|
+
static names(): {
|
|
420
|
+
[key: string]: string;
|
|
421
|
+
};
|
|
422
|
+
static types(): {
|
|
423
|
+
[key: string]: any;
|
|
424
|
+
};
|
|
425
|
+
constructor(map?: {
|
|
426
|
+
[key: string]: any;
|
|
427
|
+
});
|
|
428
|
+
}
|
|
429
|
+
export declare class CredentialVerifyResponse extends $tea.Model {
|
|
430
|
+
headers?: {
|
|
431
|
+
[key: string]: string;
|
|
432
|
+
};
|
|
433
|
+
statusCode?: number;
|
|
434
|
+
body?: CredentialVerifyResponseBody;
|
|
435
|
+
static names(): {
|
|
436
|
+
[key: string]: string;
|
|
437
|
+
};
|
|
438
|
+
static types(): {
|
|
439
|
+
[key: string]: any;
|
|
440
|
+
};
|
|
441
|
+
constructor(map?: {
|
|
442
|
+
[key: string]: any;
|
|
443
|
+
});
|
|
444
|
+
}
|
|
345
445
|
export declare class DescribeDeviceInfoRequest extends $tea.Model {
|
|
346
446
|
bizType?: string;
|
|
347
447
|
currentPage?: number;
|
|
@@ -466,6 +566,59 @@ export declare class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
|
466
566
|
[key: string]: any;
|
|
467
567
|
});
|
|
468
568
|
}
|
|
569
|
+
export declare class DescribePageFaceVerifyDataRequest extends $tea.Model {
|
|
570
|
+
currentPage?: number;
|
|
571
|
+
endDate?: string;
|
|
572
|
+
pageSize?: number;
|
|
573
|
+
productCode?: string;
|
|
574
|
+
sceneId?: number;
|
|
575
|
+
startDate?: string;
|
|
576
|
+
static names(): {
|
|
577
|
+
[key: string]: string;
|
|
578
|
+
};
|
|
579
|
+
static types(): {
|
|
580
|
+
[key: string]: any;
|
|
581
|
+
};
|
|
582
|
+
constructor(map?: {
|
|
583
|
+
[key: string]: any;
|
|
584
|
+
});
|
|
585
|
+
}
|
|
586
|
+
export declare class DescribePageFaceVerifyDataResponseBody extends $tea.Model {
|
|
587
|
+
code?: string;
|
|
588
|
+
currentPage?: string;
|
|
589
|
+
items?: DescribePageFaceVerifyDataResponseBodyItems[];
|
|
590
|
+
message?: string;
|
|
591
|
+
pageSize?: string;
|
|
592
|
+
requestId?: string;
|
|
593
|
+
success?: string;
|
|
594
|
+
totalCount?: string;
|
|
595
|
+
totalPage?: string;
|
|
596
|
+
static names(): {
|
|
597
|
+
[key: string]: string;
|
|
598
|
+
};
|
|
599
|
+
static types(): {
|
|
600
|
+
[key: string]: any;
|
|
601
|
+
};
|
|
602
|
+
constructor(map?: {
|
|
603
|
+
[key: string]: any;
|
|
604
|
+
});
|
|
605
|
+
}
|
|
606
|
+
export declare class DescribePageFaceVerifyDataResponse extends $tea.Model {
|
|
607
|
+
headers?: {
|
|
608
|
+
[key: string]: string;
|
|
609
|
+
};
|
|
610
|
+
statusCode?: number;
|
|
611
|
+
body?: DescribePageFaceVerifyDataResponseBody;
|
|
612
|
+
static names(): {
|
|
613
|
+
[key: string]: string;
|
|
614
|
+
};
|
|
615
|
+
static types(): {
|
|
616
|
+
[key: string]: any;
|
|
617
|
+
};
|
|
618
|
+
constructor(map?: {
|
|
619
|
+
[key: string]: any;
|
|
620
|
+
});
|
|
621
|
+
}
|
|
469
622
|
export declare class DescribeSmartStatisticsPageListRequest extends $tea.Model {
|
|
470
623
|
currentPage?: string;
|
|
471
624
|
endDate?: string;
|
|
@@ -973,6 +1126,138 @@ export declare class Mobile3MetaSimpleVerifyResponse extends $tea.Model {
|
|
|
973
1126
|
[key: string]: any;
|
|
974
1127
|
});
|
|
975
1128
|
}
|
|
1129
|
+
export declare class MobileDetectRequest extends $tea.Model {
|
|
1130
|
+
mobiles?: string;
|
|
1131
|
+
paramType?: string;
|
|
1132
|
+
static names(): {
|
|
1133
|
+
[key: string]: string;
|
|
1134
|
+
};
|
|
1135
|
+
static types(): {
|
|
1136
|
+
[key: string]: any;
|
|
1137
|
+
};
|
|
1138
|
+
constructor(map?: {
|
|
1139
|
+
[key: string]: any;
|
|
1140
|
+
});
|
|
1141
|
+
}
|
|
1142
|
+
export declare class MobileDetectResponseBody extends $tea.Model {
|
|
1143
|
+
code?: string;
|
|
1144
|
+
message?: string;
|
|
1145
|
+
requestId?: string;
|
|
1146
|
+
resultObject?: MobileDetectResponseBodyResultObject;
|
|
1147
|
+
static names(): {
|
|
1148
|
+
[key: string]: string;
|
|
1149
|
+
};
|
|
1150
|
+
static types(): {
|
|
1151
|
+
[key: string]: any;
|
|
1152
|
+
};
|
|
1153
|
+
constructor(map?: {
|
|
1154
|
+
[key: string]: any;
|
|
1155
|
+
});
|
|
1156
|
+
}
|
|
1157
|
+
export declare class MobileDetectResponse extends $tea.Model {
|
|
1158
|
+
headers?: {
|
|
1159
|
+
[key: string]: string;
|
|
1160
|
+
};
|
|
1161
|
+
statusCode?: number;
|
|
1162
|
+
body?: MobileDetectResponseBody;
|
|
1163
|
+
static names(): {
|
|
1164
|
+
[key: string]: string;
|
|
1165
|
+
};
|
|
1166
|
+
static types(): {
|
|
1167
|
+
[key: string]: any;
|
|
1168
|
+
};
|
|
1169
|
+
constructor(map?: {
|
|
1170
|
+
[key: string]: any;
|
|
1171
|
+
});
|
|
1172
|
+
}
|
|
1173
|
+
export declare class MobileOnlineStatusRequest extends $tea.Model {
|
|
1174
|
+
mobile?: string;
|
|
1175
|
+
paramType?: string;
|
|
1176
|
+
static names(): {
|
|
1177
|
+
[key: string]: string;
|
|
1178
|
+
};
|
|
1179
|
+
static types(): {
|
|
1180
|
+
[key: string]: any;
|
|
1181
|
+
};
|
|
1182
|
+
constructor(map?: {
|
|
1183
|
+
[key: string]: any;
|
|
1184
|
+
});
|
|
1185
|
+
}
|
|
1186
|
+
export declare class MobileOnlineStatusResponseBody extends $tea.Model {
|
|
1187
|
+
code?: string;
|
|
1188
|
+
message?: string;
|
|
1189
|
+
requestId?: string;
|
|
1190
|
+
resultObject?: MobileOnlineStatusResponseBodyResultObject;
|
|
1191
|
+
static names(): {
|
|
1192
|
+
[key: string]: string;
|
|
1193
|
+
};
|
|
1194
|
+
static types(): {
|
|
1195
|
+
[key: string]: any;
|
|
1196
|
+
};
|
|
1197
|
+
constructor(map?: {
|
|
1198
|
+
[key: string]: any;
|
|
1199
|
+
});
|
|
1200
|
+
}
|
|
1201
|
+
export declare class MobileOnlineStatusResponse extends $tea.Model {
|
|
1202
|
+
headers?: {
|
|
1203
|
+
[key: string]: string;
|
|
1204
|
+
};
|
|
1205
|
+
statusCode?: number;
|
|
1206
|
+
body?: MobileOnlineStatusResponseBody;
|
|
1207
|
+
static names(): {
|
|
1208
|
+
[key: string]: string;
|
|
1209
|
+
};
|
|
1210
|
+
static types(): {
|
|
1211
|
+
[key: string]: any;
|
|
1212
|
+
};
|
|
1213
|
+
constructor(map?: {
|
|
1214
|
+
[key: string]: any;
|
|
1215
|
+
});
|
|
1216
|
+
}
|
|
1217
|
+
export declare class MobileOnlineTimeRequest extends $tea.Model {
|
|
1218
|
+
mobile?: string;
|
|
1219
|
+
paramType?: string;
|
|
1220
|
+
static names(): {
|
|
1221
|
+
[key: string]: string;
|
|
1222
|
+
};
|
|
1223
|
+
static types(): {
|
|
1224
|
+
[key: string]: any;
|
|
1225
|
+
};
|
|
1226
|
+
constructor(map?: {
|
|
1227
|
+
[key: string]: any;
|
|
1228
|
+
});
|
|
1229
|
+
}
|
|
1230
|
+
export declare class MobileOnlineTimeResponseBody extends $tea.Model {
|
|
1231
|
+
code?: string;
|
|
1232
|
+
message?: string;
|
|
1233
|
+
requestId?: string;
|
|
1234
|
+
resultObject?: MobileOnlineTimeResponseBodyResultObject;
|
|
1235
|
+
static names(): {
|
|
1236
|
+
[key: string]: string;
|
|
1237
|
+
};
|
|
1238
|
+
static types(): {
|
|
1239
|
+
[key: string]: any;
|
|
1240
|
+
};
|
|
1241
|
+
constructor(map?: {
|
|
1242
|
+
[key: string]: any;
|
|
1243
|
+
});
|
|
1244
|
+
}
|
|
1245
|
+
export declare class MobileOnlineTimeResponse extends $tea.Model {
|
|
1246
|
+
headers?: {
|
|
1247
|
+
[key: string]: string;
|
|
1248
|
+
};
|
|
1249
|
+
statusCode?: number;
|
|
1250
|
+
body?: MobileOnlineTimeResponseBody;
|
|
1251
|
+
static names(): {
|
|
1252
|
+
[key: string]: string;
|
|
1253
|
+
};
|
|
1254
|
+
static types(): {
|
|
1255
|
+
[key: string]: any;
|
|
1256
|
+
};
|
|
1257
|
+
constructor(map?: {
|
|
1258
|
+
[key: string]: any;
|
|
1259
|
+
});
|
|
1260
|
+
}
|
|
976
1261
|
export declare class ModifyDeviceInfoRequest extends $tea.Model {
|
|
977
1262
|
bizType?: string;
|
|
978
1263
|
deviceId?: string;
|
|
@@ -1088,6 +1373,19 @@ export declare class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
1088
1373
|
[key: string]: any;
|
|
1089
1374
|
});
|
|
1090
1375
|
}
|
|
1376
|
+
export declare class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
1377
|
+
bizCode?: string;
|
|
1378
|
+
subCode?: string;
|
|
1379
|
+
static names(): {
|
|
1380
|
+
[key: string]: string;
|
|
1381
|
+
};
|
|
1382
|
+
static types(): {
|
|
1383
|
+
[key: string]: any;
|
|
1384
|
+
};
|
|
1385
|
+
constructor(map?: {
|
|
1386
|
+
[key: string]: any;
|
|
1387
|
+
});
|
|
1388
|
+
}
|
|
1091
1389
|
export declare class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
1092
1390
|
certifyId?: string;
|
|
1093
1391
|
passed?: string;
|
|
@@ -1131,6 +1429,25 @@ export declare class ContrastFaceVerifyResponseBodyResultObject extends $tea.Mod
|
|
|
1131
1429
|
[key: string]: any;
|
|
1132
1430
|
});
|
|
1133
1431
|
}
|
|
1432
|
+
export declare class CredentialVerifyResponseBodyResultObject extends $tea.Model {
|
|
1433
|
+
ocrInfo?: string;
|
|
1434
|
+
result?: string;
|
|
1435
|
+
riskScore?: {
|
|
1436
|
+
[key: string]: string;
|
|
1437
|
+
};
|
|
1438
|
+
riskTag?: string;
|
|
1439
|
+
verifyDetail?: string;
|
|
1440
|
+
verifyResult?: string;
|
|
1441
|
+
static names(): {
|
|
1442
|
+
[key: string]: string;
|
|
1443
|
+
};
|
|
1444
|
+
static types(): {
|
|
1445
|
+
[key: string]: any;
|
|
1446
|
+
};
|
|
1447
|
+
constructor(map?: {
|
|
1448
|
+
[key: string]: any;
|
|
1449
|
+
});
|
|
1450
|
+
}
|
|
1134
1451
|
export declare class DescribeDeviceInfoResponseBodyDeviceInfoListDeviceInfo extends $tea.Model {
|
|
1135
1452
|
beginDay?: string;
|
|
1136
1453
|
bizType?: string;
|
|
@@ -1196,6 +1513,23 @@ export declare class DescribeOssUploadTokenResponseBodyOssUploadToken extends $t
|
|
|
1196
1513
|
[key: string]: any;
|
|
1197
1514
|
});
|
|
1198
1515
|
}
|
|
1516
|
+
export declare class DescribePageFaceVerifyDataResponseBodyItems extends $tea.Model {
|
|
1517
|
+
date?: string;
|
|
1518
|
+
productCode?: string;
|
|
1519
|
+
sceneId?: string;
|
|
1520
|
+
sceneName?: string;
|
|
1521
|
+
successCount?: string;
|
|
1522
|
+
totalCount?: string;
|
|
1523
|
+
static names(): {
|
|
1524
|
+
[key: string]: string;
|
|
1525
|
+
};
|
|
1526
|
+
static types(): {
|
|
1527
|
+
[key: string]: any;
|
|
1528
|
+
};
|
|
1529
|
+
constructor(map?: {
|
|
1530
|
+
[key: string]: any;
|
|
1531
|
+
});
|
|
1532
|
+
}
|
|
1199
1533
|
export declare class DescribeSmartStatisticsPageListResponseBodyItems extends $tea.Model {
|
|
1200
1534
|
date?: string;
|
|
1201
1535
|
passRate?: string;
|
|
@@ -1439,6 +1773,63 @@ export declare class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $te
|
|
|
1439
1773
|
[key: string]: any;
|
|
1440
1774
|
});
|
|
1441
1775
|
}
|
|
1776
|
+
export declare class MobileDetectResponseBodyResultObjectItems extends $tea.Model {
|
|
1777
|
+
area?: string;
|
|
1778
|
+
bizCode?: string;
|
|
1779
|
+
ispName?: string;
|
|
1780
|
+
mobile?: string;
|
|
1781
|
+
subCode?: string;
|
|
1782
|
+
static names(): {
|
|
1783
|
+
[key: string]: string;
|
|
1784
|
+
};
|
|
1785
|
+
static types(): {
|
|
1786
|
+
[key: string]: any;
|
|
1787
|
+
};
|
|
1788
|
+
constructor(map?: {
|
|
1789
|
+
[key: string]: any;
|
|
1790
|
+
});
|
|
1791
|
+
}
|
|
1792
|
+
export declare class MobileDetectResponseBodyResultObject extends $tea.Model {
|
|
1793
|
+
chargeCount?: string;
|
|
1794
|
+
items?: MobileDetectResponseBodyResultObjectItems[];
|
|
1795
|
+
static names(): {
|
|
1796
|
+
[key: string]: string;
|
|
1797
|
+
};
|
|
1798
|
+
static types(): {
|
|
1799
|
+
[key: string]: any;
|
|
1800
|
+
};
|
|
1801
|
+
constructor(map?: {
|
|
1802
|
+
[key: string]: any;
|
|
1803
|
+
});
|
|
1804
|
+
}
|
|
1805
|
+
export declare class MobileOnlineStatusResponseBodyResultObject extends $tea.Model {
|
|
1806
|
+
bizCode?: string;
|
|
1807
|
+
ispName?: string;
|
|
1808
|
+
subCode?: string;
|
|
1809
|
+
static names(): {
|
|
1810
|
+
[key: string]: string;
|
|
1811
|
+
};
|
|
1812
|
+
static types(): {
|
|
1813
|
+
[key: string]: any;
|
|
1814
|
+
};
|
|
1815
|
+
constructor(map?: {
|
|
1816
|
+
[key: string]: any;
|
|
1817
|
+
});
|
|
1818
|
+
}
|
|
1819
|
+
export declare class MobileOnlineTimeResponseBodyResultObject extends $tea.Model {
|
|
1820
|
+
bizCode?: string;
|
|
1821
|
+
ispName?: string;
|
|
1822
|
+
timeCode?: string;
|
|
1823
|
+
static names(): {
|
|
1824
|
+
[key: string]: string;
|
|
1825
|
+
};
|
|
1826
|
+
static types(): {
|
|
1827
|
+
[key: string]: any;
|
|
1828
|
+
};
|
|
1829
|
+
constructor(map?: {
|
|
1830
|
+
[key: string]: any;
|
|
1831
|
+
});
|
|
1832
|
+
}
|
|
1442
1833
|
export declare class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
1443
1834
|
address?: string;
|
|
1444
1835
|
authority?: string;
|
|
@@ -1485,6 +1876,8 @@ export default class Client extends OpenApi {
|
|
|
1485
1876
|
}, endpoint: string): string;
|
|
1486
1877
|
aIGCFaceVerifyWithOptions(request: AIGCFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<AIGCFaceVerifyResponse>;
|
|
1487
1878
|
aIGCFaceVerify(request: AIGCFaceVerifyRequest): Promise<AIGCFaceVerifyResponse>;
|
|
1879
|
+
bankMetaVerifyWithOptions(request: BankMetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<BankMetaVerifyResponse>;
|
|
1880
|
+
bankMetaVerify(request: BankMetaVerifyRequest): Promise<BankMetaVerifyResponse>;
|
|
1488
1881
|
compareFaceVerifyWithOptions(request: CompareFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CompareFaceVerifyResponse>;
|
|
1489
1882
|
compareFaceVerify(request: CompareFaceVerifyRequest): Promise<CompareFaceVerifyResponse>;
|
|
1490
1883
|
compareFacesWithOptions(request: CompareFacesRequest, runtime: $Util.RuntimeOptions): Promise<CompareFacesResponse>;
|
|
@@ -1496,12 +1889,16 @@ export default class Client extends OpenApi {
|
|
|
1496
1889
|
createAuthKey(request: CreateAuthKeyRequest): Promise<CreateAuthKeyResponse>;
|
|
1497
1890
|
createVerifySettingWithOptions(request: CreateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySettingResponse>;
|
|
1498
1891
|
createVerifySetting(request: CreateVerifySettingRequest): Promise<CreateVerifySettingResponse>;
|
|
1892
|
+
credentialVerifyWithOptions(request: CredentialVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CredentialVerifyResponse>;
|
|
1893
|
+
credentialVerify(request: CredentialVerifyRequest): Promise<CredentialVerifyResponse>;
|
|
1499
1894
|
describeDeviceInfoWithOptions(request: DescribeDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeviceInfoResponse>;
|
|
1500
1895
|
describeDeviceInfo(request: DescribeDeviceInfoRequest): Promise<DescribeDeviceInfoResponse>;
|
|
1501
1896
|
describeFaceVerifyWithOptions(request: DescribeFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceVerifyResponse>;
|
|
1502
1897
|
describeFaceVerify(request: DescribeFaceVerifyRequest): Promise<DescribeFaceVerifyResponse>;
|
|
1503
1898
|
describeOssUploadTokenWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeOssUploadTokenResponse>;
|
|
1504
1899
|
describeOssUploadToken(): Promise<DescribeOssUploadTokenResponse>;
|
|
1900
|
+
describePageFaceVerifyDataWithOptions(request: DescribePageFaceVerifyDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribePageFaceVerifyDataResponse>;
|
|
1901
|
+
describePageFaceVerifyData(request: DescribePageFaceVerifyDataRequest): Promise<DescribePageFaceVerifyDataResponse>;
|
|
1505
1902
|
describeSmartStatisticsPageListWithOptions(request: DescribeSmartStatisticsPageListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSmartStatisticsPageListResponse>;
|
|
1506
1903
|
describeSmartStatisticsPageList(request: DescribeSmartStatisticsPageListRequest): Promise<DescribeSmartStatisticsPageListResponse>;
|
|
1507
1904
|
describeVerifyResultWithOptions(request: DescribeVerifyResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyResultResponse>;
|
|
@@ -1522,6 +1919,12 @@ export default class Client extends OpenApi {
|
|
|
1522
1919
|
mobile3MetaDetailVerify(request: Mobile3MetaDetailVerifyRequest): Promise<Mobile3MetaDetailVerifyResponse>;
|
|
1523
1920
|
mobile3MetaSimpleVerifyWithOptions(request: Mobile3MetaSimpleVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaSimpleVerifyResponse>;
|
|
1524
1921
|
mobile3MetaSimpleVerify(request: Mobile3MetaSimpleVerifyRequest): Promise<Mobile3MetaSimpleVerifyResponse>;
|
|
1922
|
+
mobileDetectWithOptions(request: MobileDetectRequest, runtime: $Util.RuntimeOptions): Promise<MobileDetectResponse>;
|
|
1923
|
+
mobileDetect(request: MobileDetectRequest): Promise<MobileDetectResponse>;
|
|
1924
|
+
mobileOnlineStatusWithOptions(request: MobileOnlineStatusRequest, runtime: $Util.RuntimeOptions): Promise<MobileOnlineStatusResponse>;
|
|
1925
|
+
mobileOnlineStatus(request: MobileOnlineStatusRequest): Promise<MobileOnlineStatusResponse>;
|
|
1926
|
+
mobileOnlineTimeWithOptions(request: MobileOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<MobileOnlineTimeResponse>;
|
|
1927
|
+
mobileOnlineTime(request: MobileOnlineTimeRequest): Promise<MobileOnlineTimeResponse>;
|
|
1525
1928
|
modifyDeviceInfoWithOptions(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse>;
|
|
1526
1929
|
modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse>;
|
|
1527
1930
|
verifyMaterialWithOptions(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse>;
|