@ajayjbtickets/common 1.0.54 → 1.0.55

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
@@ -280,7 +280,9 @@ interface OrderExpirationCompleteEvent {
280
280
  }
281
281
 
282
282
  interface PaymentCaptured {
283
+ intentId: string;
283
284
  orderId: string;
285
+ chargeId: string;
284
286
  }
285
287
  interface PaymentCapturedEvent {
286
288
  subject: Subjects.PaymentCaptured;
package/dist/index.d.ts CHANGED
@@ -280,7 +280,9 @@ interface OrderExpirationCompleteEvent {
280
280
  }
281
281
 
282
282
  interface PaymentCaptured {
283
+ intentId: string;
283
284
  orderId: string;
285
+ chargeId: string;
284
286
  }
285
287
  interface PaymentCapturedEvent {
286
288
  subject: Subjects.PaymentCaptured;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ajayjbtickets/common",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",