@connectedxm/client 6.1.1 → 6.1.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -187,6 +187,7 @@ interface SelfRelationships {
187
187
  }
188
188
  interface Self extends Omit<Account, "_count"> {
189
189
  email: string | null;
190
+ verified: boolean;
190
191
  phone: string | null;
191
192
  dietaryRestrictions: string | null;
192
193
  shareCode: string;
@@ -2374,7 +2375,7 @@ interface BaseLogin {
2374
2375
  verified: boolean;
2375
2376
  }
2376
2377
  interface Login extends BaseLogin {
2377
- accounts: BaseAccount[];
2378
+ accounts: Self[];
2378
2379
  }
2379
2380
 
2380
2381
  interface ClientApiParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",