@connectedxm/client 7.7.0 → 7.7.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2614,6 +2614,7 @@ interface BaseLogin {
2614
2614
  status: string;
2615
2615
  enabled: boolean;
2616
2616
  verified: boolean;
2617
+ lastLoginAt: string | null;
2617
2618
  }
2618
2619
  interface Login extends BaseLogin {
2619
2620
  accounts: BaseSelf[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.7.0",
3
+ "version": "7.7.1",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",