@regulaforensics/document-reader-webclient 9.2.690-nightly → 9.2.691-rc
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 +1 -41
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1142,30 +1142,6 @@ export declare interface BinaryData {
|
|
|
1142
1142
|
'RFID_ePassp_Directory'?: Array<RfidDataFileType>;
|
|
1143
1143
|
}
|
|
1144
1144
|
|
|
1145
|
-
/**
|
|
1146
|
-
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1147
|
-
* Do not edit the file manually.
|
|
1148
|
-
*/
|
|
1149
|
-
/**
|
|
1150
|
-
*
|
|
1151
|
-
* @export
|
|
1152
|
-
* @interface BSIV2Item
|
|
1153
|
-
*/
|
|
1154
|
-
export declare interface BSIV2Item {
|
|
1155
|
-
/**
|
|
1156
|
-
*
|
|
1157
|
-
* @type {string}
|
|
1158
|
-
* @memberof BSIV2Item
|
|
1159
|
-
*/
|
|
1160
|
-
'XML_buffer': string;
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
/**
|
|
1164
|
-
* @type BSIV2Result
|
|
1165
|
-
* @export
|
|
1166
|
-
*/
|
|
1167
|
-
export declare type BSIV2Result = BSIV2Item & ResultItem;
|
|
1168
|
-
|
|
1169
1145
|
/**
|
|
1170
1146
|
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1171
1147
|
* Do not edit the file manually.
|
|
@@ -1589,7 +1565,7 @@ export declare interface ContainerList {
|
|
|
1589
1565
|
* @type ContainerListListInner
|
|
1590
1566
|
* @export
|
|
1591
1567
|
*/
|
|
1592
|
-
export declare type ContainerListListInner = AuthenticityResult |
|
|
1568
|
+
export declare type ContainerListListInner = AuthenticityResult | BarcodePositionResult | ByteArrayResult | ChosenDocumentTypeResult | DocBarCodeInfo | DocumentBinaryInfoResult | DocumentImageResult | DocumentPositionResult | DocumentTypesCandidatesResult | EncryptedRCLResult | FaceDetectionResult | GraphicsResult | ImageQualityResult | ImagesResult | LexicalAnalysisResult | LicenseResult | MDLResult | MRZDetectorResult | MRZPositionResult | MRZTestQualityResult | RFIDGraphicsInfoResult | RFIDTextDataResult | StatusResult | TextDataResult | TextResult | VDSDataResult | VDSNCDataResult;
|
|
1593
1569
|
|
|
1594
1570
|
/**
|
|
1595
1571
|
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
@@ -9187,18 +9163,6 @@ export declare interface ProcessParams {
|
|
|
9187
9163
|
* @memberof ProcessParams
|
|
9188
9164
|
*/
|
|
9189
9165
|
'returnTransliteratedFields'?: boolean;
|
|
9190
|
-
/**
|
|
9191
|
-
* When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results.
|
|
9192
|
-
* @type {boolean}
|
|
9193
|
-
* @memberof ProcessParams
|
|
9194
|
-
*/
|
|
9195
|
-
'bsiTr03135Results'?: boolean;
|
|
9196
|
-
/**
|
|
9197
|
-
* When enabled, activates detection of the document holder’s signature presence.
|
|
9198
|
-
* @type {boolean}
|
|
9199
|
-
* @memberof ProcessParams
|
|
9200
|
-
*/
|
|
9201
|
-
'checkHoldersSignature'?: boolean;
|
|
9202
9166
|
}
|
|
9203
9167
|
|
|
9204
9168
|
/**
|
|
@@ -9641,10 +9605,6 @@ export declare enum Result {
|
|
|
9641
9605
|
* Contains result of barcode position
|
|
9642
9606
|
*/
|
|
9643
9607
|
BARCODE_POSITION = 62,
|
|
9644
|
-
/**
|
|
9645
|
-
* Contains results in accordance with the BSI TR-03135 standard
|
|
9646
|
-
*/
|
|
9647
|
-
BSI_XML_V2 = 73,
|
|
9648
9608
|
/**
|
|
9649
9609
|
* Contains information about document position on the input image, its center, angle, etc
|
|
9650
9610
|
*/
|