@connectedxm/admin 3.4.2 → 3.4.3

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
@@ -1631,7 +1631,7 @@ interface BasePayment {
1631
1631
  state: string;
1632
1632
  zip: string;
1633
1633
  captured: boolean;
1634
- accountId: string;
1634
+ accountId: string | null;
1635
1635
  eventId: string | null;
1636
1636
  registrationId: string | null;
1637
1637
  passTypeId: string | null;
package/dist/index.d.ts CHANGED
@@ -1631,7 +1631,7 @@ interface BasePayment {
1631
1631
  state: string;
1632
1632
  zip: string;
1633
1633
  captured: boolean;
1634
- accountId: string;
1634
+ accountId: string | null;
1635
1635
  eventId: string | null;
1636
1636
  registrationId: string | null;
1637
1637
  passTypeId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",