@regulaforensics/document-reader-webclient 9.2.691-rc → 9.2.693-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.d.ts CHANGED
@@ -1142,6 +1142,30 @@ 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
+
1145
1169
  /**
1146
1170
  * NOTE: This file is auto generated by OpenAPI Generator.
1147
1171
  * Do not edit the file manually.
@@ -1565,7 +1589,7 @@ export declare interface ContainerList {
1565
1589
  * @type ContainerListListInner
1566
1590
  * @export
1567
1591
  */
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;
1592
+ export declare type ContainerListListInner = AuthenticityResult | BSIV2Result | 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;
1569
1593
 
1570
1594
  /**
1571
1595
  * NOTE: This file is auto generated by OpenAPI Generator.
@@ -9163,6 +9187,18 @@ export declare interface ProcessParams {
9163
9187
  * @memberof ProcessParams
9164
9188
  */
9165
9189
  '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;
9166
9202
  }
9167
9203
 
9168
9204
  /**
@@ -9605,6 +9641,10 @@ export declare enum Result {
9605
9641
  * Contains result of barcode position
9606
9642
  */
9607
9643
  BARCODE_POSITION = 62,
9644
+ /**
9645
+ * Contains results in accordance with the BSI TR-03135 standard
9646
+ */
9647
+ BSI_XML_V2 = 73,
9608
9648
  /**
9609
9649
  * Contains information about document position on the input image, its center, angle, etc
9610
9650
  */
@@ -12200,7 +12240,23 @@ export declare enum SecurityFeatureType {
12200
12240
  /**
12201
12241
  * Sex check
12202
12242
  */
12203
- SEX_CHECK = 57
12243
+ SEX_CHECK = 57,
12244
+ /**
12245
+ * RFID vs ghost portrait comparison
12246
+ */
12247
+ PORTRAIT_COMPARISON_RFID_VS_GHOST = 58,
12248
+ /**
12249
+ * Barcode vs ghost portrait comparison
12250
+ */
12251
+ PORTRAIT_COMPARISON_BARCODE_VS_GHOST = 59,
12252
+ /**
12253
+ * Ghost vs live camera portrait comparison
12254
+ */
12255
+ PORTRAIT_COMPARISON_GHOST_VS_LIVE = 60,
12256
+ /**
12257
+ * External vs ghost portrait comparison
12258
+ */
12259
+ PORTRAIT_COMPARISON_EXT_VS_GHOST = 61
12204
12260
  }
12205
12261
 
12206
12262
  /**