@adaptware/eagles-db 0.1.27 → 0.1.30

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.
@@ -332,7 +332,6 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
332
332
  title: 'title',
333
333
  description: 'description',
334
334
  format: 'format',
335
- weightage: 'weightage',
336
335
  topics: 'topics',
337
336
  assignee: 'assignee',
338
337
  elimination_round: 'elimination_round',
@@ -341,7 +340,7 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
341
340
  timeline: 'timeline',
342
341
  order_no: 'order_no',
343
342
  details: 'details',
344
- lock_weight: 'lock_weight',
343
+ plan_type: 'plan_type',
345
344
  created_by: 'created_by',
346
345
  updated_by: 'updated_by',
347
346
  created_at: 'created_at',
@@ -478,21 +477,22 @@ exports.Prisma.InterviewNotesScalarFieldEnum = {
478
477
 
479
478
  exports.Prisma.JobDescriptionScalarFieldEnum = {
480
479
  id: 'id',
480
+ organisation_id: 'organisation_id',
481
481
  hiring_manager_id: 'hiring_manager_id',
482
482
  status: 'status',
483
- organisation_id: 'organisation_id',
484
483
  screeningQuestions: 'screeningQuestions',
485
484
  recommendedQuestions: 'recommendedQuestions',
485
+ uploaded_job_description_path: 'uploaded_job_description_path',
486
+ is_plan_locked: 'is_plan_locked',
487
+ is_plan_published: 'is_plan_published',
488
+ is_posted: 'is_posted',
489
+ ai_insight: 'ai_insight',
486
490
  created_at: 'created_at',
487
491
  updated_at: 'updated_at',
488
492
  created_by: 'created_by',
489
493
  updated_by: 'updated_by',
490
- uploaded_job_description_path: 'uploaded_job_description_path',
491
494
  is_active: 'is_active',
492
- is_plan_locked: 'is_plan_locked',
493
- is_posted: 'is_posted',
494
- openings: 'openings',
495
- ai_insight: 'ai_insight'
495
+ openings: 'openings'
496
496
  };
497
497
 
498
498
  exports.Prisma.JobDescriptionDataScalarFieldEnum = {
@@ -537,7 +537,18 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
537
537
  created_by: 'created_by',
538
538
  updated_by: 'updated_by',
539
539
  is_active: 'is_active',
540
- is_current: 'is_current'
540
+ is_current: 'is_current',
541
+ title: 'title',
542
+ description: 'description',
543
+ round_no: 'round_no',
544
+ format: 'format',
545
+ topics: 'topics',
546
+ assignee: 'assignee',
547
+ elimination_round: 'elimination_round',
548
+ evaluation_type: 'evaluation_type',
549
+ type_of_round: 'type_of_round',
550
+ timeline: 'timeline',
551
+ details: 'details'
541
552
  };
542
553
 
543
554
  exports.Prisma.OrganisationScalarFieldEnum = {
@@ -827,16 +838,7 @@ exports.EvaluationRoundFormat = exports.$Enums.EvaluationRoundFormat = {
827
838
  EXTERNAL_VIDEO_UNASSISTED: 'EXTERNAL_VIDEO_UNASSISTED'
828
839
  };
829
840
 
830
- exports.WeightageLevel = exports.$Enums.WeightageLevel = {
831
- LOW: 'LOW',
832
- MEDIUM: 'MEDIUM',
833
- HIGH: 'HIGH'
834
- };
835
-
836
841
  exports.EvaluationType = exports.$Enums.EvaluationType = {
837
- HUMAN_AI: 'HUMAN_AI',
838
- AI: 'AI',
839
- HUMAN: 'HUMAN',
840
842
  TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
841
843
  EXTERNAL_AI_ASSISTED: 'EXTERNAL_AI_ASSISTED',
842
844
  NON_AI_ASSISTED: 'NON_AI_ASSISTED'
@@ -849,6 +851,12 @@ exports.RoundType = exports.$Enums.RoundType = {
849
851
  SCREENING: 'SCREENING'
850
852
  };
851
853
 
854
+ exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
855
+ CUSTOM: 'CUSTOM',
856
+ GENERIC: 'GENERIC',
857
+ DELETED: 'DELETED'
858
+ };
859
+
852
860
  exports.InterviewFeedback = exports.$Enums.InterviewFeedback = {
853
861
  STRONG_HIRE: 'STRONG_HIRE',
854
862
  HIRE: 'HIRE',