hevy-shared 1.0.897 → 1.0.899
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 +0 -2
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -293,7 +293,6 @@ export interface BackofficeExistingUserResponse {
|
|
|
293
293
|
public_api_key: string | null;
|
|
294
294
|
limited_discovery: boolean;
|
|
295
295
|
coach_trial_expire_date?: string;
|
|
296
|
-
is_hevy_trainer_beta_enabled: boolean;
|
|
297
296
|
hevy_trainer_program: HevyTrainerProgram | null;
|
|
298
297
|
}
|
|
299
298
|
export interface BackofficeDeletedUserResponse {
|
|
@@ -343,7 +342,6 @@ export interface BackofficeAccountUpdate {
|
|
|
343
342
|
limited_discovery?: boolean;
|
|
344
343
|
delete_profile_pic?: boolean;
|
|
345
344
|
delete_link?: boolean;
|
|
346
|
-
is_hevy_trainer_beta_enabled?: boolean;
|
|
347
345
|
}
|
|
348
346
|
export interface BackofficeSuggestedUsersResponse {
|
|
349
347
|
users: SuggestedUser[];
|