scanbot-web-sdk 8.0.0-beta.3 → 8.0.0-beta.4

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.
Files changed (69) hide show
  1. package/@types/core/bridge/worker-bridge.d.ts +136 -78
  2. package/@types/core/compiled/BarcodeConfigurationTypes.d.ts +31 -31
  3. package/@types/core/compiled/BarcodeDocumentModel.d.ts +89 -57
  4. package/@types/core/compiled/BarcodeDocumentTypes.d.ts +3 -3
  5. package/@types/core/compiled/BarcodeScannerTypes.d.ts +17 -9
  6. package/@types/core/compiled/BarcodeTypes.d.ts +4 -4
  7. package/@types/core/compiled/CheckScannerTypes.d.ts +6 -3
  8. package/@types/core/compiled/CreditCardTypes.d.ts +3 -3
  9. package/@types/core/compiled/DocumentClassifierTypes.d.ts +65 -0
  10. package/@types/core/compiled/DocumentDataExtractorConfigurationTypes.d.ts +8 -8
  11. package/@types/core/compiled/DocumentDataExtractorTypes.d.ts +14 -13
  12. package/@types/core/compiled/DocumentQualityAnalyzerTypes.d.ts +13 -4
  13. package/@types/core/compiled/DocumentScannerTypes.d.ts +8 -7
  14. package/@types/core/compiled/FrameAccumulationTypes.d.ts +3 -3
  15. package/@types/core/compiled/GenericDocument.d.ts +7 -7
  16. package/@types/core/compiled/Geometry.d.ts +4 -4
  17. package/@types/core/compiled/LicensingTypes.d.ts +6 -4
  18. package/@types/core/compiled/MedicalCertificateTypes.d.ts +7 -7
  19. package/@types/core/compiled/MrzTypes.d.ts +4 -4
  20. package/@types/core/compiled/OcrTypes.d.ts +6 -6
  21. package/@types/core/compiled/ParametricFilters.d.ts +23 -8
  22. package/@types/core/compiled/PdfConfigurationTypes.d.ts +9 -3
  23. package/@types/core/compiled/TextPatternScannerTypes.d.ts +7 -7
  24. package/@types/core/compiled/TiffTypes.d.ts +6 -19
  25. package/@types/core/compiled/VinScannerTypes.d.ts +4 -4
  26. package/@types/core/compiled/WorkerApiEntrypoint.d.ts +2 -0
  27. package/@types/core/compiled/bridge/BridgeApiEntrypoint.d.ts +9 -0
  28. package/@types/core/compiled/bridge/DocumentClassifier.d.ts +33 -0
  29. package/@types/core/compiled/bridge/DocumentQualityAnalyzer.d.ts +2 -2
  30. package/@types/core/compiled/bridge/DocumentScanner.d.ts +2 -2
  31. package/@types/core/compiled/bridge/image.d.ts +2 -2
  32. package/@types/core/compiled/utils.d.ts +11 -4
  33. package/@types/core/compiled/worker/WorkerDocumentClassifier.d.ts +19 -0
  34. package/@types/core/compiled/worker/WorkerDocumentQualityAnalyzer.d.ts +1 -1
  35. package/@types/core/compiled/worker/WorkerDocumentScanner.d.ts +1 -1
  36. package/@types/core/worker/ScanbotSDK.Core.d.ts +6 -4
  37. package/@types/core-types.d.ts +4 -1
  38. package/@types/document-scanner-view.d.ts +2 -5
  39. package/@types/index.d.ts +0 -3
  40. package/@types/scanbot-sdk.d.ts +70 -41
  41. package/@types/service/tiff-generator.d.ts +2 -2
  42. package/@types/ui2/common.d.ts +0 -7
  43. package/@types/ui2/configuration/utils.d.ts +1 -6
  44. package/@types/worker/worker-bridge.d.ts +136 -78
  45. package/Libraries.txt +1205 -6
  46. package/bundle/ScanbotSDK.min.js +4 -4
  47. package/bundle/ScanbotSDK.ui2.min.js +6 -6
  48. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd-threads.js +1 -1
  49. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  50. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd.wasm +0 -0
  51. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm.wasm +0 -0
  52. package/bundle/bin/barcode-scanner/ScanbotSDK.Core-simd-threads.js +1 -1
  53. package/bundle/bin/barcode-scanner/ScanbotSDK.Core-simd.js +1 -1
  54. package/bundle/bin/barcode-scanner/ScanbotSDK.Core.js +1 -1
  55. package/bundle/bin/complete/ScanbotSDK.Asm-simd-threads.js +1 -1
  56. package/bundle/bin/complete/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  57. package/bundle/bin/complete/ScanbotSDK.Asm-simd.wasm +0 -0
  58. package/bundle/bin/complete/ScanbotSDK.Asm.wasm +0 -0
  59. package/bundle/bin/complete/ScanbotSDK.Core-simd-threads.js +1 -1
  60. package/bundle/bin/complete/ScanbotSDK.Core-simd.js +1 -1
  61. package/bundle/bin/complete/ScanbotSDK.Core.js +1 -1
  62. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd-threads.js +1 -1
  63. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  64. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd.wasm +0 -0
  65. package/bundle/bin/document-scanner/ScanbotSDK.Asm.wasm +0 -0
  66. package/bundle/bin/document-scanner/ScanbotSDK.Core-simd-threads.js +1 -1
  67. package/bundle/bin/document-scanner/ScanbotSDK.Core-simd.js +1 -1
  68. package/bundle/bin/document-scanner/ScanbotSDK.Core.js +1 -1
  69. package/package.json +1 -1
