hevy-shared 1.0.621 → 1.0.623

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
@@ -435,6 +435,7 @@ export interface UserShadowBanMetadata {
435
435
  website_link?: string | null;
436
436
  profile_pic_url?: string | null;
437
437
  recaptcha_score?: number | null;
438
+ image_url?: string | null;
438
439
  }
439
440
  declare const _supportedProStores: readonly ["app_store", "play_store", "stripe", "hevy-gift", "gympass", "paddle", "hevy-coach"];
440
441
  type UserHevyProSubcriptionStore = Lookup<typeof _supportedProStores>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.621",
3
+ "version": "1.0.623",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",