@ibiliaze/global-vars 1.295.0 → 1.296.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.
@@ -382,6 +382,7 @@ export interface OccupanceBase<Id, TDate> {
382
382
  color: string;
383
383
  };
384
384
  ticketCode: string;
385
+ ticketId: string;
385
386
  sale?: OccupanceSaleBase<Id>;
386
387
  occupied?: boolean;
387
388
  occupiedAt?: TDate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.295.0",
3
+ "version": "1.296.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,