hevy-shared 1.0.768 → 1.0.769

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 -2
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { Lookup } from './typeUtils';
2
- import { TrainerProgram } from './hevyTrainer';
3
2
  export * from './constants';
4
3
  export * from './utils';
5
4
  export * from './units';
@@ -269,7 +268,7 @@ export interface BackofficeExistingUserResponse {
269
268
  limited_discovery: boolean;
270
269
  coach_trial_expire_date?: string;
271
270
  is_hevy_trainer_beta_enabled: boolean;
272
- hevy_trainer_program: TrainerProgram | null;
271
+ hevy_trainer_program: HevyTrainerProgram | null;
273
272
  }
274
273
  export interface BackofficeDeletedUserResponse {
275
274
  state: 'deleted-account';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.768",
3
+ "version": "1.0.769",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",