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:
Aleksey Kashapov 2024-06-04 12:08:21 +03:00 committed by GitHub
parent 1432a9871f
commit 10328404f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -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 {}

View File

@ -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}].