@@ -29,6 +29,7 @@ export declare class WorkerBridge {
29
29
  BarcodeScanner: import("../../core-types").WorkerBarcodeScanner;
30
30
  CheckScanner: import("../../core-types").WorkerCheckScanner;
31
31
  CreditCardScanner: import("../../core-types").WorkerCreditCardScanner;
32
+ DocumentClassifier: import("../../core-types").WorkerDocumentClassifier;
32
33
  DocumentDataExtractor: import("../../core-types").WorkerDocumentDataExtractor;
33
34
  DocumentQualityAnalyzer: import("../../core-types").WorkerDocumentQualityAnalyzer;
34
35
  DocumentScanner: import("../../core-types").WorkerDocumentScanner;
@@ -49,7 +50,6 @@ export declare class WorkerBridge {
49
50
  title?: string;
50
51
  subject?: string;
51
52
  keywords?: string;
52
- _marker?: () => void;
53
53
  };
54
54
  pageSize?: import("../compiled/PdfConfigurationTypes").PageSize;
55
55
  pageDirection?: import("../compiled/PdfConfigurationTypes").PageDirection;
@@ -57,10 +57,42 @@ export declare class WorkerBridge {
57
57
  dpi?: number;
58
58
  jpegQuality?: number;
59
59
  resamplingMethod?: import("../compiled/PdfConfigurationTypes").ResamplingMethod;
60
- _marker?: () => void;
60
+ binarizationFilter?: ({
61
+ outputMode?: import("../compiled/ParametricFilters").OutputMode;
62
+ } & {
63
+ readonly _type: "ScanbotBinarizationFilter";
64
+ }) | ({
65
+ outputMode?: import("../compiled/ParametricFilters").OutputMode;
66
+ denoise?: number;
67
+ radius?: number;
68
+ preset?: import("../compiled/ParametricFilters").BinarizationFilterPreset;
69
+ } & {
70
+ readonly _type: "CustomBinarizationFilter";
71
+ }) | ({} & {
72
+ readonly _type: "ColorDocumentFilter";
73
+ }) | ({
74
+ brightness?: number;
75
+ } & {
76
+ readonly _type: "BrightnessFilter";
77
+ }) | ({
78
+ contrast?: number;
79
+ } & {
80
+ readonly _type: "ContrastFilter";
81
+ }) | ({
82
+ borderWidthFraction?: number;
83
+ blackOutliersFraction?: number;
84
+ whiteOutliersFraction?: number;
85
+ } & {
86
+ readonly _type: "GrayscaleFilter";
87
+ }) | ({
88
+ blackPoint?: number;
89
+ whitePoint?: number;
90
+ } & {
91
+ readonly _type: "WhiteBlackPointFilter";
92
+ });
61
93
  }) => Promise<import("../compiled/utils").ObjectId<"PdfGenerationContext">>;
62
- addPageToPdf: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">, image: import("../../core-types").Image) => Promise<void>;
63
- addPageToPdfWithOcr: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">, image: import("../../core-types").Image) => Promise<void>;
94
+ addPageToPdf: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">, image: import("../../core-types").Image, binarization?: import("../compiled/ParametricFilters").PageBinarization) => Promise<void>;
95
+ addPageToPdfWithOcr: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">, image: import("../../core-types").Image, binarization?: import("../compiled/ParametricFilters").PageBinarization) => Promise<void>;
64
96
  completePdf: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">) => Promise<Uint8Array>;
