@adaptware/eagles-db 0.1.82 → 0.1.83
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 +6 -6
- package/client/index-browser.js +1 -1
- package/client/index.d.ts +101 -101
- package/client/index.js +6 -6
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/client/package.json +1 -1
- package/client/schema.prisma +1 -1
- package/client/wasm.js +1 -1
- package/package.json +1 -1
- package/prisma/schema/interview.prisma +21 -20
- package/prisma/.DS_Store +0 -0
- package/prisma/migrations/20260415120000_remove_job_profile_current_phase/migration.sql +0 -2
- package/prisma/migrations/20260422120000_add_integration_provider_zoom/migration.sql +0 -2
- package/prisma/migrations/20260422140000_add_zoom_meeting_tables/migration.sql +0 -57
- package/prisma/migrations/20260422180000_add_zoom_webhook_event/migration.sql +0 -18
- package/prisma/migrations/20260423140000_add_interview_platform/migration.sql +0 -6
- package/prisma/migrations/20260423150000_remove_interview_zoom_topic/migration.sql +0 -2
- package/prisma/migrations/20260423160000_zoom_meeting_uuid/migration.sql +0 -4
- package/prisma/migrations/20260424120000_auth_module_user_provider_unique/migration.sql +0 -5
- package/prisma/migrations/20260424130000_zoom_meeting_zoom_host_user_id/migration.sql +0 -6
- package/prisma/migrations/20260425100000_zoom_participant_user_enum/migration.sql +0 -22
- package/prisma/migrations/20260425110000_zoom_participant_zoom_id_required/migration.sql +0 -13
- package/prisma/migrations/20260425120000_zoom_participant_id_nullable/migration.sql +0 -4
- package/prisma/migrations/migration_lock.toml +0 -3
package/client/index-browser.js
CHANGED
|
@@ -526,6 +526,7 @@ exports.Prisma.InterviewScalarFieldEnum = {
|
|
|
526
526
|
application_id: 'application_id',
|
|
527
527
|
resume_id: 'resume_id',
|
|
528
528
|
job_description_id: 'job_description_id',
|
|
529
|
+
calendar_event_id: 'calendar_event_id',
|
|
529
530
|
room_name: 'room_name',
|
|
530
531
|
interview_summary: 'interview_summary',
|
|
531
532
|
scheduled_start_time: 'scheduled_start_time',
|
|
@@ -535,7 +536,6 @@ exports.Prisma.InterviewScalarFieldEnum = {
|
|
|
535
536
|
recording_url: 'recording_url',
|
|
536
537
|
interview_status: 'interview_status',
|
|
537
538
|
interview_platform: 'interview_platform',
|
|
538
|
-
google_event_id: 'google_event_id',
|
|
539
539
|
ai_interview_feedback: 'ai_interview_feedback',
|
|
540
540
|
interview_feedback: 'interview_feedback',
|
|
541
541
|
overall_feedback: 'overall_feedback',
|