@adaptware/eagles-db 0.4.12 → 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.12",
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",
@@ -13,6 +13,7 @@ enum ActivityEventType {
13
13
  INTERVIEW_SCHEDULED
14
14
  INTERVIEW_RESCHEDULED
15
15
  INTERVIEW_CANCELLED
16
+ INTERVIEW_STARTED
16
17
  INTERVIEW_COMPLETED
17
18
  INTERVIEW_NO_SHOW
18
19
  INTERVIEW_EVALUATION_PENDING
@@ -20,6 +21,18 @@ enum ActivityEventType {
20
21
 
21
22
  FEEDBACK_SUBMITTED
22
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
+
23
36
  JOB_CREATED
24
37
  JOB_PUBLISHED
25
38
  JOB_CLOSED
@@ -47,6 +60,8 @@ enum ActivityEntityType {
47
60
 
48
61
  INTERVIEW
49
62
 
63
+ ASSIGNMENT
64
+
50
65
  ASSESSMENT
51
66
 
52
67
  ORGANISATION