add service
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 1m40s

This commit is contained in:
vallyenfail
2026-01-20 12:21:27 +03:00
parent 8046ad9a5f
commit cac4035560
8 changed files with 196 additions and 81 deletions

View File

@@ -30,8 +30,17 @@ message ApproveTZRequest {
}
message ApproveTZResponse {
bool success = 1;
string mailing_status = 2;
string request_id = 1;
repeated Supplier suppliers = 2;
}
message Supplier {
string id = 1;
string name = 2;
string email = 3;
string phone = 4;
string address = 5;
string url = 6;
}
message GetMailingListRequest {