@adaptware/eagles-db 1.1.62 → 1.1.64

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.
@@ -515,6 +515,7 @@ exports.Prisma.InterviewScalarFieldEnum = {
515
515
  interviewer_feedback: 'interviewer_feedback',
516
516
  section_feedback: 'section_feedback',
517
517
  interview_preparation: 'interview_preparation',
518
+ final_feedback: 'final_feedback',
518
519
  created_at: 'created_at',
519
520
  updated_at: 'updated_at',
520
521
  created_by: 'created_by',
@@ -552,7 +553,8 @@ exports.Prisma.JobDescriptionScalarFieldEnum = {
552
553
  created_by: 'created_by',
553
554
  updated_by: 'updated_by',
554
555
  is_active: 'is_active',
555
- openings: 'openings'
556
+ openings: 'openings',
557
+ job_profile_id: 'job_profile_id'
556
558
  };
557
559
 
558
560
  exports.Prisma.JobDescriptionDataScalarFieldEnum = {
@@ -567,6 +569,36 @@ exports.Prisma.JobDescriptionDataScalarFieldEnum = {
567
569
  is_active: 'is_active'
568
570
  };
569
571
 
572
+ exports.Prisma.JobProfileScalarFieldEnum = {
573
+ id: 'id',
574
+ organisation_id: 'organisation_id',
575
+ created_by: 'created_by',
576
+ assigned_to: 'assigned_to',
577
+ status: 'status',
578
+ title: 'title',
579
+ role_type: 'role_type',
580
+ work_arrangement: 'work_arrangement',
581
+ location: 'location',
582
+ experience_min: 'experience_min',
583
+ reporting: 'reporting',
584
+ comp_range: 'comp_range',
585
+ comp_benchmark: 'comp_benchmark',
586
+ responsibilities: 'responsibilities',
587
+ deliverables: 'deliverables',
588
+ must_have_skills: 'must_have_skills',
589
+ nice_to_have_skills: 'nice_to_have_skills',
590
+ dealbreakers: 'dealbreakers',
591
+ culture: 'culture',
592
+ success_metrics: 'success_metrics',
593
+ competencies: 'competencies',
594
+ conversation_history: 'conversation_history',
595
+ current_phase: 'current_phase',
596
+ orion_execution_id: 'orion_execution_id',
597
+ created_at: 'created_at',
598
+ updated_at: 'updated_at',
599
+ is_active: 'is_active'
600
+ };
601
+
570
602
  exports.Prisma.MessageScalarFieldEnum = {
571
603
  id: 'id',
572
604
  sender_id: 'sender_id',
@@ -922,7 +954,8 @@ exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
922
954
 
923
955
  exports.IntegrationProvider = exports.$Enums.IntegrationProvider = {
924
956
  NAUKRI: 'NAUKRI',
925
- ZOHO_RECRUIT: 'ZOHO_RECRUIT'
957
+ ZOHO_RECRUIT: 'ZOHO_RECRUIT',
958
+ LINKEDIN: 'LINKEDIN'
926
959
  };
927
960
 
928
961
  exports.IntegrationAuthType = exports.$Enums.IntegrationAuthType = {
@@ -974,6 +1007,13 @@ exports.JobDescriptionStatus = exports.$Enums.JobDescriptionStatus = {
974
1007
  CLOSED: 'CLOSED'
975
1008
  };
976
1009
 
1010
+ exports.JobProfileStatus = exports.$Enums.JobProfileStatus = {
1011
+ DRAFT: 'DRAFT',
1012
+ INTAKE_SENT: 'INTAKE_SENT',
1013
+ INTAKE_IN_PROGRESS: 'INTAKE_IN_PROGRESS',
1014
+ COMPLETE: 'COMPLETE'
1015
+ };
1016
+
977
1017
  exports.OngoingEvaluationStatus = exports.$Enums.OngoingEvaluationStatus = {
978
1018
  LOCKED: 'LOCKED',
979
1019
  ACTION_REQUIRED: 'ACTION_REQUIRED',
@@ -1063,6 +1103,7 @@ exports.Prisma.ModelName = {
1063
1103
  InterviewNotes: 'InterviewNotes',
1064
1104
  JobDescription: 'JobDescription',
1065
1105
  JobDescriptionData: 'JobDescriptionData',
1106
+ JobProfile: 'JobProfile',
1066
1107
  Message: 'Message',
1067
1108
  OngoingEvaluation: 'OngoingEvaluation',
1068
1109
  Organisation: 'Organisation',