Skip to content

Commit 6defd73

Browse files
committed
fix js client
1 parent dcf2c74 commit 6defd73

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/models/doc-bar-code-info.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
import { AuthenticityResult } from './authenticity-result';
1717
import { ChosenDocumentTypeResult } from './chosen-document-type-result';
18-
import { DocBarCodeInfo } from './doc-bar-code-info';
1918
import { DocBarCodeInfoAllOf } from './doc-bar-code-info-all-of';
2019
import { DocumentImageResult } from './document-image-result';
2120
import { DocumentPositionResult } from './document-position-result';

src/models/encrypted-rclresult.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { DocBarCodeInfo } from './doc-bar-code-info';
1919
import { DocumentImageResult } from './document-image-result';
2020
import { DocumentPositionResult } from './document-position-result';
2121
import { DocumentTypesCandidatesResult } from './document-types-candidates-result';
22-
import { EncryptedRCLResult } from './encrypted-rclresult';
2322
import { EncryptedRCLResultAllOf } from './encrypted-rclresult-all-of';
2423
import { GraphicsResult } from './graphics-result';
2524
import { ImageQualityResult } from './image-quality-result';

src/models/license-result.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import { GraphicsResult } from './graphics-result';
2424
import { ImageQualityResult } from './image-quality-result';
2525
import { ImagesResult } from './images-result';
2626
import { LexicalAnalysisResult } from './lexical-analysis-result';
27-
import { LicenseResult } from './license-result';
2827
import { LicenseResultAllOf } from './license-result-all-of';
2928
import { ResultItem } from './result-item';
3029
import { StatusResult } from './status-result';

src/models/process-params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export interface ProcessParams {
265265
* @type {AuthenticityResultType<object>}
266266
* @memberof ProcessParams
267267
*/
268-
processAuth?: AuthenticityResultType<object>;
268+
processAuth?: AuthenticityResultType;
269269
/**
270270
* This parameter is used to specify the document reader device type from which input images were captured. Default 0.
271271
* @type {number}

0 commit comments

Comments
 (0)