@adaptware/eagles-db 0.5.14 → 0.5.16
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 +45 -32
- package/client/index-browser.js +39 -25
- package/client/index.d.ts +3825 -2180
- package/client/index.js +45 -32
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/client/package.json +1 -1
- package/client/schema.prisma +95 -61
- package/client/wasm.js +45 -32
- 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/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/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/prisma/schema/migrations/20260716120000_add_offer_letters/migration.sql +0 -183
- package/prisma/schema/migrations/20260716140000_offer_schema_refinements/migration.sql +0 -13
- package/prisma/schema/migrations/20260716160000_offer_schema_hardening/migration.sql +0 -95
- package/prisma/schema/migrations/20260716180000_offer_letter_template_config/migration.sql +0 -2
- package/prisma/schema/migrations/20260716190000_add_evaluation_focus_areas/migration.sql +0 -6
- package/prisma/schema/migrations/20260717120000_offer_workflow_approval/migration.sql +0 -30
- package/prisma/schema/migrations/20260720120000_offer_letter_template_is_draft/migration.sql +0 -5
- package/prisma/schema/migrations/20260720140000_offer_status_split/migration.sql +0 -51
- package/prisma/schema/migrations/20260720140001_offer_status_split_backfill/migration.sql +0 -37
- package/prisma/schema/migrations/20260722120000_offer_draft_edited_html/migration.sql +0 -13
- package/prisma/schema/migrations/20260723150000_offer_withdraw_actor_no_show_reason/migration.sql +0 -10
- package/prisma/schema/migrations/20260724120000_open_job_offer_accepted_declined_counts/migration.sql +0 -7
package/client/index-browser.js
CHANGED
|
@@ -254,26 +254,26 @@ exports.Prisma.ApplicationAnalyticsDailyScalarFieldEnum = {
|
|
|
254
254
|
|
|
255
255
|
exports.Prisma.ApplicationScalarFieldEnum = {
|
|
256
256
|
id: 'id',
|
|
257
|
+
organisation_id: 'organisation_id',
|
|
257
258
|
candidate_id: 'candidate_id',
|
|
258
259
|
resume_id: 'resume_id',
|
|
259
|
-
organisation_id: 'organisation_id',
|
|
260
260
|
job_description_id: 'job_description_id',
|
|
261
|
-
fit_check_score: 'fit_check_score',
|
|
262
|
-
applied_at: 'applied_at',
|
|
263
261
|
evaluation_plan_id: 'evaluation_plan_id',
|
|
264
|
-
fit_check_id: 'fit_check_id',
|
|
265
262
|
recruiter_id: 'recruiter_id',
|
|
266
263
|
source_id: 'source_id',
|
|
264
|
+
fit_check_score: 'fit_check_score',
|
|
265
|
+
applied_at: 'applied_at',
|
|
267
266
|
round_no: 'round_no',
|
|
268
267
|
is_jaf_completed: 'is_jaf_completed',
|
|
269
268
|
proceed_to_next_round: 'proceed_to_next_round',
|
|
270
|
-
on_notice_period: 'on_notice_period',
|
|
271
|
-
expected_joining_date: 'expected_joining_date',
|
|
272
|
-
current_ctc: 'current_ctc',
|
|
273
|
-
expected_ctc: 'expected_ctc',
|
|
274
|
-
notice_period: 'notice_period',
|
|
275
|
-
preferred_location: 'preferred_location',
|
|
276
269
|
evaluationComment: 'evaluationComment',
|
|
270
|
+
is_flagged: 'is_flagged',
|
|
271
|
+
flag_comment: 'flag_comment',
|
|
272
|
+
flagged_at: 'flagged_at',
|
|
273
|
+
flagged_by: 'flagged_by',
|
|
274
|
+
unflag_comment: 'unflag_comment',
|
|
275
|
+
unflagged_at: 'unflagged_at',
|
|
276
|
+
unflagged_by: 'unflagged_by',
|
|
277
277
|
fit_check_status: 'fit_check_status',
|
|
278
278
|
status: 'status',
|
|
279
279
|
offer_status: 'offer_status',
|
|
@@ -673,6 +673,26 @@ exports.Prisma.CommunicationMessageScalarFieldEnum = {
|
|
|
673
673
|
updated_at: 'updated_at'
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
+
exports.Prisma.CompetencyDictionaryScalarFieldEnum = {
|
|
677
|
+
id: 'id',
|
|
678
|
+
organisation_id: 'organisation_id',
|
|
679
|
+
category: 'category',
|
|
680
|
+
industry: 'industry',
|
|
681
|
+
name: 'name',
|
|
682
|
+
description: 'description',
|
|
683
|
+
level1: 'level1',
|
|
684
|
+
level2: 'level2',
|
|
685
|
+
level3: 'level3',
|
|
686
|
+
level4: 'level4',
|
|
687
|
+
level5: 'level5',
|
|
688
|
+
metadata: 'metadata',
|
|
689
|
+
created_by: 'created_by',
|
|
690
|
+
updated_by: 'updated_by',
|
|
691
|
+
created_at: 'created_at',
|
|
692
|
+
updated_at: 'updated_at',
|
|
693
|
+
is_active: 'is_active'
|
|
694
|
+
};
|
|
695
|
+
|
|
676
696
|
exports.Prisma.ContactUsScalarFieldEnum = {
|
|
677
697
|
id: 'id',
|
|
678
698
|
name: 'name',
|
|
@@ -818,27 +838,14 @@ exports.Prisma.FitCheckScalarFieldEnum = {
|
|
|
818
838
|
candidate_id: 'candidate_id',
|
|
819
839
|
resume_id: 'resume_id',
|
|
820
840
|
job_description_id: 'job_description_id',
|
|
821
|
-
|
|
822
|
-
responsibilities_match: 'responsibilities_match',
|
|
823
|
-
responsibilities_score: 'responsibilities_score',
|
|
824
|
-
experience_match: 'experience_match',
|
|
825
|
-
experience_score: 'experience_score',
|
|
826
|
-
organisation_value_score: 'organisation_value_score',
|
|
827
|
-
organisation_value_match: 'organisation_value_match',
|
|
828
|
-
qualifications_match: 'qualifications_match',
|
|
829
|
-
qualifications_score: 'qualifications_score',
|
|
830
|
-
fit: 'fit',
|
|
831
|
-
fit_check_status: 'fit_check_status',
|
|
841
|
+
application_id: 'application_id',
|
|
832
842
|
skills_analysis: 'skills_analysis',
|
|
833
843
|
overall_analysis: 'overall_analysis',
|
|
834
|
-
skills_score: 'skills_score',
|
|
835
844
|
overall_score: 'overall_score',
|
|
836
845
|
short_match_analysis: 'short_match_analysis',
|
|
837
846
|
fit_comparison: 'fit_comparison',
|
|
838
847
|
recommendation: 'recommendation',
|
|
839
|
-
|
|
840
|
-
technical_analysis: 'technical_analysis',
|
|
841
|
-
competency_analysis: 'competency_analysis',
|
|
848
|
+
competencies_analysis: 'competencies_analysis',
|
|
842
849
|
created_by: 'created_by',
|
|
843
850
|
updated_by: 'updated_by',
|
|
844
851
|
is_active: 'is_active',
|
|
@@ -2437,6 +2444,12 @@ exports.CommMessageStatus = exports.$Enums.CommMessageStatus = {
|
|
|
2437
2444
|
RECEIVED: 'RECEIVED'
|
|
2438
2445
|
};
|
|
2439
2446
|
|
|
2447
|
+
exports.CompetencyCategory = exports.$Enums.CompetencyCategory = {
|
|
2448
|
+
TECHNICAL: 'TECHNICAL',
|
|
2449
|
+
BEHAVIOURAL: 'BEHAVIOURAL',
|
|
2450
|
+
AI: 'AI'
|
|
2451
|
+
};
|
|
2452
|
+
|
|
2440
2453
|
exports.HiringPlanSectionStatus = exports.$Enums.HiringPlanSectionStatus = {
|
|
2441
2454
|
DRAFT: 'DRAFT',
|
|
2442
2455
|
REQUESTED: 'REQUESTED',
|
|
@@ -2761,6 +2774,7 @@ exports.Prisma.ModelName = {
|
|
|
2761
2774
|
ChannelProviderConfig: 'ChannelProviderConfig',
|
|
2762
2775
|
Conversation: 'Conversation',
|
|
2763
2776
|
CommunicationMessage: 'CommunicationMessage',
|
|
2777
|
+
CompetencyDictionary: 'CompetencyDictionary',
|
|
2764
2778
|
ContactUs: 'ContactUs',
|
|
2765
2779
|
Department: 'Department',
|
|
2766
2780
|
DepartmentMember: 'DepartmentMember',
|