Skip to content

Commit

Permalink
feat: add new object type for access data
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Rola authored and Wojciech Rola committed Oct 18, 2023
1 parent f383817 commit 30ffc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +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',
}

export enum PII {
Expand Down

0 comments on commit 30ffc54

Please sign in to comment.