OPS-442: Add ShopModification (#126)

* OPS-442: Add ShopModification

* Rename

* Add to claims as well

* Add even more
This commit is contained in:
ndiezel0 2024-04-01 15:32:56 +03:00 committed by GitHub
parent 108eb44e65
commit b04aba8310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,7 @@ union ShopModification {
7: ShopAccountParams shop_account_creation
8: ScheduleModification payout_schedule_modification
9: CashRegisterModificationUnit cash_register_modification_unit
10: set<domain.TurnoverLimit> turnover_limits_modification
}
struct ShopParams {

View File

@ -2056,6 +2056,7 @@ union ShopModification {
11: domain.ShopLocation location_modification
12: ShopAccountParams shop_account_creation
13: ScheduleModification payout_schedule_modification
14: set<domain.TurnoverLimit> turnover_limits_modification
/* deprecated */
10: ProxyModification proxy_modification
@ -2179,6 +2180,7 @@ union ShopEffect {
7: domain.ShopLocation location_changed
8: domain.ShopAccount account_created
9: ScheduleChanged payout_schedule_changed
10: set<domain.TurnoverLimit> turnover_limits_changed
/* deprecated */
6: ShopProxyChanged proxy_changed