@regulaforensics/document-reader-webclient 8.2.427-nightly → 8.2.429-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.cjs +5 -5
- package/dist/index.d.ts +180 -179
- package/dist/index.js +5 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -195,8 +195,8 @@ export declare type AuthenticityCheckResultListInner = FiberResult | IdentResult
|
|
|
195
195
|
export declare type AuthenticityResult = AuthenticityCheckListItem & ResultItem;
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
|
-
* NOTE: This
|
|
199
|
-
* Do not edit the
|
|
198
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
199
|
+
* Do not edit the file manually.
|
|
200
200
|
*/
|
|
201
201
|
/**
|
|
202
202
|
* Enumeration describes available authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/.
|
|
@@ -399,8 +399,8 @@ export declare interface AuthParams {
|
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
/**
|
|
402
|
-
* NOTE: This
|
|
403
|
-
* Do not edit the
|
|
402
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
403
|
+
* Do not edit the file manually.
|
|
404
404
|
*/
|
|
405
405
|
/**
|
|
406
406
|
*
|
|
@@ -431,8 +431,8 @@ export declare enum BarCodeModuleType {
|
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
/**
|
|
434
|
-
* NOTE: This
|
|
435
|
-
* Do not edit the
|
|
434
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
435
|
+
* Do not edit the file manually.
|
|
436
436
|
*/
|
|
437
437
|
/**
|
|
438
438
|
* Enumeration contains the types of barcodes that can be processed
|
|
@@ -525,8 +525,8 @@ export declare enum BarcodeType {
|
|
|
525
525
|
export declare type Base64String = string;
|
|
526
526
|
|
|
527
527
|
/**
|
|
528
|
-
* NOTE: This
|
|
529
|
-
* Do not edit the
|
|
528
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
529
|
+
* Do not edit the file manually.
|
|
530
530
|
*/
|
|
531
531
|
/**
|
|
532
532
|
*
|
|
@@ -573,8 +573,8 @@ export declare interface BcPDF417INFO {
|
|
|
573
573
|
}
|
|
574
574
|
|
|
575
575
|
/**
|
|
576
|
-
* NOTE: This
|
|
577
|
-
* Do not edit the
|
|
576
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
577
|
+
* Do not edit the file manually.
|
|
578
578
|
*/
|
|
579
579
|
/**
|
|
580
580
|
*
|
|
@@ -1121,8 +1121,8 @@ export declare interface BinaryData {
|
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
1123
|
/**
|
|
1124
|
-
* NOTE: This
|
|
1125
|
-
* Do not edit the
|
|
1124
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1125
|
+
* Do not edit the file manually.
|
|
1126
1126
|
*/
|
|
1127
1127
|
/**
|
|
1128
1128
|
*
|
|
@@ -1159,8 +1159,8 @@ export declare interface CandidatesListItem {
|
|
|
1159
1159
|
}
|
|
1160
1160
|
|
|
1161
1161
|
/**
|
|
1162
|
-
* NOTE: This
|
|
1163
|
-
* Do not edit the
|
|
1162
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1163
|
+
* Do not edit the file manually.
|
|
1164
1164
|
*/
|
|
1165
1165
|
/**
|
|
1166
1166
|
*
|
|
@@ -1183,8 +1183,8 @@ export declare interface CertificateData {
|
|
|
1183
1183
|
}
|
|
1184
1184
|
|
|
1185
1185
|
/**
|
|
1186
|
-
* NOTE: This
|
|
1187
|
-
* Do not edit the
|
|
1186
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1187
|
+
* Do not edit the file manually.
|
|
1188
1188
|
*/
|
|
1189
1189
|
/**
|
|
1190
1190
|
* Enumeration contains identifiers which determinate the single document element authenticity check outcome reason: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/check-diagnose/
|
|
@@ -1320,8 +1320,8 @@ export declare enum CheckDiagnose {
|
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
1322
|
/**
|
|
1323
|
-
* NOTE: This
|
|
1324
|
-
* Do not edit the
|
|
1323
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1324
|
+
* Do not edit the file manually.
|
|
1325
1325
|
*/
|
|
1326
1326
|
/**
|
|
1327
1327
|
* 0 - result is negative; 1 - result is positive; 2 - сheck was not performed
|
|
@@ -1502,8 +1502,8 @@ export declare class Configuration {
|
|
|
1502
1502
|
}
|
|
1503
1503
|
|
|
1504
1504
|
/**
|
|
1505
|
-
* NOTE: This
|
|
1506
|
-
* Do not edit the
|
|
1505
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1506
|
+
* Do not edit the file manually.
|
|
1507
1507
|
*/
|
|
1508
1508
|
export declare interface ConfigurationParameters {
|
|
1509
1509
|
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
@@ -1543,8 +1543,8 @@ export declare interface ContainerList {
|
|
|
1543
1543
|
export declare type ContainerListListInner = AuthenticityResult | ByteArrayResult | ChosenDocumentTypeResult | DocBarCodeInfo | DocumentBinaryInfoResult | DocumentImageResult | DocumentPositionResult | DocumentTypesCandidatesResult | EncryptedRCLResult | FaceDetectionResult | GraphicsResult | ImageQualityResult | ImagesResult | LexicalAnalysisResult | LicenseResult | MRZDetectorResult | MRZPositionResult | MRZTestQualityResult | RFIDGraphicsInfoResult | RFIDTextDataResult | StatusResult | TextDataResult | TextResult;
|
|
1544
1544
|
|
|
1545
1545
|
/**
|
|
1546
|
-
* NOTE: This
|
|
1547
|
-
* Do not edit the
|
|
1546
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1547
|
+
* Do not edit the file manually.
|
|
1548
1548
|
*/
|
|
1549
1549
|
/**
|
|
1550
1550
|
* Enumeration contains identifiers determining the criticality of the security element
|
|
@@ -1809,8 +1809,8 @@ export declare interface DeviceInfo {
|
|
|
1809
1809
|
}
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
1812
|
-
* NOTE: This
|
|
1813
|
-
* Do not edit the
|
|
1812
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1813
|
+
* Do not edit the file manually.
|
|
1814
1814
|
*/
|
|
1815
1815
|
/**
|
|
1816
1816
|
* Database information.
|
|
@@ -1907,8 +1907,8 @@ export declare interface DocGraphicsInfoItem {
|
|
|
1907
1907
|
export declare type DocumentBinaryInfoResult = ResultItem & TDocBinaryInfoItem;
|
|
1908
1908
|
|
|
1909
1909
|
/**
|
|
1910
|
-
* NOTE: This
|
|
1911
|
-
* Do not edit the
|
|
1910
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1911
|
+
* Do not edit the file manually.
|
|
1912
1912
|
*/
|
|
1913
1913
|
/**
|
|
1914
1914
|
* Defining the geometric format of documents in accordance with ISO / IEC 7810
|
|
@@ -1975,8 +1975,8 @@ export declare enum DocumentFormat {
|
|
|
1975
1975
|
}
|
|
1976
1976
|
|
|
1977
1977
|
/**
|
|
1978
|
-
* NOTE: This
|
|
1979
|
-
* Do not edit the
|
|
1978
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
1979
|
+
* Do not edit the file manually.
|
|
1980
1980
|
*/
|
|
1981
1981
|
/**
|
|
1982
1982
|
*
|
|
@@ -2139,7 +2139,7 @@ export declare class DocumentReaderApi {
|
|
|
2139
2139
|
* @param {*} [options] Override http request option.
|
|
2140
2140
|
* @throws {RequiredError} If some request params are missed
|
|
2141
2141
|
* */
|
|
2142
|
-
process(request: ProcessRequestExt | ProcessRequest, xRequestID?: string, options?: any): Promise<
|
|
2142
|
+
process(request: ProcessRequestExt | ProcessRequest, xRequestID?: string, options?: any): Promise<ProcessResult>;
|
|
2143
2143
|
setLicense(license: ArrayBuffer | Base64String): void;
|
|
2144
2144
|
/**
|
|
2145
2145
|
*
|
|
@@ -2158,7 +2158,7 @@ export declare class DocumentReaderApi {
|
|
|
2158
2158
|
* @param {*} [options] Override http request option.
|
|
2159
2159
|
* @throws {RequiredError}
|
|
2160
2160
|
*/
|
|
2161
|
-
getReprocessTransactionResult(transactionId: string, withImages?: boolean, options?: any): Promise<
|
|
2161
|
+
getReprocessTransactionResult(transactionId: string, withImages?: boolean, options?: any): Promise<ProcessResult>;
|
|
2162
2162
|
/**
|
|
2163
2163
|
*
|
|
2164
2164
|
* @summary Get transactions by tag
|
|
@@ -2195,8 +2195,8 @@ export declare class DocumentReaderApi {
|
|
|
2195
2195
|
}
|
|
2196
2196
|
|
|
2197
2197
|
/**
|
|
2198
|
-
* NOTE: This
|
|
2199
|
-
* Do not edit the
|
|
2198
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
2199
|
+
* Do not edit the file manually.
|
|
2200
2200
|
*/
|
|
2201
2201
|
/**
|
|
2202
2202
|
* Document database information
|
|
@@ -2231,8 +2231,8 @@ export declare interface DocumentsDatabase {
|
|
|
2231
2231
|
}
|
|
2232
2232
|
|
|
2233
2233
|
/**
|
|
2234
|
-
* NOTE: This
|
|
2235
|
-
* Do not edit the
|
|
2234
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
2235
|
+
* Do not edit the file manually.
|
|
2236
2236
|
*/
|
|
2237
2237
|
/**
|
|
2238
2238
|
* Possible values for document types
|
|
@@ -3164,8 +3164,8 @@ declare enum DocumentType_2 {
|
|
|
3164
3164
|
export { DocumentType_2 as DocumentType }
|
|
3165
3165
|
|
|
3166
3166
|
/**
|
|
3167
|
-
* NOTE: This
|
|
3168
|
-
* Do not edit the
|
|
3167
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3168
|
+
* Do not edit the file manually.
|
|
3169
3169
|
*/
|
|
3170
3170
|
/**
|
|
3171
3171
|
*
|
|
@@ -3288,8 +3288,8 @@ export declare interface DocVisualExtendedInfoItem {
|
|
|
3288
3288
|
}
|
|
3289
3289
|
|
|
3290
3290
|
/**
|
|
3291
|
-
* NOTE: This
|
|
3292
|
-
* Do not edit the
|
|
3291
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3292
|
+
* Do not edit the file manually.
|
|
3293
3293
|
*/
|
|
3294
3294
|
/**
|
|
3295
3295
|
*
|
|
@@ -3313,8 +3313,8 @@ export declare interface EncryptedRCLItem {
|
|
|
3313
3313
|
export declare type EncryptedRCLResult = EncryptedRCLItem & ResultItem;
|
|
3314
3314
|
|
|
3315
3315
|
/**
|
|
3316
|
-
* NOTE: This
|
|
3317
|
-
* Do not edit the
|
|
3316
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3317
|
+
* Do not edit the file manually.
|
|
3318
3318
|
*/
|
|
3319
3319
|
/**
|
|
3320
3320
|
*
|
|
@@ -3417,8 +3417,8 @@ export declare interface FaceApi {
|
|
|
3417
3417
|
}
|
|
3418
3418
|
|
|
3419
3419
|
/**
|
|
3420
|
-
* NOTE: This
|
|
3421
|
-
* Do not edit the
|
|
3420
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3421
|
+
* Do not edit the file manually.
|
|
3422
3422
|
*/
|
|
3423
3423
|
/**
|
|
3424
3424
|
* A search filter that can be applied if the \"match+search\" mode is enabled. May include limit, threshold, group_ids. If the group_ids are specified, the search is performed only in these groups. Find more information in the <a href=\"https://dev.regulaforensics.com/FaceSDK-web-openapi/#tag/search/operation/search\" target=\"_blank\">OpenAPI documentation</a>.
|
|
@@ -3577,13 +3577,13 @@ export declare interface FDSIDList {
|
|
|
3577
3577
|
* @type {number}
|
|
3578
3578
|
* @memberof FDSIDList
|
|
3579
3579
|
*/
|
|
3580
|
-
'Count'
|
|
3580
|
+
'Count'?: number;
|
|
3581
3581
|
/**
|
|
3582
3582
|
* Document identifiers in \'Information Reference Systems\'
|
|
3583
3583
|
* @type {Array<number>}
|
|
3584
3584
|
* @memberof FDSIDList
|
|
3585
3585
|
*/
|
|
3586
|
-
'List'
|
|
3586
|
+
'List'?: Array<number>;
|
|
3587
3587
|
/**
|
|
3588
3588
|
*
|
|
3589
3589
|
* @type {DocumentType}
|
|
@@ -3613,7 +3613,7 @@ export declare interface FDSIDList {
|
|
|
3613
3613
|
* @type {string}
|
|
3614
3614
|
* @memberof FDSIDList
|
|
3615
3615
|
*/
|
|
3616
|
-
'dYear'
|
|
3616
|
+
'dYear'?: string;
|
|
3617
3617
|
/**
|
|
3618
3618
|
* Issuing country name
|
|
3619
3619
|
* @type {string}
|
|
@@ -3716,8 +3716,8 @@ export declare interface FiberItem {
|
|
|
3716
3716
|
export declare type FiberResult = AuthenticityCheckResultItem & FiberItem;
|
|
3717
3717
|
|
|
3718
3718
|
/**
|
|
3719
|
-
* NOTE: This
|
|
3720
|
-
* Do not edit the
|
|
3719
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3720
|
+
* Do not edit the file manually.
|
|
3721
3721
|
*/
|
|
3722
3722
|
/**
|
|
3723
3723
|
*
|
|
@@ -3764,8 +3764,8 @@ export declare interface FieldItem {
|
|
|
3764
3764
|
}
|
|
3765
3765
|
|
|
3766
3766
|
/**
|
|
3767
|
-
* NOTE: This
|
|
3768
|
-
* Do not edit the
|
|
3767
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3768
|
+
* Do not edit the file manually.
|
|
3769
3769
|
*/
|
|
3770
3770
|
/**
|
|
3771
3771
|
*
|
|
@@ -3788,8 +3788,8 @@ export declare interface FileImage {
|
|
|
3788
3788
|
}
|
|
3789
3789
|
|
|
3790
3790
|
/**
|
|
3791
|
-
* NOTE: This
|
|
3792
|
-
* Do not edit the
|
|
3791
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3792
|
+
* Do not edit the file manually.
|
|
3793
3793
|
*/
|
|
3794
3794
|
/**
|
|
3795
3795
|
*
|
|
@@ -3920,8 +3920,8 @@ export declare interface GraphicFieldsList {
|
|
|
3920
3920
|
}
|
|
3921
3921
|
|
|
3922
3922
|
/**
|
|
3923
|
-
* NOTE: This
|
|
3924
|
-
* Do not edit the
|
|
3923
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
3924
|
+
* Do not edit the file manually.
|
|
3925
3925
|
*/
|
|
3926
3926
|
/**
|
|
3927
3927
|
*
|
|
@@ -4111,8 +4111,8 @@ export declare interface Healthcheck {
|
|
|
4111
4111
|
}
|
|
4112
4112
|
|
|
4113
4113
|
/**
|
|
4114
|
-
* NOTE: This
|
|
4115
|
-
* Do not edit the
|
|
4114
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
4115
|
+
* Do not edit the file manually.
|
|
4116
4116
|
*/
|
|
4117
4117
|
/**
|
|
4118
4118
|
* Database information.
|
|
@@ -4211,8 +4211,8 @@ export declare interface IdentItem {
|
|
|
4211
4211
|
export declare type IdentResult = AuthenticityCheckResultItem & IdentItem;
|
|
4212
4212
|
|
|
4213
4213
|
/**
|
|
4214
|
-
* NOTE: This
|
|
4215
|
-
* Do not edit the
|
|
4214
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
4215
|
+
* Do not edit the file manually.
|
|
4216
4216
|
*/
|
|
4217
4217
|
/**
|
|
4218
4218
|
*
|
|
@@ -4395,8 +4395,8 @@ export declare interface ImageQualityCheckListItem {
|
|
|
4395
4395
|
}
|
|
4396
4396
|
|
|
4397
4397
|
/**
|
|
4398
|
-
* NOTE: This
|
|
4399
|
-
* Do not edit the
|
|
4398
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
4399
|
+
* Do not edit the file manually.
|
|
4400
4400
|
*/
|
|
4401
4401
|
/**
|
|
4402
4402
|
* Image quality check type
|
|
@@ -4701,8 +4701,8 @@ export declare interface InDataTransactionImagesFieldValue {
|
|
|
4701
4701
|
}
|
|
4702
4702
|
|
|
4703
4703
|
/**
|
|
4704
|
-
* NOTE: This
|
|
4705
|
-
* Do not edit the
|
|
4704
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
4705
|
+
* Do not edit the file manually.
|
|
4706
4706
|
*/
|
|
4707
4707
|
/**
|
|
4708
4708
|
* Video
|
|
@@ -4727,8 +4727,8 @@ export declare interface InDataVideo {
|
|
|
4727
4727
|
}
|
|
4728
4728
|
|
|
4729
4729
|
/**
|
|
4730
|
-
* NOTE: This
|
|
4731
|
-
* Do not edit the
|
|
4730
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
4731
|
+
* Do not edit the file manually.
|
|
4732
4732
|
*/
|
|
4733
4733
|
/**
|
|
4734
4734
|
* Enumeration contains the types of barcodes that can be processed
|
|
@@ -4819,8 +4819,8 @@ export declare enum InputBarcodeType {
|
|
|
4819
4819
|
}
|
|
4820
4820
|
|
|
4821
4821
|
/**
|
|
4822
|
-
* NOTE: This
|
|
4823
|
-
* Do not edit the
|
|
4822
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
4823
|
+
* Do not edit the file manually.
|
|
4824
4824
|
*/
|
|
4825
4825
|
/**
|
|
4826
4826
|
* Input image quality checks for the document processing
|
|
@@ -4869,8 +4869,8 @@ export declare enum InputImageQualityChecks {
|
|
|
4869
4869
|
export declare const instanceOfProcessRequest: (data: any) => data is ProcessRequestExt;
|
|
4870
4870
|
|
|
4871
4871
|
/**
|
|
4872
|
-
* NOTE: This
|
|
4873
|
-
* Do not edit the
|
|
4872
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
4873
|
+
* Do not edit the file manually.
|
|
4874
4874
|
*/
|
|
4875
4875
|
/**
|
|
4876
4876
|
* Locale id. Used to tag same typed fields declared in several languages. For example: name can be provided in both native and latin variants. Based on Microsoft locale id (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/70feba9f-294e-491e-b6eb-56532684c37f).
|
|
@@ -5552,8 +5552,8 @@ export declare enum LCID {
|
|
|
5552
5552
|
export declare type LexicalAnalysisResult = ListVerifiedFieldsItem & ResultItem;
|
|
5553
5553
|
|
|
5554
5554
|
/**
|
|
5555
|
-
* NOTE: This
|
|
5556
|
-
* Do not edit the
|
|
5555
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5556
|
+
* Do not edit the file manually.
|
|
5557
5557
|
*/
|
|
5558
5558
|
/**
|
|
5559
5559
|
*
|
|
@@ -5577,8 +5577,8 @@ export declare interface LicenseItem {
|
|
|
5577
5577
|
export declare type LicenseResult = LicenseItem & ResultItem;
|
|
5578
5578
|
|
|
5579
5579
|
/**
|
|
5580
|
-
* NOTE: This
|
|
5581
|
-
* Do not edit the
|
|
5580
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5581
|
+
* Do not edit the file manually.
|
|
5582
5582
|
*/
|
|
5583
5583
|
/**
|
|
5584
5584
|
* Image light index
|
|
@@ -5679,8 +5679,8 @@ export declare interface ListVerifiedFieldsItem {
|
|
|
5679
5679
|
}
|
|
5680
5680
|
|
|
5681
5681
|
/**
|
|
5682
|
-
* NOTE: This
|
|
5683
|
-
* Do not edit the
|
|
5682
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5683
|
+
* Do not edit the file manually.
|
|
5684
5684
|
*/
|
|
5685
5685
|
/**
|
|
5686
5686
|
*
|
|
@@ -5733,8 +5733,8 @@ export declare interface LivenessParams {
|
|
|
5733
5733
|
}
|
|
5734
5734
|
|
|
5735
5735
|
/**
|
|
5736
|
-
* NOTE: This
|
|
5737
|
-
* Do not edit the
|
|
5736
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5737
|
+
* Do not edit the file manually.
|
|
5738
5738
|
*/
|
|
5739
5739
|
/**
|
|
5740
5740
|
*
|
|
@@ -5791,8 +5791,8 @@ export declare class LowLvlResponse implements ProcessResponse {
|
|
|
5791
5791
|
}
|
|
5792
5792
|
|
|
5793
5793
|
/**
|
|
5794
|
-
* NOTE: This
|
|
5795
|
-
* Do not edit the
|
|
5794
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5795
|
+
* Do not edit the file manually.
|
|
5796
5796
|
*/
|
|
5797
5797
|
/**
|
|
5798
5798
|
*
|
|
@@ -5811,8 +5811,8 @@ export declare enum MeasureSystem {
|
|
|
5811
5811
|
}
|
|
5812
5812
|
|
|
5813
5813
|
/**
|
|
5814
|
-
* NOTE: This
|
|
5815
|
-
* Do not edit the
|
|
5814
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5815
|
+
* Do not edit the file manually.
|
|
5816
5816
|
*/
|
|
5817
5817
|
/**
|
|
5818
5818
|
* Make better MRZ detection on complex noisy backgrounds, like BW photocopy of some documents.
|
|
@@ -5832,8 +5832,8 @@ export declare enum MrzDetectModeEnum {
|
|
|
5832
5832
|
export declare type MRZDetectorResult = ResultItem & ResultMRZDetectorItem;
|
|
5833
5833
|
|
|
5834
5834
|
/**
|
|
5835
|
-
* NOTE: This
|
|
5836
|
-
* Do not edit the
|
|
5835
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
5836
|
+
* Do not edit the file manually.
|
|
5837
5837
|
*/
|
|
5838
5838
|
/**
|
|
5839
5839
|
*
|
|
@@ -6341,8 +6341,8 @@ export declare interface PArrayField {
|
|
|
6341
6341
|
}
|
|
6342
6342
|
|
|
6343
6343
|
/**
|
|
6344
|
-
* NOTE: This
|
|
6345
|
-
* Do not edit the
|
|
6344
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
6345
|
+
* Do not edit the file manually.
|
|
6346
6346
|
*/
|
|
6347
6347
|
/**
|
|
6348
6348
|
*
|
|
@@ -6359,8 +6359,8 @@ export declare interface ParsedData {
|
|
|
6359
6359
|
}
|
|
6360
6360
|
|
|
6361
6361
|
/**
|
|
6362
|
-
* NOTE: This
|
|
6363
|
-
* Do not edit the
|
|
6362
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
6363
|
+
* Do not edit the file manually.
|
|
6364
6364
|
*/
|
|
6365
6365
|
/**
|
|
6366
6366
|
* The enumeration contains error codes that can return during the RFID chip processing.
|
|
@@ -6907,8 +6907,8 @@ export declare enum ParsingErrorCodes {
|
|
|
6907
6907
|
}
|
|
6908
6908
|
|
|
6909
6909
|
/**
|
|
6910
|
-
* NOTE: This
|
|
6911
|
-
* Do not edit the
|
|
6910
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
6911
|
+
* Do not edit the file manually.
|
|
6912
6912
|
*/
|
|
6913
6913
|
/**
|
|
6914
6914
|
* The enumeration contains possible values of notification codes returned during the RFID chip processing.
|
|
@@ -8211,8 +8211,8 @@ export declare enum ParsingNotificationCodes {
|
|
|
8211
8211
|
}
|
|
8212
8212
|
|
|
8213
8213
|
/**
|
|
8214
|
-
* NOTE: This
|
|
8215
|
-
* Do not edit the
|
|
8214
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
8215
|
+
* Do not edit the file manually.
|
|
8216
8216
|
*/
|
|
8217
8217
|
/**
|
|
8218
8218
|
*
|
|
@@ -8303,8 +8303,8 @@ export declare interface PhotoIdentItem {
|
|
|
8303
8303
|
export declare type PhotoIdentResult = AuthenticityCheckResultItem & PhotoIdentItem;
|
|
8304
8304
|
|
|
8305
8305
|
/**
|
|
8306
|
-
* NOTE: This
|
|
8307
|
-
* Do not edit the
|
|
8306
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
8307
|
+
* Do not edit the file manually.
|
|
8308
8308
|
*/
|
|
8309
8309
|
/**
|
|
8310
8310
|
*
|
|
@@ -8361,8 +8361,8 @@ export declare interface PointsContainer {
|
|
|
8361
8361
|
}
|
|
8362
8362
|
|
|
8363
8363
|
/**
|
|
8364
|
-
* NOTE: This
|
|
8365
|
-
* Do not edit the
|
|
8364
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
8365
|
+
* Do not edit the file manually.
|
|
8366
8366
|
*/
|
|
8367
8367
|
/**
|
|
8368
8368
|
*
|
|
@@ -8982,9 +8982,28 @@ export declare interface ProcessResponse {
|
|
|
8982
8982
|
};
|
|
8983
8983
|
}
|
|
8984
8984
|
|
|
8985
|
+
declare class ProcessResult {
|
|
8986
|
+
status?: Status;
|
|
8987
|
+
text?: TextExt;
|
|
8988
|
+
images?: ImagesExt;
|
|
8989
|
+
TransactionInfo: TransactionInfo;
|
|
8990
|
+
lowLvlResponse: LowLvlResponse;
|
|
8991
|
+
rawResponse: ProcessResponse;
|
|
8992
|
+
constructor(original: ProcessResponse);
|
|
8993
|
+
authenticity(page_idx?: number): Authenticity | undefined;
|
|
8994
|
+
json(): string;
|
|
8995
|
+
authenticityPerPage(): Array<Authenticity>;
|
|
8996
|
+
imageQualityChecks(page_idx?: number): ImageQualityCheckList | undefined;
|
|
8997
|
+
imageQualityChecksPerPage(): Array<ImageQualityCheckList> | undefined;
|
|
8998
|
+
documentType(page_idx?: number): OneCandidate | undefined;
|
|
8999
|
+
decodedLog(): string | undefined;
|
|
9000
|
+
}
|
|
9001
|
+
export { ProcessResult }
|
|
9002
|
+
export { ProcessResult as Response }
|
|
9003
|
+
|
|
8985
9004
|
/**
|
|
8986
|
-
* NOTE: This
|
|
8987
|
-
* Do not edit the
|
|
9005
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9006
|
+
* Do not edit the file manually.
|
|
8988
9007
|
*/
|
|
8989
9008
|
/**
|
|
8990
9009
|
*
|
|
@@ -9041,8 +9060,8 @@ export declare interface RawImageContainerList {
|
|
|
9041
9060
|
}
|
|
9042
9061
|
|
|
9043
9062
|
/**
|
|
9044
|
-
* NOTE: This
|
|
9045
|
-
* Do not edit the
|
|
9063
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9064
|
+
* Do not edit the file manually.
|
|
9046
9065
|
*/
|
|
9047
9066
|
/**
|
|
9048
9067
|
* Coordinates of the rectangle region on a document image(result type 1). Represented by two points - (left, top) + (right, bottom)
|
|
@@ -9078,27 +9097,9 @@ export declare interface RectangleCoordinates {
|
|
|
9078
9097
|
|
|
9079
9098
|
export declare function requestToBaseRequest(request: ProcessRequestExt): ProcessRequest;
|
|
9080
9099
|
|
|
9081
|
-
declare class Response_2 {
|
|
9082
|
-
status?: Status;
|
|
9083
|
-
text?: TextExt;
|
|
9084
|
-
images?: ImagesExt;
|
|
9085
|
-
TransactionInfo: TransactionInfo;
|
|
9086
|
-
lowLvlResponse: LowLvlResponse;
|
|
9087
|
-
rawResponse: ProcessResponse;
|
|
9088
|
-
constructor(original: ProcessResponse);
|
|
9089
|
-
authenticity(page_idx?: number): Authenticity | undefined;
|
|
9090
|
-
json(): string;
|
|
9091
|
-
authenticityPerPage(): Array<Authenticity>;
|
|
9092
|
-
imageQualityChecks(page_idx?: number): ImageQualityCheckList | undefined;
|
|
9093
|
-
imageQualityChecksPerPage(): Array<ImageQualityCheckList> | undefined;
|
|
9094
|
-
documentType(page_idx?: number): OneCandidate | undefined;
|
|
9095
|
-
decodedLog(): string | undefined;
|
|
9096
|
-
}
|
|
9097
|
-
export { Response_2 as Response }
|
|
9098
|
-
|
|
9099
9100
|
/**
|
|
9100
|
-
* NOTE: This
|
|
9101
|
-
* Do not edit the
|
|
9101
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9102
|
+
* Do not edit the file manually.
|
|
9102
9103
|
*/
|
|
9103
9104
|
/**
|
|
9104
9105
|
*
|
|
@@ -9375,8 +9376,8 @@ export declare interface RfidAccessControlInfo {
|
|
|
9375
9376
|
}
|
|
9376
9377
|
|
|
9377
9378
|
/**
|
|
9378
|
-
* NOTE: This
|
|
9379
|
-
* Do not edit the
|
|
9379
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9380
|
+
* Do not edit the file manually.
|
|
9380
9381
|
*/
|
|
9381
9382
|
/**
|
|
9382
9383
|
* Enumeration contains a set of constants that define the type of authentication or secure data access procedure
|
|
@@ -9455,8 +9456,8 @@ export declare interface RfidAccessKey {
|
|
|
9455
9456
|
}
|
|
9456
9457
|
|
|
9457
9458
|
/**
|
|
9458
|
-
* NOTE: This
|
|
9459
|
-
* Do not edit the
|
|
9459
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9460
|
+
* Do not edit the file manually.
|
|
9460
9461
|
*/
|
|
9461
9462
|
/**
|
|
9462
9463
|
* Enumeration contains a set of constants specifying the type of the RFIDchip from MIFARE® family (for chips of type A)
|
|
@@ -9541,8 +9542,8 @@ export declare interface RfidApplication {
|
|
|
9541
9542
|
}
|
|
9542
9543
|
|
|
9543
9544
|
/**
|
|
9544
|
-
* NOTE: This
|
|
9545
|
-
* Do not edit the
|
|
9545
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9546
|
+
* Do not edit the file manually.
|
|
9546
9547
|
*/
|
|
9547
9548
|
/**
|
|
9548
9549
|
* Enumeration contains a set of constants that define the type of application within the context of the communication session with electronic document
|
|
@@ -9593,8 +9594,8 @@ export declare enum RfidApplicationType {
|
|
|
9593
9594
|
}
|
|
9594
9595
|
|
|
9595
9596
|
/**
|
|
9596
|
-
* NOTE: This
|
|
9597
|
-
* Do not edit the
|
|
9597
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9598
|
+
* Do not edit the file manually.
|
|
9598
9599
|
*/
|
|
9599
9600
|
/**
|
|
9600
9601
|
* Structure contains the data of one attribute of the digital signature object.
|
|
@@ -9637,8 +9638,8 @@ export declare interface RfidAttributeName {
|
|
|
9637
9638
|
}
|
|
9638
9639
|
|
|
9639
9640
|
/**
|
|
9640
|
-
* NOTE: This
|
|
9641
|
-
* Do not edit the
|
|
9641
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9642
|
+
* Do not edit the file manually.
|
|
9642
9643
|
*/
|
|
9643
9644
|
/**
|
|
9644
9645
|
* Enumeration contains a set of constants that define the type of performed procedure of document authentication within the current session
|
|
@@ -9665,8 +9666,8 @@ export declare enum RfidAuthenticationProcedureType {
|
|
|
9665
9666
|
}
|
|
9666
9667
|
|
|
9667
9668
|
/**
|
|
9668
|
-
* NOTE: This
|
|
9669
|
-
* Do not edit the
|
|
9669
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9670
|
+
* Do not edit the file manually.
|
|
9670
9671
|
*/
|
|
9671
9672
|
/**
|
|
9672
9673
|
* Enumeration contains a set of constants specifying the rate of data exchange between the reader and the RFID-chip
|
|
@@ -9887,8 +9888,8 @@ export declare interface RfidCertificateEx {
|
|
|
9887
9888
|
}
|
|
9888
9889
|
|
|
9889
9890
|
/**
|
|
9890
|
-
* NOTE: This
|
|
9891
|
-
* Do not edit the
|
|
9891
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9892
|
+
* Do not edit the file manually.
|
|
9892
9893
|
*/
|
|
9893
9894
|
/**
|
|
9894
9895
|
* Enumeration contains a set of constants that define the source of certificate used in the procedure of document security object digital signature verification
|
|
@@ -9935,8 +9936,8 @@ export declare enum RfidCertificateOrigin {
|
|
|
9935
9936
|
}
|
|
9936
9937
|
|
|
9937
9938
|
/**
|
|
9938
|
-
* NOTE: This
|
|
9939
|
-
* Do not edit the
|
|
9939
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
9940
|
+
* Do not edit the file manually.
|
|
9940
9941
|
*/
|
|
9941
9942
|
/**
|
|
9942
9943
|
* Enumeration contains a set of constants that define the type of certificate used in the procedure of document security object digital signature verification
|
|
@@ -10075,8 +10076,8 @@ export declare interface RfidDataFile {
|
|
|
10075
10076
|
}
|
|
10076
10077
|
|
|
10077
10078
|
/**
|
|
10078
|
-
* NOTE: This
|
|
10079
|
-
* Do not edit the
|
|
10079
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
10080
|
+
* Do not edit the file manually.
|
|
10080
10081
|
*/
|
|
10081
10082
|
/**
|
|
10082
10083
|
* Enumeration contains a set of constants that define the file type (or logical belonging of the data object) within the context of the communication session with electronic document
|
|
@@ -10187,8 +10188,8 @@ export declare enum RfidDataFileType {
|
|
|
10187
10188
|
}
|
|
10188
10189
|
|
|
10189
10190
|
/**
|
|
10190
|
-
* NOTE: This
|
|
10191
|
-
* Do not edit the
|
|
10191
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
10192
|
+
* Do not edit the file manually.
|
|
10192
10193
|
*/
|
|
10193
10194
|
/**
|
|
10194
10195
|
* Enumeration representing RFID Data Group Types. Constants with prefix correspond to the informational data groups of ePassport application, with prefix EID_ – those of eID application, with prefix EDL_ – eDL application
|
|
@@ -10575,8 +10576,8 @@ export declare interface RfidDistinguishedName {
|
|
|
10575
10576
|
export declare type RFIDDocVisualExtendedField = RFIDDocVisualExtendedFieldItem & VisualExtendedFieldItem;
|
|
10576
10577
|
|
|
10577
10578
|
/**
|
|
10578
|
-
* NOTE: This
|
|
10579
|
-
* Do not edit the
|
|
10579
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
10580
|
+
* Do not edit the file manually.
|
|
10580
10581
|
*/
|
|
10581
10582
|
/**
|
|
10582
10583
|
*
|
|
@@ -10645,8 +10646,8 @@ export declare interface RFIDDocVisualExtendedInfoItem {
|
|
|
10645
10646
|
}
|
|
10646
10647
|
|
|
10647
10648
|
/**
|
|
10648
|
-
* NOTE: This
|
|
10649
|
-
* Do not edit the
|
|
10649
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
10650
|
+
* Do not edit the file manually.
|
|
10650
10651
|
*/
|
|
10651
10652
|
/**
|
|
10652
10653
|
* Enumeration contains a set of error codes returned by SDK
|
|
@@ -11127,8 +11128,8 @@ export declare enum RFIDErrorCodes {
|
|
|
11127
11128
|
export declare type RFIDGraphicsInfoResult = ResultItem & TOriginalRFIDGraphicsInfoItem;
|
|
11128
11129
|
|
|
11129
11130
|
/**
|
|
11130
|
-
* NOTE: This
|
|
11131
|
-
* Do not edit the
|
|
11131
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11132
|
+
* Do not edit the file manually.
|
|
11132
11133
|
*/
|
|
11133
11134
|
/**
|
|
11134
11135
|
* Determines the presence and location of an RFID chip in a document. 0 - no rfid chip; 1 - chip is located in the document data page; 2 - chip is located in the back page or inlay of the document
|
|
@@ -11151,8 +11152,8 @@ export declare enum RfidLocation {
|
|
|
11151
11152
|
}
|
|
11152
11153
|
|
|
11153
11154
|
/**
|
|
11154
|
-
* NOTE: This
|
|
11155
|
-
* Do not edit the
|
|
11155
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11156
|
+
* Do not edit the file manually.
|
|
11156
11157
|
*/
|
|
11157
11158
|
/**
|
|
11158
11159
|
* Location of data in RFID chip
|
|
@@ -11187,8 +11188,8 @@ export declare interface RfidOrigin {
|
|
|
11187
11188
|
}
|
|
11188
11189
|
|
|
11189
11190
|
/**
|
|
11190
|
-
* NOTE: This
|
|
11191
|
-
* Do not edit the
|
|
11191
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11192
|
+
* Do not edit the file manually.
|
|
11192
11193
|
*/
|
|
11193
11194
|
/**
|
|
11194
11195
|
* Enumeration contains a set of constants specifying the rate of data exchange between the reader and the RFID-chip
|
|
@@ -11231,8 +11232,8 @@ export declare enum RfidPasswordType {
|
|
|
11231
11232
|
}
|
|
11232
11233
|
|
|
11233
11234
|
/**
|
|
11234
|
-
* NOTE: This
|
|
11235
|
-
* Do not edit the
|
|
11235
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11236
|
+
* Do not edit the file manually.
|
|
11236
11237
|
*/
|
|
11237
11238
|
/**
|
|
11238
11239
|
* Enumeration contains a set of constants that define the type of certificate
|
|
@@ -11275,8 +11276,8 @@ export declare enum RFIDPKDResourceType {
|
|
|
11275
11276
|
}
|
|
11276
11277
|
|
|
11277
11278
|
/**
|
|
11278
|
-
* NOTE: This
|
|
11279
|
-
* Do not edit the
|
|
11279
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11280
|
+
* Do not edit the file manually.
|
|
11280
11281
|
*/
|
|
11281
11282
|
/**
|
|
11282
11283
|
* Extension identifier (OID, ASCII string); Contents of the identifier in the format S1 (S2), where S1 – attribute name, S2 – identifier (OID string)
|
|
@@ -11299,8 +11300,8 @@ export declare interface RfidPkiExtension {
|
|
|
11299
11300
|
}
|
|
11300
11301
|
|
|
11301
11302
|
/**
|
|
11302
|
-
* NOTE: This
|
|
11303
|
-
* Do not edit the
|
|
11303
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11304
|
+
* Do not edit the file manually.
|
|
11304
11305
|
*/
|
|
11305
11306
|
/**
|
|
11306
11307
|
*
|
|
@@ -11577,8 +11578,8 @@ export declare interface RfidTerminal {
|
|
|
11577
11578
|
}
|
|
11578
11579
|
|
|
11579
11580
|
/**
|
|
11580
|
-
* NOTE: This
|
|
11581
|
-
* Do not edit the
|
|
11581
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11582
|
+
* Do not edit the file manually.
|
|
11582
11583
|
*/
|
|
11583
11584
|
/**
|
|
11584
11585
|
* Enumeration contains a set of constants that define the type of terminal within the context of the communication session with electronic document
|
|
@@ -11615,8 +11616,8 @@ export declare enum RfidTerminalType {
|
|
|
11615
11616
|
export declare type RFIDTextDataResult = RFIDDocVisualExtendedInfoItem & ResultItem;
|
|
11616
11617
|
|
|
11617
11618
|
/**
|
|
11618
|
-
* NOTE: This
|
|
11619
|
-
* Do not edit the
|
|
11619
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11620
|
+
* Do not edit the file manually.
|
|
11620
11621
|
*/
|
|
11621
11622
|
/**
|
|
11622
11623
|
* Enumeration contains a set of constants specifying the type of the RFID-chip by the physical parameters of connection between antennas of the chip and the reader
|
|
@@ -11659,8 +11660,8 @@ export declare interface RfidValidity {
|
|
|
11659
11660
|
}
|
|
11660
11661
|
|
|
11661
11662
|
/**
|
|
11662
|
-
* NOTE: This
|
|
11663
|
-
* Do not edit the
|
|
11663
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11664
|
+
* Do not edit the file manually.
|
|
11664
11665
|
*/
|
|
11665
11666
|
/**
|
|
11666
11667
|
* Document processing scenario
|
|
@@ -11809,8 +11810,8 @@ export declare interface SecurityFeatureItem {
|
|
|
11809
11810
|
export declare type SecurityFeatureResult = AuthenticityCheckResultItem & SecurityFeatureItem;
|
|
11810
11811
|
|
|
11811
11812
|
/**
|
|
11812
|
-
* NOTE: This
|
|
11813
|
-
* Do not edit the
|
|
11813
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
11814
|
+
* Do not edit the file manually.
|
|
11814
11815
|
*/
|
|
11815
11816
|
/**
|
|
11816
11817
|
* Enumeration contains identifiers determining type of features for a document authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/security-feature-type/
|
|
@@ -12055,8 +12056,8 @@ export declare interface SecurityObjectCertificates {
|
|
|
12055
12056
|
}
|
|
12056
12057
|
|
|
12057
12058
|
/**
|
|
12058
|
-
* NOTE: This
|
|
12059
|
-
* Do not edit the
|
|
12059
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
12060
|
+
* Do not edit the file manually.
|
|
12060
12061
|
*/
|
|
12061
12062
|
/**
|
|
12062
12063
|
* Document data sources
|
|
@@ -12329,8 +12330,8 @@ export declare interface StringRecognitionResult {
|
|
|
12329
12330
|
}
|
|
12330
12331
|
|
|
12331
12332
|
/**
|
|
12332
|
-
* NOTE: This
|
|
12333
|
-
* Do not edit the
|
|
12333
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
12334
|
+
* Do not edit the file manually.
|
|
12334
12335
|
*/
|
|
12335
12336
|
/**
|
|
12336
12337
|
*
|
|
@@ -12348,8 +12349,8 @@ declare interface Symbol_2 {
|
|
|
12348
12349
|
export { Symbol_2 as Symbol }
|
|
12349
12350
|
|
|
12350
12351
|
/**
|
|
12351
|
-
* NOTE: This
|
|
12352
|
-
* Do not edit the
|
|
12352
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
12353
|
+
* Do not edit the file manually.
|
|
12353
12354
|
*/
|
|
12354
12355
|
/**
|
|
12355
12356
|
* Describes an individual character recognition candidate
|
|
@@ -12773,8 +12774,8 @@ export declare class TextFieldExt implements TextField {
|
|
|
12773
12774
|
}
|
|
12774
12775
|
|
|
12775
12776
|
/**
|
|
12776
|
-
* NOTE: This
|
|
12777
|
-
* Do not edit the
|
|
12777
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
12778
|
+
* Do not edit the file manually.
|
|
12778
12779
|
*/
|
|
12779
12780
|
/**
|
|
12780
12781
|
*
|
|
@@ -15455,8 +15456,8 @@ export declare interface TextItem {
|
|
|
15455
15456
|
}
|
|
15456
15457
|
|
|
15457
15458
|
/**
|
|
15458
|
-
* NOTE: This
|
|
15459
|
-
* Do not edit the
|
|
15459
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
15460
|
+
* Do not edit the file manually.
|
|
15460
15461
|
*/
|
|
15461
15462
|
/**
|
|
15462
15463
|
*
|
|
@@ -15727,8 +15728,8 @@ export declare interface TransactionProcessResult {
|
|
|
15727
15728
|
}
|
|
15728
15729
|
|
|
15729
15730
|
/**
|
|
15730
|
-
* NOTE: This
|
|
15731
|
-
* Do not edit the
|
|
15731
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
15732
|
+
* Do not edit the file manually.
|
|
15732
15733
|
*/
|
|
15733
15734
|
/**
|
|
15734
15735
|
* Structure is used to store an array of binary information that is a part of one of the informational data groups
|
|
@@ -15763,8 +15764,8 @@ export declare interface TrfFtBytes {
|
|
|
15763
15764
|
}
|
|
15764
15765
|
|
|
15765
15766
|
/**
|
|
15766
|
-
* NOTE: This
|
|
15767
|
-
* Do not edit the
|
|
15767
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
15768
|
+
* Do not edit the file manually.
|
|
15768
15769
|
*/
|
|
15769
15770
|
/**
|
|
15770
15771
|
* Structure is used to store information about the numeric field (4 bytes) that is a part of one of the informational data groups.
|
|
@@ -15799,8 +15800,8 @@ export declare interface TrfFtString {
|
|
|
15799
15800
|
}
|
|
15800
15801
|
|
|
15801
15802
|
/**
|
|
15802
|
-
* NOTE: This
|
|
15803
|
-
* Do not edit the
|
|
15803
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
15804
|
+
* Do not edit the file manually.
|
|
15804
15805
|
*/
|
|
15805
15806
|
/**
|
|
15806
15807
|
*
|
|
@@ -15881,8 +15882,8 @@ export declare interface VerifiedFieldMap {
|
|
|
15881
15882
|
}
|
|
15882
15883
|
|
|
15883
15884
|
/**
|
|
15884
|
-
* NOTE: This
|
|
15885
|
-
* Do not edit the
|
|
15885
|
+
* NOTE: This file is auto generated by OpenAPI Generator.
|
|
15886
|
+
* Do not edit the file manually.
|
|
15886
15887
|
*/
|
|
15887
15888
|
/**
|
|
15888
15889
|
* Enumeration contains visibility status of the security element
|