@connectedxm/client 1.7.4 → 1.7.6

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
@@ -1426,6 +1426,7 @@ interface BaseSubscriptionProductPrice {
1426
1426
  id: string;
1427
1427
  active: boolean;
1428
1428
  amount: number;
1429
+ currency: string;
1429
1430
  interval: "day" | "week" | "month" | "year";
1430
1431
  intervalCount: number;
1431
1432
  maxAmount: number;
@@ -1564,6 +1565,7 @@ interface BasePaymentIntent {
1564
1565
  secret: string;
1565
1566
  referenceId: string;
1566
1567
  amount: number;
1568
+ currency: string;
1567
1569
  metadata: Record<string, any>;
1568
1570
  eventId: string | null;
1569
1571
  registrationId: string | null;
package/dist/index.d.ts CHANGED
@@ -1426,6 +1426,7 @@ interface BaseSubscriptionProductPrice {
1426
1426
  id: string;
1427
1427
  active: boolean;
1428
1428
  amount: number;
1429
+ currency: string;
1429
1430
  interval: "day" | "week" | "month" | "year";
1430
1431
  intervalCount: number;
1431
1432
  maxAmount: number;
@@ -1564,6 +1565,7 @@ interface BasePaymentIntent {
1564
1565
  secret: string;
1565
1566
  referenceId: string;
1566
1567
  amount: number;
1568
+ currency: string;
1567
1569
  metadata: Record<string, any>;
1568
1570
  eventId: string | null;
1569
1571
  registrationId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.7.4",
3
+ "version": "1.7.6",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {