@ajayjbtickets/common 1.0.56 → 1.0.57

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.
package/dist/index.d.cts CHANGED
@@ -229,6 +229,7 @@ interface Ticket {
229
229
  createdBy: string;
230
230
  version: number;
231
231
  orderId?: string | null;
232
+ isDeleted: boolean;
232
233
  }
233
234
  interface TicketCreatedEvent {
234
235
  subject: Subjects.TicketCreated;
package/dist/index.d.ts CHANGED
@@ -229,6 +229,7 @@ interface Ticket {
229
229
  createdBy: string;
230
230
  version: number;
231
231
  orderId?: string | null;
232
+ isDeleted: boolean;
232
233
  }
233
234
  interface TicketCreatedEvent {
234
235
  subject: Subjects.TicketCreated;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ajayjbtickets/common",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",