@connectedxm/client 0.2.0 → 0.2.1

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
@@ -426,6 +426,7 @@ interface BasePurchase {
426
426
  alternateId: number;
427
427
  location: string | null;
428
428
  usedAt: string | null;
429
+ paid: boolean;
429
430
  transfer: {
430
431
  id: string;
431
432
  email: string;
package/dist/index.d.ts CHANGED
@@ -426,6 +426,7 @@ interface BasePurchase {
426
426
  alternateId: number;
427
427
  location: string | null;
428
428
  usedAt: string | null;
429
+ paid: boolean;
429
430
  transfer: {
430
431
  id: string;
431
432
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {