@adaptware/eagles-db 0.5.49 → 0.5.50
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 +67 -26
- package/client/index-browser.js +60 -20
- package/client/index.d.ts +4472 -2581
- package/client/index.js +67 -26
- package/client/package.json +1 -1
- package/client/schema.prisma +156 -78
- package/client/wasm.js +67 -26
- package/package.json +1 -1
- package/prisma/schema/interview.prisma +11 -6
- package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +25 -0
- package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +24 -0
- package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +2 -0
- package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +9 -0
- package/prisma/schema/migrations/20260714120000_add_job_description_display_html_document/migration.sql +8 -0
- package/prisma/schema/migrations/20260716120000_add_offer_letters/migration.sql +183 -0
- package/prisma/schema/migrations/20260716140000_offer_schema_refinements/migration.sql +13 -0
- package/prisma/schema/migrations/20260716160000_offer_schema_hardening/migration.sql +95 -0
- package/prisma/schema/migrations/20260716180000_offer_letter_template_config/migration.sql +2 -0
- package/prisma/schema/migrations/20260716190000_add_evaluation_focus_areas/migration.sql +6 -0
- package/prisma/schema/migrations/20260717120000_offer_workflow_approval/migration.sql +30 -0
- package/prisma/schema/migrations/20260720120000_offer_letter_template_is_draft/migration.sql +5 -0
- package/prisma/schema/migrations/20260720140000_offer_status_split/migration.sql +51 -0
- package/prisma/schema/migrations/20260720140001_offer_status_split_backfill/migration.sql +37 -0
- package/prisma/schema/migrations/20260722120000_offer_draft_edited_html/migration.sql +13 -0
- package/prisma/schema/migrations/20260723150000_offer_withdraw_actor_no_show_reason/migration.sql +10 -0
- package/prisma/schema/migrations/20260724120000_open_job_offer_accepted_declined_counts/migration.sql +7 -0
- package/prisma/schema/migrations/20260811120000_add_integration_provider_razorpay/migration.sql +6 -0
- package/prisma/schema/migrations/20260812120000_add_billing_transactions/migration.sql +49 -0
- package/prisma/schema/migrations/20260812130000_drop_billing_transaction_gst_snapshots/migration.sql +3 -0
- package/prisma/schema/migrations/20260812180000_billing_transaction_invoice_number/migration.sql +5 -0
- package/prisma/schema/migrations/20260813120000_payment_webhooks_gst_refunds/migration.sql +79 -0
- package/prisma/schema/migrations/20260813140000_platform_gst_profiles/migration.sql +49 -0
- package/prisma/schema/migrations/20260813150000_rename_gst_profiles/migration.sql +53 -0
- package/prisma/schema/migrations/20260813160000_remove_gst_billing/migration.sql +16 -0
- package/prisma/schema/migrations/20260813170000_billing_licensing_unrecoverable/migration.sql +2 -0
- package/prisma/schema/migrations/20260813180000_billing_transaction_payment_method/migration.sql +2 -0
- package/prisma/schema/migrations/20260814090000_billing_transaction_purchaser_email/migration.sql +2 -0
- package/prisma/schema/migrations/20260816100000_billing_product_organisations/migration.sql +35 -0
- package/prisma/schema/migrations/20260816120000_merge_billing_product_organisations/migration.sql +25 -0
- package/prisma/schema/migrations/20260817120000_billing_payment_mismatch/migration.sql +7 -0
- package/prisma/schema/migrations/20260819120000_billing_product_prices/migration.sql +62 -0
- package/prisma/schema/migrations/20260819140000_billing_exchange_rates/migration.sql +25 -0
- package/prisma/schema/migrations/20260820120000_billing_transaction_failure_category/migration.sql +31 -0
- package/prisma/schema/migrations/20260820130000_backfill_billing_transaction_failure_details/migration.sql +23 -0
- package/prisma/schema/migrations/20260820140000_drop_billing_product_price_overrides/migration.sql +2 -0
- package/prisma/schema/migrations/20260821120000_drop_billing_product_and_mock_licensing/migration.sql +38 -0
- package/prisma/schema/migrations/20260824120000_billing_transaction_purchase_display_name/migration.sql +2 -0
- package/prisma/schema/migrations/20260831120000_user_communication_email/migration.sql +6 -0
- package/prisma/schema/migrations/20260901143000_assessment_question_bank_state/migration.sql +15 -0
- package/prisma/schema/migrations/20260902120000_question_category_two_values/migration.sql +16 -0
- package/prisma/schema/migrations/20260902143000_question_bank_item_key/migration.sql +17 -0
- package/prisma/schema/migrations/20260903120000_split_round_type_assessment/migration.sql +9 -0
- package/prisma/schema/migrations/20260904110000_restore_round_type_assessment_enum/migration.sql +5 -0
- package/prisma/schema/migrations/20260904120000_revert_wrong_split_assessment_round_types/migration.sql +42 -0
- package/prisma/schema/migrations/20260909140000_profile_interview_session/migration.sql +99 -0
- package/prisma/schema/migrations/20260911120000_unify_profile_interview_into_interview/migration.sql +139 -0
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/prisma/.DS_Store +0 -0
- package/prisma/migrations/20260519120000_migrate_shortlisted_to_selected/migration.sql +0 -2
- package/prisma/schema/.DS_Store +0 -0
package/client/index-browser.js
CHANGED
|
@@ -281,7 +281,10 @@ 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'
|
|
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'
|
|
285
288
|
};
|
|
286
289
|
|
|
287
290
|
exports.Prisma.ApprovalScalarFieldEnum = {
|
|
@@ -329,7 +332,8 @@ exports.Prisma.AssessmentLibraryScalarFieldEnum = {
|
|
|
329
332
|
updated_at: 'updated_at',
|
|
330
333
|
created_by: 'created_by',
|
|
331
334
|
updated_by: 'updated_by',
|
|
332
|
-
is_active: 'is_active'
|
|
335
|
+
is_active: 'is_active',
|
|
336
|
+
generation_state: 'generation_state'
|
|
333
337
|
};
|
|
334
338
|
|
|
335
339
|
exports.Prisma.AssessmentQuestionScalarFieldEnum = {
|
|
@@ -824,19 +828,6 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
|
|
|
824
828
|
is_active: 'is_active'
|
|
825
829
|
};
|
|
826
830
|
|
|
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
|
-
|
|
840
831
|
exports.Prisma.FitCheckScalarFieldEnum = {
|
|
841
832
|
id: 'id',
|
|
842
833
|
organisation_id: 'organisation_id',
|
|
@@ -1019,6 +1010,9 @@ exports.Prisma.InterviewScalarFieldEnum = {
|
|
|
1019
1010
|
resume_id: 'resume_id',
|
|
1020
1011
|
job_description_id: 'job_description_id',
|
|
1021
1012
|
calendar_event_id: 'calendar_event_id',
|
|
1013
|
+
calendar_events: 'calendar_events',
|
|
1014
|
+
candidate_initiated: 'candidate_initiated',
|
|
1015
|
+
candidate_interview_metadata: 'candidate_interview_metadata',
|
|
1022
1016
|
room_name: 'room_name',
|
|
1023
1017
|
interview_summary: 'interview_summary',
|
|
1024
1018
|
scheduled_start_time: 'scheduled_start_time',
|
|
@@ -1266,7 +1260,8 @@ exports.Prisma.JobApplicationFieldScalarFieldEnum = {
|
|
|
1266
1260
|
created_by: 'created_by',
|
|
1267
1261
|
updated_by: 'updated_by',
|
|
1268
1262
|
created_at: 'created_at',
|
|
1269
|
-
updated_at: 'updated_at'
|
|
1263
|
+
updated_at: 'updated_at',
|
|
1264
|
+
order_no: 'order_no'
|
|
1270
1265
|
};
|
|
1271
1266
|
|
|
1272
1267
|
exports.Prisma.JobApplicationResponseScalarFieldEnum = {
|
|
@@ -1287,7 +1282,8 @@ exports.Prisma.JobApplicationResponseScalarFieldEnum = {
|
|
|
1287
1282
|
updated_at: 'updated_at',
|
|
1288
1283
|
created_by: 'created_by',
|
|
1289
1284
|
updated_by: 'updated_by',
|
|
1290
|
-
is_active: 'is_active'
|
|
1285
|
+
is_active: 'is_active',
|
|
1286
|
+
order_no: 'order_no'
|
|
1291
1287
|
};
|
|
1292
1288
|
|
|
1293
1289
|
exports.Prisma.JobApplicationTemplateScalarFieldEnum = {
|
|
@@ -1456,6 +1452,8 @@ exports.Prisma.PurchasedHiringUnitAssignmentEventScalarFieldEnum = {
|
|
|
1456
1452
|
event_kind: 'event_kind',
|
|
1457
1453
|
previous_department_id: 'previous_department_id',
|
|
1458
1454
|
new_department_id: 'new_department_id',
|
|
1455
|
+
previous_assigned_user_id: 'previous_assigned_user_id',
|
|
1456
|
+
new_assigned_user_id: 'new_assigned_user_id',
|
|
1459
1457
|
previous_job_description_id: 'previous_job_description_id',
|
|
1460
1458
|
new_job_description_id: 'new_job_description_id',
|
|
1461
1459
|
effective_at: 'effective_at',
|
|
@@ -1544,6 +1542,7 @@ exports.Prisma.PurchasedHiringUnitScalarFieldEnum = {
|
|
|
1544
1542
|
purchased_license_package_id: 'purchased_license_package_id',
|
|
1545
1543
|
status: 'status',
|
|
1546
1544
|
department_id: 'department_id',
|
|
1545
|
+
assigned_user_id: 'assigned_user_id',
|
|
1547
1546
|
first_assigned_at: 'first_assigned_at',
|
|
1548
1547
|
expiry_at: 'expiry_at',
|
|
1549
1548
|
job_description_id: 'job_description_id',
|
|
@@ -1813,7 +1812,8 @@ exports.Prisma.OrganisationScalarFieldEnum = {
|
|
|
1813
1812
|
job_sequence: 'job_sequence',
|
|
1814
1813
|
employee_sequence: 'employee_sequence',
|
|
1815
1814
|
timezone: 'timezone',
|
|
1816
|
-
country_code: 'country_code'
|
|
1815
|
+
country_code: 'country_code',
|
|
1816
|
+
hiring_unit_assignment_scope: 'hiring_unit_assignment_scope'
|
|
1817
1817
|
};
|
|
1818
1818
|
|
|
1819
1819
|
exports.Prisma.OrganisationConfigScalarFieldEnum = {
|
|
@@ -1907,6 +1907,8 @@ exports.Prisma.QuestionScalarFieldEnum = {
|
|
|
1907
1907
|
evaluation_plan_id: 'evaluation_plan_id',
|
|
1908
1908
|
candidate_id: 'candidate_id',
|
|
1909
1909
|
skill: 'skill',
|
|
1910
|
+
category: 'category',
|
|
1911
|
+
bank_item_key: 'bank_item_key',
|
|
1910
1912
|
question: 'question',
|
|
1911
1913
|
answer: 'answer',
|
|
1912
1914
|
options: 'options',
|
|
@@ -1969,7 +1971,17 @@ exports.Prisma.ResumeScalarFieldEnum = {
|
|
|
1969
1971
|
updated_by: 'updated_by',
|
|
1970
1972
|
is_active: 'is_active',
|
|
1971
1973
|
name: 'name',
|
|
1972
|
-
yearsOfExperience: 'yearsOfExperience'
|
|
1974
|
+
yearsOfExperience: 'yearsOfExperience',
|
|
1975
|
+
status: 'status',
|
|
1976
|
+
origin: 'origin',
|
|
1977
|
+
intake_session_id: 'intake_session_id',
|
|
1978
|
+
conversation_history: 'conversation_history',
|
|
1979
|
+
intake_progress: 'intake_progress',
|
|
1980
|
+
orion_execution_id: 'orion_execution_id',
|
|
1981
|
+
tailoring_jd_text: 'tailoring_jd_text',
|
|
1982
|
+
tailoring_jd_parsed: 'tailoring_jd_parsed',
|
|
1983
|
+
tailoring_gap_analysis: 'tailoring_gap_analysis',
|
|
1984
|
+
tailoring_draft: 'tailoring_draft'
|
|
1973
1985
|
};
|
|
1974
1986
|
|
|
1975
1987
|
exports.Prisma.ResumeDataScalarFieldEnum = {
|
|
@@ -2218,6 +2230,7 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
2218
2230
|
created_by: 'created_by',
|
|
2219
2231
|
updated_by: 'updated_by',
|
|
2220
2232
|
is_active: 'is_active',
|
|
2233
|
+
deleted_at: 'deleted_at',
|
|
2221
2234
|
is_self_registered: 'is_self_registered',
|
|
2222
2235
|
permission_id: 'permission_id',
|
|
2223
2236
|
preferences: 'preferences',
|
|
@@ -2493,6 +2506,8 @@ exports.EvaluationCategory = exports.$Enums.EvaluationCategory = {
|
|
|
2493
2506
|
|
|
2494
2507
|
exports.RoundType = exports.$Enums.RoundType = {
|
|
2495
2508
|
ASSESSMENT: 'ASSESSMENT',
|
|
2509
|
+
GENERAL_APTITUDE_ASSESSMENT: 'GENERAL_APTITUDE_ASSESSMENT',
|
|
2510
|
+
DOMAIN_KNOWLEDGE_ASSESSMENT: 'DOMAIN_KNOWLEDGE_ASSESSMENT',
|
|
2496
2511
|
INTERVIEW: 'INTERVIEW',
|
|
2497
2512
|
ASSIGNMENT: 'ASSIGNMENT',
|
|
2498
2513
|
SCREENING: 'SCREENING'
|
|
@@ -2763,6 +2778,8 @@ exports.AiCostLedgerReason = exports.$Enums.AiCostLedgerReason = {
|
|
|
2763
2778
|
exports.PurchasedHiringUnitAssignmentEventKind = exports.$Enums.PurchasedHiringUnitAssignmentEventKind = {
|
|
2764
2779
|
DEPARTMENT_ASSIGNED: 'DEPARTMENT_ASSIGNED',
|
|
2765
2780
|
DEPARTMENT_UNASSIGNED: 'DEPARTMENT_UNASSIGNED',
|
|
2781
|
+
USER_ASSIGNED: 'USER_ASSIGNED',
|
|
2782
|
+
USER_UNASSIGNED: 'USER_UNASSIGNED',
|
|
2766
2783
|
JOB_LINKED: 'JOB_LINKED',
|
|
2767
2784
|
JOB_UNLINKED: 'JOB_UNLINKED'
|
|
2768
2785
|
};
|
|
@@ -2869,6 +2886,12 @@ exports.OrganisationSize = exports.$Enums.OrganisationSize = {
|
|
|
2869
2886
|
FIVE_HUNDRED_PLUS: 'FIVE_HUNDRED_PLUS'
|
|
2870
2887
|
};
|
|
2871
2888
|
|
|
2889
|
+
exports.HiringUnitAssignmentScope = exports.$Enums.HiringUnitAssignmentScope = {
|
|
2890
|
+
USER: 'USER',
|
|
2891
|
+
DEPARTMENT: 'DEPARTMENT',
|
|
2892
|
+
ORGANISATION: 'ORGANISATION'
|
|
2893
|
+
};
|
|
2894
|
+
|
|
2872
2895
|
exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
|
|
2873
2896
|
PENDING: 'PENDING',
|
|
2874
2897
|
IN_PROGRESS: 'IN_PROGRESS',
|
|
@@ -2878,12 +2901,30 @@ exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
|
|
|
2878
2901
|
CANCELLED: 'CANCELLED'
|
|
2879
2902
|
};
|
|
2880
2903
|
|
|
2904
|
+
exports.QuestionCategory = exports.$Enums.QuestionCategory = {
|
|
2905
|
+
GENERAL_APTITUDE: 'GENERAL_APTITUDE',
|
|
2906
|
+
DOMAIN_KNOWLEDGE: 'DOMAIN_KNOWLEDGE'
|
|
2907
|
+
};
|
|
2908
|
+
|
|
2881
2909
|
exports.Difficulty = exports.$Enums.Difficulty = {
|
|
2882
2910
|
EASY: 'EASY',
|
|
2883
2911
|
MEDIUM: 'MEDIUM',
|
|
2884
2912
|
HARD: 'HARD'
|
|
2885
2913
|
};
|
|
2886
2914
|
|
|
2915
|
+
exports.ResumeStatus = exports.$Enums.ResumeStatus = {
|
|
2916
|
+
DRAFT: 'DRAFT',
|
|
2917
|
+
GENERATING: 'GENERATING',
|
|
2918
|
+
COMPLETED: 'COMPLETED'
|
|
2919
|
+
};
|
|
2920
|
+
|
|
2921
|
+
exports.ResumeOrigin = exports.$Enums.ResumeOrigin = {
|
|
2922
|
+
UPLOADED: 'UPLOADED',
|
|
2923
|
+
PARSED: 'PARSED',
|
|
2924
|
+
AI_GENERATED: 'AI_GENERATED',
|
|
2925
|
+
TAILORED: 'TAILORED'
|
|
2926
|
+
};
|
|
2927
|
+
|
|
2887
2928
|
exports.UsageSourceType = exports.$Enums.UsageSourceType = {
|
|
2888
2929
|
activity_event: 'activity_event',
|
|
2889
2930
|
usage_publisher: 'usage_publisher',
|
|
@@ -2953,7 +2994,6 @@ exports.Prisma.ModelName = {
|
|
|
2953
2994
|
Document: 'Document',
|
|
2954
2995
|
EvaluationCriteria: 'EvaluationCriteria',
|
|
2955
2996
|
EvaluationPlan: 'EvaluationPlan',
|
|
2956
|
-
Feedback: 'Feedback',
|
|
2957
2997
|
FitCheck: 'FitCheck',
|
|
2958
2998
|
Google: 'Google',
|
|
2959
2999
|
HiringPlan: 'HiringPlan',
|