hevy-shared 1.0.621 → 1.0.622
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/index.d.ts +1 -1
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -85,7 +85,6 @@ export interface UserAccountResponse {
|
|
|
85
85
|
gympass_user_id?: string;
|
|
86
86
|
is_gympass_plan_active?: boolean;
|
|
87
87
|
is_strava_connected: boolean;
|
|
88
|
-
is_chatgpt_oauth_authorized: boolean;
|
|
89
88
|
country_code?: string;
|
|
90
89
|
follows_push_enabled: boolean;
|
|
91
90
|
likes_push_enabled: boolean;
|
|
@@ -435,6 +434,7 @@ export interface UserShadowBanMetadata {
|
|
|
435
434
|
website_link?: string | null;
|
|
436
435
|
profile_pic_url?: string | null;
|
|
437
436
|
recaptcha_score?: number | null;
|
|
437
|
+
image_url?: string | null;
|
|
438
438
|
}
|
|
439
439
|
declare const _supportedProStores: readonly ["app_store", "play_store", "stripe", "hevy-gift", "gympass", "paddle", "hevy-coach"];
|
|
440
440
|
type UserHevyProSubcriptionStore = Lookup<typeof _supportedProStores>;
|