more fix and update

This commit is contained in:
lendry
2026-06-24 20:15:19 +03:00
parent dcab6557d3
commit 9727cf3f35
53 changed files with 3479 additions and 494 deletions

View File

@@ -37,6 +37,7 @@ message UpdateProfileRequest {
optional string bio = 4;
optional int32 age = 5;
optional string gender = 6;
optional string birthDate = 7;
}
message UpdateContactsRequest {
@@ -62,6 +63,7 @@ message ProfileResponse {
optional string phone = 11;
optional string backupEmail = 12;
optional string backupPhone = 13;
optional string birthDate = 15;
}
message SoftDeleteProfileResponse {