@ibiliaze/global-vars 1.30.0 → 1.31.0

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.
@@ -27,7 +27,7 @@ export interface TicketTacsType {
27
27
  scanned?: boolean;
28
28
  scanTime?: Date;
29
29
  scanCount?: number;
30
- flags?: ('Passed OK' | 'Wrong Gate' | 'Unknown Card' | 'Similary check' | 'Duplicate attempt' | 'Not Completed' | 'Passing Simultaneaously' | 'Block or Alternative Gate Definition Error' | 'Mobile NFC Pass' | 'Mobile Barcode Pass')[];
30
+ flags?: ('Passed OK' | 'Wrong Gate' | 'Unknown Card' | 'Similary Check' | 'Invalid Ticket Format' | 'Wrong Ticket' | 'Duplicate attempt [MESH]' | 'Duplicate attempt [TACS]' | 'Not Completed' | 'Passing Simultaneaously' | 'Block or Alternative Gate Definition Error' | 'Mobile NFC Pass' | 'Mobile Barcode Pass')[];
31
31
  readerId?: string;
32
32
  sessionId?: string;
33
33
  createdAt?: Date;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.30.0",
3
+ "version": "1.31.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsc",
9
9
  "pub": "npm publish --access public",
10
- "git": "git add .; git commit -m 'changes'; git tag -a v1.30.0 -m 'v1.30.0'; git push origin v1.30.0; git push",
10
+ "git": "git add .; git commit -m 'changes'; git tag -a v1.31.0 -m 'v1.31.0'; git push origin v1.31.0; git push",
11
11
  "push": "npm run build; npm run git; npm run pub"
12
12
  },
13
13
  "author": "Ibi Hasanli",
@@ -33,8 +33,11 @@ export interface TicketTacsType {
33
33
  | 'Passed OK'
34
34
  | 'Wrong Gate'
35
35
  | 'Unknown Card'
36
- | 'Similary check'
37
- | 'Duplicate attempt'
36
+ | 'Similary Check'
37
+ | 'Invalid Ticket Format'
38
+ | 'Wrong Ticket'
39
+ | 'Duplicate attempt [MESH]'
40
+ | 'Duplicate attempt [TACS]'
38
41
  | 'Not Completed'
39
42
  | 'Passing Simultaneaously'
40
43
  | 'Block or Alternative Gate Definition Error'