@strong-together/shared 1.0.6 → 1.1.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.
package/dist/index.d.mts CHANGED
@@ -507,6 +507,7 @@ interface UserEntity {
507
507
  token_version: number;
508
508
  is_verified: boolean;
509
509
  auth_provider: string;
510
+ last_login: string;
510
511
  }
511
512
 
512
513
  interface AccessTokenPayload {
package/dist/index.d.ts CHANGED
@@ -507,6 +507,7 @@ interface UserEntity {
507
507
  token_version: number;
508
508
  is_verified: boolean;
509
509
  auth_provider: string;
510
+ last_login: string;
510
511
  }
511
512
 
512
513
  interface AccessTokenPayload {