hevy-shared 1.0.1056 → 1.0.1058
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/hevyTrainer.d.ts
CHANGED
|
@@ -135,8 +135,6 @@ export type ExerciseReplacements = {
|
|
|
135
135
|
};
|
|
136
136
|
export interface WorkoutTemplate {
|
|
137
137
|
exercises: ExercisePrescription[];
|
|
138
|
-
/** @deprecated Because this is english-only and not translatable so we are not using it currently */
|
|
139
|
-
notes?: string;
|
|
140
138
|
}
|
|
141
139
|
export type Templates = {
|
|
142
140
|
[key in TrainerWorkoutTemplateName]: WorkoutTemplate;
|
package/built/index.d.ts
CHANGED
|
@@ -1808,17 +1808,6 @@ export type BackofficeFeedback = {
|
|
|
1808
1808
|
export interface BackofficeFeedbacksResponse {
|
|
1809
1809
|
feedbacks: BackofficeFeedback[];
|
|
1810
1810
|
}
|
|
1811
|
-
export type BackofficeRemoteFeatureFlag = {
|
|
1812
|
-
key: string;
|
|
1813
|
-
name: string;
|
|
1814
|
-
enabled: boolean;
|
|
1815
|
-
description: string;
|
|
1816
|
-
updated_at: Date;
|
|
1817
|
-
created_at: Date;
|
|
1818
|
-
};
|
|
1819
|
-
export type BackofficeRemoteFeatureFlagsResponse = {
|
|
1820
|
-
flags: BackofficeRemoteFeatureFlag[];
|
|
1821
|
-
};
|
|
1822
1811
|
export interface FormatAtText {
|
|
1823
1812
|
format: 'none' | '@' | 'link';
|
|
1824
1813
|
text: string;
|