@adaptware/eagles-db 0.4.13 → 0.4.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptware/eagles-db",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "A Prisma client package for Treadspace database operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,6 +21,18 @@ enum ActivityEventType {
21
21
 
22
22
  FEEDBACK_SUBMITTED
23
23
 
24
+ ASSIGNMENT_CREATED
25
+ ASSIGNMENT_STARTED
26
+ ASSIGNMENT_COMPLETED
27
+ ASSIGNMENT_CANCELLED
28
+ ASSIGNMENT_EVALUATED
29
+
30
+ ASSESSMENT_CREATED
31
+ ASSESSMENT_STARTED
32
+ ASSESSMENT_COMPLETED
33
+ ASSESSMENT_CANCELLED
34
+ ASSESSMENT_EVALUATED
35
+
24
36
  JOB_CREATED
25
37
  JOB_PUBLISHED
26
38
  JOB_CLOSED
@@ -48,6 +60,8 @@ enum ActivityEntityType {
48
60
 
49
61
  INTERVIEW
50
62
 
63
+ ASSIGNMENT
64
+
51
65
  ASSESSMENT
52
66
 
53
67
  ORGANISATION