Skip to content

Commit

Permalink
add permissions for privileged contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Dec 7, 2023
1 parent c5c348e commit 2cbf208
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"organizations-storage.emails": "1.1",
"organizations-storage.interfaces": "2.1",
"organizations-storage.phone-numbers": "2.0",
"organizations-storage.privileged-contacts": "1.0",
"organizations-storage.settings": "1.0",
"organizations-storage.urls": "1.1",
"tags": "1.0",
Expand Down Expand Up @@ -96,7 +97,8 @@
"organizations-storage.interfaces.collection.get",
"organizations-storage.phone-numbers.collection.get",
"organizations-storage.phone-numbers.item.get",
"organizations-storage.settings.collection.get",
"organizations-storage.privileged-contacts.collection.get",
"organizations-storage.privileged-contacts.item.get",
"organizations-storage.urls.collection.get",
"organizations-storage.urls.item.get",
"ui-organizations.third-party-services"
Expand All @@ -118,6 +120,9 @@
"organizations-storage.contacts.item.post",
"organizations-storage.contacts.item.put",
"organizations-storage.contacts.item.delete",
"organizations-storage.privileged-contacts.item.post",
"organizations-storage.privileged-contacts.item.put",
"organizations-storage.privileged-contacts.item.delete",
"organizations-storage.interfaces.item.post",
"organizations-storage.interfaces.item.put",
"organizations-storage.interfaces.item.delete",
Expand Down

0 comments on commit 2cbf208

Please sign in to comment.