@adaptware/eagles-db 0.4.11 → 0.4.13

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.11",
3
+ "version": "0.4.13",
4
4
  "description": "A Prisma client package for Treadspace database operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -5,15 +5,15 @@ enum ActivityEventType {
5
5
  APPLICATION_SHORTLISTED
6
6
 
7
7
  ROUND_ASSIGNED
8
- ROUND_STARTED
9
8
  ROUND_COMPLETED
10
9
  ROUND_PASSED
11
10
  ROUND_FAILED
12
- ROUND_SKIPPED
13
11
 
12
+ INTERVIEW_CREATED
14
13
  INTERVIEW_SCHEDULED
15
14
  INTERVIEW_RESCHEDULED
16
15
  INTERVIEW_CANCELLED
16
+ INTERVIEW_STARTED
17
17
  INTERVIEW_COMPLETED
18
18
  INTERVIEW_NO_SHOW
19
19
  INTERVIEW_EVALUATION_PENDING