@adaptware/eagles-db 0.1.46 → 0.1.47

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.1.46",
3
+ "version": "0.1.47",
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,8 +13,8 @@ model Interview {
13
13
  /// Foreign keys
14
14
  candidate_id String
15
15
  interviewer_id String?
16
- application_id String?
17
- evaluation_plan_id String?
16
+ application_id String
17
+ evaluation_plan_id String
18
18
  resume_id String
19
19
  job_description_id String
20
20
  organisation_id String