@connectedxm/client 1.7.3 → 1.7.4

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.mts CHANGED
@@ -1140,6 +1140,7 @@ interface BasePayment {
1140
1140
  salesTax: number;
1141
1141
  salesTaxRate: string | null;
1142
1142
  chargedAmt: number;
1143
+ currency: string;
1143
1144
  last4: string | null;
1144
1145
  stripeId: string | null;
1145
1146
  createdAt: string;
@@ -1820,6 +1821,7 @@ interface OrganizationConfig {
1820
1821
  PAYMENT: {
1821
1822
  TYPE: PaymentIntegrationType | "none";
1822
1823
  CONNECTION_ID: string | null;
1824
+ CURRENCY: string;
1823
1825
  };
1824
1826
  INTEGRATIONS: Integration[];
1825
1827
  GOOGLE_SERVICES: string;
package/dist/index.d.ts CHANGED
@@ -1140,6 +1140,7 @@ interface BasePayment {
1140
1140
  salesTax: number;
1141
1141
  salesTaxRate: string | null;
1142
1142
  chargedAmt: number;
1143
+ currency: string;
1143
1144
  last4: string | null;
1144
1145
  stripeId: string | null;
1145
1146
  createdAt: string;
@@ -1820,6 +1821,7 @@ interface OrganizationConfig {
1820
1821
  PAYMENT: {
1821
1822
  TYPE: PaymentIntegrationType | "none";
1822
1823
  CONNECTION_ID: string | null;
1824
+ CURRENCY: string;
1823
1825
  };
1824
1826
  INTEGRATIONS: Integration[];
1825
1827
  GOOGLE_SERVICES: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {