@adaptware/eagles-db 0.5.47 → 0.5.48
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 +9 -6
- package/client/index-browser.js +2 -0
- package/client/index.d.ts +290 -4
- package/client/index.js +9 -6
- package/client/package.json +1 -1
- package/client/schema.prisma +7 -2
- package/client/wasm.js +9 -6
- package/package.json +1 -1
- package/prisma/.DS_Store +0 -0
- package/prisma/schema/.DS_Store +0 -0
- package/prisma/schema/interview.prisma +39 -38
- package/prisma/schema/migrations/.DS_Store +0 -0
- package/prisma/schema/migrations/20260826160000_add_application_fit_check_report_document/.DS_Store +0 -0
package/client/index-browser.js
CHANGED
|
@@ -1010,6 +1010,7 @@ exports.Prisma.InterviewScalarFieldEnum = {
|
|
|
1010
1010
|
resume_id: 'resume_id',
|
|
1011
1011
|
job_description_id: 'job_description_id',
|
|
1012
1012
|
calendar_event_id: 'calendar_event_id',
|
|
1013
|
+
calendar_events: 'calendar_events',
|
|
1013
1014
|
room_name: 'room_name',
|
|
1014
1015
|
interview_summary: 'interview_summary',
|
|
1015
1016
|
scheduled_start_time: 'scheduled_start_time',
|
|
@@ -2223,6 +2224,7 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
2223
2224
|
created_by: 'created_by',
|
|
2224
2225
|
updated_by: 'updated_by',
|
|
2225
2226
|
is_active: 'is_active',
|
|
2227
|
+
deleted_at: 'deleted_at',
|
|
2226
2228
|
is_self_registered: 'is_self_registered',
|
|
2227
2229
|
permission_id: 'permission_id',
|
|
2228
2230
|
preferences: 'preferences',
|