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 +0 -1
- package/built/index.d.ts +1 -2
- package/package.json +1 -1
package/built/auth.d.ts
CHANGED
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
|
|
213
|
+
export interface SocialLoginResult {
|
|
215
214
|
auth_token: string;
|
|
216
215
|
username: string;
|
|
217
216
|
user_id: string;
|