@adaptware/eagles-db 0.3.5 → 0.3.6

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.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "A Prisma client package for Treadspace database operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -68,22 +68,23 @@ model User {
68
68
  zoom_meeting_participants ZoomMeetingParticipant[]
69
69
  notes Notes[]
70
70
 
71
- name String?
72
- phone String?
73
- description String?
74
- date_of_birth DateTime?
75
- designation String?
76
- location String?
77
- salary String?
78
- work_experience Json?
79
- education Json?
80
- skills Json?
81
- notice_period String?
82
- preferred_work_mode String?
83
- gender String?
84
- ethnicity String?
85
- veteran_status String?
86
- disability_status String?
71
+ name String?
72
+ phone String?
73
+ description String?
74
+ date_of_birth DateTime?
75
+ designation String?
76
+ location String?
77
+ salary String?
78
+ work_experience Json?
79
+ education Json?
80
+ skills Json?
81
+ notice_period String?
82
+ preferred_work_mode String?
83
+ gender String?
84
+ ethnicity String?
85
+ veteran_status String?
86
+ disability_status String?
87
+ professional_expertise String?
87
88
 
88
89
  @@index([role_id])
89
90
  @@index([permission_id])