@adaptware/eagles-db 0.4.2 → 0.4.6
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 +4 -5
- package/client/index-browser.js +1 -2
- package/client/index.d.ts +182 -303
- package/client/index.js +4 -5
- package/client/package.json +1 -1
- package/client/schema.prisma +3 -7
- package/client/wasm.js +1 -2
- package/package.json +1 -1
- package/prisma/schema/jobDescription.prisma +0 -2
- package/prisma/schema/ongoingEvaluation.prisma +3 -5
package/client/index-browser.js
CHANGED
|
@@ -585,7 +585,6 @@ exports.Prisma.JobDescriptionScalarFieldEnum = {
|
|
|
585
585
|
summary: 'summary',
|
|
586
586
|
ai_insight: 'ai_insight',
|
|
587
587
|
job_fit_comparison: 'job_fit_comparison',
|
|
588
|
-
recommendation_config: 'recommendation_config',
|
|
589
588
|
created_at: 'created_at',
|
|
590
589
|
updated_at: 'updated_at',
|
|
591
590
|
created_by: 'created_by',
|
|
@@ -679,7 +678,6 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
|
|
|
679
678
|
resume_id: 'resume_id',
|
|
680
679
|
job_description_id: 'job_description_id',
|
|
681
680
|
evaluation_plan_id: 'evaluation_plan_id',
|
|
682
|
-
is_committed: 'is_committed',
|
|
683
681
|
interview_id: 'interview_id',
|
|
684
682
|
assignment_id: 'assignment_id',
|
|
685
683
|
assessment_id: 'assessment_id',
|
|
@@ -687,6 +685,7 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
|
|
|
687
685
|
round_status: 'round_status',
|
|
688
686
|
comments: 'comments',
|
|
689
687
|
completed_at: 'completed_at',
|
|
688
|
+
is_committed: 'is_committed',
|
|
690
689
|
title: 'title',
|
|
691
690
|
description: 'description',
|
|
692
691
|
order_no: 'order_no',
|