Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit 2efb980

Browse files
committed
feat(Activity Types): Adds contact and resourceAssignee.
1 parent 30c43c5 commit 2efb980

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/statementConstants/activityTypes.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ export const book = 'http://id.tincanapi.com/activitytype/book';
4040
*/
4141
export const comment = 'http://activitystrea.ms/schema/1.0/comment';
4242

43+
/**
44+
* Represents an individual or group that may be contacted for information.
45+
*/
46+
export const contact = `${customBaseUrl}/contact`;
47+
4348
/**
4449
* A course represents an entire “content package” worth of material.
4550
* The largest level of granularity. Unless flat, a course consists of multiple modules
@@ -132,6 +137,11 @@ export const review = 'http://activitystrea.ms/schema/1.0/review';
132137
*/
133138
export const report = `${customBaseUrl}/report`;
134139

140+
/**
141+
* Represents the individual/group that has been assigned to a resource.
142+
*/
143+
export const resourceAssignee = `${customBaseUrl}/resource-assignee`;
144+
135145
/**
136146
* Represents the resource being assigned to an actor.
137147
*/

0 commit comments

Comments
 (0)