@adaptware/eagles-db 0.5.48 → 0.5.49

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.
@@ -281,10 +281,7 @@ exports.Prisma.ApplicationScalarFieldEnum = {
281
281
  updated_at: 'updated_at',
282
282
  created_by: 'created_by',
283
283
  updated_by: 'updated_by',
284
- is_active: 'is_active',
285
- fit_check_report_document_id: 'fit_check_report_document_id',
286
- fit_check_report_updated_flag: 'fit_check_report_updated_flag',
287
- fit_check_report_data: 'fit_check_report_data'
284
+ is_active: 'is_active'
288
285
  };
289
286
 
290
287
  exports.Prisma.ApprovalScalarFieldEnum = {
@@ -332,8 +329,7 @@ exports.Prisma.AssessmentLibraryScalarFieldEnum = {
332
329
  updated_at: 'updated_at',
333
330
  created_by: 'created_by',
334
331
  updated_by: 'updated_by',
335
- is_active: 'is_active',
336
- generation_state: 'generation_state'
332
+ is_active: 'is_active'
337
333
  };
338
334
 
339
335
  exports.Prisma.AssessmentQuestionScalarFieldEnum = {
@@ -828,6 +824,19 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
828
824
  is_active: 'is_active'
829
825
  };
830
826
 
827
+ exports.Prisma.FeedbackScalarFieldEnum = {
828
+ id: 'id',
829
+ interview_id: 'interview_id',
830
+ order_no: 'order_no',
831
+ ai_feedback: 'ai_feedback',
832
+ human_feedback: 'human_feedback',
833
+ created_at: 'created_at',
834
+ updated_at: 'updated_at',
835
+ created_by: 'created_by',
836
+ updated_by: 'updated_by',
837
+ is_active: 'is_active'
838
+ };
839
+
831
840
  exports.Prisma.FitCheckScalarFieldEnum = {
832
841
  id: 'id',
833
842
  organisation_id: 'organisation_id',
@@ -1010,7 +1019,6 @@ exports.Prisma.InterviewScalarFieldEnum = {
1010
1019
  resume_id: 'resume_id',
1011
1020
  job_description_id: 'job_description_id',
1012
1021
  calendar_event_id: 'calendar_event_id',
1013
- calendar_events: 'calendar_events',
1014
1022
  room_name: 'room_name',
1015
1023
  interview_summary: 'interview_summary',
1016
1024
  scheduled_start_time: 'scheduled_start_time',
@@ -1258,8 +1266,7 @@ exports.Prisma.JobApplicationFieldScalarFieldEnum = {
1258
1266
  created_by: 'created_by',
1259
1267
  updated_by: 'updated_by',
1260
1268
  created_at: 'created_at',
1261
- updated_at: 'updated_at',
1262
- order_no: 'order_no'
1269
+ updated_at: 'updated_at'
1263
1270
  };
1264
1271
 
1265
1272
  exports.Prisma.JobApplicationResponseScalarFieldEnum = {
@@ -1280,8 +1287,7 @@ exports.Prisma.JobApplicationResponseScalarFieldEnum = {
1280
1287
  updated_at: 'updated_at',
1281
1288
  created_by: 'created_by',
1282
1289
  updated_by: 'updated_by',
1283
- is_active: 'is_active',
1284
- order_no: 'order_no'
1290
+ is_active: 'is_active'
1285
1291
  };
1286
1292
 
1287
1293
  exports.Prisma.JobApplicationTemplateScalarFieldEnum = {
@@ -1901,8 +1907,6 @@ exports.Prisma.QuestionScalarFieldEnum = {
1901
1907
  evaluation_plan_id: 'evaluation_plan_id',
1902
1908
  candidate_id: 'candidate_id',
1903
1909
  skill: 'skill',
1904
- category: 'category',
1905
- bank_item_key: 'bank_item_key',
1906
1910
  question: 'question',
1907
1911
  answer: 'answer',
1908
1912
  options: 'options',
@@ -1965,17 +1969,7 @@ exports.Prisma.ResumeScalarFieldEnum = {
1965
1969
  updated_by: 'updated_by',
1966
1970
  is_active: 'is_active',
1967
1971
  name: 'name',
1968
- yearsOfExperience: 'yearsOfExperience',
1969
- status: 'status',
1970
- origin: 'origin',
1971
- intake_session_id: 'intake_session_id',
1972
- conversation_history: 'conversation_history',
1973
- intake_progress: 'intake_progress',
1974
- orion_execution_id: 'orion_execution_id',
1975
- tailoring_jd_text: 'tailoring_jd_text',
1976
- tailoring_jd_parsed: 'tailoring_jd_parsed',
1977
- tailoring_gap_analysis: 'tailoring_gap_analysis',
1978
- tailoring_draft: 'tailoring_draft'
1972
+ yearsOfExperience: 'yearsOfExperience'
1979
1973
  };
1980
1974
 
1981
1975
  exports.Prisma.ResumeDataScalarFieldEnum = {
@@ -2224,7 +2218,6 @@ exports.Prisma.UserScalarFieldEnum = {
2224
2218
  created_by: 'created_by',
2225
2219
  updated_by: 'updated_by',
2226
2220
  is_active: 'is_active',
2227
- deleted_at: 'deleted_at',
2228
2221
  is_self_registered: 'is_self_registered',
2229
2222
  permission_id: 'permission_id',
2230
2223
  preferences: 'preferences',
@@ -2500,8 +2493,6 @@ exports.EvaluationCategory = exports.$Enums.EvaluationCategory = {
2500
2493
 
2501
2494
  exports.RoundType = exports.$Enums.RoundType = {
2502
2495
  ASSESSMENT: 'ASSESSMENT',
2503
- GENERAL_APTITUDE_ASSESSMENT: 'GENERAL_APTITUDE_ASSESSMENT',
2504
- DOMAIN_KNOWLEDGE_ASSESSMENT: 'DOMAIN_KNOWLEDGE_ASSESSMENT',
2505
2496
  INTERVIEW: 'INTERVIEW',
2506
2497
  ASSIGNMENT: 'ASSIGNMENT',
2507
2498
  SCREENING: 'SCREENING'
@@ -2887,30 +2878,12 @@ exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
2887
2878
  CANCELLED: 'CANCELLED'
2888
2879
  };
2889
2880
 
2890
- exports.QuestionCategory = exports.$Enums.QuestionCategory = {
2891
- GENERAL_APTITUDE: 'GENERAL_APTITUDE',
2892
- DOMAIN_KNOWLEDGE: 'DOMAIN_KNOWLEDGE'
2893
- };
2894
-
2895
2881
  exports.Difficulty = exports.$Enums.Difficulty = {
2896
2882
  EASY: 'EASY',
2897
2883
  MEDIUM: 'MEDIUM',
2898
2884
  HARD: 'HARD'
2899
2885
  };
2900
2886
 
2901
- exports.ResumeStatus = exports.$Enums.ResumeStatus = {
2902
- DRAFT: 'DRAFT',
2903
- GENERATING: 'GENERATING',
2904
- COMPLETED: 'COMPLETED'
2905
- };
2906
-
2907
- exports.ResumeOrigin = exports.$Enums.ResumeOrigin = {
2908
- UPLOADED: 'UPLOADED',
2909
- PARSED: 'PARSED',
2910
- AI_GENERATED: 'AI_GENERATED',
2911
- TAILORED: 'TAILORED'
2912
- };
2913
-
2914
2887
  exports.UsageSourceType = exports.$Enums.UsageSourceType = {
2915
2888
  activity_event: 'activity_event',
2916
2889
  usage_publisher: 'usage_publisher',
@@ -2980,6 +2953,7 @@ exports.Prisma.ModelName = {
2980
2953
  Document: 'Document',
2981
2954
  EvaluationCriteria: 'EvaluationCriteria',
2982
2955
  EvaluationPlan: 'EvaluationPlan',
2956
+ Feedback: 'Feedback',
2983
2957
  FitCheck: 'FitCheck',
2984
2958
  Google: 'Google',
2985
2959
  HiringPlan: 'HiringPlan',