refactor: Policies Architecture (#1016)
* add policy serialize method * Add policies to collection responses * wip * test: remove .only * refactor: Return policies with team and document requests * store policies on the client * refactor: drive admin UI from policies
This commit is contained in:
@ -11,6 +11,7 @@ import presentTeam from './team';
|
||||
import presentIntegration from './integration';
|
||||
import presentNotificationSetting from './notificationSetting';
|
||||
import presentSlackAttachment from './slackAttachment';
|
||||
import presentPolicies from './policy';
|
||||
|
||||
export {
|
||||
presentUser,
|
||||
@ -25,4 +26,5 @@ export {
|
||||
presentIntegration,
|
||||
presentNotificationSetting,
|
||||
presentSlackAttachment,
|
||||
presentPolicies,
|
||||
};
|
||||
|
Reference in New Issue
Block a user