@adaptware/eagles-db 0.4.34 → 0.4.36
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 +11 -869
- package/client/index-browser.js +42 -901
- package/client/index.d.ts +27423 -80978
- package/client/index.js +11 -869
- package/client/package.json +1 -1
- package/client/schema.prisma +128 -1594
- package/client/wasm.js +11 -869
- package/package.json +1 -1
- package/prisma/schema/CandidateQuestionResponse.prisma +0 -1
- package/prisma/schema/UserRole.prisma +0 -1
- package/prisma/schema/action.prisma +0 -5
- package/prisma/schema/activityLog.prisma +0 -3
- package/prisma/schema/applications.prisma +2 -12
- package/prisma/schema/approval.prisma +0 -2
- package/prisma/schema/assessment.prisma +0 -1
- package/prisma/schema/assessmentLibrary.prisma +0 -1
- package/prisma/schema/assessmentQuestion.prisma +0 -1
- package/prisma/schema/assignment.prisma +0 -3
- package/prisma/schema/assignmentLibrary.prisma +0 -1
- package/prisma/schema/authModule.prisma +0 -3
- package/prisma/schema/budget.prisma +0 -6
- package/prisma/schema/calendly.prisma +0 -2
- package/prisma/schema/candidateProfile.prisma +0 -2
- package/prisma/schema/communication.prisma +0 -11
- package/prisma/schema/contactUs.prisma +0 -2
- package/prisma/schema/document.prisma +1 -1
- package/prisma/schema/evaluationPlan.prisma +10 -35
- package/prisma/schema/feedback.prisma +0 -1
- package/prisma/schema/fitCheck.prisma +0 -3
- package/prisma/schema/google.prisma +0 -2
- package/prisma/schema/integration.prisma +0 -13
- package/prisma/schema/interview.prisma +0 -9
- package/prisma/schema/interviewNotes.prisma +0 -1
- package/prisma/schema/jobApplicationFields.prisma +0 -3
- package/prisma/schema/jobApplicationResponse.prisma +0 -1
- package/prisma/schema/jobApplicationTemplate.prisma +0 -3
- package/prisma/schema/jobDescription.prisma +35 -43
- package/prisma/schema/jobDescriptionData.prisma +0 -1
- package/prisma/schema/jobProfile.prisma +0 -3
- package/prisma/schema/liveAnalysis.prisma +0 -1
- package/prisma/schema/message.prisma +0 -2
- package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +25 -0
- package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +24 -0
- package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +2 -0
- package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +9 -0
- package/prisma/schema/notes.prisma +0 -1
- package/prisma/schema/ongoingEvaluation.prisma +0 -7
- package/prisma/schema/organisation.prisma +31 -39
- package/prisma/schema/organisationConfig.prisma +0 -1
- package/prisma/schema/permission.prisma +0 -1
- package/prisma/schema/promise.prisma +0 -3
- package/prisma/schema/questions.prisma +0 -4
- package/prisma/schema/refreshToken.prisma +0 -2
- package/prisma/schema/resume.prisma +5 -1
- package/prisma/schema/resumeData.prisma +0 -1
- package/prisma/schema/schema.prisma +0 -2
- package/prisma/schema/suggestion.prisma +0 -1
- package/prisma/schema/transcript.prisma +0 -1
- package/prisma/schema/user.prisma +0 -10
- package/prisma/schema/userProfile.prisma +0 -2
- package/prisma/schema/zoomMeeting.prisma +0 -5
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/prisma/.DS_Store +0 -0
- package/prisma/migrations/20260519120000_migrate_shortlisted_to_selected/migration.sql +0 -2
- package/prisma/schema/.DS_Store +0 -0
- package/prisma/schema/activityEvent.prisma +0 -138
- package/prisma/schema/applicationAnalytics.prisma +0 -87
- package/prisma/schema/assessmentRoundAnalytics.prisma +0 -119
- package/prisma/schema/assignmentRoundAnalytics.prisma +0 -109
- package/prisma/schema/interviewRoundAnalytics.prisma +0 -140
- package/prisma/schema/interviewerAnalytics.prisma +0 -129
- package/prisma/schema/jobRoundAnalytics.prisma +0 -101
- package/prisma/schema/migrations/20260519120000_add_analytics_schema/migration.sql +0 -84
- package/prisma/schema/migrations/20260625120000_add_interviewer_analytics/migration.sql +0 -26
- package/prisma/schema/migrations/20260629120000_add_user_lifecycle_activity_events/migration.sql +0 -13
- package/prisma/schema/migrations/20260629140000_drop_organisation_org_code/migration.sql +0 -2
- package/prisma/schema/migrations/20260629160000_employee_codes_dual_interviewer_analytics/migration.sql +0 -87
- package/prisma/schema/migrations/20260630120000_add_application_sources/migration.sql +0 -38
- package/prisma/schema/migrations/20260701120000_add_source_effectiveness_analytics/migration.sql +0 -40
- package/prisma/schema/migrations/20260702120000_add_analytics_daily_tables/migration.sql +0 -232
- package/prisma/schema/openJobAnalytics.prisma +0 -85
- package/prisma/schema/pipelineDistributionAnalytics.prisma +0 -64
- package/prisma/schema/reportingOverviewJobAnalytics.prisma +0 -49
- package/prisma/schema/roundAnalytics.prisma +0 -145
- package/prisma/schema/source.prisma +0 -36
- package/prisma/schema/sourceEffectivenessAnalytics.prisma +0 -79
package/client/index-browser.js
CHANGED
|
@@ -164,22 +164,6 @@ exports.Prisma.ActionScalarFieldEnum = {
|
|
|
164
164
|
is_active: 'is_active'
|
|
165
165
|
};
|
|
166
166
|
|
|
167
|
-
exports.Prisma.ActivityEventScalarFieldEnum = {
|
|
168
|
-
id: 'id',
|
|
169
|
-
organisation_id: 'organisation_id',
|
|
170
|
-
event_type: 'event_type',
|
|
171
|
-
entity_type: 'entity_type',
|
|
172
|
-
entity_id: 'entity_id',
|
|
173
|
-
actor_id: 'actor_id',
|
|
174
|
-
actor_type: 'actor_type',
|
|
175
|
-
related_entities: 'related_entities',
|
|
176
|
-
snapshot: 'snapshot',
|
|
177
|
-
payload: 'payload',
|
|
178
|
-
schema_version: 'schema_version',
|
|
179
|
-
occurred_at: 'occurred_at',
|
|
180
|
-
created_at: 'created_at'
|
|
181
|
-
};
|
|
182
|
-
|
|
183
167
|
exports.Prisma.ActivityLogScalarFieldEnum = {
|
|
184
168
|
id: 'id',
|
|
185
169
|
application_id: 'application_id',
|
|
@@ -192,62 +176,6 @@ exports.Prisma.ActivityLogScalarFieldEnum = {
|
|
|
192
176
|
is_active: 'is_active'
|
|
193
177
|
};
|
|
194
178
|
|
|
195
|
-
exports.Prisma.ApplicationAnalyticsScalarFieldEnum = {
|
|
196
|
-
id: 'id',
|
|
197
|
-
organisation_id: 'organisation_id',
|
|
198
|
-
application_id: 'application_id',
|
|
199
|
-
job_description_id: 'job_description_id',
|
|
200
|
-
candidate_id: 'candidate_id',
|
|
201
|
-
source_id: 'source_id',
|
|
202
|
-
source_name: 'source_name',
|
|
203
|
-
source_category: 'source_category',
|
|
204
|
-
source_colour: 'source_colour',
|
|
205
|
-
job_code: 'job_code',
|
|
206
|
-
job_number: 'job_number',
|
|
207
|
-
role_title: 'role_title',
|
|
208
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
209
|
-
candidate_name: 'candidate_name',
|
|
210
|
-
recruiter_id: 'recruiter_id',
|
|
211
|
-
applied_at: 'applied_at',
|
|
212
|
-
status_updated_at: 'status_updated_at',
|
|
213
|
-
status: 'status',
|
|
214
|
-
fit_check_score: 'fit_check_score',
|
|
215
|
-
is_screened: 'is_screened',
|
|
216
|
-
is_evaluated: 'is_evaluated',
|
|
217
|
-
is_rejected: 'is_rejected',
|
|
218
|
-
is_shortlisted: 'is_shortlisted',
|
|
219
|
-
has_committed_evaluation: 'has_committed_evaluation',
|
|
220
|
-
updated_at: 'updated_at'
|
|
221
|
-
};
|
|
222
|
-
|
|
223
|
-
exports.Prisma.ApplicationAnalyticsDailyScalarFieldEnum = {
|
|
224
|
-
id: 'id',
|
|
225
|
-
snapshot_date: 'snapshot_date',
|
|
226
|
-
organisation_id: 'organisation_id',
|
|
227
|
-
application_id: 'application_id',
|
|
228
|
-
job_description_id: 'job_description_id',
|
|
229
|
-
candidate_id: 'candidate_id',
|
|
230
|
-
source_id: 'source_id',
|
|
231
|
-
source_name: 'source_name',
|
|
232
|
-
source_category: 'source_category',
|
|
233
|
-
source_colour: 'source_colour',
|
|
234
|
-
job_code: 'job_code',
|
|
235
|
-
job_number: 'job_number',
|
|
236
|
-
role_title: 'role_title',
|
|
237
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
238
|
-
candidate_name: 'candidate_name',
|
|
239
|
-
recruiter_id: 'recruiter_id',
|
|
240
|
-
applied_at: 'applied_at',
|
|
241
|
-
status_updated_at: 'status_updated_at',
|
|
242
|
-
status: 'status',
|
|
243
|
-
fit_check_score: 'fit_check_score',
|
|
244
|
-
is_screened: 'is_screened',
|
|
245
|
-
is_evaluated: 'is_evaluated',
|
|
246
|
-
is_rejected: 'is_rejected',
|
|
247
|
-
is_shortlisted: 'is_shortlisted',
|
|
248
|
-
has_committed_evaluation: 'has_committed_evaluation'
|
|
249
|
-
};
|
|
250
|
-
|
|
251
179
|
exports.Prisma.ApplicationScalarFieldEnum = {
|
|
252
180
|
id: 'id',
|
|
253
181
|
candidate_id: 'candidate_id',
|
|
@@ -258,8 +186,6 @@ exports.Prisma.ApplicationScalarFieldEnum = {
|
|
|
258
186
|
applied_at: 'applied_at',
|
|
259
187
|
evaluation_plan_id: 'evaluation_plan_id',
|
|
260
188
|
fit_check_id: 'fit_check_id',
|
|
261
|
-
recruiter_id: 'recruiter_id',
|
|
262
|
-
source_id: 'source_id',
|
|
263
189
|
round_no: 'round_no',
|
|
264
190
|
is_jaf_completed: 'is_jaf_completed',
|
|
265
191
|
on_notice_period: 'on_notice_period',
|
|
@@ -332,84 +258,6 @@ exports.Prisma.AssessmentQuestionScalarFieldEnum = {
|
|
|
332
258
|
updated_at: 'updated_at'
|
|
333
259
|
};
|
|
334
260
|
|
|
335
|
-
exports.Prisma.AssessmentRoundAnalyticsScalarFieldEnum = {
|
|
336
|
-
id: 'id',
|
|
337
|
-
organisation_id: 'organisation_id',
|
|
338
|
-
round_id: 'round_id',
|
|
339
|
-
assessment_id: 'assessment_id',
|
|
340
|
-
application_id: 'application_id',
|
|
341
|
-
candidate_id: 'candidate_id',
|
|
342
|
-
job_description_id: 'job_description_id',
|
|
343
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
344
|
-
job_code: 'job_code',
|
|
345
|
-
job_number: 'job_number',
|
|
346
|
-
role_title: 'role_title',
|
|
347
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
348
|
-
department: 'department',
|
|
349
|
-
location: 'location',
|
|
350
|
-
round_name: 'round_name',
|
|
351
|
-
evaluation_category: 'evaluation_category',
|
|
352
|
-
round_type: 'round_type',
|
|
353
|
-
round_format: 'round_format',
|
|
354
|
-
plan_order_no: 'plan_order_no',
|
|
355
|
-
plan_type: 'plan_type',
|
|
356
|
-
is_custom: 'is_custom',
|
|
357
|
-
reviewer_id: 'reviewer_id',
|
|
358
|
-
reviewer_employee_id: 'reviewer_employee_id',
|
|
359
|
-
reviewer_name: 'reviewer_name',
|
|
360
|
-
candidate_name: 'candidate_name',
|
|
361
|
-
evaluation_type: 'evaluation_type',
|
|
362
|
-
scheduled_start_at: 'scheduled_start_at',
|
|
363
|
-
scheduled_end_at: 'scheduled_end_at',
|
|
364
|
-
actual_start_at: 'actual_start_at',
|
|
365
|
-
actual_end_at: 'actual_end_at',
|
|
366
|
-
attempt_expires_at: 'attempt_expires_at',
|
|
367
|
-
evaluated_at: 'evaluated_at',
|
|
368
|
-
score: 'score',
|
|
369
|
-
status: 'status',
|
|
370
|
-
round_result: 'round_result',
|
|
371
|
-
updated_at: 'updated_at'
|
|
372
|
-
};
|
|
373
|
-
|
|
374
|
-
exports.Prisma.AssessmentRoundAnalyticsDailyScalarFieldEnum = {
|
|
375
|
-
id: 'id',
|
|
376
|
-
snapshot_date: 'snapshot_date',
|
|
377
|
-
organisation_id: 'organisation_id',
|
|
378
|
-
round_id: 'round_id',
|
|
379
|
-
assessment_id: 'assessment_id',
|
|
380
|
-
application_id: 'application_id',
|
|
381
|
-
candidate_id: 'candidate_id',
|
|
382
|
-
job_description_id: 'job_description_id',
|
|
383
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
384
|
-
job_code: 'job_code',
|
|
385
|
-
job_number: 'job_number',
|
|
386
|
-
role_title: 'role_title',
|
|
387
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
388
|
-
department: 'department',
|
|
389
|
-
location: 'location',
|
|
390
|
-
round_name: 'round_name',
|
|
391
|
-
evaluation_category: 'evaluation_category',
|
|
392
|
-
round_type: 'round_type',
|
|
393
|
-
round_format: 'round_format',
|
|
394
|
-
plan_order_no: 'plan_order_no',
|
|
395
|
-
plan_type: 'plan_type',
|
|
396
|
-
is_custom: 'is_custom',
|
|
397
|
-
reviewer_id: 'reviewer_id',
|
|
398
|
-
reviewer_employee_id: 'reviewer_employee_id',
|
|
399
|
-
reviewer_name: 'reviewer_name',
|
|
400
|
-
candidate_name: 'candidate_name',
|
|
401
|
-
evaluation_type: 'evaluation_type',
|
|
402
|
-
scheduled_start_at: 'scheduled_start_at',
|
|
403
|
-
scheduled_end_at: 'scheduled_end_at',
|
|
404
|
-
actual_start_at: 'actual_start_at',
|
|
405
|
-
actual_end_at: 'actual_end_at',
|
|
406
|
-
attempt_expires_at: 'attempt_expires_at',
|
|
407
|
-
evaluated_at: 'evaluated_at',
|
|
408
|
-
score: 'score',
|
|
409
|
-
status: 'status',
|
|
410
|
-
round_result: 'round_result'
|
|
411
|
-
};
|
|
412
|
-
|
|
413
261
|
exports.Prisma.AssignmentScalarFieldEnum = {
|
|
414
262
|
id: 'id',
|
|
415
263
|
candidate_id: 'candidate_id',
|
|
@@ -449,84 +297,6 @@ exports.Prisma.AssignmentLibraryScalarFieldEnum = {
|
|
|
449
297
|
is_active: 'is_active'
|
|
450
298
|
};
|
|
451
299
|
|
|
452
|
-
exports.Prisma.AssignmentRoundAnalyticsScalarFieldEnum = {
|
|
453
|
-
id: 'id',
|
|
454
|
-
organisation_id: 'organisation_id',
|
|
455
|
-
round_id: 'round_id',
|
|
456
|
-
assignment_id: 'assignment_id',
|
|
457
|
-
application_id: 'application_id',
|
|
458
|
-
candidate_id: 'candidate_id',
|
|
459
|
-
job_description_id: 'job_description_id',
|
|
460
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
461
|
-
job_code: 'job_code',
|
|
462
|
-
job_number: 'job_number',
|
|
463
|
-
role_title: 'role_title',
|
|
464
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
465
|
-
department: 'department',
|
|
466
|
-
location: 'location',
|
|
467
|
-
round_name: 'round_name',
|
|
468
|
-
evaluation_category: 'evaluation_category',
|
|
469
|
-
round_type: 'round_type',
|
|
470
|
-
round_format: 'round_format',
|
|
471
|
-
plan_order_no: 'plan_order_no',
|
|
472
|
-
plan_type: 'plan_type',
|
|
473
|
-
is_custom: 'is_custom',
|
|
474
|
-
reviewer_id: 'reviewer_id',
|
|
475
|
-
reviewer_employee_id: 'reviewer_employee_id',
|
|
476
|
-
reviewer_name: 'reviewer_name',
|
|
477
|
-
candidate_name: 'candidate_name',
|
|
478
|
-
evaluation_type: 'evaluation_type',
|
|
479
|
-
scheduled_start_at: 'scheduled_start_at',
|
|
480
|
-
scheduled_end_at: 'scheduled_end_at',
|
|
481
|
-
completed_at: 'completed_at',
|
|
482
|
-
evaluated_at: 'evaluated_at',
|
|
483
|
-
cancelled_at: 'cancelled_at',
|
|
484
|
-
status: 'status',
|
|
485
|
-
overall_score: 'overall_score',
|
|
486
|
-
cancel_reason: 'cancel_reason',
|
|
487
|
-
round_result: 'round_result',
|
|
488
|
-
updated_at: 'updated_at'
|
|
489
|
-
};
|
|
490
|
-
|
|
491
|
-
exports.Prisma.AssignmentRoundAnalyticsDailyScalarFieldEnum = {
|
|
492
|
-
id: 'id',
|
|
493
|
-
snapshot_date: 'snapshot_date',
|
|
494
|
-
organisation_id: 'organisation_id',
|
|
495
|
-
round_id: 'round_id',
|
|
496
|
-
assignment_id: 'assignment_id',
|
|
497
|
-
application_id: 'application_id',
|
|
498
|
-
candidate_id: 'candidate_id',
|
|
499
|
-
job_description_id: 'job_description_id',
|
|
500
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
501
|
-
job_code: 'job_code',
|
|
502
|
-
job_number: 'job_number',
|
|
503
|
-
role_title: 'role_title',
|
|
504
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
505
|
-
department: 'department',
|
|
506
|
-
location: 'location',
|
|
507
|
-
round_name: 'round_name',
|
|
508
|
-
evaluation_category: 'evaluation_category',
|
|
509
|
-
round_type: 'round_type',
|
|
510
|
-
round_format: 'round_format',
|
|
511
|
-
plan_order_no: 'plan_order_no',
|
|
512
|
-
plan_type: 'plan_type',
|
|
513
|
-
is_custom: 'is_custom',
|
|
514
|
-
reviewer_id: 'reviewer_id',
|
|
515
|
-
reviewer_employee_id: 'reviewer_employee_id',
|
|
516
|
-
reviewer_name: 'reviewer_name',
|
|
517
|
-
candidate_name: 'candidate_name',
|
|
518
|
-
evaluation_type: 'evaluation_type',
|
|
519
|
-
scheduled_start_at: 'scheduled_start_at',
|
|
520
|
-
scheduled_end_at: 'scheduled_end_at',
|
|
521
|
-
completed_at: 'completed_at',
|
|
522
|
-
evaluated_at: 'evaluated_at',
|
|
523
|
-
cancelled_at: 'cancelled_at',
|
|
524
|
-
status: 'status',
|
|
525
|
-
overall_score: 'overall_score',
|
|
526
|
-
cancel_reason: 'cancel_reason',
|
|
527
|
-
round_result: 'round_result'
|
|
528
|
-
};
|
|
529
|
-
|
|
530
300
|
exports.Prisma.AuthModuleScalarFieldEnum = {
|
|
531
301
|
id: 'id',
|
|
532
302
|
user_id: 'user_id',
|
|
@@ -722,7 +492,6 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
|
|
|
722
492
|
duration: 'duration',
|
|
723
493
|
duration_unit: 'duration_unit',
|
|
724
494
|
deadline: 'deadline',
|
|
725
|
-
category: 'category',
|
|
726
495
|
created_by: 'created_by',
|
|
727
496
|
updated_by: 'updated_by',
|
|
728
497
|
created_at: 'created_at',
|
|
@@ -896,188 +665,6 @@ exports.Prisma.InterviewNotesScalarFieldEnum = {
|
|
|
896
665
|
is_active: 'is_active'
|
|
897
666
|
};
|
|
898
667
|
|
|
899
|
-
exports.Prisma.InterviewRoundAnalyticsScalarFieldEnum = {
|
|
900
|
-
id: 'id',
|
|
901
|
-
organisation_id: 'organisation_id',
|
|
902
|
-
round_id: 'round_id',
|
|
903
|
-
interview_id: 'interview_id',
|
|
904
|
-
application_id: 'application_id',
|
|
905
|
-
candidate_id: 'candidate_id',
|
|
906
|
-
job_description_id: 'job_description_id',
|
|
907
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
908
|
-
job_code: 'job_code',
|
|
909
|
-
job_number: 'job_number',
|
|
910
|
-
role_title: 'role_title',
|
|
911
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
912
|
-
department: 'department',
|
|
913
|
-
location: 'location',
|
|
914
|
-
round_name: 'round_name',
|
|
915
|
-
evaluation_category: 'evaluation_category',
|
|
916
|
-
round_type: 'round_type',
|
|
917
|
-
round_format: 'round_format',
|
|
918
|
-
plan_order_no: 'plan_order_no',
|
|
919
|
-
plan_type: 'plan_type',
|
|
920
|
-
is_custom: 'is_custom',
|
|
921
|
-
interviewer_id: 'interviewer_id',
|
|
922
|
-
interviewer_employee_id: 'interviewer_employee_id',
|
|
923
|
-
interviewer_name: 'interviewer_name',
|
|
924
|
-
candidate_name: 'candidate_name',
|
|
925
|
-
candidate_email: 'candidate_email',
|
|
926
|
-
evaluation_type: 'evaluation_type',
|
|
927
|
-
ai_assistance_mode: 'ai_assistance_mode',
|
|
928
|
-
interview_platform: 'interview_platform',
|
|
929
|
-
interview_status: 'interview_status',
|
|
930
|
-
scheduled_start_at: 'scheduled_start_at',
|
|
931
|
-
scheduled_end_at: 'scheduled_end_at',
|
|
932
|
-
actual_start_at: 'actual_start_at',
|
|
933
|
-
actual_end_at: 'actual_end_at',
|
|
934
|
-
evaluated_at: 'evaluated_at',
|
|
935
|
-
first_assigned_at: 'first_assigned_at',
|
|
936
|
-
duration_minutes: 'duration_minutes',
|
|
937
|
-
human_rating: 'human_rating',
|
|
938
|
-
ai_rating: 'ai_rating',
|
|
939
|
-
recommendation: 'recommendation',
|
|
940
|
-
ai_disagrees_with_ai: 'ai_disagrees_with_ai',
|
|
941
|
-
difficulty_score: 'difficulty_score',
|
|
942
|
-
supportiveness_score: 'supportiveness_score',
|
|
943
|
-
topics_coverage_percent: 'topics_coverage_percent',
|
|
944
|
-
updated_at: 'updated_at'
|
|
945
|
-
};
|
|
946
|
-
|
|
947
|
-
exports.Prisma.InterviewRoundAnalyticsDailyScalarFieldEnum = {
|
|
948
|
-
id: 'id',
|
|
949
|
-
snapshot_date: 'snapshot_date',
|
|
950
|
-
organisation_id: 'organisation_id',
|
|
951
|
-
round_id: 'round_id',
|
|
952
|
-
interview_id: 'interview_id',
|
|
953
|
-
application_id: 'application_id',
|
|
954
|
-
candidate_id: 'candidate_id',
|
|
955
|
-
job_description_id: 'job_description_id',
|
|
956
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
957
|
-
job_code: 'job_code',
|
|
958
|
-
job_number: 'job_number',
|
|
959
|
-
role_title: 'role_title',
|
|
960
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
961
|
-
department: 'department',
|
|
962
|
-
location: 'location',
|
|
963
|
-
round_name: 'round_name',
|
|
964
|
-
evaluation_category: 'evaluation_category',
|
|
965
|
-
round_type: 'round_type',
|
|
966
|
-
round_format: 'round_format',
|
|
967
|
-
plan_order_no: 'plan_order_no',
|
|
968
|
-
plan_type: 'plan_type',
|
|
969
|
-
is_custom: 'is_custom',
|
|
970
|
-
interviewer_id: 'interviewer_id',
|
|
971
|
-
interviewer_employee_id: 'interviewer_employee_id',
|
|
972
|
-
interviewer_name: 'interviewer_name',
|
|
973
|
-
candidate_name: 'candidate_name',
|
|
974
|
-
candidate_email: 'candidate_email',
|
|
975
|
-
evaluation_type: 'evaluation_type',
|
|
976
|
-
ai_assistance_mode: 'ai_assistance_mode',
|
|
977
|
-
interview_platform: 'interview_platform',
|
|
978
|
-
interview_status: 'interview_status',
|
|
979
|
-
scheduled_start_at: 'scheduled_start_at',
|
|
980
|
-
scheduled_end_at: 'scheduled_end_at',
|
|
981
|
-
actual_start_at: 'actual_start_at',
|
|
982
|
-
actual_end_at: 'actual_end_at',
|
|
983
|
-
evaluated_at: 'evaluated_at',
|
|
984
|
-
first_assigned_at: 'first_assigned_at',
|
|
985
|
-
duration_minutes: 'duration_minutes',
|
|
986
|
-
human_rating: 'human_rating',
|
|
987
|
-
ai_rating: 'ai_rating',
|
|
988
|
-
recommendation: 'recommendation',
|
|
989
|
-
ai_disagrees_with_ai: 'ai_disagrees_with_ai',
|
|
990
|
-
difficulty_score: 'difficulty_score',
|
|
991
|
-
supportiveness_score: 'supportiveness_score',
|
|
992
|
-
topics_coverage_percent: 'topics_coverage_percent'
|
|
993
|
-
};
|
|
994
|
-
|
|
995
|
-
exports.Prisma.InterviewerOrganisationAnalyticsScalarFieldEnum = {
|
|
996
|
-
id: 'id',
|
|
997
|
-
organisation_id: 'organisation_id',
|
|
998
|
-
user_id: 'user_id',
|
|
999
|
-
name: 'name',
|
|
1000
|
-
employee_id: 'employee_id',
|
|
1001
|
-
interview_count: 'interview_count',
|
|
1002
|
-
accepted_count: 'accepted_count',
|
|
1003
|
-
rejected_count: 'rejected_count',
|
|
1004
|
-
unsure_count: 'unsure_count',
|
|
1005
|
-
ai_disagreement_count: 'ai_disagreement_count',
|
|
1006
|
-
ai_disagreement_percent: 'ai_disagreement_percent',
|
|
1007
|
-
avg_difficulty: 'avg_difficulty',
|
|
1008
|
-
avg_supportiveness: 'avg_supportiveness',
|
|
1009
|
-
avg_topics_coverage_percent: 'avg_topics_coverage_percent',
|
|
1010
|
-
updated_at: 'updated_at'
|
|
1011
|
-
};
|
|
1012
|
-
|
|
1013
|
-
exports.Prisma.InterviewerJobAnalyticsScalarFieldEnum = {
|
|
1014
|
-
id: 'id',
|
|
1015
|
-
organisation_id: 'organisation_id',
|
|
1016
|
-
user_id: 'user_id',
|
|
1017
|
-
job_description_id: 'job_description_id',
|
|
1018
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1019
|
-
department: 'department',
|
|
1020
|
-
location: 'location',
|
|
1021
|
-
role_title: 'role_title',
|
|
1022
|
-
job_code: 'job_code',
|
|
1023
|
-
opened_at: 'opened_at',
|
|
1024
|
-
name: 'name',
|
|
1025
|
-
employee_id: 'employee_id',
|
|
1026
|
-
interview_count: 'interview_count',
|
|
1027
|
-
accepted_count: 'accepted_count',
|
|
1028
|
-
rejected_count: 'rejected_count',
|
|
1029
|
-
unsure_count: 'unsure_count',
|
|
1030
|
-
ai_disagreement_count: 'ai_disagreement_count',
|
|
1031
|
-
ai_disagreement_percent: 'ai_disagreement_percent',
|
|
1032
|
-
avg_difficulty: 'avg_difficulty',
|
|
1033
|
-
avg_supportiveness: 'avg_supportiveness',
|
|
1034
|
-
avg_topics_coverage_percent: 'avg_topics_coverage_percent',
|
|
1035
|
-
updated_at: 'updated_at'
|
|
1036
|
-
};
|
|
1037
|
-
|
|
1038
|
-
exports.Prisma.InterviewerOrganisationAnalyticsDailyScalarFieldEnum = {
|
|
1039
|
-
id: 'id',
|
|
1040
|
-
snapshot_date: 'snapshot_date',
|
|
1041
|
-
organisation_id: 'organisation_id',
|
|
1042
|
-
user_id: 'user_id',
|
|
1043
|
-
name: 'name',
|
|
1044
|
-
employee_id: 'employee_id',
|
|
1045
|
-
interview_count: 'interview_count',
|
|
1046
|
-
accepted_count: 'accepted_count',
|
|
1047
|
-
rejected_count: 'rejected_count',
|
|
1048
|
-
unsure_count: 'unsure_count',
|
|
1049
|
-
ai_disagreement_count: 'ai_disagreement_count',
|
|
1050
|
-
ai_disagreement_percent: 'ai_disagreement_percent',
|
|
1051
|
-
avg_difficulty: 'avg_difficulty',
|
|
1052
|
-
avg_supportiveness: 'avg_supportiveness',
|
|
1053
|
-
avg_topics_coverage_percent: 'avg_topics_coverage_percent'
|
|
1054
|
-
};
|
|
1055
|
-
|
|
1056
|
-
exports.Prisma.InterviewerJobAnalyticsDailyScalarFieldEnum = {
|
|
1057
|
-
id: 'id',
|
|
1058
|
-
snapshot_date: 'snapshot_date',
|
|
1059
|
-
organisation_id: 'organisation_id',
|
|
1060
|
-
user_id: 'user_id',
|
|
1061
|
-
job_description_id: 'job_description_id',
|
|
1062
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1063
|
-
department: 'department',
|
|
1064
|
-
location: 'location',
|
|
1065
|
-
role_title: 'role_title',
|
|
1066
|
-
job_code: 'job_code',
|
|
1067
|
-
opened_at: 'opened_at',
|
|
1068
|
-
name: 'name',
|
|
1069
|
-
employee_id: 'employee_id',
|
|
1070
|
-
interview_count: 'interview_count',
|
|
1071
|
-
accepted_count: 'accepted_count',
|
|
1072
|
-
rejected_count: 'rejected_count',
|
|
1073
|
-
unsure_count: 'unsure_count',
|
|
1074
|
-
ai_disagreement_count: 'ai_disagreement_count',
|
|
1075
|
-
ai_disagreement_percent: 'ai_disagreement_percent',
|
|
1076
|
-
avg_difficulty: 'avg_difficulty',
|
|
1077
|
-
avg_supportiveness: 'avg_supportiveness',
|
|
1078
|
-
avg_topics_coverage_percent: 'avg_topics_coverage_percent'
|
|
1079
|
-
};
|
|
1080
|
-
|
|
1081
668
|
exports.Prisma.JobApplicationFieldScalarFieldEnum = {
|
|
1082
669
|
id: 'id',
|
|
1083
670
|
organisation_id: 'organisation_id',
|
|
@@ -1145,10 +732,6 @@ exports.Prisma.JobDescriptionScalarFieldEnum = {
|
|
|
1145
732
|
summary: 'summary',
|
|
1146
733
|
ai_insight: 'ai_insight',
|
|
1147
734
|
job_fit_comparison: 'job_fit_comparison',
|
|
1148
|
-
target_closing_date: 'target_closing_date',
|
|
1149
|
-
closing_date: 'closing_date',
|
|
1150
|
-
job_number: 'job_number',
|
|
1151
|
-
job_code: 'job_code',
|
|
1152
735
|
created_at: 'created_at',
|
|
1153
736
|
updated_at: 'updated_at',
|
|
1154
737
|
created_by: 'created_by',
|
|
@@ -1198,54 +781,6 @@ exports.Prisma.JobProfileScalarFieldEnum = {
|
|
|
1198
781
|
is_active: 'is_active'
|
|
1199
782
|
};
|
|
1200
783
|
|
|
1201
|
-
exports.Prisma.JobRoundAnalyticsScalarFieldEnum = {
|
|
1202
|
-
id: 'id',
|
|
1203
|
-
organisation_id: 'organisation_id',
|
|
1204
|
-
job_description_id: 'job_description_id',
|
|
1205
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
1206
|
-
round_name: 'round_name',
|
|
1207
|
-
evaluation_category: 'evaluation_category',
|
|
1208
|
-
job_code: 'job_code',
|
|
1209
|
-
role_title: 'role_title',
|
|
1210
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1211
|
-
plan_order_no: 'plan_order_no',
|
|
1212
|
-
plan_type: 'plan_type',
|
|
1213
|
-
is_custom: 'is_custom',
|
|
1214
|
-
assigned_count: 'assigned_count',
|
|
1215
|
-
completed_count: 'completed_count',
|
|
1216
|
-
passed_count: 'passed_count',
|
|
1217
|
-
failed_count: 'failed_count',
|
|
1218
|
-
withdrawn_count: 'withdrawn_count',
|
|
1219
|
-
no_show_count: 'no_show_count',
|
|
1220
|
-
total_completion_minutes: 'total_completion_minutes',
|
|
1221
|
-
avg_completion_minutes: 'avg_completion_minutes',
|
|
1222
|
-
updated_at: 'updated_at'
|
|
1223
|
-
};
|
|
1224
|
-
|
|
1225
|
-
exports.Prisma.JobRoundAnalyticsDailyScalarFieldEnum = {
|
|
1226
|
-
id: 'id',
|
|
1227
|
-
snapshot_date: 'snapshot_date',
|
|
1228
|
-
organisation_id: 'organisation_id',
|
|
1229
|
-
job_description_id: 'job_description_id',
|
|
1230
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
1231
|
-
round_name: 'round_name',
|
|
1232
|
-
evaluation_category: 'evaluation_category',
|
|
1233
|
-
job_code: 'job_code',
|
|
1234
|
-
role_title: 'role_title',
|
|
1235
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1236
|
-
plan_order_no: 'plan_order_no',
|
|
1237
|
-
plan_type: 'plan_type',
|
|
1238
|
-
is_custom: 'is_custom',
|
|
1239
|
-
assigned_count: 'assigned_count',
|
|
1240
|
-
completed_count: 'completed_count',
|
|
1241
|
-
passed_count: 'passed_count',
|
|
1242
|
-
failed_count: 'failed_count',
|
|
1243
|
-
withdrawn_count: 'withdrawn_count',
|
|
1244
|
-
no_show_count: 'no_show_count',
|
|
1245
|
-
total_completion_minutes: 'total_completion_minutes',
|
|
1246
|
-
avg_completion_minutes: 'avg_completion_minutes'
|
|
1247
|
-
};
|
|
1248
|
-
|
|
1249
784
|
exports.Prisma.LiveAnalysisScalarFieldEnum = {
|
|
1250
785
|
id: 'id',
|
|
1251
786
|
interview_id: 'interview_id',
|
|
@@ -1311,7 +846,6 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
|
|
|
1311
846
|
deadline: 'deadline',
|
|
1312
847
|
duration_unit: 'duration_unit',
|
|
1313
848
|
details: 'details',
|
|
1314
|
-
category: 'category',
|
|
1315
849
|
created_at: 'created_at',
|
|
1316
850
|
updated_at: 'updated_at',
|
|
1317
851
|
created_by: 'created_by',
|
|
@@ -1320,64 +854,6 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
|
|
|
1320
854
|
is_current: 'is_current'
|
|
1321
855
|
};
|
|
1322
856
|
|
|
1323
|
-
exports.Prisma.OpenJobAnalyticsScalarFieldEnum = {
|
|
1324
|
-
id: 'id',
|
|
1325
|
-
organisation_id: 'organisation_id',
|
|
1326
|
-
job_description_id: 'job_description_id',
|
|
1327
|
-
job_code: 'job_code',
|
|
1328
|
-
job_number: 'job_number',
|
|
1329
|
-
role_title: 'role_title',
|
|
1330
|
-
department: 'department',
|
|
1331
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1332
|
-
hiring_manager_name: 'hiring_manager_name',
|
|
1333
|
-
location: 'location',
|
|
1334
|
-
compensation: 'compensation',
|
|
1335
|
-
vacancies: 'vacancies',
|
|
1336
|
-
opened_at: 'opened_at',
|
|
1337
|
-
target_closing_date: 'target_closing_date',
|
|
1338
|
-
closing_date: 'closing_date',
|
|
1339
|
-
is_open: 'is_open',
|
|
1340
|
-
closure_type: 'closure_type',
|
|
1341
|
-
time_to_hire_days: 'time_to_hire_days',
|
|
1342
|
-
application_count: 'application_count',
|
|
1343
|
-
in_consideration_count: 'in_consideration_count',
|
|
1344
|
-
shortlisted_count: 'shortlisted_count',
|
|
1345
|
-
filtered_count: 'filtered_count',
|
|
1346
|
-
in_evaluation_count: 'in_evaluation_count',
|
|
1347
|
-
offered_count: 'offered_count',
|
|
1348
|
-
hired_count: 'hired_count',
|
|
1349
|
-
updated_at: 'updated_at'
|
|
1350
|
-
};
|
|
1351
|
-
|
|
1352
|
-
exports.Prisma.OpenJobAnalyticsDailyScalarFieldEnum = {
|
|
1353
|
-
id: 'id',
|
|
1354
|
-
snapshot_date: 'snapshot_date',
|
|
1355
|
-
organisation_id: 'organisation_id',
|
|
1356
|
-
job_description_id: 'job_description_id',
|
|
1357
|
-
job_code: 'job_code',
|
|
1358
|
-
job_number: 'job_number',
|
|
1359
|
-
role_title: 'role_title',
|
|
1360
|
-
department: 'department',
|
|
1361
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1362
|
-
hiring_manager_name: 'hiring_manager_name',
|
|
1363
|
-
location: 'location',
|
|
1364
|
-
compensation: 'compensation',
|
|
1365
|
-
vacancies: 'vacancies',
|
|
1366
|
-
opened_at: 'opened_at',
|
|
1367
|
-
target_closing_date: 'target_closing_date',
|
|
1368
|
-
closing_date: 'closing_date',
|
|
1369
|
-
is_open: 'is_open',
|
|
1370
|
-
closure_type: 'closure_type',
|
|
1371
|
-
time_to_hire_days: 'time_to_hire_days',
|
|
1372
|
-
application_count: 'application_count',
|
|
1373
|
-
in_consideration_count: 'in_consideration_count',
|
|
1374
|
-
shortlisted_count: 'shortlisted_count',
|
|
1375
|
-
filtered_count: 'filtered_count',
|
|
1376
|
-
in_evaluation_count: 'in_evaluation_count',
|
|
1377
|
-
offered_count: 'offered_count',
|
|
1378
|
-
hired_count: 'hired_count'
|
|
1379
|
-
};
|
|
1380
|
-
|
|
1381
857
|
exports.Prisma.OrganisationScalarFieldEnum = {
|
|
1382
858
|
id: 'id',
|
|
1383
859
|
name: 'name',
|
|
@@ -1396,8 +872,6 @@ exports.Prisma.OrganisationScalarFieldEnum = {
|
|
|
1396
872
|
is_active: 'is_active',
|
|
1397
873
|
alias: 'alias',
|
|
1398
874
|
logo: 'logo',
|
|
1399
|
-
job_sequence: 'job_sequence',
|
|
1400
|
-
employee_sequence: 'employee_sequence',
|
|
1401
875
|
timezone: 'timezone'
|
|
1402
876
|
};
|
|
1403
877
|
|
|
@@ -1420,46 +894,6 @@ exports.Prisma.PermissionScalarFieldEnum = {
|
|
|
1420
894
|
is_active: 'is_active'
|
|
1421
895
|
};
|
|
1422
896
|
|
|
1423
|
-
exports.Prisma.PipelineDistributionAnalyticsScalarFieldEnum = {
|
|
1424
|
-
id: 'id',
|
|
1425
|
-
organisation_id: 'organisation_id',
|
|
1426
|
-
job_description_id: 'job_description_id',
|
|
1427
|
-
job_code: 'job_code',
|
|
1428
|
-
job_number: 'job_number',
|
|
1429
|
-
role_title: 'role_title',
|
|
1430
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1431
|
-
application_count: 'application_count',
|
|
1432
|
-
filtered_in_count: 'filtered_in_count',
|
|
1433
|
-
min_fit_score: 'min_fit_score',
|
|
1434
|
-
experience_screening_count: 'experience_screening_count',
|
|
1435
|
-
technical_screening_count: 'technical_screening_count',
|
|
1436
|
-
technical_interview_count: 'technical_interview_count',
|
|
1437
|
-
business_round_count: 'business_round_count',
|
|
1438
|
-
behavioral_round_count: 'behavioral_round_count',
|
|
1439
|
-
shortlisted_count: 'shortlisted_count',
|
|
1440
|
-
updated_at: 'updated_at'
|
|
1441
|
-
};
|
|
1442
|
-
|
|
1443
|
-
exports.Prisma.PipelineDistributionAnalyticsDailyScalarFieldEnum = {
|
|
1444
|
-
id: 'id',
|
|
1445
|
-
snapshot_date: 'snapshot_date',
|
|
1446
|
-
organisation_id: 'organisation_id',
|
|
1447
|
-
job_description_id: 'job_description_id',
|
|
1448
|
-
job_code: 'job_code',
|
|
1449
|
-
job_number: 'job_number',
|
|
1450
|
-
role_title: 'role_title',
|
|
1451
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1452
|
-
application_count: 'application_count',
|
|
1453
|
-
filtered_in_count: 'filtered_in_count',
|
|
1454
|
-
min_fit_score: 'min_fit_score',
|
|
1455
|
-
experience_screening_count: 'experience_screening_count',
|
|
1456
|
-
technical_screening_count: 'technical_screening_count',
|
|
1457
|
-
technical_interview_count: 'technical_interview_count',
|
|
1458
|
-
business_round_count: 'business_round_count',
|
|
1459
|
-
behavioral_round_count: 'behavioral_round_count',
|
|
1460
|
-
shortlisted_count: 'shortlisted_count'
|
|
1461
|
-
};
|
|
1462
|
-
|
|
1463
897
|
exports.Prisma.AsyncOperationScalarFieldEnum = {
|
|
1464
898
|
id: 'id',
|
|
1465
899
|
operation_name: 'operation_name',
|
|
@@ -1508,29 +942,6 @@ exports.Prisma.RefreshTokenScalarFieldEnum = {
|
|
|
1508
942
|
updated_at: 'updated_at'
|
|
1509
943
|
};
|
|
1510
944
|
|
|
1511
|
-
exports.Prisma.ReportingOverviewJobAnalyticsScalarFieldEnum = {
|
|
1512
|
-
id: 'id',
|
|
1513
|
-
organisation_id: 'organisation_id',
|
|
1514
|
-
job_description_id: 'job_description_id',
|
|
1515
|
-
job_code: 'job_code',
|
|
1516
|
-
job_number: 'job_number',
|
|
1517
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1518
|
-
opened_at: 'opened_at',
|
|
1519
|
-
target_closing_date: 'target_closing_date',
|
|
1520
|
-
closing_date: 'closing_date',
|
|
1521
|
-
is_open: 'is_open',
|
|
1522
|
-
closure_type: 'closure_type',
|
|
1523
|
-
time_to_hire_days: 'time_to_hire_days',
|
|
1524
|
-
in_consideration_count: 'in_consideration_count',
|
|
1525
|
-
updated_at: 'updated_at'
|
|
1526
|
-
};
|
|
1527
|
-
|
|
1528
|
-
exports.Prisma.ReportingOverviewJobRecruiterScalarFieldEnum = {
|
|
1529
|
-
id: 'id',
|
|
1530
|
-
job_description_id: 'job_description_id',
|
|
1531
|
-
recruiter_user_id: 'recruiter_user_id'
|
|
1532
|
-
};
|
|
1533
|
-
|
|
1534
945
|
exports.Prisma.ResumeScalarFieldEnum = {
|
|
1535
946
|
id: 'id',
|
|
1536
947
|
user_id: 'user_id',
|
|
@@ -1538,6 +949,8 @@ exports.Prisma.ResumeScalarFieldEnum = {
|
|
|
1538
949
|
job_description_id: 'job_description_id',
|
|
1539
950
|
uploaded_resume_path: 'uploaded_resume_path',
|
|
1540
951
|
document_id: 'document_id',
|
|
952
|
+
rendered_export_document_id: 'rendered_export_document_id',
|
|
953
|
+
resume_template_id: 'resume_template_id',
|
|
1541
954
|
file_hash: 'file_hash',
|
|
1542
955
|
summary: 'summary',
|
|
1543
956
|
created_at: 'created_at',
|
|
@@ -1561,134 +974,6 @@ exports.Prisma.ResumeDataScalarFieldEnum = {
|
|
|
1561
974
|
is_active: 'is_active'
|
|
1562
975
|
};
|
|
1563
976
|
|
|
1564
|
-
exports.Prisma.RoundAnalyticsScalarFieldEnum = {
|
|
1565
|
-
id: 'id',
|
|
1566
|
-
organisation_id: 'organisation_id',
|
|
1567
|
-
application_id: 'application_id',
|
|
1568
|
-
candidate_id: 'candidate_id',
|
|
1569
|
-
job_description_id: 'job_description_id',
|
|
1570
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
1571
|
-
round_id: 'round_id',
|
|
1572
|
-
round_name: 'round_name',
|
|
1573
|
-
evaluation_category: 'evaluation_category',
|
|
1574
|
-
round_type: 'round_type',
|
|
1575
|
-
assigned_at: 'assigned_at',
|
|
1576
|
-
scheduled_at: 'scheduled_at',
|
|
1577
|
-
started_at: 'started_at',
|
|
1578
|
-
completed_at: 'completed_at',
|
|
1579
|
-
evaluated_at: 'evaluated_at',
|
|
1580
|
-
round_completed_at: 'round_completed_at',
|
|
1581
|
-
round_created_at: 'round_created_at',
|
|
1582
|
-
round_result: 'round_result',
|
|
1583
|
-
round_result_at: 'round_result_at',
|
|
1584
|
-
scheduling_duration_minutes: 'scheduling_duration_minutes',
|
|
1585
|
-
round_duration_minutes: 'round_duration_minutes',
|
|
1586
|
-
feedback_duration_minutes: 'feedback_duration_minutes',
|
|
1587
|
-
decision_duration_minutes: 'decision_duration_minutes',
|
|
1588
|
-
total_round_duration_minutes: 'total_round_duration_minutes',
|
|
1589
|
-
is_custom: 'is_custom',
|
|
1590
|
-
created_at: 'created_at',
|
|
1591
|
-
updated_at: 'updated_at'
|
|
1592
|
-
};
|
|
1593
|
-
|
|
1594
|
-
exports.Prisma.RoundAnalyticsDailyScalarFieldEnum = {
|
|
1595
|
-
id: 'id',
|
|
1596
|
-
snapshot_date: 'snapshot_date',
|
|
1597
|
-
organisation_id: 'organisation_id',
|
|
1598
|
-
application_id: 'application_id',
|
|
1599
|
-
candidate_id: 'candidate_id',
|
|
1600
|
-
job_description_id: 'job_description_id',
|
|
1601
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
1602
|
-
round_id: 'round_id',
|
|
1603
|
-
round_name: 'round_name',
|
|
1604
|
-
evaluation_category: 'evaluation_category',
|
|
1605
|
-
round_type: 'round_type',
|
|
1606
|
-
assigned_at: 'assigned_at',
|
|
1607
|
-
scheduled_at: 'scheduled_at',
|
|
1608
|
-
started_at: 'started_at',
|
|
1609
|
-
completed_at: 'completed_at',
|
|
1610
|
-
evaluated_at: 'evaluated_at',
|
|
1611
|
-
round_completed_at: 'round_completed_at',
|
|
1612
|
-
round_created_at: 'round_created_at',
|
|
1613
|
-
round_result: 'round_result',
|
|
1614
|
-
round_result_at: 'round_result_at',
|
|
1615
|
-
scheduling_duration_minutes: 'scheduling_duration_minutes',
|
|
1616
|
-
round_duration_minutes: 'round_duration_minutes',
|
|
1617
|
-
feedback_duration_minutes: 'feedback_duration_minutes',
|
|
1618
|
-
decision_duration_minutes: 'decision_duration_minutes',
|
|
1619
|
-
total_round_duration_minutes: 'total_round_duration_minutes',
|
|
1620
|
-
is_custom: 'is_custom'
|
|
1621
|
-
};
|
|
1622
|
-
|
|
1623
|
-
exports.Prisma.SourceScalarFieldEnum = {
|
|
1624
|
-
id: 'id',
|
|
1625
|
-
organisation_id: 'organisation_id',
|
|
1626
|
-
name: 'name',
|
|
1627
|
-
category: 'category',
|
|
1628
|
-
parent_source_id: 'parent_source_id',
|
|
1629
|
-
colour: 'colour',
|
|
1630
|
-
description: 'description',
|
|
1631
|
-
is_active: 'is_active',
|
|
1632
|
-
created_at: 'created_at',
|
|
1633
|
-
updated_at: 'updated_at'
|
|
1634
|
-
};
|
|
1635
|
-
|
|
1636
|
-
exports.Prisma.SourceEffectivenessAnalyticsScalarFieldEnum = {
|
|
1637
|
-
id: 'id',
|
|
1638
|
-
organisation_id: 'organisation_id',
|
|
1639
|
-
job_description_id: 'job_description_id',
|
|
1640
|
-
source_id: 'source_id',
|
|
1641
|
-
source_name: 'source_name',
|
|
1642
|
-
source_category: 'source_category',
|
|
1643
|
-
source_colour: 'source_colour',
|
|
1644
|
-
job_code: 'job_code',
|
|
1645
|
-
job_number: 'job_number',
|
|
1646
|
-
role_title: 'role_title',
|
|
1647
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1648
|
-
applications_count: 'applications_count',
|
|
1649
|
-
screened_count: 'screened_count',
|
|
1650
|
-
evaluated_count: 'evaluated_count',
|
|
1651
|
-
rejected_count: 'rejected_count',
|
|
1652
|
-
shortlisted_count: 'shortlisted_count',
|
|
1653
|
-
offered_count: 'offered_count',
|
|
1654
|
-
offer_accepted_count: 'offer_accepted_count',
|
|
1655
|
-
offer_declined_count: 'offer_declined_count',
|
|
1656
|
-
withdrawn_count: 'withdrawn_count',
|
|
1657
|
-
hired_count: 'hired_count',
|
|
1658
|
-
total_fit_score: 'total_fit_score',
|
|
1659
|
-
fit_score_sample_count: 'fit_score_sample_count',
|
|
1660
|
-
average_fit_score: 'average_fit_score',
|
|
1661
|
-
updated_at: 'updated_at'
|
|
1662
|
-
};
|
|
1663
|
-
|
|
1664
|
-
exports.Prisma.SourceEffectivenessAnalyticsDailyScalarFieldEnum = {
|
|
1665
|
-
id: 'id',
|
|
1666
|
-
snapshot_date: 'snapshot_date',
|
|
1667
|
-
organisation_id: 'organisation_id',
|
|
1668
|
-
job_description_id: 'job_description_id',
|
|
1669
|
-
source_id: 'source_id',
|
|
1670
|
-
source_name: 'source_name',
|
|
1671
|
-
source_category: 'source_category',
|
|
1672
|
-
source_colour: 'source_colour',
|
|
1673
|
-
job_code: 'job_code',
|
|
1674
|
-
job_number: 'job_number',
|
|
1675
|
-
role_title: 'role_title',
|
|
1676
|
-
hiring_manager_id: 'hiring_manager_id',
|
|
1677
|
-
applications_count: 'applications_count',
|
|
1678
|
-
screened_count: 'screened_count',
|
|
1679
|
-
evaluated_count: 'evaluated_count',
|
|
1680
|
-
rejected_count: 'rejected_count',
|
|
1681
|
-
shortlisted_count: 'shortlisted_count',
|
|
1682
|
-
offered_count: 'offered_count',
|
|
1683
|
-
offer_accepted_count: 'offer_accepted_count',
|
|
1684
|
-
offer_declined_count: 'offer_declined_count',
|
|
1685
|
-
withdrawn_count: 'withdrawn_count',
|
|
1686
|
-
hired_count: 'hired_count',
|
|
1687
|
-
total_fit_score: 'total_fit_score',
|
|
1688
|
-
fit_score_sample_count: 'fit_score_sample_count',
|
|
1689
|
-
average_fit_score: 'average_fit_score'
|
|
1690
|
-
};
|
|
1691
|
-
|
|
1692
977
|
exports.Prisma.SuggestionScalarFieldEnum = {
|
|
1693
978
|
id: 'id',
|
|
1694
979
|
interview_id: 'interview_id',
|
|
@@ -1759,9 +1044,7 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
1759
1044
|
ethnicity: 'ethnicity',
|
|
1760
1045
|
veteran_status: 'veteran_status',
|
|
1761
1046
|
disability_status: 'disability_status',
|
|
1762
|
-
professional_expertise: 'professional_expertise'
|
|
1763
|
-
employee_number: 'employee_number',
|
|
1764
|
-
employee_code: 'employee_code'
|
|
1047
|
+
professional_expertise: 'professional_expertise'
|
|
1765
1048
|
};
|
|
1766
1049
|
|
|
1767
1050
|
exports.Prisma.UserProfileScalarFieldEnum = {
|
|
@@ -1858,163 +1141,24 @@ exports.ActionStatus = exports.$Enums.ActionStatus = {
|
|
|
1858
1141
|
CANCELLED: 'CANCELLED'
|
|
1859
1142
|
};
|
|
1860
1143
|
|
|
1861
|
-
exports.ActivityEventType = exports.$Enums.ActivityEventType = {
|
|
1862
|
-
APPLICATION_CREATED: 'APPLICATION_CREATED',
|
|
1863
|
-
APPLICATION_STARTED: 'APPLICATION_STARTED',
|
|
1864
|
-
APPLICATION_REJECTED: 'APPLICATION_REJECTED',
|
|
1865
|
-
APPLICATION_SHORTLISTED: 'APPLICATION_SHORTLISTED',
|
|
1866
|
-
FIT_CHECK_COMPLETED: 'FIT_CHECK_COMPLETED',
|
|
1867
|
-
ROUND_ASSIGNED: 'ROUND_ASSIGNED',
|
|
1868
|
-
ROUND_COMPLETED: 'ROUND_COMPLETED',
|
|
1869
|
-
ROUND_PASSED: 'ROUND_PASSED',
|
|
1870
|
-
ROUND_FAILED: 'ROUND_FAILED',
|
|
1871
|
-
INTERVIEW_CREATED: 'INTERVIEW_CREATED',
|
|
1872
|
-
INTERVIEW_SCHEDULED: 'INTERVIEW_SCHEDULED',
|
|
1873
|
-
INTERVIEW_RESCHEDULED: 'INTERVIEW_RESCHEDULED',
|
|
1874
|
-
INTERVIEW_CANCELLED: 'INTERVIEW_CANCELLED',
|
|
1875
|
-
INTERVIEW_STARTED: 'INTERVIEW_STARTED',
|
|
1876
|
-
INTERVIEW_COMPLETED: 'INTERVIEW_COMPLETED',
|
|
1877
|
-
INTERVIEW_NO_SHOW: 'INTERVIEW_NO_SHOW',
|
|
1878
|
-
INTERVIEW_EVALUATION_PENDING: 'INTERVIEW_EVALUATION_PENDING',
|
|
1879
|
-
INTERVIEW_EVALUATED: 'INTERVIEW_EVALUATED',
|
|
1880
|
-
FEEDBACK_SUBMITTED: 'FEEDBACK_SUBMITTED',
|
|
1881
|
-
ASSIGNMENT_CREATED: 'ASSIGNMENT_CREATED',
|
|
1882
|
-
ASSIGNMENT_STARTED: 'ASSIGNMENT_STARTED',
|
|
1883
|
-
ASSIGNMENT_COMPLETED: 'ASSIGNMENT_COMPLETED',
|
|
1884
|
-
ASSIGNMENT_CANCELLED: 'ASSIGNMENT_CANCELLED',
|
|
1885
|
-
ASSIGNMENT_EVALUATED: 'ASSIGNMENT_EVALUATED',
|
|
1886
|
-
ASSESSMENT_CREATED: 'ASSESSMENT_CREATED',
|
|
1887
|
-
ASSESSMENT_STARTED: 'ASSESSMENT_STARTED',
|
|
1888
|
-
ASSESSMENT_COMPLETED: 'ASSESSMENT_COMPLETED',
|
|
1889
|
-
ASSESSMENT_CANCELLED: 'ASSESSMENT_CANCELLED',
|
|
1890
|
-
ASSESSMENT_EVALUATED: 'ASSESSMENT_EVALUATED',
|
|
1891
|
-
JOB_CREATED: 'JOB_CREATED',
|
|
1892
|
-
JOB_PUBLISHED: 'JOB_PUBLISHED',
|
|
1893
|
-
JOB_CLOSED: 'JOB_CLOSED',
|
|
1894
|
-
JOB_DEACTIVATED: 'JOB_DEACTIVATED',
|
|
1895
|
-
USER_INVITED: 'USER_INVITED',
|
|
1896
|
-
USER_INVITATION_RESENT: 'USER_INVITATION_RESENT',
|
|
1897
|
-
USER_CREATED: 'USER_CREATED',
|
|
1898
|
-
USER_INVITATION_ACCEPTED: 'USER_INVITATION_ACCEPTED',
|
|
1899
|
-
USER_INVITATION_EXPIRED: 'USER_INVITATION_EXPIRED',
|
|
1900
|
-
USER_DEACTIVATED: 'USER_DEACTIVATED',
|
|
1901
|
-
USER_REACTIVATED: 'USER_REACTIVATED',
|
|
1902
|
-
USER_ROLE_CHANGED: 'USER_ROLE_CHANGED',
|
|
1903
|
-
USER_PROFILE_COMPLETED: 'USER_PROFILE_COMPLETED',
|
|
1904
|
-
CANDIDATE_REGISTERED: 'CANDIDATE_REGISTERED',
|
|
1905
|
-
CANDIDATE_CREATED: 'CANDIDATE_CREATED',
|
|
1906
|
-
CANDIDATE_PROFILE_COMPLETED: 'CANDIDATE_PROFILE_COMPLETED',
|
|
1907
|
-
EVALUATION_PLAN_CREATED: 'EVALUATION_PLAN_CREATED',
|
|
1908
|
-
EVALUATION_PLAN_PUBLISHED: 'EVALUATION_PLAN_PUBLISHED',
|
|
1909
|
-
EVALUATION_PLAN_DELETED: 'EVALUATION_PLAN_DELETED',
|
|
1910
|
-
EVALUATION_PLAN_UPDATED: 'EVALUATION_PLAN_UPDATED',
|
|
1911
|
-
STATUS_CHANGED: 'STATUS_CHANGED',
|
|
1912
|
-
CUSTOM: 'CUSTOM'
|
|
1913
|
-
};
|
|
1914
|
-
|
|
1915
|
-
exports.ActivityEntityType = exports.$Enums.ActivityEntityType = {
|
|
1916
|
-
APPLICATION: 'APPLICATION',
|
|
1917
|
-
CANDIDATE: 'CANDIDATE',
|
|
1918
|
-
JOB: 'JOB',
|
|
1919
|
-
ONGOING_EVALUATION: 'ONGOING_EVALUATION',
|
|
1920
|
-
EVALUATION_PLAN: 'EVALUATION_PLAN',
|
|
1921
|
-
INTERVIEW: 'INTERVIEW',
|
|
1922
|
-
ASSIGNMENT: 'ASSIGNMENT',
|
|
1923
|
-
ASSESSMENT: 'ASSESSMENT',
|
|
1924
|
-
ORGANISATION: 'ORGANISATION',
|
|
1925
|
-
USER: 'USER'
|
|
1926
|
-
};
|
|
1927
|
-
|
|
1928
|
-
exports.ActivityEntityActorType = exports.$Enums.ActivityEntityActorType = {
|
|
1929
|
-
USER: 'USER',
|
|
1930
|
-
SYSTEM: 'SYSTEM',
|
|
1931
|
-
AI_AGENT: 'AI_AGENT',
|
|
1932
|
-
WEBHOOK: 'WEBHOOK'
|
|
1933
|
-
};
|
|
1934
|
-
|
|
1935
1144
|
exports.ActivityActorType = exports.$Enums.ActivityActorType = {
|
|
1936
1145
|
USER: 'USER',
|
|
1937
1146
|
AI: 'AI',
|
|
1938
1147
|
SYSTEM: 'SYSTEM'
|
|
1939
1148
|
};
|
|
1940
1149
|
|
|
1941
|
-
exports.SourceCategory = exports.$Enums.SourceCategory = {
|
|
1942
|
-
JOB_BOARD: 'JOB_BOARD',
|
|
1943
|
-
REFERRAL: 'REFERRAL',
|
|
1944
|
-
AGENCY: 'AGENCY',
|
|
1945
|
-
SOCIAL_MEDIA: 'SOCIAL_MEDIA',
|
|
1946
|
-
CAREERS_PAGE: 'CAREERS_PAGE',
|
|
1947
|
-
EVENT: 'EVENT',
|
|
1948
|
-
OTHER: 'OTHER'
|
|
1949
|
-
};
|
|
1950
|
-
|
|
1951
|
-
exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
|
|
1952
|
-
PENDING: 'PENDING',
|
|
1953
|
-
IN_PROGRESS: 'IN_PROGRESS',
|
|
1954
|
-
SELECTED: 'SELECTED',
|
|
1955
|
-
SHORTLISTED: 'SHORTLISTED',
|
|
1956
|
-
REJECTED: 'REJECTED'
|
|
1957
|
-
};
|
|
1958
|
-
|
|
1959
1150
|
exports.FitCheckStatus = exports.$Enums.FitCheckStatus = {
|
|
1960
1151
|
RECOMMENDED: 'RECOMMENDED',
|
|
1961
1152
|
TO_REVIEW: 'TO_REVIEW',
|
|
1962
1153
|
NOT_RECOMMENDED: 'NOT_RECOMMENDED'
|
|
1963
1154
|
};
|
|
1964
1155
|
|
|
1965
|
-
exports.
|
|
1966
|
-
|
|
1967
|
-
TECHNICAL_SCREENING: 'TECHNICAL_SCREENING',
|
|
1968
|
-
TECHNICAL_INTERVIEW: 'TECHNICAL_INTERVIEW',
|
|
1969
|
-
BUSINESS_ROUND: 'BUSINESS_ROUND',
|
|
1970
|
-
BEHAVIORAL_ROUND: 'BEHAVIORAL_ROUND'
|
|
1971
|
-
};
|
|
1972
|
-
|
|
1973
|
-
exports.RoundType = exports.$Enums.RoundType = {
|
|
1974
|
-
ASSESSMENT: 'ASSESSMENT',
|
|
1975
|
-
INTERVIEW: 'INTERVIEW',
|
|
1976
|
-
ASSIGNMENT: 'ASSIGNMENT',
|
|
1977
|
-
SCREENING: 'SCREENING'
|
|
1978
|
-
};
|
|
1979
|
-
|
|
1980
|
-
exports.EvaluationRoundFormat = exports.$Enums.EvaluationRoundFormat = {
|
|
1981
|
-
PHONE_CALL: 'PHONE_CALL',
|
|
1982
|
-
VIDEO_CALL_AI_ASSISTED: 'VIDEO_CALL_AI_ASSISTED',
|
|
1983
|
-
VIDEO_CALL_UNASSISTED: 'VIDEO_CALL_UNASSISTED',
|
|
1984
|
-
AI_GENERATED_TEST: 'AI_GENERATED_TEST',
|
|
1985
|
-
UPLOADED_TEST: 'UPLOADED_TEST',
|
|
1986
|
-
EXTERNAL_PLATFORM: 'EXTERNAL_PLATFORM',
|
|
1987
|
-
AI_GENERATED_ASSIGNMENT: 'AI_GENERATED_ASSIGNMENT',
|
|
1988
|
-
UPLOADED_ASSIGNMENT: 'UPLOADED_ASSIGNMENT',
|
|
1989
|
-
TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
|
|
1990
|
-
EXTERNAL_VIDEO_AI_ASSISTED: 'EXTERNAL_VIDEO_AI_ASSISTED',
|
|
1991
|
-
EXTERNAL_VIDEO_UNASSISTED: 'EXTERNAL_VIDEO_UNASSISTED'
|
|
1992
|
-
};
|
|
1993
|
-
|
|
1994
|
-
exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
|
|
1995
|
-
CUSTOM: 'CUSTOM',
|
|
1996
|
-
GENERIC: 'GENERIC',
|
|
1997
|
-
DELETED: 'DELETED'
|
|
1998
|
-
};
|
|
1999
|
-
|
|
2000
|
-
exports.EvaluationType = exports.$Enums.EvaluationType = {
|
|
2001
|
-
TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
|
|
2002
|
-
TREADSPACE_FULL_AI: 'TREADSPACE_FULL_AI',
|
|
2003
|
-
EXTERNAL_AI_ASSISTED: 'EXTERNAL_AI_ASSISTED',
|
|
2004
|
-
NON_AI_ASSISTED: 'NON_AI_ASSISTED'
|
|
2005
|
-
};
|
|
2006
|
-
|
|
2007
|
-
exports.AssessmentRoundStatus = exports.$Enums.AssessmentRoundStatus = {
|
|
2008
|
-
SCHEDULED: 'SCHEDULED',
|
|
1156
|
+
exports.ApplicationStatus = exports.$Enums.ApplicationStatus = {
|
|
1157
|
+
PENDING: 'PENDING',
|
|
2009
1158
|
IN_PROGRESS: 'IN_PROGRESS',
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
};
|
|
2014
|
-
|
|
2015
|
-
exports.RoundResult = exports.$Enums.RoundResult = {
|
|
2016
|
-
PASSED: 'PASSED',
|
|
2017
|
-
FAILED: 'FAILED'
|
|
1159
|
+
SHORTLISTED: 'SHORTLISTED',
|
|
1160
|
+
SELECTED: 'SELECTED',
|
|
1161
|
+
REJECTED: 'REJECTED'
|
|
2018
1162
|
};
|
|
2019
1163
|
|
|
2020
1164
|
exports.AssignmentStatus = exports.$Enums.AssignmentStatus = {
|
|
@@ -2078,6 +1222,40 @@ exports.CommMessageStatus = exports.$Enums.CommMessageStatus = {
|
|
|
2078
1222
|
RECEIVED: 'RECEIVED'
|
|
2079
1223
|
};
|
|
2080
1224
|
|
|
1225
|
+
exports.EvaluationRoundFormat = exports.$Enums.EvaluationRoundFormat = {
|
|
1226
|
+
PHONE_CALL: 'PHONE_CALL',
|
|
1227
|
+
VIDEO_CALL_AI_ASSISTED: 'VIDEO_CALL_AI_ASSISTED',
|
|
1228
|
+
VIDEO_CALL_UNASSISTED: 'VIDEO_CALL_UNASSISTED',
|
|
1229
|
+
AI_GENERATED_TEST: 'AI_GENERATED_TEST',
|
|
1230
|
+
UPLOADED_TEST: 'UPLOADED_TEST',
|
|
1231
|
+
EXTERNAL_PLATFORM: 'EXTERNAL_PLATFORM',
|
|
1232
|
+
AI_GENERATED_ASSIGNMENT: 'AI_GENERATED_ASSIGNMENT',
|
|
1233
|
+
UPLOADED_ASSIGNMENT: 'UPLOADED_ASSIGNMENT',
|
|
1234
|
+
TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
|
|
1235
|
+
EXTERNAL_VIDEO_AI_ASSISTED: 'EXTERNAL_VIDEO_AI_ASSISTED',
|
|
1236
|
+
EXTERNAL_VIDEO_UNASSISTED: 'EXTERNAL_VIDEO_UNASSISTED'
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1239
|
+
exports.EvaluationType = exports.$Enums.EvaluationType = {
|
|
1240
|
+
TREADSPACE_AI_ASSISTED: 'TREADSPACE_AI_ASSISTED',
|
|
1241
|
+
TREADSPACE_FULL_AI: 'TREADSPACE_FULL_AI',
|
|
1242
|
+
EXTERNAL_AI_ASSISTED: 'EXTERNAL_AI_ASSISTED',
|
|
1243
|
+
NON_AI_ASSISTED: 'NON_AI_ASSISTED'
|
|
1244
|
+
};
|
|
1245
|
+
|
|
1246
|
+
exports.RoundType = exports.$Enums.RoundType = {
|
|
1247
|
+
ASSESSMENT: 'ASSESSMENT',
|
|
1248
|
+
INTERVIEW: 'INTERVIEW',
|
|
1249
|
+
ASSIGNMENT: 'ASSIGNMENT',
|
|
1250
|
+
SCREENING: 'SCREENING'
|
|
1251
|
+
};
|
|
1252
|
+
|
|
1253
|
+
exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
|
|
1254
|
+
CUSTOM: 'CUSTOM',
|
|
1255
|
+
GENERIC: 'GENERIC',
|
|
1256
|
+
DELETED: 'DELETED'
|
|
1257
|
+
};
|
|
1258
|
+
|
|
2081
1259
|
exports.EvaluationPlanShareScope = exports.$Enums.EvaluationPlanShareScope = {
|
|
2082
1260
|
PRIVATE: 'PRIVATE',
|
|
2083
1261
|
CREATOR: 'CREATOR',
|
|
@@ -2152,12 +1330,6 @@ exports.InterviewFeedback = exports.$Enums.InterviewFeedback = {
|
|
|
2152
1330
|
STRONG_NO_HIRE: 'STRONG_NO_HIRE'
|
|
2153
1331
|
};
|
|
2154
1332
|
|
|
2155
|
-
exports.InterviewRecommendation = exports.$Enums.InterviewRecommendation = {
|
|
2156
|
-
ACCEPTED: 'ACCEPTED',
|
|
2157
|
-
REJECTED: 'REJECTED',
|
|
2158
|
-
UNSURE: 'UNSURE'
|
|
2159
|
-
};
|
|
2160
|
-
|
|
2161
1333
|
exports.JobApplicationFieldType = exports.$Enums.JobApplicationFieldType = {
|
|
2162
1334
|
TEXT: 'TEXT',
|
|
2163
1335
|
NUMBER: 'NUMBER',
|
|
@@ -2205,11 +1377,6 @@ exports.OngoingEvaluationRoundStatus = exports.$Enums.OngoingEvaluationRoundStat
|
|
|
2205
1377
|
EVALUATED: 'EVALUATED'
|
|
2206
1378
|
};
|
|
2207
1379
|
|
|
2208
|
-
exports.OpenJobClosureType = exports.$Enums.OpenJobClosureType = {
|
|
2209
|
-
FILLED: 'FILLED',
|
|
2210
|
-
CANCELLED: 'CANCELLED'
|
|
2211
|
-
};
|
|
2212
|
-
|
|
2213
1380
|
exports.OrganisationSize = exports.$Enums.OrganisationSize = {
|
|
2214
1381
|
ONE_TO_TEN: 'ONE_TO_TEN',
|
|
2215
1382
|
ELEVEN_TO_FIFTY: 'ELEVEN_TO_FIFTY',
|
|
@@ -2253,21 +1420,14 @@ exports.Prisma.ModelName = {
|
|
|
2253
1420
|
CandidateQuestionResponse: 'CandidateQuestionResponse',
|
|
2254
1421
|
UserRole: 'UserRole',
|
|
2255
1422
|
Action: 'Action',
|
|
2256
|
-
ActivityEvent: 'ActivityEvent',
|
|
2257
1423
|
ActivityLog: 'ActivityLog',
|
|
2258
|
-
ApplicationAnalytics: 'ApplicationAnalytics',
|
|
2259
|
-
ApplicationAnalyticsDaily: 'ApplicationAnalyticsDaily',
|
|
2260
1424
|
Application: 'Application',
|
|
2261
1425
|
Approval: 'Approval',
|
|
2262
1426
|
Assessment: 'Assessment',
|
|
2263
1427
|
AssessmentLibrary: 'AssessmentLibrary',
|
|
2264
1428
|
AssessmentQuestion: 'AssessmentQuestion',
|
|
2265
|
-
AssessmentRoundAnalytics: 'AssessmentRoundAnalytics',
|
|
2266
|
-
AssessmentRoundAnalyticsDaily: 'AssessmentRoundAnalyticsDaily',
|
|
2267
1429
|
Assignment: 'Assignment',
|
|
2268
1430
|
AssignmentLibrary: 'AssignmentLibrary',
|
|
2269
|
-
AssignmentRoundAnalytics: 'AssignmentRoundAnalytics',
|
|
2270
|
-
AssignmentRoundAnalyticsDaily: 'AssignmentRoundAnalyticsDaily',
|
|
2271
1431
|
AuthModule: 'AuthModule',
|
|
2272
1432
|
Budget: 'Budget',
|
|
2273
1433
|
Calendly: 'Calendly',
|
|
@@ -2286,43 +1446,24 @@ exports.Prisma.ModelName = {
|
|
|
2286
1446
|
ZohoSyncMapping: 'ZohoSyncMapping',
|
|
2287
1447
|
Interview: 'Interview',
|
|
2288
1448
|
InterviewNotes: 'InterviewNotes',
|
|
2289
|
-
InterviewRoundAnalytics: 'InterviewRoundAnalytics',
|
|
2290
|
-
InterviewRoundAnalyticsDaily: 'InterviewRoundAnalyticsDaily',
|
|
2291
|
-
InterviewerOrganisationAnalytics: 'InterviewerOrganisationAnalytics',
|
|
2292
|
-
InterviewerJobAnalytics: 'InterviewerJobAnalytics',
|
|
2293
|
-
InterviewerOrganisationAnalyticsDaily: 'InterviewerOrganisationAnalyticsDaily',
|
|
2294
|
-
InterviewerJobAnalyticsDaily: 'InterviewerJobAnalyticsDaily',
|
|
2295
1449
|
JobApplicationField: 'JobApplicationField',
|
|
2296
1450
|
JobApplicationResponse: 'JobApplicationResponse',
|
|
2297
1451
|
JobApplicationTemplate: 'JobApplicationTemplate',
|
|
2298
1452
|
JobDescription: 'JobDescription',
|
|
2299
1453
|
JobDescriptionData: 'JobDescriptionData',
|
|
2300
1454
|
JobProfile: 'JobProfile',
|
|
2301
|
-
JobRoundAnalytics: 'JobRoundAnalytics',
|
|
2302
|
-
JobRoundAnalyticsDaily: 'JobRoundAnalyticsDaily',
|
|
2303
1455
|
LiveAnalysis: 'LiveAnalysis',
|
|
2304
1456
|
Message: 'Message',
|
|
2305
1457
|
Notes: 'Notes',
|
|
2306
1458
|
OngoingEvaluation: 'OngoingEvaluation',
|
|
2307
|
-
OpenJobAnalytics: 'OpenJobAnalytics',
|
|
2308
|
-
OpenJobAnalyticsDaily: 'OpenJobAnalyticsDaily',
|
|
2309
1459
|
Organisation: 'Organisation',
|
|
2310
1460
|
OrganisationConfig: 'OrganisationConfig',
|
|
2311
1461
|
Permission: 'Permission',
|
|
2312
|
-
PipelineDistributionAnalytics: 'PipelineDistributionAnalytics',
|
|
2313
|
-
PipelineDistributionAnalyticsDaily: 'PipelineDistributionAnalyticsDaily',
|
|
2314
1462
|
AsyncOperation: 'AsyncOperation',
|
|
2315
1463
|
Question: 'Question',
|
|
2316
1464
|
RefreshToken: 'RefreshToken',
|
|
2317
|
-
ReportingOverviewJobAnalytics: 'ReportingOverviewJobAnalytics',
|
|
2318
|
-
ReportingOverviewJobRecruiter: 'ReportingOverviewJobRecruiter',
|
|
2319
1465
|
Resume: 'Resume',
|
|
2320
1466
|
ResumeData: 'ResumeData',
|
|
2321
|
-
RoundAnalytics: 'RoundAnalytics',
|
|
2322
|
-
RoundAnalyticsDaily: 'RoundAnalyticsDaily',
|
|
2323
|
-
Source: 'Source',
|
|
2324
|
-
SourceEffectivenessAnalytics: 'SourceEffectivenessAnalytics',
|
|
2325
|
-
SourceEffectivenessAnalyticsDaily: 'SourceEffectivenessAnalyticsDaily',
|
|
2326
1467
|
Suggestion: 'Suggestion',
|
|
2327
1468
|
Transcript: 'Transcript',
|
|
2328
1469
|
User: 'User',
|