@regulaforensics/document-reader-webclient 8.3.530-nightly → 8.3.531-nightly
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/index.cjs +1 -1
- package/dist/index.d.ts +13 -5
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3462,10 +3462,10 @@ export declare interface FaceApiSearch {
|
|
|
3462
3462
|
'threshold'?: number;
|
|
3463
3463
|
/**
|
|
3464
3464
|
* The groups where to conduct the search.
|
|
3465
|
-
* @type {Array<
|
|
3465
|
+
* @type {Array<string>}
|
|
3466
3466
|
* @memberof FaceApiSearch
|
|
3467
3467
|
*/
|
|
3468
|
-
'group_ids'?: Array<
|
|
3468
|
+
'group_ids'?: Array<string>;
|
|
3469
3469
|
}
|
|
3470
3470
|
|
|
3471
3471
|
/**
|
|
@@ -11230,7 +11230,7 @@ export declare interface RfidSessionData {
|
|
|
11230
11230
|
* @type {RfidAccessKey}
|
|
11231
11231
|
* @memberof RfidSessionData
|
|
11232
11232
|
*/
|
|
11233
|
-
'Session_key'
|
|
11233
|
+
'Session_key'?: RfidAccessKey;
|
|
11234
11234
|
/**
|
|
11235
11235
|
*
|
|
11236
11236
|
* @type {RfidTerminal}
|
|
@@ -11874,7 +11874,15 @@ export declare enum Source {
|
|
|
11874
11874
|
/**
|
|
11875
11875
|
* External
|
|
11876
11876
|
*/
|
|
11877
|
-
EXTERNAL = "EXTERNAL"
|
|
11877
|
+
EXTERNAL = "EXTERNAL",
|
|
11878
|
+
/**
|
|
11879
|
+
* Live
|
|
11880
|
+
*/
|
|
11881
|
+
LIVE = "LIVE",
|
|
11882
|
+
/**
|
|
11883
|
+
* Fingerprint
|
|
11884
|
+
*/
|
|
11885
|
+
FINGERPRINT = "FINGERPRINT"
|
|
11878
11886
|
}
|
|
11879
11887
|
|
|
11880
11888
|
/**
|
|
@@ -15748,7 +15756,7 @@ export declare interface VisualExtendedFieldItem {
|
|
|
15748
15756
|
* @type {string}
|
|
15749
15757
|
* @memberof VisualExtendedFieldItem
|
|
15750
15758
|
*/
|
|
15751
|
-
'Buf_Text'
|
|
15759
|
+
'Buf_Text'?: string;
|
|
15752
15760
|
/**
|
|
15753
15761
|
*
|
|
15754
15762
|
* @type {string}
|