@connectedxm/admin 2.2.1 → 2.2.2

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
@@ -1490,6 +1490,7 @@ interface BasePayment {
1490
1490
  id: number;
1491
1491
  type: PaymentType;
1492
1492
  chargedAmt: number;
1493
+ currency: string;
1493
1494
  ticketId: string | null;
1494
1495
  ticket: BaseEventPassType | null;
1495
1496
  stripeId: string | null;
package/dist/index.d.ts CHANGED
@@ -1490,6 +1490,7 @@ interface BasePayment {
1490
1490
  id: number;
1491
1491
  type: PaymentType;
1492
1492
  chargedAmt: number;
1493
+ currency: string;
1493
1494
  ticketId: string | null;
1494
1495
  ticket: BaseEventPassType | null;
1495
1496
  stripeId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",