@connectedxm/client 1.7.5 → 2.0.0

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.
@@ -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;
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;