@adaptware/eagles-db 0.1.52 → 0.1.54

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,6 +163,18 @@ 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
+
166
178
  exports.Prisma.ApplicationScalarFieldEnum = {
167
179
  id: 'id',
168
180
  candidate_id: 'candidate_id',
@@ -209,7 +221,6 @@ exports.Prisma.AssessmentScalarFieldEnum = {
209
221
  created_by: 'created_by',
210
222
  updated_by: 'updated_by',
211
223
  is_active: 'is_active',
212
- panelistId: 'panelistId',
213
224
  userId: 'userId'
214
225
  };
215
226
 
@@ -364,6 +375,7 @@ exports.Prisma.FeedbackScalarFieldEnum = {
364
375
  exports.Prisma.FitCheckScalarFieldEnum = {
365
376
  id: 'id',
366
377
  organisation_id: 'organisation_id',
378
+ candidate_id: 'candidate_id',
367
379
  resume_id: 'resume_id',
368
380
  job_description_id: 'job_description_id',
369
381
  skills_match: 'skills_match',
@@ -407,33 +419,17 @@ exports.Prisma.GoogleScalarFieldEnum = {
407
419
  is_active: 'is_active'
408
420
  };
409
421
 
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
-
423
422
  exports.Prisma.InterviewScalarFieldEnum = {
424
423
  id: 'id',
424
+ organisation_id: 'organisation_id',
425
425
  candidate_id: 'candidate_id',
426
426
  interviewer_id: 'interviewer_id',
427
427
  evaluation_plan_id: 'evaluation_plan_id',
428
428
  application_id: 'application_id',
429
429
  resume_id: 'resume_id',
430
430
  job_description_id: 'job_description_id',
431
- organisation_id: 'organisation_id',
432
431
  room_name: 'room_name',
433
432
  interview_summary: 'interview_summary',
434
- ai_interview_feedback: 'ai_interview_feedback',
435
- interview_feedback: 'interview_feedback',
436
- interview_rating: 'interview_rating',
437
433
  scheduled_start_time: 'scheduled_start_time',
438
434
  scheduled_end_time: 'scheduled_end_time',
439
435
  actual_start_time: 'actual_start_time',
@@ -441,6 +437,14 @@ exports.Prisma.InterviewScalarFieldEnum = {
441
437
  recording_url: 'recording_url',
442
438
  interview_status: 'interview_status',
443
439
  google_event_id: 'google_event_id',
440
+ ai_interview_feedback: 'ai_interview_feedback',
441
+ interview_feedback: 'interview_feedback',
442
+ overall_feedback: 'overall_feedback',
443
+ interview_rating: 'interview_rating',
444
+ ai_feedback: 'ai_feedback',
445
+ human_feedback: 'human_feedback',
446
+ interviewer_feedback: 'interviewer_feedback',
447
+ section_feedback: 'section_feedback',
444
448
  created_at: 'created_at',
445
449
  updated_at: 'updated_at',
446
450
  created_by: 'created_by',
@@ -448,22 +452,6 @@ exports.Prisma.InterviewScalarFieldEnum = {
448
452
  is_active: 'is_active'
449
453
  };
450
454
 
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
-
467
455
  exports.Prisma.InterviewNotesScalarFieldEnum = {
468
456
  id: 'id',
469
457
  interview_id: 'interview_id',
@@ -572,39 +560,6 @@ exports.Prisma.OrganisationScalarFieldEnum = {
572
560
  logo: 'logo'
573
561
  };
574
562
 
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
-
608
563
  exports.Prisma.PermissionScalarFieldEnum = {
609
564
  id: 'id',
610
565
  permissions: 'permissions',
@@ -772,10 +727,6 @@ exports.Prisma.NullableJsonNullValueInput = {
772
727
  JsonNull: Prisma.JsonNull
773
728
  };
774
729
 
775
- exports.Prisma.JsonNullValueInput = {
776
- JsonNull: Prisma.JsonNull
777
- };
778
-
779
730
  exports.Prisma.QueryMode = {
780
731
  default: 'default',
781
732
  insensitive: 'insensitive'
@@ -803,6 +754,12 @@ exports.ActionStatus = exports.$Enums.ActionStatus = {
803
754
  CANCELLED: 'CANCELLED'
804
755
  };
805
756
 
757
+ exports.ActivityActorType = exports.$Enums.ActivityActorType = {
758
+ USER: 'USER',
759
+ AI: 'AI',
760
+ SYSTEM: 'SYSTEM'
761
+ };
762
+
806
763
  exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
807
764
  PENDING: 'PENDING',
808
765
  IN_PROGRESS: 'IN_PROGRESS',
@@ -882,13 +839,6 @@ exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
882
839
  DELETED: 'DELETED'
883
840
  };
884
841
 
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
-
892
842
  exports.InterviewStatus = exports.$Enums.InterviewStatus = {
893
843
  INTERVIEW_REQUESTED: 'INTERVIEW_REQUESTED',
894
844
  SCHEDULED: 'SCHEDULED',
@@ -899,15 +849,11 @@ exports.InterviewStatus = exports.$Enums.InterviewStatus = {
899
849
  EVALUATED: 'EVALUATED'
900
850
  };
901
851
 
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'
852
+ exports.InterviewFeedback = exports.$Enums.InterviewFeedback = {
853
+ STRONG_HIRE: 'STRONG_HIRE',
854
+ HIRE: 'HIRE',
855
+ NO_HIRE: 'NO_HIRE',
856
+ STRONG_NO_HIRE: 'STRONG_NO_HIRE'
911
857
  };
912
858
 
913
859
  exports.JobDescriptionStatus = exports.$Enums.JobDescriptionStatus = {
@@ -953,19 +899,6 @@ exports.OrganisationSize = exports.$Enums.OrganisationSize = {
953
899
  FIVE_HUNDRED_PLUS: 'FIVE_HUNDRED_PLUS'
954
900
  };
955
901
 
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
-
969
902
  exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
970
903
  PENDING: 'PENDING',
971
904
  IN_PROGRESS: 'IN_PROGRESS',
@@ -997,6 +930,7 @@ exports.Prisma.ModelName = {
997
930
  CandidateQuestionResponse: 'CandidateQuestionResponse',
998
931
  UserRole: 'UserRole',
999
932
  Action: 'Action',
933
+ ActivityLog: 'ActivityLog',
1000
934
  Application: 'Application',
1001
935
  Approval: 'Approval',
1002
936
  Assessment: 'Assessment',
@@ -1011,17 +945,13 @@ exports.Prisma.ModelName = {
1011
945
  Feedback: 'Feedback',
1012
946
  FitCheck: 'FitCheck',
1013
947
  Google: 'Google',
1014
- IntermediateFeedback: 'IntermediateFeedback',
1015
948
  Interview: 'Interview',
1016
- InterviewLibrary: 'InterviewLibrary',
1017
949
  InterviewNotes: 'InterviewNotes',
1018
950
  JobDescription: 'JobDescription',
1019
951
  JobDescriptionData: 'JobDescriptionData',
1020
952
  Message: 'Message',
1021
953
  OngoingEvaluation: 'OngoingEvaluation',
1022
954
  Organisation: 'Organisation',
1023
- OverallFeedback: 'OverallFeedback',
1024
- Panelist: 'Panelist',
1025
955
  Permission: 'Permission',
1026
956
  AsyncOperation: 'AsyncOperation',
1027
957
  Question: 'Question',