hevy-shared 1.0.1001 → 1.0.1003

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
@@ -289,6 +289,7 @@ export interface BackofficeExistingUserResponse {
289
289
  last_workout_at: string;
290
290
  coach_client_status?: 'coached-active-plan' | 'coached-inactive-plan';
291
291
  coach_status?: 'coach-active-plan' | 'coach-inactive-plan';
292
+ coach_username?: string;
292
293
  notes: string | null;
293
294
  is_banned: boolean;
294
295
  metadata: UserMetadataResponse | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.1001",
3
+ "version": "1.0.1003",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",