mirror of
https://github.com/valitydev/limiter-proto.git
synced 2024-11-06 00:35:18 +00:00
CP-4: Adds destination's sender and receiver scopes (#45)
* CP-4: Adds destination's sender and receiver scopes
* added destination
* Revert "added destination"
This reverts commit 740292c9b4
.
* Bumps tmp damsel
* Bumps damsel
---------
Co-authored-by: Артем <WWW_cool@inbox.ru>
This commit is contained in:
parent
1432a9871f
commit
10328404f1
@ -142,6 +142,13 @@ union LimitScopeType {
|
|||||||
6: LimitScopeEmptyDetails provider
|
6: LimitScopeEmptyDetails provider
|
||||||
7: LimitScopeEmptyDetails terminal
|
7: LimitScopeEmptyDetails terminal
|
||||||
8: LimitScopeEmptyDetails payer_contact_email
|
8: LimitScopeEmptyDetails payer_contact_email
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Scopes for operation's according destination's sender or receiver
|
||||||
|
* tokens.
|
||||||
|
*/
|
||||||
|
9: LimitScopeEmptyDetails sender
|
||||||
|
10: LimitScopeEmptyDetails receiver
|
||||||
}
|
}
|
||||||
|
|
||||||
struct LimitScopeEmptyDetails {}
|
struct LimitScopeEmptyDetails {}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[{<<"damsel">>,
|
[{<<"damsel">>,
|
||||||
{git,"https://github.com/valitydev/damsel.git",
|
{git,"https://github.com/valitydev/damsel.git",
|
||||||
{ref,"c32f50f875bd1c58957e507420a23f7d2fac3ecb"}},
|
{ref,"500c0a2aab6dc90db0c0b7ea4cd9757fd86368d0"}},
|
||||||
0}].
|
0}].
|
||||||
|
Loading…
Reference in New Issue
Block a user