@connectedxm/admin 3.3.10 → 3.3.11

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
@@ -1613,8 +1613,6 @@ interface BasePayment {
1613
1613
  stripeId: string | null;
1614
1614
  last4: string | null;
1615
1615
  debugId: string | null;
1616
- salesTax: number;
1617
- salesTaxRate: string | null;
1618
1616
  country: string;
1619
1617
  state: string;
1620
1618
  zip: string;
package/dist/index.d.ts CHANGED
@@ -1613,8 +1613,6 @@ interface BasePayment {
1613
1613
  stripeId: string | null;
1614
1614
  last4: string | null;
1615
1615
  debugId: string | null;
1616
- salesTax: number;
1617
- salesTaxRate: string | null;
1618
1616
  country: string;
1619
1617
  state: string;
1620
1618
  zip: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.3.10",
3
+ "version": "3.3.11",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",