hevy-shared 1.0.709 → 1.0.711
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 +2 -2
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -263,7 +263,6 @@ export interface BackofficeExistingUserResponse {
|
|
|
263
263
|
gympass_email: string | null;
|
|
264
264
|
paddle_customer_id: string | null;
|
|
265
265
|
public_api_key: string | null;
|
|
266
|
-
hide_from_suggested_users: boolean;
|
|
267
266
|
limited_discovery: boolean;
|
|
268
267
|
coach_trial_expire_date?: string;
|
|
269
268
|
}
|
|
@@ -303,7 +302,6 @@ export interface BackofficeAccountUpdate {
|
|
|
303
302
|
/** `null` means we're unlinking the user's Gympass account */
|
|
304
303
|
gympass_email?: string | null;
|
|
305
304
|
gympass_subscription_active?: boolean;
|
|
306
|
-
hide_from_suggested_users?: boolean;
|
|
307
305
|
limited_discovery?: boolean;
|
|
308
306
|
delete_profile_pic?: boolean;
|
|
309
307
|
delete_link?: boolean;
|
|
@@ -1200,6 +1198,8 @@ export interface OutstandingInvitesForCoachTeamResponse {
|
|
|
1200
1198
|
invites: CoachTeamInvite[];
|
|
1201
1199
|
}
|
|
1202
1200
|
export interface HevyTrainerProgram {
|
|
1201
|
+
created_at: string;
|
|
1202
|
+
updated_at: string;
|
|
1203
1203
|
title: string;
|
|
1204
1204
|
level: TrainingLevel;
|
|
1205
1205
|
goal: TrainingGoal;
|