@adaptware/eagles-db 0.4.32 → 0.4.33
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 +15 -11
- package/client/index-browser.js +10 -6
- package/client/index.d.ts +317 -288
- package/client/index.js +15 -11
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/client/package.json +1 -1
- package/client/schema.prisma +8 -4
- package/client/wasm.js +15 -11
- 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/applications.prisma +0 -2
- package/prisma/schema/evaluationPlan.prisma +0 -1
- 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/ongoingEvaluation.prisma +0 -1
- package/prisma/schema/openJobAnalytics.prisma +8 -0
- package/prisma/schema/migrations/20260519120000_interview_deadline/migration.sql +0 -2
- package/prisma/schema/migrations/20260520120000_interview_duration_drop_deadline/migration.sql +0 -30
- package/prisma/schema/migrations/20260602120000_resume_file_hash_drop_unique/migration.sql +0 -2
- package/prisma/schema/migrations/20260603120000_job_application_field_is_mandatory/migration.sql +0 -2
- package/prisma/schema/migrations/20260604120000_job_application_response_updated_by_organisation/migration.sql +0 -2
- package/prisma/schema/migrations/20260605120000_drop_document_application_id/migration.sql +0 -3
- package/prisma/schema/migrations/20260610120000_jaf_template_model/migration.sql +0 -70
- package/prisma/schema/migrations/20260610130000_assignment_document_fks/migration.sql +0 -15
- package/prisma/schema/migrations/20260610140000_jaf_draft_activation/migration.sql +0 -12
package/client/index-browser.js
CHANGED
|
@@ -262,7 +262,6 @@ exports.Prisma.ApplicationScalarFieldEnum = {
|
|
|
262
262
|
source_id: 'source_id',
|
|
263
263
|
round_no: 'round_no',
|
|
264
264
|
is_jaf_completed: 'is_jaf_completed',
|
|
265
|
-
proceed_to_next_round: 'proceed_to_next_round',
|
|
266
265
|
on_notice_period: 'on_notice_period',
|
|
267
266
|
expected_joining_date: 'expected_joining_date',
|
|
268
267
|
current_ctc: 'current_ctc',
|
|
@@ -715,7 +714,6 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
|
|
|
715
714
|
elimination_round: 'elimination_round',
|
|
716
715
|
evaluation_type: 'evaluation_type',
|
|
717
716
|
type_of_round: 'type_of_round',
|
|
718
|
-
round_purpose: 'round_purpose',
|
|
719
717
|
timeline: 'timeline',
|
|
720
718
|
order_no: 'order_no',
|
|
721
719
|
details: 'details',
|
|
@@ -1304,7 +1302,6 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
|
|
|
1304
1302
|
description: 'description',
|
|
1305
1303
|
order_no: 'order_no',
|
|
1306
1304
|
format: 'format',
|
|
1307
|
-
round_purpose: 'round_purpose',
|
|
1308
1305
|
topics: 'topics',
|
|
1309
1306
|
assignee: 'assignee',
|
|
1310
1307
|
elimination_round: 'elimination_round',
|
|
@@ -1345,6 +1342,10 @@ exports.Prisma.OpenJobAnalyticsScalarFieldEnum = {
|
|
|
1345
1342
|
application_count: 'application_count',
|
|
1346
1343
|
in_consideration_count: 'in_consideration_count',
|
|
1347
1344
|
shortlisted_count: 'shortlisted_count',
|
|
1345
|
+
filtered_count: 'filtered_count',
|
|
1346
|
+
in_evaluation_count: 'in_evaluation_count',
|
|
1347
|
+
offered_count: 'offered_count',
|
|
1348
|
+
hired_count: 'hired_count',
|
|
1348
1349
|
updated_at: 'updated_at'
|
|
1349
1350
|
};
|
|
1350
1351
|
|
|
@@ -1370,7 +1371,11 @@ exports.Prisma.OpenJobAnalyticsDailyScalarFieldEnum = {
|
|
|
1370
1371
|
time_to_hire_days: 'time_to_hire_days',
|
|
1371
1372
|
application_count: 'application_count',
|
|
1372
1373
|
in_consideration_count: 'in_consideration_count',
|
|
1373
|
-
shortlisted_count: 'shortlisted_count'
|
|
1374
|
+
shortlisted_count: 'shortlisted_count',
|
|
1375
|
+
filtered_count: 'filtered_count',
|
|
1376
|
+
in_evaluation_count: 'in_evaluation_count',
|
|
1377
|
+
offered_count: 'offered_count',
|
|
1378
|
+
hired_count: 'hired_count'
|
|
1374
1379
|
};
|
|
1375
1380
|
|
|
1376
1381
|
exports.Prisma.OrganisationScalarFieldEnum = {
|
|
@@ -1948,8 +1953,7 @@ exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
|
|
|
1948
1953
|
IN_PROGRESS: 'IN_PROGRESS',
|
|
1949
1954
|
SELECTED: 'SELECTED',
|
|
1950
1955
|
SHORTLISTED: 'SHORTLISTED',
|
|
1951
|
-
REJECTED: 'REJECTED'
|
|
1952
|
-
ON_HOLD: 'ON_HOLD'
|
|
1956
|
+
REJECTED: 'REJECTED'
|
|
1953
1957
|
};
|
|
1954
1958
|
|
|
1955
1959
|
exports.FitCheckStatus = exports.$Enums.FitCheckStatus = {
|