@regulaforensics/document-reader-webclient 8.2.453-nightly → 8.2.455-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 +11 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11274,7 +11274,15 @@ export declare enum RFIDPKDResourceType {
|
|
|
11274
11274
|
/**
|
|
11275
11275
|
* Black List (.bl, .bls)
|
|
11276
11276
|
*/
|
|
11277
|
-
BL = 7
|
|
11277
|
+
BL = 7,
|
|
11278
|
+
/**
|
|
11279
|
+
* LDIF file contents for TA
|
|
11280
|
+
*/
|
|
11281
|
+
LDIF_TA = 8,
|
|
11282
|
+
/**
|
|
11283
|
+
* Master List with CV certificates for TA
|
|
11284
|
+
*/
|
|
11285
|
+
ML_TA = 9
|
|
11278
11286
|
}
|
|
11279
11287
|
|
|
11280
11288
|
/**
|
|
@@ -11371,10 +11379,10 @@ export declare interface RfidSecurityObject {
|
|
|
11371
11379
|
export declare interface RfidSessionData {
|
|
11372
11380
|
/**
|
|
11373
11381
|
* Sign of virtual session when working with loaded data from a previous communication session with the electronic document
|
|
11374
|
-
* @type {
|
|
11382
|
+
* @type {boolean}
|
|
11375
11383
|
* @memberof RfidSessionData
|
|
11376
11384
|
*/
|
|
11377
|
-
'VirtualMode'?:
|
|
11385
|
+
'VirtualMode'?: boolean;
|
|
11378
11386
|
/**
|
|
11379
11387
|
* Text SDKVersion value in format A.B (e.g. 3.1)
|
|
11380
11388
|
* @type {string}
|