hevy-shared 1.0.588 → 1.0.589

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 +1 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -294,6 +294,7 @@ export interface BackofficeAccountUpdate {
294
294
  notes?: string;
295
295
  /** `null` means we're unlinking the user's Gympass account */
296
296
  gympass_email?: string | null;
297
+ gympass_subscription_active?: boolean;
297
298
  hide_from_suggested_users?: boolean;
298
299
  delete_profile_pic?: boolean;
299
300
  delete_link?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.588",
3
+ "version": "1.0.589",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",