mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 01:35:19 +00:00
OPS-442: Add ShopModification (#126)
* OPS-442: Add ShopModification * Rename * Add to claims as well * Add even more
This commit is contained in:
parent
108eb44e65
commit
b04aba8310
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user