update messages
All checks were successful
Build and Publish / Metadata (push) Successful in 13s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 51s
Build and Publish / BuildAndDeployArm64 (push) Successful in 5m9s

This commit is contained in:
matst80
2025-11-18 21:08:42 +01:00
parent 78436f39ae
commit 0994c4f484
6 changed files with 498 additions and 188 deletions

View File

@@ -95,6 +95,12 @@ message InitializeCheckout {
bool paymentInProgress = 3;
}
message InventoryReserved {
string id = 1;
string status = 2;
optional string message = 3;
}
message AddVoucher {
string code = 1;
int64 value = 2;