@ibiliaze/global-vars 1.289.3 → 1.290.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.
@@ -336,7 +336,8 @@ export interface ScanBase<Id, TDate> {
336
336
  _id?: Id;
337
337
  readerId: Id;
338
338
  eventId: Id;
339
- ticketId: Id;
339
+ ticketId?: Id;
340
+ ticketCode?: string;
340
341
  seasonId?: Id;
341
342
  seasonName?: string;
342
343
  flag: FlagType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.289.3",
3
+ "version": "1.290.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,