@adaptware/eagles-db 0.1.33 → 0.1.35

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',
@@ -368,7 +367,6 @@ exports.Prisma.FitCheckScalarFieldEnum = {
368
367
  resume_id: 'resume_id',
369
368
  job_description_id: 'job_description_id',
370
369
  skills_match: 'skills_match',
371
- skills_score: 'skills_score',
372
370
  responsibilities_match: 'responsibilities_match',
373
371
  responsibilities_score: 'responsibilities_score',
374
372
  experience_match: 'experience_match',
@@ -377,15 +375,18 @@ exports.Prisma.FitCheckScalarFieldEnum = {
377
375
  organisation_value_match: 'organisation_value_match',
378
376
  qualifications_match: 'qualifications_match',
379
377
  qualifications_score: 'qualifications_score',
380
- overall_analysis: 'overall_analysis',
381
378
  fit: 'fit',
382
379
  fit_check_status: 'fit_check_status',
380
+ skills_analysis: 'skills_analysis',
381
+ overall_analysis: 'overall_analysis',
382
+ skills_score: 'skills_score',
383
383
  overall_score: 'overall_score',
384
384
  short_match_analysis: 'short_match_analysis',
385
+ fit_comparison: 'fit_comparison',
386
+ recommendation: 'recommendation',
385
387
  candidate_analysis: 'candidate_analysis',
386
388
  technical_analysis: 'technical_analysis',
387
389
  competency_analysis: 'competency_analysis',
388
- recommendation: 'recommendation',
389
390
  created_by: 'created_by',
390
391
  updated_by: 'updated_by',
391
392
  is_active: 'is_active',
@@ -478,21 +479,22 @@ exports.Prisma.InterviewNotesScalarFieldEnum = {
478
479
 
479
480
  exports.Prisma.JobDescriptionScalarFieldEnum = {
480
481
  id: 'id',
482
+ organisation_id: 'organisation_id',
481
483
  hiring_manager_id: 'hiring_manager_id',
482
484
  status: 'status',
483
- organisation_id: 'organisation_id',
484
485
  screeningQuestions: 'screeningQuestions',
485
486
  recommendedQuestions: 'recommendedQuestions',
487
+ uploaded_job_description_path: 'uploaded_job_description_path',
488
+ is_plan_published: 'is_plan_published',
489
+ is_posted: 'is_posted',
490
+ ai_insight: 'ai_insight',
491
+ job_fit_comparison: 'job_fit_comparison',
486
492
  created_at: 'created_at',
487
493
  updated_at: 'updated_at',
488
494
  created_by: 'created_by',
489
495
  updated_by: 'updated_by',
490
- uploaded_job_description_path: 'uploaded_job_description_path',
491
496
  is_active: 'is_active',
492
- is_plan_locked: 'is_plan_locked',
493
- is_posted: 'is_posted',
494
- openings: 'openings',
495
- ai_insight: 'ai_insight'
497
+ openings: 'openings'
496
498
  };
497
499
 
498
500
  exports.Prisma.JobDescriptionDataScalarFieldEnum = {
@@ -537,7 +539,18 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
537
539
  created_by: 'created_by',
538
540
  updated_by: 'updated_by',
539
541
  is_active: 'is_active',
540
- is_current: 'is_current'
542
+ is_current: 'is_current',
543
+ title: 'title',
544
+ description: 'description',
545
+ order_no: 'order_no',
546
+ format: 'format',
547
+ topics: 'topics',
548
+ assignee: 'assignee',
549
+ elimination_round: 'elimination_round',
550
+ evaluation_type: 'evaluation_type',
551
+ type_of_round: 'type_of_round',
552
+ timeline: 'timeline',
553
+ details: 'details'
541
554
  };
542
555
 
543
556
  exports.Prisma.OrganisationScalarFieldEnum = {
@@ -602,6 +615,26 @@ exports.Prisma.PermissionScalarFieldEnum = {
602
615
  is_active: 'is_active'
603
616
  };
604
617
 
618
+ exports.Prisma.AsyncOperationScalarFieldEnum = {
619
+ id: 'id',
620
+ operation_name: 'operation_name',
621
+ status: 'status',
622
+ started_at: 'started_at',
623
+ completed_at: 'completed_at',
624
+ payload: 'payload',
625
+ metadata: 'metadata',
626
+ correlationId: 'correlationId',
627
+ sourceService: 'sourceService',
628
+ retry_count: 'retry_count',
629
+ max_retries: 'max_retries',
630
+ next_retry_at: 'next_retry_at',
631
+ error_message: 'error_message',
632
+ error_details: 'error_details',
633
+ created_at: 'created_at',
634
+ updated_at: 'updated_at',
635
+ is_active: 'is_active'
636
+ };
637
+
605
638
  exports.Prisma.QuestionScalarFieldEnum = {
606
639
  id: 'id',
607
640
  assessment_library_id: 'assessment_library_id',
@@ -705,7 +738,9 @@ exports.Prisma.UserScalarFieldEnum = {
705
738
  salary: 'salary',
706
739
  work_experience: 'work_experience',
707
740
  education: 'education',
741
+ skills: 'skills',
708
742
  notice_period: 'notice_period',
743
+ preferred_work_mode: 'preferred_work_mode',
709
744
  gender: 'gender',
710
745
  ethnicity: 'ethnicity',
711
746
  veteran_status: 'veteran_status',
@@ -827,16 +862,7 @@ exports.EvaluationRoundFormat = exports.$Enums.EvaluationRoundFormat = {
827
862
  EXTERNAL_VIDEO_UNASSISTED: 'EXTERNAL_VIDEO_UNASSISTED'
828
863
  };
829
864
 
830
- exports.WeightageLevel = exports.$Enums.WeightageLevel = {
831
- LOW: 'LOW',
832
- MEDIUM: 'MEDIUM',
833
- HIGH: 'HIGH'
834
- };
835
-
836
865
  exports.EvaluationType = exports.$Enums.EvaluationType = {
837
- HUMAN_AI: 'HUMAN_AI',
838
- AI: 'AI',
839
- HUMAN: 'HUMAN',
840
866
  TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
841
867
  EXTERNAL_AI_ASSISTED: 'EXTERNAL_AI_ASSISTED',
842
868
  NON_AI_ASSISTED: 'NON_AI_ASSISTED'
@@ -849,6 +875,12 @@ exports.RoundType = exports.$Enums.RoundType = {
849
875
  SCREENING: 'SCREENING'
850
876
  };
851
877
 
878
+ exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
879
+ CUSTOM: 'CUSTOM',
880
+ GENERIC: 'GENERIC',
881
+ DELETED: 'DELETED'
882
+ };
883
+
852
884
  exports.InterviewFeedback = exports.$Enums.InterviewFeedback = {
853
885
  STRONG_HIRE: 'STRONG_HIRE',
854
886
  HIRE: 'HIRE',
@@ -933,6 +965,15 @@ exports.OverallRecommendation = exports.$Enums.OverallRecommendation = {
933
965
  StrongNoHire: 'StrongNoHire'
934
966
  };
935
967
 
968
+ exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
969
+ PENDING: 'PENDING',
970
+ IN_PROGRESS: 'IN_PROGRESS',
971
+ SUCCESS: 'SUCCESS',
972
+ FAILED: 'FAILED',
973
+ RETRYING: 'RETRYING',
974
+ CANCELLED: 'CANCELLED'
975
+ };
976
+
936
977
  exports.QuestionType = exports.$Enums.QuestionType = {
937
978
  MCQ: 'MCQ',
938
979
  TRUE_FALSE: 'TRUE_FALSE',
@@ -981,6 +1022,7 @@ exports.Prisma.ModelName = {
981
1022
  OverallFeedback: 'OverallFeedback',
982
1023
  Panelist: 'Panelist',
983
1024
  Permission: 'Permission',
1025
+ AsyncOperation: 'AsyncOperation',
984
1026
  Question: 'Question',
985
1027
  Resume: 'Resume',
986
1028
  ResumeData: 'ResumeData',