File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments