@regulaforensics/document-reader-webclient 8.3.498-nightly → 8.3.500-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 +3 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1271,6 +1271,7 @@ export declare enum CheckDiagnose {
|
|
|
1271
1271
|
TEXT_COLOR_SHOULD_BE_GREEN = 131,
|
|
1272
1272
|
TEXT_COLOR_SHOULD_BE_RED = 132,
|
|
1273
1273
|
TEXT_SHOULD_BE_BLACK = 133,
|
|
1274
|
+
TEXT_IS_ABSENT = 134,
|
|
1274
1275
|
BARCODE_WAS_READ_WITH_ERRORS = 140,
|
|
1275
1276
|
BARCODE_DATA_FORMAT_ERROR = 141,
|
|
1276
1277
|
BARCODE_SIZE_PARAMS_ERROR = 142,
|