@adaptware/eagles-db 0.4.41 → 0.4.43
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/edge.js +29 -18
- package/client/index-browser.js +23 -11
- package/client/index.d.ts +631 -225
- package/client/index.js +29 -18
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/client/package.json +1 -1
- package/client/schema.prisma +25 -13
- package/client/wasm.js +29 -18
- package/package.json +1 -1
- package/prisma/.DS_Store +0 -0
- package/prisma/migrations/20260519120000_migrate_shortlisted_to_selected/migration.sql +2 -0
- package/prisma/schema/.DS_Store +0 -0
- package/prisma/schema/activityEvent.prisma +2 -0
- package/prisma/schema/applicationAnalytics.prisma +4 -0
- package/prisma/schema/applications.prisma +1 -0
- package/prisma/schema/evaluationPlan.prisma +3 -3
- package/prisma/schema/migrations/20260519120000_add_analytics_schema/migration.sql +84 -0
- package/prisma/schema/migrations/20260625120000_add_interviewer_analytics/migration.sql +26 -0
- package/prisma/schema/migrations/20260629120000_add_user_lifecycle_activity_events/migration.sql +13 -0
- package/prisma/schema/migrations/20260629140000_drop_organisation_org_code/migration.sql +2 -0
- package/prisma/schema/migrations/20260629160000_employee_codes_dual_interviewer_analytics/migration.sql +87 -0
- package/prisma/schema/migrations/20260630120000_add_application_sources/migration.sql +38 -0
- package/prisma/schema/migrations/20260701120000_add_source_effectiveness_analytics/migration.sql +40 -0
- package/prisma/schema/migrations/20260702120000_add_analytics_daily_tables/migration.sql +232 -0
- package/prisma/schema/migrations/20260716120000_evaluation_category_four_values/migration.sql +204 -0
- package/prisma/schema/migrations/20260716130000_application_withdrawn_analytics/migration.sql +31 -0
- package/prisma/schema/ongoingEvaluation.prisma +1 -0
- package/prisma/schema/openJobAnalytics.prisma +4 -0
- package/prisma/schema/pipelineDistributionAnalytics.prisma +4 -6
- package/prisma/schema/sourceEffectivenessAnalytics.prisma +2 -0
- package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +0 -25
- package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +0 -24
- package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +0 -2
- package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +0 -9
- package/prisma/schema/migrations/20260714120000_add_job_description_display_html_document/migration.sql +0 -8
package/client/index-browser.js
CHANGED
|
@@ -216,6 +216,8 @@ exports.Prisma.ApplicationAnalyticsScalarFieldEnum = {
|
|
|
216
216
|
is_evaluated: 'is_evaluated',
|
|
217
217
|
is_rejected: 'is_rejected',
|
|
218
218
|
is_shortlisted: 'is_shortlisted',
|
|
219
|
+
is_on_hold: 'is_on_hold',
|
|
220
|
+
is_withdrawn: 'is_withdrawn',
|
|
219
221
|
has_committed_evaluation: 'has_committed_evaluation',
|
|
220
222
|
updated_at: 'updated_at'
|
|
221
223
|
};
|
|
@@ -245,6 +247,8 @@ exports.Prisma.ApplicationAnalyticsDailyScalarFieldEnum = {
|
|
|
245
247
|
is_evaluated: 'is_evaluated',
|
|
246
248
|
is_rejected: 'is_rejected',
|
|
247
249
|
is_shortlisted: 'is_shortlisted',
|
|
250
|
+
is_on_hold: 'is_on_hold',
|
|
251
|
+
is_withdrawn: 'is_withdrawn',
|
|
248
252
|
has_committed_evaluation: 'has_committed_evaluation'
|
|
249
253
|
};
|
|
250
254
|
|
|
@@ -710,6 +714,7 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
|
|
|
710
714
|
title: 'title',
|
|
711
715
|
description: 'description',
|
|
712
716
|
format: 'format',
|
|
717
|
+
focus_areas: 'focus_areas',
|
|
713
718
|
topics: 'topics',
|
|
714
719
|
assignee: 'assignee',
|
|
715
720
|
elimination_round: 'elimination_round',
|
|
@@ -1306,6 +1311,7 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
|
|
|
1306
1311
|
order_no: 'order_no',
|
|
1307
1312
|
format: 'format',
|
|
1308
1313
|
round_purpose: 'round_purpose',
|
|
1314
|
+
focus_areas: 'focus_areas',
|
|
1309
1315
|
topics: 'topics',
|
|
1310
1316
|
assignee: 'assignee',
|
|
1311
1317
|
elimination_round: 'elimination_round',
|
|
@@ -1348,6 +1354,8 @@ exports.Prisma.OpenJobAnalyticsScalarFieldEnum = {
|
|
|
1348
1354
|
ongoing_count: 'ongoing_count',
|
|
1349
1355
|
selected_count: 'selected_count',
|
|
1350
1356
|
rejected_count: 'rejected_count',
|
|
1357
|
+
on_hold_count: 'on_hold_count',
|
|
1358
|
+
withdrawn_count: 'withdrawn_count',
|
|
1351
1359
|
updated_at: 'updated_at'
|
|
1352
1360
|
};
|
|
1353
1361
|
|
|
@@ -1375,7 +1383,9 @@ exports.Prisma.OpenJobAnalyticsDailyScalarFieldEnum = {
|
|
|
1375
1383
|
unscreened_count: 'unscreened_count',
|
|
1376
1384
|
ongoing_count: 'ongoing_count',
|
|
1377
1385
|
selected_count: 'selected_count',
|
|
1378
|
-
rejected_count: 'rejected_count'
|
|
1386
|
+
rejected_count: 'rejected_count',
|
|
1387
|
+
on_hold_count: 'on_hold_count',
|
|
1388
|
+
withdrawn_count: 'withdrawn_count'
|
|
1379
1389
|
};
|
|
1380
1390
|
|
|
1381
1391
|
exports.Prisma.OrganisationScalarFieldEnum = {
|
|
@@ -1431,9 +1441,8 @@ exports.Prisma.PipelineDistributionAnalyticsScalarFieldEnum = {
|
|
|
1431
1441
|
application_count: 'application_count',
|
|
1432
1442
|
filtered_in_count: 'filtered_in_count',
|
|
1433
1443
|
min_fit_score: 'min_fit_score',
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
technical_interview_count: 'technical_interview_count',
|
|
1444
|
+
screening_count: 'screening_count',
|
|
1445
|
+
business_screening_count: 'business_screening_count',
|
|
1437
1446
|
business_round_count: 'business_round_count',
|
|
1438
1447
|
behavioral_round_count: 'behavioral_round_count',
|
|
1439
1448
|
shortlisted_count: 'shortlisted_count',
|
|
@@ -1452,9 +1461,8 @@ exports.Prisma.PipelineDistributionAnalyticsDailyScalarFieldEnum = {
|
|
|
1452
1461
|
application_count: 'application_count',
|
|
1453
1462
|
filtered_in_count: 'filtered_in_count',
|
|
1454
1463
|
min_fit_score: 'min_fit_score',
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
technical_interview_count: 'technical_interview_count',
|
|
1464
|
+
screening_count: 'screening_count',
|
|
1465
|
+
business_screening_count: 'business_screening_count',
|
|
1458
1466
|
business_round_count: 'business_round_count',
|
|
1459
1467
|
behavioral_round_count: 'behavioral_round_count',
|
|
1460
1468
|
shortlisted_count: 'shortlisted_count'
|
|
@@ -1651,6 +1659,7 @@ exports.Prisma.SourceEffectivenessAnalyticsScalarFieldEnum = {
|
|
|
1651
1659
|
screened_count: 'screened_count',
|
|
1652
1660
|
evaluated_count: 'evaluated_count',
|
|
1653
1661
|
rejected_count: 'rejected_count',
|
|
1662
|
+
on_hold_count: 'on_hold_count',
|
|
1654
1663
|
shortlisted_count: 'shortlisted_count',
|
|
1655
1664
|
offered_count: 'offered_count',
|
|
1656
1665
|
offer_accepted_count: 'offer_accepted_count',
|
|
@@ -1680,6 +1689,7 @@ exports.Prisma.SourceEffectivenessAnalyticsDailyScalarFieldEnum = {
|
|
|
1680
1689
|
screened_count: 'screened_count',
|
|
1681
1690
|
evaluated_count: 'evaluated_count',
|
|
1682
1691
|
rejected_count: 'rejected_count',
|
|
1692
|
+
on_hold_count: 'on_hold_count',
|
|
1683
1693
|
shortlisted_count: 'shortlisted_count',
|
|
1684
1694
|
offered_count: 'offered_count',
|
|
1685
1695
|
offer_accepted_count: 'offer_accepted_count',
|
|
@@ -1864,6 +1874,8 @@ exports.ActivityEventType = exports.$Enums.ActivityEventType = {
|
|
|
1864
1874
|
APPLICATION_CREATED: 'APPLICATION_CREATED',
|
|
1865
1875
|
APPLICATION_STARTED: 'APPLICATION_STARTED',
|
|
1866
1876
|
APPLICATION_REJECTED: 'APPLICATION_REJECTED',
|
|
1877
|
+
APPLICATION_ON_HOLD: 'APPLICATION_ON_HOLD',
|
|
1878
|
+
APPLICATION_WITHDRAWN: 'APPLICATION_WITHDRAWN',
|
|
1867
1879
|
APPLICATION_SHORTLISTED: 'APPLICATION_SHORTLISTED',
|
|
1868
1880
|
FIT_CHECK_COMPLETED: 'FIT_CHECK_COMPLETED',
|
|
1869
1881
|
ROUND_ASSIGNED: 'ROUND_ASSIGNED',
|
|
@@ -1956,7 +1968,8 @@ exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
|
|
|
1956
1968
|
SELECTED: 'SELECTED',
|
|
1957
1969
|
SHORTLISTED: 'SHORTLISTED',
|
|
1958
1970
|
REJECTED: 'REJECTED',
|
|
1959
|
-
ON_HOLD: 'ON_HOLD'
|
|
1971
|
+
ON_HOLD: 'ON_HOLD',
|
|
1972
|
+
WITHDRAWN: 'WITHDRAWN'
|
|
1960
1973
|
};
|
|
1961
1974
|
|
|
1962
1975
|
exports.FitCheckStatus = exports.$Enums.FitCheckStatus = {
|
|
@@ -1966,9 +1979,8 @@ exports.FitCheckStatus = exports.$Enums.FitCheckStatus = {
|
|
|
1966
1979
|
};
|
|
1967
1980
|
|
|
1968
1981
|
exports.EvaluationCategory = exports.$Enums.EvaluationCategory = {
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
TECHNICAL_INTERVIEW: 'TECHNICAL_INTERVIEW',
|
|
1982
|
+
SCREENING: 'SCREENING',
|
|
1983
|
+
BUSINESS_SCREENING: 'BUSINESS_SCREENING',
|
|
1972
1984
|
BUSINESS_ROUND: 'BUSINESS_ROUND',
|
|
1973
1985
|
BEHAVIORAL_ROUND: 'BEHAVIORAL_ROUND'
|
|
1974
1986
|
};
|