@ibiliaze/global-vars 1.293.0 → 1.295.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.
@@ -1,5 +1,5 @@
1
1
  export type EventReport = {
2
- passwd: number;
2
+ passed: number;
3
3
  expected: number;
4
4
  cardPayments: number;
5
5
  rejected: number;
@@ -418,6 +418,7 @@ export type PopulatedOccupance<Id, TDate> = Omit<OccupanceBase<Id, TDate>, 'even
418
418
  export type TicketBase<Id, TDate> = {
419
419
  _id: Id;
420
420
  ticketCode: string;
421
+ ticketId: string;
421
422
  venueId: string;
422
423
  paymentType: PSPType;
423
424
  reservedAt?: TDate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.293.0",
3
+ "version": "1.295.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,