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.
- package/built/index.d.ts +1 -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:
|
|
271
|
+
hevy_trainer_program: HevyTrainerProgram | null;
|
|
273
272
|
}
|
|
274
273
|
export interface BackofficeDeletedUserResponse {
|
|
275
274
|
state: 'deleted-account';
|