hevy-shared 1.0.780 → 1.0.782

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/built/auth.d.ts CHANGED
@@ -4,7 +4,6 @@ export interface ClientAuthToken {
4
4
  expires_at: Date;
5
5
  }
6
6
  export interface ClientRefreshTokenRequest {
7
- user_id: string;
8
7
  refresh_token: string;
9
8
  }
10
9
  export interface ClientAuthTokenResponse {
package/built/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import { ClientAuthTokenResponse } from './auth';
2
1
  import { Lookup } from './typeUtils';
3
2
  export * from './constants';
4
3
  export * from './utils';
@@ -211,7 +210,7 @@ export interface GoogleSignUpRequest {
211
210
  source?: 'web';
212
211
  gympassUserId?: string;
213
212
  }
214
- export interface SocialLoginResult extends ClientAuthTokenResponse {
213
+ export interface SocialLoginResult {
215
214
  auth_token: string;
216
215
  username: string;
217
216
  user_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.780",
3
+ "version": "1.0.782",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",