hevy-shared 1.0.891 → 1.0.893
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 -4
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1518,9 +1518,6 @@ export interface UserMetadataRequest {
|
|
|
1518
1518
|
appleIdfv?: string;
|
|
1519
1519
|
adjustAdId?: string;
|
|
1520
1520
|
}
|
|
1521
|
-
export interface UserMetadataAppLanguageRequest {
|
|
1522
|
-
appLanguage: Language;
|
|
1523
|
-
}
|
|
1524
1521
|
export type NetworkType = 'wifi' | 'cellular' | 'unknown';
|
|
1525
1522
|
export interface UserMetadataResponse {
|
|
1526
1523
|
created_at: string;
|
|
@@ -1876,7 +1873,6 @@ export interface HevyTrainerUserPreferences {
|
|
|
1876
1873
|
}
|
|
1877
1874
|
export interface LinkPreviewMetadataResponse {
|
|
1878
1875
|
title: string;
|
|
1879
|
-
description: string;
|
|
1880
1876
|
url: string;
|
|
1881
1877
|
image_url: string;
|
|
1882
1878
|
twitter_image_url: string;
|