@adaptware/eagles-db 0.5.47 → 0.5.49
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 +24 -48
- package/client/index-browser.js +19 -43
- package/client/index.d.ts +2338 -2547
- package/client/index.js +24 -48
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/client/package.json +1 -1
- package/client/schema.prisma +70 -117
- package/client/wasm.js +24 -48
- 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/interview.prisma +39 -38
- package/prisma/schema/licensing/assignmentHistory.prisma +3 -1
- package/prisma/schema/licensing/licensingEnums.prisma +2 -0
- package/prisma/schema/licensing/purchasedLicense.prisma +5 -0
- package/prisma/schema/migrations/20260911120000_hiring_unit_assignment_scope/migration.sql +38 -0
- package/prisma/schema/organisation.prisma +11 -0
- package/prisma/schema/user.prisma +2 -1
package/client/index-browser.js
CHANGED
|
@@ -281,10 +281,7 @@ 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'
|
|
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'
|
|
284
|
+
is_active: 'is_active'
|
|
288
285
|
};
|
|
289
286
|
|
|
290
287
|
exports.Prisma.ApprovalScalarFieldEnum = {
|
|
@@ -332,8 +329,7 @@ exports.Prisma.AssessmentLibraryScalarFieldEnum = {
|
|
|
332
329
|
updated_at: 'updated_at',
|
|
333
330
|
created_by: 'created_by',
|
|
334
331
|
updated_by: 'updated_by',
|
|
335
|
-
is_active: 'is_active'
|
|
336
|
-
generation_state: 'generation_state'
|
|
332
|
+
is_active: 'is_active'
|
|
337
333
|
};
|
|
338
334
|
|
|
339
335
|
exports.Prisma.AssessmentQuestionScalarFieldEnum = {
|
|
@@ -828,6 +824,19 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
|
|
|
828
824
|
is_active: 'is_active'
|
|
829
825
|
};
|
|
830
826
|
|
|
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
|
+
|
|
831
840
|
exports.Prisma.FitCheckScalarFieldEnum = {
|
|
832
841
|
id: 'id',
|
|
833
842
|
organisation_id: 'organisation_id',
|
|
@@ -1257,8 +1266,7 @@ exports.Prisma.JobApplicationFieldScalarFieldEnum = {
|
|
|
1257
1266
|
created_by: 'created_by',
|
|
1258
1267
|
updated_by: 'updated_by',
|
|
1259
1268
|
created_at: 'created_at',
|
|
1260
|
-
updated_at: 'updated_at'
|
|
1261
|
-
order_no: 'order_no'
|
|
1269
|
+
updated_at: 'updated_at'
|
|
1262
1270
|
};
|
|
1263
1271
|
|
|
1264
1272
|
exports.Prisma.JobApplicationResponseScalarFieldEnum = {
|
|
@@ -1279,8 +1287,7 @@ exports.Prisma.JobApplicationResponseScalarFieldEnum = {
|
|
|
1279
1287
|
updated_at: 'updated_at',
|
|
1280
1288
|
created_by: 'created_by',
|
|
1281
1289
|
updated_by: 'updated_by',
|
|
1282
|
-
is_active: 'is_active'
|
|
1283
|
-
order_no: 'order_no'
|
|
1290
|
+
is_active: 'is_active'
|
|
1284
1291
|
};
|
|
1285
1292
|
|
|
1286
1293
|
exports.Prisma.JobApplicationTemplateScalarFieldEnum = {
|
|
@@ -1900,8 +1907,6 @@ exports.Prisma.QuestionScalarFieldEnum = {
|
|
|
1900
1907
|
evaluation_plan_id: 'evaluation_plan_id',
|
|
1901
1908
|
candidate_id: 'candidate_id',
|
|
1902
1909
|
skill: 'skill',
|
|
1903
|
-
category: 'category',
|
|
1904
|
-
bank_item_key: 'bank_item_key',
|
|
1905
1910
|
question: 'question',
|
|
1906
1911
|
answer: 'answer',
|
|
1907
1912
|
options: 'options',
|
|
@@ -1964,17 +1969,7 @@ exports.Prisma.ResumeScalarFieldEnum = {
|
|
|
1964
1969
|
updated_by: 'updated_by',
|
|
1965
1970
|
is_active: 'is_active',
|
|
1966
1971
|
name: 'name',
|
|
1967
|
-
yearsOfExperience: 'yearsOfExperience'
|
|
1968
|
-
status: 'status',
|
|
1969
|
-
origin: 'origin',
|
|
1970
|
-
intake_session_id: 'intake_session_id',
|
|
1971
|
-
conversation_history: 'conversation_history',
|
|
1972
|
-
intake_progress: 'intake_progress',
|
|
1973
|
-
orion_execution_id: 'orion_execution_id',
|
|
1974
|
-
tailoring_jd_text: 'tailoring_jd_text',
|
|
1975
|
-
tailoring_jd_parsed: 'tailoring_jd_parsed',
|
|
1976
|
-
tailoring_gap_analysis: 'tailoring_gap_analysis',
|
|
1977
|
-
tailoring_draft: 'tailoring_draft'
|
|
1972
|
+
yearsOfExperience: 'yearsOfExperience'
|
|
1978
1973
|
};
|
|
1979
1974
|
|
|
1980
1975
|
exports.Prisma.ResumeDataScalarFieldEnum = {
|
|
@@ -2498,8 +2493,6 @@ exports.EvaluationCategory = exports.$Enums.EvaluationCategory = {
|
|
|
2498
2493
|
|
|
2499
2494
|
exports.RoundType = exports.$Enums.RoundType = {
|
|
2500
2495
|
ASSESSMENT: 'ASSESSMENT',
|
|
2501
|
-
GENERAL_APTITUDE_ASSESSMENT: 'GENERAL_APTITUDE_ASSESSMENT',
|
|
2502
|
-
DOMAIN_KNOWLEDGE_ASSESSMENT: 'DOMAIN_KNOWLEDGE_ASSESSMENT',
|
|
2503
2496
|
INTERVIEW: 'INTERVIEW',
|
|
2504
2497
|
ASSIGNMENT: 'ASSIGNMENT',
|
|
2505
2498
|
SCREENING: 'SCREENING'
|
|
@@ -2885,30 +2878,12 @@ exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
|
|
|
2885
2878
|
CANCELLED: 'CANCELLED'
|
|
2886
2879
|
};
|
|
2887
2880
|
|
|
2888
|
-
exports.QuestionCategory = exports.$Enums.QuestionCategory = {
|
|
2889
|
-
GENERAL_APTITUDE: 'GENERAL_APTITUDE',
|
|
2890
|
-
DOMAIN_KNOWLEDGE: 'DOMAIN_KNOWLEDGE'
|
|
2891
|
-
};
|
|
2892
|
-
|
|
2893
2881
|
exports.Difficulty = exports.$Enums.Difficulty = {
|
|
2894
2882
|
EASY: 'EASY',
|
|
2895
2883
|
MEDIUM: 'MEDIUM',
|
|
2896
2884
|
HARD: 'HARD'
|
|
2897
2885
|
};
|
|
2898
2886
|
|
|
2899
|
-
exports.ResumeStatus = exports.$Enums.ResumeStatus = {
|
|
2900
|
-
DRAFT: 'DRAFT',
|
|
2901
|
-
GENERATING: 'GENERATING',
|
|
2902
|
-
COMPLETED: 'COMPLETED'
|
|
2903
|
-
};
|
|
2904
|
-
|
|
2905
|
-
exports.ResumeOrigin = exports.$Enums.ResumeOrigin = {
|
|
2906
|
-
UPLOADED: 'UPLOADED',
|
|
2907
|
-
PARSED: 'PARSED',
|
|
2908
|
-
AI_GENERATED: 'AI_GENERATED',
|
|
2909
|
-
TAILORED: 'TAILORED'
|
|
2910
|
-
};
|
|
2911
|
-
|
|
2912
2887
|
exports.UsageSourceType = exports.$Enums.UsageSourceType = {
|
|
2913
2888
|
activity_event: 'activity_event',
|
|
2914
2889
|
usage_publisher: 'usage_publisher',
|
|
@@ -2978,6 +2953,7 @@ exports.Prisma.ModelName = {
|
|
|
2978
2953
|
Document: 'Document',
|
|
2979
2954
|
EvaluationCriteria: 'EvaluationCriteria',
|
|
2980
2955
|
EvaluationPlan: 'EvaluationPlan',
|
|
2956
|
+
Feedback: 'Feedback',
|
|
2981
2957
|
FitCheck: 'FitCheck',
|
|
2982
2958
|
Google: 'Google',
|
|
2983
2959
|
HiringPlan: 'HiringPlan',
|