hevy-shared 1.0.708 → 1.0.709

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 -2
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -264,6 +264,7 @@ export interface BackofficeExistingUserResponse {
264
264
  paddle_customer_id: string | null;
265
265
  public_api_key: string | null;
266
266
  hide_from_suggested_users: boolean;
267
+ limited_discovery: boolean;
267
268
  coach_trial_expire_date?: string;
268
269
  }
269
270
  export interface BackofficeDeletedUserResponse {
@@ -303,6 +304,7 @@ export interface BackofficeAccountUpdate {
303
304
  gympass_email?: string | null;
304
305
  gympass_subscription_active?: boolean;
305
306
  hide_from_suggested_users?: boolean;
307
+ limited_discovery?: boolean;
306
308
  delete_profile_pic?: boolean;
307
309
  delete_link?: boolean;
308
310
  }
@@ -1198,8 +1200,6 @@ export interface OutstandingInvitesForCoachTeamResponse {
1198
1200
  invites: CoachTeamInvite[];
1199
1201
  }
1200
1202
  export interface HevyTrainerProgram {
1201
- created_at: string;
1202
- updated_at: string;
1203
1203
  title: string;
1204
1204
  level: TrainingLevel;
1205
1205
  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.709",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",