hevy-shared 1.0.680 → 1.0.681
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 +2 -1
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -105,7 +105,8 @@ export interface UserAccountResponse {
|
|
|
105
105
|
birthday?: string;
|
|
106
106
|
sex?: Sex;
|
|
107
107
|
email_consent: boolean;
|
|
108
|
-
|
|
108
|
+
/** Indicates whether the account needs additional (email) verification to access certain APIs */
|
|
109
|
+
sensitive_api_requires_verification: boolean;
|
|
109
110
|
}
|
|
110
111
|
export interface CoachAppPushTarget {
|
|
111
112
|
type: 'android' | 'ios';
|