@connectedxm/client 0.2.6 → 0.2.7

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
@@ -433,6 +433,9 @@ interface BasePurchase {
433
433
  location: string | null;
434
434
  usedAt: string | null;
435
435
  paid: boolean;
436
+ firstName: string;
437
+ lastName: string;
438
+ email: string;
436
439
  transfer: {
437
440
  id: string;
438
441
  email: string;
package/dist/index.d.ts CHANGED
@@ -433,6 +433,9 @@ interface BasePurchase {
433
433
  location: string | null;
434
434
  usedAt: string | null;
435
435
  paid: boolean;
436
+ firstName: string;
437
+ lastName: string;
438
+ email: string;
436
439
  transfer: {
437
440
  id: string;
438
441
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {