GroupID management
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3m9s

This commit is contained in:
Arnaud Delcasse
2025-10-16 17:21:45 +02:00
parent 723c12a657
commit e0882db1bc
8 changed files with 68 additions and 5 deletions

View File

@@ -90,6 +90,7 @@ message BookDriverJourneyRequest {
google.protobuf.Struct data = 7;
double driver_compensation_amount = 8;
string driver_compensation_currency = 9;
optional string group_id = 10;
}
message BookDriverJourneyResponse {