hevy-shared 1.0.1046 → 1.0.1047
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 -0
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -303,6 +303,7 @@ export interface BackofficeExistingUserResponse {
|
|
|
303
303
|
limited_discovery: boolean;
|
|
304
304
|
coach_trial_expire_date?: string;
|
|
305
305
|
hevy_trainer_program: HevyTrainerProgram | null;
|
|
306
|
+
email_consent: boolean;
|
|
306
307
|
}
|
|
307
308
|
export interface BackofficeDeletedUserResponse {
|
|
308
309
|
state: 'deleted-account';
|