From 10328404f1cea68586962ed7fce0405b18d62b28 Mon Sep 17 00:00:00 2001 From: Aleksey Kashapov Date: Tue, 4 Jun 2024 12:08:21 +0300 Subject: [PATCH] CP-4: Adds destination's sender and receiver scopes (#45) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CP-4: Adds destination's sender and receiver scopes * added destination * Revert "added destination" This reverts commit 740292c9b46b9757f8465d6ec386f56f1f83c9a8. * Bumps tmp damsel * Bumps damsel --------- Co-authored-by: Артем --- proto/limiter_config.thrift | 7 +++++++ rebar.lock | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/proto/limiter_config.thrift b/proto/limiter_config.thrift index 18c5666..4ba796f 100644 --- a/proto/limiter_config.thrift +++ b/proto/limiter_config.thrift @@ -142,6 +142,13 @@ union LimitScopeType { 6: LimitScopeEmptyDetails provider 7: LimitScopeEmptyDetails terminal 8: LimitScopeEmptyDetails payer_contact_email + + /** + * Scopes for operation's according destination's sender or receiver + * tokens. + */ + 9: LimitScopeEmptyDetails sender + 10: LimitScopeEmptyDetails receiver } struct LimitScopeEmptyDetails {} diff --git a/rebar.lock b/rebar.lock index 61dd6e7..fea93a0 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,4 +1,4 @@ [{<<"damsel">>, {git,"https://github.com/valitydev/damsel.git", - {ref,"c32f50f875bd1c58957e507420a23f7d2fac3ecb"}}, + {ref,"500c0a2aab6dc90db0c0b7ea4cd9757fd86368d0"}}, 0}].