@adaptware/eagles-db 0.1.79 → 0.1.80

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.79",
3
+ "version": "0.1.80",
4
4
  "description": "A Prisma client package for Treadspace database operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,6 +22,8 @@ model Application {
22
22
  expected_joining_date DateTime?
23
23
  current_ctc String?
24
24
  expected_ctc String?
25
+ notice_period String?
26
+ preferred_location String?
25
27
  // Relations
26
28
  fit_check_status FitCheckStatus?
27
29
  status ApplicationStatus @default(PENDING)