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 bdcd32a

Browse files
Commit: 9ff45e3b
1 parent 35c6a25 commit bdcd32a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export interface RfidSessionData {
117117
* @type {RfidAccessKey}
118118
* @memberof RfidSessionData
119119
*/
120-
'Session_key': RfidAccessKey;
120+
'Session_key'?: RfidAccessKey;
121121
/**
122122
*
123123
* @type {RfidTerminal}

‎src/models/source.ts‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@ export enum Source {
3737
/**
3838
* External
3939
*/
40-
EXTERNAL = 'EXTERNAL'
40+
EXTERNAL = 'EXTERNAL',
41+
/**
42+
* Live
43+
*/
44+
LIVE = 'LIVE',
45+
/**
46+
* Fingerprint
47+
*/
48+
FINGERPRINT = 'FINGERPRINT'
4149
}
4250

4351

‎src/models/visual-extended-field-item.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface VisualExtendedFieldItem {
5757
* @type {string}
5858
* @memberof VisualExtendedFieldItem
5959
*/
60-
'Buf_Text': string;
60+
'Buf_Text'?: string;
6161
/**
6262
*
6363
* @type {string}

0 commit comments

Comments
(0)

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