@regulaforensics/ionic-native-document-reader 8.4.273-rc → 8.4.274-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/example/package.json +3 -3
- package/index.d.ts +0 -133
- package/index.js +1 -77
- package/ngx/index.d.ts +0 -133
- package/ngx/index.js +2 -78
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/ngx/index.d.ts
CHANGED
|
@@ -1010,18 +1010,6 @@ export declare class PrepareProgress {
|
|
|
1010
1010
|
progress?: number;
|
|
1011
1011
|
static fromJson(jsonObject?: any): PrepareProgress | undefined;
|
|
1012
1012
|
}
|
|
1013
|
-
export declare class FilterObjectType {
|
|
1014
|
-
list?: any[];
|
|
1015
|
-
isInclude?: boolean;
|
|
1016
|
-
static fromJson(jsonObject?: any): FilterObjectType | undefined;
|
|
1017
|
-
}
|
|
1018
|
-
export declare class FilterObject {
|
|
1019
|
-
docIDsFilter?: FilterObjectType;
|
|
1020
|
-
docFormatsFilter?: FilterObjectType;
|
|
1021
|
-
docCategoriesFilter?: FilterObjectType;
|
|
1022
|
-
docCountriesFilter?: FilterObjectType;
|
|
1023
|
-
static fromJson(jsonObject?: any): FilterObject | undefined;
|
|
1024
|
-
}
|
|
1025
1013
|
export declare const FontStyle: {
|
|
1026
1014
|
NORMAL: number;
|
|
1027
1015
|
BOLD: number;
|
|
@@ -1181,15 +1169,6 @@ export declare const eRFID_ErrorCodes: {
|
|
|
1181
1169
|
RFID_ERROR_LAYER34_SAM_COLLISION: number;
|
|
1182
1170
|
RFID_ERROR_LAYER34_SAM_ACKNOWLEDGE: number;
|
|
1183
1171
|
};
|
|
1184
|
-
export declare const LivenessCheckType: {
|
|
1185
|
-
OVI: string;
|
|
1186
|
-
MLI: string;
|
|
1187
|
-
HOLO: string;
|
|
1188
|
-
ED: string;
|
|
1189
|
-
BLACK_AND_WHITE_COPY: string;
|
|
1190
|
-
DYNAPRINT: string;
|
|
1191
|
-
GEOMETRY: string;
|
|
1192
|
-
};
|
|
1193
1172
|
export declare const eLDS_ParsingErrorCodes: {
|
|
1194
1173
|
ERR_LDS_OK: number;
|
|
1195
1174
|
ERR_LDS_ASN_INCORRECT_DATA: number;
|
|
@@ -1397,9 +1376,6 @@ export declare const LineCap: {
|
|
|
1397
1376
|
ROUND: number;
|
|
1398
1377
|
SQUARE: number;
|
|
1399
1378
|
};
|
|
1400
|
-
export declare const FilterCheckType: {
|
|
1401
|
-
CHECK_AUTH: string;
|
|
1402
|
-
};
|
|
1403
1379
|
export declare const eRPRM_FieldVerificationResult: {
|
|
1404
1380
|
RCF_DISABLED: number;
|
|
1405
1381
|
RCF_VERIFIED: number;
|
|
@@ -2176,23 +2152,6 @@ export declare const eRFID_SDK_ProfilerType: {
|
|
|
2176
2152
|
SPT_DOC_9303_EDITION_2006: number;
|
|
2177
2153
|
SPT_DOC_9303_LDS_PKI_MAINTENANCE: number;
|
|
2178
2154
|
};
|
|
2179
|
-
export declare const AuthenticityCheckType: {
|
|
2180
|
-
USE_LIVENESS: string;
|
|
2181
|
-
UV_LUMINISCENCE: string;
|
|
2182
|
-
IR_B900: string;
|
|
2183
|
-
IMAGE_PATTERNS: string;
|
|
2184
|
-
FIBERS: string;
|
|
2185
|
-
EXT_MRZ: string;
|
|
2186
|
-
EXT_OCR: string;
|
|
2187
|
-
AXIAL: string;
|
|
2188
|
-
BARCODE_FORMAT: string;
|
|
2189
|
-
IR_VISIBILITY: string;
|
|
2190
|
-
IPI: string;
|
|
2191
|
-
PHOTO_EMBEDDING: string;
|
|
2192
|
-
PHOTO_COMPARISON: string;
|
|
2193
|
-
LETTER_SCREEN: string;
|
|
2194
|
-
SECURITY_TEXT: string;
|
|
2195
|
-
};
|
|
2196
2155
|
export declare const diDocType: {
|
|
2197
2156
|
dtNotDefined: number;
|
|
2198
2157
|
dtPassport: number;
|
|
@@ -3633,15 +3592,6 @@ export declare const Enum: {
|
|
|
3633
3592
|
RFID_ERROR_LAYER34_SAM_COLLISION: number;
|
|
3634
3593
|
RFID_ERROR_LAYER34_SAM_ACKNOWLEDGE: number;
|
|
3635
3594
|
};
|
|
3636
|
-
LivenessCheckType: {
|
|
3637
|
-
OVI: string;
|
|
3638
|
-
MLI: string;
|
|
3639
|
-
HOLO: string;
|
|
3640
|
-
ED: string;
|
|
3641
|
-
BLACK_AND_WHITE_COPY: string;
|
|
3642
|
-
DYNAPRINT: string;
|
|
3643
|
-
GEOMETRY: string;
|
|
3644
|
-
};
|
|
3645
3595
|
eLDS_ParsingErrorCodes: {
|
|
3646
3596
|
ERR_LDS_OK: number;
|
|
3647
3597
|
ERR_LDS_ASN_INCORRECT_DATA: number;
|
|
@@ -3849,9 +3799,6 @@ export declare const Enum: {
|
|
|
3849
3799
|
ROUND: number;
|
|
3850
3800
|
SQUARE: number;
|
|
3851
3801
|
};
|
|
3852
|
-
FilterCheckType: {
|
|
3853
|
-
CHECK_AUTH: string;
|
|
3854
|
-
};
|
|
3855
3802
|
eRPRM_FieldVerificationResult: {
|
|
3856
3803
|
RCF_DISABLED: number;
|
|
3857
3804
|
RCF_VERIFIED: number;
|
|
@@ -4628,23 +4575,6 @@ export declare const Enum: {
|
|
|
4628
4575
|
SPT_DOC_9303_EDITION_2006: number;
|
|
4629
4576
|
SPT_DOC_9303_LDS_PKI_MAINTENANCE: number;
|
|
4630
4577
|
};
|
|
4631
|
-
AuthenticityCheckType: {
|
|
4632
|
-
USE_LIVENESS: string;
|
|
4633
|
-
UV_LUMINISCENCE: string;
|
|
4634
|
-
IR_B900: string;
|
|
4635
|
-
IMAGE_PATTERNS: string;
|
|
4636
|
-
FIBERS: string;
|
|
4637
|
-
EXT_MRZ: string;
|
|
4638
|
-
EXT_OCR: string;
|
|
4639
|
-
AXIAL: string;
|
|
4640
|
-
BARCODE_FORMAT: string;
|
|
4641
|
-
IR_VISIBILITY: string;
|
|
4642
|
-
IPI: string;
|
|
4643
|
-
PHOTO_EMBEDDING: string;
|
|
4644
|
-
PHOTO_COMPARISON: string;
|
|
4645
|
-
LETTER_SCREEN: string;
|
|
4646
|
-
SECURITY_TEXT: string;
|
|
4647
|
-
};
|
|
4648
4578
|
diDocType: {
|
|
4649
4579
|
dtNotDefined: number;
|
|
4650
4580
|
dtPassport: number;
|
|
@@ -6336,69 +6266,6 @@ export declare class DocumentReader extends AwesomeCordovaNativePlugin {
|
|
|
6336
6266
|
* @return {Promise<any>} Returns a promise
|
|
6337
6267
|
*/
|
|
6338
6268
|
getTranslation(className: string, value: number): Promise<any>;
|
|
6339
|
-
/**
|
|
6340
|
-
*
|
|
6341
|
-
*
|
|
6342
|
-
* @param {string} checkType
|
|
6343
|
-
* @param {FilterObject} filter
|
|
6344
|
-
* @return {Promise<any>} Returns a promise
|
|
6345
|
-
*/
|
|
6346
|
-
processParamsSetCheckFilter(checkType: string, filter: FilterObject): Promise<any>;
|
|
6347
|
-
/**
|
|
6348
|
-
*
|
|
6349
|
-
*
|
|
6350
|
-
* @param {string} checkType
|
|
6351
|
-
* @return {Promise<any>} Returns a promise
|
|
6352
|
-
*/
|
|
6353
|
-
processParamsRemoveCheckFilter(checkType: string): Promise<any>;
|
|
6354
|
-
/**
|
|
6355
|
-
*
|
|
6356
|
-
*
|
|
6357
|
-
* @return {Promise<any>} Returns a promise
|
|
6358
|
-
*/
|
|
6359
|
-
processParamsClearCheckFilter(): Promise<any>;
|
|
6360
|
-
/**
|
|
6361
|
-
*
|
|
6362
|
-
*
|
|
6363
|
-
* @param {string} checkType
|
|
6364
|
-
* @param {FilterObject} filter
|
|
6365
|
-
* @return {Promise<any>} Returns a promise
|
|
6366
|
-
*/
|
|
6367
|
-
authenticityParamsSetCheckFilter(checkType: string, filter: FilterObject): Promise<any>;
|
|
6368
|
-
/**
|
|
6369
|
-
*
|
|
6370
|
-
*
|
|
6371
|
-
* @param {string} checkType
|
|
6372
|
-
* @return {Promise<any>} Returns a promise
|
|
6373
|
-
*/
|
|
6374
|
-
authenticityParamsRemoveCheckFilter(checkType: string): Promise<any>;
|
|
6375
|
-
/**
|
|
6376
|
-
*
|
|
6377
|
-
*
|
|
6378
|
-
* @return {Promise<any>} Returns a promise
|
|
6379
|
-
*/
|
|
6380
|
-
authenticityParamsClearCheckFilter(): Promise<any>;
|
|
6381
|
-
/**
|
|
6382
|
-
*
|
|
6383
|
-
*
|
|
6384
|
-
* @param {string} checkType
|
|
6385
|
-
* @param {FilterObject} filter
|
|
6386
|
-
* @return {Promise<any>} Returns a promise
|
|
6387
|
-
*/
|
|
6388
|
-
livenessParamsSetCheckFilter(checkType: string, filter: FilterObject): Promise<any>;
|
|
6389
|
-
/**
|
|
6390
|
-
*
|
|
6391
|
-
*
|
|
6392
|
-
* @param {string} checkType
|
|
6393
|
-
* @return {Promise<any>} Returns a promise
|
|
6394
|
-
*/
|
|
6395
|
-
livenessParamsRemoveCheckFilter(checkType: string): Promise<any>;
|
|
6396
|
-
/**
|
|
6397
|
-
*
|
|
6398
|
-
*
|
|
6399
|
-
* @return {Promise<any>} Returns a promise
|
|
6400
|
-
*/
|
|
6401
|
-
livenessParamsClearCheckFilter(): Promise<any>;
|
|
6402
6269
|
textFieldValueByType(results: DocumentReaderResults, fieldType: number): Promise<string | undefined>;
|
|
6403
6270
|
textFieldValueByTypeLcid(results: DocumentReaderResults, fieldType: number, lcid: number): Promise<string | undefined>;
|
|
6404
6271
|
textFieldValueByTypeSource(results: DocumentReaderResults, fieldType: number, source: number): Promise<string | undefined>;
|