Skip to content

Commit

Permalink
update: permissions for banking-account-types
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Oct 28, 2023
1 parent 6a5624c commit 43871bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@
"organizations-storage.organization-types.item.get",
"organizations-storage.categories.collection.get",
"organizations-storage.settings.collection.get",
"organizations-storage.settings.item.get"
"organizations-storage.settings.item.get",
"organizations-storage.banking-account-types.collection.get",
"organizations-storage.banking-account-types.item.get"
]
},
{
Expand All @@ -225,7 +227,10 @@
"organizations-storage.categories.item.delete",
"organizations-storage.categories.item.post",
"organizations-storage.categories.item.put",
"organizations-storage.settings.item.put"
"organizations-storage.settings.item.put",
"organizations-storage.banking-account-types.item.post",
"organizations-storage.banking-account-types.item.put",
"organizations-storage.banking-account-types.item.delete"
]
}
]
Expand Down

0 comments on commit 43871bc

Please sign in to comment.