hevy-shared 1.0.767 → 1.0.768

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