Skip to content

Commit dcf2c74

Browse files
committed
update-clients
1 parent 2fe2b7b commit dcf2c74

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

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

src/models/encrypted-rclresult.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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';
2223
import { EncryptedRCLResultAllOf } from './encrypted-rclresult-all-of';
2324
import { GraphicsResult } from './graphics-result';
2425
import { ImageQualityResult } from './image-quality-result';

src/models/lcid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export enum LCID {
9191
/**
9292
* Arabic (U.A.E.)
9393
*/
94-
ARABIC_UAE = 4337,
94+
ARABIC_UAE = 14337,
9595
/**
9696
* Arabic (Yemen)
9797
*/

src/models/license-result.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ 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';
2728
import { LicenseResultAllOf } from './license-result-all-of';
2829
import { ResultItem } from './result-item';
2930
import { StatusResult } from './status-result';

src/models/process-params.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ export interface ProcessParams {
262262
documentGroupFilter?: Array<DocumentType>;
263263
/**
264264
*
265-
* @type {number}
265+
* @type {AuthenticityResultType<object>}
266266
* @memberof ProcessParams
267267
*/
268-
processAuth?: number;
268+
processAuth?: AuthenticityResultType<object>;
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)