@connectedxm/admin 3.3.16 → 3.3.17

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
@@ -1625,6 +1625,9 @@ interface BasePayment {
1625
1625
  stripeId: string | null;
1626
1626
  last4: string | null;
1627
1627
  debugId: string | null;
1628
+ address1: true;
1629
+ address2: true;
1630
+ city: true;
1628
1631
  country: string;
1629
1632
  state: string;
1630
1633
  zip: string;
package/dist/index.d.ts CHANGED
@@ -1625,6 +1625,9 @@ interface BasePayment {
1625
1625
  stripeId: string | null;
1626
1626
  last4: string | null;
1627
1627
  debugId: string | null;
1628
+ address1: true;
1629
+ address2: true;
1630
+ city: true;
1628
1631
  country: string;
1629
1632
  state: string;
1630
1633
  zip: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.3.16",
3
+ "version": "3.3.17",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",