hevy-shared 1.0.889 → 1.0.891

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.
Files changed (2) hide show
  1. package/built/index.d.ts +4 -0
  2. package/package.json +1 -1
package/built/index.d.ts CHANGED
@@ -318,6 +318,7 @@ export type BackofficeShadowBannedUser = Pick<BackofficeExistingUserResponse, 'i
318
318
  shadow_ban_metadata: UserShadowBanMetadata;
319
319
  shadow_banned_at: string;
320
320
  ban_type: BanType;
321
+ backoffice_notes?: string;
321
322
  };
322
323
  export interface BackofficeUserComment {
323
324
  workout_username: string;
@@ -1517,6 +1518,9 @@ export interface UserMetadataRequest {
1517
1518
  appleIdfv?: string;
1518
1519
  adjustAdId?: string;
1519
1520
  }
1521
+ export interface UserMetadataAppLanguageRequest {
1522
+ appLanguage: Language;
1523
+ }
1520
1524
  export type NetworkType = 'wifi' | 'cellular' | 'unknown';
1521
1525
  export interface UserMetadataResponse {
1522
1526
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hevy-shared",
3
- "version": "1.0.889",
3
+ "version": "1.0.891",
4
4
  "description": "",
5
5
  "main": "built/index.js",
6
6
  "types": "built/index.d.ts",