@adaptware/eagles-db 0.1.40 → 0.1.41
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
|
@@ -28,6 +28,7 @@ model Interview {
|
|
|
28
28
|
interview_summary String[]
|
|
29
29
|
ai_interview_feedback InterviewFeedback?
|
|
30
30
|
interview_feedback InterviewFeedback?
|
|
31
|
+
overall_feedback String?
|
|
31
32
|
interview_rating Float? // Overall rating out of 100 based on evaluation
|
|
32
33
|
scheduled_start_time DateTime?
|
|
33
34
|
scheduled_end_time DateTime?
|