@aepstore-dev/contracts 1.101.0 → 1.102.0
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/gen/users.d.ts +1 -0
- package/gen/users.ts +1 -0
- package/package.json +1 -1
- package/proto/users.proto +4 -3
package/gen/users.d.ts
CHANGED
package/gen/users.ts
CHANGED
package/package.json
CHANGED
package/proto/users.proto
CHANGED
|
@@ -871,9 +871,10 @@ message AccountSettingsResponse {
|
|
|
871
871
|
reserved "premium_status", "premium_expires_at", "premium_auto_renew";
|
|
872
872
|
reserved 36;
|
|
873
873
|
bool premium_is_active = 37;
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
874
|
+
bool passkey_enabled = 38;
|
|
875
|
+
|
|
876
|
+
// Soft-delete state
|
|
877
|
+
string deleted_at = 28;
|
|
877
878
|
string scheduled_for_hard_delete = 29;
|
|
878
879
|
|
|
879
880
|
repeated SocialMedia social_media = 30;
|