update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 46s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m25s

This commit is contained in:
matst80
2025-12-04 14:19:00 +01:00
parent fbc773dbca
commit 0ef29596c1
9 changed files with 351 additions and 102 deletions

View File

@@ -80,6 +80,12 @@ message InitializeCheckout {
google.protobuf.Any cartState = 4;
}
message ContactDetailsUpdated {
optional string email = 1;
optional string phone = 2;
optional string name = 3;
}
message InventoryReserved {
string id = 1;
string status = 2;
@@ -93,7 +99,7 @@ message Mutation {
RemoveDelivery remove_delivery = 3;
PaymentDeclined payment_declined = 4;
ConfirmationViewed confirmation_viewed = 5;
ContactDetailsUpdated contact_details_updated = 6;
OrderCreated order_created = 7;
InitializeCheckout initialize_checkout = 9;