@adaptware/eagles-db 0.4.3 → 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 -4
- package/client/index-browser.js +1 -1
- package/client/index.d.ts +84 -108
- package/client/index.js +4 -4
- package/client/package.json +1 -1
- package/client/schema.prisma +1 -2
- package/client/wasm.js +1 -1
- package/package.json +1 -1
- package/prisma/schema/jobDescription.prisma +0 -2
- package/prisma/schema/ongoingEvaluation.prisma +1 -0
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',
|
|
@@ -686,6 +685,7 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
|
|
|
686
685
|
round_status: 'round_status',
|
|
687
686
|
comments: 'comments',
|
|
688
687
|
completed_at: 'completed_at',
|
|
688
|
+
is_committed: 'is_committed',
|
|
689
689
|
title: 'title',
|
|
690
690
|
description: 'description',
|
|
691
691
|
order_no: 'order_no',
|