@alicloud/cloudauth20190307 2.0.2 → 2.0.3
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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +206 -1620
- package/dist/client.js +1079 -3525
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1352 -4282
package/dist/client.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ export declare class CompareFaceVerifyRequest extends $tea.Model {
|
|
|
10
10
|
crop?: string;
|
|
11
11
|
outerOrderNo?: string;
|
|
12
12
|
productCode?: string;
|
|
13
|
-
regionId?: string;
|
|
14
13
|
sceneId?: number;
|
|
15
14
|
sourceCertifyId?: string;
|
|
16
15
|
sourceFaceContrastPicture?: string;
|
|
@@ -51,6 +50,7 @@ export declare class CompareFaceVerifyResponse extends $tea.Model {
|
|
|
51
50
|
headers: {
|
|
52
51
|
[key: string]: string;
|
|
53
52
|
};
|
|
53
|
+
statusCode: number;
|
|
54
54
|
body: CompareFaceVerifyResponseBody;
|
|
55
55
|
static names(): {
|
|
56
56
|
[key: string]: string;
|
|
@@ -97,6 +97,7 @@ export declare class CompareFacesResponse extends $tea.Model {
|
|
|
97
97
|
headers: {
|
|
98
98
|
[key: string]: string;
|
|
99
99
|
};
|
|
100
|
+
statusCode: number;
|
|
100
101
|
body: CompareFacesResponseBody;
|
|
101
102
|
static names(): {
|
|
102
103
|
[key: string]: string;
|
|
@@ -115,6 +116,7 @@ export declare class ContrastFaceVerifyRequest extends $tea.Model {
|
|
|
115
116
|
certifyId?: string;
|
|
116
117
|
crop?: string;
|
|
117
118
|
deviceToken?: string;
|
|
119
|
+
encryptType?: string;
|
|
118
120
|
faceContrastFile?: string;
|
|
119
121
|
faceContrastPicture?: string;
|
|
120
122
|
faceContrastPictureUrl?: string;
|
|
@@ -125,7 +127,6 @@ export declare class ContrastFaceVerifyRequest extends $tea.Model {
|
|
|
125
127
|
ossObjectName?: string;
|
|
126
128
|
outerOrderNo?: string;
|
|
127
129
|
productCode?: string;
|
|
128
|
-
regionId?: string;
|
|
129
130
|
sceneId?: number;
|
|
130
131
|
userId?: string;
|
|
131
132
|
static names(): {
|
|
@@ -146,6 +147,7 @@ export declare class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
|
146
147
|
certifyId?: string;
|
|
147
148
|
crop?: string;
|
|
148
149
|
deviceToken?: string;
|
|
150
|
+
encryptType?: string;
|
|
149
151
|
faceContrastPicture?: string;
|
|
150
152
|
faceContrastPictureUrl?: string;
|
|
151
153
|
ip?: string;
|
|
@@ -155,7 +157,6 @@ export declare class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
|
155
157
|
ossObjectName?: string;
|
|
156
158
|
outerOrderNo?: string;
|
|
157
159
|
productCode?: string;
|
|
158
|
-
regionId?: string;
|
|
159
160
|
sceneId?: number;
|
|
160
161
|
userId?: string;
|
|
161
162
|
static names(): {
|
|
@@ -187,6 +188,7 @@ export declare class ContrastFaceVerifyResponse extends $tea.Model {
|
|
|
187
188
|
headers: {
|
|
188
189
|
[key: string]: string;
|
|
189
190
|
};
|
|
191
|
+
statusCode: number;
|
|
190
192
|
body: ContrastFaceVerifyResponseBody;
|
|
191
193
|
static names(): {
|
|
192
194
|
[key: string]: string;
|
|
@@ -230,6 +232,7 @@ export declare class CreateAuthKeyResponse extends $tea.Model {
|
|
|
230
232
|
headers: {
|
|
231
233
|
[key: string]: string;
|
|
232
234
|
};
|
|
235
|
+
statusCode: number;
|
|
233
236
|
body: CreateAuthKeyResponseBody;
|
|
234
237
|
static names(): {
|
|
235
238
|
[key: string]: string;
|
|
@@ -241,11 +244,13 @@ export declare class CreateAuthKeyResponse extends $tea.Model {
|
|
|
241
244
|
[key: string]: any;
|
|
242
245
|
});
|
|
243
246
|
}
|
|
244
|
-
export declare class
|
|
247
|
+
export declare class CreateVerifySettingRequest extends $tea.Model {
|
|
245
248
|
bizName?: string;
|
|
246
249
|
bizType?: string;
|
|
247
|
-
|
|
248
|
-
|
|
250
|
+
guideStep?: boolean;
|
|
251
|
+
privacyStep?: boolean;
|
|
252
|
+
resultStep?: boolean;
|
|
253
|
+
solution?: string;
|
|
249
254
|
static names(): {
|
|
250
255
|
[key: string]: string;
|
|
251
256
|
};
|
|
@@ -256,8 +261,12 @@ export declare class CreateFaceConfigRequest extends $tea.Model {
|
|
|
256
261
|
[key: string]: any;
|
|
257
262
|
});
|
|
258
263
|
}
|
|
259
|
-
export declare class
|
|
264
|
+
export declare class CreateVerifySettingResponseBody extends $tea.Model {
|
|
265
|
+
bizName?: string;
|
|
266
|
+
bizType?: string;
|
|
260
267
|
requestId?: string;
|
|
268
|
+
solution?: string;
|
|
269
|
+
stepList?: string[];
|
|
261
270
|
static names(): {
|
|
262
271
|
[key: string]: string;
|
|
263
272
|
};
|
|
@@ -268,11 +277,12 @@ export declare class CreateFaceConfigResponseBody extends $tea.Model {
|
|
|
268
277
|
[key: string]: any;
|
|
269
278
|
});
|
|
270
279
|
}
|
|
271
|
-
export declare class
|
|
280
|
+
export declare class CreateVerifySettingResponse extends $tea.Model {
|
|
272
281
|
headers: {
|
|
273
282
|
[key: string]: string;
|
|
274
283
|
};
|
|
275
|
-
|
|
284
|
+
statusCode: number;
|
|
285
|
+
body: CreateVerifySettingResponseBody;
|
|
276
286
|
static names(): {
|
|
277
287
|
[key: string]: string;
|
|
278
288
|
};
|
|
@@ -283,11 +293,14 @@ export declare class CreateFaceConfigResponse extends $tea.Model {
|
|
|
283
293
|
[key: string]: any;
|
|
284
294
|
});
|
|
285
295
|
}
|
|
286
|
-
export declare class
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
296
|
+
export declare class DescribeDeviceInfoRequest extends $tea.Model {
|
|
297
|
+
bizType?: string;
|
|
298
|
+
currentPage?: number;
|
|
299
|
+
deviceId?: string;
|
|
300
|
+
expiredEndDay?: string;
|
|
301
|
+
expiredStartDay?: string;
|
|
302
|
+
pageSize?: number;
|
|
303
|
+
userDeviceId?: string;
|
|
291
304
|
static names(): {
|
|
292
305
|
[key: string]: string;
|
|
293
306
|
};
|
|
@@ -298,9 +311,12 @@ export declare class CreateRPSDKRequest extends $tea.Model {
|
|
|
298
311
|
[key: string]: any;
|
|
299
312
|
});
|
|
300
313
|
}
|
|
301
|
-
export declare class
|
|
314
|
+
export declare class DescribeDeviceInfoResponseBody extends $tea.Model {
|
|
315
|
+
currentPage?: number;
|
|
316
|
+
deviceInfoList?: DescribeDeviceInfoResponseBodyDeviceInfoList;
|
|
317
|
+
pageSize?: number;
|
|
302
318
|
requestId?: string;
|
|
303
|
-
|
|
319
|
+
totalCount?: number;
|
|
304
320
|
static names(): {
|
|
305
321
|
[key: string]: string;
|
|
306
322
|
};
|
|
@@ -311,11 +327,12 @@ export declare class CreateRPSDKResponseBody extends $tea.Model {
|
|
|
311
327
|
[key: string]: any;
|
|
312
328
|
});
|
|
313
329
|
}
|
|
314
|
-
export declare class
|
|
330
|
+
export declare class DescribeDeviceInfoResponse extends $tea.Model {
|
|
315
331
|
headers: {
|
|
316
332
|
[key: string]: string;
|
|
317
333
|
};
|
|
318
|
-
|
|
334
|
+
statusCode: number;
|
|
335
|
+
body: DescribeDeviceInfoResponseBody;
|
|
319
336
|
static names(): {
|
|
320
337
|
[key: string]: string;
|
|
321
338
|
};
|
|
@@ -326,9 +343,10 @@ export declare class CreateRPSDKResponse extends $tea.Model {
|
|
|
326
343
|
[key: string]: any;
|
|
327
344
|
});
|
|
328
345
|
}
|
|
329
|
-
export declare class
|
|
330
|
-
|
|
331
|
-
|
|
346
|
+
export declare class DescribeFaceVerifyRequest extends $tea.Model {
|
|
347
|
+
certifyId?: string;
|
|
348
|
+
pictureReturnType?: string;
|
|
349
|
+
sceneId?: number;
|
|
332
350
|
static names(): {
|
|
333
351
|
[key: string]: string;
|
|
334
352
|
};
|
|
@@ -339,10 +357,11 @@ export declare class CreateVerifySDKRequest extends $tea.Model {
|
|
|
339
357
|
[key: string]: any;
|
|
340
358
|
});
|
|
341
359
|
}
|
|
342
|
-
export declare class
|
|
360
|
+
export declare class DescribeFaceVerifyResponseBody extends $tea.Model {
|
|
361
|
+
code?: string;
|
|
362
|
+
message?: string;
|
|
343
363
|
requestId?: string;
|
|
344
|
-
|
|
345
|
-
taskId?: string;
|
|
364
|
+
resultObject?: DescribeFaceVerifyResponseBodyResultObject;
|
|
346
365
|
static names(): {
|
|
347
366
|
[key: string]: string;
|
|
348
367
|
};
|
|
@@ -353,28 +372,12 @@ export declare class CreateVerifySDKResponseBody extends $tea.Model {
|
|
|
353
372
|
[key: string]: any;
|
|
354
373
|
});
|
|
355
374
|
}
|
|
356
|
-
export declare class
|
|
375
|
+
export declare class DescribeFaceVerifyResponse extends $tea.Model {
|
|
357
376
|
headers: {
|
|
358
377
|
[key: string]: string;
|
|
359
378
|
};
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
[key: string]: string;
|
|
363
|
-
};
|
|
364
|
-
static types(): {
|
|
365
|
-
[key: string]: any;
|
|
366
|
-
};
|
|
367
|
-
constructor(map?: {
|
|
368
|
-
[key: string]: any;
|
|
369
|
-
});
|
|
370
|
-
}
|
|
371
|
-
export declare class CreateVerifySettingRequest extends $tea.Model {
|
|
372
|
-
bizName?: string;
|
|
373
|
-
bizType?: string;
|
|
374
|
-
guideStep?: boolean;
|
|
375
|
-
privacyStep?: boolean;
|
|
376
|
-
resultStep?: boolean;
|
|
377
|
-
solution?: string;
|
|
379
|
+
statusCode: number;
|
|
380
|
+
body: DescribeFaceVerifyResponseBody;
|
|
378
381
|
static names(): {
|
|
379
382
|
[key: string]: string;
|
|
380
383
|
};
|
|
@@ -385,12 +388,9 @@ export declare class CreateVerifySettingRequest extends $tea.Model {
|
|
|
385
388
|
[key: string]: any;
|
|
386
389
|
});
|
|
387
390
|
}
|
|
388
|
-
export declare class
|
|
389
|
-
|
|
390
|
-
bizType?: string;
|
|
391
|
+
export declare class DescribeOssUploadTokenResponseBody extends $tea.Model {
|
|
392
|
+
ossUploadToken?: DescribeOssUploadTokenResponseBodyOssUploadToken;
|
|
391
393
|
requestId?: string;
|
|
392
|
-
solution?: string;
|
|
393
|
-
stepList?: string[];
|
|
394
394
|
static names(): {
|
|
395
395
|
[key: string]: string;
|
|
396
396
|
};
|
|
@@ -401,11 +401,12 @@ export declare class CreateVerifySettingResponseBody extends $tea.Model {
|
|
|
401
401
|
[key: string]: any;
|
|
402
402
|
});
|
|
403
403
|
}
|
|
404
|
-
export declare class
|
|
404
|
+
export declare class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
405
405
|
headers: {
|
|
406
406
|
[key: string]: string;
|
|
407
407
|
};
|
|
408
|
-
|
|
408
|
+
statusCode: number;
|
|
409
|
+
body: DescribeOssUploadTokenResponseBody;
|
|
409
410
|
static names(): {
|
|
410
411
|
[key: string]: string;
|
|
411
412
|
};
|
|
@@ -416,13 +417,9 @@ export declare class CreateVerifySettingResponse extends $tea.Model {
|
|
|
416
417
|
[key: string]: any;
|
|
417
418
|
});
|
|
418
419
|
}
|
|
419
|
-
export declare class
|
|
420
|
+
export declare class DescribeVerifyResultRequest extends $tea.Model {
|
|
420
421
|
bizId?: string;
|
|
421
422
|
bizType?: string;
|
|
422
|
-
idCardNum?: string;
|
|
423
|
-
lang?: string;
|
|
424
|
-
sourceIp?: string;
|
|
425
|
-
validDay?: string;
|
|
426
423
|
static names(): {
|
|
427
424
|
[key: string]: string;
|
|
428
425
|
};
|
|
@@ -433,8 +430,13 @@ export declare class CreateWhitelistRequest extends $tea.Model {
|
|
|
433
430
|
[key: string]: any;
|
|
434
431
|
});
|
|
435
432
|
}
|
|
436
|
-
export declare class
|
|
433
|
+
export declare class DescribeVerifyResultResponseBody extends $tea.Model {
|
|
434
|
+
authorityComparisionScore?: number;
|
|
435
|
+
faceComparisonScore?: number;
|
|
436
|
+
idCardFaceComparisonScore?: number;
|
|
437
|
+
material?: DescribeVerifyResultResponseBodyMaterial;
|
|
437
438
|
requestId?: string;
|
|
439
|
+
verifyStatus?: number;
|
|
438
440
|
static names(): {
|
|
439
441
|
[key: string]: string;
|
|
440
442
|
};
|
|
@@ -445,11 +447,12 @@ export declare class CreateWhitelistResponseBody extends $tea.Model {
|
|
|
445
447
|
[key: string]: any;
|
|
446
448
|
});
|
|
447
449
|
}
|
|
448
|
-
export declare class
|
|
450
|
+
export declare class DescribeVerifyResultResponse extends $tea.Model {
|
|
449
451
|
headers: {
|
|
450
452
|
[key: string]: string;
|
|
451
453
|
};
|
|
452
|
-
|
|
454
|
+
statusCode: number;
|
|
455
|
+
body: DescribeVerifyResultResponseBody;
|
|
453
456
|
static names(): {
|
|
454
457
|
[key: string]: string;
|
|
455
458
|
};
|
|
@@ -460,14 +463,8 @@ export declare class CreateWhitelistResponse extends $tea.Model {
|
|
|
460
463
|
[key: string]: any;
|
|
461
464
|
});
|
|
462
465
|
}
|
|
463
|
-
export declare class
|
|
464
|
-
|
|
465
|
-
certifyId?: string;
|
|
466
|
-
lang?: string;
|
|
467
|
-
sceneId?: number;
|
|
468
|
-
serviceCode?: string;
|
|
469
|
-
sourceIp?: string;
|
|
470
|
-
validDay?: number;
|
|
466
|
+
export declare class DescribeVerifySDKRequest extends $tea.Model {
|
|
467
|
+
taskId?: string;
|
|
471
468
|
static names(): {
|
|
472
469
|
[key: string]: string;
|
|
473
470
|
};
|
|
@@ -478,9 +475,9 @@ export declare class CreateWhitelistSettingRequest extends $tea.Model {
|
|
|
478
475
|
[key: string]: any;
|
|
479
476
|
});
|
|
480
477
|
}
|
|
481
|
-
export declare class
|
|
478
|
+
export declare class DescribeVerifySDKResponseBody extends $tea.Model {
|
|
482
479
|
requestId?: string;
|
|
483
|
-
|
|
480
|
+
sdkUrl?: string;
|
|
484
481
|
static names(): {
|
|
485
482
|
[key: string]: string;
|
|
486
483
|
};
|
|
@@ -491,11 +488,12 @@ export declare class CreateWhitelistSettingResponseBody extends $tea.Model {
|
|
|
491
488
|
[key: string]: any;
|
|
492
489
|
});
|
|
493
490
|
}
|
|
494
|
-
export declare class
|
|
491
|
+
export declare class DescribeVerifySDKResponse extends $tea.Model {
|
|
495
492
|
headers: {
|
|
496
493
|
[key: string]: string;
|
|
497
494
|
};
|
|
498
|
-
|
|
495
|
+
statusCode: number;
|
|
496
|
+
body: DescribeVerifySDKResponseBody;
|
|
499
497
|
static names(): {
|
|
500
498
|
[key: string]: string;
|
|
501
499
|
};
|
|
@@ -506,10 +504,22 @@ export declare class CreateWhitelistSettingResponse extends $tea.Model {
|
|
|
506
504
|
[key: string]: any;
|
|
507
505
|
});
|
|
508
506
|
}
|
|
509
|
-
export declare class
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
507
|
+
export declare class DescribeVerifyTokenRequest extends $tea.Model {
|
|
508
|
+
bizId?: string;
|
|
509
|
+
bizType?: string;
|
|
510
|
+
callbackSeed?: string;
|
|
511
|
+
callbackUrl?: string;
|
|
512
|
+
faceRetainedImageUrl?: string;
|
|
513
|
+
failedRedirectUrl?: string;
|
|
514
|
+
idCardBackImageUrl?: string;
|
|
515
|
+
idCardFrontImageUrl?: string;
|
|
516
|
+
idCardNumber?: string;
|
|
517
|
+
name?: string;
|
|
518
|
+
passedRedirectUrl?: string;
|
|
519
|
+
userId?: string;
|
|
520
|
+
userIp?: string;
|
|
521
|
+
userPhoneNumber?: string;
|
|
522
|
+
userRegistTime?: number;
|
|
513
523
|
static names(): {
|
|
514
524
|
[key: string]: string;
|
|
515
525
|
};
|
|
@@ -520,8 +530,11 @@ export declare class DeleteWhitelistRequest extends $tea.Model {
|
|
|
520
530
|
[key: string]: any;
|
|
521
531
|
});
|
|
522
532
|
}
|
|
523
|
-
export declare class
|
|
533
|
+
export declare class DescribeVerifyTokenResponseBody extends $tea.Model {
|
|
534
|
+
ossUploadToken?: DescribeVerifyTokenResponseBodyOssUploadToken;
|
|
524
535
|
requestId?: string;
|
|
536
|
+
verifyPageUrl?: string;
|
|
537
|
+
verifyToken?: string;
|
|
525
538
|
static names(): {
|
|
526
539
|
[key: string]: string;
|
|
527
540
|
};
|
|
@@ -532,11 +545,12 @@ export declare class DeleteWhitelistResponseBody extends $tea.Model {
|
|
|
532
545
|
[key: string]: any;
|
|
533
546
|
});
|
|
534
547
|
}
|
|
535
|
-
export declare class
|
|
548
|
+
export declare class DescribeVerifyTokenResponse extends $tea.Model {
|
|
536
549
|
headers: {
|
|
537
550
|
[key: string]: string;
|
|
538
551
|
};
|
|
539
|
-
|
|
552
|
+
statusCode: number;
|
|
553
|
+
body: DescribeVerifyTokenResponseBody;
|
|
540
554
|
static names(): {
|
|
541
555
|
[key: string]: string;
|
|
542
556
|
};
|
|
@@ -547,11 +561,9 @@ export declare class DeleteWhitelistResponse extends $tea.Model {
|
|
|
547
561
|
[key: string]: any;
|
|
548
562
|
});
|
|
549
563
|
}
|
|
550
|
-
export declare class
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
serviceCode?: string;
|
|
554
|
-
sourceIp?: string;
|
|
564
|
+
export declare class DetectFaceAttributesRequest extends $tea.Model {
|
|
565
|
+
bizType?: string;
|
|
566
|
+
materialValue?: string;
|
|
555
567
|
static names(): {
|
|
556
568
|
[key: string]: string;
|
|
557
569
|
};
|
|
@@ -562,9 +574,12 @@ export declare class DeleteWhitelistSettingRequest extends $tea.Model {
|
|
|
562
574
|
[key: string]: any;
|
|
563
575
|
});
|
|
564
576
|
}
|
|
565
|
-
export declare class
|
|
577
|
+
export declare class DetectFaceAttributesResponseBody extends $tea.Model {
|
|
578
|
+
code?: string;
|
|
579
|
+
data?: DetectFaceAttributesResponseBodyData;
|
|
580
|
+
message?: string;
|
|
566
581
|
requestId?: string;
|
|
567
|
-
|
|
582
|
+
success?: boolean;
|
|
568
583
|
static names(): {
|
|
569
584
|
[key: string]: string;
|
|
570
585
|
};
|
|
@@ -575,11 +590,12 @@ export declare class DeleteWhitelistSettingResponseBody extends $tea.Model {
|
|
|
575
590
|
[key: string]: any;
|
|
576
591
|
});
|
|
577
592
|
}
|
|
578
|
-
export declare class
|
|
593
|
+
export declare class DetectFaceAttributesResponse extends $tea.Model {
|
|
579
594
|
headers: {
|
|
580
595
|
[key: string]: string;
|
|
581
596
|
};
|
|
582
|
-
|
|
597
|
+
statusCode: number;
|
|
598
|
+
body: DetectFaceAttributesResponseBody;
|
|
583
599
|
static names(): {
|
|
584
600
|
[key: string]: string;
|
|
585
601
|
};
|
|
@@ -590,10 +606,30 @@ export declare class DeleteWhitelistSettingResponse extends $tea.Model {
|
|
|
590
606
|
[key: string]: any;
|
|
591
607
|
});
|
|
592
608
|
}
|
|
593
|
-
export declare class
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
609
|
+
export declare class InitFaceVerifyRequest extends $tea.Model {
|
|
610
|
+
authId?: string;
|
|
611
|
+
callbackToken?: string;
|
|
612
|
+
callbackUrl?: string;
|
|
613
|
+
certName?: string;
|
|
614
|
+
certNo?: string;
|
|
615
|
+
certType?: string;
|
|
616
|
+
certifyId?: string;
|
|
617
|
+
certifyUrlType?: string;
|
|
618
|
+
crop?: string;
|
|
619
|
+
encryptType?: string;
|
|
620
|
+
faceContrastPicture?: string;
|
|
621
|
+
faceContrastPictureUrl?: string;
|
|
622
|
+
ip?: string;
|
|
623
|
+
metaInfo?: string;
|
|
624
|
+
mobile?: string;
|
|
625
|
+
model?: string;
|
|
626
|
+
ossBucketName?: string;
|
|
627
|
+
ossObjectName?: string;
|
|
628
|
+
outerOrderNo?: string;
|
|
629
|
+
productCode?: string;
|
|
630
|
+
returnUrl?: string;
|
|
631
|
+
sceneId?: number;
|
|
632
|
+
userId?: string;
|
|
597
633
|
static names(): {
|
|
598
634
|
[key: string]: string;
|
|
599
635
|
};
|
|
@@ -604,12 +640,11 @@ export declare class DescribeAppInfoRequest extends $tea.Model {
|
|
|
604
640
|
[key: string]: any;
|
|
605
641
|
});
|
|
606
642
|
}
|
|
607
|
-
export declare class
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
pageSize?: number;
|
|
643
|
+
export declare class InitFaceVerifyResponseBody extends $tea.Model {
|
|
644
|
+
code?: string;
|
|
645
|
+
message?: string;
|
|
611
646
|
requestId?: string;
|
|
612
|
-
|
|
647
|
+
resultObject?: InitFaceVerifyResponseBodyResultObject;
|
|
613
648
|
static names(): {
|
|
614
649
|
[key: string]: string;
|
|
615
650
|
};
|
|
@@ -620,11 +655,12 @@ export declare class DescribeAppInfoResponseBody extends $tea.Model {
|
|
|
620
655
|
[key: string]: any;
|
|
621
656
|
});
|
|
622
657
|
}
|
|
623
|
-
export declare class
|
|
658
|
+
export declare class InitFaceVerifyResponse extends $tea.Model {
|
|
624
659
|
headers: {
|
|
625
660
|
[key: string]: string;
|
|
626
661
|
};
|
|
627
|
-
|
|
662
|
+
statusCode: number;
|
|
663
|
+
body: InitFaceVerifyResponseBody;
|
|
628
664
|
static names(): {
|
|
629
665
|
[key: string]: string;
|
|
630
666
|
};
|
|
@@ -635,14 +671,21 @@ export declare class DescribeAppInfoResponse extends $tea.Model {
|
|
|
635
671
|
[key: string]: any;
|
|
636
672
|
});
|
|
637
673
|
}
|
|
638
|
-
export declare class
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
674
|
+
export declare class LivenessFaceVerifyRequest extends $tea.Model {
|
|
675
|
+
certifyId?: string;
|
|
676
|
+
crop?: string;
|
|
677
|
+
deviceToken?: string;
|
|
678
|
+
faceContrastPicture?: string;
|
|
679
|
+
faceContrastPictureUrl?: string;
|
|
680
|
+
ip?: string;
|
|
681
|
+
mobile?: string;
|
|
682
|
+
model?: string;
|
|
683
|
+
ossBucketName?: string;
|
|
684
|
+
ossObjectName?: string;
|
|
685
|
+
outerOrderNo?: string;
|
|
686
|
+
productCode?: string;
|
|
687
|
+
sceneId?: number;
|
|
688
|
+
userId?: string;
|
|
646
689
|
static names(): {
|
|
647
690
|
[key: string]: string;
|
|
648
691
|
};
|
|
@@ -653,12 +696,11 @@ export declare class DescribeDeviceInfoRequest extends $tea.Model {
|
|
|
653
696
|
[key: string]: any;
|
|
654
697
|
});
|
|
655
698
|
}
|
|
656
|
-
export declare class
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
pageSize?: number;
|
|
699
|
+
export declare class LivenessFaceVerifyResponseBody extends $tea.Model {
|
|
700
|
+
code?: string;
|
|
701
|
+
message?: string;
|
|
660
702
|
requestId?: string;
|
|
661
|
-
|
|
703
|
+
resultObject?: LivenessFaceVerifyResponseBodyResultObject;
|
|
662
704
|
static names(): {
|
|
663
705
|
[key: string]: string;
|
|
664
706
|
};
|
|
@@ -669,11 +711,12 @@ export declare class DescribeDeviceInfoResponseBody extends $tea.Model {
|
|
|
669
711
|
[key: string]: any;
|
|
670
712
|
});
|
|
671
713
|
}
|
|
672
|
-
export declare class
|
|
714
|
+
export declare class LivenessFaceVerifyResponse extends $tea.Model {
|
|
673
715
|
headers: {
|
|
674
716
|
[key: string]: string;
|
|
675
717
|
};
|
|
676
|
-
|
|
718
|
+
statusCode: number;
|
|
719
|
+
body: LivenessFaceVerifyResponseBody;
|
|
677
720
|
static names(): {
|
|
678
721
|
[key: string]: string;
|
|
679
722
|
};
|
|
@@ -684,9 +727,12 @@ export declare class DescribeDeviceInfoResponse extends $tea.Model {
|
|
|
684
727
|
[key: string]: any;
|
|
685
728
|
});
|
|
686
729
|
}
|
|
687
|
-
export declare class
|
|
688
|
-
|
|
689
|
-
|
|
730
|
+
export declare class ModifyDeviceInfoRequest extends $tea.Model {
|
|
731
|
+
bizType?: string;
|
|
732
|
+
deviceId?: string;
|
|
733
|
+
duration?: string;
|
|
734
|
+
expiredDay?: string;
|
|
735
|
+
userDeviceId?: string;
|
|
690
736
|
static names(): {
|
|
691
737
|
[key: string]: string;
|
|
692
738
|
};
|
|
@@ -697,9 +743,13 @@ export declare class DescribeFaceConfigRequest extends $tea.Model {
|
|
|
697
743
|
[key: string]: any;
|
|
698
744
|
});
|
|
699
745
|
}
|
|
700
|
-
export declare class
|
|
701
|
-
|
|
746
|
+
export declare class ModifyDeviceInfoResponseBody extends $tea.Model {
|
|
747
|
+
beginDay?: string;
|
|
748
|
+
bizType?: string;
|
|
749
|
+
deviceId?: string;
|
|
750
|
+
expiredDay?: string;
|
|
702
751
|
requestId?: string;
|
|
752
|
+
userDeviceId?: string;
|
|
703
753
|
static names(): {
|
|
704
754
|
[key: string]: string;
|
|
705
755
|
};
|
|
@@ -710,11 +760,12 @@ export declare class DescribeFaceConfigResponseBody extends $tea.Model {
|
|
|
710
760
|
[key: string]: any;
|
|
711
761
|
});
|
|
712
762
|
}
|
|
713
|
-
export declare class
|
|
763
|
+
export declare class ModifyDeviceInfoResponse extends $tea.Model {
|
|
714
764
|
headers: {
|
|
715
765
|
[key: string]: string;
|
|
716
766
|
};
|
|
717
|
-
|
|
767
|
+
statusCode: number;
|
|
768
|
+
body: ModifyDeviceInfoResponseBody;
|
|
718
769
|
static names(): {
|
|
719
770
|
[key: string]: string;
|
|
720
771
|
};
|
|
@@ -725,9 +776,15 @@ export declare class DescribeFaceConfigResponse extends $tea.Model {
|
|
|
725
776
|
[key: string]: any;
|
|
726
777
|
});
|
|
727
778
|
}
|
|
728
|
-
export declare class
|
|
729
|
-
|
|
730
|
-
|
|
779
|
+
export declare class VerifyMaterialRequest extends $tea.Model {
|
|
780
|
+
bizId?: string;
|
|
781
|
+
bizType?: string;
|
|
782
|
+
faceImageUrl?: string;
|
|
783
|
+
idCardBackImageUrl?: string;
|
|
784
|
+
idCardFrontImageUrl?: string;
|
|
785
|
+
idCardNumber?: string;
|
|
786
|
+
name?: string;
|
|
787
|
+
userId?: string;
|
|
731
788
|
static names(): {
|
|
732
789
|
[key: string]: string;
|
|
733
790
|
};
|
|
@@ -738,10 +795,13 @@ export declare class DescribeFaceUsageRequest extends $tea.Model {
|
|
|
738
795
|
[key: string]: any;
|
|
739
796
|
});
|
|
740
797
|
}
|
|
741
|
-
export declare class
|
|
742
|
-
|
|
798
|
+
export declare class VerifyMaterialResponseBody extends $tea.Model {
|
|
799
|
+
authorityComparisionScore?: number;
|
|
800
|
+
idCardFaceComparisonScore?: number;
|
|
801
|
+
material?: VerifyMaterialResponseBodyMaterial;
|
|
743
802
|
requestId?: string;
|
|
744
|
-
|
|
803
|
+
verifyStatus?: number;
|
|
804
|
+
verifyToken?: string;
|
|
745
805
|
static names(): {
|
|
746
806
|
[key: string]: string;
|
|
747
807
|
};
|
|
@@ -752,11 +812,12 @@ export declare class DescribeFaceUsageResponseBody extends $tea.Model {
|
|
|
752
812
|
[key: string]: any;
|
|
753
813
|
});
|
|
754
814
|
}
|
|
755
|
-
export declare class
|
|
815
|
+
export declare class VerifyMaterialResponse extends $tea.Model {
|
|
756
816
|
headers: {
|
|
757
817
|
[key: string]: string;
|
|
758
818
|
};
|
|
759
|
-
|
|
819
|
+
statusCode: number;
|
|
820
|
+
body: VerifyMaterialResponseBody;
|
|
760
821
|
static names(): {
|
|
761
822
|
[key: string]: string;
|
|
762
823
|
};
|
|
@@ -767,11 +828,10 @@ export declare class DescribeFaceUsageResponse extends $tea.Model {
|
|
|
767
828
|
[key: string]: any;
|
|
768
829
|
});
|
|
769
830
|
}
|
|
770
|
-
export declare class
|
|
831
|
+
export declare class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
771
832
|
certifyId?: string;
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
sceneId?: number;
|
|
833
|
+
passed?: string;
|
|
834
|
+
verifyScore?: number;
|
|
775
835
|
static names(): {
|
|
776
836
|
[key: string]: string;
|
|
777
837
|
};
|
|
@@ -782,11 +842,9 @@ export declare class DescribeFaceVerifyRequest extends $tea.Model {
|
|
|
782
842
|
[key: string]: any;
|
|
783
843
|
});
|
|
784
844
|
}
|
|
785
|
-
export declare class
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
requestId?: string;
|
|
789
|
-
resultObject?: DescribeFaceVerifyResponseBodyResultObject;
|
|
845
|
+
export declare class CompareFacesResponseBodyData extends $tea.Model {
|
|
846
|
+
confidenceThresholds?: string;
|
|
847
|
+
similarityScore?: number;
|
|
790
848
|
static names(): {
|
|
791
849
|
[key: string]: string;
|
|
792
850
|
};
|
|
@@ -797,11 +855,12 @@ export declare class DescribeFaceVerifyResponseBody extends $tea.Model {
|
|
|
797
855
|
[key: string]: any;
|
|
798
856
|
});
|
|
799
857
|
}
|
|
800
|
-
export declare class
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
858
|
+
export declare class ContrastFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
859
|
+
certifyId?: string;
|
|
860
|
+
identityInfo?: string;
|
|
861
|
+
materialInfo?: string;
|
|
862
|
+
passed?: string;
|
|
863
|
+
subCode?: string;
|
|
805
864
|
static names(): {
|
|
806
865
|
[key: string]: string;
|
|
807
866
|
};
|
|
@@ -812,1192 +871,12 @@ export declare class DescribeFaceVerifyResponse extends $tea.Model {
|
|
|
812
871
|
[key: string]: any;
|
|
813
872
|
});
|
|
814
873
|
}
|
|
815
|
-
export declare class
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
static types(): {
|
|
822
|
-
[key: string]: any;
|
|
823
|
-
};
|
|
824
|
-
constructor(map?: {
|
|
825
|
-
[key: string]: any;
|
|
826
|
-
});
|
|
827
|
-
}
|
|
828
|
-
export declare class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
829
|
-
headers: {
|
|
830
|
-
[key: string]: string;
|
|
831
|
-
};
|
|
832
|
-
body: DescribeOssUploadTokenResponseBody;
|
|
833
|
-
static names(): {
|
|
834
|
-
[key: string]: string;
|
|
835
|
-
};
|
|
836
|
-
static types(): {
|
|
837
|
-
[key: string]: any;
|
|
838
|
-
};
|
|
839
|
-
constructor(map?: {
|
|
840
|
-
[key: string]: any;
|
|
841
|
-
});
|
|
842
|
-
}
|
|
843
|
-
export declare class DescribeRPSDKRequest extends $tea.Model {
|
|
844
|
-
lang?: string;
|
|
845
|
-
sourceIp?: string;
|
|
846
|
-
taskId?: string;
|
|
847
|
-
static names(): {
|
|
848
|
-
[key: string]: string;
|
|
849
|
-
};
|
|
850
|
-
static types(): {
|
|
851
|
-
[key: string]: any;
|
|
852
|
-
};
|
|
853
|
-
constructor(map?: {
|
|
854
|
-
[key: string]: any;
|
|
855
|
-
});
|
|
856
|
-
}
|
|
857
|
-
export declare class DescribeRPSDKResponseBody extends $tea.Model {
|
|
858
|
-
requestId?: string;
|
|
859
|
-
sdkUrl?: string;
|
|
860
|
-
static names(): {
|
|
861
|
-
[key: string]: string;
|
|
862
|
-
};
|
|
863
|
-
static types(): {
|
|
864
|
-
[key: string]: any;
|
|
865
|
-
};
|
|
866
|
-
constructor(map?: {
|
|
867
|
-
[key: string]: any;
|
|
868
|
-
});
|
|
869
|
-
}
|
|
870
|
-
export declare class DescribeRPSDKResponse extends $tea.Model {
|
|
871
|
-
headers: {
|
|
872
|
-
[key: string]: string;
|
|
873
|
-
};
|
|
874
|
-
body: DescribeRPSDKResponseBody;
|
|
875
|
-
static names(): {
|
|
876
|
-
[key: string]: string;
|
|
877
|
-
};
|
|
878
|
-
static types(): {
|
|
879
|
-
[key: string]: any;
|
|
880
|
-
};
|
|
881
|
-
constructor(map?: {
|
|
882
|
-
[key: string]: any;
|
|
883
|
-
});
|
|
884
|
-
}
|
|
885
|
-
export declare class DescribeSdkUrlRequest extends $tea.Model {
|
|
886
|
-
debug?: boolean;
|
|
887
|
-
id?: number;
|
|
888
|
-
static names(): {
|
|
889
|
-
[key: string]: string;
|
|
890
|
-
};
|
|
891
|
-
static types(): {
|
|
892
|
-
[key: string]: any;
|
|
893
|
-
};
|
|
894
|
-
constructor(map?: {
|
|
895
|
-
[key: string]: any;
|
|
896
|
-
});
|
|
897
|
-
}
|
|
898
|
-
export declare class DescribeSdkUrlResponseBody extends $tea.Model {
|
|
899
|
-
requestId?: string;
|
|
900
|
-
sdkUrl?: string;
|
|
901
|
-
static names(): {
|
|
902
|
-
[key: string]: string;
|
|
903
|
-
};
|
|
904
|
-
static types(): {
|
|
905
|
-
[key: string]: any;
|
|
906
|
-
};
|
|
907
|
-
constructor(map?: {
|
|
908
|
-
[key: string]: any;
|
|
909
|
-
});
|
|
910
|
-
}
|
|
911
|
-
export declare class DescribeSdkUrlResponse extends $tea.Model {
|
|
912
|
-
headers: {
|
|
913
|
-
[key: string]: string;
|
|
914
|
-
};
|
|
915
|
-
body: DescribeSdkUrlResponseBody;
|
|
916
|
-
static names(): {
|
|
917
|
-
[key: string]: string;
|
|
918
|
-
};
|
|
919
|
-
static types(): {
|
|
920
|
-
[key: string]: any;
|
|
921
|
-
};
|
|
922
|
-
constructor(map?: {
|
|
923
|
-
[key: string]: any;
|
|
924
|
-
});
|
|
925
|
-
}
|
|
926
|
-
export declare class DescribeUpdatePackageResultRequest extends $tea.Model {
|
|
927
|
-
taskId?: string;
|
|
928
|
-
static names(): {
|
|
929
|
-
[key: string]: string;
|
|
930
|
-
};
|
|
931
|
-
static types(): {
|
|
932
|
-
[key: string]: any;
|
|
933
|
-
};
|
|
934
|
-
constructor(map?: {
|
|
935
|
-
[key: string]: any;
|
|
936
|
-
});
|
|
937
|
-
}
|
|
938
|
-
export declare class DescribeUpdatePackageResultResponseBody extends $tea.Model {
|
|
939
|
-
appInfo?: DescribeUpdatePackageResultResponseBodyAppInfo;
|
|
940
|
-
requestId?: string;
|
|
941
|
-
static names(): {
|
|
942
|
-
[key: string]: string;
|
|
943
|
-
};
|
|
944
|
-
static types(): {
|
|
945
|
-
[key: string]: any;
|
|
946
|
-
};
|
|
947
|
-
constructor(map?: {
|
|
948
|
-
[key: string]: any;
|
|
949
|
-
});
|
|
950
|
-
}
|
|
951
|
-
export declare class DescribeUpdatePackageResultResponse extends $tea.Model {
|
|
952
|
-
headers: {
|
|
953
|
-
[key: string]: string;
|
|
954
|
-
};
|
|
955
|
-
body: DescribeUpdatePackageResultResponseBody;
|
|
956
|
-
static names(): {
|
|
957
|
-
[key: string]: string;
|
|
958
|
-
};
|
|
959
|
-
static types(): {
|
|
960
|
-
[key: string]: any;
|
|
961
|
-
};
|
|
962
|
-
constructor(map?: {
|
|
963
|
-
[key: string]: any;
|
|
964
|
-
});
|
|
965
|
-
}
|
|
966
|
-
export declare class DescribeUploadInfoRequest extends $tea.Model {
|
|
967
|
-
biz?: string;
|
|
968
|
-
static names(): {
|
|
969
|
-
[key: string]: string;
|
|
970
|
-
};
|
|
971
|
-
static types(): {
|
|
972
|
-
[key: string]: any;
|
|
973
|
-
};
|
|
974
|
-
constructor(map?: {
|
|
975
|
-
[key: string]: any;
|
|
976
|
-
});
|
|
977
|
-
}
|
|
978
|
-
export declare class DescribeUploadInfoResponseBody extends $tea.Model {
|
|
979
|
-
accessid?: string;
|
|
980
|
-
expire?: number;
|
|
981
|
-
folder?: string;
|
|
982
|
-
host?: string;
|
|
983
|
-
policy?: string;
|
|
984
|
-
requestId?: string;
|
|
985
|
-
signature?: string;
|
|
986
|
-
static names(): {
|
|
987
|
-
[key: string]: string;
|
|
988
|
-
};
|
|
989
|
-
static types(): {
|
|
990
|
-
[key: string]: any;
|
|
991
|
-
};
|
|
992
|
-
constructor(map?: {
|
|
993
|
-
[key: string]: any;
|
|
994
|
-
});
|
|
995
|
-
}
|
|
996
|
-
export declare class DescribeUploadInfoResponse extends $tea.Model {
|
|
997
|
-
headers: {
|
|
998
|
-
[key: string]: string;
|
|
999
|
-
};
|
|
1000
|
-
body: DescribeUploadInfoResponseBody;
|
|
1001
|
-
static names(): {
|
|
1002
|
-
[key: string]: string;
|
|
1003
|
-
};
|
|
1004
|
-
static types(): {
|
|
1005
|
-
[key: string]: any;
|
|
1006
|
-
};
|
|
1007
|
-
constructor(map?: {
|
|
1008
|
-
[key: string]: any;
|
|
1009
|
-
});
|
|
1010
|
-
}
|
|
1011
|
-
export declare class DescribeUserStatusResponseBody extends $tea.Model {
|
|
1012
|
-
enabled?: boolean;
|
|
1013
|
-
requestId?: string;
|
|
1014
|
-
static names(): {
|
|
1015
|
-
[key: string]: string;
|
|
1016
|
-
};
|
|
1017
|
-
static types(): {
|
|
1018
|
-
[key: string]: any;
|
|
1019
|
-
};
|
|
1020
|
-
constructor(map?: {
|
|
1021
|
-
[key: string]: any;
|
|
1022
|
-
});
|
|
1023
|
-
}
|
|
1024
|
-
export declare class DescribeUserStatusResponse extends $tea.Model {
|
|
1025
|
-
headers: {
|
|
1026
|
-
[key: string]: string;
|
|
1027
|
-
};
|
|
1028
|
-
body: DescribeUserStatusResponseBody;
|
|
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 DescribeVerifyRecordsRequest extends $tea.Model {
|
|
1040
|
-
bizId?: string;
|
|
1041
|
-
bizType?: string;
|
|
1042
|
-
currentPage?: number;
|
|
1043
|
-
endDate?: string;
|
|
1044
|
-
idCardNum?: string;
|
|
1045
|
-
pageSize?: number;
|
|
1046
|
-
queryId?: string;
|
|
1047
|
-
startDate?: string;
|
|
1048
|
-
statusList?: string;
|
|
1049
|
-
totalCount?: number;
|
|
1050
|
-
static names(): {
|
|
1051
|
-
[key: string]: string;
|
|
1052
|
-
};
|
|
1053
|
-
static types(): {
|
|
1054
|
-
[key: string]: any;
|
|
1055
|
-
};
|
|
1056
|
-
constructor(map?: {
|
|
1057
|
-
[key: string]: any;
|
|
1058
|
-
});
|
|
1059
|
-
}
|
|
1060
|
-
export declare class DescribeVerifyRecordsResponseBody extends $tea.Model {
|
|
1061
|
-
currentPage?: number;
|
|
1062
|
-
pageSize?: number;
|
|
1063
|
-
queryId?: string;
|
|
1064
|
-
recordsList?: DescribeVerifyRecordsResponseBodyRecordsList[];
|
|
1065
|
-
requestId?: string;
|
|
1066
|
-
totalCount?: number;
|
|
1067
|
-
static names(): {
|
|
1068
|
-
[key: string]: string;
|
|
1069
|
-
};
|
|
1070
|
-
static types(): {
|
|
1071
|
-
[key: string]: any;
|
|
1072
|
-
};
|
|
1073
|
-
constructor(map?: {
|
|
1074
|
-
[key: string]: any;
|
|
1075
|
-
});
|
|
1076
|
-
}
|
|
1077
|
-
export declare class DescribeVerifyRecordsResponse extends $tea.Model {
|
|
1078
|
-
headers: {
|
|
1079
|
-
[key: string]: string;
|
|
1080
|
-
};
|
|
1081
|
-
body: DescribeVerifyRecordsResponseBody;
|
|
1082
|
-
static names(): {
|
|
1083
|
-
[key: string]: string;
|
|
1084
|
-
};
|
|
1085
|
-
static types(): {
|
|
1086
|
-
[key: string]: any;
|
|
1087
|
-
};
|
|
1088
|
-
constructor(map?: {
|
|
1089
|
-
[key: string]: any;
|
|
1090
|
-
});
|
|
1091
|
-
}
|
|
1092
|
-
export declare class DescribeVerifyResultRequest extends $tea.Model {
|
|
1093
|
-
bizId?: string;
|
|
1094
|
-
bizType?: string;
|
|
1095
|
-
static names(): {
|
|
1096
|
-
[key: string]: string;
|
|
1097
|
-
};
|
|
1098
|
-
static types(): {
|
|
1099
|
-
[key: string]: any;
|
|
1100
|
-
};
|
|
1101
|
-
constructor(map?: {
|
|
1102
|
-
[key: string]: any;
|
|
1103
|
-
});
|
|
1104
|
-
}
|
|
1105
|
-
export declare class DescribeVerifyResultResponseBody extends $tea.Model {
|
|
1106
|
-
authorityComparisionScore?: number;
|
|
1107
|
-
faceComparisonScore?: number;
|
|
1108
|
-
idCardFaceComparisonScore?: number;
|
|
1109
|
-
material?: DescribeVerifyResultResponseBodyMaterial;
|
|
1110
|
-
requestId?: string;
|
|
1111
|
-
verifyStatus?: number;
|
|
1112
|
-
static names(): {
|
|
1113
|
-
[key: string]: string;
|
|
1114
|
-
};
|
|
1115
|
-
static types(): {
|
|
1116
|
-
[key: string]: any;
|
|
1117
|
-
};
|
|
1118
|
-
constructor(map?: {
|
|
1119
|
-
[key: string]: any;
|
|
1120
|
-
});
|
|
1121
|
-
}
|
|
1122
|
-
export declare class DescribeVerifyResultResponse extends $tea.Model {
|
|
1123
|
-
headers: {
|
|
1124
|
-
[key: string]: string;
|
|
1125
|
-
};
|
|
1126
|
-
body: DescribeVerifyResultResponseBody;
|
|
1127
|
-
static names(): {
|
|
1128
|
-
[key: string]: string;
|
|
1129
|
-
};
|
|
1130
|
-
static types(): {
|
|
1131
|
-
[key: string]: any;
|
|
1132
|
-
};
|
|
1133
|
-
constructor(map?: {
|
|
1134
|
-
[key: string]: any;
|
|
1135
|
-
});
|
|
1136
|
-
}
|
|
1137
|
-
export declare class DescribeVerifySDKRequest extends $tea.Model {
|
|
1138
|
-
taskId?: string;
|
|
1139
|
-
static names(): {
|
|
1140
|
-
[key: string]: string;
|
|
1141
|
-
};
|
|
1142
|
-
static types(): {
|
|
1143
|
-
[key: string]: any;
|
|
1144
|
-
};
|
|
1145
|
-
constructor(map?: {
|
|
1146
|
-
[key: string]: any;
|
|
1147
|
-
});
|
|
1148
|
-
}
|
|
1149
|
-
export declare class DescribeVerifySDKResponseBody extends $tea.Model {
|
|
1150
|
-
requestId?: string;
|
|
1151
|
-
sdkUrl?: 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
|
-
}
|
|
1162
|
-
export declare class DescribeVerifySDKResponse extends $tea.Model {
|
|
1163
|
-
headers: {
|
|
1164
|
-
[key: string]: string;
|
|
1165
|
-
};
|
|
1166
|
-
body: DescribeVerifySDKResponseBody;
|
|
1167
|
-
static names(): {
|
|
1168
|
-
[key: string]: string;
|
|
1169
|
-
};
|
|
1170
|
-
static types(): {
|
|
1171
|
-
[key: string]: any;
|
|
1172
|
-
};
|
|
1173
|
-
constructor(map?: {
|
|
1174
|
-
[key: string]: any;
|
|
1175
|
-
});
|
|
1176
|
-
}
|
|
1177
|
-
export declare class DescribeVerifySettingResponseBody extends $tea.Model {
|
|
1178
|
-
requestId?: string;
|
|
1179
|
-
verifySettingList?: DescribeVerifySettingResponseBodyVerifySettingList[];
|
|
1180
|
-
static names(): {
|
|
1181
|
-
[key: string]: string;
|
|
1182
|
-
};
|
|
1183
|
-
static types(): {
|
|
1184
|
-
[key: string]: any;
|
|
1185
|
-
};
|
|
1186
|
-
constructor(map?: {
|
|
1187
|
-
[key: string]: any;
|
|
1188
|
-
});
|
|
1189
|
-
}
|
|
1190
|
-
export declare class DescribeVerifySettingResponse extends $tea.Model {
|
|
1191
|
-
headers: {
|
|
1192
|
-
[key: string]: string;
|
|
1193
|
-
};
|
|
1194
|
-
body: DescribeVerifySettingResponseBody;
|
|
1195
|
-
static names(): {
|
|
1196
|
-
[key: string]: string;
|
|
1197
|
-
};
|
|
1198
|
-
static types(): {
|
|
1199
|
-
[key: string]: any;
|
|
1200
|
-
};
|
|
1201
|
-
constructor(map?: {
|
|
1202
|
-
[key: string]: any;
|
|
1203
|
-
});
|
|
1204
|
-
}
|
|
1205
|
-
export declare class DescribeVerifyTokenRequest extends $tea.Model {
|
|
1206
|
-
bizId?: string;
|
|
1207
|
-
bizType?: string;
|
|
1208
|
-
callbackSeed?: string;
|
|
1209
|
-
callbackUrl?: string;
|
|
1210
|
-
faceRetainedImageUrl?: string;
|
|
1211
|
-
failedRedirectUrl?: string;
|
|
1212
|
-
idCardBackImageUrl?: string;
|
|
1213
|
-
idCardFrontImageUrl?: string;
|
|
1214
|
-
idCardNumber?: string;
|
|
1215
|
-
name?: string;
|
|
1216
|
-
passedRedirectUrl?: string;
|
|
1217
|
-
userId?: string;
|
|
1218
|
-
userIp?: string;
|
|
1219
|
-
userPhoneNumber?: string;
|
|
1220
|
-
userRegistTime?: number;
|
|
1221
|
-
static names(): {
|
|
1222
|
-
[key: string]: string;
|
|
1223
|
-
};
|
|
1224
|
-
static types(): {
|
|
1225
|
-
[key: string]: any;
|
|
1226
|
-
};
|
|
1227
|
-
constructor(map?: {
|
|
1228
|
-
[key: string]: any;
|
|
1229
|
-
});
|
|
1230
|
-
}
|
|
1231
|
-
export declare class DescribeVerifyTokenResponseBody extends $tea.Model {
|
|
1232
|
-
ossUploadToken?: DescribeVerifyTokenResponseBodyOssUploadToken;
|
|
1233
|
-
requestId?: string;
|
|
1234
|
-
verifyPageUrl?: string;
|
|
1235
|
-
verifyToken?: string;
|
|
1236
|
-
static names(): {
|
|
1237
|
-
[key: string]: string;
|
|
1238
|
-
};
|
|
1239
|
-
static types(): {
|
|
1240
|
-
[key: string]: any;
|
|
1241
|
-
};
|
|
1242
|
-
constructor(map?: {
|
|
1243
|
-
[key: string]: any;
|
|
1244
|
-
});
|
|
1245
|
-
}
|
|
1246
|
-
export declare class DescribeVerifyTokenResponse extends $tea.Model {
|
|
1247
|
-
headers: {
|
|
1248
|
-
[key: string]: string;
|
|
1249
|
-
};
|
|
1250
|
-
body: DescribeVerifyTokenResponseBody;
|
|
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
|
-
}
|
|
1261
|
-
export declare class DescribeVerifyUsageRequest extends $tea.Model {
|
|
1262
|
-
bizType?: string;
|
|
1263
|
-
endDate?: string;
|
|
1264
|
-
startDate?: string;
|
|
1265
|
-
static names(): {
|
|
1266
|
-
[key: string]: string;
|
|
1267
|
-
};
|
|
1268
|
-
static types(): {
|
|
1269
|
-
[key: string]: any;
|
|
1270
|
-
};
|
|
1271
|
-
constructor(map?: {
|
|
1272
|
-
[key: string]: any;
|
|
1273
|
-
});
|
|
1274
|
-
}
|
|
1275
|
-
export declare class DescribeVerifyUsageResponseBody extends $tea.Model {
|
|
1276
|
-
requestId?: string;
|
|
1277
|
-
totalCount?: number;
|
|
1278
|
-
verifyUsageList?: DescribeVerifyUsageResponseBodyVerifyUsageList[];
|
|
1279
|
-
static names(): {
|
|
1280
|
-
[key: string]: string;
|
|
1281
|
-
};
|
|
1282
|
-
static types(): {
|
|
1283
|
-
[key: string]: any;
|
|
1284
|
-
};
|
|
1285
|
-
constructor(map?: {
|
|
1286
|
-
[key: string]: any;
|
|
1287
|
-
});
|
|
1288
|
-
}
|
|
1289
|
-
export declare class DescribeVerifyUsageResponse extends $tea.Model {
|
|
1290
|
-
headers: {
|
|
1291
|
-
[key: string]: string;
|
|
1292
|
-
};
|
|
1293
|
-
body: DescribeVerifyUsageResponseBody;
|
|
1294
|
-
static names(): {
|
|
1295
|
-
[key: string]: string;
|
|
1296
|
-
};
|
|
1297
|
-
static types(): {
|
|
1298
|
-
[key: string]: any;
|
|
1299
|
-
};
|
|
1300
|
-
constructor(map?: {
|
|
1301
|
-
[key: string]: any;
|
|
1302
|
-
});
|
|
1303
|
-
}
|
|
1304
|
-
export declare class DescribeWhitelistRequest extends $tea.Model {
|
|
1305
|
-
bizId?: string;
|
|
1306
|
-
bizType?: string;
|
|
1307
|
-
currentPage?: number;
|
|
1308
|
-
idCardNum?: string;
|
|
1309
|
-
lang?: string;
|
|
1310
|
-
pageSize?: number;
|
|
1311
|
-
sourceIp?: string;
|
|
1312
|
-
valid?: string;
|
|
1313
|
-
validEndDate?: string;
|
|
1314
|
-
validStartDate?: string;
|
|
1315
|
-
static names(): {
|
|
1316
|
-
[key: string]: string;
|
|
1317
|
-
};
|
|
1318
|
-
static types(): {
|
|
1319
|
-
[key: string]: any;
|
|
1320
|
-
};
|
|
1321
|
-
constructor(map?: {
|
|
1322
|
-
[key: string]: any;
|
|
1323
|
-
});
|
|
1324
|
-
}
|
|
1325
|
-
export declare class DescribeWhitelistResponseBody extends $tea.Model {
|
|
1326
|
-
currentPage?: number;
|
|
1327
|
-
items?: DescribeWhitelistResponseBodyItems[];
|
|
1328
|
-
pageSize?: number;
|
|
1329
|
-
requestId?: string;
|
|
1330
|
-
totalCount?: number;
|
|
1331
|
-
static names(): {
|
|
1332
|
-
[key: string]: string;
|
|
1333
|
-
};
|
|
1334
|
-
static types(): {
|
|
1335
|
-
[key: string]: any;
|
|
1336
|
-
};
|
|
1337
|
-
constructor(map?: {
|
|
1338
|
-
[key: string]: any;
|
|
1339
|
-
});
|
|
1340
|
-
}
|
|
1341
|
-
export declare class DescribeWhitelistResponse extends $tea.Model {
|
|
1342
|
-
headers: {
|
|
1343
|
-
[key: string]: string;
|
|
1344
|
-
};
|
|
1345
|
-
body: DescribeWhitelistResponseBody;
|
|
1346
|
-
static names(): {
|
|
1347
|
-
[key: string]: string;
|
|
1348
|
-
};
|
|
1349
|
-
static types(): {
|
|
1350
|
-
[key: string]: any;
|
|
1351
|
-
};
|
|
1352
|
-
constructor(map?: {
|
|
1353
|
-
[key: string]: any;
|
|
1354
|
-
});
|
|
1355
|
-
}
|
|
1356
|
-
export declare class DescribeWhitelistSettingRequest extends $tea.Model {
|
|
1357
|
-
certNo?: string;
|
|
1358
|
-
certifyId?: string;
|
|
1359
|
-
currentPage?: number;
|
|
1360
|
-
lang?: string;
|
|
1361
|
-
pageSize?: number;
|
|
1362
|
-
sceneId?: number;
|
|
1363
|
-
serviceCode?: string;
|
|
1364
|
-
sourceIp?: string;
|
|
1365
|
-
status?: string;
|
|
1366
|
-
validEndDate?: number;
|
|
1367
|
-
validStartDate?: number;
|
|
1368
|
-
static names(): {
|
|
1369
|
-
[key: string]: string;
|
|
1370
|
-
};
|
|
1371
|
-
static types(): {
|
|
1372
|
-
[key: string]: any;
|
|
1373
|
-
};
|
|
1374
|
-
constructor(map?: {
|
|
1375
|
-
[key: string]: any;
|
|
1376
|
-
});
|
|
1377
|
-
}
|
|
1378
|
-
export declare class DescribeWhitelistSettingResponseBody extends $tea.Model {
|
|
1379
|
-
currentPage?: number;
|
|
1380
|
-
items?: DescribeWhitelistSettingResponseBodyItems[];
|
|
1381
|
-
pageSize?: number;
|
|
1382
|
-
requestId?: string;
|
|
1383
|
-
totalCount?: number;
|
|
1384
|
-
static names(): {
|
|
1385
|
-
[key: string]: string;
|
|
1386
|
-
};
|
|
1387
|
-
static types(): {
|
|
1388
|
-
[key: string]: any;
|
|
1389
|
-
};
|
|
1390
|
-
constructor(map?: {
|
|
1391
|
-
[key: string]: any;
|
|
1392
|
-
});
|
|
1393
|
-
}
|
|
1394
|
-
export declare class DescribeWhitelistSettingResponse extends $tea.Model {
|
|
1395
|
-
headers: {
|
|
1396
|
-
[key: string]: string;
|
|
1397
|
-
};
|
|
1398
|
-
body: DescribeWhitelistSettingResponseBody;
|
|
1399
|
-
static names(): {
|
|
1400
|
-
[key: string]: string;
|
|
1401
|
-
};
|
|
1402
|
-
static types(): {
|
|
1403
|
-
[key: string]: any;
|
|
1404
|
-
};
|
|
1405
|
-
constructor(map?: {
|
|
1406
|
-
[key: string]: any;
|
|
1407
|
-
});
|
|
1408
|
-
}
|
|
1409
|
-
export declare class DetectFaceAttributesRequest extends $tea.Model {
|
|
1410
|
-
bizType?: string;
|
|
1411
|
-
materialValue?: string;
|
|
1412
|
-
regionId?: string;
|
|
1413
|
-
static names(): {
|
|
1414
|
-
[key: string]: string;
|
|
1415
|
-
};
|
|
1416
|
-
static types(): {
|
|
1417
|
-
[key: string]: any;
|
|
1418
|
-
};
|
|
1419
|
-
constructor(map?: {
|
|
1420
|
-
[key: string]: any;
|
|
1421
|
-
});
|
|
1422
|
-
}
|
|
1423
|
-
export declare class DetectFaceAttributesResponseBody extends $tea.Model {
|
|
1424
|
-
code?: string;
|
|
1425
|
-
data?: DetectFaceAttributesResponseBodyData;
|
|
1426
|
-
message?: string;
|
|
1427
|
-
requestId?: string;
|
|
1428
|
-
success?: boolean;
|
|
1429
|
-
static names(): {
|
|
1430
|
-
[key: string]: string;
|
|
1431
|
-
};
|
|
1432
|
-
static types(): {
|
|
1433
|
-
[key: string]: any;
|
|
1434
|
-
};
|
|
1435
|
-
constructor(map?: {
|
|
1436
|
-
[key: string]: any;
|
|
1437
|
-
});
|
|
1438
|
-
}
|
|
1439
|
-
export declare class DetectFaceAttributesResponse extends $tea.Model {
|
|
1440
|
-
headers: {
|
|
1441
|
-
[key: string]: string;
|
|
1442
|
-
};
|
|
1443
|
-
body: DetectFaceAttributesResponseBody;
|
|
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
|
-
export declare class InitDeviceRequest extends $tea.Model {
|
|
1455
|
-
appVersion?: string;
|
|
1456
|
-
bizData?: string;
|
|
1457
|
-
certifyId?: string;
|
|
1458
|
-
certifyPrincipal?: string;
|
|
1459
|
-
channel?: string;
|
|
1460
|
-
deviceToken?: string;
|
|
1461
|
-
merchant?: string;
|
|
1462
|
-
metaInfo?: string;
|
|
1463
|
-
outerOrderNo?: string;
|
|
1464
|
-
produceNode?: string;
|
|
1465
|
-
productName?: string;
|
|
1466
|
-
regionId?: string;
|
|
1467
|
-
uaToken?: string;
|
|
1468
|
-
webUmidToken?: string;
|
|
1469
|
-
static names(): {
|
|
1470
|
-
[key: string]: string;
|
|
1471
|
-
};
|
|
1472
|
-
static types(): {
|
|
1473
|
-
[key: string]: any;
|
|
1474
|
-
};
|
|
1475
|
-
constructor(map?: {
|
|
1476
|
-
[key: string]: any;
|
|
1477
|
-
});
|
|
1478
|
-
}
|
|
1479
|
-
export declare class InitDeviceResponseBody extends $tea.Model {
|
|
1480
|
-
code?: string;
|
|
1481
|
-
message?: string;
|
|
1482
|
-
requestId?: string;
|
|
1483
|
-
resultObject?: InitDeviceResponseBodyResultObject;
|
|
1484
|
-
static names(): {
|
|
1485
|
-
[key: string]: string;
|
|
1486
|
-
};
|
|
1487
|
-
static types(): {
|
|
1488
|
-
[key: string]: any;
|
|
1489
|
-
};
|
|
1490
|
-
constructor(map?: {
|
|
1491
|
-
[key: string]: any;
|
|
1492
|
-
});
|
|
1493
|
-
}
|
|
1494
|
-
export declare class InitDeviceResponse extends $tea.Model {
|
|
1495
|
-
headers: {
|
|
1496
|
-
[key: string]: string;
|
|
1497
|
-
};
|
|
1498
|
-
body: InitDeviceResponseBody;
|
|
1499
|
-
static names(): {
|
|
1500
|
-
[key: string]: string;
|
|
1501
|
-
};
|
|
1502
|
-
static types(): {
|
|
1503
|
-
[key: string]: any;
|
|
1504
|
-
};
|
|
1505
|
-
constructor(map?: {
|
|
1506
|
-
[key: string]: any;
|
|
1507
|
-
});
|
|
1508
|
-
}
|
|
1509
|
-
export declare class InitFaceVerifyRequest extends $tea.Model {
|
|
1510
|
-
callbackToken?: string;
|
|
1511
|
-
callbackUrl?: string;
|
|
1512
|
-
certName?: string;
|
|
1513
|
-
certNo?: string;
|
|
1514
|
-
certType?: string;
|
|
1515
|
-
certifyId?: string;
|
|
1516
|
-
certifyUrlType?: string;
|
|
1517
|
-
crop?: string;
|
|
1518
|
-
faceContrastPicture?: string;
|
|
1519
|
-
faceContrastPictureUrl?: string;
|
|
1520
|
-
ip?: string;
|
|
1521
|
-
metaInfo?: string;
|
|
1522
|
-
mobile?: string;
|
|
1523
|
-
model?: string;
|
|
1524
|
-
ossBucketName?: string;
|
|
1525
|
-
ossObjectName?: string;
|
|
1526
|
-
outerOrderNo?: string;
|
|
1527
|
-
productCode?: string;
|
|
1528
|
-
regionId?: string;
|
|
1529
|
-
returnUrl?: string;
|
|
1530
|
-
sceneId?: number;
|
|
1531
|
-
userId?: string;
|
|
1532
|
-
static names(): {
|
|
1533
|
-
[key: string]: string;
|
|
1534
|
-
};
|
|
1535
|
-
static types(): {
|
|
1536
|
-
[key: string]: any;
|
|
1537
|
-
};
|
|
1538
|
-
constructor(map?: {
|
|
1539
|
-
[key: string]: any;
|
|
1540
|
-
});
|
|
1541
|
-
}
|
|
1542
|
-
export declare class InitFaceVerifyResponseBody extends $tea.Model {
|
|
1543
|
-
code?: string;
|
|
1544
|
-
message?: string;
|
|
1545
|
-
requestId?: string;
|
|
1546
|
-
resultObject?: InitFaceVerifyResponseBodyResultObject;
|
|
1547
|
-
static names(): {
|
|
1548
|
-
[key: string]: string;
|
|
1549
|
-
};
|
|
1550
|
-
static types(): {
|
|
1551
|
-
[key: string]: any;
|
|
1552
|
-
};
|
|
1553
|
-
constructor(map?: {
|
|
1554
|
-
[key: string]: any;
|
|
1555
|
-
});
|
|
1556
|
-
}
|
|
1557
|
-
export declare class InitFaceVerifyResponse extends $tea.Model {
|
|
1558
|
-
headers: {
|
|
1559
|
-
[key: string]: string;
|
|
1560
|
-
};
|
|
1561
|
-
body: InitFaceVerifyResponseBody;
|
|
1562
|
-
static names(): {
|
|
1563
|
-
[key: string]: string;
|
|
1564
|
-
};
|
|
1565
|
-
static types(): {
|
|
1566
|
-
[key: string]: any;
|
|
1567
|
-
};
|
|
1568
|
-
constructor(map?: {
|
|
1569
|
-
[key: string]: any;
|
|
1570
|
-
});
|
|
1571
|
-
}
|
|
1572
|
-
export declare class LivenessFaceVerifyRequest extends $tea.Model {
|
|
1573
|
-
certifyId?: string;
|
|
1574
|
-
crop?: string;
|
|
1575
|
-
deviceToken?: string;
|
|
1576
|
-
faceContrastPicture?: string;
|
|
1577
|
-
faceContrastPictureUrl?: string;
|
|
1578
|
-
ip?: string;
|
|
1579
|
-
mobile?: string;
|
|
1580
|
-
model?: string;
|
|
1581
|
-
ossBucketName?: string;
|
|
1582
|
-
ossObjectName?: string;
|
|
1583
|
-
outerOrderNo?: string;
|
|
1584
|
-
productCode?: string;
|
|
1585
|
-
regionId?: string;
|
|
1586
|
-
sceneId?: number;
|
|
1587
|
-
userId?: string;
|
|
1588
|
-
static names(): {
|
|
1589
|
-
[key: string]: string;
|
|
1590
|
-
};
|
|
1591
|
-
static types(): {
|
|
1592
|
-
[key: string]: any;
|
|
1593
|
-
};
|
|
1594
|
-
constructor(map?: {
|
|
1595
|
-
[key: string]: any;
|
|
1596
|
-
});
|
|
1597
|
-
}
|
|
1598
|
-
export declare class LivenessFaceVerifyResponseBody extends $tea.Model {
|
|
1599
|
-
code?: string;
|
|
1600
|
-
message?: string;
|
|
1601
|
-
requestId?: string;
|
|
1602
|
-
resultObject?: LivenessFaceVerifyResponseBodyResultObject;
|
|
1603
|
-
static names(): {
|
|
1604
|
-
[key: string]: string;
|
|
1605
|
-
};
|
|
1606
|
-
static types(): {
|
|
1607
|
-
[key: string]: any;
|
|
1608
|
-
};
|
|
1609
|
-
constructor(map?: {
|
|
1610
|
-
[key: string]: any;
|
|
1611
|
-
});
|
|
1612
|
-
}
|
|
1613
|
-
export declare class LivenessFaceVerifyResponse extends $tea.Model {
|
|
1614
|
-
headers: {
|
|
1615
|
-
[key: string]: string;
|
|
1616
|
-
};
|
|
1617
|
-
body: LivenessFaceVerifyResponseBody;
|
|
1618
|
-
static names(): {
|
|
1619
|
-
[key: string]: string;
|
|
1620
|
-
};
|
|
1621
|
-
static types(): {
|
|
1622
|
-
[key: string]: any;
|
|
1623
|
-
};
|
|
1624
|
-
constructor(map?: {
|
|
1625
|
-
[key: string]: any;
|
|
1626
|
-
});
|
|
1627
|
-
}
|
|
1628
|
-
export declare class ModifyDeviceInfoRequest extends $tea.Model {
|
|
1629
|
-
bizType?: string;
|
|
1630
|
-
deviceId?: string;
|
|
1631
|
-
duration?: string;
|
|
1632
|
-
expiredDay?: string;
|
|
1633
|
-
userDeviceId?: 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
|
-
export declare class ModifyDeviceInfoResponseBody extends $tea.Model {
|
|
1645
|
-
beginDay?: string;
|
|
1646
|
-
bizType?: string;
|
|
1647
|
-
deviceId?: string;
|
|
1648
|
-
expiredDay?: string;
|
|
1649
|
-
requestId?: string;
|
|
1650
|
-
userDeviceId?: string;
|
|
1651
|
-
static names(): {
|
|
1652
|
-
[key: string]: string;
|
|
1653
|
-
};
|
|
1654
|
-
static types(): {
|
|
1655
|
-
[key: string]: any;
|
|
1656
|
-
};
|
|
1657
|
-
constructor(map?: {
|
|
1658
|
-
[key: string]: any;
|
|
1659
|
-
});
|
|
1660
|
-
}
|
|
1661
|
-
export declare class ModifyDeviceInfoResponse extends $tea.Model {
|
|
1662
|
-
headers: {
|
|
1663
|
-
[key: string]: string;
|
|
1664
|
-
};
|
|
1665
|
-
body: ModifyDeviceInfoResponseBody;
|
|
1666
|
-
static names(): {
|
|
1667
|
-
[key: string]: string;
|
|
1668
|
-
};
|
|
1669
|
-
static types(): {
|
|
1670
|
-
[key: string]: any;
|
|
1671
|
-
};
|
|
1672
|
-
constructor(map?: {
|
|
1673
|
-
[key: string]: any;
|
|
1674
|
-
});
|
|
1675
|
-
}
|
|
1676
|
-
export declare class UpdateAppPackageRequest extends $tea.Model {
|
|
1677
|
-
debug?: boolean;
|
|
1678
|
-
id?: number;
|
|
1679
|
-
packageUrl?: string;
|
|
1680
|
-
platform?: string;
|
|
1681
|
-
static names(): {
|
|
1682
|
-
[key: string]: string;
|
|
1683
|
-
};
|
|
1684
|
-
static types(): {
|
|
1685
|
-
[key: string]: any;
|
|
1686
|
-
};
|
|
1687
|
-
constructor(map?: {
|
|
1688
|
-
[key: string]: any;
|
|
1689
|
-
});
|
|
1690
|
-
}
|
|
1691
|
-
export declare class UpdateAppPackageResponseBody extends $tea.Model {
|
|
1692
|
-
requestId?: string;
|
|
1693
|
-
taskId?: string;
|
|
1694
|
-
static names(): {
|
|
1695
|
-
[key: string]: string;
|
|
1696
|
-
};
|
|
1697
|
-
static types(): {
|
|
1698
|
-
[key: string]: any;
|
|
1699
|
-
};
|
|
1700
|
-
constructor(map?: {
|
|
1701
|
-
[key: string]: any;
|
|
1702
|
-
});
|
|
1703
|
-
}
|
|
1704
|
-
export declare class UpdateAppPackageResponse extends $tea.Model {
|
|
1705
|
-
headers: {
|
|
1706
|
-
[key: string]: string;
|
|
1707
|
-
};
|
|
1708
|
-
body: UpdateAppPackageResponseBody;
|
|
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
|
-
export declare class UpdateFaceConfigRequest extends $tea.Model {
|
|
1720
|
-
bizName?: string;
|
|
1721
|
-
bizType?: string;
|
|
1722
|
-
lang?: string;
|
|
1723
|
-
sourceIp?: string;
|
|
1724
|
-
static names(): {
|
|
1725
|
-
[key: string]: string;
|
|
1726
|
-
};
|
|
1727
|
-
static types(): {
|
|
1728
|
-
[key: string]: any;
|
|
1729
|
-
};
|
|
1730
|
-
constructor(map?: {
|
|
1731
|
-
[key: string]: any;
|
|
1732
|
-
});
|
|
1733
|
-
}
|
|
1734
|
-
export declare class UpdateFaceConfigResponseBody extends $tea.Model {
|
|
1735
|
-
requestId?: string;
|
|
1736
|
-
static names(): {
|
|
1737
|
-
[key: string]: string;
|
|
1738
|
-
};
|
|
1739
|
-
static types(): {
|
|
1740
|
-
[key: string]: any;
|
|
1741
|
-
};
|
|
1742
|
-
constructor(map?: {
|
|
1743
|
-
[key: string]: any;
|
|
1744
|
-
});
|
|
1745
|
-
}
|
|
1746
|
-
export declare class UpdateFaceConfigResponse extends $tea.Model {
|
|
1747
|
-
headers: {
|
|
1748
|
-
[key: string]: string;
|
|
1749
|
-
};
|
|
1750
|
-
body: UpdateFaceConfigResponseBody;
|
|
1751
|
-
static names(): {
|
|
1752
|
-
[key: string]: string;
|
|
1753
|
-
};
|
|
1754
|
-
static types(): {
|
|
1755
|
-
[key: string]: any;
|
|
1756
|
-
};
|
|
1757
|
-
constructor(map?: {
|
|
1758
|
-
[key: string]: any;
|
|
1759
|
-
});
|
|
1760
|
-
}
|
|
1761
|
-
export declare class UpdateVerifySettingRequest extends $tea.Model {
|
|
1762
|
-
bizName?: string;
|
|
1763
|
-
bizType?: string;
|
|
1764
|
-
guideStep?: boolean;
|
|
1765
|
-
privacyStep?: boolean;
|
|
1766
|
-
resultStep?: boolean;
|
|
1767
|
-
solution?: string;
|
|
1768
|
-
static names(): {
|
|
1769
|
-
[key: string]: string;
|
|
1770
|
-
};
|
|
1771
|
-
static types(): {
|
|
1772
|
-
[key: string]: any;
|
|
1773
|
-
};
|
|
1774
|
-
constructor(map?: {
|
|
1775
|
-
[key: string]: any;
|
|
1776
|
-
});
|
|
1777
|
-
}
|
|
1778
|
-
export declare class UpdateVerifySettingResponseBody extends $tea.Model {
|
|
1779
|
-
bizName?: string;
|
|
1780
|
-
bizType?: string;
|
|
1781
|
-
requestId?: string;
|
|
1782
|
-
solution?: string;
|
|
1783
|
-
stepList?: string[];
|
|
1784
|
-
static names(): {
|
|
1785
|
-
[key: string]: string;
|
|
1786
|
-
};
|
|
1787
|
-
static types(): {
|
|
1788
|
-
[key: string]: any;
|
|
1789
|
-
};
|
|
1790
|
-
constructor(map?: {
|
|
1791
|
-
[key: string]: any;
|
|
1792
|
-
});
|
|
1793
|
-
}
|
|
1794
|
-
export declare class UpdateVerifySettingResponse extends $tea.Model {
|
|
1795
|
-
headers: {
|
|
1796
|
-
[key: string]: string;
|
|
1797
|
-
};
|
|
1798
|
-
body: UpdateVerifySettingResponseBody;
|
|
1799
|
-
static names(): {
|
|
1800
|
-
[key: string]: string;
|
|
1801
|
-
};
|
|
1802
|
-
static types(): {
|
|
1803
|
-
[key: string]: any;
|
|
1804
|
-
};
|
|
1805
|
-
constructor(map?: {
|
|
1806
|
-
[key: string]: any;
|
|
1807
|
-
});
|
|
1808
|
-
}
|
|
1809
|
-
export declare class VerifyDeviceRequest extends $tea.Model {
|
|
1810
|
-
appVersion?: string;
|
|
1811
|
-
certifyData?: string;
|
|
1812
|
-
certifyId?: string;
|
|
1813
|
-
deviceToken?: string;
|
|
1814
|
-
extInfo?: string;
|
|
1815
|
-
regionId?: string;
|
|
1816
|
-
static names(): {
|
|
1817
|
-
[key: string]: string;
|
|
1818
|
-
};
|
|
1819
|
-
static types(): {
|
|
1820
|
-
[key: string]: any;
|
|
1821
|
-
};
|
|
1822
|
-
constructor(map?: {
|
|
1823
|
-
[key: string]: any;
|
|
1824
|
-
});
|
|
1825
|
-
}
|
|
1826
|
-
export declare class VerifyDeviceResponseBody extends $tea.Model {
|
|
1827
|
-
code?: string;
|
|
1828
|
-
message?: string;
|
|
1829
|
-
requestId?: string;
|
|
1830
|
-
resultObject?: VerifyDeviceResponseBodyResultObject;
|
|
1831
|
-
static names(): {
|
|
1832
|
-
[key: string]: string;
|
|
1833
|
-
};
|
|
1834
|
-
static types(): {
|
|
1835
|
-
[key: string]: any;
|
|
1836
|
-
};
|
|
1837
|
-
constructor(map?: {
|
|
1838
|
-
[key: string]: any;
|
|
1839
|
-
});
|
|
1840
|
-
}
|
|
1841
|
-
export declare class VerifyDeviceResponse extends $tea.Model {
|
|
1842
|
-
headers: {
|
|
1843
|
-
[key: string]: string;
|
|
1844
|
-
};
|
|
1845
|
-
body: VerifyDeviceResponseBody;
|
|
1846
|
-
static names(): {
|
|
1847
|
-
[key: string]: string;
|
|
1848
|
-
};
|
|
1849
|
-
static types(): {
|
|
1850
|
-
[key: string]: any;
|
|
1851
|
-
};
|
|
1852
|
-
constructor(map?: {
|
|
1853
|
-
[key: string]: any;
|
|
1854
|
-
});
|
|
1855
|
-
}
|
|
1856
|
-
export declare class VerifyMaterialRequest extends $tea.Model {
|
|
1857
|
-
bizId?: string;
|
|
1858
|
-
bizType?: string;
|
|
1859
|
-
faceImageUrl?: string;
|
|
1860
|
-
idCardBackImageUrl?: string;
|
|
1861
|
-
idCardFrontImageUrl?: string;
|
|
1862
|
-
idCardNumber?: string;
|
|
1863
|
-
name?: string;
|
|
1864
|
-
regionId?: string;
|
|
1865
|
-
userId?: string;
|
|
1866
|
-
static names(): {
|
|
1867
|
-
[key: string]: string;
|
|
1868
|
-
};
|
|
1869
|
-
static types(): {
|
|
1870
|
-
[key: string]: any;
|
|
1871
|
-
};
|
|
1872
|
-
constructor(map?: {
|
|
1873
|
-
[key: string]: any;
|
|
1874
|
-
});
|
|
1875
|
-
}
|
|
1876
|
-
export declare class VerifyMaterialResponseBody extends $tea.Model {
|
|
1877
|
-
authorityComparisionScore?: number;
|
|
1878
|
-
idCardFaceComparisonScore?: number;
|
|
1879
|
-
material?: VerifyMaterialResponseBodyMaterial;
|
|
1880
|
-
requestId?: string;
|
|
1881
|
-
verifyStatus?: number;
|
|
1882
|
-
verifyToken?: string;
|
|
1883
|
-
static names(): {
|
|
1884
|
-
[key: string]: string;
|
|
1885
|
-
};
|
|
1886
|
-
static types(): {
|
|
1887
|
-
[key: string]: any;
|
|
1888
|
-
};
|
|
1889
|
-
constructor(map?: {
|
|
1890
|
-
[key: string]: any;
|
|
1891
|
-
});
|
|
1892
|
-
}
|
|
1893
|
-
export declare class VerifyMaterialResponse extends $tea.Model {
|
|
1894
|
-
headers: {
|
|
1895
|
-
[key: string]: string;
|
|
1896
|
-
};
|
|
1897
|
-
body: VerifyMaterialResponseBody;
|
|
1898
|
-
static names(): {
|
|
1899
|
-
[key: string]: string;
|
|
1900
|
-
};
|
|
1901
|
-
static types(): {
|
|
1902
|
-
[key: string]: any;
|
|
1903
|
-
};
|
|
1904
|
-
constructor(map?: {
|
|
1905
|
-
[key: string]: any;
|
|
1906
|
-
});
|
|
1907
|
-
}
|
|
1908
|
-
export declare class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
1909
|
-
certifyId?: string;
|
|
1910
|
-
passed?: string;
|
|
1911
|
-
verifyScore?: number;
|
|
1912
|
-
static names(): {
|
|
1913
|
-
[key: string]: string;
|
|
1914
|
-
};
|
|
1915
|
-
static types(): {
|
|
1916
|
-
[key: string]: any;
|
|
1917
|
-
};
|
|
1918
|
-
constructor(map?: {
|
|
1919
|
-
[key: string]: any;
|
|
1920
|
-
});
|
|
1921
|
-
}
|
|
1922
|
-
export declare class CompareFacesResponseBodyData extends $tea.Model {
|
|
1923
|
-
confidenceThresholds?: string;
|
|
1924
|
-
similarityScore?: number;
|
|
1925
|
-
static names(): {
|
|
1926
|
-
[key: string]: string;
|
|
1927
|
-
};
|
|
1928
|
-
static types(): {
|
|
1929
|
-
[key: string]: any;
|
|
1930
|
-
};
|
|
1931
|
-
constructor(map?: {
|
|
1932
|
-
[key: string]: any;
|
|
1933
|
-
});
|
|
1934
|
-
}
|
|
1935
|
-
export declare class ContrastFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
1936
|
-
certifyId?: string;
|
|
1937
|
-
identityInfo?: string;
|
|
1938
|
-
materialInfo?: string;
|
|
1939
|
-
passed?: string;
|
|
1940
|
-
subCode?: string;
|
|
1941
|
-
static names(): {
|
|
1942
|
-
[key: string]: string;
|
|
1943
|
-
};
|
|
1944
|
-
static types(): {
|
|
1945
|
-
[key: string]: any;
|
|
1946
|
-
};
|
|
1947
|
-
constructor(map?: {
|
|
1948
|
-
[key: string]: any;
|
|
1949
|
-
});
|
|
1950
|
-
}
|
|
1951
|
-
export declare class DescribeAppInfoResponseBodyAppInfoListDebugPackageInfo extends $tea.Model {
|
|
1952
|
-
version?: string;
|
|
1953
|
-
static names(): {
|
|
1954
|
-
[key: string]: string;
|
|
1955
|
-
};
|
|
1956
|
-
static types(): {
|
|
1957
|
-
[key: string]: any;
|
|
1958
|
-
};
|
|
1959
|
-
constructor(map?: {
|
|
1960
|
-
[key: string]: any;
|
|
1961
|
-
});
|
|
1962
|
-
}
|
|
1963
|
-
export declare class DescribeAppInfoResponseBodyAppInfoListPackageInfo extends $tea.Model {
|
|
1964
|
-
version?: string;
|
|
1965
|
-
static names(): {
|
|
1966
|
-
[key: string]: string;
|
|
1967
|
-
};
|
|
1968
|
-
static types(): {
|
|
1969
|
-
[key: string]: any;
|
|
1970
|
-
};
|
|
1971
|
-
constructor(map?: {
|
|
1972
|
-
[key: string]: any;
|
|
1973
|
-
});
|
|
1974
|
-
}
|
|
1975
|
-
export declare class DescribeAppInfoResponseBodyAppInfoList extends $tea.Model {
|
|
1976
|
-
debugPackageInfo?: DescribeAppInfoResponseBodyAppInfoListDebugPackageInfo;
|
|
1977
|
-
endDate?: string;
|
|
1978
|
-
icon?: string;
|
|
1979
|
-
id?: number;
|
|
1980
|
-
name?: string;
|
|
1981
|
-
packageInfo?: DescribeAppInfoResponseBodyAppInfoListPackageInfo;
|
|
1982
|
-
packageName?: string;
|
|
1983
|
-
startDate?: string;
|
|
1984
|
-
type?: number;
|
|
1985
|
-
static names(): {
|
|
1986
|
-
[key: string]: string;
|
|
1987
|
-
};
|
|
1988
|
-
static types(): {
|
|
1989
|
-
[key: string]: any;
|
|
1990
|
-
};
|
|
1991
|
-
constructor(map?: {
|
|
1992
|
-
[key: string]: any;
|
|
1993
|
-
});
|
|
1994
|
-
}
|
|
1995
|
-
export declare class DescribeDeviceInfoResponseBodyDeviceInfoListDeviceInfo extends $tea.Model {
|
|
1996
|
-
beginDay?: string;
|
|
1997
|
-
bizType?: string;
|
|
1998
|
-
deviceId?: string;
|
|
1999
|
-
expiredDay?: string;
|
|
2000
|
-
userDeviceId?: string;
|
|
874
|
+
export declare class DescribeDeviceInfoResponseBodyDeviceInfoListDeviceInfo extends $tea.Model {
|
|
875
|
+
beginDay?: string;
|
|
876
|
+
bizType?: string;
|
|
877
|
+
deviceId?: string;
|
|
878
|
+
expiredDay?: string;
|
|
879
|
+
userDeviceId?: string;
|
|
2001
880
|
static names(): {
|
|
2002
881
|
[key: string]: string;
|
|
2003
882
|
};
|
|
@@ -2020,33 +899,6 @@ export declare class DescribeDeviceInfoResponseBodyDeviceInfoList extends $tea.M
|
|
|
2020
899
|
[key: string]: any;
|
|
2021
900
|
});
|
|
2022
901
|
}
|
|
2023
|
-
export declare class DescribeFaceConfigResponseBodyItems extends $tea.Model {
|
|
2024
|
-
bizName?: string;
|
|
2025
|
-
bizType?: string;
|
|
2026
|
-
gmtUpdated?: number;
|
|
2027
|
-
static names(): {
|
|
2028
|
-
[key: string]: string;
|
|
2029
|
-
};
|
|
2030
|
-
static types(): {
|
|
2031
|
-
[key: string]: any;
|
|
2032
|
-
};
|
|
2033
|
-
constructor(map?: {
|
|
2034
|
-
[key: string]: any;
|
|
2035
|
-
});
|
|
2036
|
-
}
|
|
2037
|
-
export declare class DescribeFaceUsageResponseBodyFaceUsageList extends $tea.Model {
|
|
2038
|
-
date?: string;
|
|
2039
|
-
totalCount?: number;
|
|
2040
|
-
static names(): {
|
|
2041
|
-
[key: string]: string;
|
|
2042
|
-
};
|
|
2043
|
-
static types(): {
|
|
2044
|
-
[key: string]: any;
|
|
2045
|
-
};
|
|
2046
|
-
constructor(map?: {
|
|
2047
|
-
[key: string]: any;
|
|
2048
|
-
});
|
|
2049
|
-
}
|
|
2050
902
|
export declare class DescribeFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2051
903
|
deviceToken?: string;
|
|
2052
904
|
identityInfo?: string;
|
|
@@ -2081,107 +933,6 @@ export declare class DescribeOssUploadTokenResponseBodyOssUploadToken extends $t
|
|
|
2081
933
|
[key: string]: any;
|
|
2082
934
|
});
|
|
2083
935
|
}
|
|
2084
|
-
export declare class DescribeUpdatePackageResultResponseBodyAppInfoDebugPackageInfo extends $tea.Model {
|
|
2085
|
-
version?: string;
|
|
2086
|
-
static names(): {
|
|
2087
|
-
[key: string]: string;
|
|
2088
|
-
};
|
|
2089
|
-
static types(): {
|
|
2090
|
-
[key: string]: any;
|
|
2091
|
-
};
|
|
2092
|
-
constructor(map?: {
|
|
2093
|
-
[key: string]: any;
|
|
2094
|
-
});
|
|
2095
|
-
}
|
|
2096
|
-
export declare class DescribeUpdatePackageResultResponseBodyAppInfoPackageInfo extends $tea.Model {
|
|
2097
|
-
version?: string;
|
|
2098
|
-
static names(): {
|
|
2099
|
-
[key: string]: string;
|
|
2100
|
-
};
|
|
2101
|
-
static types(): {
|
|
2102
|
-
[key: string]: any;
|
|
2103
|
-
};
|
|
2104
|
-
constructor(map?: {
|
|
2105
|
-
[key: string]: any;
|
|
2106
|
-
});
|
|
2107
|
-
}
|
|
2108
|
-
export declare class DescribeUpdatePackageResultResponseBodyAppInfo extends $tea.Model {
|
|
2109
|
-
debugPackageInfo?: DescribeUpdatePackageResultResponseBodyAppInfoDebugPackageInfo;
|
|
2110
|
-
endDate?: string;
|
|
2111
|
-
icon?: string;
|
|
2112
|
-
id?: number;
|
|
2113
|
-
name?: string;
|
|
2114
|
-
packageInfo?: DescribeUpdatePackageResultResponseBodyAppInfoPackageInfo;
|
|
2115
|
-
packageName?: string;
|
|
2116
|
-
startDate?: string;
|
|
2117
|
-
type?: number;
|
|
2118
|
-
static names(): {
|
|
2119
|
-
[key: string]: string;
|
|
2120
|
-
};
|
|
2121
|
-
static types(): {
|
|
2122
|
-
[key: string]: any;
|
|
2123
|
-
};
|
|
2124
|
-
constructor(map?: {
|
|
2125
|
-
[key: string]: any;
|
|
2126
|
-
});
|
|
2127
|
-
}
|
|
2128
|
-
export declare class DescribeVerifyRecordsResponseBodyRecordsListMaterialIdCardInfo extends $tea.Model {
|
|
2129
|
-
address?: string;
|
|
2130
|
-
authority?: string;
|
|
2131
|
-
backImageUrl?: string;
|
|
2132
|
-
birth?: string;
|
|
2133
|
-
endDate?: string;
|
|
2134
|
-
frontImageUrl?: string;
|
|
2135
|
-
name?: string;
|
|
2136
|
-
nationality?: string;
|
|
2137
|
-
number?: string;
|
|
2138
|
-
sex?: string;
|
|
2139
|
-
startDate?: string;
|
|
2140
|
-
static names(): {
|
|
2141
|
-
[key: string]: string;
|
|
2142
|
-
};
|
|
2143
|
-
static types(): {
|
|
2144
|
-
[key: string]: any;
|
|
2145
|
-
};
|
|
2146
|
-
constructor(map?: {
|
|
2147
|
-
[key: string]: any;
|
|
2148
|
-
});
|
|
2149
|
-
}
|
|
2150
|
-
export declare class DescribeVerifyRecordsResponseBodyRecordsListMaterial extends $tea.Model {
|
|
2151
|
-
faceImageUrl?: string;
|
|
2152
|
-
idCardInfo?: DescribeVerifyRecordsResponseBodyRecordsListMaterialIdCardInfo;
|
|
2153
|
-
idCardName?: string;
|
|
2154
|
-
idCardNumber?: string;
|
|
2155
|
-
static names(): {
|
|
2156
|
-
[key: string]: string;
|
|
2157
|
-
};
|
|
2158
|
-
static types(): {
|
|
2159
|
-
[key: string]: any;
|
|
2160
|
-
};
|
|
2161
|
-
constructor(map?: {
|
|
2162
|
-
[key: string]: any;
|
|
2163
|
-
});
|
|
2164
|
-
}
|
|
2165
|
-
export declare class DescribeVerifyRecordsResponseBodyRecordsList extends $tea.Model {
|
|
2166
|
-
authorityComparisonScore?: number;
|
|
2167
|
-
bizId?: string;
|
|
2168
|
-
bizType?: string;
|
|
2169
|
-
dataStats?: string;
|
|
2170
|
-
finishTime?: number;
|
|
2171
|
-
idCardFaceComparisonScore?: number;
|
|
2172
|
-
material?: DescribeVerifyRecordsResponseBodyRecordsListMaterial;
|
|
2173
|
-
status?: number;
|
|
2174
|
-
verifyId?: string;
|
|
2175
|
-
static names(): {
|
|
2176
|
-
[key: string]: string;
|
|
2177
|
-
};
|
|
2178
|
-
static types(): {
|
|
2179
|
-
[key: string]: any;
|
|
2180
|
-
};
|
|
2181
|
-
constructor(map?: {
|
|
2182
|
-
[key: string]: any;
|
|
2183
|
-
});
|
|
2184
|
-
}
|
|
2185
936
|
export declare class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
2186
937
|
address?: string;
|
|
2187
938
|
authority?: string;
|
|
@@ -2222,21 +973,6 @@ export declare class DescribeVerifyResultResponseBodyMaterial extends $tea.Model
|
|
|
2222
973
|
[key: string]: any;
|
|
2223
974
|
});
|
|
2224
975
|
}
|
|
2225
|
-
export declare class DescribeVerifySettingResponseBodyVerifySettingList extends $tea.Model {
|
|
2226
|
-
bizName?: string;
|
|
2227
|
-
bizType?: string;
|
|
2228
|
-
solution?: string;
|
|
2229
|
-
stepList?: string[];
|
|
2230
|
-
static names(): {
|
|
2231
|
-
[key: string]: string;
|
|
2232
|
-
};
|
|
2233
|
-
static types(): {
|
|
2234
|
-
[key: string]: any;
|
|
2235
|
-
};
|
|
2236
|
-
constructor(map?: {
|
|
2237
|
-
[key: string]: any;
|
|
2238
|
-
});
|
|
2239
|
-
}
|
|
2240
976
|
export declare class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
2241
977
|
bucket?: string;
|
|
2242
978
|
endPoint?: string;
|
|
@@ -2255,63 +991,6 @@ export declare class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.
|
|
|
2255
991
|
[key: string]: any;
|
|
2256
992
|
});
|
|
2257
993
|
}
|
|
2258
|
-
export declare class DescribeVerifyUsageResponseBodyVerifyUsageList extends $tea.Model {
|
|
2259
|
-
bizType?: string;
|
|
2260
|
-
date?: string;
|
|
2261
|
-
failCount?: number;
|
|
2262
|
-
passCount?: number;
|
|
2263
|
-
totalCount?: number;
|
|
2264
|
-
static names(): {
|
|
2265
|
-
[key: string]: string;
|
|
2266
|
-
};
|
|
2267
|
-
static types(): {
|
|
2268
|
-
[key: string]: any;
|
|
2269
|
-
};
|
|
2270
|
-
constructor(map?: {
|
|
2271
|
-
[key: string]: any;
|
|
2272
|
-
});
|
|
2273
|
-
}
|
|
2274
|
-
export declare class DescribeWhitelistResponseBodyItems extends $tea.Model {
|
|
2275
|
-
bizId?: string;
|
|
2276
|
-
bizType?: string;
|
|
2277
|
-
endDate?: number;
|
|
2278
|
-
gmtCreate?: number;
|
|
2279
|
-
gmtModified?: number;
|
|
2280
|
-
id?: number;
|
|
2281
|
-
idCardNum?: string;
|
|
2282
|
-
startDate?: number;
|
|
2283
|
-
uid?: number;
|
|
2284
|
-
valid?: number;
|
|
2285
|
-
static names(): {
|
|
2286
|
-
[key: string]: string;
|
|
2287
|
-
};
|
|
2288
|
-
static types(): {
|
|
2289
|
-
[key: string]: any;
|
|
2290
|
-
};
|
|
2291
|
-
constructor(map?: {
|
|
2292
|
-
[key: string]: any;
|
|
2293
|
-
});
|
|
2294
|
-
}
|
|
2295
|
-
export declare class DescribeWhitelistSettingResponseBodyItems extends $tea.Model {
|
|
2296
|
-
certNo?: string;
|
|
2297
|
-
certifyId?: string;
|
|
2298
|
-
gmtCreate?: string;
|
|
2299
|
-
gmtModified?: string;
|
|
2300
|
-
id?: number;
|
|
2301
|
-
sceneId?: number;
|
|
2302
|
-
status?: string;
|
|
2303
|
-
validEndDate?: string;
|
|
2304
|
-
validStartDate?: string;
|
|
2305
|
-
static names(): {
|
|
2306
|
-
[key: string]: string;
|
|
2307
|
-
};
|
|
2308
|
-
static types(): {
|
|
2309
|
-
[key: string]: any;
|
|
2310
|
-
};
|
|
2311
|
-
constructor(map?: {
|
|
2312
|
-
[key: string]: any;
|
|
2313
|
-
});
|
|
2314
|
-
}
|
|
2315
994
|
export declare class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose extends $tea.Model {
|
|
2316
995
|
pitchAngle?: number;
|
|
2317
996
|
rollAngle?: number;
|
|
@@ -2412,32 +1091,6 @@ export declare class DetectFaceAttributesResponseBodyData extends $tea.Model {
|
|
|
2412
1091
|
[key: string]: any;
|
|
2413
1092
|
});
|
|
2414
1093
|
}
|
|
2415
|
-
export declare class InitDeviceResponseBodyResultObject extends $tea.Model {
|
|
2416
|
-
accessKeyId?: string;
|
|
2417
|
-
accessKeySecret?: string;
|
|
2418
|
-
bucketName?: string;
|
|
2419
|
-
certifyId?: string;
|
|
2420
|
-
extParams?: string;
|
|
2421
|
-
fileName?: string;
|
|
2422
|
-
fileNamePrefix?: string;
|
|
2423
|
-
message?: string;
|
|
2424
|
-
ossEndPoint?: string;
|
|
2425
|
-
presignedUrl?: string;
|
|
2426
|
-
protocol?: string;
|
|
2427
|
-
retCode?: string;
|
|
2428
|
-
retCodeSub?: string;
|
|
2429
|
-
retMessageSub?: string;
|
|
2430
|
-
securityToken?: string;
|
|
2431
|
-
static names(): {
|
|
2432
|
-
[key: string]: string;
|
|
2433
|
-
};
|
|
2434
|
-
static types(): {
|
|
2435
|
-
[key: string]: any;
|
|
2436
|
-
};
|
|
2437
|
-
constructor(map?: {
|
|
2438
|
-
[key: string]: any;
|
|
2439
|
-
});
|
|
2440
|
-
}
|
|
2441
1094
|
export declare class InitFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2442
1095
|
certifyId?: string;
|
|
2443
1096
|
certifyUrl?: string;
|
|
@@ -2466,23 +1119,6 @@ export declare class LivenessFaceVerifyResponseBodyResultObject extends $tea.Mod
|
|
|
2466
1119
|
[key: string]: any;
|
|
2467
1120
|
});
|
|
2468
1121
|
}
|
|
2469
|
-
export declare class VerifyDeviceResponseBodyResultObject extends $tea.Model {
|
|
2470
|
-
extParams?: string;
|
|
2471
|
-
hasNext?: string;
|
|
2472
|
-
productRetCode?: string;
|
|
2473
|
-
retCodeSub?: string;
|
|
2474
|
-
retMessageSub?: string;
|
|
2475
|
-
validationRetCode?: string;
|
|
2476
|
-
static names(): {
|
|
2477
|
-
[key: string]: string;
|
|
2478
|
-
};
|
|
2479
|
-
static types(): {
|
|
2480
|
-
[key: string]: any;
|
|
2481
|
-
};
|
|
2482
|
-
constructor(map?: {
|
|
2483
|
-
[key: string]: any;
|
|
2484
|
-
});
|
|
2485
|
-
}
|
|
2486
1122
|
export declare class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
2487
1123
|
address?: string;
|
|
2488
1124
|
authority?: string;
|
|
@@ -2536,78 +1172,28 @@ export default class Client extends OpenApi {
|
|
|
2536
1172
|
contrastFaceVerifyAdvance(request: ContrastFaceVerifyAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse>;
|
|
2537
1173
|
createAuthKeyWithOptions(request: CreateAuthKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAuthKeyResponse>;
|
|
2538
1174
|
createAuthKey(request: CreateAuthKeyRequest): Promise<CreateAuthKeyResponse>;
|
|
2539
|
-
createFaceConfigWithOptions(request: CreateFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateFaceConfigResponse>;
|
|
2540
|
-
createFaceConfig(request: CreateFaceConfigRequest): Promise<CreateFaceConfigResponse>;
|
|
2541
|
-
createRPSDKWithOptions(request: CreateRPSDKRequest, runtime: $Util.RuntimeOptions): Promise<CreateRPSDKResponse>;
|
|
2542
|
-
createRPSDK(request: CreateRPSDKRequest): Promise<CreateRPSDKResponse>;
|
|
2543
|
-
createVerifySDKWithOptions(request: CreateVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySDKResponse>;
|
|
2544
|
-
createVerifySDK(request: CreateVerifySDKRequest): Promise<CreateVerifySDKResponse>;
|
|
2545
1175
|
createVerifySettingWithOptions(request: CreateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySettingResponse>;
|
|
2546
1176
|
createVerifySetting(request: CreateVerifySettingRequest): Promise<CreateVerifySettingResponse>;
|
|
2547
|
-
createWhitelistWithOptions(request: CreateWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<CreateWhitelistResponse>;
|
|
2548
|
-
createWhitelist(request: CreateWhitelistRequest): Promise<CreateWhitelistResponse>;
|
|
2549
|
-
createWhitelistSettingWithOptions(request: CreateWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateWhitelistSettingResponse>;
|
|
2550
|
-
createWhitelistSetting(request: CreateWhitelistSettingRequest): Promise<CreateWhitelistSettingResponse>;
|
|
2551
|
-
deleteWhitelistWithOptions(request: DeleteWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWhitelistResponse>;
|
|
2552
|
-
deleteWhitelist(request: DeleteWhitelistRequest): Promise<DeleteWhitelistResponse>;
|
|
2553
|
-
deleteWhitelistSettingWithOptions(request: DeleteWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWhitelistSettingResponse>;
|
|
2554
|
-
deleteWhitelistSetting(request: DeleteWhitelistSettingRequest): Promise<DeleteWhitelistSettingResponse>;
|
|
2555
|
-
describeAppInfoWithOptions(request: DescribeAppInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppInfoResponse>;
|
|
2556
|
-
describeAppInfo(request: DescribeAppInfoRequest): Promise<DescribeAppInfoResponse>;
|
|
2557
1177
|
describeDeviceInfoWithOptions(request: DescribeDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeviceInfoResponse>;
|
|
2558
1178
|
describeDeviceInfo(request: DescribeDeviceInfoRequest): Promise<DescribeDeviceInfoResponse>;
|
|
2559
|
-
describeFaceConfigWithOptions(request: DescribeFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceConfigResponse>;
|
|
2560
|
-
describeFaceConfig(request: DescribeFaceConfigRequest): Promise<DescribeFaceConfigResponse>;
|
|
2561
|
-
describeFaceUsageWithOptions(request: DescribeFaceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceUsageResponse>;
|
|
2562
|
-
describeFaceUsage(request: DescribeFaceUsageRequest): Promise<DescribeFaceUsageResponse>;
|
|
2563
1179
|
describeFaceVerifyWithOptions(request: DescribeFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceVerifyResponse>;
|
|
2564
1180
|
describeFaceVerify(request: DescribeFaceVerifyRequest): Promise<DescribeFaceVerifyResponse>;
|
|
2565
1181
|
describeOssUploadTokenWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeOssUploadTokenResponse>;
|
|
2566
1182
|
describeOssUploadToken(): Promise<DescribeOssUploadTokenResponse>;
|
|
2567
|
-
describeRPSDKWithOptions(request: DescribeRPSDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRPSDKResponse>;
|
|
2568
|
-
describeRPSDK(request: DescribeRPSDKRequest): Promise<DescribeRPSDKResponse>;
|
|
2569
|
-
describeSdkUrlWithOptions(request: DescribeSdkUrlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSdkUrlResponse>;
|
|
2570
|
-
describeSdkUrl(request: DescribeSdkUrlRequest): Promise<DescribeSdkUrlResponse>;
|
|
2571
|
-
describeUpdatePackageResultWithOptions(request: DescribeUpdatePackageResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpdatePackageResultResponse>;
|
|
2572
|
-
describeUpdatePackageResult(request: DescribeUpdatePackageResultRequest): Promise<DescribeUpdatePackageResultResponse>;
|
|
2573
|
-
describeUploadInfoWithOptions(request: DescribeUploadInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUploadInfoResponse>;
|
|
2574
|
-
describeUploadInfo(request: DescribeUploadInfoRequest): Promise<DescribeUploadInfoResponse>;
|
|
2575
|
-
describeUserStatusWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeUserStatusResponse>;
|
|
2576
|
-
describeUserStatus(): Promise<DescribeUserStatusResponse>;
|
|
2577
|
-
describeVerifyRecordsWithOptions(request: DescribeVerifyRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyRecordsResponse>;
|
|
2578
|
-
describeVerifyRecords(request: DescribeVerifyRecordsRequest): Promise<DescribeVerifyRecordsResponse>;
|
|
2579
1183
|
describeVerifyResultWithOptions(request: DescribeVerifyResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyResultResponse>;
|
|
2580
1184
|
describeVerifyResult(request: DescribeVerifyResultRequest): Promise<DescribeVerifyResultResponse>;
|
|
2581
1185
|
describeVerifySDKWithOptions(request: DescribeVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifySDKResponse>;
|
|
2582
1186
|
describeVerifySDK(request: DescribeVerifySDKRequest): Promise<DescribeVerifySDKResponse>;
|
|
2583
|
-
describeVerifySettingWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVerifySettingResponse>;
|
|
2584
|
-
describeVerifySetting(): Promise<DescribeVerifySettingResponse>;
|
|
2585
1187
|
describeVerifyTokenWithOptions(request: DescribeVerifyTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyTokenResponse>;
|
|
2586
1188
|
describeVerifyToken(request: DescribeVerifyTokenRequest): Promise<DescribeVerifyTokenResponse>;
|
|
2587
|
-
describeVerifyUsageWithOptions(request: DescribeVerifyUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyUsageResponse>;
|
|
2588
|
-
describeVerifyUsage(request: DescribeVerifyUsageRequest): Promise<DescribeVerifyUsageResponse>;
|
|
2589
|
-
describeWhitelistWithOptions(request: DescribeWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhitelistResponse>;
|
|
2590
|
-
describeWhitelist(request: DescribeWhitelistRequest): Promise<DescribeWhitelistResponse>;
|
|
2591
|
-
describeWhitelistSettingWithOptions(request: DescribeWhitelistSettingRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhitelistSettingResponse>;
|
|
2592
|
-
describeWhitelistSetting(request: DescribeWhitelistSettingRequest): Promise<DescribeWhitelistSettingResponse>;
|
|
2593
1189
|
detectFaceAttributesWithOptions(request: DetectFaceAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DetectFaceAttributesResponse>;
|
|
2594
1190
|
detectFaceAttributes(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse>;
|
|
2595
|
-
initDeviceWithOptions(request: InitDeviceRequest, runtime: $Util.RuntimeOptions): Promise<InitDeviceResponse>;
|
|
2596
|
-
initDevice(request: InitDeviceRequest): Promise<InitDeviceResponse>;
|
|
2597
1191
|
initFaceVerifyWithOptions(request: InitFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<InitFaceVerifyResponse>;
|
|
2598
1192
|
initFaceVerify(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse>;
|
|
2599
1193
|
livenessFaceVerifyWithOptions(request: LivenessFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<LivenessFaceVerifyResponse>;
|
|
2600
1194
|
livenessFaceVerify(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse>;
|
|
2601
1195
|
modifyDeviceInfoWithOptions(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse>;
|
|
2602
1196
|
modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse>;
|
|
2603
|
-
updateAppPackageWithOptions(request: UpdateAppPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAppPackageResponse>;
|
|
2604
|
-
updateAppPackage(request: UpdateAppPackageRequest): Promise<UpdateAppPackageResponse>;
|
|
2605
|
-
updateFaceConfigWithOptions(request: UpdateFaceConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFaceConfigResponse>;
|
|
2606
|
-
updateFaceConfig(request: UpdateFaceConfigRequest): Promise<UpdateFaceConfigResponse>;
|
|
2607
|
-
updateVerifySettingWithOptions(request: UpdateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<UpdateVerifySettingResponse>;
|
|
2608
|
-
updateVerifySetting(request: UpdateVerifySettingRequest): Promise<UpdateVerifySettingResponse>;
|
|
2609
|
-
verifyDeviceWithOptions(request: VerifyDeviceRequest, runtime: $Util.RuntimeOptions): Promise<VerifyDeviceResponse>;
|
|
2610
|
-
verifyDevice(request: VerifyDeviceRequest): Promise<VerifyDeviceResponse>;
|
|
2611
1197
|
verifyMaterialWithOptions(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse>;
|
|
2612
1198
|
verifyMaterial(request: VerifyMaterialRequest): Promise<VerifyMaterialResponse>;
|
|
2613
1199
|
}
|