File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed
Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @regulaforensics/document-reader-webclient" ,
3- "version" : " 6.3 .0" ,
3+ "version" : " 6.6 .0" ,
44 "description" : " Regula Document Reader js client for the browser and node.js based on axios" ,
55 "author" : " Regula Forensics, Inc." ,
66 "keywords" : [
Original file line number Diff line number Diff line change 1515
1616import { AuthenticityResult } from './authenticity-result' ;
1717import { ChosenDocumentTypeResult } from './chosen-document-type-result' ;
18- import { DocBarCodeInfo } from './doc-bar-code-info' ;
1918import { DocBarCodeInfoAllOf } from './doc-bar-code-info-all-of' ;
2019import { DocumentImageResult } from './document-image-result' ;
2120import { DocumentPositionResult } from './document-position-result' ;
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import { DocBarCodeInfo } from './doc-bar-code-info';
1919import { DocumentImageResult } from './document-image-result' ;
2020import { DocumentPositionResult } from './document-position-result' ;
2121import { DocumentTypesCandidatesResult } from './document-types-candidates-result' ;
22- import { EncryptedRCLResult } from './encrypted-rclresult' ;
2322import { EncryptedRCLResultAllOf } from './encrypted-rclresult-all-of' ;
2423import { GraphicsResult } from './graphics-result' ;
2524import { ImageQualityResult } from './image-quality-result' ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import { GraphicsResult } from './graphics-result';
2424import { ImageQualityResult } from './image-quality-result' ;
2525import { ImagesResult } from './images-result' ;
2626import { LexicalAnalysisResult } from './lexical-analysis-result' ;
27- import { LicenseResult } from './license-result' ;
2827import { LicenseResultAllOf } from './license-result-all-of' ;
2928import { ResultItem } from './result-item' ;
3029import { StatusResult } from './status-result' ;
Original file line number Diff line number Diff line change @@ -262,10 +262,10 @@ export interface ProcessParams {
262262 documentGroupFilter ?: Array < DocumentType > ;
263263 /**
264264 *
265- * @type {AuthenticityResultType<object> }
265+ * @type {number }
266266 * @memberof ProcessParams
267267 */
268- processAuth ?: AuthenticityResultType < object > ;
268+ processAuth ?: number ;
269269 /**
270270 * This parameter is used to specify the document reader device type from which input images were captured. Default 0.
271271 * @type {number }
You can’t perform that action at this time.
0 commit comments