@thantickets/common 1.0.27 → 1.0.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ export interface PaymentCreatedEvent {
3
3
  subject: Subjects.PaymentCreated;
4
4
  data: {
5
5
  id: string;
6
- ordeId: string;
6
+ orderId: string;
7
7
  stripeId: string;
8
8
  };
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thantickets/common",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",