From 8c61a7945ccc24a7015036adf5a81269a5b31c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Tue, 30 Jun 2026 11:07:37 +0300 Subject: [PATCH] added to party --- proto/domain.thrift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proto/domain.thrift b/proto/domain.thrift index a7f836d2..a0e41fff 100644 --- a/proto/domain.thrift +++ b/proto/domain.thrift @@ -796,7 +796,7 @@ union ShopLocation { 1: string url } -struct ShopCheckoutLocation { +struct CheckoutLocations { 1: required list locations } @@ -2727,7 +2727,7 @@ struct ShopConfig { 9: required ShopLocation location 10: required CategoryRef category 11: optional set turnover_limits - 12: optional ShopCheckoutLocation checkout_location + 12: optional CheckoutLocations checkout_locations } struct ShopConfigObject { @@ -2771,6 +2771,7 @@ struct PartyConfig { 3: required Blocking block 4: required Suspension suspension 5: required PartyContactInfo contact_info + 6: optional CheckoutLocations checkout_locations } struct PartyConfigObject {