@connectedxm/client 1.7.4 → 1.7.5

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
@@ -1564,6 +1564,7 @@ interface BasePaymentIntent {
1564
1564
  secret: string;
1565
1565
  referenceId: string;
1566
1566
  amount: number;
1567
+ currency: string;
1567
1568
  metadata: Record<string, any>;
1568
1569
  eventId: string | null;
1569
1570
  registrationId: string | null;
package/dist/index.d.ts CHANGED
@@ -1564,6 +1564,7 @@ interface BasePaymentIntent {
1564
1564
  secret: string;
1565
1565
  referenceId: string;
1566
1566
  amount: number;
1567
+ currency: string;
1567
1568
  metadata: Record<string, any>;
1568
1569
  eventId: string | null;
1569
1570
  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.5",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {