@adaptware/eagles-db 0.1.71 → 0.1.72
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 -9
- package/client/index-browser.js +1 -6
- package/client/index.d.ts +59 -331
- package/client/index.js +4 -9
- package/client/package.json +1 -1
- package/client/schema.prisma +1 -6
- package/client/wasm.js +1 -6
- package/package.json +1 -1
- package/prisma/migrations/20260415120000_remove_job_profile_current_phase/migration.sql +2 -0
- package/prisma/migrations/migration_lock.toml +3 -0
- package/prisma/schema/jobProfile.prisma +1 -6
package/client/index-browser.js
CHANGED
|
@@ -585,21 +585,16 @@ exports.Prisma.JobProfileScalarFieldEnum = {
|
|
|
585
585
|
work_arrangement: 'work_arrangement',
|
|
586
586
|
employment_type: 'employment_type',
|
|
587
587
|
location: 'location',
|
|
588
|
+
experience: 'experience',
|
|
588
589
|
experience_min: 'experience_min',
|
|
589
|
-
reporting: 'reporting',
|
|
590
590
|
comp_range: 'comp_range',
|
|
591
|
-
comp_benchmark: 'comp_benchmark',
|
|
592
591
|
budget: 'budget',
|
|
593
592
|
responsibilities: 'responsibilities',
|
|
594
|
-
deliverables: 'deliverables',
|
|
595
593
|
must_have_skills: 'must_have_skills',
|
|
596
594
|
nice_to_have_skills: 'nice_to_have_skills',
|
|
597
|
-
dealbreakers: 'dealbreakers',
|
|
598
595
|
culture: 'culture',
|
|
599
|
-
success_metrics: 'success_metrics',
|
|
600
596
|
competencies: 'competencies',
|
|
601
597
|
conversation_history: 'conversation_history',
|
|
602
|
-
current_phase: 'current_phase',
|
|
603
598
|
orion_execution_id: 'orion_execution_id',
|
|
604
599
|
created_at: 'created_at',
|
|
605
600
|
updated_at: 'updated_at',
|