@alicloud/cloudauth20190307 1.0.6 → 1.0.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 +91 -1160
- package/dist/client.js +283 -1981
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +223 -2391
package/dist/client.d.ts
CHANGED
|
@@ -175,87 +175,6 @@ export declare class CreateAuthKeyResponse extends $tea.Model {
|
|
|
175
175
|
[key: string]: any;
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
|
-
export declare class CreateFaceConfigRequest extends $tea.Model {
|
|
179
|
-
bizName: string;
|
|
180
|
-
bizType: string;
|
|
181
|
-
lang?: string;
|
|
182
|
-
sourceIp?: string;
|
|
183
|
-
static names(): {
|
|
184
|
-
[key: string]: string;
|
|
185
|
-
};
|
|
186
|
-
static types(): {
|
|
187
|
-
[key: string]: any;
|
|
188
|
-
};
|
|
189
|
-
constructor(map?: {
|
|
190
|
-
[key: string]: any;
|
|
191
|
-
});
|
|
192
|
-
}
|
|
193
|
-
export declare class CreateFaceConfigResponse extends $tea.Model {
|
|
194
|
-
requestId: string;
|
|
195
|
-
static names(): {
|
|
196
|
-
[key: string]: string;
|
|
197
|
-
};
|
|
198
|
-
static types(): {
|
|
199
|
-
[key: string]: any;
|
|
200
|
-
};
|
|
201
|
-
constructor(map?: {
|
|
202
|
-
[key: string]: any;
|
|
203
|
-
});
|
|
204
|
-
}
|
|
205
|
-
export declare class CreateRPSDKRequest extends $tea.Model {
|
|
206
|
-
appUrl: string;
|
|
207
|
-
lang?: string;
|
|
208
|
-
platform?: string;
|
|
209
|
-
sourceIp?: string;
|
|
210
|
-
static names(): {
|
|
211
|
-
[key: string]: string;
|
|
212
|
-
};
|
|
213
|
-
static types(): {
|
|
214
|
-
[key: string]: any;
|
|
215
|
-
};
|
|
216
|
-
constructor(map?: {
|
|
217
|
-
[key: string]: any;
|
|
218
|
-
});
|
|
219
|
-
}
|
|
220
|
-
export declare class CreateRPSDKResponse extends $tea.Model {
|
|
221
|
-
requestId: string;
|
|
222
|
-
taskId: string;
|
|
223
|
-
static names(): {
|
|
224
|
-
[key: string]: string;
|
|
225
|
-
};
|
|
226
|
-
static types(): {
|
|
227
|
-
[key: string]: any;
|
|
228
|
-
};
|
|
229
|
-
constructor(map?: {
|
|
230
|
-
[key: string]: any;
|
|
231
|
-
});
|
|
232
|
-
}
|
|
233
|
-
export declare class CreateVerifySDKRequest extends $tea.Model {
|
|
234
|
-
appUrl: string;
|
|
235
|
-
platform?: string;
|
|
236
|
-
static names(): {
|
|
237
|
-
[key: string]: string;
|
|
238
|
-
};
|
|
239
|
-
static types(): {
|
|
240
|
-
[key: string]: any;
|
|
241
|
-
};
|
|
242
|
-
constructor(map?: {
|
|
243
|
-
[key: string]: any;
|
|
244
|
-
});
|
|
245
|
-
}
|
|
246
|
-
export declare class CreateVerifySDKResponse extends $tea.Model {
|
|
247
|
-
requestId: string;
|
|
248
|
-
taskId: string;
|
|
249
|
-
static names(): {
|
|
250
|
-
[key: string]: string;
|
|
251
|
-
};
|
|
252
|
-
static types(): {
|
|
253
|
-
[key: string]: any;
|
|
254
|
-
};
|
|
255
|
-
constructor(map?: {
|
|
256
|
-
[key: string]: any;
|
|
257
|
-
});
|
|
258
|
-
}
|
|
259
178
|
export declare class CreateVerifySettingRequest extends $tea.Model {
|
|
260
179
|
bizName: string;
|
|
261
180
|
bizType: string;
|
|
@@ -289,150 +208,6 @@ export declare class CreateVerifySettingResponse extends $tea.Model {
|
|
|
289
208
|
[key: string]: any;
|
|
290
209
|
});
|
|
291
210
|
}
|
|
292
|
-
export declare class CreateWhitelistRequest extends $tea.Model {
|
|
293
|
-
bizId: string;
|
|
294
|
-
bizType?: string;
|
|
295
|
-
idCardNum: string;
|
|
296
|
-
lang?: string;
|
|
297
|
-
sourceIp?: string;
|
|
298
|
-
validDay: string;
|
|
299
|
-
static names(): {
|
|
300
|
-
[key: string]: string;
|
|
301
|
-
};
|
|
302
|
-
static types(): {
|
|
303
|
-
[key: string]: any;
|
|
304
|
-
};
|
|
305
|
-
constructor(map?: {
|
|
306
|
-
[key: string]: any;
|
|
307
|
-
});
|
|
308
|
-
}
|
|
309
|
-
export declare class CreateWhitelistResponse extends $tea.Model {
|
|
310
|
-
requestId: string;
|
|
311
|
-
static names(): {
|
|
312
|
-
[key: string]: string;
|
|
313
|
-
};
|
|
314
|
-
static types(): {
|
|
315
|
-
[key: string]: any;
|
|
316
|
-
};
|
|
317
|
-
constructor(map?: {
|
|
318
|
-
[key: string]: any;
|
|
319
|
-
});
|
|
320
|
-
}
|
|
321
|
-
export declare class CreateWhitelistSettingRequest extends $tea.Model {
|
|
322
|
-
certNo?: string;
|
|
323
|
-
certifyId?: string;
|
|
324
|
-
lang?: string;
|
|
325
|
-
sceneId?: number;
|
|
326
|
-
serviceCode: string;
|
|
327
|
-
sourceIp?: string;
|
|
328
|
-
validDay: number;
|
|
329
|
-
static names(): {
|
|
330
|
-
[key: string]: string;
|
|
331
|
-
};
|
|
332
|
-
static types(): {
|
|
333
|
-
[key: string]: any;
|
|
334
|
-
};
|
|
335
|
-
constructor(map?: {
|
|
336
|
-
[key: string]: any;
|
|
337
|
-
});
|
|
338
|
-
}
|
|
339
|
-
export declare class CreateWhitelistSettingResponse extends $tea.Model {
|
|
340
|
-
requestId: string;
|
|
341
|
-
resultObject: boolean;
|
|
342
|
-
static names(): {
|
|
343
|
-
[key: string]: string;
|
|
344
|
-
};
|
|
345
|
-
static types(): {
|
|
346
|
-
[key: string]: any;
|
|
347
|
-
};
|
|
348
|
-
constructor(map?: {
|
|
349
|
-
[key: string]: any;
|
|
350
|
-
});
|
|
351
|
-
}
|
|
352
|
-
export declare class DeleteWhitelistRequest extends $tea.Model {
|
|
353
|
-
ids: string;
|
|
354
|
-
lang?: string;
|
|
355
|
-
sourceIp?: string;
|
|
356
|
-
static names(): {
|
|
357
|
-
[key: string]: string;
|
|
358
|
-
};
|
|
359
|
-
static types(): {
|
|
360
|
-
[key: string]: any;
|
|
361
|
-
};
|
|
362
|
-
constructor(map?: {
|
|
363
|
-
[key: string]: any;
|
|
364
|
-
});
|
|
365
|
-
}
|
|
366
|
-
export declare class DeleteWhitelistResponse extends $tea.Model {
|
|
367
|
-
requestId: string;
|
|
368
|
-
static names(): {
|
|
369
|
-
[key: string]: string;
|
|
370
|
-
};
|
|
371
|
-
static types(): {
|
|
372
|
-
[key: string]: any;
|
|
373
|
-
};
|
|
374
|
-
constructor(map?: {
|
|
375
|
-
[key: string]: any;
|
|
376
|
-
});
|
|
377
|
-
}
|
|
378
|
-
export declare class DeleteWhitelistSettingRequest extends $tea.Model {
|
|
379
|
-
ids: string;
|
|
380
|
-
lang?: string;
|
|
381
|
-
serviceCode: string;
|
|
382
|
-
sourceIp?: string;
|
|
383
|
-
static names(): {
|
|
384
|
-
[key: string]: string;
|
|
385
|
-
};
|
|
386
|
-
static types(): {
|
|
387
|
-
[key: string]: any;
|
|
388
|
-
};
|
|
389
|
-
constructor(map?: {
|
|
390
|
-
[key: string]: any;
|
|
391
|
-
});
|
|
392
|
-
}
|
|
393
|
-
export declare class DeleteWhitelistSettingResponse extends $tea.Model {
|
|
394
|
-
requestId: string;
|
|
395
|
-
resultObject: boolean;
|
|
396
|
-
static names(): {
|
|
397
|
-
[key: string]: string;
|
|
398
|
-
};
|
|
399
|
-
static types(): {
|
|
400
|
-
[key: string]: any;
|
|
401
|
-
};
|
|
402
|
-
constructor(map?: {
|
|
403
|
-
[key: string]: any;
|
|
404
|
-
});
|
|
405
|
-
}
|
|
406
|
-
export declare class DescribeAppInfoRequest extends $tea.Model {
|
|
407
|
-
currentPage?: number;
|
|
408
|
-
pageSize?: number;
|
|
409
|
-
platform?: string;
|
|
410
|
-
static names(): {
|
|
411
|
-
[key: string]: string;
|
|
412
|
-
};
|
|
413
|
-
static types(): {
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
};
|
|
416
|
-
constructor(map?: {
|
|
417
|
-
[key: string]: any;
|
|
418
|
-
});
|
|
419
|
-
}
|
|
420
|
-
export declare class DescribeAppInfoResponse extends $tea.Model {
|
|
421
|
-
currentPage: number;
|
|
422
|
-
pageSize: number;
|
|
423
|
-
requestId: string;
|
|
424
|
-
totalCount: number;
|
|
425
|
-
appInfoList: DescribeAppInfoResponseAppInfoList[];
|
|
426
|
-
static names(): {
|
|
427
|
-
[key: string]: string;
|
|
428
|
-
};
|
|
429
|
-
static types(): {
|
|
430
|
-
[key: string]: any;
|
|
431
|
-
};
|
|
432
|
-
constructor(map?: {
|
|
433
|
-
[key: string]: any;
|
|
434
|
-
});
|
|
435
|
-
}
|
|
436
211
|
export declare class DescribeDeviceInfoRequest extends $tea.Model {
|
|
437
212
|
bizType?: string;
|
|
438
213
|
currentPage?: number;
|
|
@@ -467,9 +242,10 @@ export declare class DescribeDeviceInfoResponse extends $tea.Model {
|
|
|
467
242
|
[key: string]: any;
|
|
468
243
|
});
|
|
469
244
|
}
|
|
470
|
-
export declare class
|
|
471
|
-
|
|
472
|
-
|
|
245
|
+
export declare class DescribeFaceVerifyRequest extends $tea.Model {
|
|
246
|
+
certifyId?: string;
|
|
247
|
+
pictureReturnType?: string;
|
|
248
|
+
sceneId?: number;
|
|
473
249
|
static names(): {
|
|
474
250
|
[key: string]: string;
|
|
475
251
|
};
|
|
@@ -480,9 +256,11 @@ export declare class DescribeFaceConfigRequest extends $tea.Model {
|
|
|
480
256
|
[key: string]: any;
|
|
481
257
|
});
|
|
482
258
|
}
|
|
483
|
-
export declare class
|
|
259
|
+
export declare class DescribeFaceVerifyResponse extends $tea.Model {
|
|
260
|
+
code: string;
|
|
261
|
+
message: string;
|
|
484
262
|
requestId: string;
|
|
485
|
-
|
|
263
|
+
resultObject: DescribeFaceVerifyResponseResultObject;
|
|
486
264
|
static names(): {
|
|
487
265
|
[key: string]: string;
|
|
488
266
|
};
|
|
@@ -493,9 +271,7 @@ export declare class DescribeFaceConfigResponse extends $tea.Model {
|
|
|
493
271
|
[key: string]: any;
|
|
494
272
|
});
|
|
495
273
|
}
|
|
496
|
-
export declare class
|
|
497
|
-
endDate: string;
|
|
498
|
-
startDate: string;
|
|
274
|
+
export declare class DescribeOssUploadTokenRequest extends $tea.Model {
|
|
499
275
|
static names(): {
|
|
500
276
|
[key: string]: string;
|
|
501
277
|
};
|
|
@@ -506,10 +282,9 @@ export declare class DescribeFaceUsageRequest extends $tea.Model {
|
|
|
506
282
|
[key: string]: any;
|
|
507
283
|
});
|
|
508
284
|
}
|
|
509
|
-
export declare class
|
|
285
|
+
export declare class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
510
286
|
requestId: string;
|
|
511
|
-
|
|
512
|
-
faceUsageList: DescribeFaceUsageResponseFaceUsageList[];
|
|
287
|
+
ossUploadToken: DescribeOssUploadTokenResponseOssUploadToken;
|
|
513
288
|
static names(): {
|
|
514
289
|
[key: string]: string;
|
|
515
290
|
};
|
|
@@ -520,10 +295,9 @@ export declare class DescribeFaceUsageResponse extends $tea.Model {
|
|
|
520
295
|
[key: string]: any;
|
|
521
296
|
});
|
|
522
297
|
}
|
|
523
|
-
export declare class
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
sceneId?: number;
|
|
298
|
+
export declare class DescribeVerifyResultRequest extends $tea.Model {
|
|
299
|
+
bizId: string;
|
|
300
|
+
bizType: string;
|
|
527
301
|
static names(): {
|
|
528
302
|
[key: string]: string;
|
|
529
303
|
};
|
|
@@ -534,11 +308,13 @@ export declare class DescribeFaceVerifyRequest extends $tea.Model {
|
|
|
534
308
|
[key: string]: any;
|
|
535
309
|
});
|
|
536
310
|
}
|
|
537
|
-
export declare class
|
|
538
|
-
|
|
539
|
-
|
|
311
|
+
export declare class DescribeVerifyResultResponse extends $tea.Model {
|
|
312
|
+
authorityComparisionScore: number;
|
|
313
|
+
faceComparisonScore: number;
|
|
314
|
+
idCardFaceComparisonScore: number;
|
|
540
315
|
requestId: string;
|
|
541
|
-
|
|
316
|
+
verifyStatus: number;
|
|
317
|
+
material: DescribeVerifyResultResponseMaterial;
|
|
542
318
|
static names(): {
|
|
543
319
|
[key: string]: string;
|
|
544
320
|
};
|
|
@@ -549,7 +325,8 @@ export declare class DescribeFaceVerifyResponse extends $tea.Model {
|
|
|
549
325
|
[key: string]: any;
|
|
550
326
|
});
|
|
551
327
|
}
|
|
552
|
-
export declare class
|
|
328
|
+
export declare class DescribeVerifySDKRequest extends $tea.Model {
|
|
329
|
+
taskId: string;
|
|
553
330
|
static names(): {
|
|
554
331
|
[key: string]: string;
|
|
555
332
|
};
|
|
@@ -560,9 +337,9 @@ export declare class DescribeOssUploadTokenRequest extends $tea.Model {
|
|
|
560
337
|
[key: string]: any;
|
|
561
338
|
});
|
|
562
339
|
}
|
|
563
|
-
export declare class
|
|
340
|
+
export declare class DescribeVerifySDKResponse extends $tea.Model {
|
|
564
341
|
requestId: string;
|
|
565
|
-
|
|
342
|
+
sdkUrl: string;
|
|
566
343
|
static names(): {
|
|
567
344
|
[key: string]: string;
|
|
568
345
|
};
|
|
@@ -573,10 +350,22 @@ export declare class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
|
573
350
|
[key: string]: any;
|
|
574
351
|
});
|
|
575
352
|
}
|
|
576
|
-
export declare class
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
353
|
+
export declare class DescribeVerifyTokenRequest extends $tea.Model {
|
|
354
|
+
bizId: string;
|
|
355
|
+
bizType: string;
|
|
356
|
+
callbackSeed?: string;
|
|
357
|
+
callbackUrl?: string;
|
|
358
|
+
faceRetainedImageUrl?: string;
|
|
359
|
+
failedRedirectUrl?: string;
|
|
360
|
+
idCardBackImageUrl?: string;
|
|
361
|
+
idCardFrontImageUrl?: string;
|
|
362
|
+
idCardNumber?: string;
|
|
363
|
+
name?: string;
|
|
364
|
+
passedRedirectUrl?: string;
|
|
365
|
+
userId?: string;
|
|
366
|
+
userIp?: string;
|
|
367
|
+
userPhoneNumber?: string;
|
|
368
|
+
userRegistTime?: number;
|
|
580
369
|
static names(): {
|
|
581
370
|
[key: string]: string;
|
|
582
371
|
};
|
|
@@ -587,9 +376,11 @@ export declare class DescribeRPSDKRequest extends $tea.Model {
|
|
|
587
376
|
[key: string]: any;
|
|
588
377
|
});
|
|
589
378
|
}
|
|
590
|
-
export declare class
|
|
379
|
+
export declare class DescribeVerifyTokenResponse extends $tea.Model {
|
|
591
380
|
requestId: string;
|
|
592
|
-
|
|
381
|
+
verifyPageUrl: string;
|
|
382
|
+
verifyToken: string;
|
|
383
|
+
ossUploadToken: DescribeVerifyTokenResponseOssUploadToken;
|
|
593
384
|
static names(): {
|
|
594
385
|
[key: string]: string;
|
|
595
386
|
};
|
|
@@ -600,9 +391,9 @@ export declare class DescribeRPSDKResponse extends $tea.Model {
|
|
|
600
391
|
[key: string]: any;
|
|
601
392
|
});
|
|
602
393
|
}
|
|
603
|
-
export declare class
|
|
604
|
-
|
|
605
|
-
|
|
394
|
+
export declare class DetectFaceAttributesRequest extends $tea.Model {
|
|
395
|
+
bizType?: string;
|
|
396
|
+
materialValue: string;
|
|
606
397
|
static names(): {
|
|
607
398
|
[key: string]: string;
|
|
608
399
|
};
|
|
@@ -613,417 +404,12 @@ export declare class DescribeSdkUrlRequest extends $tea.Model {
|
|
|
613
404
|
[key: string]: any;
|
|
614
405
|
});
|
|
615
406
|
}
|
|
616
|
-
export declare class
|
|
407
|
+
export declare class DetectFaceAttributesResponse extends $tea.Model {
|
|
408
|
+
code: string;
|
|
409
|
+
message: string;
|
|
617
410
|
requestId: string;
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
[key: string]: string;
|
|
621
|
-
};
|
|
622
|
-
static types(): {
|
|
623
|
-
[key: string]: any;
|
|
624
|
-
};
|
|
625
|
-
constructor(map?: {
|
|
626
|
-
[key: string]: any;
|
|
627
|
-
});
|
|
628
|
-
}
|
|
629
|
-
export declare class DescribeUpdatePackageResultRequest extends $tea.Model {
|
|
630
|
-
taskId: string;
|
|
631
|
-
static names(): {
|
|
632
|
-
[key: string]: string;
|
|
633
|
-
};
|
|
634
|
-
static types(): {
|
|
635
|
-
[key: string]: any;
|
|
636
|
-
};
|
|
637
|
-
constructor(map?: {
|
|
638
|
-
[key: string]: any;
|
|
639
|
-
});
|
|
640
|
-
}
|
|
641
|
-
export declare class DescribeUpdatePackageResultResponse extends $tea.Model {
|
|
642
|
-
requestId: string;
|
|
643
|
-
appInfo: DescribeUpdatePackageResultResponseAppInfo;
|
|
644
|
-
static names(): {
|
|
645
|
-
[key: string]: string;
|
|
646
|
-
};
|
|
647
|
-
static types(): {
|
|
648
|
-
[key: string]: any;
|
|
649
|
-
};
|
|
650
|
-
constructor(map?: {
|
|
651
|
-
[key: string]: any;
|
|
652
|
-
});
|
|
653
|
-
}
|
|
654
|
-
export declare class DescribeUploadInfoRequest extends $tea.Model {
|
|
655
|
-
biz?: string;
|
|
656
|
-
static names(): {
|
|
657
|
-
[key: string]: string;
|
|
658
|
-
};
|
|
659
|
-
static types(): {
|
|
660
|
-
[key: string]: any;
|
|
661
|
-
};
|
|
662
|
-
constructor(map?: {
|
|
663
|
-
[key: string]: any;
|
|
664
|
-
});
|
|
665
|
-
}
|
|
666
|
-
export declare class DescribeUploadInfoResponse extends $tea.Model {
|
|
667
|
-
accessid: string;
|
|
668
|
-
expire: number;
|
|
669
|
-
folder: string;
|
|
670
|
-
host: string;
|
|
671
|
-
policy: string;
|
|
672
|
-
requestId: string;
|
|
673
|
-
signature: string;
|
|
674
|
-
static names(): {
|
|
675
|
-
[key: string]: string;
|
|
676
|
-
};
|
|
677
|
-
static types(): {
|
|
678
|
-
[key: string]: any;
|
|
679
|
-
};
|
|
680
|
-
constructor(map?: {
|
|
681
|
-
[key: string]: any;
|
|
682
|
-
});
|
|
683
|
-
}
|
|
684
|
-
export declare class DescribeUserStatusRequest extends $tea.Model {
|
|
685
|
-
static names(): {
|
|
686
|
-
[key: string]: string;
|
|
687
|
-
};
|
|
688
|
-
static types(): {
|
|
689
|
-
[key: string]: any;
|
|
690
|
-
};
|
|
691
|
-
constructor(map?: {
|
|
692
|
-
[key: string]: any;
|
|
693
|
-
});
|
|
694
|
-
}
|
|
695
|
-
export declare class DescribeUserStatusResponse extends $tea.Model {
|
|
696
|
-
enabled: boolean;
|
|
697
|
-
requestId: string;
|
|
698
|
-
static names(): {
|
|
699
|
-
[key: string]: string;
|
|
700
|
-
};
|
|
701
|
-
static types(): {
|
|
702
|
-
[key: string]: any;
|
|
703
|
-
};
|
|
704
|
-
constructor(map?: {
|
|
705
|
-
[key: string]: any;
|
|
706
|
-
});
|
|
707
|
-
}
|
|
708
|
-
export declare class DescribeVerifyRecordsRequest extends $tea.Model {
|
|
709
|
-
bizId?: string;
|
|
710
|
-
bizType?: string;
|
|
711
|
-
currentPage: number;
|
|
712
|
-
endDate?: string;
|
|
713
|
-
idCardNum?: string;
|
|
714
|
-
pageSize: number;
|
|
715
|
-
queryId?: string;
|
|
716
|
-
startDate?: string;
|
|
717
|
-
statusList?: string;
|
|
718
|
-
totalCount?: number;
|
|
719
|
-
static names(): {
|
|
720
|
-
[key: string]: string;
|
|
721
|
-
};
|
|
722
|
-
static types(): {
|
|
723
|
-
[key: string]: any;
|
|
724
|
-
};
|
|
725
|
-
constructor(map?: {
|
|
726
|
-
[key: string]: any;
|
|
727
|
-
});
|
|
728
|
-
}
|
|
729
|
-
export declare class DescribeVerifyRecordsResponse extends $tea.Model {
|
|
730
|
-
currentPage: number;
|
|
731
|
-
pageSize: number;
|
|
732
|
-
queryId: string;
|
|
733
|
-
requestId: string;
|
|
734
|
-
totalCount: number;
|
|
735
|
-
recordsList: DescribeVerifyRecordsResponseRecordsList[];
|
|
736
|
-
static names(): {
|
|
737
|
-
[key: string]: string;
|
|
738
|
-
};
|
|
739
|
-
static types(): {
|
|
740
|
-
[key: string]: any;
|
|
741
|
-
};
|
|
742
|
-
constructor(map?: {
|
|
743
|
-
[key: string]: any;
|
|
744
|
-
});
|
|
745
|
-
}
|
|
746
|
-
export declare class DescribeVerifyResultRequest extends $tea.Model {
|
|
747
|
-
bizId: string;
|
|
748
|
-
bizType: string;
|
|
749
|
-
static names(): {
|
|
750
|
-
[key: string]: string;
|
|
751
|
-
};
|
|
752
|
-
static types(): {
|
|
753
|
-
[key: string]: any;
|
|
754
|
-
};
|
|
755
|
-
constructor(map?: {
|
|
756
|
-
[key: string]: any;
|
|
757
|
-
});
|
|
758
|
-
}
|
|
759
|
-
export declare class DescribeVerifyResultResponse extends $tea.Model {
|
|
760
|
-
authorityComparisionScore: number;
|
|
761
|
-
faceComparisonScore: number;
|
|
762
|
-
idCardFaceComparisonScore: number;
|
|
763
|
-
requestId: string;
|
|
764
|
-
verifyStatus: number;
|
|
765
|
-
material: DescribeVerifyResultResponseMaterial;
|
|
766
|
-
static names(): {
|
|
767
|
-
[key: string]: string;
|
|
768
|
-
};
|
|
769
|
-
static types(): {
|
|
770
|
-
[key: string]: any;
|
|
771
|
-
};
|
|
772
|
-
constructor(map?: {
|
|
773
|
-
[key: string]: any;
|
|
774
|
-
});
|
|
775
|
-
}
|
|
776
|
-
export declare class DescribeVerifySDKRequest extends $tea.Model {
|
|
777
|
-
taskId: string;
|
|
778
|
-
static names(): {
|
|
779
|
-
[key: string]: string;
|
|
780
|
-
};
|
|
781
|
-
static types(): {
|
|
782
|
-
[key: string]: any;
|
|
783
|
-
};
|
|
784
|
-
constructor(map?: {
|
|
785
|
-
[key: string]: any;
|
|
786
|
-
});
|
|
787
|
-
}
|
|
788
|
-
export declare class DescribeVerifySDKResponse extends $tea.Model {
|
|
789
|
-
requestId: string;
|
|
790
|
-
sdkUrl: string;
|
|
791
|
-
static names(): {
|
|
792
|
-
[key: string]: string;
|
|
793
|
-
};
|
|
794
|
-
static types(): {
|
|
795
|
-
[key: string]: any;
|
|
796
|
-
};
|
|
797
|
-
constructor(map?: {
|
|
798
|
-
[key: string]: any;
|
|
799
|
-
});
|
|
800
|
-
}
|
|
801
|
-
export declare class DescribeVerifySettingRequest extends $tea.Model {
|
|
802
|
-
static names(): {
|
|
803
|
-
[key: string]: string;
|
|
804
|
-
};
|
|
805
|
-
static types(): {
|
|
806
|
-
[key: string]: any;
|
|
807
|
-
};
|
|
808
|
-
constructor(map?: {
|
|
809
|
-
[key: string]: any;
|
|
810
|
-
});
|
|
811
|
-
}
|
|
812
|
-
export declare class DescribeVerifySettingResponse extends $tea.Model {
|
|
813
|
-
requestId: string;
|
|
814
|
-
verifySettingList: DescribeVerifySettingResponseVerifySettingList[];
|
|
815
|
-
static names(): {
|
|
816
|
-
[key: string]: string;
|
|
817
|
-
};
|
|
818
|
-
static types(): {
|
|
819
|
-
[key: string]: any;
|
|
820
|
-
};
|
|
821
|
-
constructor(map?: {
|
|
822
|
-
[key: string]: any;
|
|
823
|
-
});
|
|
824
|
-
}
|
|
825
|
-
export declare class DescribeVerifyTokenRequest extends $tea.Model {
|
|
826
|
-
bizId: string;
|
|
827
|
-
bizType: string;
|
|
828
|
-
callbackSeed?: string;
|
|
829
|
-
callbackUrl?: string;
|
|
830
|
-
faceRetainedImageUrl?: string;
|
|
831
|
-
failedRedirectUrl?: string;
|
|
832
|
-
idCardBackImageUrl?: string;
|
|
833
|
-
idCardFrontImageUrl?: string;
|
|
834
|
-
idCardNumber?: string;
|
|
835
|
-
name?: string;
|
|
836
|
-
passedRedirectUrl?: string;
|
|
837
|
-
userId?: string;
|
|
838
|
-
userIp?: string;
|
|
839
|
-
userPhoneNumber?: string;
|
|
840
|
-
userRegistTime?: number;
|
|
841
|
-
static names(): {
|
|
842
|
-
[key: string]: string;
|
|
843
|
-
};
|
|
844
|
-
static types(): {
|
|
845
|
-
[key: string]: any;
|
|
846
|
-
};
|
|
847
|
-
constructor(map?: {
|
|
848
|
-
[key: string]: any;
|
|
849
|
-
});
|
|
850
|
-
}
|
|
851
|
-
export declare class DescribeVerifyTokenResponse extends $tea.Model {
|
|
852
|
-
requestId: string;
|
|
853
|
-
verifyPageUrl: string;
|
|
854
|
-
verifyToken: string;
|
|
855
|
-
ossUploadToken: DescribeVerifyTokenResponseOssUploadToken;
|
|
856
|
-
static names(): {
|
|
857
|
-
[key: string]: string;
|
|
858
|
-
};
|
|
859
|
-
static types(): {
|
|
860
|
-
[key: string]: any;
|
|
861
|
-
};
|
|
862
|
-
constructor(map?: {
|
|
863
|
-
[key: string]: any;
|
|
864
|
-
});
|
|
865
|
-
}
|
|
866
|
-
export declare class DescribeVerifyUsageRequest extends $tea.Model {
|
|
867
|
-
bizType?: string;
|
|
868
|
-
endDate: string;
|
|
869
|
-
startDate: string;
|
|
870
|
-
static names(): {
|
|
871
|
-
[key: string]: string;
|
|
872
|
-
};
|
|
873
|
-
static types(): {
|
|
874
|
-
[key: string]: any;
|
|
875
|
-
};
|
|
876
|
-
constructor(map?: {
|
|
877
|
-
[key: string]: any;
|
|
878
|
-
});
|
|
879
|
-
}
|
|
880
|
-
export declare class DescribeVerifyUsageResponse extends $tea.Model {
|
|
881
|
-
requestId: string;
|
|
882
|
-
totalCount: number;
|
|
883
|
-
verifyUsageList: DescribeVerifyUsageResponseVerifyUsageList[];
|
|
884
|
-
static names(): {
|
|
885
|
-
[key: string]: string;
|
|
886
|
-
};
|
|
887
|
-
static types(): {
|
|
888
|
-
[key: string]: any;
|
|
889
|
-
};
|
|
890
|
-
constructor(map?: {
|
|
891
|
-
[key: string]: any;
|
|
892
|
-
});
|
|
893
|
-
}
|
|
894
|
-
export declare class DescribeWhitelistRequest extends $tea.Model {
|
|
895
|
-
bizId?: string;
|
|
896
|
-
bizType?: string;
|
|
897
|
-
currentPage: number;
|
|
898
|
-
idCardNum?: string;
|
|
899
|
-
lang?: string;
|
|
900
|
-
pageSize: number;
|
|
901
|
-
sourceIp?: string;
|
|
902
|
-
valid?: string;
|
|
903
|
-
validEndDate?: string;
|
|
904
|
-
validStartDate?: string;
|
|
905
|
-
static names(): {
|
|
906
|
-
[key: string]: string;
|
|
907
|
-
};
|
|
908
|
-
static types(): {
|
|
909
|
-
[key: string]: any;
|
|
910
|
-
};
|
|
911
|
-
constructor(map?: {
|
|
912
|
-
[key: string]: any;
|
|
913
|
-
});
|
|
914
|
-
}
|
|
915
|
-
export declare class DescribeWhitelistResponse extends $tea.Model {
|
|
916
|
-
currentPage: number;
|
|
917
|
-
pageSize: number;
|
|
918
|
-
requestId: string;
|
|
919
|
-
totalCount: number;
|
|
920
|
-
items: DescribeWhitelistResponseItems[];
|
|
921
|
-
static names(): {
|
|
922
|
-
[key: string]: string;
|
|
923
|
-
};
|
|
924
|
-
static types(): {
|
|
925
|
-
[key: string]: any;
|
|
926
|
-
};
|
|
927
|
-
constructor(map?: {
|
|
928
|
-
[key: string]: any;
|
|
929
|
-
});
|
|
930
|
-
}
|
|
931
|
-
export declare class DescribeWhitelistSettingRequest extends $tea.Model {
|
|
932
|
-
certNo?: string;
|
|
933
|
-
certifyId?: string;
|
|
934
|
-
currentPage: number;
|
|
935
|
-
lang?: string;
|
|
936
|
-
pageSize: number;
|
|
937
|
-
sceneId?: number;
|
|
938
|
-
serviceCode: string;
|
|
939
|
-
sourceIp?: string;
|
|
940
|
-
status?: string;
|
|
941
|
-
validEndDate?: number;
|
|
942
|
-
validStartDate?: number;
|
|
943
|
-
static names(): {
|
|
944
|
-
[key: string]: string;
|
|
945
|
-
};
|
|
946
|
-
static types(): {
|
|
947
|
-
[key: string]: any;
|
|
948
|
-
};
|
|
949
|
-
constructor(map?: {
|
|
950
|
-
[key: string]: any;
|
|
951
|
-
});
|
|
952
|
-
}
|
|
953
|
-
export declare class DescribeWhitelistSettingResponse extends $tea.Model {
|
|
954
|
-
currentPage: number;
|
|
955
|
-
pageSize: number;
|
|
956
|
-
requestId: string;
|
|
957
|
-
totalCount: number;
|
|
958
|
-
items: DescribeWhitelistSettingResponseItems[];
|
|
959
|
-
static names(): {
|
|
960
|
-
[key: string]: string;
|
|
961
|
-
};
|
|
962
|
-
static types(): {
|
|
963
|
-
[key: string]: any;
|
|
964
|
-
};
|
|
965
|
-
constructor(map?: {
|
|
966
|
-
[key: string]: any;
|
|
967
|
-
});
|
|
968
|
-
}
|
|
969
|
-
export declare class DetectFaceAttributesRequest extends $tea.Model {
|
|
970
|
-
bizType?: string;
|
|
971
|
-
materialValue: string;
|
|
972
|
-
static names(): {
|
|
973
|
-
[key: string]: string;
|
|
974
|
-
};
|
|
975
|
-
static types(): {
|
|
976
|
-
[key: string]: any;
|
|
977
|
-
};
|
|
978
|
-
constructor(map?: {
|
|
979
|
-
[key: string]: any;
|
|
980
|
-
});
|
|
981
|
-
}
|
|
982
|
-
export declare class DetectFaceAttributesResponse extends $tea.Model {
|
|
983
|
-
code: string;
|
|
984
|
-
message: string;
|
|
985
|
-
requestId: string;
|
|
986
|
-
success: boolean;
|
|
987
|
-
data: DetectFaceAttributesResponseData;
|
|
988
|
-
static names(): {
|
|
989
|
-
[key: string]: string;
|
|
990
|
-
};
|
|
991
|
-
static types(): {
|
|
992
|
-
[key: string]: any;
|
|
993
|
-
};
|
|
994
|
-
constructor(map?: {
|
|
995
|
-
[key: string]: any;
|
|
996
|
-
});
|
|
997
|
-
}
|
|
998
|
-
export declare class InitDeviceRequest extends $tea.Model {
|
|
999
|
-
appVersion?: string;
|
|
1000
|
-
bizData?: string;
|
|
1001
|
-
certifyId?: string;
|
|
1002
|
-
certifyPrincipal?: string;
|
|
1003
|
-
channel?: string;
|
|
1004
|
-
deviceToken?: string;
|
|
1005
|
-
merchant?: string;
|
|
1006
|
-
metaInfo?: string;
|
|
1007
|
-
outerOrderNo?: string;
|
|
1008
|
-
produceNode?: string;
|
|
1009
|
-
productName?: string;
|
|
1010
|
-
uaToken?: string;
|
|
1011
|
-
webUmidToken?: string;
|
|
1012
|
-
static names(): {
|
|
1013
|
-
[key: string]: string;
|
|
1014
|
-
};
|
|
1015
|
-
static types(): {
|
|
1016
|
-
[key: string]: any;
|
|
1017
|
-
};
|
|
1018
|
-
constructor(map?: {
|
|
1019
|
-
[key: string]: any;
|
|
1020
|
-
});
|
|
1021
|
-
}
|
|
1022
|
-
export declare class InitDeviceResponse extends $tea.Model {
|
|
1023
|
-
code: string;
|
|
1024
|
-
message: string;
|
|
1025
|
-
requestId: string;
|
|
1026
|
-
resultObject: InitDeviceResponseResultObject;
|
|
411
|
+
success: boolean;
|
|
412
|
+
data: DetectFaceAttributesResponseData;
|
|
1027
413
|
static names(): {
|
|
1028
414
|
[key: string]: string;
|
|
1029
415
|
};
|
|
@@ -1035,6 +421,7 @@ export declare class InitDeviceResponse extends $tea.Model {
|
|
|
1035
421
|
});
|
|
1036
422
|
}
|
|
1037
423
|
export declare class InitFaceVerifyRequest extends $tea.Model {
|
|
424
|
+
authId?: string;
|
|
1038
425
|
callbackToken?: string;
|
|
1039
426
|
callbackUrl?: string;
|
|
1040
427
|
certName?: string;
|
|
@@ -1053,140 +440,9 @@ export declare class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1053
440
|
ossObjectName?: string;
|
|
1054
441
|
outerOrderNo?: string;
|
|
1055
442
|
productCode?: string;
|
|
1056
|
-
returnUrl?: string;
|
|
1057
|
-
sceneId?: number;
|
|
1058
|
-
userId?: string;
|
|
1059
|
-
static names(): {
|
|
1060
|
-
[key: string]: string;
|
|
1061
|
-
};
|
|
1062
|
-
static types(): {
|
|
1063
|
-
[key: string]: any;
|
|
1064
|
-
};
|
|
1065
|
-
constructor(map?: {
|
|
1066
|
-
[key: string]: any;
|
|
1067
|
-
});
|
|
1068
|
-
}
|
|
1069
|
-
export declare class InitFaceVerifyResponse extends $tea.Model {
|
|
1070
|
-
code: string;
|
|
1071
|
-
message: string;
|
|
1072
|
-
requestId: string;
|
|
1073
|
-
resultObject: InitFaceVerifyResponseResultObject;
|
|
1074
|
-
static names(): {
|
|
1075
|
-
[key: string]: string;
|
|
1076
|
-
};
|
|
1077
|
-
static types(): {
|
|
1078
|
-
[key: string]: any;
|
|
1079
|
-
};
|
|
1080
|
-
constructor(map?: {
|
|
1081
|
-
[key: string]: any;
|
|
1082
|
-
});
|
|
1083
|
-
}
|
|
1084
|
-
export declare class LivenessFaceVerifyRequest extends $tea.Model {
|
|
1085
|
-
certifyId?: string;
|
|
1086
|
-
crop?: string;
|
|
1087
|
-
deviceToken?: string;
|
|
1088
|
-
faceContrastPicture?: string;
|
|
1089
|
-
faceContrastPictureUrl?: string;
|
|
1090
|
-
ip?: string;
|
|
1091
|
-
mobile?: string;
|
|
1092
|
-
model?: string;
|
|
1093
|
-
ossBucketName?: string;
|
|
1094
|
-
ossObjectName?: string;
|
|
1095
|
-
outerOrderNo?: string;
|
|
1096
|
-
productCode?: string;
|
|
1097
|
-
sceneId?: number;
|
|
1098
|
-
userId?: string;
|
|
1099
|
-
static names(): {
|
|
1100
|
-
[key: string]: string;
|
|
1101
|
-
};
|
|
1102
|
-
static types(): {
|
|
1103
|
-
[key: string]: any;
|
|
1104
|
-
};
|
|
1105
|
-
constructor(map?: {
|
|
1106
|
-
[key: string]: any;
|
|
1107
|
-
});
|
|
1108
|
-
}
|
|
1109
|
-
export declare class LivenessFaceVerifyResponse extends $tea.Model {
|
|
1110
|
-
code: string;
|
|
1111
|
-
message: string;
|
|
1112
|
-
requestId: string;
|
|
1113
|
-
resultObject: LivenessFaceVerifyResponseResultObject;
|
|
1114
|
-
static names(): {
|
|
1115
|
-
[key: string]: string;
|
|
1116
|
-
};
|
|
1117
|
-
static types(): {
|
|
1118
|
-
[key: string]: any;
|
|
1119
|
-
};
|
|
1120
|
-
constructor(map?: {
|
|
1121
|
-
[key: string]: any;
|
|
1122
|
-
});
|
|
1123
|
-
}
|
|
1124
|
-
export declare class ModifyDeviceInfoRequest extends $tea.Model {
|
|
1125
|
-
bizType?: string;
|
|
1126
|
-
deviceId: string;
|
|
1127
|
-
duration?: string;
|
|
1128
|
-
expiredDay?: string;
|
|
1129
|
-
userDeviceId?: string;
|
|
1130
|
-
static names(): {
|
|
1131
|
-
[key: string]: string;
|
|
1132
|
-
};
|
|
1133
|
-
static types(): {
|
|
1134
|
-
[key: string]: any;
|
|
1135
|
-
};
|
|
1136
|
-
constructor(map?: {
|
|
1137
|
-
[key: string]: any;
|
|
1138
|
-
});
|
|
1139
|
-
}
|
|
1140
|
-
export declare class ModifyDeviceInfoResponse extends $tea.Model {
|
|
1141
|
-
beginDay: string;
|
|
1142
|
-
bizType: string;
|
|
1143
|
-
deviceId: string;
|
|
1144
|
-
expiredDay: string;
|
|
1145
|
-
requestId: string;
|
|
1146
|
-
userDeviceId: string;
|
|
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 UpdateAppPackageRequest extends $tea.Model {
|
|
1158
|
-
debug?: boolean;
|
|
1159
|
-
id?: number;
|
|
1160
|
-
packageUrl: string;
|
|
1161
|
-
platform?: string;
|
|
1162
|
-
static names(): {
|
|
1163
|
-
[key: string]: string;
|
|
1164
|
-
};
|
|
1165
|
-
static types(): {
|
|
1166
|
-
[key: string]: any;
|
|
1167
|
-
};
|
|
1168
|
-
constructor(map?: {
|
|
1169
|
-
[key: string]: any;
|
|
1170
|
-
});
|
|
1171
|
-
}
|
|
1172
|
-
export declare class UpdateAppPackageResponse extends $tea.Model {
|
|
1173
|
-
requestId: string;
|
|
1174
|
-
taskId: string;
|
|
1175
|
-
static names(): {
|
|
1176
|
-
[key: string]: string;
|
|
1177
|
-
};
|
|
1178
|
-
static types(): {
|
|
1179
|
-
[key: string]: any;
|
|
1180
|
-
};
|
|
1181
|
-
constructor(map?: {
|
|
1182
|
-
[key: string]: any;
|
|
1183
|
-
});
|
|
1184
|
-
}
|
|
1185
|
-
export declare class UpdateFaceConfigRequest extends $tea.Model {
|
|
1186
|
-
bizName: string;
|
|
1187
|
-
bizType: string;
|
|
1188
|
-
lang?: string;
|
|
1189
|
-
sourceIp?: string;
|
|
443
|
+
returnUrl?: string;
|
|
444
|
+
sceneId?: number;
|
|
445
|
+
userId?: string;
|
|
1190
446
|
static names(): {
|
|
1191
447
|
[key: string]: string;
|
|
1192
448
|
};
|
|
@@ -1197,8 +453,11 @@ export declare class UpdateFaceConfigRequest extends $tea.Model {
|
|
|
1197
453
|
[key: string]: any;
|
|
1198
454
|
});
|
|
1199
455
|
}
|
|
1200
|
-
export declare class
|
|
456
|
+
export declare class InitFaceVerifyResponse extends $tea.Model {
|
|
457
|
+
code: string;
|
|
458
|
+
message: string;
|
|
1201
459
|
requestId: string;
|
|
460
|
+
resultObject: InitFaceVerifyResponseResultObject;
|
|
1202
461
|
static names(): {
|
|
1203
462
|
[key: string]: string;
|
|
1204
463
|
};
|
|
@@ -1209,13 +468,21 @@ export declare class UpdateFaceConfigResponse extends $tea.Model {
|
|
|
1209
468
|
[key: string]: any;
|
|
1210
469
|
});
|
|
1211
470
|
}
|
|
1212
|
-
export declare class
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
471
|
+
export declare class LivenessFaceVerifyRequest extends $tea.Model {
|
|
472
|
+
certifyId?: string;
|
|
473
|
+
crop?: string;
|
|
474
|
+
deviceToken?: string;
|
|
475
|
+
faceContrastPicture?: string;
|
|
476
|
+
faceContrastPictureUrl?: string;
|
|
477
|
+
ip?: string;
|
|
478
|
+
mobile?: string;
|
|
479
|
+
model?: string;
|
|
480
|
+
ossBucketName?: string;
|
|
481
|
+
ossObjectName?: string;
|
|
482
|
+
outerOrderNo?: string;
|
|
483
|
+
productCode?: string;
|
|
484
|
+
sceneId?: number;
|
|
485
|
+
userId?: string;
|
|
1219
486
|
static names(): {
|
|
1220
487
|
[key: string]: string;
|
|
1221
488
|
};
|
|
@@ -1226,12 +493,11 @@ export declare class UpdateVerifySettingRequest extends $tea.Model {
|
|
|
1226
493
|
[key: string]: any;
|
|
1227
494
|
});
|
|
1228
495
|
}
|
|
1229
|
-
export declare class
|
|
1230
|
-
|
|
1231
|
-
|
|
496
|
+
export declare class LivenessFaceVerifyResponse extends $tea.Model {
|
|
497
|
+
code: string;
|
|
498
|
+
message: string;
|
|
1232
499
|
requestId: string;
|
|
1233
|
-
|
|
1234
|
-
stepList: string[];
|
|
500
|
+
resultObject: LivenessFaceVerifyResponseResultObject;
|
|
1235
501
|
static names(): {
|
|
1236
502
|
[key: string]: string;
|
|
1237
503
|
};
|
|
@@ -1242,12 +508,12 @@ export declare class UpdateVerifySettingResponse extends $tea.Model {
|
|
|
1242
508
|
[key: string]: any;
|
|
1243
509
|
});
|
|
1244
510
|
}
|
|
1245
|
-
export declare class
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
511
|
+
export declare class ModifyDeviceInfoRequest extends $tea.Model {
|
|
512
|
+
bizType?: string;
|
|
513
|
+
deviceId: string;
|
|
514
|
+
duration?: string;
|
|
515
|
+
expiredDay?: string;
|
|
516
|
+
userDeviceId?: string;
|
|
1251
517
|
static names(): {
|
|
1252
518
|
[key: string]: string;
|
|
1253
519
|
};
|
|
@@ -1258,11 +524,13 @@ export declare class VerifyDeviceRequest extends $tea.Model {
|
|
|
1258
524
|
[key: string]: any;
|
|
1259
525
|
});
|
|
1260
526
|
}
|
|
1261
|
-
export declare class
|
|
1262
|
-
|
|
1263
|
-
|
|
527
|
+
export declare class ModifyDeviceInfoResponse extends $tea.Model {
|
|
528
|
+
beginDay: string;
|
|
529
|
+
bizType: string;
|
|
530
|
+
deviceId: string;
|
|
531
|
+
expiredDay: string;
|
|
1264
532
|
requestId: string;
|
|
1265
|
-
|
|
533
|
+
userDeviceId: string;
|
|
1266
534
|
static names(): {
|
|
1267
535
|
[key: string]: string;
|
|
1268
536
|
};
|
|
@@ -1352,50 +620,6 @@ export declare class ContrastFaceVerifyResponseResultObject extends $tea.Model {
|
|
|
1352
620
|
[key: string]: any;
|
|
1353
621
|
});
|
|
1354
622
|
}
|
|
1355
|
-
export declare class DescribeAppInfoResponseAppInfoListDebugPackageInfo extends $tea.Model {
|
|
1356
|
-
version: string;
|
|
1357
|
-
static names(): {
|
|
1358
|
-
[key: string]: string;
|
|
1359
|
-
};
|
|
1360
|
-
static types(): {
|
|
1361
|
-
[key: string]: any;
|
|
1362
|
-
};
|
|
1363
|
-
constructor(map?: {
|
|
1364
|
-
[key: string]: any;
|
|
1365
|
-
});
|
|
1366
|
-
}
|
|
1367
|
-
export declare class DescribeAppInfoResponseAppInfoListPackageInfo extends $tea.Model {
|
|
1368
|
-
version: string;
|
|
1369
|
-
static names(): {
|
|
1370
|
-
[key: string]: string;
|
|
1371
|
-
};
|
|
1372
|
-
static types(): {
|
|
1373
|
-
[key: string]: any;
|
|
1374
|
-
};
|
|
1375
|
-
constructor(map?: {
|
|
1376
|
-
[key: string]: any;
|
|
1377
|
-
});
|
|
1378
|
-
}
|
|
1379
|
-
export declare class DescribeAppInfoResponseAppInfoList extends $tea.Model {
|
|
1380
|
-
endDate: string;
|
|
1381
|
-
icon: string;
|
|
1382
|
-
id: number;
|
|
1383
|
-
name: string;
|
|
1384
|
-
packageName: string;
|
|
1385
|
-
startDate: string;
|
|
1386
|
-
type: number;
|
|
1387
|
-
debugPackageInfo: DescribeAppInfoResponseAppInfoListDebugPackageInfo;
|
|
1388
|
-
packageInfo: DescribeAppInfoResponseAppInfoListPackageInfo;
|
|
1389
|
-
static names(): {
|
|
1390
|
-
[key: string]: string;
|
|
1391
|
-
};
|
|
1392
|
-
static types(): {
|
|
1393
|
-
[key: string]: any;
|
|
1394
|
-
};
|
|
1395
|
-
constructor(map?: {
|
|
1396
|
-
[key: string]: any;
|
|
1397
|
-
});
|
|
1398
|
-
}
|
|
1399
623
|
export declare class DescribeDeviceInfoResponseDeviceInfoListDeviceInfo extends $tea.Model {
|
|
1400
624
|
beginDay: string;
|
|
1401
625
|
bizType: string;
|
|
@@ -1424,33 +648,6 @@ export declare class DescribeDeviceInfoResponseDeviceInfoList extends $tea.Model
|
|
|
1424
648
|
[key: string]: any;
|
|
1425
649
|
});
|
|
1426
650
|
}
|
|
1427
|
-
export declare class DescribeFaceConfigResponseItems extends $tea.Model {
|
|
1428
|
-
bizName: string;
|
|
1429
|
-
bizType: string;
|
|
1430
|
-
gmtUpdated: number;
|
|
1431
|
-
static names(): {
|
|
1432
|
-
[key: string]: string;
|
|
1433
|
-
};
|
|
1434
|
-
static types(): {
|
|
1435
|
-
[key: string]: any;
|
|
1436
|
-
};
|
|
1437
|
-
constructor(map?: {
|
|
1438
|
-
[key: string]: any;
|
|
1439
|
-
});
|
|
1440
|
-
}
|
|
1441
|
-
export declare class DescribeFaceUsageResponseFaceUsageList extends $tea.Model {
|
|
1442
|
-
date: string;
|
|
1443
|
-
totalCount: number;
|
|
1444
|
-
static names(): {
|
|
1445
|
-
[key: string]: string;
|
|
1446
|
-
};
|
|
1447
|
-
static types(): {
|
|
1448
|
-
[key: string]: any;
|
|
1449
|
-
};
|
|
1450
|
-
constructor(map?: {
|
|
1451
|
-
[key: string]: any;
|
|
1452
|
-
});
|
|
1453
|
-
}
|
|
1454
651
|
export declare class DescribeFaceVerifyResponseResultObject extends $tea.Model {
|
|
1455
652
|
deviceToken: string;
|
|
1456
653
|
identityInfo: string;
|
|
@@ -1485,107 +682,6 @@ export declare class DescribeOssUploadTokenResponseOssUploadToken extends $tea.M
|
|
|
1485
682
|
[key: string]: any;
|
|
1486
683
|
});
|
|
1487
684
|
}
|
|
1488
|
-
export declare class DescribeUpdatePackageResultResponseAppInfoDebugPackageInfo extends $tea.Model {
|
|
1489
|
-
version: string;
|
|
1490
|
-
static names(): {
|
|
1491
|
-
[key: string]: string;
|
|
1492
|
-
};
|
|
1493
|
-
static types(): {
|
|
1494
|
-
[key: string]: any;
|
|
1495
|
-
};
|
|
1496
|
-
constructor(map?: {
|
|
1497
|
-
[key: string]: any;
|
|
1498
|
-
});
|
|
1499
|
-
}
|
|
1500
|
-
export declare class DescribeUpdatePackageResultResponseAppInfoPackageInfo extends $tea.Model {
|
|
1501
|
-
version: string;
|
|
1502
|
-
static names(): {
|
|
1503
|
-
[key: string]: string;
|
|
1504
|
-
};
|
|
1505
|
-
static types(): {
|
|
1506
|
-
[key: string]: any;
|
|
1507
|
-
};
|
|
1508
|
-
constructor(map?: {
|
|
1509
|
-
[key: string]: any;
|
|
1510
|
-
});
|
|
1511
|
-
}
|
|
1512
|
-
export declare class DescribeUpdatePackageResultResponseAppInfo extends $tea.Model {
|
|
1513
|
-
endDate: string;
|
|
1514
|
-
icon: string;
|
|
1515
|
-
id: number;
|
|
1516
|
-
name: string;
|
|
1517
|
-
packageName: string;
|
|
1518
|
-
startDate: string;
|
|
1519
|
-
type: number;
|
|
1520
|
-
debugPackageInfo: DescribeUpdatePackageResultResponseAppInfoDebugPackageInfo;
|
|
1521
|
-
packageInfo: DescribeUpdatePackageResultResponseAppInfoPackageInfo;
|
|
1522
|
-
static names(): {
|
|
1523
|
-
[key: string]: string;
|
|
1524
|
-
};
|
|
1525
|
-
static types(): {
|
|
1526
|
-
[key: string]: any;
|
|
1527
|
-
};
|
|
1528
|
-
constructor(map?: {
|
|
1529
|
-
[key: string]: any;
|
|
1530
|
-
});
|
|
1531
|
-
}
|
|
1532
|
-
export declare class DescribeVerifyRecordsResponseRecordsListMaterialIdCardInfo extends $tea.Model {
|
|
1533
|
-
address: string;
|
|
1534
|
-
authority: string;
|
|
1535
|
-
backImageUrl: string;
|
|
1536
|
-
birth: string;
|
|
1537
|
-
endDate: string;
|
|
1538
|
-
frontImageUrl: string;
|
|
1539
|
-
name: string;
|
|
1540
|
-
nationality: string;
|
|
1541
|
-
number: string;
|
|
1542
|
-
sex: string;
|
|
1543
|
-
startDate: string;
|
|
1544
|
-
static names(): {
|
|
1545
|
-
[key: string]: string;
|
|
1546
|
-
};
|
|
1547
|
-
static types(): {
|
|
1548
|
-
[key: string]: any;
|
|
1549
|
-
};
|
|
1550
|
-
constructor(map?: {
|
|
1551
|
-
[key: string]: any;
|
|
1552
|
-
});
|
|
1553
|
-
}
|
|
1554
|
-
export declare class DescribeVerifyRecordsResponseRecordsListMaterial extends $tea.Model {
|
|
1555
|
-
faceImageUrl: string;
|
|
1556
|
-
idCardName: string;
|
|
1557
|
-
idCardNumber: string;
|
|
1558
|
-
idCardInfo: DescribeVerifyRecordsResponseRecordsListMaterialIdCardInfo;
|
|
1559
|
-
static names(): {
|
|
1560
|
-
[key: string]: string;
|
|
1561
|
-
};
|
|
1562
|
-
static types(): {
|
|
1563
|
-
[key: string]: any;
|
|
1564
|
-
};
|
|
1565
|
-
constructor(map?: {
|
|
1566
|
-
[key: string]: any;
|
|
1567
|
-
});
|
|
1568
|
-
}
|
|
1569
|
-
export declare class DescribeVerifyRecordsResponseRecordsList extends $tea.Model {
|
|
1570
|
-
authorityComparisonScore: number;
|
|
1571
|
-
bizId: string;
|
|
1572
|
-
bizType: string;
|
|
1573
|
-
dataStats: string;
|
|
1574
|
-
finishTime: number;
|
|
1575
|
-
idCardFaceComparisonScore: number;
|
|
1576
|
-
status: number;
|
|
1577
|
-
verifyId: string;
|
|
1578
|
-
material: DescribeVerifyRecordsResponseRecordsListMaterial;
|
|
1579
|
-
static names(): {
|
|
1580
|
-
[key: string]: string;
|
|
1581
|
-
};
|
|
1582
|
-
static types(): {
|
|
1583
|
-
[key: string]: any;
|
|
1584
|
-
};
|
|
1585
|
-
constructor(map?: {
|
|
1586
|
-
[key: string]: any;
|
|
1587
|
-
});
|
|
1588
|
-
}
|
|
1589
685
|
export declare class DescribeVerifyResultResponseMaterialIdCardInfo extends $tea.Model {
|
|
1590
686
|
address: string;
|
|
1591
687
|
authority: string;
|
|
@@ -1626,21 +722,6 @@ export declare class DescribeVerifyResultResponseMaterial extends $tea.Model {
|
|
|
1626
722
|
[key: string]: any;
|
|
1627
723
|
});
|
|
1628
724
|
}
|
|
1629
|
-
export declare class DescribeVerifySettingResponseVerifySettingList extends $tea.Model {
|
|
1630
|
-
bizName: string;
|
|
1631
|
-
bizType: string;
|
|
1632
|
-
solution: string;
|
|
1633
|
-
stepList: string[];
|
|
1634
|
-
static names(): {
|
|
1635
|
-
[key: string]: string;
|
|
1636
|
-
};
|
|
1637
|
-
static types(): {
|
|
1638
|
-
[key: string]: any;
|
|
1639
|
-
};
|
|
1640
|
-
constructor(map?: {
|
|
1641
|
-
[key: string]: any;
|
|
1642
|
-
});
|
|
1643
|
-
}
|
|
1644
725
|
export declare class DescribeVerifyTokenResponseOssUploadToken extends $tea.Model {
|
|
1645
726
|
bucket: string;
|
|
1646
727
|
endPoint: string;
|
|
@@ -1659,63 +740,6 @@ export declare class DescribeVerifyTokenResponseOssUploadToken extends $tea.Mode
|
|
|
1659
740
|
[key: string]: any;
|
|
1660
741
|
});
|
|
1661
742
|
}
|
|
1662
|
-
export declare class DescribeVerifyUsageResponseVerifyUsageList extends $tea.Model {
|
|
1663
|
-
bizType: string;
|
|
1664
|
-
date: string;
|
|
1665
|
-
failCount: number;
|
|
1666
|
-
passCount: number;
|
|
1667
|
-
totalCount: number;
|
|
1668
|
-
static names(): {
|
|
1669
|
-
[key: string]: string;
|
|
1670
|
-
};
|
|
1671
|
-
static types(): {
|
|
1672
|
-
[key: string]: any;
|
|
1673
|
-
};
|
|
1674
|
-
constructor(map?: {
|
|
1675
|
-
[key: string]: any;
|
|
1676
|
-
});
|
|
1677
|
-
}
|
|
1678
|
-
export declare class DescribeWhitelistResponseItems extends $tea.Model {
|
|
1679
|
-
bizId: string;
|
|
1680
|
-
bizType: string;
|
|
1681
|
-
endDate: number;
|
|
1682
|
-
gmtCreate: number;
|
|
1683
|
-
gmtModified: number;
|
|
1684
|
-
id: number;
|
|
1685
|
-
idCardNum: string;
|
|
1686
|
-
startDate: number;
|
|
1687
|
-
uid: number;
|
|
1688
|
-
valid: number;
|
|
1689
|
-
static names(): {
|
|
1690
|
-
[key: string]: string;
|
|
1691
|
-
};
|
|
1692
|
-
static types(): {
|
|
1693
|
-
[key: string]: any;
|
|
1694
|
-
};
|
|
1695
|
-
constructor(map?: {
|
|
1696
|
-
[key: string]: any;
|
|
1697
|
-
});
|
|
1698
|
-
}
|
|
1699
|
-
export declare class DescribeWhitelistSettingResponseItems extends $tea.Model {
|
|
1700
|
-
certNo: string;
|
|
1701
|
-
certifyId: string;
|
|
1702
|
-
gmtCreate: string;
|
|
1703
|
-
gmtModified: string;
|
|
1704
|
-
id: number;
|
|
1705
|
-
sceneId: number;
|
|
1706
|
-
status: string;
|
|
1707
|
-
validEndDate: string;
|
|
1708
|
-
validStartDate: string;
|
|
1709
|
-
static names(): {
|
|
1710
|
-
[key: string]: string;
|
|
1711
|
-
};
|
|
1712
|
-
static types(): {
|
|
1713
|
-
[key: string]: any;
|
|
1714
|
-
};
|
|
1715
|
-
constructor(map?: {
|
|
1716
|
-
[key: string]: any;
|
|
1717
|
-
});
|
|
1718
|
-
}
|
|
1719
743
|
export declare class DetectFaceAttributesResponseDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose extends $tea.Model {
|
|
1720
744
|
pitchAngle: number;
|
|
1721
745
|
rollAngle: number;
|
|
@@ -1816,32 +840,6 @@ export declare class DetectFaceAttributesResponseData extends $tea.Model {
|
|
|
1816
840
|
[key: string]: any;
|
|
1817
841
|
});
|
|
1818
842
|
}
|
|
1819
|
-
export declare class InitDeviceResponseResultObject extends $tea.Model {
|
|
1820
|
-
accessKeyId: string;
|
|
1821
|
-
accessKeySecret: string;
|
|
1822
|
-
bucketName: string;
|
|
1823
|
-
certifyId: string;
|
|
1824
|
-
extParams: string;
|
|
1825
|
-
fileName: string;
|
|
1826
|
-
fileNamePrefix: string;
|
|
1827
|
-
message: string;
|
|
1828
|
-
ossEndPoint: string;
|
|
1829
|
-
presignedUrl: string;
|
|
1830
|
-
protocol: string;
|
|
1831
|
-
retCode: string;
|
|
1832
|
-
retCodeSub: string;
|
|
1833
|
-
retMessageSub: string;
|
|
1834
|
-
securityToken: string;
|
|
1835
|
-
static names(): {
|
|
1836
|
-
[key: string]: string;
|
|
1837
|
-
};
|
|
1838
|
-
static types(): {
|
|
1839
|
-
[key: string]: any;
|
|
1840
|
-
};
|
|
1841
|
-
constructor(map?: {
|
|
1842
|
-
[key: string]: any;
|
|
1843
|
-
});
|
|
1844
|
-
}
|
|
1845
843
|
export declare class InitFaceVerifyResponseResultObject extends $tea.Model {
|
|
1846
844
|
certifyId: string;
|
|
1847
845
|
certifyUrl: string;
|
|
@@ -1870,23 +868,6 @@ export declare class LivenessFaceVerifyResponseResultObject extends $tea.Model {
|
|
|
1870
868
|
[key: string]: any;
|
|
1871
869
|
});
|
|
1872
870
|
}
|
|
1873
|
-
export declare class VerifyDeviceResponseResultObject extends $tea.Model {
|
|
1874
|
-
extParams: string;
|
|
1875
|
-
hasNext: string;
|
|
1876
|
-
productRetCode: string;
|
|
1877
|
-
retCodeSub: string;
|
|
1878
|
-
retMessageSub: string;
|
|
1879
|
-
validationRetCode: string;
|
|
1880
|
-
static names(): {
|
|
1881
|
-
[key: string]: string;
|
|
1882
|
-
};
|
|
1883
|
-
static types(): {
|
|
1884
|
-
[key: string]: any;
|
|
1885
|
-
};
|
|
1886
|
-
constructor(map?: {
|
|
1887
|
-
[key: string]: any;
|
|
1888
|
-
});
|
|
1889
|
-
}
|
|
1890
871
|
export declare class VerifyMaterialResponseMaterialIdCardInfo extends $tea.Model {
|
|
1891
872
|
address: string;
|
|
1892
873
|
authority: string;
|
|
@@ -1937,78 +918,28 @@ export default class Client extends RPC {
|
|
|
1937
918
|
contrastFaceVerifyAdvance(request: ContrastFaceVerifyAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse>;
|
|
1938
919
|
createAuthKey(request: CreateAuthKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAuthKeyResponse>;
|
|
1939
920
|
createAuthKeySimply(request: CreateAuthKeyRequest): Promise<CreateAuthKeyResponse>;
|
|
1940
|
-
createFaceConfig(request: CreateFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateFaceConfigResponse>;
|
|
1941
|
-
createFaceConfigSimply(request: CreateFaceConfigRequest): Promise<CreateFaceConfigResponse>;
|
|
1942
|
-
createRPSDK(request: CreateRPSDKRequest, runtime: $Util.RuntimeOptions): Promise<CreateRPSDKResponse>;
|
|
1943
|
-
createRPSDKSimply(request: CreateRPSDKRequest): Promise<CreateRPSDKResponse>;
|
|
1944
|
-
createVerifySDK(request: CreateVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySDKResponse>;
|
|
1945
|
-
createVerifySDKSimply(request: CreateVerifySDKRequest): Promise<CreateVerifySDKResponse>;
|
|
1946
921
|
createVerifySetting(request: CreateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySettingResponse>;
|
|
1947
922
|
createVerifySettingSimply(request: CreateVerifySettingRequest): Promise<CreateVerifySettingResponse>;
|
|
1948
|
-
createWhitelist(request: CreateWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<CreateWhitelistResponse>;
|
|
1949
|
-
createWhitelistSimply(request: CreateWhitelistRequest): Promise<CreateWhitelistResponse>;
|
|
1950
|
-
createWhitelistSetting(request: CreateWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateWhitelistSettingResponse>;
|
|
1951
|
-
createWhitelistSettingSimply(request: CreateWhitelistSettingRequest): Promise<CreateWhitelistSettingResponse>;
|
|
1952
|
-
deleteWhitelist(request: DeleteWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWhitelistResponse>;
|
|
1953
|
-
deleteWhitelistSimply(request: DeleteWhitelistRequest): Promise<DeleteWhitelistResponse>;
|
|
1954
|
-
deleteWhitelistSetting(request: DeleteWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWhitelistSettingResponse>;
|
|
1955
|
-
deleteWhitelistSettingSimply(request: DeleteWhitelistSettingRequest): Promise<DeleteWhitelistSettingResponse>;
|
|
1956
|
-
describeAppInfo(request: DescribeAppInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppInfoResponse>;
|
|
1957
|
-
describeAppInfoSimply(request: DescribeAppInfoRequest): Promise<DescribeAppInfoResponse>;
|
|
1958
923
|
describeDeviceInfo(request: DescribeDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeviceInfoResponse>;
|
|
1959
924
|
describeDeviceInfoSimply(request: DescribeDeviceInfoRequest): Promise<DescribeDeviceInfoResponse>;
|
|
1960
|
-
describeFaceConfig(request: DescribeFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceConfigResponse>;
|
|
1961
|
-
describeFaceConfigSimply(request: DescribeFaceConfigRequest): Promise<DescribeFaceConfigResponse>;
|
|
1962
|
-
describeFaceUsage(request: DescribeFaceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceUsageResponse>;
|
|
1963
|
-
describeFaceUsageSimply(request: DescribeFaceUsageRequest): Promise<DescribeFaceUsageResponse>;
|
|
1964
925
|
describeFaceVerify(request: DescribeFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceVerifyResponse>;
|
|
1965
926
|
describeFaceVerifySimply(request: DescribeFaceVerifyRequest): Promise<DescribeFaceVerifyResponse>;
|
|
1966
927
|
describeOssUploadToken(request: DescribeOssUploadTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssUploadTokenResponse>;
|
|
1967
928
|
describeOssUploadTokenSimply(request: DescribeOssUploadTokenRequest): Promise<DescribeOssUploadTokenResponse>;
|
|
1968
|
-
describeRPSDK(request: DescribeRPSDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRPSDKResponse>;
|
|
1969
|
-
describeRPSDKSimply(request: DescribeRPSDKRequest): Promise<DescribeRPSDKResponse>;
|
|
1970
|
-
describeSdkUrl(request: DescribeSdkUrlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSdkUrlResponse>;
|
|
1971
|
-
describeSdkUrlSimply(request: DescribeSdkUrlRequest): Promise<DescribeSdkUrlResponse>;
|
|
1972
|
-
describeUpdatePackageResult(request: DescribeUpdatePackageResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpdatePackageResultResponse>;
|
|
1973
|
-
describeUpdatePackageResultSimply(request: DescribeUpdatePackageResultRequest): Promise<DescribeUpdatePackageResultResponse>;
|
|
1974
|
-
describeUploadInfo(request: DescribeUploadInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUploadInfoResponse>;
|
|
1975
|
-
describeUploadInfoSimply(request: DescribeUploadInfoRequest): Promise<DescribeUploadInfoResponse>;
|
|
1976
|
-
describeUserStatus(request: DescribeUserStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserStatusResponse>;
|
|
1977
|
-
describeUserStatusSimply(request: DescribeUserStatusRequest): Promise<DescribeUserStatusResponse>;
|
|
1978
|
-
describeVerifyRecords(request: DescribeVerifyRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyRecordsResponse>;
|
|
1979
|
-
describeVerifyRecordsSimply(request: DescribeVerifyRecordsRequest): Promise<DescribeVerifyRecordsResponse>;
|
|
1980
929
|
describeVerifyResult(request: DescribeVerifyResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyResultResponse>;
|
|
1981
930
|
describeVerifyResultSimply(request: DescribeVerifyResultRequest): Promise<DescribeVerifyResultResponse>;
|
|
1982
931
|
describeVerifySDK(request: DescribeVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifySDKResponse>;
|
|
1983
932
|
describeVerifySDKSimply(request: DescribeVerifySDKRequest): Promise<DescribeVerifySDKResponse>;
|
|
1984
|
-
describeVerifySetting(request: DescribeVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifySettingResponse>;
|
|
1985
|
-
describeVerifySettingSimply(request: DescribeVerifySettingRequest): Promise<DescribeVerifySettingResponse>;
|
|
1986
933
|
describeVerifyToken(request: DescribeVerifyTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyTokenResponse>;
|
|
1987
934
|
describeVerifyTokenSimply(request: DescribeVerifyTokenRequest): Promise<DescribeVerifyTokenResponse>;
|
|
1988
|
-
describeVerifyUsage(request: DescribeVerifyUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyUsageResponse>;
|
|
1989
|
-
describeVerifyUsageSimply(request: DescribeVerifyUsageRequest): Promise<DescribeVerifyUsageResponse>;
|
|
1990
|
-
describeWhitelist(request: DescribeWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhitelistResponse>;
|
|
1991
|
-
describeWhitelistSimply(request: DescribeWhitelistRequest): Promise<DescribeWhitelistResponse>;
|
|
1992
|
-
describeWhitelistSetting(request: DescribeWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhitelistSettingResponse>;
|
|
1993
|
-
describeWhitelistSettingSimply(request: DescribeWhitelistSettingRequest): Promise<DescribeWhitelistSettingResponse>;
|
|
1994
935
|
detectFaceAttributes(request: DetectFaceAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DetectFaceAttributesResponse>;
|
|
1995
936
|
detectFaceAttributesSimply(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse>;
|
|
1996
|
-
initDevice(request: InitDeviceRequest, runtime: $Util.RuntimeOptions): Promise<InitDeviceResponse>;
|
|
1997
|
-
initDeviceSimply(request: InitDeviceRequest): Promise<InitDeviceResponse>;
|
|
1998
937
|
initFaceVerify(request: InitFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<InitFaceVerifyResponse>;
|
|
1999
938
|
initFaceVerifySimply(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse>;
|
|
2000
939
|
livenessFaceVerify(request: LivenessFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<LivenessFaceVerifyResponse>;
|
|
2001
940
|
livenessFaceVerifySimply(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse>;
|
|
2002
941
|
modifyDeviceInfo(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse>;
|
|
2003
942
|
modifyDeviceInfoSimply(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse>;
|
|
2004
|
-
updateAppPackage(request: UpdateAppPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAppPackageResponse>;
|
|
2005
|
-
updateAppPackageSimply(request: UpdateAppPackageRequest): Promise<UpdateAppPackageResponse>;
|
|
2006
|
-
updateFaceConfig(request: UpdateFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFaceConfigResponse>;
|
|
2007
|
-
updateFaceConfigSimply(request: UpdateFaceConfigRequest): Promise<UpdateFaceConfigResponse>;
|
|
2008
|
-
updateVerifySetting(request: UpdateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<UpdateVerifySettingResponse>;
|
|
2009
|
-
updateVerifySettingSimply(request: UpdateVerifySettingRequest): Promise<UpdateVerifySettingResponse>;
|
|
2010
|
-
verifyDevice(request: VerifyDeviceRequest, runtime: $Util.RuntimeOptions): Promise<VerifyDeviceResponse>;
|
|
2011
|
-
verifyDeviceSimply(request: VerifyDeviceRequest): Promise<VerifyDeviceResponse>;
|
|
2012
943
|
verifyMaterial(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse>;
|
|
2013
944
|
verifyMaterialSimply(request: VerifyMaterialRequest): Promise<VerifyMaterialResponse>;
|
|
2014
945
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|