add booking retrieval for user
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 32s

This commit is contained in:
2025-05-23 13:34:52 +02:00
parent 860e8122b2
commit 3d32c9a24a
4 changed files with 117 additions and 103 deletions

View File

@@ -89,6 +89,7 @@ message BookDriverJourneyResponse {
message GetSolidarityTransportBookingsRequest {
google.protobuf.Timestamp start_date = 1;
google.protobuf.Timestamp end_date = 2;
string passengerid = 3;
}
message GetSolidarityTransportBookingsResponse {