hevy-shared 1.0.1044 → 1.0.1046

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.
@@ -13,6 +13,7 @@ export interface RequestConfig {
13
13
  baseURL?: string;
14
14
  params?: unknown;
15
15
  signal?: AbortSignal;
16
+ timeout?: number;
16
17
  }
17
18
  export type HTTPMethod = keyof {
18
19
  [K in keyof HTTPClient as HTTPClient[K] extends (...args: any) => Promise<HTTPResponse<never>> ? K : never]: never;
package/built/index.d.ts CHANGED
@@ -303,7 +303,6 @@ 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;
307
306
  }
308
307
  export interface BackofficeDeletedUserResponse {
309
308
  state: 'deleted-account';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.1044",
3
+ "version": "1.0.1046",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",