65
97
  beginTiff: (options: {
66
98
  compression?: import("../compiled/TiffTypes").CompressionMode;
@@ -70,58 +102,55 @@ export declare class WorkerBridge {
70
102
  userFields?: {
71
103
  tag?: number;
72
104
  name?: string;
73
- value?: {
74
- readonly _type?: "UserFieldDoubleValue";
105
+ value?: ({
75
106
  value?: number;
76
- _marker?: () => void;
77
- } | {
78
- readonly _type?: "UserFieldStringValue";
107
+ } & {
108
+ readonly _type: "UserFieldDoubleValue";
109
+ }) | ({
79
110
  value?: string;
80
- _marker?: () => void;
81
- } | {
82
- readonly _type?: "UserFieldIntValue";
111
+ } & {
112
+ readonly _type: "UserFieldStringValue";
113
+ }) | ({
83
114
  value?: number;
84
- _marker?: () => void;
85
- };
86
- _marker?: () => void;
115
+ } & {
116
+ readonly _type: "UserFieldIntValue";
117
+ });
87
118
  }[];
88
- binarizationFilter?: {
89
- readonly _type?: "ScanbotBinarizationFilter";
119
+ binarizationFilter?: ({
90
120
  outputMode?: import("../compiled/ParametricFilters").OutputMode;
91
- _marker?: () => void;
92
- } | {
93
- readonly _type?: "CustomBinarizationFilter";
121
+ } & {
122
+ readonly _type: "ScanbotBinarizationFilter";
123
+ }) | ({
94
124
  outputMode?: import("../compiled/ParametricFilters").OutputMode;
95
125
  denoise?: number;
96
126
  radius?: number;
97
127
  preset?: import("../compiled/ParametricFilters").BinarizationFilterPreset;
98
- _marker?: () => void;
99
- } | {
100
- readonly _type?: "ColorDocumentFilter";
101
- _marker?: () => void;
102
- } | {
103
- readonly _type?: "BrightnessFilter";
128
+ } & {
129
+ readonly _type: "CustomBinarizationFilter";
130
+ }) | ({} & {
131
+ readonly _type: "ColorDocumentFilter";
132
+ }) | ({
104
133
  brightness?: number;
105
- _marker?: () => void;
106
- } | {
107
- readonly _type?: "ContrastFilter";
134
+ } & {
135
+ readonly _type: "BrightnessFilter";
136
+ }) | ({
108
137
  contrast?: number;
109
- _marker?: () => void;
110
- } | {
111
- readonly _type?: "GrayscaleFilter";
138
+ } & {
139
+ readonly _type: "ContrastFilter";
140
+ }) | ({
112
141
  borderWidthFraction?: number;
113
142
  blackOutliersFraction?: number;
114
143
  whiteOutliersFraction?: number;
115
- _marker?: () => void;
116
- } | {
117
- readonly _type?: "WhiteBlackPointFilter";
144
+ } & {
145
+ readonly _type: "GrayscaleFilter";
146
+ }) | ({
118
147
  blackPoint?: number;
119
148
  whitePoint?: number;
120
- _marker?: () => void;
121
- };
122
- _marker?: () => void;
149
+ } & {
150
+ readonly _type: "WhiteBlackPointFilter";
151
+ });
123
152
  }) => Promise<import("../compiled/utils").ObjectId<"TiffGenerationContext">>;
124
- addPageToTiff: (tiffOperation: import("../compiled/utils").ObjectId<"TiffGenerationContext">, image: import("../../core-types").Image, binarization: import("../compiled/TiffTypes").Binarization) => Promise<void>;
153
+ addPageToTiff: (tiffOperation: import("../compiled/utils").ObjectId<"TiffGenerationContext">, image: import("../../core-types").Image, binarization: import("../compiled/ParametricFilters").PageBinarization) => Promise<void>;
125
154
  completeTiff: (tiffOperation: import("../compiled/utils").ObjectId<"TiffGenerationContext">) => Promise<Uint8Array>;
126
155
  releaseObject: <T>(objectToken: import("../compiled/utils").ObjectId<T>) => Promise<void>;
127
156
  version: () => Promise<string>;
@@ -133,6 +162,7 @@ export declare class WorkerBridge {
133
162
  BarcodeScanner: import("../../core-types").WorkerBarcodeScanner;
134
163
  CheckScanner: import("../../core-types").WorkerCheckScanner;
135
164
  CreditCardScanner: import("../../core-types").WorkerCreditCardScanner;
165
+ DocumentClassifier: import("../../core-types").WorkerDocumentClassifier;
136
166
  DocumentDataExtractor: import("../../core-types").WorkerDocumentDataExtractor;
137
167
  DocumentQualityAnalyzer: import("../../core-types").WorkerDocumentQualityAnalyzer;
138
168
  DocumentScanner: import("../../core-types").WorkerDocumentScanner;
@@ -153,7 +183,6 @@ export declare class WorkerBridge {
153
183
  title?: string;
154
184
  subject?: string;
155
185
  keywords?: string;
156
- _marker?: () => void;
157
186
  };
158
187
  pageSize?: import("../compiled/PdfConfigurationTypes").PageSize;
159
188
  pageDirection?: import("../compiled/PdfConfigurationTypes").PageDirection;
@@ -161,10 +190,42 @@ export declare class WorkerBridge {
161
190
  dpi?: number;
162
191
  jpegQuality?: number;
163
192
  resamplingMethod?: import("../compiled/PdfConfigurationTypes").ResamplingMethod;
164
- _marker?: () => void;
193
+ binarizationFilter?: ({
194
+ outputMode?: import("../compiled/ParametricFilters").OutputMode;
195
+ } & {
196
+ readonly _type: "ScanbotBinarizationFilter";
197
+ }) | ({
198
+ outputMode?: import("../compiled/ParametricFilters").OutputMode;
199
+ denoise?: number;
200
+ radius?: number;
201
+ preset?: import("../compiled/ParametricFilters").BinarizationFilterPreset;
202
+ } & {
203
+ readonly _type: "CustomBinarizationFilter";
204
+ }) | ({} & {
205
+ readonly _type: "ColorDocumentFilter";
206
+ }) | ({
207
+ brightness?: number;
208
+ } & {
209
+ readonly _type: "BrightnessFilter";
210
+ }) | ({
211
+ contrast?: number;
212
+ } & {
213
+ readonly _type: "ContrastFilter";
214
+ }) | ({
215
+ borderWidthFraction?: number;
216
+ blackOutliersFraction?: number;
217
+ whiteOutliersFraction?: number;
218
+ } & {
219
+ readonly _type: "GrayscaleFilter";
220
+ }) | ({
221
+ blackPoint?: number;
222
+ whitePoint?: number;
223
+ } & {
224
+ readonly _type: "WhiteBlackPointFilter";
225
+ });
165
226
  }) => Promise<import("../compiled/utils").ObjectId<"PdfGenerationContext">>;
166
- addPageToPdf: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">, image: import("../../core-types").Image) => Promise<void>;
167
- addPageToPdfWithOcr: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">, image: import("../../core-types").Image) => Promise<void>;
227
+ addPageToPdf: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">, image: import("../../core-types").Image, binarization?: import("../compiled/ParametricFilters").PageBinarization) => Promise<void>;
228
+ addPageToPdfWithOcr: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">, image: import("../../core-types").Image, binarization?: import("../compiled/ParametricFilters").PageBinarization) => Promise<void>;
168
229
  completePdf: (pdfOperation: import("../compiled/utils").ObjectId<"PdfGenerationContext">) => Promise<Uint8Array>;
169
230
  beginTiff: (options: {
170
231
  compression?: import("../compiled/TiffTypes").CompressionMode;
@@ -174,58 +235,55 @@ export declare class WorkerBridge {
174
235
  userFields?: {
175
236
  tag?: number;
176
237
  name?: string;
177
- value?: {
178
- readonly _type?: "UserFieldDoubleValue";
238
+ value?: ({
179
239
  value?: number;
180
- _marker?: () => void;
181
- } | {
182
- readonly _type?: "UserFieldStringValue";
240
+ } & {
241
+ readonly _type: "UserFieldDoubleValue";
242
+ }) | ({
183
243
  value?: string;
184
- _marker?: () => void;
185
- } | {
186
- readonly _type?: "UserFieldIntValue";
244
+ } & {
245
+ readonly _type: "UserFieldStringValue";
246
+ }) | ({
187
247
  value?: number;
188
- _marker?: () => void;
189
- };
190
- _marker?: () => void;
248
+ } & {
249
+ readonly _type: "UserFieldIntValue";
250
+ });
191
251
  }[];
192
- binarizationFilter?: {
193
- readonly _type?: "ScanbotBinarizationFilter";
252
+ binarizationFilter?: ({
194
253
  outputMode?: import("../compiled/ParametricFilters").OutputMode;
195
- _marker?: () => void;
196
- } | {
197
- readonly _type?: "CustomBinarizationFilter";
254
+ } & {
255
+ readonly _type: "ScanbotBinarizationFilter";
256
+ }) | ({
198
257
  outputMode?: import("../compiled/ParametricFilters").OutputMode;
199
258
  denoise?: number;
200
259
  radius?: number;
201
260
  preset?: import("../compiled/ParametricFilters").BinarizationFilterPreset;
202
- _marker?: () => void;
203
- } | {
204
- readonly _type?: "ColorDocumentFilter";
205
- _marker?: () => void;
206
- } | {
207
- readonly _type?: "BrightnessFilter";
261
+ } & {
262
+ readonly _type: "CustomBinarizationFilter";
263
+ }) | ({} & {
264
+ readonly _type: "ColorDocumentFilter";
265
+ }) | ({
208
266
  brightness?: number;
209
- _marker?: () => void;
210
- } | {
211
- readonly _type?: "ContrastFilter";
267
+ } & {
268
+ readonly _type: "BrightnessFilter";
269
+ }) | ({
212
270
  contrast?: number;
213
- _marker?: () => void;
214
- } | {
215
- readonly _type?: "GrayscaleFilter";
271
+ } & {
272
+ readonly _type: "ContrastFilter";
273
+ }) | ({
216
274
  borderWidthFraction?: number;
217
275
  blackOutliersFraction?: number;
218
276
  whiteOutliersFraction?: number;
219
- _marker?: () => void;
220
- } | {
221
- readonly _type?: "WhiteBlackPointFilter";
277
+ } & {
278
+ readonly _type: "GrayscaleFilter";
279
+ }) | ({
222
280
  blackPoint?: number;
223
281
  whitePoint?: number;
224
- _marker?: () => void;
225
- };
226
- _marker?: () => void;
282
+ } & {
283
+ readonly _type: "WhiteBlackPointFilter";
284
+ });
227
285
  }) => Promise<import("../compiled/utils").ObjectId<"TiffGenerationContext">>;
228
- addPageToTiff: (tiffOperation: import("../compiled/utils").ObjectId<"TiffGenerationContext">, image: import("../../core-types").Image, binarization: import("../compiled/TiffTypes").Binarization) => Promise<void>;
286
+ addPageToTiff: (tiffOperation: import("../compiled/utils").ObjectId<"TiffGenerationContext">, image: import("../../core-types").Image, binarization: import("../compiled/ParametricFilters").PageBinarization) => Promise<void>;
229
287
  completeTiff: (tiffOperation: import("../compiled/utils").ObjectId<"TiffGenerationContext">) => Promise<Uint8Array>;
230
288
  releaseObject: <T>(objectToken: import("../compiled/utils").ObjectId<T>) => Promise<void>;
231
289
  version: () => Promise<string>;
@@ -1,5 +1,5 @@
1
1
  import { BarcodeFormat } from "./BarcodeTypes";
2
- import { DeepPartial, PartiallyConstructible } from "./utils";
2
+ import { DeepPartial } from "./utils";
3
3
  import { Gs1Handling } from "./BarcodeTypes";
4
4
  import { UpcEanExtensionBehavior } from "./BarcodeTypes";
5
5
  /**
@@ -27,7 +27,7 @@ export declare namespace BarcodeFormatOneDConfigurationBase {
27
27
  /**
28
28
  Codabar barcode configuration. Add to scanner configuration to scan Codabar barcodes.
29
29
  */
30
- export declare class BarcodeFormatCodabarConfiguration extends PartiallyConstructible {
30
+ export declare class BarcodeFormatCodabarConfiguration {
31
31
  readonly _type: "BarcodeFormatCodabarConfiguration";
32
32
  /**
33
33
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -74,7 +74,7 @@ export declare class BarcodeFormatCodabarConfiguration extends PartiallyConstruc
74
74
  /**
75
75
  Code 11 barcode configuration. Add to scanner configuration to scan Code 11 barcodes.
76
76
  */
77
- export declare class BarcodeFormatCode11Configuration extends PartiallyConstructible {
77
+ export declare class BarcodeFormatCode11Configuration {
78
78
  readonly _type: "BarcodeFormatCode11Configuration";
79
79
  /**
80
80
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -126,7 +126,7 @@ export declare class BarcodeFormatCode11Configuration extends PartiallyConstruct
126
126
  /**
127
127
  Code 39 barcode and derivatives configuration. Add to scanner configuration to scan Code 39, Code 32 (Italian Pharmacode), PZN7 and PZN8 (Pharmazentralnummer) barcodes.
128
128
  */
129
- export declare class BarcodeFormatCode39Configuration extends PartiallyConstructible {
129
+ export declare class BarcodeFormatCode39Configuration {
130
130
  readonly _type: "BarcodeFormatCode39Configuration";
131
131
  /**
132
132
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -203,7 +203,7 @@ export declare class BarcodeFormatCode39Configuration extends PartiallyConstruct
203
203
  /**
204
204
  Code 93 barcode configuration. Add to scanner configuration to scan Code 93 barcodes.
205
205
  */
206
- export declare class BarcodeFormatCode93Configuration extends PartiallyConstructible {
206
+ export declare class BarcodeFormatCode93Configuration {
207
207
  readonly _type: "BarcodeFormatCode93Configuration";
208
208
  /**
209
209
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -250,7 +250,7 @@ export declare class BarcodeFormatCode93Configuration extends PartiallyConstruct
250
250
  /**
251
251
  Code 128 barcode configuration. Add to scanner configuration to scan Code 128 barcodes.
252
252
  */
253
- export declare class BarcodeFormatCode128Configuration extends PartiallyConstructible {
253
+ export declare class BarcodeFormatCode128Configuration {
254
254
  readonly _type: "BarcodeFormatCode128Configuration";
255
255
  /**
256
256
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -301,7 +301,7 @@ Add to scanner configuration to scan Code 25, IATA 2-of-5 and Industrial 2-of-5
301
301
  Industrial 2-of-5 barcodes are a subset of Code 25 barcodes.
302
302
  Any valid Industrial 2-of-5 barcode is also a valid Code 25 barcode.
303
303
  */
304
- export declare class BarcodeFormatCode2Of5Configuration extends PartiallyConstructible {
304
+ export declare class BarcodeFormatCode2Of5Configuration {
305
305
  readonly _type: "BarcodeFormatCode2Of5Configuration";
306
306
  /**
307
307
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -368,7 +368,7 @@ export declare class BarcodeFormatCode2Of5Configuration extends PartiallyConstru
368
368
  /**
369
369
  GS1 DataBar barcode configuration. Add to scanner configuration to scan GS1 DataBar-14, GS1 DataBar-14 Truncated, GS1 DataBar-14 Stacked and GS1 DataBar-14 Stacked Omnidirectional barcodes.
370
370
  */
371
- export declare class BarcodeFormatDataBarConfiguration extends PartiallyConstructible {
371
+ export declare class BarcodeFormatDataBarConfiguration {
372
372
  readonly _type: "BarcodeFormatDataBarConfiguration";
373
373
  /**
374
374
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -405,7 +405,7 @@ export declare class BarcodeFormatDataBarConfiguration extends PartiallyConstruc
405
405
  /**
406
406
  GS1 DataBar Expanded barcode configuration. Add to scanner configuration to scan GS1 DataBar Expanded and GS1 DataBar Expanded Stacked barcodes.
407
407
  */
408
- export declare class BarcodeFormatDataBarExpandedConfiguration extends PartiallyConstructible {
408
+ export declare class BarcodeFormatDataBarExpandedConfiguration {
409
409
  readonly _type: "BarcodeFormatDataBarExpandedConfiguration";
410
410
  /**
411
411
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -442,7 +442,7 @@ export declare class BarcodeFormatDataBarExpandedConfiguration extends Partially
442
442
  /**
443
443
  GS1 DataBar Limited barcode configuration. Add to scanner configuration to scan GS1 DataBar Limited barcodes.
444
444
  */
445
- export declare class BarcodeFormatDataBarLimitedConfiguration extends PartiallyConstructible {
445
+ export declare class BarcodeFormatDataBarLimitedConfiguration {
446
446
  readonly _type: "BarcodeFormatDataBarLimitedConfiguration";
447
447
  /**
448
448
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -479,7 +479,7 @@ export declare class BarcodeFormatDataBarLimitedConfiguration extends PartiallyC
479
479
  /**
480
480
  ITF (Interleaved 2-of-5) barcode configuration. Add to scanner configuration to scan Interleaved 2-of-5 (ITF) barcodes.
481
481
  */
482
- export declare class BarcodeFormatItfConfiguration extends PartiallyConstructible {
482
+ export declare class BarcodeFormatItfConfiguration {
483
483
  readonly _type: "BarcodeFormatITFConfiguration";
484
484
  /**
485
485
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -539,7 +539,7 @@ export declare const MsiPlesseyChecksumAlgorithmValues: MsiPlesseyChecksumAlgori
539
539
  /**
540
540
  MSI Plessey barcode configuration. Add to scanner configuration to scan MSI Plessey barcodes.
541
541
  */
542
- export declare class BarcodeFormatMsiPlesseyConfiguration extends PartiallyConstructible {
542
+ export declare class BarcodeFormatMsiPlesseyConfiguration {
543
543
  readonly _type: "BarcodeFormatMSIPlesseyConfiguration";
544
544
  /**
545
545
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -593,7 +593,7 @@ export declare class BarcodeFormatMsiPlesseyConfiguration extends PartiallyConst
593
593
  /**
594
594
  UPC/EAN barcode configuration. Add to scanner configuration to scan EAN-8, EAN-13, UPC-E and UPC-A barcodes.
595
595
  */
596
- export declare class BarcodeFormatUpcEanConfiguration extends PartiallyConstructible {
596
+ export declare class BarcodeFormatUpcEanConfiguration {
597
597
  readonly _type: "BarcodeFormatUpcEanConfiguration";
598
598
  /**
599
599
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -655,7 +655,7 @@ export declare class BarcodeFormatUpcEanConfiguration extends PartiallyConstruct
655
655
  /**
656
656
  PharmaCode barcode configuration. Add to scanner configuration to scan linear (1D) Laetus Pharmacode barcodes. Two-track PharmaCode scanning is configured separately through the PharmaCodeTwoTrackConfig class.
657
657
  */
658
- export declare class BarcodeFormatPharmaCodeConfiguration extends PartiallyConstructible {
658
+ export declare class BarcodeFormatPharmaCodeConfiguration {
659
659
  readonly _type: "BarcodeFormatPharmaCodeConfiguration";
660
660
  /**
661
661
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -713,7 +713,7 @@ export declare namespace BarcodeFormatTwoDConfigurationBase {
713
713
  /**
714
714
  Aztec configuration. Add to scanner configuration to scan Aztec codes.
715
715
  */
716
- export declare class BarcodeFormatAztecConfiguration extends PartiallyConstructible {
716
+ export declare class BarcodeFormatAztecConfiguration {
717
717
  readonly _type: "BarcodeFormatAztecConfiguration";
718
718
  /**
719
719
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -744,7 +744,7 @@ export declare class BarcodeFormatAztecConfiguration extends PartiallyConstructi
744
744
  /**
745
745
  QR Code configuration. Add to scanner configuration to scan QR codes, Micro QR codes and rectangular Micro QR (rMQR) codes.
746
746
  */
747
- export declare class BarcodeFormatQrCodeConfiguration extends PartiallyConstructible {
747
+ export declare class BarcodeFormatQrCodeConfiguration {
748
748
  readonly _type: "BarcodeFormatQRCodeConfiguration";
749
749
  /**
750
750
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -795,7 +795,7 @@ export declare class BarcodeFormatQrCodeConfiguration extends PartiallyConstruct
795
795
  /**
796
796
  PDF417 configuration. Add to scanner configuration to scan PDF417 codes.
797
797
  */
798
- export declare class BarcodeFormatPdf417Configuration extends PartiallyConstructible {
798
+ export declare class BarcodeFormatPdf417Configuration {
799
799
  readonly _type: "BarcodeFormatPDF417Configuration";
800
800
  /**
801
801
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -831,7 +831,7 @@ export declare class BarcodeFormatPdf417Configuration extends PartiallyConstruct
831
831
  /**
832
832
  MicroPDF417 configuration. Add to scanner configuration to scan MicroPDF417 codes.
833
833
  */
834
- export declare class BarcodeFormatMicroPdf417Configuration extends PartiallyConstructible {
834
+ export declare class BarcodeFormatMicroPdf417Configuration {
835
835
  readonly _type: "BarcodeFormatMicroPDF417Configuration";
836
836
  /**
837
837
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -867,7 +867,7 @@ export declare class BarcodeFormatMicroPdf417Configuration extends PartiallyCons
867
867
  /**
868
868
  DataMatrix configuration. Add to scanner configuration to scan DataMatrix and DataMatrix rectangular extensions (DMRE) codes.
869
869
  */
870
- export declare class BarcodeFormatDataMatrixConfiguration extends PartiallyConstructible {
870
+ export declare class BarcodeFormatDataMatrixConfiguration {
871
871
  readonly _type: "BarcodeFormatDataMatrixConfiguration";
872
872
  /**
873
873
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -898,7 +898,7 @@ export declare class BarcodeFormatDataMatrixConfiguration extends PartiallyConst
898
898
  /**
899
899
  MaxiCode configuration. Add to scanner configuration to scan MaxiCode codes.
900
900
  */
901
- export declare class BarcodeFormatMaxiCodeConfiguration extends PartiallyConstructible {
901
+ export declare class BarcodeFormatMaxiCodeConfiguration {
902
902
  readonly _type: "BarcodeFormatMaxiCodeConfiguration";
903
903
  /**
904
904
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -945,7 +945,7 @@ export declare const AustraliaPostCustomerFormatValues: AustraliaPostCustomerFor
945
945
  /**
946
946
  Australia Post barcode configuration. Add to scanner configuration to scan Australia Post barcodes.
947
947
  */
948
- export declare class BarcodeFormatAustraliaPostConfiguration extends PartiallyConstructible {
948
+ export declare class BarcodeFormatAustraliaPostConfiguration {
949
949
  readonly _type: "BarcodeFormatAustraliaPostConfiguration";
950
950
  /**
951
951
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -976,7 +976,7 @@ export declare class BarcodeFormatAustraliaPostConfiguration extends PartiallyCo
976
976
  /**
977
977
  Japan Post barcode configuration. Add to scanner configuration to scan Japan Post barcodes.
978
978
  */
979
- export declare class BarcodeFormatJapanPostConfiguration extends PartiallyConstructible {
979
+ export declare class BarcodeFormatJapanPostConfiguration {
980
980
  readonly _type: "BarcodeFormatJapanPostConfiguration";
981
981
  /**
982
982
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1002,7 +1002,7 @@ export declare class BarcodeFormatJapanPostConfiguration extends PartiallyConstr
1002
1002
  /**
1003
1003
  Royal Mail barcode configuration. Add to scanner configuration to scan Royal Mail (a.k.a. RM4SCC, CBC, BPO 4-State) barcodes.
1004
1004
  */
1005
- export declare class BarcodeFormatRoyalMailConfiguration extends PartiallyConstructible {
1005
+ export declare class BarcodeFormatRoyalMailConfiguration {
1006
1006
  readonly _type: "BarcodeFormatRoyalMailConfiguration";
1007
1007
  /**
1008
1008
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1033,7 +1033,7 @@ export declare class BarcodeFormatRoyalMailConfiguration extends PartiallyConstr
1033
1033
  /**
1034
1034
  Royal TNT Post barcode configuration. Add to scanner configuration to scan Royal TNT Post (a.k.a. KIX, Klant IndeX) barcodes.
1035
1035
  */
1036
- export declare class BarcodeFormatRoyalTntPostConfiguration extends PartiallyConstructible {
1036
+ export declare class BarcodeFormatRoyalTntPostConfiguration {
1037
1037
  readonly _type: "BarcodeFormatRoyalTNTPostConfiguration";
1038
1038
  /**
1039
1039
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1059,7 +1059,7 @@ export declare class BarcodeFormatRoyalTntPostConfiguration extends PartiallyCon
1059
1059
  /**
1060
1060
  USPS Intelligent Mail barcode configuration. Add to scanner configuration to scan USPS Intelligent Mail (a.k.a. USPS OneCode, USPS-STD-11) barcodes.
1061
1061
  */
1062
- export declare class BarcodeFormatUspsIntelligentMailConfiguration extends PartiallyConstructible {
1062
+ export declare class BarcodeFormatUspsIntelligentMailConfiguration {
1063
1063
  readonly _type: "BarcodeFormatUSPSIntelligentMailConfiguration";
1064
1064
  /**
1065
1065
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1085,7 +1085,7 @@ export declare class BarcodeFormatUspsIntelligentMailConfiguration extends Parti
1085
1085
  /**
1086
1086
  PHARMA_CODE_TWO_TRACK barcode configuration. Add to scanner configuration to scan Laetus two-track PharmaCode barcodes. Linear (i.e. one-track) PharmaCode scanning is configured separately through the PharmaCodeConfig class.
1087
1087
  */
1088
- export declare class BarcodeFormatPharmaCodeTwoTrackConfiguration extends PartiallyConstructible {
1088
+ export declare class BarcodeFormatPharmaCodeTwoTrackConfiguration {
1089
1089
  readonly _type: "BarcodeFormatPharmaCodeTwoTrackConfiguration";
1090
1090
  /**
1091
1091
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1127,7 +1127,7 @@ the enabled formats.
1127
1127
  If GS1 Composite scanning is disabled, but GS1 message validation is enabled, then the parts of the composite barcode may
1128
1128
  fail validation and be rejected.
1129
1129
  */
1130
- export declare class BarcodeFormatGs1CompositeConfiguration extends PartiallyConstructible {
1130
+ export declare class BarcodeFormatGs1CompositeConfiguration {
1131
1131
  readonly _type: "BarcodeFormatGS1CompositeConfiguration";
1132
1132
  /**
1133
1133
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1174,7 +1174,7 @@ The given configuration will be applied to all enabled barcode formats, if they
1174
1174
  You can override the common configuration for individual barcode formats by additionally adding
1175
1175
  their specific configuration to the scanner's configuration.
1176
1176
  */
1177
- export declare class BarcodeFormatCommonOneDConfiguration extends PartiallyConstructible {
1177
+ export declare class BarcodeFormatCommonOneDConfiguration {
1178
1178
  readonly _type: "BarcodeFormatCommonOneDConfiguration";
1179
1179
  /**
1180
1180
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1236,7 +1236,7 @@ The given configuration will be applied to all enabled barcode formats, if they
1236
1236
  You can override the common configuration for individual barcode formats by additionally adding
1237
1237
  their specific configuration to the scanner's configuration.
1238
1238
  */
1239
- export declare class BarcodeFormatCommonTwoDConfiguration extends PartiallyConstructible {
1239
+ export declare class BarcodeFormatCommonTwoDConfiguration {
1240
1240
  readonly _type: "BarcodeFormatCommonTwoDConfiguration";
1241
1241
  /**
1242
1242
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1282,7 +1282,7 @@ The given configuration will be applied to all enabled barcode formats, if they
1282
1282
  You can override the common configuration for individual barcode formats by additionally adding
1283
1283
  their specific configuration to the scanner's configuration.
1284
1284
  */
1285
- export declare class BarcodeFormatCommonFourStateConfiguration extends PartiallyConstructible {
1285
+ export declare class BarcodeFormatCommonFourStateConfiguration {
1286
1286
  readonly _type: "BarcodeFormatCommonFourStateConfiguration";
1287
1287
  /**
1288
1288
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).
@@ -1318,7 +1318,7 @@ The given configuration will be applied to all enabled barcode formats, if they
1318
1318
  You can override the common configuration for individual barcode formats by additionally adding
1319
1319
  their specific configuration to the scanner's configuration.
1320
1320
  */
1321
- export declare class BarcodeFormatCommonConfiguration extends PartiallyConstructible {
1321
+ export declare class BarcodeFormatCommonConfiguration {
1322
1322
  readonly _type: "BarcodeFormatCommonConfiguration";
1323
1323
  /**
1324
1324
  Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).