hevy-shared 1.0.709 → 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 +0 -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.709",
3
+ "version": "1.0.710",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",