hevy-shared 1.0.828 → 1.0.830

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 +5 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -321,6 +321,11 @@ export interface BackofficeAccountUpdate {
321
321
  /** `null` means we're unlinking the user's Gympass account */
322
322
  gympass_email?: string | null;
323
323
  gympass_subscription_active?: boolean;
324
+ gympass_account?: {
325
+ id: string;
326
+ email: string;
327
+ country_code?: string;
328
+ };
324
329
  limited_discovery?: boolean;
325
330
  delete_profile_pic?: boolean;
326
331
  delete_link?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.828",
3
+ "version": "1.0.830",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",