@adaptware/eagles-db 0.4.29 → 0.4.31

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.
package/client/wasm.js CHANGED
@@ -191,6 +191,62 @@ exports.Prisma.ActivityLogScalarFieldEnum = {
191
191
  is_active: 'is_active'
192
192
  };
193
193
 
194
+ exports.Prisma.ApplicationAnalyticsScalarFieldEnum = {
195
+ id: 'id',
196
+ organisation_id: 'organisation_id',
197
+ application_id: 'application_id',
198
+ job_description_id: 'job_description_id',
199
+ candidate_id: 'candidate_id',
200
+ source_id: 'source_id',
201
+ source_name: 'source_name',
202
+ source_category: 'source_category',
203
+ source_colour: 'source_colour',
204
+ job_code: 'job_code',
205
+ job_number: 'job_number',
206
+ role_title: 'role_title',
207
+ hiring_manager_id: 'hiring_manager_id',
208
+ candidate_name: 'candidate_name',
209
+ recruiter_id: 'recruiter_id',
210
+ applied_at: 'applied_at',
211
+ status_updated_at: 'status_updated_at',
212
+ status: 'status',
213
+ fit_check_score: 'fit_check_score',
214
+ is_screened: 'is_screened',
215
+ is_evaluated: 'is_evaluated',
216
+ is_rejected: 'is_rejected',
217
+ is_shortlisted: 'is_shortlisted',
218
+ has_committed_evaluation: 'has_committed_evaluation',
219
+ updated_at: 'updated_at'
220
+ };
221
+
222
+ exports.Prisma.ApplicationAnalyticsDailyScalarFieldEnum = {
223
+ id: 'id',
224
+ snapshot_date: 'snapshot_date',
225
+ organisation_id: 'organisation_id',
226
+ application_id: 'application_id',
227
+ job_description_id: 'job_description_id',
228
+ candidate_id: 'candidate_id',
229
+ source_id: 'source_id',
230
+ source_name: 'source_name',
231
+ source_category: 'source_category',
232
+ source_colour: 'source_colour',
233
+ job_code: 'job_code',
234
+ job_number: 'job_number',
235
+ role_title: 'role_title',
236
+ hiring_manager_id: 'hiring_manager_id',
237
+ candidate_name: 'candidate_name',
238
+ recruiter_id: 'recruiter_id',
239
+ applied_at: 'applied_at',
240
+ status_updated_at: 'status_updated_at',
241
+ status: 'status',
242
+ fit_check_score: 'fit_check_score',
243
+ is_screened: 'is_screened',
244
+ is_evaluated: 'is_evaluated',
245
+ is_rejected: 'is_rejected',
246
+ is_shortlisted: 'is_shortlisted',
247
+ has_committed_evaluation: 'has_committed_evaluation'
248
+ };
249
+
194
250
  exports.Prisma.ApplicationScalarFieldEnum = {
195
251
  id: 'id',
196
252
  candidate_id: 'candidate_id',
@@ -275,6 +331,84 @@ exports.Prisma.AssessmentQuestionScalarFieldEnum = {
275
331
  updated_at: 'updated_at'
276
332
  };
277
333
 
334
+ exports.Prisma.AssessmentRoundAnalyticsScalarFieldEnum = {
335
+ id: 'id',
336
+ organisation_id: 'organisation_id',
337
+ round_id: 'round_id',
338
+ assessment_id: 'assessment_id',
339
+ application_id: 'application_id',
340
+ candidate_id: 'candidate_id',
341
+ job_description_id: 'job_description_id',
342
+ evaluation_plan_id: 'evaluation_plan_id',
343
+ job_code: 'job_code',
344
+ job_number: 'job_number',
345
+ role_title: 'role_title',
346
+ hiring_manager_id: 'hiring_manager_id',
347
+ department: 'department',
348
+ location: 'location',
349
+ round_name: 'round_name',
350
+ evaluation_category: 'evaluation_category',
351
+ round_type: 'round_type',
352
+ round_format: 'round_format',
353
+ plan_order_no: 'plan_order_no',
354
+ plan_type: 'plan_type',
355
+ is_custom: 'is_custom',
356
+ reviewer_id: 'reviewer_id',
357
+ reviewer_employee_id: 'reviewer_employee_id',
358
+ reviewer_name: 'reviewer_name',
359
+ candidate_name: 'candidate_name',
360
+ evaluation_type: 'evaluation_type',
361
+ scheduled_start_at: 'scheduled_start_at',
362
+ scheduled_end_at: 'scheduled_end_at',
363
+ actual_start_at: 'actual_start_at',
364
+ actual_end_at: 'actual_end_at',
365
+ attempt_expires_at: 'attempt_expires_at',
366
+ evaluated_at: 'evaluated_at',
367
+ score: 'score',
368
+ status: 'status',
369
+ round_result: 'round_result',
370
+ updated_at: 'updated_at'
371
+ };
372
+
373
+ exports.Prisma.AssessmentRoundAnalyticsDailyScalarFieldEnum = {
374
+ id: 'id',
375
+ snapshot_date: 'snapshot_date',
376
+ organisation_id: 'organisation_id',
377
+ round_id: 'round_id',
378
+ assessment_id: 'assessment_id',
379
+ application_id: 'application_id',
380
+ candidate_id: 'candidate_id',
381
+ job_description_id: 'job_description_id',
382
+ evaluation_plan_id: 'evaluation_plan_id',
383
+ job_code: 'job_code',
384
+ job_number: 'job_number',
385
+ role_title: 'role_title',
386
+ hiring_manager_id: 'hiring_manager_id',
387
+ department: 'department',
388
+ location: 'location',
389
+ round_name: 'round_name',
390
+ evaluation_category: 'evaluation_category',
391
+ round_type: 'round_type',
392
+ round_format: 'round_format',
393
+ plan_order_no: 'plan_order_no',
394
+ plan_type: 'plan_type',
395
+ is_custom: 'is_custom',
396
+ reviewer_id: 'reviewer_id',
397
+ reviewer_employee_id: 'reviewer_employee_id',
398
+ reviewer_name: 'reviewer_name',
399
+ candidate_name: 'candidate_name',
400
+ evaluation_type: 'evaluation_type',
401
+ scheduled_start_at: 'scheduled_start_at',
402
+ scheduled_end_at: 'scheduled_end_at',
403
+ actual_start_at: 'actual_start_at',
404
+ actual_end_at: 'actual_end_at',
405
+ attempt_expires_at: 'attempt_expires_at',
406
+ evaluated_at: 'evaluated_at',
407
+ score: 'score',
408
+ status: 'status',
409
+ round_result: 'round_result'
410
+ };
411
+
278
412
  exports.Prisma.AssignmentScalarFieldEnum = {
279
413
  id: 'id',
280
414
  candidate_id: 'candidate_id',
@@ -314,6 +448,84 @@ exports.Prisma.AssignmentLibraryScalarFieldEnum = {
314
448
  is_active: 'is_active'
315
449
  };
316
450
 
451
+ exports.Prisma.AssignmentRoundAnalyticsScalarFieldEnum = {
452
+ id: 'id',
453
+ organisation_id: 'organisation_id',
454
+ round_id: 'round_id',
455
+ assignment_id: 'assignment_id',
456
+ application_id: 'application_id',
457
+ candidate_id: 'candidate_id',
458
+ job_description_id: 'job_description_id',
459
+ evaluation_plan_id: 'evaluation_plan_id',
460
+ job_code: 'job_code',
461
+ job_number: 'job_number',
462
+ role_title: 'role_title',
463
+ hiring_manager_id: 'hiring_manager_id',
464
+ department: 'department',
465
+ location: 'location',
466
+ round_name: 'round_name',
467
+ evaluation_category: 'evaluation_category',
468
+ round_type: 'round_type',
469
+ round_format: 'round_format',
470
+ plan_order_no: 'plan_order_no',
471
+ plan_type: 'plan_type',
472
+ is_custom: 'is_custom',
473
+ reviewer_id: 'reviewer_id',
474
+ reviewer_employee_id: 'reviewer_employee_id',
475
+ reviewer_name: 'reviewer_name',
476
+ candidate_name: 'candidate_name',
477
+ evaluation_type: 'evaluation_type',
478
+ scheduled_start_at: 'scheduled_start_at',
479
+ scheduled_end_at: 'scheduled_end_at',
480
+ completed_at: 'completed_at',
481
+ evaluated_at: 'evaluated_at',
482
+ cancelled_at: 'cancelled_at',
483
+ status: 'status',
484
+ overall_score: 'overall_score',
485
+ cancel_reason: 'cancel_reason',
486
+ round_result: 'round_result',
487
+ updated_at: 'updated_at'
488
+ };
489
+
490
+ exports.Prisma.AssignmentRoundAnalyticsDailyScalarFieldEnum = {
491
+ id: 'id',
492
+ snapshot_date: 'snapshot_date',
493
+ organisation_id: 'organisation_id',
494
+ round_id: 'round_id',
495
+ assignment_id: 'assignment_id',
496
+ application_id: 'application_id',
497
+ candidate_id: 'candidate_id',
498
+ job_description_id: 'job_description_id',
499
+ evaluation_plan_id: 'evaluation_plan_id',
500
+ job_code: 'job_code',
501
+ job_number: 'job_number',
502
+ role_title: 'role_title',
503
+ hiring_manager_id: 'hiring_manager_id',
504
+ department: 'department',
505
+ location: 'location',
506
+ round_name: 'round_name',
507
+ evaluation_category: 'evaluation_category',
508
+ round_type: 'round_type',
509
+ round_format: 'round_format',
510
+ plan_order_no: 'plan_order_no',
511
+ plan_type: 'plan_type',
512
+ is_custom: 'is_custom',
513
+ reviewer_id: 'reviewer_id',
514
+ reviewer_employee_id: 'reviewer_employee_id',
515
+ reviewer_name: 'reviewer_name',
516
+ candidate_name: 'candidate_name',
517
+ evaluation_type: 'evaluation_type',
518
+ scheduled_start_at: 'scheduled_start_at',
519
+ scheduled_end_at: 'scheduled_end_at',
520
+ completed_at: 'completed_at',
521
+ evaluated_at: 'evaluated_at',
522
+ cancelled_at: 'cancelled_at',
523
+ status: 'status',
524
+ overall_score: 'overall_score',
525
+ cancel_reason: 'cancel_reason',
526
+ round_result: 'round_result'
527
+ };
528
+
317
529
  exports.Prisma.AuthModuleScalarFieldEnum = {
318
530
  id: 'id',
319
531
  user_id: 'user_id',
@@ -683,6 +895,102 @@ exports.Prisma.InterviewNotesScalarFieldEnum = {
683
895
  is_active: 'is_active'
684
896
  };
685
897
 
898
+ exports.Prisma.InterviewRoundAnalyticsScalarFieldEnum = {
899
+ id: 'id',
900
+ organisation_id: 'organisation_id',
901
+ round_id: 'round_id',
902
+ interview_id: 'interview_id',
903
+ application_id: 'application_id',
904
+ candidate_id: 'candidate_id',
905
+ job_description_id: 'job_description_id',
906
+ evaluation_plan_id: 'evaluation_plan_id',
907
+ job_code: 'job_code',
908
+ job_number: 'job_number',
909
+ role_title: 'role_title',
910
+ hiring_manager_id: 'hiring_manager_id',
911
+ department: 'department',
912
+ location: 'location',
913
+ round_name: 'round_name',
914
+ evaluation_category: 'evaluation_category',
915
+ round_type: 'round_type',
916
+ round_format: 'round_format',
917
+ plan_order_no: 'plan_order_no',
918
+ plan_type: 'plan_type',
919
+ is_custom: 'is_custom',
920
+ interviewer_id: 'interviewer_id',
921
+ interviewer_employee_id: 'interviewer_employee_id',
922
+ interviewer_name: 'interviewer_name',
923
+ candidate_name: 'candidate_name',
924
+ candidate_email: 'candidate_email',
925
+ evaluation_type: 'evaluation_type',
926
+ ai_assistance_mode: 'ai_assistance_mode',
927
+ interview_platform: 'interview_platform',
928
+ interview_status: 'interview_status',
929
+ scheduled_start_at: 'scheduled_start_at',
930
+ scheduled_end_at: 'scheduled_end_at',
931
+ actual_start_at: 'actual_start_at',
932
+ actual_end_at: 'actual_end_at',
933
+ evaluated_at: 'evaluated_at',
934
+ first_assigned_at: 'first_assigned_at',
935
+ duration_minutes: 'duration_minutes',
936
+ human_rating: 'human_rating',
937
+ ai_rating: 'ai_rating',
938
+ recommendation: 'recommendation',
939
+ ai_disagrees_with_ai: 'ai_disagrees_with_ai',
940
+ difficulty_score: 'difficulty_score',
941
+ supportiveness_score: 'supportiveness_score',
942
+ topics_coverage_percent: 'topics_coverage_percent',
943
+ updated_at: 'updated_at'
944
+ };
945
+
946
+ exports.Prisma.InterviewRoundAnalyticsDailyScalarFieldEnum = {
947
+ id: 'id',
948
+ snapshot_date: 'snapshot_date',
949
+ organisation_id: 'organisation_id',
950
+ round_id: 'round_id',
951
+ interview_id: 'interview_id',
952
+ application_id: 'application_id',
953
+ candidate_id: 'candidate_id',
954
+ job_description_id: 'job_description_id',
955
+ evaluation_plan_id: 'evaluation_plan_id',
956
+ job_code: 'job_code',
957
+ job_number: 'job_number',
958
+ role_title: 'role_title',
959
+ hiring_manager_id: 'hiring_manager_id',
960
+ department: 'department',
961
+ location: 'location',
962
+ round_name: 'round_name',
963
+ evaluation_category: 'evaluation_category',
964
+ round_type: 'round_type',
965
+ round_format: 'round_format',
966
+ plan_order_no: 'plan_order_no',
967
+ plan_type: 'plan_type',
968
+ is_custom: 'is_custom',
969
+ interviewer_id: 'interviewer_id',
970
+ interviewer_employee_id: 'interviewer_employee_id',
971
+ interviewer_name: 'interviewer_name',
972
+ candidate_name: 'candidate_name',
973
+ candidate_email: 'candidate_email',
974
+ evaluation_type: 'evaluation_type',
975
+ ai_assistance_mode: 'ai_assistance_mode',
976
+ interview_platform: 'interview_platform',
977
+ interview_status: 'interview_status',
978
+ scheduled_start_at: 'scheduled_start_at',
979
+ scheduled_end_at: 'scheduled_end_at',
980
+ actual_start_at: 'actual_start_at',
981
+ actual_end_at: 'actual_end_at',
982
+ evaluated_at: 'evaluated_at',
983
+ first_assigned_at: 'first_assigned_at',
984
+ duration_minutes: 'duration_minutes',
985
+ human_rating: 'human_rating',
986
+ ai_rating: 'ai_rating',
987
+ recommendation: 'recommendation',
988
+ ai_disagrees_with_ai: 'ai_disagrees_with_ai',
989
+ difficulty_score: 'difficulty_score',
990
+ supportiveness_score: 'supportiveness_score',
991
+ topics_coverage_percent: 'topics_coverage_percent'
992
+ };
993
+
686
994
  exports.Prisma.InterviewerOrganisationAnalyticsScalarFieldEnum = {
687
995
  id: 'id',
688
996
  organisation_id: 'organisation_id',
@@ -830,6 +1138,7 @@ exports.Prisma.JobDescriptionScalarFieldEnum = {
830
1138
  recommendedQuestions: 'recommendedQuestions',
831
1139
  uploaded_job_description_path: 'uploaded_job_description_path',
832
1140
  source_document_id: 'source_document_id',
1141
+ rendered_jd_document_id: 'rendered_jd_document_id',
833
1142
  is_plan_published: 'is_plan_published',
834
1143
  is_posted: 'is_posted',
835
1144
  summary: 'summary',
@@ -1027,6 +1336,8 @@ exports.Prisma.OpenJobAnalyticsScalarFieldEnum = {
1027
1336
  target_closing_date: 'target_closing_date',
1028
1337
  closing_date: 'closing_date',
1029
1338
  is_open: 'is_open',
1339
+ closure_type: 'closure_type',
1340
+ time_to_hire_days: 'time_to_hire_days',
1030
1341
  application_count: 'application_count',
1031
1342
  in_consideration_count: 'in_consideration_count',
1032
1343
  shortlisted_count: 'shortlisted_count',
@@ -1051,6 +1362,8 @@ exports.Prisma.OpenJobAnalyticsDailyScalarFieldEnum = {
1051
1362
  target_closing_date: 'target_closing_date',
1052
1363
  closing_date: 'closing_date',
1053
1364
  is_open: 'is_open',
1365
+ closure_type: 'closure_type',
1366
+ time_to_hire_days: 'time_to_hire_days',
1054
1367
  application_count: 'application_count',
1055
1368
  in_consideration_count: 'in_consideration_count',
1056
1369
  shortlisted_count: 'shortlisted_count'
@@ -1186,6 +1499,29 @@ exports.Prisma.RefreshTokenScalarFieldEnum = {
1186
1499
  updated_at: 'updated_at'
1187
1500
  };
1188
1501
 
1502
+ exports.Prisma.ReportingOverviewJobAnalyticsScalarFieldEnum = {
1503
+ id: 'id',
1504
+ organisation_id: 'organisation_id',
1505
+ job_description_id: 'job_description_id',
1506
+ job_code: 'job_code',
1507
+ job_number: 'job_number',
1508
+ hiring_manager_id: 'hiring_manager_id',
1509
+ opened_at: 'opened_at',
1510
+ target_closing_date: 'target_closing_date',
1511
+ closing_date: 'closing_date',
1512
+ is_open: 'is_open',
1513
+ closure_type: 'closure_type',
1514
+ time_to_hire_days: 'time_to_hire_days',
1515
+ in_consideration_count: 'in_consideration_count',
1516
+ updated_at: 'updated_at'
1517
+ };
1518
+
1519
+ exports.Prisma.ReportingOverviewJobRecruiterScalarFieldEnum = {
1520
+ id: 'id',
1521
+ job_description_id: 'job_description_id',
1522
+ recruiter_user_id: 'recruiter_user_id'
1523
+ };
1524
+
1189
1525
  exports.Prisma.ResumeScalarFieldEnum = {
1190
1526
  id: 'id',
1191
1527
  user_id: 'user_id',
@@ -1593,10 +1929,14 @@ exports.ActivityActorType = exports.$Enums.ActivityActorType = {
1593
1929
  SYSTEM: 'SYSTEM'
1594
1930
  };
1595
1931
 
1596
- exports.FitCheckStatus = exports.$Enums.FitCheckStatus = {
1597
- RECOMMENDED: 'RECOMMENDED',
1598
- TO_REVIEW: 'TO_REVIEW',
1599
- NOT_RECOMMENDED: 'NOT_RECOMMENDED'
1932
+ exports.SourceCategory = exports.$Enums.SourceCategory = {
1933
+ JOB_BOARD: 'JOB_BOARD',
1934
+ REFERRAL: 'REFERRAL',
1935
+ AGENCY: 'AGENCY',
1936
+ SOCIAL_MEDIA: 'SOCIAL_MEDIA',
1937
+ CAREERS_PAGE: 'CAREERS_PAGE',
1938
+ EVENT: 'EVENT',
1939
+ OTHER: 'OTHER'
1600
1940
  };
1601
1941
 
1602
1942
  exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
@@ -1607,6 +1947,67 @@ exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
1607
1947
  REJECTED: 'REJECTED'
1608
1948
  };
1609
1949
 
1950
+ exports.FitCheckStatus = exports.$Enums.FitCheckStatus = {
1951
+ RECOMMENDED: 'RECOMMENDED',
1952
+ TO_REVIEW: 'TO_REVIEW',
1953
+ NOT_RECOMMENDED: 'NOT_RECOMMENDED'
1954
+ };
1955
+
1956
+ exports.EvaluationCategory = exports.$Enums.EvaluationCategory = {
1957
+ EXPERIENCE_SCREENING: 'EXPERIENCE_SCREENING',
1958
+ TECHNICAL_SCREENING: 'TECHNICAL_SCREENING',
1959
+ TECHNICAL_INTERVIEW: 'TECHNICAL_INTERVIEW',
1960
+ BUSINESS_ROUND: 'BUSINESS_ROUND',
1961
+ BEHAVIORAL_ROUND: 'BEHAVIORAL_ROUND'
1962
+ };
1963
+
1964
+ exports.RoundType = exports.$Enums.RoundType = {
1965
+ ASSESSMENT: 'ASSESSMENT',
1966
+ INTERVIEW: 'INTERVIEW',
1967
+ ASSIGNMENT: 'ASSIGNMENT',
1968
+ SCREENING: 'SCREENING'
1969
+ };
1970
+
1971
+ exports.EvaluationRoundFormat = exports.$Enums.EvaluationRoundFormat = {
1972
+ PHONE_CALL: 'PHONE_CALL',
1973
+ VIDEO_CALL_AI_ASSISTED: 'VIDEO_CALL_AI_ASSISTED',
1974
+ VIDEO_CALL_UNASSISTED: 'VIDEO_CALL_UNASSISTED',
1975
+ AI_GENERATED_TEST: 'AI_GENERATED_TEST',
1976
+ UPLOADED_TEST: 'UPLOADED_TEST',
1977
+ EXTERNAL_PLATFORM: 'EXTERNAL_PLATFORM',
1978
+ AI_GENERATED_ASSIGNMENT: 'AI_GENERATED_ASSIGNMENT',
1979
+ UPLOADED_ASSIGNMENT: 'UPLOADED_ASSIGNMENT',
1980
+ TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
1981
+ EXTERNAL_VIDEO_AI_ASSISTED: 'EXTERNAL_VIDEO_AI_ASSISTED',
1982
+ EXTERNAL_VIDEO_UNASSISTED: 'EXTERNAL_VIDEO_UNASSISTED'
1983
+ };
1984
+
1985
+ exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
1986
+ CUSTOM: 'CUSTOM',
1987
+ GENERIC: 'GENERIC',
1988
+ DELETED: 'DELETED'
1989
+ };
1990
+
1991
+ exports.EvaluationType = exports.$Enums.EvaluationType = {
1992
+ TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
1993
+ TREADSPACE_FULL_AI: 'TREADSPACE_FULL_AI',
1994
+ EXTERNAL_AI_ASSISTED: 'EXTERNAL_AI_ASSISTED',
1995
+ NON_AI_ASSISTED: 'NON_AI_ASSISTED'
1996
+ };
1997
+
1998
+ exports.AssessmentRoundStatus = exports.$Enums.AssessmentRoundStatus = {
1999
+ SCHEDULED: 'SCHEDULED',
2000
+ IN_PROGRESS: 'IN_PROGRESS',
2001
+ COMPLETED: 'COMPLETED',
2002
+ EVALUATED: 'EVALUATED',
2003
+ CANCELLED: 'CANCELLED'
2004
+ };
2005
+
2006
+ exports.RoundResult = exports.$Enums.RoundResult = {
2007
+ PASSED: 'PASSED',
2008
+ FAILED: 'FAILED'
2009
+ };
2010
+
1610
2011
  exports.AssignmentStatus = exports.$Enums.AssignmentStatus = {
1611
2012
  AVAILABLE: 'AVAILABLE',
1612
2013
  SCHEDULED: 'SCHEDULED',
@@ -1668,40 +2069,6 @@ exports.CommMessageStatus = exports.$Enums.CommMessageStatus = {
1668
2069
  RECEIVED: 'RECEIVED'
1669
2070
  };
1670
2071
 
1671
- exports.EvaluationRoundFormat = exports.$Enums.EvaluationRoundFormat = {
1672
- PHONE_CALL: 'PHONE_CALL',
1673
- VIDEO_CALL_AI_ASSISTED: 'VIDEO_CALL_AI_ASSISTED',
1674
- VIDEO_CALL_UNASSISTED: 'VIDEO_CALL_UNASSISTED',
1675
- AI_GENERATED_TEST: 'AI_GENERATED_TEST',
1676
- UPLOADED_TEST: 'UPLOADED_TEST',
1677
- EXTERNAL_PLATFORM: 'EXTERNAL_PLATFORM',
1678
- AI_GENERATED_ASSIGNMENT: 'AI_GENERATED_ASSIGNMENT',
1679
- UPLOADED_ASSIGNMENT: 'UPLOADED_ASSIGNMENT',
1680
- TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
1681
- EXTERNAL_VIDEO_AI_ASSISTED: 'EXTERNAL_VIDEO_AI_ASSISTED',
1682
- EXTERNAL_VIDEO_UNASSISTED: 'EXTERNAL_VIDEO_UNASSISTED'
1683
- };
1684
-
1685
- exports.EvaluationType = exports.$Enums.EvaluationType = {
1686
- TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
1687
- TREADSPACE_FULL_AI: 'TREADSPACE_FULL_AI',
1688
- EXTERNAL_AI_ASSISTED: 'EXTERNAL_AI_ASSISTED',
1689
- NON_AI_ASSISTED: 'NON_AI_ASSISTED'
1690
- };
1691
-
1692
- exports.RoundType = exports.$Enums.RoundType = {
1693
- ASSESSMENT: 'ASSESSMENT',
1694
- INTERVIEW: 'INTERVIEW',
1695
- ASSIGNMENT: 'ASSIGNMENT',
1696
- SCREENING: 'SCREENING'
1697
- };
1698
-
1699
- exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
1700
- CUSTOM: 'CUSTOM',
1701
- GENERIC: 'GENERIC',
1702
- DELETED: 'DELETED'
1703
- };
1704
-
1705
2072
  exports.EvaluationPlanShareScope = exports.$Enums.EvaluationPlanShareScope = {
1706
2073
  PRIVATE: 'PRIVATE',
1707
2074
  CREATOR: 'CREATOR',
@@ -1714,14 +2081,6 @@ exports.DurationUnit = exports.$Enums.DurationUnit = {
1714
2081
  DAYS: 'DAYS'
1715
2082
  };
1716
2083
 
1717
- exports.EvaluationCategory = exports.$Enums.EvaluationCategory = {
1718
- EXPERIENCE_SCREENING: 'EXPERIENCE_SCREENING',
1719
- TECHNICAL_SCREENING: 'TECHNICAL_SCREENING',
1720
- TECHNICAL_INTERVIEW: 'TECHNICAL_INTERVIEW',
1721
- BUSINESS_ROUND: 'BUSINESS_ROUND',
1722
- BEHAVIORAL_ROUND: 'BEHAVIORAL_ROUND'
1723
- };
1724
-
1725
2084
  exports.IntegrationProvider = exports.$Enums.IntegrationProvider = {
1726
2085
  NAUKRI: 'NAUKRI',
1727
2086
  ZOHO_RECRUIT: 'ZOHO_RECRUIT',
@@ -1784,6 +2143,12 @@ exports.InterviewFeedback = exports.$Enums.InterviewFeedback = {
1784
2143
  STRONG_NO_HIRE: 'STRONG_NO_HIRE'
1785
2144
  };
1786
2145
 
2146
+ exports.InterviewRecommendation = exports.$Enums.InterviewRecommendation = {
2147
+ ACCEPTED: 'ACCEPTED',
2148
+ REJECTED: 'REJECTED',
2149
+ UNSURE: 'UNSURE'
2150
+ };
2151
+
1787
2152
  exports.JobApplicationFieldType = exports.$Enums.JobApplicationFieldType = {
1788
2153
  TEXT: 'TEXT',
1789
2154
  NUMBER: 'NUMBER',
@@ -1831,6 +2196,11 @@ exports.OngoingEvaluationRoundStatus = exports.$Enums.OngoingEvaluationRoundStat
1831
2196
  EVALUATED: 'EVALUATED'
1832
2197
  };
1833
2198
 
2199
+ exports.OpenJobClosureType = exports.$Enums.OpenJobClosureType = {
2200
+ FILLED: 'FILLED',
2201
+ CANCELLED: 'CANCELLED'
2202
+ };
2203
+
1834
2204
  exports.OrganisationSize = exports.$Enums.OrganisationSize = {
1835
2205
  ONE_TO_TEN: 'ONE_TO_TEN',
1836
2206
  ELEVEN_TO_FIFTY: 'ELEVEN_TO_FIFTY',
@@ -1854,21 +2224,6 @@ exports.Difficulty = exports.$Enums.Difficulty = {
1854
2224
  HARD: 'HARD'
1855
2225
  };
1856
2226
 
1857
- exports.RoundResult = exports.$Enums.RoundResult = {
1858
- PASSED: 'PASSED',
1859
- FAILED: 'FAILED'
1860
- };
1861
-
1862
- exports.SourceCategory = exports.$Enums.SourceCategory = {
1863
- JOB_BOARD: 'JOB_BOARD',
1864
- REFERRAL: 'REFERRAL',
1865
- AGENCY: 'AGENCY',
1866
- SOCIAL_MEDIA: 'SOCIAL_MEDIA',
1867
- CAREERS_PAGE: 'CAREERS_PAGE',
1868
- EVENT: 'EVENT',
1869
- OTHER: 'OTHER'
1870
- };
1871
-
1872
2227
  exports.UserInvitationStatus = exports.$Enums.UserInvitationStatus = {
1873
2228
  INVITED: 'INVITED',
1874
2229
  ACCEPTED: 'ACCEPTED',
@@ -1891,13 +2246,19 @@ exports.Prisma.ModelName = {
1891
2246
  Action: 'Action',
1892
2247
  ActivityEvent: 'ActivityEvent',
1893
2248
  ActivityLog: 'ActivityLog',
2249
+ ApplicationAnalytics: 'ApplicationAnalytics',
2250
+ ApplicationAnalyticsDaily: 'ApplicationAnalyticsDaily',
1894
2251
  Application: 'Application',
1895
2252
  Approval: 'Approval',
1896
2253
  Assessment: 'Assessment',
1897
2254
  AssessmentLibrary: 'AssessmentLibrary',
1898
2255
  AssessmentQuestion: 'AssessmentQuestion',
2256
+ AssessmentRoundAnalytics: 'AssessmentRoundAnalytics',
2257
+ AssessmentRoundAnalyticsDaily: 'AssessmentRoundAnalyticsDaily',
1899
2258
  Assignment: 'Assignment',
1900
2259
  AssignmentLibrary: 'AssignmentLibrary',
2260
+ AssignmentRoundAnalytics: 'AssignmentRoundAnalytics',
2261
+ AssignmentRoundAnalyticsDaily: 'AssignmentRoundAnalyticsDaily',
1901
2262
  AuthModule: 'AuthModule',
1902
2263
  Budget: 'Budget',
1903
2264
  Calendly: 'Calendly',
@@ -1916,6 +2277,8 @@ exports.Prisma.ModelName = {
1916
2277
  ZohoSyncMapping: 'ZohoSyncMapping',
1917
2278
  Interview: 'Interview',
1918
2279
  InterviewNotes: 'InterviewNotes',
2280
+ InterviewRoundAnalytics: 'InterviewRoundAnalytics',
2281
+ InterviewRoundAnalyticsDaily: 'InterviewRoundAnalyticsDaily',
1919
2282
  InterviewerOrganisationAnalytics: 'InterviewerOrganisationAnalytics',
1920
2283
  InterviewerJobAnalytics: 'InterviewerJobAnalytics',
1921
2284
  InterviewerOrganisationAnalyticsDaily: 'InterviewerOrganisationAnalyticsDaily',
@@ -1942,6 +2305,8 @@ exports.Prisma.ModelName = {
1942
2305
  AsyncOperation: 'AsyncOperation',
1943
2306
  Question: 'Question',
1944
2307
  RefreshToken: 'RefreshToken',
2308
+ ReportingOverviewJobAnalytics: 'ReportingOverviewJobAnalytics',
2309
+ ReportingOverviewJobRecruiter: 'ReportingOverviewJobRecruiter',
1945
2310
  Resume: 'Resume',
1946
2311
  ResumeData: 'ResumeData',
1947
2312
  RoundAnalytics: 'RoundAnalytics',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptware/eagles-db",
3
- "version": "0.4.29",
3
+ "version": "0.4.31",
4
4
  "description": "A Prisma client package for Treadspace database operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",