hevy-shared 1.0.708 → 1.0.710

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.
Files changed (2) hide show
  1. package/built/index.d.ts +2 -4
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -263,7 +263,7 @@ 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;
266
+ limited_discovery: boolean;
267
267
  coach_trial_expire_date?: string;
268
268
  }
269
269
  export interface BackofficeDeletedUserResponse {
@@ -302,7 +302,7 @@ export interface BackofficeAccountUpdate {
302
302
  /** `null` means we're unlinking the user's Gympass account */
303
303
  gympass_email?: string | null;
304
304
  gympass_subscription_active?: boolean;
305
- hide_from_suggested_users?: boolean;
305
+ limited_discovery?: boolean;
306
306
  delete_profile_pic?: boolean;
307
307
  delete_link?: boolean;
308
308
  }
@@ -1198,8 +1198,6 @@ export interface OutstandingInvitesForCoachTeamResponse {
1198
1198
  invites: CoachTeamInvite[];
1199
1199
  }
1200
1200
  export interface HevyTrainerProgram {
1201
- created_at: string;
1202
- updated_at: string;
1203
1201
  title: string;
1204
1202
  level: TrainingLevel;
1205
1203
  goal: TrainingGoal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.708",
3
+ "version": "1.0.710",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",