@regulaforensics/document-reader-webclient 9.3.775-rc → 9.3.778-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 +4 -4
- package/dist/index.d.ts +9 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -15693,6 +15693,10 @@ export declare enum TextFieldType {
|
|
|
15693
15693
|
* First issue date checksum
|
|
15694
15694
|
*/
|
|
15695
15695
|
FT_FIRST_ISSUE_DATE_CHECKSUM = 699,
|
|
15696
|
+
/**
|
|
15697
|
+
* Expiry time
|
|
15698
|
+
*/
|
|
15699
|
+
FT_EXPIRY_TIMESTAMP = 700,
|
|
15696
15700
|
/**
|
|
15697
15701
|
* Commercial indicator
|
|
15698
15702
|
*/
|
|
@@ -15704,7 +15708,11 @@ export declare enum TextFieldType {
|
|
|
15704
15708
|
/**
|
|
15705
15709
|
* Jurisdiction specific data
|
|
15706
15710
|
*/
|
|
15707
|
-
FT_JURISDICTION_SPECIFIC_DATA = 703
|
|
15711
|
+
FT_JURISDICTION_SPECIFIC_DATA = 703,
|
|
15712
|
+
/**
|
|
15713
|
+
* Date of data expiry
|
|
15714
|
+
*/
|
|
15715
|
+
FT_DATA_DATE_OF_EXPIRY = 704
|
|
15708
15716
|
}
|
|
15709
15717
|
|
|
15710
15718
|
/**
|