Skip to content

Commit

Permalink
feat: change into role-assigment object type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Rola authored and Wojciech Rola committed Oct 19, 2023
1 parent 30ffc54 commit 0d8c658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export enum ObjectType {
EportalProduct = 'urn:forlagshuset:object:eportal:product',
PortfolioCourse = 'urn:forlagshuset:object:portfolio:course',
PortfolioGroup = 'urn:forlagshuset:object:portfolio:group',
ErudioAccess = 'urn:forlagshuset:object:erudio:access',
ErudioRoleAssignment = 'urn:forlagshuset:object:erudio:role-assignment',
}

export enum PII {
Expand Down

0 comments on commit 0d8c658

Please sign in to comment.