Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 374e00f

Browse files
Merge pull request #253 from regulaforensics/f3c3252a
2 parents edb5118 + 7168165 commit 374e00f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

‎src/models/rfid-session-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ import type { RfidTerminal } from './rfid-terminal';
4242
export interface RfidSessionData {
4343
/**
4444
* Sign of virtual session when working with loaded data from a previous communication session with the electronic document
45-
* @type {string}
45+
* @type {boolean}
4646
* @memberof RfidSessionData
4747
*/
48-
'VirtualMode'?: string;
48+
'VirtualMode'?: boolean;
4949
/**
5050
* Text SDKVersion value in format A.B (e.g. 3.1)
5151
* @type {string}

‎src/models/rfidpkdresource-type.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ export enum RFIDPKDResourceType {
4545
/**
4646
* Black List (.bl, .bls)
4747
*/
48-
BL = 7
48+
BL = 7,
49+
/**
50+
* LDIF file contents for TA
51+
*/
52+
LDIF_TA = 8,
53+
/**
54+
* Master List with CV certificates for TA
55+
*/
56+
ML_TA = 9
4957
}
5058

5159

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /