@adaptware/eagles-db 0.1.55 → 0.1.56

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.
@@ -163,18 +163,6 @@ exports.Prisma.ActionScalarFieldEnum = {
163
163
  is_active: 'is_active'
164
164
  };
165
165
 
166
- exports.Prisma.ActivityLogScalarFieldEnum = {
167
- id: 'id',
168
- application_id: 'application_id',
169
- actor_id: 'actor_id',
170
- actor_type: 'actor_type',
171
- message: 'message',
172
- timestamp: 'timestamp',
173
- metadata: 'metadata',
174
- created_at: 'created_at',
175
- is_active: 'is_active'
176
- };
177
-
178
166
  exports.Prisma.ApplicationScalarFieldEnum = {
179
167
  id: 'id',
180
168
  candidate_id: 'candidate_id',
@@ -209,7 +197,7 @@ exports.Prisma.ApprovalScalarFieldEnum = {
209
197
 
210
198
  exports.Prisma.AssessmentScalarFieldEnum = {
211
199
  id: 'id',
212
- assessment_library_id: 'assessment_library_id',
200
+ assessment_id: 'assessment_id',
213
201
  candidate_id: 'candidate_id',
214
202
  reviewer_id: 'reviewer_id',
215
203
  score: 'score',
@@ -250,30 +238,6 @@ exports.Prisma.AssessmentQuestionScalarFieldEnum = {
250
238
  updated_at: 'updated_at'
251
239
  };
252
240
 
253
- exports.Prisma.AssignmentScalarFieldEnum = {
254
- id: 'id',
255
- candidate_id: 'candidate_id',
256
- assignment_library_id: 'assignment_library_id',
257
- reviewer_id: 'reviewer_id',
258
- application_id: 'application_id',
259
- job_description_id: 'job_description_id',
260
- organisation_id: 'organisation_id',
261
- ongoing_evaluation_id: 'ongoing_evaluation_id',
262
- score: 'score',
263
- ai_result: 'ai_result',
264
- ai_reasoning: 'ai_reasoning',
265
- status: 'status',
266
- cancel_reason: 'cancel_reason',
267
- solution_url: 'solution_url',
268
- scheduled_start_time: 'scheduled_start_time',
269
- scheduled_end_time: 'scheduled_end_time',
270
- created_at: 'created_at',
271
- updated_at: 'updated_at',
272
- created_by: 'created_by',
273
- updated_by: 'updated_by',
274
- is_active: 'is_active'
275
- };
276
-
277
241
  exports.Prisma.AssignmentLibraryScalarFieldEnum = {
278
242
  id: 'id',
279
243
  deadline: 'deadline',
@@ -400,7 +364,6 @@ exports.Prisma.FeedbackScalarFieldEnum = {
400
364
  exports.Prisma.FitCheckScalarFieldEnum = {
401
365
  id: 'id',
402
366
  organisation_id: 'organisation_id',
403
- candidate_id: 'candidate_id',
404
367
  resume_id: 'resume_id',
405
368
  job_description_id: 'job_description_id',
406
369
  skills_match: 'skills_match',
@@ -444,17 +407,33 @@ exports.Prisma.GoogleScalarFieldEnum = {
444
407
  is_active: 'is_active'
445
408
  };
446
409
 
410
+ exports.Prisma.IntermediateFeedbackScalarFieldEnum = {
411
+ id: 'id',
412
+ interview_id: 'interview_id',
413
+ overall_feedback_id: 'overall_feedback_id',
414
+ intermediate_feedback: 'intermediate_feedback',
415
+ order_no: 'order_no',
416
+ created_at: 'created_at',
417
+ updated_at: 'updated_at',
418
+ created_by: 'created_by',
419
+ updated_by: 'updated_by',
420
+ is_active: 'is_active'
421
+ };
422
+
447
423
  exports.Prisma.InterviewScalarFieldEnum = {
448
424
  id: 'id',
449
- organisation_id: 'organisation_id',
450
425
  candidate_id: 'candidate_id',
451
426
  interviewer_id: 'interviewer_id',
452
427
  evaluation_plan_id: 'evaluation_plan_id',
453
428
  application_id: 'application_id',
454
429
  resume_id: 'resume_id',
455
430
  job_description_id: 'job_description_id',
431
+ organisation_id: 'organisation_id',
456
432
  room_name: 'room_name',
457
433
  interview_summary: 'interview_summary',
434
+ ai_interview_feedback: 'ai_interview_feedback',
435
+ interview_feedback: 'interview_feedback',
436
+ interview_rating: 'interview_rating',
458
437
  scheduled_start_time: 'scheduled_start_time',
459
438
  scheduled_end_time: 'scheduled_end_time',
460
439
  actual_start_time: 'actual_start_time',
@@ -462,14 +441,6 @@ exports.Prisma.InterviewScalarFieldEnum = {
462
441
  recording_url: 'recording_url',
463
442
  interview_status: 'interview_status',
464
443
  google_event_id: 'google_event_id',
465
- ai_interview_feedback: 'ai_interview_feedback',
466
- interview_feedback: 'interview_feedback',
467
- overall_feedback: 'overall_feedback',
468
- interview_rating: 'interview_rating',
469
- ai_feedback: 'ai_feedback',
470
- human_feedback: 'human_feedback',
471
- interviewer_feedback: 'interviewer_feedback',
472
- section_feedback: 'section_feedback',
473
444
  created_at: 'created_at',
474
445
  updated_at: 'updated_at',
475
446
  created_by: 'created_by',
@@ -477,6 +448,22 @@ exports.Prisma.InterviewScalarFieldEnum = {
477
448
  is_active: 'is_active'
478
449
  };
479
450
 
451
+ exports.Prisma.InterviewLibraryScalarFieldEnum = {
452
+ id: 'id',
453
+ title: 'title',
454
+ description: 'description',
455
+ organisation_id: 'organisation_id',
456
+ category: 'category',
457
+ evaluation_type: 'evaluation_type',
458
+ duration: 'duration',
459
+ passing_marks: 'passing_marks',
460
+ is_active: 'is_active',
461
+ created_by: 'created_by',
462
+ updated_by: 'updated_by',
463
+ created_at: 'created_at',
464
+ updated_at: 'updated_at'
465
+ };
466
+
480
467
  exports.Prisma.InterviewNotesScalarFieldEnum = {
481
468
  id: 'id',
482
469
  interview_id: 'interview_id',
@@ -543,7 +530,6 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
543
530
  job_description_id: 'job_description_id',
544
531
  evaluation_plan_id: 'evaluation_plan_id',
545
532
  interview_id: 'interview_id',
546
- assignment_id: 'assignment_id',
547
533
  status: 'status',
548
534
  state: 'state',
549
535
  round_status: 'round_status',
@@ -586,6 +572,39 @@ exports.Prisma.OrganisationScalarFieldEnum = {
586
572
  logo: 'logo'
587
573
  };
588
574
 
575
+ exports.Prisma.OverallFeedbackScalarFieldEnum = {
576
+ id: 'id',
577
+ interview_id: 'interview_id',
578
+ interviewer_id: 'interviewer_id',
579
+ feedback_type: 'feedback_type',
580
+ overall_score: 'overall_score',
581
+ overall_recommendation: 'overall_recommendation',
582
+ overall_feedback: 'overall_feedback',
583
+ created_at: 'created_at',
584
+ updated_at: 'updated_at',
585
+ created_by: 'created_by',
586
+ updated_by: 'updated_by',
587
+ is_active: 'is_active'
588
+ };
589
+
590
+ exports.Prisma.PanelistScalarFieldEnum = {
591
+ id: 'id',
592
+ name: 'name',
593
+ designation: 'designation',
594
+ experience: 'experience',
595
+ expertise: 'expertise',
596
+ suited_interview: 'suited_interview',
597
+ industry: 'industry',
598
+ special_areas: 'special_areas',
599
+ organisation_id: 'organisation_id',
600
+ user_id: 'user_id',
601
+ created_at: 'created_at',
602
+ updated_at: 'updated_at',
603
+ created_by: 'created_by',
604
+ updated_by: 'updated_by',
605
+ is_active: 'is_active'
606
+ };
607
+
589
608
  exports.Prisma.PermissionScalarFieldEnum = {
590
609
  id: 'id',
591
610
  permissions: 'permissions',
@@ -753,6 +772,10 @@ exports.Prisma.NullableJsonNullValueInput = {
753
772
  JsonNull: Prisma.JsonNull
754
773
  };
755
774
 
775
+ exports.Prisma.JsonNullValueInput = {
776
+ JsonNull: Prisma.JsonNull
777
+ };
778
+
756
779
  exports.Prisma.QueryMode = {
757
780
  default: 'default',
758
781
  insensitive: 'insensitive'
@@ -780,12 +803,6 @@ exports.ActionStatus = exports.$Enums.ActionStatus = {
780
803
  CANCELLED: 'CANCELLED'
781
804
  };
782
805
 
783
- exports.ActivityActorType = exports.$Enums.ActivityActorType = {
784
- USER: 'USER',
785
- AI: 'AI',
786
- SYSTEM: 'SYSTEM'
787
- };
788
-
789
806
  exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
790
807
  PENDING: 'PENDING',
791
808
  IN_PROGRESS: 'IN_PROGRESS',
@@ -817,12 +834,6 @@ exports.AssessmentCategory = exports.$Enums.AssessmentCategory = {
817
834
  ASSIGNMENT: 'ASSIGNMENT'
818
835
  };
819
836
 
820
- exports.AssignmentStatus = exports.$Enums.AssignmentStatus = {
821
- AVAILABLE: 'AVAILABLE',
822
- SCHEDULED: 'SCHEDULED',
823
- CANCELLED: 'CANCELLED'
824
- };
825
-
826
837
  exports.JobType = exports.$Enums.JobType = {
827
838
  Full_time: 'Full_time',
828
839
  Part_time: 'Part_time',
@@ -871,6 +882,13 @@ exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
871
882
  DELETED: 'DELETED'
872
883
  };
873
884
 
885
+ exports.InterviewFeedback = exports.$Enums.InterviewFeedback = {
886
+ STRONG_HIRE: 'STRONG_HIRE',
887
+ HIRE: 'HIRE',
888
+ NO_HIRE: 'NO_HIRE',
889
+ STRONG_NO_HIRE: 'STRONG_NO_HIRE'
890
+ };
891
+
874
892
  exports.InterviewStatus = exports.$Enums.InterviewStatus = {
875
893
  INTERVIEW_REQUESTED: 'INTERVIEW_REQUESTED',
876
894
  SCHEDULED: 'SCHEDULED',
@@ -881,11 +899,15 @@ exports.InterviewStatus = exports.$Enums.InterviewStatus = {
881
899
  EVALUATED: 'EVALUATED'
882
900
  };
883
901
 
884
- exports.InterviewFeedback = exports.$Enums.InterviewFeedback = {
885
- STRONG_HIRE: 'STRONG_HIRE',
886
- HIRE: 'HIRE',
887
- NO_HIRE: 'NO_HIRE',
888
- STRONG_NO_HIRE: 'STRONG_NO_HIRE'
902
+ exports.InterviewCategory = exports.$Enums.InterviewCategory = {
903
+ SCREENING: 'SCREENING',
904
+ TECHNICAL: 'TECHNICAL',
905
+ BEHAVIORAL: 'BEHAVIORAL',
906
+ CASE_STUDY: 'CASE_STUDY',
907
+ MANAGERIAL: 'MANAGERIAL',
908
+ CULTURAL_FIT: 'CULTURAL_FIT',
909
+ FINAL_DISCUSSION: 'FINAL_DISCUSSION',
910
+ GENERAL: 'GENERAL'
889
911
  };
890
912
 
891
913
  exports.JobDescriptionStatus = exports.$Enums.JobDescriptionStatus = {
@@ -931,6 +953,19 @@ exports.OrganisationSize = exports.$Enums.OrganisationSize = {
931
953
  FIVE_HUNDRED_PLUS: 'FIVE_HUNDRED_PLUS'
932
954
  };
933
955
 
956
+ exports.FeedbackType = exports.$Enums.FeedbackType = {
957
+ HUMAN: 'HUMAN',
958
+ AI: 'AI'
959
+ };
960
+
961
+ exports.OverallRecommendation = exports.$Enums.OverallRecommendation = {
962
+ StrongHire: 'StrongHire',
963
+ Hire: 'Hire',
964
+ LeaningHire: 'LeaningHire',
965
+ NoHire: 'NoHire',
966
+ StrongNoHire: 'StrongNoHire'
967
+ };
968
+
934
969
  exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
935
970
  PENDING: 'PENDING',
936
971
  IN_PROGRESS: 'IN_PROGRESS',
@@ -962,13 +997,11 @@ exports.Prisma.ModelName = {
962
997
  CandidateQuestionResponse: 'CandidateQuestionResponse',
963
998
  UserRole: 'UserRole',
964
999
  Action: 'Action',
965
- ActivityLog: 'ActivityLog',
966
1000
  Application: 'Application',
967
1001
  Approval: 'Approval',
968
1002
  Assessment: 'Assessment',
969
1003
  AssessmentLibrary: 'AssessmentLibrary',
970
1004
  AssessmentQuestion: 'AssessmentQuestion',
971
- Assignment: 'Assignment',
972
1005
  AssignmentLibrary: 'AssignmentLibrary',
973
1006
  Budget: 'Budget',
974
1007
  Calendly: 'Calendly',
@@ -978,13 +1011,17 @@ exports.Prisma.ModelName = {
978
1011
  Feedback: 'Feedback',
979
1012
  FitCheck: 'FitCheck',
980
1013
  Google: 'Google',
1014
+ IntermediateFeedback: 'IntermediateFeedback',
981
1015
  Interview: 'Interview',
1016
+ InterviewLibrary: 'InterviewLibrary',
982
1017
  InterviewNotes: 'InterviewNotes',
983
1018
  JobDescription: 'JobDescription',
984
1019
  JobDescriptionData: 'JobDescriptionData',
985
1020
  Message: 'Message',
986
1021
  OngoingEvaluation: 'OngoingEvaluation',
987
1022
  Organisation: 'Organisation',
1023
+ OverallFeedback: 'OverallFeedback',
1024
+ Panelist: 'Panelist',
988
1025
  Permission: 'Permission',
989
1026
  AsyncOperation: 'AsyncOperation',
990
1027
  Question: 'Question',