Skip to content

Commit

Permalink
Merge pull request #99 from Brightspace/vy/add_hm_constants
Browse files Browse the repository at this point in the history
add new activities consts
  • Loading branch information
vix633 authored Feb 19, 2019
2 parents 4749ecf + c6f0b76 commit d5196d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export const Classes = {
activities: {
assigned: 'assigned',
complete: 'complete',
completion: 'completion',
exempt: 'exempt',
feedbackDate: 'feedback-date',
userAssignmentActivity: 'user-assignment-activity',
Expand Down Expand Up @@ -298,7 +299,8 @@ export const Classes = {
},
meetings: {
bookable: 'bookable'
}
},
relativeUri: 'relative-uri'
};

export const Actions = {
Expand Down

0 comments on commit d5196d3

Please sign in to comment.