@adaptware/eagles-db 0.1.47 → 0.1.49
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 +3 -4
- package/client/index-browser.js +0 -1
- package/client/index.d.ts +2 -570
- package/client/index.js +3 -4
- package/client/package.json +1 -1
- package/client/schema.prisma +0 -6
- package/client/wasm.js +0 -1
- package/package.json +1 -1
- package/prisma/schema/evaluationPlan.prisma +4 -5
- package/prisma/schema/interview.prisma +2 -2
package/client/index.d.ts
CHANGED
|
@@ -4422,14 +4422,12 @@ export namespace Prisma {
|
|
|
4422
4422
|
questions: number
|
|
4423
4423
|
applications: number
|
|
4424
4424
|
ongoing_evaluations: number
|
|
4425
|
-
interviews: number
|
|
4426
4425
|
}
|
|
4427
4426
|
|
|
4428
4427
|
export type EvaluationPlanCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
4429
4428
|
questions?: boolean | EvaluationPlanCountOutputTypeCountQuestionsArgs
|
|
4430
4429
|
applications?: boolean | EvaluationPlanCountOutputTypeCountApplicationsArgs
|
|
4431
4430
|
ongoing_evaluations?: boolean | EvaluationPlanCountOutputTypeCountOngoing_evaluationsArgs
|
|
4432
|
-
interviews?: boolean | EvaluationPlanCountOutputTypeCountInterviewsArgs
|
|
4433
4431
|
}
|
|
4434
4432
|
|
|
4435
4433
|
// Custom InputTypes
|
|
@@ -4464,13 +4462,6 @@ export namespace Prisma {
|
|
|
4464
4462
|
where?: OngoingEvaluationWhereInput
|
|
4465
4463
|
}
|
|
4466
4464
|
|
|
4467
|
-
/**
|
|
4468
|
-
* EvaluationPlanCountOutputType without action
|
|
4469
|
-
*/
|
|
4470
|
-
export type EvaluationPlanCountOutputTypeCountInterviewsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
4471
|
-
where?: InterviewWhereInput
|
|
4472
|
-
}
|
|
4473
|
-
|
|
4474
4465
|
|
|
4475
4466
|
/**
|
|
4476
4467
|
* Count Type InterviewCountOutputType
|
|
@@ -22343,7 +22334,6 @@ export namespace Prisma {
|
|
|
22343
22334
|
assessment?: boolean | EvaluationPlan$assessmentArgs<ExtArgs>
|
|
22344
22335
|
assignment_library?: boolean | EvaluationPlan$assignment_libraryArgs<ExtArgs>
|
|
22345
22336
|
ongoing_evaluations?: boolean | EvaluationPlan$ongoing_evaluationsArgs<ExtArgs>
|
|
22346
|
-
interviews?: boolean | EvaluationPlan$interviewsArgs<ExtArgs>
|
|
22347
22337
|
_count?: boolean | EvaluationPlanCountOutputTypeDefaultArgs<ExtArgs>
|
|
22348
22338
|
}, ExtArgs["result"]["evaluationPlan"]>
|
|
22349
22339
|
|
|
@@ -22433,7 +22423,6 @@ export namespace Prisma {
|
|
|
22433
22423
|
assessment?: boolean | EvaluationPlan$assessmentArgs<ExtArgs>
|
|
22434
22424
|
assignment_library?: boolean | EvaluationPlan$assignment_libraryArgs<ExtArgs>
|
|
22435
22425
|
ongoing_evaluations?: boolean | EvaluationPlan$ongoing_evaluationsArgs<ExtArgs>
|
|
22436
|
-
interviews?: boolean | EvaluationPlan$interviewsArgs<ExtArgs>
|
|
22437
22426
|
_count?: boolean | EvaluationPlanCountOutputTypeDefaultArgs<ExtArgs>
|
|
22438
22427
|
}
|
|
22439
22428
|
export type EvaluationPlanIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -22456,7 +22445,6 @@ export namespace Prisma {
|
|
|
22456
22445
|
assessment: Prisma.$AssessmentLibraryPayload<ExtArgs> | null
|
|
22457
22446
|
assignment_library: Prisma.$AssignmentLibraryPayload<ExtArgs> | null
|
|
22458
22447
|
ongoing_evaluations: Prisma.$OngoingEvaluationPayload<ExtArgs>[]
|
|
22459
|
-
interviews: Prisma.$InterviewPayload<ExtArgs>[]
|
|
22460
22448
|
}
|
|
22461
22449
|
scalars: $Extensions.GetPayloadResult<{
|
|
22462
22450
|
id: string
|
|
@@ -22880,7 +22868,6 @@ export namespace Prisma {
|
|
|
22880
22868
|
assessment<T extends EvaluationPlan$assessmentArgs<ExtArgs> = {}>(args?: Subset<T, EvaluationPlan$assessmentArgs<ExtArgs>>): Prisma__AssessmentLibraryClient<$Result.GetResult<Prisma.$AssessmentLibraryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
22881
22869
|
assignment_library<T extends EvaluationPlan$assignment_libraryArgs<ExtArgs> = {}>(args?: Subset<T, EvaluationPlan$assignment_libraryArgs<ExtArgs>>): Prisma__AssignmentLibraryClient<$Result.GetResult<Prisma.$AssignmentLibraryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
22882
22870
|
ongoing_evaluations<T extends EvaluationPlan$ongoing_evaluationsArgs<ExtArgs> = {}>(args?: Subset<T, EvaluationPlan$ongoing_evaluationsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$OngoingEvaluationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
22883
|
-
interviews<T extends EvaluationPlan$interviewsArgs<ExtArgs> = {}>(args?: Subset<T, EvaluationPlan$interviewsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$InterviewPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
22884
22871
|
/**
|
|
22885
22872
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
22886
22873
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -23436,30 +23423,6 @@ export namespace Prisma {
|
|
|
23436
23423
|
distinct?: OngoingEvaluationScalarFieldEnum | OngoingEvaluationScalarFieldEnum[]
|
|
23437
23424
|
}
|
|
23438
23425
|
|
|
23439
|
-
/**
|
|
23440
|
-
* EvaluationPlan.interviews
|
|
23441
|
-
*/
|
|
23442
|
-
export type EvaluationPlan$interviewsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
23443
|
-
/**
|
|
23444
|
-
* Select specific fields to fetch from the Interview
|
|
23445
|
-
*/
|
|
23446
|
-
select?: InterviewSelect<ExtArgs> | null
|
|
23447
|
-
/**
|
|
23448
|
-
* Omit specific fields from the Interview
|
|
23449
|
-
*/
|
|
23450
|
-
omit?: InterviewOmit<ExtArgs> | null
|
|
23451
|
-
/**
|
|
23452
|
-
* Choose, which related nodes to fetch as well
|
|
23453
|
-
*/
|
|
23454
|
-
include?: InterviewInclude<ExtArgs> | null
|
|
23455
|
-
where?: InterviewWhereInput
|
|
23456
|
-
orderBy?: InterviewOrderByWithRelationInput | InterviewOrderByWithRelationInput[]
|
|
23457
|
-
cursor?: InterviewWhereUniqueInput
|
|
23458
|
-
take?: number
|
|
23459
|
-
skip?: number
|
|
23460
|
-
distinct?: InterviewScalarFieldEnum | InterviewScalarFieldEnum[]
|
|
23461
|
-
}
|
|
23462
|
-
|
|
23463
23426
|
/**
|
|
23464
23427
|
* EvaluationPlan without action
|
|
23465
23428
|
*/
|
|
@@ -27276,7 +27239,6 @@ export namespace Prisma {
|
|
|
27276
27239
|
candidate_id: string | null
|
|
27277
27240
|
interviewer_id: string | null
|
|
27278
27241
|
application_id: string | null
|
|
27279
|
-
evaluation_plan_id: string | null
|
|
27280
27242
|
resume_id: string | null
|
|
27281
27243
|
job_description_id: string | null
|
|
27282
27244
|
organisation_id: string | null
|
|
@@ -27300,7 +27262,6 @@ export namespace Prisma {
|
|
|
27300
27262
|
candidate_id: string | null
|
|
27301
27263
|
interviewer_id: string | null
|
|
27302
27264
|
application_id: string | null
|
|
27303
|
-
evaluation_plan_id: string | null
|
|
27304
27265
|
resume_id: string | null
|
|
27305
27266
|
job_description_id: string | null
|
|
27306
27267
|
organisation_id: string | null
|
|
@@ -27324,7 +27285,6 @@ export namespace Prisma {
|
|
|
27324
27285
|
candidate_id: number
|
|
27325
27286
|
interviewer_id: number
|
|
27326
27287
|
application_id: number
|
|
27327
|
-
evaluation_plan_id: number
|
|
27328
27288
|
resume_id: number
|
|
27329
27289
|
job_description_id: number
|
|
27330
27290
|
organisation_id: number
|
|
@@ -27351,7 +27311,6 @@ export namespace Prisma {
|
|
|
27351
27311
|
candidate_id?: true
|
|
27352
27312
|
interviewer_id?: true
|
|
27353
27313
|
application_id?: true
|
|
27354
|
-
evaluation_plan_id?: true
|
|
27355
27314
|
resume_id?: true
|
|
27356
27315
|
job_description_id?: true
|
|
27357
27316
|
organisation_id?: true
|
|
@@ -27375,7 +27334,6 @@ export namespace Prisma {
|
|
|
27375
27334
|
candidate_id?: true
|
|
27376
27335
|
interviewer_id?: true
|
|
27377
27336
|
application_id?: true
|
|
27378
|
-
evaluation_plan_id?: true
|
|
27379
27337
|
resume_id?: true
|
|
27380
27338
|
job_description_id?: true
|
|
27381
27339
|
organisation_id?: true
|
|
@@ -27399,7 +27357,6 @@ export namespace Prisma {
|
|
|
27399
27357
|
candidate_id?: true
|
|
27400
27358
|
interviewer_id?: true
|
|
27401
27359
|
application_id?: true
|
|
27402
|
-
evaluation_plan_id?: true
|
|
27403
27360
|
resume_id?: true
|
|
27404
27361
|
job_description_id?: true
|
|
27405
27362
|
organisation_id?: true
|
|
@@ -27497,7 +27454,6 @@ export namespace Prisma {
|
|
|
27497
27454
|
candidate_id: string
|
|
27498
27455
|
interviewer_id: string | null
|
|
27499
27456
|
application_id: string | null
|
|
27500
|
-
evaluation_plan_id: string | null
|
|
27501
27457
|
resume_id: string
|
|
27502
27458
|
job_description_id: string
|
|
27503
27459
|
organisation_id: string
|
|
@@ -27539,7 +27495,6 @@ export namespace Prisma {
|
|
|
27539
27495
|
candidate_id?: boolean
|
|
27540
27496
|
interviewer_id?: boolean
|
|
27541
27497
|
application_id?: boolean
|
|
27542
|
-
evaluation_plan_id?: boolean
|
|
27543
27498
|
resume_id?: boolean
|
|
27544
27499
|
job_description_id?: boolean
|
|
27545
27500
|
organisation_id?: boolean
|
|
@@ -27563,7 +27518,6 @@ export namespace Prisma {
|
|
|
27563
27518
|
job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
|
|
27564
27519
|
resume?: boolean | ResumeDefaultArgs<ExtArgs>
|
|
27565
27520
|
application?: boolean | Interview$applicationArgs<ExtArgs>
|
|
27566
|
-
evaluation_plan?: boolean | Interview$evaluation_planArgs<ExtArgs>
|
|
27567
27521
|
ongoing_evaluation?: boolean | Interview$ongoing_evaluationArgs<ExtArgs>
|
|
27568
27522
|
transcripts?: boolean | Interview$transcriptsArgs<ExtArgs>
|
|
27569
27523
|
suggestions?: boolean | Interview$suggestionsArgs<ExtArgs>
|
|
@@ -27577,7 +27531,6 @@ export namespace Prisma {
|
|
|
27577
27531
|
candidate_id?: boolean
|
|
27578
27532
|
interviewer_id?: boolean
|
|
27579
27533
|
application_id?: boolean
|
|
27580
|
-
evaluation_plan_id?: boolean
|
|
27581
27534
|
resume_id?: boolean
|
|
27582
27535
|
job_description_id?: boolean
|
|
27583
27536
|
organisation_id?: boolean
|
|
@@ -27601,7 +27554,6 @@ export namespace Prisma {
|
|
|
27601
27554
|
job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
|
|
27602
27555
|
resume?: boolean | ResumeDefaultArgs<ExtArgs>
|
|
27603
27556
|
application?: boolean | Interview$applicationArgs<ExtArgs>
|
|
27604
|
-
evaluation_plan?: boolean | Interview$evaluation_planArgs<ExtArgs>
|
|
27605
27557
|
}, ExtArgs["result"]["interview"]>
|
|
27606
27558
|
|
|
27607
27559
|
export type InterviewSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -27609,7 +27561,6 @@ export namespace Prisma {
|
|
|
27609
27561
|
candidate_id?: boolean
|
|
27610
27562
|
interviewer_id?: boolean
|
|
27611
27563
|
application_id?: boolean
|
|
27612
|
-
evaluation_plan_id?: boolean
|
|
27613
27564
|
resume_id?: boolean
|
|
27614
27565
|
job_description_id?: boolean
|
|
27615
27566
|
organisation_id?: boolean
|
|
@@ -27633,7 +27584,6 @@ export namespace Prisma {
|
|
|
27633
27584
|
job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
|
|
27634
27585
|
resume?: boolean | ResumeDefaultArgs<ExtArgs>
|
|
27635
27586
|
application?: boolean | Interview$applicationArgs<ExtArgs>
|
|
27636
|
-
evaluation_plan?: boolean | Interview$evaluation_planArgs<ExtArgs>
|
|
27637
27587
|
}, ExtArgs["result"]["interview"]>
|
|
27638
27588
|
|
|
27639
27589
|
export type InterviewSelectScalar = {
|
|
@@ -27641,7 +27591,6 @@ export namespace Prisma {
|
|
|
27641
27591
|
candidate_id?: boolean
|
|
27642
27592
|
interviewer_id?: boolean
|
|
27643
27593
|
application_id?: boolean
|
|
27644
|
-
evaluation_plan_id?: boolean
|
|
27645
27594
|
resume_id?: boolean
|
|
27646
27595
|
job_description_id?: boolean
|
|
27647
27596
|
organisation_id?: boolean
|
|
@@ -27661,7 +27610,7 @@ export namespace Prisma {
|
|
|
27661
27610
|
is_active?: boolean
|
|
27662
27611
|
}
|
|
27663
27612
|
|
|
27664
|
-
export type InterviewOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "candidate_id" | "interviewer_id" | "application_id" | "
|
|
27613
|
+
export type InterviewOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "candidate_id" | "interviewer_id" | "application_id" | "resume_id" | "job_description_id" | "organisation_id" | "room_name" | "interview_summary" | "scheduled_start_time" | "scheduled_end_time" | "actual_start_time" | "actual_end_time" | "recording_url" | "interview_status" | "google_event_id" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active", ExtArgs["result"]["interview"]>
|
|
27665
27614
|
export type InterviewInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
27666
27615
|
candidate?: boolean | Interview$candidateArgs<ExtArgs>
|
|
27667
27616
|
interviewer?: boolean | Interview$interviewerArgs<ExtArgs>
|
|
@@ -27669,7 +27618,6 @@ export namespace Prisma {
|
|
|
27669
27618
|
job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
|
|
27670
27619
|
resume?: boolean | ResumeDefaultArgs<ExtArgs>
|
|
27671
27620
|
application?: boolean | Interview$applicationArgs<ExtArgs>
|
|
27672
|
-
evaluation_plan?: boolean | Interview$evaluation_planArgs<ExtArgs>
|
|
27673
27621
|
ongoing_evaluation?: boolean | Interview$ongoing_evaluationArgs<ExtArgs>
|
|
27674
27622
|
transcripts?: boolean | Interview$transcriptsArgs<ExtArgs>
|
|
27675
27623
|
suggestions?: boolean | Interview$suggestionsArgs<ExtArgs>
|
|
@@ -27684,7 +27632,6 @@ export namespace Prisma {
|
|
|
27684
27632
|
job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
|
|
27685
27633
|
resume?: boolean | ResumeDefaultArgs<ExtArgs>
|
|
27686
27634
|
application?: boolean | Interview$applicationArgs<ExtArgs>
|
|
27687
|
-
evaluation_plan?: boolean | Interview$evaluation_planArgs<ExtArgs>
|
|
27688
27635
|
}
|
|
27689
27636
|
export type InterviewIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
27690
27637
|
candidate?: boolean | Interview$candidateArgs<ExtArgs>
|
|
@@ -27693,7 +27640,6 @@ export namespace Prisma {
|
|
|
27693
27640
|
job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
|
|
27694
27641
|
resume?: boolean | ResumeDefaultArgs<ExtArgs>
|
|
27695
27642
|
application?: boolean | Interview$applicationArgs<ExtArgs>
|
|
27696
|
-
evaluation_plan?: boolean | Interview$evaluation_planArgs<ExtArgs>
|
|
27697
27643
|
}
|
|
27698
27644
|
|
|
27699
27645
|
export type $InterviewPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -27705,7 +27651,6 @@ export namespace Prisma {
|
|
|
27705
27651
|
job_description: Prisma.$JobDescriptionPayload<ExtArgs>
|
|
27706
27652
|
resume: Prisma.$ResumePayload<ExtArgs>
|
|
27707
27653
|
application: Prisma.$ApplicationPayload<ExtArgs> | null
|
|
27708
|
-
evaluation_plan: Prisma.$EvaluationPlanPayload<ExtArgs> | null
|
|
27709
27654
|
ongoing_evaluation: Prisma.$OngoingEvaluationPayload<ExtArgs> | null
|
|
27710
27655
|
transcripts: Prisma.$TranscriptPayload<ExtArgs>[]
|
|
27711
27656
|
suggestions: Prisma.$SuggestionPayload<ExtArgs>[]
|
|
@@ -27714,19 +27659,12 @@ export namespace Prisma {
|
|
|
27714
27659
|
}
|
|
27715
27660
|
scalars: $Extensions.GetPayloadResult<{
|
|
27716
27661
|
id: string
|
|
27717
|
-
/**
|
|
27718
|
-
* Foreign keys
|
|
27719
|
-
*/
|
|
27720
27662
|
candidate_id: string
|
|
27721
27663
|
interviewer_id: string | null
|
|
27722
27664
|
application_id: string | null
|
|
27723
|
-
evaluation_plan_id: string | null
|
|
27724
27665
|
resume_id: string
|
|
27725
27666
|
job_description_id: string
|
|
27726
27667
|
organisation_id: string
|
|
27727
|
-
/**
|
|
27728
|
-
* Data
|
|
27729
|
-
*/
|
|
27730
27668
|
room_name: string | null
|
|
27731
27669
|
interview_summary: string[]
|
|
27732
27670
|
scheduled_start_time: Date | null
|
|
@@ -28144,7 +28082,6 @@ export namespace Prisma {
|
|
|
28144
28082
|
job_description<T extends JobDescriptionDefaultArgs<ExtArgs> = {}>(args?: Subset<T, JobDescriptionDefaultArgs<ExtArgs>>): Prisma__JobDescriptionClient<$Result.GetResult<Prisma.$JobDescriptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
28145
28083
|
resume<T extends ResumeDefaultArgs<ExtArgs> = {}>(args?: Subset<T, ResumeDefaultArgs<ExtArgs>>): Prisma__ResumeClient<$Result.GetResult<Prisma.$ResumePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
28146
28084
|
application<T extends Interview$applicationArgs<ExtArgs> = {}>(args?: Subset<T, Interview$applicationArgs<ExtArgs>>): Prisma__ApplicationClient<$Result.GetResult<Prisma.$ApplicationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
28147
|
-
evaluation_plan<T extends Interview$evaluation_planArgs<ExtArgs> = {}>(args?: Subset<T, Interview$evaluation_planArgs<ExtArgs>>): Prisma__EvaluationPlanClient<$Result.GetResult<Prisma.$EvaluationPlanPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
28148
28085
|
ongoing_evaluation<T extends Interview$ongoing_evaluationArgs<ExtArgs> = {}>(args?: Subset<T, Interview$ongoing_evaluationArgs<ExtArgs>>): Prisma__OngoingEvaluationClient<$Result.GetResult<Prisma.$OngoingEvaluationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
28149
28086
|
transcripts<T extends Interview$transcriptsArgs<ExtArgs> = {}>(args?: Subset<T, Interview$transcriptsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TranscriptPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
28150
28087
|
suggestions<T extends Interview$suggestionsArgs<ExtArgs> = {}>(args?: Subset<T, Interview$suggestionsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$SuggestionPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
@@ -28183,7 +28120,6 @@ export namespace Prisma {
|
|
|
28183
28120
|
readonly candidate_id: FieldRef<"Interview", 'String'>
|
|
28184
28121
|
readonly interviewer_id: FieldRef<"Interview", 'String'>
|
|
28185
28122
|
readonly application_id: FieldRef<"Interview", 'String'>
|
|
28186
|
-
readonly evaluation_plan_id: FieldRef<"Interview", 'String'>
|
|
28187
28123
|
readonly resume_id: FieldRef<"Interview", 'String'>
|
|
28188
28124
|
readonly job_description_id: FieldRef<"Interview", 'String'>
|
|
28189
28125
|
readonly organisation_id: FieldRef<"Interview", 'String'>
|
|
@@ -28653,25 +28589,6 @@ export namespace Prisma {
|
|
|
28653
28589
|
where?: ApplicationWhereInput
|
|
28654
28590
|
}
|
|
28655
28591
|
|
|
28656
|
-
/**
|
|
28657
|
-
* Interview.evaluation_plan
|
|
28658
|
-
*/
|
|
28659
|
-
export type Interview$evaluation_planArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
28660
|
-
/**
|
|
28661
|
-
* Select specific fields to fetch from the EvaluationPlan
|
|
28662
|
-
*/
|
|
28663
|
-
select?: EvaluationPlanSelect<ExtArgs> | null
|
|
28664
|
-
/**
|
|
28665
|
-
* Omit specific fields from the EvaluationPlan
|
|
28666
|
-
*/
|
|
28667
|
-
omit?: EvaluationPlanOmit<ExtArgs> | null
|
|
28668
|
-
/**
|
|
28669
|
-
* Choose, which related nodes to fetch as well
|
|
28670
|
-
*/
|
|
28671
|
-
include?: EvaluationPlanInclude<ExtArgs> | null
|
|
28672
|
-
where?: EvaluationPlanWhereInput
|
|
28673
|
-
}
|
|
28674
|
-
|
|
28675
28592
|
/**
|
|
28676
28593
|
* Interview.ongoing_evaluation
|
|
28677
28594
|
*/
|
|
@@ -49076,7 +48993,6 @@ export namespace Prisma {
|
|
|
49076
48993
|
candidate_id: 'candidate_id',
|
|
49077
48994
|
interviewer_id: 'interviewer_id',
|
|
49078
48995
|
application_id: 'application_id',
|
|
49079
|
-
evaluation_plan_id: 'evaluation_plan_id',
|
|
49080
48996
|
resume_id: 'resume_id',
|
|
49081
48997
|
job_description_id: 'job_description_id',
|
|
49082
48998
|
organisation_id: 'organisation_id',
|
|
@@ -51291,7 +51207,6 @@ export namespace Prisma {
|
|
|
51291
51207
|
assessment?: XOR<AssessmentLibraryNullableScalarRelationFilter, AssessmentLibraryWhereInput> | null
|
|
51292
51208
|
assignment_library?: XOR<AssignmentLibraryNullableScalarRelationFilter, AssignmentLibraryWhereInput> | null
|
|
51293
51209
|
ongoing_evaluations?: OngoingEvaluationListRelationFilter
|
|
51294
|
-
interviews?: InterviewListRelationFilter
|
|
51295
51210
|
}
|
|
51296
51211
|
|
|
51297
51212
|
export type EvaluationPlanOrderByWithRelationInput = {
|
|
@@ -51322,7 +51237,6 @@ export namespace Prisma {
|
|
|
51322
51237
|
assessment?: AssessmentLibraryOrderByWithRelationInput
|
|
51323
51238
|
assignment_library?: AssignmentLibraryOrderByWithRelationInput
|
|
51324
51239
|
ongoing_evaluations?: OngoingEvaluationOrderByRelationAggregateInput
|
|
51325
|
-
interviews?: InterviewOrderByRelationAggregateInput
|
|
51326
51240
|
}
|
|
51327
51241
|
|
|
51328
51242
|
export type EvaluationPlanWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -51357,7 +51271,6 @@ export namespace Prisma {
|
|
|
51357
51271
|
assessment?: XOR<AssessmentLibraryNullableScalarRelationFilter, AssessmentLibraryWhereInput> | null
|
|
51358
51272
|
assignment_library?: XOR<AssignmentLibraryNullableScalarRelationFilter, AssignmentLibraryWhereInput> | null
|
|
51359
51273
|
ongoing_evaluations?: OngoingEvaluationListRelationFilter
|
|
51360
|
-
interviews?: InterviewListRelationFilter
|
|
51361
51274
|
}, "id" | "job_description_id_order_no">
|
|
51362
51275
|
|
|
51363
51276
|
export type EvaluationPlanOrderByWithAggregationInput = {
|
|
@@ -51792,7 +51705,6 @@ export namespace Prisma {
|
|
|
51792
51705
|
candidate_id?: StringFilter<"Interview"> | string
|
|
51793
51706
|
interviewer_id?: StringNullableFilter<"Interview"> | string | null
|
|
51794
51707
|
application_id?: StringNullableFilter<"Interview"> | string | null
|
|
51795
|
-
evaluation_plan_id?: StringNullableFilter<"Interview"> | string | null
|
|
51796
51708
|
resume_id?: StringFilter<"Interview"> | string
|
|
51797
51709
|
job_description_id?: StringFilter<"Interview"> | string
|
|
51798
51710
|
organisation_id?: StringFilter<"Interview"> | string
|
|
@@ -51816,7 +51728,6 @@ export namespace Prisma {
|
|
|
51816
51728
|
job_description?: XOR<JobDescriptionScalarRelationFilter, JobDescriptionWhereInput>
|
|
51817
51729
|
resume?: XOR<ResumeScalarRelationFilter, ResumeWhereInput>
|
|
51818
51730
|
application?: XOR<ApplicationNullableScalarRelationFilter, ApplicationWhereInput> | null
|
|
51819
|
-
evaluation_plan?: XOR<EvaluationPlanNullableScalarRelationFilter, EvaluationPlanWhereInput> | null
|
|
51820
51731
|
ongoing_evaluation?: XOR<OngoingEvaluationNullableScalarRelationFilter, OngoingEvaluationWhereInput> | null
|
|
51821
51732
|
transcripts?: TranscriptListRelationFilter
|
|
51822
51733
|
suggestions?: SuggestionListRelationFilter
|
|
@@ -51829,7 +51740,6 @@ export namespace Prisma {
|
|
|
51829
51740
|
candidate_id?: SortOrder
|
|
51830
51741
|
interviewer_id?: SortOrderInput | SortOrder
|
|
51831
51742
|
application_id?: SortOrderInput | SortOrder
|
|
51832
|
-
evaluation_plan_id?: SortOrderInput | SortOrder
|
|
51833
51743
|
resume_id?: SortOrder
|
|
51834
51744
|
job_description_id?: SortOrder
|
|
51835
51745
|
organisation_id?: SortOrder
|
|
@@ -51853,7 +51763,6 @@ export namespace Prisma {
|
|
|
51853
51763
|
job_description?: JobDescriptionOrderByWithRelationInput
|
|
51854
51764
|
resume?: ResumeOrderByWithRelationInput
|
|
51855
51765
|
application?: ApplicationOrderByWithRelationInput
|
|
51856
|
-
evaluation_plan?: EvaluationPlanOrderByWithRelationInput
|
|
51857
51766
|
ongoing_evaluation?: OngoingEvaluationOrderByWithRelationInput
|
|
51858
51767
|
transcripts?: TranscriptOrderByRelationAggregateInput
|
|
51859
51768
|
suggestions?: SuggestionOrderByRelationAggregateInput
|
|
@@ -51863,14 +51772,12 @@ export namespace Prisma {
|
|
|
51863
51772
|
|
|
51864
51773
|
export type InterviewWhereUniqueInput = Prisma.AtLeast<{
|
|
51865
51774
|
id?: string
|
|
51866
|
-
interviewer_id_candidate_id_evaluation_plan_id?: InterviewInterviewer_idCandidate_idEvaluation_plan_idCompoundUniqueInput
|
|
51867
51775
|
AND?: InterviewWhereInput | InterviewWhereInput[]
|
|
51868
51776
|
OR?: InterviewWhereInput[]
|
|
51869
51777
|
NOT?: InterviewWhereInput | InterviewWhereInput[]
|
|
51870
51778
|
candidate_id?: StringFilter<"Interview"> | string
|
|
51871
51779
|
interviewer_id?: StringNullableFilter<"Interview"> | string | null
|
|
51872
51780
|
application_id?: StringNullableFilter<"Interview"> | string | null
|
|
51873
|
-
evaluation_plan_id?: StringNullableFilter<"Interview"> | string | null
|
|
51874
51781
|
resume_id?: StringFilter<"Interview"> | string
|
|
51875
51782
|
job_description_id?: StringFilter<"Interview"> | string
|
|
51876
51783
|
organisation_id?: StringFilter<"Interview"> | string
|
|
@@ -51894,20 +51801,18 @@ export namespace Prisma {
|
|
|
51894
51801
|
job_description?: XOR<JobDescriptionScalarRelationFilter, JobDescriptionWhereInput>
|
|
51895
51802
|
resume?: XOR<ResumeScalarRelationFilter, ResumeWhereInput>
|
|
51896
51803
|
application?: XOR<ApplicationNullableScalarRelationFilter, ApplicationWhereInput> | null
|
|
51897
|
-
evaluation_plan?: XOR<EvaluationPlanNullableScalarRelationFilter, EvaluationPlanWhereInput> | null
|
|
51898
51804
|
ongoing_evaluation?: XOR<OngoingEvaluationNullableScalarRelationFilter, OngoingEvaluationWhereInput> | null
|
|
51899
51805
|
transcripts?: TranscriptListRelationFilter
|
|
51900
51806
|
suggestions?: SuggestionListRelationFilter
|
|
51901
51807
|
feedback?: FeedbackListRelationFilter
|
|
51902
51808
|
interviewNotes?: InterviewNotesListRelationFilter
|
|
51903
|
-
}, "id"
|
|
51809
|
+
}, "id">
|
|
51904
51810
|
|
|
51905
51811
|
export type InterviewOrderByWithAggregationInput = {
|
|
51906
51812
|
id?: SortOrder
|
|
51907
51813
|
candidate_id?: SortOrder
|
|
51908
51814
|
interviewer_id?: SortOrderInput | SortOrder
|
|
51909
51815
|
application_id?: SortOrderInput | SortOrder
|
|
51910
|
-
evaluation_plan_id?: SortOrderInput | SortOrder
|
|
51911
51816
|
resume_id?: SortOrder
|
|
51912
51817
|
job_description_id?: SortOrder
|
|
51913
51818
|
organisation_id?: SortOrder
|
|
@@ -51938,7 +51843,6 @@ export namespace Prisma {
|
|
|
51938
51843
|
candidate_id?: StringWithAggregatesFilter<"Interview"> | string
|
|
51939
51844
|
interviewer_id?: StringNullableWithAggregatesFilter<"Interview"> | string | null
|
|
51940
51845
|
application_id?: StringNullableWithAggregatesFilter<"Interview"> | string | null
|
|
51941
|
-
evaluation_plan_id?: StringNullableWithAggregatesFilter<"Interview"> | string | null
|
|
51942
51846
|
resume_id?: StringWithAggregatesFilter<"Interview"> | string
|
|
51943
51847
|
job_description_id?: StringWithAggregatesFilter<"Interview"> | string
|
|
51944
51848
|
organisation_id?: StringWithAggregatesFilter<"Interview"> | string
|
|
@@ -55278,7 +55182,6 @@ export namespace Prisma {
|
|
|
55278
55182
|
assessment?: AssessmentLibraryCreateNestedOneWithoutEvaluation_PlansInput
|
|
55279
55183
|
assignment_library?: AssignmentLibraryCreateNestedOneWithoutEvaluationPlanInput
|
|
55280
55184
|
ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutEvaluation_planInput
|
|
55281
|
-
interviews?: InterviewCreateNestedManyWithoutEvaluation_planInput
|
|
55282
55185
|
}
|
|
55283
55186
|
|
|
55284
55187
|
export type EvaluationPlanUncheckedCreateInput = {
|
|
@@ -55306,7 +55209,6 @@ export namespace Prisma {
|
|
|
55306
55209
|
questions?: QuestionUncheckedCreateNestedManyWithoutEvaluationPlanInput
|
|
55307
55210
|
applications?: ApplicationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
55308
55211
|
ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
55309
|
-
interviews?: InterviewUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
55310
55212
|
}
|
|
55311
55213
|
|
|
55312
55214
|
export type EvaluationPlanUpdateInput = {
|
|
@@ -55334,7 +55236,6 @@ export namespace Prisma {
|
|
|
55334
55236
|
assessment?: AssessmentLibraryUpdateOneWithoutEvaluation_PlansNestedInput
|
|
55335
55237
|
assignment_library?: AssignmentLibraryUpdateOneWithoutEvaluationPlanNestedInput
|
|
55336
55238
|
ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutEvaluation_planNestedInput
|
|
55337
|
-
interviews?: InterviewUpdateManyWithoutEvaluation_planNestedInput
|
|
55338
55239
|
}
|
|
55339
55240
|
|
|
55340
55241
|
export type EvaluationPlanUncheckedUpdateInput = {
|
|
@@ -55362,7 +55263,6 @@ export namespace Prisma {
|
|
|
55362
55263
|
questions?: QuestionUncheckedUpdateManyWithoutEvaluationPlanNestedInput
|
|
55363
55264
|
applications?: ApplicationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
55364
55265
|
ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
55365
|
-
interviews?: InterviewUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
55366
55266
|
}
|
|
55367
55267
|
|
|
55368
55268
|
export type EvaluationPlanCreateManyInput = {
|
|
@@ -55881,7 +55781,6 @@ export namespace Prisma {
|
|
|
55881
55781
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
55882
55782
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
55883
55783
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
55884
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
55885
55784
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
55886
55785
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
55887
55786
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -55894,7 +55793,6 @@ export namespace Prisma {
|
|
|
55894
55793
|
candidate_id: string
|
|
55895
55794
|
interviewer_id?: string | null
|
|
55896
55795
|
application_id?: string | null
|
|
55897
|
-
evaluation_plan_id?: string | null
|
|
55898
55796
|
resume_id: string
|
|
55899
55797
|
job_description_id: string
|
|
55900
55798
|
organisation_id: string
|
|
@@ -55941,7 +55839,6 @@ export namespace Prisma {
|
|
|
55941
55839
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
55942
55840
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
55943
55841
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
55944
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
55945
55842
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
55946
55843
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
55947
55844
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -55954,7 +55851,6 @@ export namespace Prisma {
|
|
|
55954
55851
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
55955
55852
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55956
55853
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55957
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55958
55854
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
55959
55855
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
55960
55856
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -55984,7 +55880,6 @@ export namespace Prisma {
|
|
|
55984
55880
|
candidate_id: string
|
|
55985
55881
|
interviewer_id?: string | null
|
|
55986
55882
|
application_id?: string | null
|
|
55987
|
-
evaluation_plan_id?: string | null
|
|
55988
55883
|
resume_id: string
|
|
55989
55884
|
job_description_id: string
|
|
55990
55885
|
organisation_id: string
|
|
@@ -56027,7 +55922,6 @@ export namespace Prisma {
|
|
|
56027
55922
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
56028
55923
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
56029
55924
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
56030
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
56031
55925
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
56032
55926
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
56033
55927
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -59879,18 +59773,11 @@ export namespace Prisma {
|
|
|
59879
59773
|
_count?: SortOrder
|
|
59880
59774
|
}
|
|
59881
59775
|
|
|
59882
|
-
export type InterviewInterviewer_idCandidate_idEvaluation_plan_idCompoundUniqueInput = {
|
|
59883
|
-
interviewer_id: string
|
|
59884
|
-
candidate_id: string
|
|
59885
|
-
evaluation_plan_id: string
|
|
59886
|
-
}
|
|
59887
|
-
|
|
59888
59776
|
export type InterviewCountOrderByAggregateInput = {
|
|
59889
59777
|
id?: SortOrder
|
|
59890
59778
|
candidate_id?: SortOrder
|
|
59891
59779
|
interviewer_id?: SortOrder
|
|
59892
59780
|
application_id?: SortOrder
|
|
59893
|
-
evaluation_plan_id?: SortOrder
|
|
59894
59781
|
resume_id?: SortOrder
|
|
59895
59782
|
job_description_id?: SortOrder
|
|
59896
59783
|
organisation_id?: SortOrder
|
|
@@ -59915,7 +59802,6 @@ export namespace Prisma {
|
|
|
59915
59802
|
candidate_id?: SortOrder
|
|
59916
59803
|
interviewer_id?: SortOrder
|
|
59917
59804
|
application_id?: SortOrder
|
|
59918
|
-
evaluation_plan_id?: SortOrder
|
|
59919
59805
|
resume_id?: SortOrder
|
|
59920
59806
|
job_description_id?: SortOrder
|
|
59921
59807
|
organisation_id?: SortOrder
|
|
@@ -59939,7 +59825,6 @@ export namespace Prisma {
|
|
|
59939
59825
|
candidate_id?: SortOrder
|
|
59940
59826
|
interviewer_id?: SortOrder
|
|
59941
59827
|
application_id?: SortOrder
|
|
59942
|
-
evaluation_plan_id?: SortOrder
|
|
59943
59828
|
resume_id?: SortOrder
|
|
59944
59829
|
job_description_id?: SortOrder
|
|
59945
59830
|
organisation_id?: SortOrder
|
|
@@ -62150,13 +62035,6 @@ export namespace Prisma {
|
|
|
62150
62035
|
connect?: OngoingEvaluationWhereUniqueInput | OngoingEvaluationWhereUniqueInput[]
|
|
62151
62036
|
}
|
|
62152
62037
|
|
|
62153
|
-
export type InterviewCreateNestedManyWithoutEvaluation_planInput = {
|
|
62154
|
-
create?: XOR<InterviewCreateWithoutEvaluation_planInput, InterviewUncheckedCreateWithoutEvaluation_planInput> | InterviewCreateWithoutEvaluation_planInput[] | InterviewUncheckedCreateWithoutEvaluation_planInput[]
|
|
62155
|
-
connectOrCreate?: InterviewCreateOrConnectWithoutEvaluation_planInput | InterviewCreateOrConnectWithoutEvaluation_planInput[]
|
|
62156
|
-
createMany?: InterviewCreateManyEvaluation_planInputEnvelope
|
|
62157
|
-
connect?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62158
|
-
}
|
|
62159
|
-
|
|
62160
62038
|
export type QuestionUncheckedCreateNestedManyWithoutEvaluationPlanInput = {
|
|
62161
62039
|
create?: XOR<QuestionCreateWithoutEvaluationPlanInput, QuestionUncheckedCreateWithoutEvaluationPlanInput> | QuestionCreateWithoutEvaluationPlanInput[] | QuestionUncheckedCreateWithoutEvaluationPlanInput[]
|
|
62162
62040
|
connectOrCreate?: QuestionCreateOrConnectWithoutEvaluationPlanInput | QuestionCreateOrConnectWithoutEvaluationPlanInput[]
|
|
@@ -62178,13 +62056,6 @@ export namespace Prisma {
|
|
|
62178
62056
|
connect?: OngoingEvaluationWhereUniqueInput | OngoingEvaluationWhereUniqueInput[]
|
|
62179
62057
|
}
|
|
62180
62058
|
|
|
62181
|
-
export type InterviewUncheckedCreateNestedManyWithoutEvaluation_planInput = {
|
|
62182
|
-
create?: XOR<InterviewCreateWithoutEvaluation_planInput, InterviewUncheckedCreateWithoutEvaluation_planInput> | InterviewCreateWithoutEvaluation_planInput[] | InterviewUncheckedCreateWithoutEvaluation_planInput[]
|
|
62183
|
-
connectOrCreate?: InterviewCreateOrConnectWithoutEvaluation_planInput | InterviewCreateOrConnectWithoutEvaluation_planInput[]
|
|
62184
|
-
createMany?: InterviewCreateManyEvaluation_planInputEnvelope
|
|
62185
|
-
connect?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62186
|
-
}
|
|
62187
|
-
|
|
62188
62059
|
export type NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput = {
|
|
62189
62060
|
set?: $Enums.EvaluationRoundFormat | null
|
|
62190
62061
|
}
|
|
@@ -62284,20 +62155,6 @@ export namespace Prisma {
|
|
|
62284
62155
|
deleteMany?: OngoingEvaluationScalarWhereInput | OngoingEvaluationScalarWhereInput[]
|
|
62285
62156
|
}
|
|
62286
62157
|
|
|
62287
|
-
export type InterviewUpdateManyWithoutEvaluation_planNestedInput = {
|
|
62288
|
-
create?: XOR<InterviewCreateWithoutEvaluation_planInput, InterviewUncheckedCreateWithoutEvaluation_planInput> | InterviewCreateWithoutEvaluation_planInput[] | InterviewUncheckedCreateWithoutEvaluation_planInput[]
|
|
62289
|
-
connectOrCreate?: InterviewCreateOrConnectWithoutEvaluation_planInput | InterviewCreateOrConnectWithoutEvaluation_planInput[]
|
|
62290
|
-
upsert?: InterviewUpsertWithWhereUniqueWithoutEvaluation_planInput | InterviewUpsertWithWhereUniqueWithoutEvaluation_planInput[]
|
|
62291
|
-
createMany?: InterviewCreateManyEvaluation_planInputEnvelope
|
|
62292
|
-
set?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62293
|
-
disconnect?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62294
|
-
delete?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62295
|
-
connect?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62296
|
-
update?: InterviewUpdateWithWhereUniqueWithoutEvaluation_planInput | InterviewUpdateWithWhereUniqueWithoutEvaluation_planInput[]
|
|
62297
|
-
updateMany?: InterviewUpdateManyWithWhereWithoutEvaluation_planInput | InterviewUpdateManyWithWhereWithoutEvaluation_planInput[]
|
|
62298
|
-
deleteMany?: InterviewScalarWhereInput | InterviewScalarWhereInput[]
|
|
62299
|
-
}
|
|
62300
|
-
|
|
62301
62158
|
export type QuestionUncheckedUpdateManyWithoutEvaluationPlanNestedInput = {
|
|
62302
62159
|
create?: XOR<QuestionCreateWithoutEvaluationPlanInput, QuestionUncheckedCreateWithoutEvaluationPlanInput> | QuestionCreateWithoutEvaluationPlanInput[] | QuestionUncheckedCreateWithoutEvaluationPlanInput[]
|
|
62303
62160
|
connectOrCreate?: QuestionCreateOrConnectWithoutEvaluationPlanInput | QuestionCreateOrConnectWithoutEvaluationPlanInput[]
|
|
@@ -62340,20 +62197,6 @@ export namespace Prisma {
|
|
|
62340
62197
|
deleteMany?: OngoingEvaluationScalarWhereInput | OngoingEvaluationScalarWhereInput[]
|
|
62341
62198
|
}
|
|
62342
62199
|
|
|
62343
|
-
export type InterviewUncheckedUpdateManyWithoutEvaluation_planNestedInput = {
|
|
62344
|
-
create?: XOR<InterviewCreateWithoutEvaluation_planInput, InterviewUncheckedCreateWithoutEvaluation_planInput> | InterviewCreateWithoutEvaluation_planInput[] | InterviewUncheckedCreateWithoutEvaluation_planInput[]
|
|
62345
|
-
connectOrCreate?: InterviewCreateOrConnectWithoutEvaluation_planInput | InterviewCreateOrConnectWithoutEvaluation_planInput[]
|
|
62346
|
-
upsert?: InterviewUpsertWithWhereUniqueWithoutEvaluation_planInput | InterviewUpsertWithWhereUniqueWithoutEvaluation_planInput[]
|
|
62347
|
-
createMany?: InterviewCreateManyEvaluation_planInputEnvelope
|
|
62348
|
-
set?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62349
|
-
disconnect?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62350
|
-
delete?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62351
|
-
connect?: InterviewWhereUniqueInput | InterviewWhereUniqueInput[]
|
|
62352
|
-
update?: InterviewUpdateWithWhereUniqueWithoutEvaluation_planInput | InterviewUpdateWithWhereUniqueWithoutEvaluation_planInput[]
|
|
62353
|
-
updateMany?: InterviewUpdateManyWithWhereWithoutEvaluation_planInput | InterviewUpdateManyWithWhereWithoutEvaluation_planInput[]
|
|
62354
|
-
deleteMany?: InterviewScalarWhereInput | InterviewScalarWhereInput[]
|
|
62355
|
-
}
|
|
62356
|
-
|
|
62357
62200
|
export type InterviewCreateNestedOneWithoutFeedbackInput = {
|
|
62358
62201
|
create?: XOR<InterviewCreateWithoutFeedbackInput, InterviewUncheckedCreateWithoutFeedbackInput>
|
|
62359
62202
|
connectOrCreate?: InterviewCreateOrConnectWithoutFeedbackInput
|
|
@@ -62616,12 +62459,6 @@ export namespace Prisma {
|
|
|
62616
62459
|
connect?: ApplicationWhereUniqueInput
|
|
62617
62460
|
}
|
|
62618
62461
|
|
|
62619
|
-
export type EvaluationPlanCreateNestedOneWithoutInterviewsInput = {
|
|
62620
|
-
create?: XOR<EvaluationPlanCreateWithoutInterviewsInput, EvaluationPlanUncheckedCreateWithoutInterviewsInput>
|
|
62621
|
-
connectOrCreate?: EvaluationPlanCreateOrConnectWithoutInterviewsInput
|
|
62622
|
-
connect?: EvaluationPlanWhereUniqueInput
|
|
62623
|
-
}
|
|
62624
|
-
|
|
62625
62462
|
export type OngoingEvaluationCreateNestedOneWithoutInterviewInput = {
|
|
62626
62463
|
create?: XOR<OngoingEvaluationCreateWithoutInterviewInput, OngoingEvaluationUncheckedCreateWithoutInterviewInput>
|
|
62627
62464
|
connectOrCreate?: OngoingEvaluationCreateOrConnectWithoutInterviewInput
|
|
@@ -62753,16 +62590,6 @@ export namespace Prisma {
|
|
|
62753
62590
|
update?: XOR<XOR<ApplicationUpdateToOneWithWhereWithoutInterviewsInput, ApplicationUpdateWithoutInterviewsInput>, ApplicationUncheckedUpdateWithoutInterviewsInput>
|
|
62754
62591
|
}
|
|
62755
62592
|
|
|
62756
|
-
export type EvaluationPlanUpdateOneWithoutInterviewsNestedInput = {
|
|
62757
|
-
create?: XOR<EvaluationPlanCreateWithoutInterviewsInput, EvaluationPlanUncheckedCreateWithoutInterviewsInput>
|
|
62758
|
-
connectOrCreate?: EvaluationPlanCreateOrConnectWithoutInterviewsInput
|
|
62759
|
-
upsert?: EvaluationPlanUpsertWithoutInterviewsInput
|
|
62760
|
-
disconnect?: EvaluationPlanWhereInput | boolean
|
|
62761
|
-
delete?: EvaluationPlanWhereInput | boolean
|
|
62762
|
-
connect?: EvaluationPlanWhereUniqueInput
|
|
62763
|
-
update?: XOR<XOR<EvaluationPlanUpdateToOneWithWhereWithoutInterviewsInput, EvaluationPlanUpdateWithoutInterviewsInput>, EvaluationPlanUncheckedUpdateWithoutInterviewsInput>
|
|
62764
|
-
}
|
|
62765
|
-
|
|
62766
62593
|
export type OngoingEvaluationUpdateOneWithoutInterviewNestedInput = {
|
|
62767
62594
|
create?: XOR<OngoingEvaluationCreateWithoutInterviewInput, OngoingEvaluationUncheckedCreateWithoutInterviewInput>
|
|
62768
62595
|
connectOrCreate?: OngoingEvaluationCreateOrConnectWithoutInterviewInput
|
|
@@ -68048,7 +67875,6 @@ export namespace Prisma {
|
|
|
68048
67875
|
assessment?: AssessmentLibraryCreateNestedOneWithoutEvaluation_PlansInput
|
|
68049
67876
|
assignment_library?: AssignmentLibraryCreateNestedOneWithoutEvaluationPlanInput
|
|
68050
67877
|
ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutEvaluation_planInput
|
|
68051
|
-
interviews?: InterviewCreateNestedManyWithoutEvaluation_planInput
|
|
68052
67878
|
}
|
|
68053
67879
|
|
|
68054
67880
|
export type EvaluationPlanUncheckedCreateWithoutApplicationsInput = {
|
|
@@ -68075,7 +67901,6 @@ export namespace Prisma {
|
|
|
68075
67901
|
is_active?: boolean
|
|
68076
67902
|
questions?: QuestionUncheckedCreateNestedManyWithoutEvaluationPlanInput
|
|
68077
67903
|
ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
68078
|
-
interviews?: InterviewUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
68079
67904
|
}
|
|
68080
67905
|
|
|
68081
67906
|
export type EvaluationPlanCreateOrConnectWithoutApplicationsInput = {
|
|
@@ -68473,7 +68298,6 @@ export namespace Prisma {
|
|
|
68473
68298
|
organisation: OrganisationCreateNestedOneWithoutInterviewsInput
|
|
68474
68299
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
68475
68300
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
68476
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
68477
68301
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
68478
68302
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
68479
68303
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -68485,7 +68309,6 @@ export namespace Prisma {
|
|
|
68485
68309
|
id?: string
|
|
68486
68310
|
candidate_id: string
|
|
68487
68311
|
interviewer_id?: string | null
|
|
68488
|
-
evaluation_plan_id?: string | null
|
|
68489
68312
|
resume_id: string
|
|
68490
68313
|
job_description_id: string
|
|
68491
68314
|
organisation_id: string
|
|
@@ -68659,7 +68482,6 @@ export namespace Prisma {
|
|
|
68659
68482
|
assessment?: AssessmentLibraryUpdateOneWithoutEvaluation_PlansNestedInput
|
|
68660
68483
|
assignment_library?: AssignmentLibraryUpdateOneWithoutEvaluationPlanNestedInput
|
|
68661
68484
|
ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutEvaluation_planNestedInput
|
|
68662
|
-
interviews?: InterviewUpdateManyWithoutEvaluation_planNestedInput
|
|
68663
68485
|
}
|
|
68664
68486
|
|
|
68665
68487
|
export type EvaluationPlanUncheckedUpdateWithoutApplicationsInput = {
|
|
@@ -68686,7 +68508,6 @@ export namespace Prisma {
|
|
|
68686
68508
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
68687
68509
|
questions?: QuestionUncheckedUpdateManyWithoutEvaluationPlanNestedInput
|
|
68688
68510
|
ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
68689
|
-
interviews?: InterviewUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
68690
68511
|
}
|
|
68691
68512
|
|
|
68692
68513
|
export type UserUpsertWithoutApplicationsInput = {
|
|
@@ -69112,7 +68933,6 @@ export namespace Prisma {
|
|
|
69112
68933
|
candidate_id?: StringFilter<"Interview"> | string
|
|
69113
68934
|
interviewer_id?: StringNullableFilter<"Interview"> | string | null
|
|
69114
68935
|
application_id?: StringNullableFilter<"Interview"> | string | null
|
|
69115
|
-
evaluation_plan_id?: StringNullableFilter<"Interview"> | string | null
|
|
69116
68936
|
resume_id?: StringFilter<"Interview"> | string
|
|
69117
68937
|
job_description_id?: StringFilter<"Interview"> | string
|
|
69118
68938
|
organisation_id?: StringFilter<"Interview"> | string
|
|
@@ -70854,7 +70674,6 @@ export namespace Prisma {
|
|
|
70854
70674
|
applications?: ApplicationCreateNestedManyWithoutEvaluation_planInput
|
|
70855
70675
|
assignment_library?: AssignmentLibraryCreateNestedOneWithoutEvaluationPlanInput
|
|
70856
70676
|
ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutEvaluation_planInput
|
|
70857
|
-
interviews?: InterviewCreateNestedManyWithoutEvaluation_planInput
|
|
70858
70677
|
}
|
|
70859
70678
|
|
|
70860
70679
|
export type EvaluationPlanUncheckedCreateWithoutAssessmentInput = {
|
|
@@ -70881,7 +70700,6 @@ export namespace Prisma {
|
|
|
70881
70700
|
questions?: QuestionUncheckedCreateNestedManyWithoutEvaluationPlanInput
|
|
70882
70701
|
applications?: ApplicationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
70883
70702
|
ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
70884
|
-
interviews?: InterviewUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
70885
70703
|
}
|
|
70886
70704
|
|
|
70887
70705
|
export type EvaluationPlanCreateOrConnectWithoutAssessmentInput = {
|
|
@@ -71426,7 +71244,6 @@ export namespace Prisma {
|
|
|
71426
71244
|
applications?: ApplicationCreateNestedManyWithoutEvaluation_planInput
|
|
71427
71245
|
assessment?: AssessmentLibraryCreateNestedOneWithoutEvaluation_PlansInput
|
|
71428
71246
|
ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutEvaluation_planInput
|
|
71429
|
-
interviews?: InterviewCreateNestedManyWithoutEvaluation_planInput
|
|
71430
71247
|
}
|
|
71431
71248
|
|
|
71432
71249
|
export type EvaluationPlanUncheckedCreateWithoutAssignment_libraryInput = {
|
|
@@ -71453,7 +71270,6 @@ export namespace Prisma {
|
|
|
71453
71270
|
questions?: QuestionUncheckedCreateNestedManyWithoutEvaluationPlanInput
|
|
71454
71271
|
applications?: ApplicationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
71455
71272
|
ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
71456
|
-
interviews?: InterviewUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
71457
71273
|
}
|
|
71458
71274
|
|
|
71459
71275
|
export type EvaluationPlanCreateOrConnectWithoutAssignment_libraryInput = {
|
|
@@ -72663,74 +72479,6 @@ export namespace Prisma {
|
|
|
72663
72479
|
skipDuplicates?: boolean
|
|
72664
72480
|
}
|
|
72665
72481
|
|
|
72666
|
-
export type InterviewCreateWithoutEvaluation_planInput = {
|
|
72667
|
-
id?: string
|
|
72668
|
-
room_name?: string | null
|
|
72669
|
-
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
72670
|
-
scheduled_start_time?: Date | string | null
|
|
72671
|
-
scheduled_end_time?: Date | string | null
|
|
72672
|
-
actual_start_time?: Date | string | null
|
|
72673
|
-
actual_end_time?: Date | string | null
|
|
72674
|
-
recording_url?: string | null
|
|
72675
|
-
interview_status?: $Enums.InterviewStatus
|
|
72676
|
-
google_event_id?: string | null
|
|
72677
|
-
created_at?: Date | string
|
|
72678
|
-
updated_at?: Date | string
|
|
72679
|
-
created_by: string
|
|
72680
|
-
updated_by: string
|
|
72681
|
-
is_active?: boolean
|
|
72682
|
-
candidate?: UserCreateNestedOneWithoutCandidate_interviewsInput
|
|
72683
|
-
interviewer?: UserCreateNestedOneWithoutInterviewer_interviewsInput
|
|
72684
|
-
organisation: OrganisationCreateNestedOneWithoutInterviewsInput
|
|
72685
|
-
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
72686
|
-
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
72687
|
-
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
72688
|
-
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
72689
|
-
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
72690
|
-
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
72691
|
-
feedback?: FeedbackCreateNestedManyWithoutInterviewInput
|
|
72692
|
-
interviewNotes?: InterviewNotesCreateNestedManyWithoutInterviewInput
|
|
72693
|
-
}
|
|
72694
|
-
|
|
72695
|
-
export type InterviewUncheckedCreateWithoutEvaluation_planInput = {
|
|
72696
|
-
id?: string
|
|
72697
|
-
candidate_id: string
|
|
72698
|
-
interviewer_id?: string | null
|
|
72699
|
-
application_id?: string | null
|
|
72700
|
-
resume_id: string
|
|
72701
|
-
job_description_id: string
|
|
72702
|
-
organisation_id: string
|
|
72703
|
-
room_name?: string | null
|
|
72704
|
-
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
72705
|
-
scheduled_start_time?: Date | string | null
|
|
72706
|
-
scheduled_end_time?: Date | string | null
|
|
72707
|
-
actual_start_time?: Date | string | null
|
|
72708
|
-
actual_end_time?: Date | string | null
|
|
72709
|
-
recording_url?: string | null
|
|
72710
|
-
interview_status?: $Enums.InterviewStatus
|
|
72711
|
-
google_event_id?: string | null
|
|
72712
|
-
created_at?: Date | string
|
|
72713
|
-
updated_at?: Date | string
|
|
72714
|
-
created_by: string
|
|
72715
|
-
updated_by: string
|
|
72716
|
-
is_active?: boolean
|
|
72717
|
-
ongoing_evaluation?: OngoingEvaluationUncheckedCreateNestedOneWithoutInterviewInput
|
|
72718
|
-
transcripts?: TranscriptUncheckedCreateNestedManyWithoutInterviewInput
|
|
72719
|
-
suggestions?: SuggestionUncheckedCreateNestedManyWithoutInterviewInput
|
|
72720
|
-
feedback?: FeedbackUncheckedCreateNestedManyWithoutInterviewInput
|
|
72721
|
-
interviewNotes?: InterviewNotesUncheckedCreateNestedManyWithoutInterviewInput
|
|
72722
|
-
}
|
|
72723
|
-
|
|
72724
|
-
export type InterviewCreateOrConnectWithoutEvaluation_planInput = {
|
|
72725
|
-
where: InterviewWhereUniqueInput
|
|
72726
|
-
create: XOR<InterviewCreateWithoutEvaluation_planInput, InterviewUncheckedCreateWithoutEvaluation_planInput>
|
|
72727
|
-
}
|
|
72728
|
-
|
|
72729
|
-
export type InterviewCreateManyEvaluation_planInputEnvelope = {
|
|
72730
|
-
data: InterviewCreateManyEvaluation_planInput | InterviewCreateManyEvaluation_planInput[]
|
|
72731
|
-
skipDuplicates?: boolean
|
|
72732
|
-
}
|
|
72733
|
-
|
|
72734
72482
|
export type JobDescriptionUpsertWithoutEvaluationPlanInput = {
|
|
72735
72483
|
update: XOR<JobDescriptionUpdateWithoutEvaluationPlanInput, JobDescriptionUncheckedUpdateWithoutEvaluationPlanInput>
|
|
72736
72484
|
create: XOR<JobDescriptionCreateWithoutEvaluationPlanInput, JobDescriptionUncheckedCreateWithoutEvaluationPlanInput>
|
|
@@ -72963,22 +72711,6 @@ export namespace Prisma {
|
|
|
72963
72711
|
data: XOR<OngoingEvaluationUpdateManyMutationInput, OngoingEvaluationUncheckedUpdateManyWithoutEvaluation_planInput>
|
|
72964
72712
|
}
|
|
72965
72713
|
|
|
72966
|
-
export type InterviewUpsertWithWhereUniqueWithoutEvaluation_planInput = {
|
|
72967
|
-
where: InterviewWhereUniqueInput
|
|
72968
|
-
update: XOR<InterviewUpdateWithoutEvaluation_planInput, InterviewUncheckedUpdateWithoutEvaluation_planInput>
|
|
72969
|
-
create: XOR<InterviewCreateWithoutEvaluation_planInput, InterviewUncheckedCreateWithoutEvaluation_planInput>
|
|
72970
|
-
}
|
|
72971
|
-
|
|
72972
|
-
export type InterviewUpdateWithWhereUniqueWithoutEvaluation_planInput = {
|
|
72973
|
-
where: InterviewWhereUniqueInput
|
|
72974
|
-
data: XOR<InterviewUpdateWithoutEvaluation_planInput, InterviewUncheckedUpdateWithoutEvaluation_planInput>
|
|
72975
|
-
}
|
|
72976
|
-
|
|
72977
|
-
export type InterviewUpdateManyWithWhereWithoutEvaluation_planInput = {
|
|
72978
|
-
where: InterviewScalarWhereInput
|
|
72979
|
-
data: XOR<InterviewUpdateManyMutationInput, InterviewUncheckedUpdateManyWithoutEvaluation_planInput>
|
|
72980
|
-
}
|
|
72981
|
-
|
|
72982
72714
|
export type InterviewCreateWithoutFeedbackInput = {
|
|
72983
72715
|
id?: string
|
|
72984
72716
|
room_name?: string | null
|
|
@@ -73001,7 +72733,6 @@ export namespace Prisma {
|
|
|
73001
72733
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
73002
72734
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
73003
72735
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
73004
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
73005
72736
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
73006
72737
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
73007
72738
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -73013,7 +72744,6 @@ export namespace Prisma {
|
|
|
73013
72744
|
candidate_id: string
|
|
73014
72745
|
interviewer_id?: string | null
|
|
73015
72746
|
application_id?: string | null
|
|
73016
|
-
evaluation_plan_id?: string | null
|
|
73017
72747
|
resume_id: string
|
|
73018
72748
|
job_description_id: string
|
|
73019
72749
|
organisation_id: string
|
|
@@ -73075,7 +72805,6 @@ export namespace Prisma {
|
|
|
73075
72805
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
73076
72806
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
73077
72807
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
73078
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
73079
72808
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
73080
72809
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
73081
72810
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -73087,7 +72816,6 @@ export namespace Prisma {
|
|
|
73087
72816
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
73088
72817
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73089
72818
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73090
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73091
72819
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
73092
72820
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
73093
72821
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -74533,65 +74261,6 @@ export namespace Prisma {
|
|
|
74533
74261
|
create: XOR<ApplicationCreateWithoutInterviewsInput, ApplicationUncheckedCreateWithoutInterviewsInput>
|
|
74534
74262
|
}
|
|
74535
74263
|
|
|
74536
|
-
export type EvaluationPlanCreateWithoutInterviewsInput = {
|
|
74537
|
-
id?: string
|
|
74538
|
-
title: string
|
|
74539
|
-
description?: string | null
|
|
74540
|
-
format?: $Enums.EvaluationRoundFormat | null
|
|
74541
|
-
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
74542
|
-
assignee?: string | null
|
|
74543
|
-
elimination_round?: boolean
|
|
74544
|
-
evaluation_type: $Enums.EvaluationType
|
|
74545
|
-
type_of_round: $Enums.RoundType
|
|
74546
|
-
timeline: number
|
|
74547
|
-
order_no?: number | null
|
|
74548
|
-
details?: NullableJsonNullValueInput | InputJsonValue
|
|
74549
|
-
plan_type?: $Enums.EvaluationPlanType
|
|
74550
|
-
created_by: string
|
|
74551
|
-
updated_by: string
|
|
74552
|
-
created_at?: Date | string
|
|
74553
|
-
updated_at?: Date | string
|
|
74554
|
-
is_active?: boolean
|
|
74555
|
-
jobDescription: JobDescriptionCreateNestedOneWithoutEvaluationPlanInput
|
|
74556
|
-
questions?: QuestionCreateNestedManyWithoutEvaluationPlanInput
|
|
74557
|
-
applications?: ApplicationCreateNestedManyWithoutEvaluation_planInput
|
|
74558
|
-
assessment?: AssessmentLibraryCreateNestedOneWithoutEvaluation_PlansInput
|
|
74559
|
-
assignment_library?: AssignmentLibraryCreateNestedOneWithoutEvaluationPlanInput
|
|
74560
|
-
ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutEvaluation_planInput
|
|
74561
|
-
}
|
|
74562
|
-
|
|
74563
|
-
export type EvaluationPlanUncheckedCreateWithoutInterviewsInput = {
|
|
74564
|
-
id?: string
|
|
74565
|
-
job_description_id: string
|
|
74566
|
-
assessment_id?: string | null
|
|
74567
|
-
assignment_library_id?: string | null
|
|
74568
|
-
title: string
|
|
74569
|
-
description?: string | null
|
|
74570
|
-
format?: $Enums.EvaluationRoundFormat | null
|
|
74571
|
-
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
74572
|
-
assignee?: string | null
|
|
74573
|
-
elimination_round?: boolean
|
|
74574
|
-
evaluation_type: $Enums.EvaluationType
|
|
74575
|
-
type_of_round: $Enums.RoundType
|
|
74576
|
-
timeline: number
|
|
74577
|
-
order_no?: number | null
|
|
74578
|
-
details?: NullableJsonNullValueInput | InputJsonValue
|
|
74579
|
-
plan_type?: $Enums.EvaluationPlanType
|
|
74580
|
-
created_by: string
|
|
74581
|
-
updated_by: string
|
|
74582
|
-
created_at?: Date | string
|
|
74583
|
-
updated_at?: Date | string
|
|
74584
|
-
is_active?: boolean
|
|
74585
|
-
questions?: QuestionUncheckedCreateNestedManyWithoutEvaluationPlanInput
|
|
74586
|
-
applications?: ApplicationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
74587
|
-
ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
74588
|
-
}
|
|
74589
|
-
|
|
74590
|
-
export type EvaluationPlanCreateOrConnectWithoutInterviewsInput = {
|
|
74591
|
-
where: EvaluationPlanWhereUniqueInput
|
|
74592
|
-
create: XOR<EvaluationPlanCreateWithoutInterviewsInput, EvaluationPlanUncheckedCreateWithoutInterviewsInput>
|
|
74593
|
-
}
|
|
74594
|
-
|
|
74595
74264
|
export type OngoingEvaluationCreateWithoutInterviewInput = {
|
|
74596
74265
|
id?: string
|
|
74597
74266
|
status?: $Enums.OngoingEvaluationStatus | null
|
|
@@ -75309,71 +74978,6 @@ export namespace Prisma {
|
|
|
75309
74978
|
activity_logs?: ActivityLogUncheckedUpdateManyWithoutApplicationNestedInput
|
|
75310
74979
|
}
|
|
75311
74980
|
|
|
75312
|
-
export type EvaluationPlanUpsertWithoutInterviewsInput = {
|
|
75313
|
-
update: XOR<EvaluationPlanUpdateWithoutInterviewsInput, EvaluationPlanUncheckedUpdateWithoutInterviewsInput>
|
|
75314
|
-
create: XOR<EvaluationPlanCreateWithoutInterviewsInput, EvaluationPlanUncheckedCreateWithoutInterviewsInput>
|
|
75315
|
-
where?: EvaluationPlanWhereInput
|
|
75316
|
-
}
|
|
75317
|
-
|
|
75318
|
-
export type EvaluationPlanUpdateToOneWithWhereWithoutInterviewsInput = {
|
|
75319
|
-
where?: EvaluationPlanWhereInput
|
|
75320
|
-
data: XOR<EvaluationPlanUpdateWithoutInterviewsInput, EvaluationPlanUncheckedUpdateWithoutInterviewsInput>
|
|
75321
|
-
}
|
|
75322
|
-
|
|
75323
|
-
export type EvaluationPlanUpdateWithoutInterviewsInput = {
|
|
75324
|
-
id?: StringFieldUpdateOperationsInput | string
|
|
75325
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
75326
|
-
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75327
|
-
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
75328
|
-
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
75329
|
-
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75330
|
-
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
75331
|
-
evaluation_type?: EnumEvaluationTypeFieldUpdateOperationsInput | $Enums.EvaluationType
|
|
75332
|
-
type_of_round?: EnumRoundTypeFieldUpdateOperationsInput | $Enums.RoundType
|
|
75333
|
-
timeline?: IntFieldUpdateOperationsInput | number
|
|
75334
|
-
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
75335
|
-
details?: NullableJsonNullValueInput | InputJsonValue
|
|
75336
|
-
plan_type?: EnumEvaluationPlanTypeFieldUpdateOperationsInput | $Enums.EvaluationPlanType
|
|
75337
|
-
created_by?: StringFieldUpdateOperationsInput | string
|
|
75338
|
-
updated_by?: StringFieldUpdateOperationsInput | string
|
|
75339
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
75340
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
75341
|
-
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
75342
|
-
jobDescription?: JobDescriptionUpdateOneRequiredWithoutEvaluationPlanNestedInput
|
|
75343
|
-
questions?: QuestionUpdateManyWithoutEvaluationPlanNestedInput
|
|
75344
|
-
applications?: ApplicationUpdateManyWithoutEvaluation_planNestedInput
|
|
75345
|
-
assessment?: AssessmentLibraryUpdateOneWithoutEvaluation_PlansNestedInput
|
|
75346
|
-
assignment_library?: AssignmentLibraryUpdateOneWithoutEvaluationPlanNestedInput
|
|
75347
|
-
ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutEvaluation_planNestedInput
|
|
75348
|
-
}
|
|
75349
|
-
|
|
75350
|
-
export type EvaluationPlanUncheckedUpdateWithoutInterviewsInput = {
|
|
75351
|
-
id?: StringFieldUpdateOperationsInput | string
|
|
75352
|
-
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
75353
|
-
assessment_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75354
|
-
assignment_library_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75355
|
-
title?: StringFieldUpdateOperationsInput | string
|
|
75356
|
-
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75357
|
-
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
75358
|
-
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
75359
|
-
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75360
|
-
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
75361
|
-
evaluation_type?: EnumEvaluationTypeFieldUpdateOperationsInput | $Enums.EvaluationType
|
|
75362
|
-
type_of_round?: EnumRoundTypeFieldUpdateOperationsInput | $Enums.RoundType
|
|
75363
|
-
timeline?: IntFieldUpdateOperationsInput | number
|
|
75364
|
-
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
75365
|
-
details?: NullableJsonNullValueInput | InputJsonValue
|
|
75366
|
-
plan_type?: EnumEvaluationPlanTypeFieldUpdateOperationsInput | $Enums.EvaluationPlanType
|
|
75367
|
-
created_by?: StringFieldUpdateOperationsInput | string
|
|
75368
|
-
updated_by?: StringFieldUpdateOperationsInput | string
|
|
75369
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
75370
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
75371
|
-
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
75372
|
-
questions?: QuestionUncheckedUpdateManyWithoutEvaluationPlanNestedInput
|
|
75373
|
-
applications?: ApplicationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
75374
|
-
ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
75375
|
-
}
|
|
75376
|
-
|
|
75377
74981
|
export type OngoingEvaluationUpsertWithoutInterviewInput = {
|
|
75378
74982
|
update: XOR<OngoingEvaluationUpdateWithoutInterviewInput, OngoingEvaluationUncheckedUpdateWithoutInterviewInput>
|
|
75379
74983
|
create: XOR<OngoingEvaluationCreateWithoutInterviewInput, OngoingEvaluationUncheckedCreateWithoutInterviewInput>
|
|
@@ -75604,7 +75208,6 @@ export namespace Prisma {
|
|
|
75604
75208
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
75605
75209
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
75606
75210
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
75607
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
75608
75211
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
75609
75212
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
75610
75213
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -75616,7 +75219,6 @@ export namespace Prisma {
|
|
|
75616
75219
|
candidate_id: string
|
|
75617
75220
|
interviewer_id?: string | null
|
|
75618
75221
|
application_id?: string | null
|
|
75619
|
-
evaluation_plan_id?: string | null
|
|
75620
75222
|
resume_id: string
|
|
75621
75223
|
job_description_id: string
|
|
75622
75224
|
organisation_id: string
|
|
@@ -75678,7 +75280,6 @@ export namespace Prisma {
|
|
|
75678
75280
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
75679
75281
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
75680
75282
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
75681
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
75682
75283
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
75683
75284
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
75684
75285
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -75690,7 +75291,6 @@ export namespace Prisma {
|
|
|
75690
75291
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
75691
75292
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75692
75293
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75693
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75694
75294
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
75695
75295
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
75696
75296
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -75856,7 +75456,6 @@ export namespace Prisma {
|
|
|
75856
75456
|
organisation: OrganisationCreateNestedOneWithoutInterviewsInput
|
|
75857
75457
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
75858
75458
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
75859
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
75860
75459
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
75861
75460
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
75862
75461
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -75869,7 +75468,6 @@ export namespace Prisma {
|
|
|
75869
75468
|
candidate_id: string
|
|
75870
75469
|
interviewer_id?: string | null
|
|
75871
75470
|
application_id?: string | null
|
|
75872
|
-
evaluation_plan_id?: string | null
|
|
75873
75471
|
resume_id: string
|
|
75874
75472
|
organisation_id: string
|
|
75875
75473
|
room_name?: string | null
|
|
@@ -76037,7 +75635,6 @@ export namespace Prisma {
|
|
|
76037
75635
|
assessment?: AssessmentLibraryCreateNestedOneWithoutEvaluation_PlansInput
|
|
76038
75636
|
assignment_library?: AssignmentLibraryCreateNestedOneWithoutEvaluationPlanInput
|
|
76039
75637
|
ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutEvaluation_planInput
|
|
76040
|
-
interviews?: InterviewCreateNestedManyWithoutEvaluation_planInput
|
|
76041
75638
|
}
|
|
76042
75639
|
|
|
76043
75640
|
export type EvaluationPlanUncheckedCreateWithoutJobDescriptionInput = {
|
|
@@ -76064,7 +75661,6 @@ export namespace Prisma {
|
|
|
76064
75661
|
questions?: QuestionUncheckedCreateNestedManyWithoutEvaluationPlanInput
|
|
76065
75662
|
applications?: ApplicationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
76066
75663
|
ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
76067
|
-
interviews?: InterviewUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
76068
75664
|
}
|
|
76069
75665
|
|
|
76070
75666
|
export type EvaluationPlanCreateOrConnectWithoutJobDescriptionInput = {
|
|
@@ -78111,7 +77707,6 @@ export namespace Prisma {
|
|
|
78111
77707
|
applications?: ApplicationCreateNestedManyWithoutEvaluation_planInput
|
|
78112
77708
|
assessment?: AssessmentLibraryCreateNestedOneWithoutEvaluation_PlansInput
|
|
78113
77709
|
assignment_library?: AssignmentLibraryCreateNestedOneWithoutEvaluationPlanInput
|
|
78114
|
-
interviews?: InterviewCreateNestedManyWithoutEvaluation_planInput
|
|
78115
77710
|
}
|
|
78116
77711
|
|
|
78117
77712
|
export type EvaluationPlanUncheckedCreateWithoutOngoing_evaluationsInput = {
|
|
@@ -78138,7 +77733,6 @@ export namespace Prisma {
|
|
|
78138
77733
|
is_active?: boolean
|
|
78139
77734
|
questions?: QuestionUncheckedCreateNestedManyWithoutEvaluationPlanInput
|
|
78140
77735
|
applications?: ApplicationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
78141
|
-
interviews?: InterviewUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
78142
77736
|
}
|
|
78143
77737
|
|
|
78144
77738
|
export type EvaluationPlanCreateOrConnectWithoutOngoing_evaluationsInput = {
|
|
@@ -78168,7 +77762,6 @@ export namespace Prisma {
|
|
|
78168
77762
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
78169
77763
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
78170
77764
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
78171
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
78172
77765
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
78173
77766
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
78174
77767
|
feedback?: FeedbackCreateNestedManyWithoutInterviewInput
|
|
@@ -78180,7 +77773,6 @@ export namespace Prisma {
|
|
|
78180
77773
|
candidate_id: string
|
|
78181
77774
|
interviewer_id?: string | null
|
|
78182
77775
|
application_id?: string | null
|
|
78183
|
-
evaluation_plan_id?: string | null
|
|
78184
77776
|
resume_id: string
|
|
78185
77777
|
job_description_id: string
|
|
78186
77778
|
organisation_id: string
|
|
@@ -78619,7 +78211,6 @@ export namespace Prisma {
|
|
|
78619
78211
|
applications?: ApplicationUpdateManyWithoutEvaluation_planNestedInput
|
|
78620
78212
|
assessment?: AssessmentLibraryUpdateOneWithoutEvaluation_PlansNestedInput
|
|
78621
78213
|
assignment_library?: AssignmentLibraryUpdateOneWithoutEvaluationPlanNestedInput
|
|
78622
|
-
interviews?: InterviewUpdateManyWithoutEvaluation_planNestedInput
|
|
78623
78214
|
}
|
|
78624
78215
|
|
|
78625
78216
|
export type EvaluationPlanUncheckedUpdateWithoutOngoing_evaluationsInput = {
|
|
@@ -78646,7 +78237,6 @@ export namespace Prisma {
|
|
|
78646
78237
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
78647
78238
|
questions?: QuestionUncheckedUpdateManyWithoutEvaluationPlanNestedInput
|
|
78648
78239
|
applications?: ApplicationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
78649
|
-
interviews?: InterviewUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
78650
78240
|
}
|
|
78651
78241
|
|
|
78652
78242
|
export type InterviewUpsertWithoutOngoing_evaluationInput = {
|
|
@@ -78682,7 +78272,6 @@ export namespace Prisma {
|
|
|
78682
78272
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
78683
78273
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
78684
78274
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
78685
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
78686
78275
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
78687
78276
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
78688
78277
|
feedback?: FeedbackUpdateManyWithoutInterviewNestedInput
|
|
@@ -78694,7 +78283,6 @@ export namespace Prisma {
|
|
|
78694
78283
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
78695
78284
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78696
78285
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78697
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78698
78286
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
78699
78287
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
78700
78288
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -79109,7 +78697,6 @@ export namespace Prisma {
|
|
|
79109
78697
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
79110
78698
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
79111
78699
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
79112
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
79113
78700
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
79114
78701
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
79115
78702
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -79122,7 +78709,6 @@ export namespace Prisma {
|
|
|
79122
78709
|
candidate_id: string
|
|
79123
78710
|
interviewer_id?: string | null
|
|
79124
78711
|
application_id?: string | null
|
|
79125
|
-
evaluation_plan_id?: string | null
|
|
79126
78712
|
resume_id: string
|
|
79127
78713
|
job_description_id: string
|
|
79128
78714
|
room_name?: string | null
|
|
@@ -80269,7 +79855,6 @@ export namespace Prisma {
|
|
|
80269
79855
|
assessment?: AssessmentLibraryCreateNestedOneWithoutEvaluation_PlansInput
|
|
80270
79856
|
assignment_library?: AssignmentLibraryCreateNestedOneWithoutEvaluationPlanInput
|
|
80271
79857
|
ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutEvaluation_planInput
|
|
80272
|
-
interviews?: InterviewCreateNestedManyWithoutEvaluation_planInput
|
|
80273
79858
|
}
|
|
80274
79859
|
|
|
80275
79860
|
export type EvaluationPlanUncheckedCreateWithoutQuestionsInput = {
|
|
@@ -80296,7 +79881,6 @@ export namespace Prisma {
|
|
|
80296
79881
|
is_active?: boolean
|
|
80297
79882
|
applications?: ApplicationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
80298
79883
|
ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
80299
|
-
interviews?: InterviewUncheckedCreateNestedManyWithoutEvaluation_planInput
|
|
80300
79884
|
}
|
|
80301
79885
|
|
|
80302
79886
|
export type EvaluationPlanCreateOrConnectWithoutQuestionsInput = {
|
|
@@ -80565,7 +80149,6 @@ export namespace Prisma {
|
|
|
80565
80149
|
assessment?: AssessmentLibraryUpdateOneWithoutEvaluation_PlansNestedInput
|
|
80566
80150
|
assignment_library?: AssignmentLibraryUpdateOneWithoutEvaluationPlanNestedInput
|
|
80567
80151
|
ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutEvaluation_planNestedInput
|
|
80568
|
-
interviews?: InterviewUpdateManyWithoutEvaluation_planNestedInput
|
|
80569
80152
|
}
|
|
80570
80153
|
|
|
80571
80154
|
export type EvaluationPlanUncheckedUpdateWithoutQuestionsInput = {
|
|
@@ -80592,7 +80175,6 @@ export namespace Prisma {
|
|
|
80592
80175
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
80593
80176
|
applications?: ApplicationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
80594
80177
|
ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
80595
|
-
interviews?: InterviewUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
80596
80178
|
}
|
|
80597
80179
|
|
|
80598
80180
|
export type CandidateQuestionResponseUpsertWithWhereUniqueWithoutQuestionInput = {
|
|
@@ -80937,7 +80519,6 @@ export namespace Prisma {
|
|
|
80937
80519
|
organisation: OrganisationCreateNestedOneWithoutInterviewsInput
|
|
80938
80520
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
80939
80521
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
80940
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
80941
80522
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
80942
80523
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
80943
80524
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -80950,7 +80531,6 @@ export namespace Prisma {
|
|
|
80950
80531
|
candidate_id: string
|
|
80951
80532
|
interviewer_id?: string | null
|
|
80952
80533
|
application_id?: string | null
|
|
80953
|
-
evaluation_plan_id?: string | null
|
|
80954
80534
|
job_description_id: string
|
|
80955
80535
|
organisation_id: string
|
|
80956
80536
|
room_name?: string | null
|
|
@@ -81748,7 +81328,6 @@ export namespace Prisma {
|
|
|
81748
81328
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
81749
81329
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
81750
81330
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
81751
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
81752
81331
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
81753
81332
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
81754
81333
|
feedback?: FeedbackCreateNestedManyWithoutInterviewInput
|
|
@@ -81760,7 +81339,6 @@ export namespace Prisma {
|
|
|
81760
81339
|
candidate_id: string
|
|
81761
81340
|
interviewer_id?: string | null
|
|
81762
81341
|
application_id?: string | null
|
|
81763
|
-
evaluation_plan_id?: string | null
|
|
81764
81342
|
resume_id: string
|
|
81765
81343
|
job_description_id: string
|
|
81766
81344
|
organisation_id: string
|
|
@@ -81933,7 +81511,6 @@ export namespace Prisma {
|
|
|
81933
81511
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
81934
81512
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
81935
81513
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
81936
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
81937
81514
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
81938
81515
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
81939
81516
|
feedback?: FeedbackUpdateManyWithoutInterviewNestedInput
|
|
@@ -81945,7 +81522,6 @@ export namespace Prisma {
|
|
|
81945
81522
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
81946
81523
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81947
81524
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81948
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81949
81525
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
81950
81526
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
81951
81527
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -82080,7 +81656,6 @@ export namespace Prisma {
|
|
|
82080
81656
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
82081
81657
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
82082
81658
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
82083
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
82084
81659
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
82085
81660
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
82086
81661
|
feedback?: FeedbackCreateNestedManyWithoutInterviewInput
|
|
@@ -82092,7 +81667,6 @@ export namespace Prisma {
|
|
|
82092
81667
|
candidate_id: string
|
|
82093
81668
|
interviewer_id?: string | null
|
|
82094
81669
|
application_id?: string | null
|
|
82095
|
-
evaluation_plan_id?: string | null
|
|
82096
81670
|
resume_id: string
|
|
82097
81671
|
job_description_id: string
|
|
82098
81672
|
organisation_id: string
|
|
@@ -82254,7 +81828,6 @@ export namespace Prisma {
|
|
|
82254
81828
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
82255
81829
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
82256
81830
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
82257
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
82258
81831
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
82259
81832
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
82260
81833
|
feedback?: FeedbackUpdateManyWithoutInterviewNestedInput
|
|
@@ -82266,7 +81839,6 @@ export namespace Prisma {
|
|
|
82266
81839
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
82267
81840
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82268
81841
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82269
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82270
81842
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
82271
81843
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
82272
81844
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -82965,7 +82537,6 @@ export namespace Prisma {
|
|
|
82965
82537
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
82966
82538
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
82967
82539
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
82968
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
82969
82540
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
82970
82541
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
82971
82542
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -82977,7 +82548,6 @@ export namespace Prisma {
|
|
|
82977
82548
|
id?: string
|
|
82978
82549
|
interviewer_id?: string | null
|
|
82979
82550
|
application_id?: string | null
|
|
82980
|
-
evaluation_plan_id?: string | null
|
|
82981
82551
|
resume_id: string
|
|
82982
82552
|
job_description_id: string
|
|
82983
82553
|
organisation_id: string
|
|
@@ -83033,7 +82603,6 @@ export namespace Prisma {
|
|
|
83033
82603
|
job_description: JobDescriptionCreateNestedOneWithoutInterviewsInput
|
|
83034
82604
|
resume: ResumeCreateNestedOneWithoutInterviewsInput
|
|
83035
82605
|
application?: ApplicationCreateNestedOneWithoutInterviewsInput
|
|
83036
|
-
evaluation_plan?: EvaluationPlanCreateNestedOneWithoutInterviewsInput
|
|
83037
82606
|
ongoing_evaluation?: OngoingEvaluationCreateNestedOneWithoutInterviewInput
|
|
83038
82607
|
transcripts?: TranscriptCreateNestedManyWithoutInterviewInput
|
|
83039
82608
|
suggestions?: SuggestionCreateNestedManyWithoutInterviewInput
|
|
@@ -83045,7 +82614,6 @@ export namespace Prisma {
|
|
|
83045
82614
|
id?: string
|
|
83046
82615
|
candidate_id: string
|
|
83047
82616
|
application_id?: string | null
|
|
83048
|
-
evaluation_plan_id?: string | null
|
|
83049
82617
|
resume_id: string
|
|
83050
82618
|
job_description_id: string
|
|
83051
82619
|
organisation_id: string
|
|
@@ -84622,7 +84190,6 @@ export namespace Prisma {
|
|
|
84622
84190
|
id?: string
|
|
84623
84191
|
candidate_id: string
|
|
84624
84192
|
interviewer_id?: string | null
|
|
84625
|
-
evaluation_plan_id?: string | null
|
|
84626
84193
|
resume_id: string
|
|
84627
84194
|
job_description_id: string
|
|
84628
84195
|
organisation_id: string
|
|
@@ -84705,7 +84272,6 @@ export namespace Prisma {
|
|
|
84705
84272
|
organisation?: OrganisationUpdateOneRequiredWithoutInterviewsNestedInput
|
|
84706
84273
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
84707
84274
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
84708
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
84709
84275
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
84710
84276
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
84711
84277
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -84717,7 +84283,6 @@ export namespace Prisma {
|
|
|
84717
84283
|
id?: StringFieldUpdateOperationsInput | string
|
|
84718
84284
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
84719
84285
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84720
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84721
84286
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
84722
84287
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
84723
84288
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -84746,7 +84311,6 @@ export namespace Prisma {
|
|
|
84746
84311
|
id?: StringFieldUpdateOperationsInput | string
|
|
84747
84312
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
84748
84313
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84749
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84750
84314
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
84751
84315
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
84752
84316
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -85159,7 +84723,6 @@ export namespace Prisma {
|
|
|
85159
84723
|
applications?: ApplicationUpdateManyWithoutEvaluation_planNestedInput
|
|
85160
84724
|
assignment_library?: AssignmentLibraryUpdateOneWithoutEvaluationPlanNestedInput
|
|
85161
84725
|
ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutEvaluation_planNestedInput
|
|
85162
|
-
interviews?: InterviewUpdateManyWithoutEvaluation_planNestedInput
|
|
85163
84726
|
}
|
|
85164
84727
|
|
|
85165
84728
|
export type EvaluationPlanUncheckedUpdateWithoutAssessmentInput = {
|
|
@@ -85186,7 +84749,6 @@ export namespace Prisma {
|
|
|
85186
84749
|
questions?: QuestionUncheckedUpdateManyWithoutEvaluationPlanNestedInput
|
|
85187
84750
|
applications?: ApplicationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
85188
84751
|
ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
85189
|
-
interviews?: InterviewUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
85190
84752
|
}
|
|
85191
84753
|
|
|
85192
84754
|
export type EvaluationPlanUncheckedUpdateManyWithoutAssessmentInput = {
|
|
@@ -85259,7 +84821,6 @@ export namespace Prisma {
|
|
|
85259
84821
|
applications?: ApplicationUpdateManyWithoutEvaluation_planNestedInput
|
|
85260
84822
|
assessment?: AssessmentLibraryUpdateOneWithoutEvaluation_PlansNestedInput
|
|
85261
84823
|
ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutEvaluation_planNestedInput
|
|
85262
|
-
interviews?: InterviewUpdateManyWithoutEvaluation_planNestedInput
|
|
85263
84824
|
}
|
|
85264
84825
|
|
|
85265
84826
|
export type EvaluationPlanUncheckedUpdateWithoutAssignment_libraryInput = {
|
|
@@ -85286,7 +84847,6 @@ export namespace Prisma {
|
|
|
85286
84847
|
questions?: QuestionUncheckedUpdateManyWithoutEvaluationPlanNestedInput
|
|
85287
84848
|
applications?: ApplicationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
85288
84849
|
ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
85289
|
-
interviews?: InterviewUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
85290
84850
|
}
|
|
85291
84851
|
|
|
85292
84852
|
export type EvaluationPlanUncheckedUpdateManyWithoutAssignment_libraryInput = {
|
|
@@ -85380,30 +84940,6 @@ export namespace Prisma {
|
|
|
85380
84940
|
details?: NullableJsonNullValueInput | InputJsonValue
|
|
85381
84941
|
}
|
|
85382
84942
|
|
|
85383
|
-
export type InterviewCreateManyEvaluation_planInput = {
|
|
85384
|
-
id?: string
|
|
85385
|
-
candidate_id: string
|
|
85386
|
-
interviewer_id?: string | null
|
|
85387
|
-
application_id?: string | null
|
|
85388
|
-
resume_id: string
|
|
85389
|
-
job_description_id: string
|
|
85390
|
-
organisation_id: string
|
|
85391
|
-
room_name?: string | null
|
|
85392
|
-
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
85393
|
-
scheduled_start_time?: Date | string | null
|
|
85394
|
-
scheduled_end_time?: Date | string | null
|
|
85395
|
-
actual_start_time?: Date | string | null
|
|
85396
|
-
actual_end_time?: Date | string | null
|
|
85397
|
-
recording_url?: string | null
|
|
85398
|
-
interview_status?: $Enums.InterviewStatus
|
|
85399
|
-
google_event_id?: string | null
|
|
85400
|
-
created_at?: Date | string
|
|
85401
|
-
updated_at?: Date | string
|
|
85402
|
-
created_by: string
|
|
85403
|
-
updated_by: string
|
|
85404
|
-
is_active?: boolean
|
|
85405
|
-
}
|
|
85406
|
-
|
|
85407
84943
|
export type QuestionUpdateWithoutEvaluationPlanInput = {
|
|
85408
84944
|
id?: StringFieldUpdateOperationsInput | string
|
|
85409
84945
|
skill?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85618,88 +85154,6 @@ export namespace Prisma {
|
|
|
85618
85154
|
details?: NullableJsonNullValueInput | InputJsonValue
|
|
85619
85155
|
}
|
|
85620
85156
|
|
|
85621
|
-
export type InterviewUpdateWithoutEvaluation_planInput = {
|
|
85622
|
-
id?: StringFieldUpdateOperationsInput | string
|
|
85623
|
-
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85624
|
-
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
85625
|
-
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85626
|
-
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85627
|
-
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85628
|
-
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85629
|
-
recording_url?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85630
|
-
interview_status?: EnumInterviewStatusFieldUpdateOperationsInput | $Enums.InterviewStatus
|
|
85631
|
-
google_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85632
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85633
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85634
|
-
created_by?: StringFieldUpdateOperationsInput | string
|
|
85635
|
-
updated_by?: StringFieldUpdateOperationsInput | string
|
|
85636
|
-
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
85637
|
-
candidate?: UserUpdateOneWithoutCandidate_interviewsNestedInput
|
|
85638
|
-
interviewer?: UserUpdateOneWithoutInterviewer_interviewsNestedInput
|
|
85639
|
-
organisation?: OrganisationUpdateOneRequiredWithoutInterviewsNestedInput
|
|
85640
|
-
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
85641
|
-
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
85642
|
-
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
85643
|
-
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
85644
|
-
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
85645
|
-
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
85646
|
-
feedback?: FeedbackUpdateManyWithoutInterviewNestedInput
|
|
85647
|
-
interviewNotes?: InterviewNotesUpdateManyWithoutInterviewNestedInput
|
|
85648
|
-
}
|
|
85649
|
-
|
|
85650
|
-
export type InterviewUncheckedUpdateWithoutEvaluation_planInput = {
|
|
85651
|
-
id?: StringFieldUpdateOperationsInput | string
|
|
85652
|
-
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
85653
|
-
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85654
|
-
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85655
|
-
resume_id?: StringFieldUpdateOperationsInput | string
|
|
85656
|
-
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
85657
|
-
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
85658
|
-
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85659
|
-
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
85660
|
-
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85661
|
-
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85662
|
-
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85663
|
-
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85664
|
-
recording_url?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85665
|
-
interview_status?: EnumInterviewStatusFieldUpdateOperationsInput | $Enums.InterviewStatus
|
|
85666
|
-
google_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85667
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85668
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85669
|
-
created_by?: StringFieldUpdateOperationsInput | string
|
|
85670
|
-
updated_by?: StringFieldUpdateOperationsInput | string
|
|
85671
|
-
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
85672
|
-
ongoing_evaluation?: OngoingEvaluationUncheckedUpdateOneWithoutInterviewNestedInput
|
|
85673
|
-
transcripts?: TranscriptUncheckedUpdateManyWithoutInterviewNestedInput
|
|
85674
|
-
suggestions?: SuggestionUncheckedUpdateManyWithoutInterviewNestedInput
|
|
85675
|
-
feedback?: FeedbackUncheckedUpdateManyWithoutInterviewNestedInput
|
|
85676
|
-
interviewNotes?: InterviewNotesUncheckedUpdateManyWithoutInterviewNestedInput
|
|
85677
|
-
}
|
|
85678
|
-
|
|
85679
|
-
export type InterviewUncheckedUpdateManyWithoutEvaluation_planInput = {
|
|
85680
|
-
id?: StringFieldUpdateOperationsInput | string
|
|
85681
|
-
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
85682
|
-
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85683
|
-
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85684
|
-
resume_id?: StringFieldUpdateOperationsInput | string
|
|
85685
|
-
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
85686
|
-
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
85687
|
-
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85688
|
-
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
85689
|
-
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85690
|
-
scheduled_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85691
|
-
actual_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85692
|
-
actual_end_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
85693
|
-
recording_url?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85694
|
-
interview_status?: EnumInterviewStatusFieldUpdateOperationsInput | $Enums.InterviewStatus
|
|
85695
|
-
google_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85696
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85697
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85698
|
-
created_by?: StringFieldUpdateOperationsInput | string
|
|
85699
|
-
updated_by?: StringFieldUpdateOperationsInput | string
|
|
85700
|
-
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
85701
|
-
}
|
|
85702
|
-
|
|
85703
85157
|
export type TranscriptCreateManyInterviewInput = {
|
|
85704
85158
|
id?: string
|
|
85705
85159
|
suggestion_id?: string | null
|
|
@@ -85946,7 +85400,6 @@ export namespace Prisma {
|
|
|
85946
85400
|
candidate_id: string
|
|
85947
85401
|
interviewer_id?: string | null
|
|
85948
85402
|
application_id?: string | null
|
|
85949
|
-
evaluation_plan_id?: string | null
|
|
85950
85403
|
resume_id: string
|
|
85951
85404
|
organisation_id: string
|
|
85952
85405
|
room_name?: string | null
|
|
@@ -86201,7 +85654,6 @@ export namespace Prisma {
|
|
|
86201
85654
|
organisation?: OrganisationUpdateOneRequiredWithoutInterviewsNestedInput
|
|
86202
85655
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
86203
85656
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
86204
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
86205
85657
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
86206
85658
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
86207
85659
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -86214,7 +85666,6 @@ export namespace Prisma {
|
|
|
86214
85666
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
86215
85667
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86216
85668
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86217
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86218
85669
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
86219
85670
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
86220
85671
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -86243,7 +85694,6 @@ export namespace Prisma {
|
|
|
86243
85694
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
86244
85695
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86245
85696
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86246
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86247
85697
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
86248
85698
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
86249
85699
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -86420,7 +85870,6 @@ export namespace Prisma {
|
|
|
86420
85870
|
assessment?: AssessmentLibraryUpdateOneWithoutEvaluation_PlansNestedInput
|
|
86421
85871
|
assignment_library?: AssignmentLibraryUpdateOneWithoutEvaluationPlanNestedInput
|
|
86422
85872
|
ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutEvaluation_planNestedInput
|
|
86423
|
-
interviews?: InterviewUpdateManyWithoutEvaluation_planNestedInput
|
|
86424
85873
|
}
|
|
86425
85874
|
|
|
86426
85875
|
export type EvaluationPlanUncheckedUpdateWithoutJobDescriptionInput = {
|
|
@@ -86447,7 +85896,6 @@ export namespace Prisma {
|
|
|
86447
85896
|
questions?: QuestionUncheckedUpdateManyWithoutEvaluationPlanNestedInput
|
|
86448
85897
|
applications?: ApplicationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
86449
85898
|
ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
86450
|
-
interviews?: InterviewUncheckedUpdateManyWithoutEvaluation_planNestedInput
|
|
86451
85899
|
}
|
|
86452
85900
|
|
|
86453
85901
|
export type EvaluationPlanUncheckedUpdateManyWithoutJobDescriptionInput = {
|
|
@@ -87007,7 +86455,6 @@ export namespace Prisma {
|
|
|
87007
86455
|
candidate_id: string
|
|
87008
86456
|
interviewer_id?: string | null
|
|
87009
86457
|
application_id?: string | null
|
|
87010
|
-
evaluation_plan_id?: string | null
|
|
87011
86458
|
resume_id: string
|
|
87012
86459
|
job_description_id: string
|
|
87013
86460
|
room_name?: string | null
|
|
@@ -87587,7 +87034,6 @@ export namespace Prisma {
|
|
|
87587
87034
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
87588
87035
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
87589
87036
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
87590
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
87591
87037
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
87592
87038
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
87593
87039
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -87600,7 +87046,6 @@ export namespace Prisma {
|
|
|
87600
87046
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
87601
87047
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
87602
87048
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
87603
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
87604
87049
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
87605
87050
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
87606
87051
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -87629,7 +87074,6 @@ export namespace Prisma {
|
|
|
87629
87074
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
87630
87075
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
87631
87076
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
87632
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
87633
87077
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
87634
87078
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
87635
87079
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -88115,7 +87559,6 @@ export namespace Prisma {
|
|
|
88115
87559
|
candidate_id: string
|
|
88116
87560
|
interviewer_id?: string | null
|
|
88117
87561
|
application_id?: string | null
|
|
88118
|
-
evaluation_plan_id?: string | null
|
|
88119
87562
|
job_description_id: string
|
|
88120
87563
|
organisation_id: string
|
|
88121
87564
|
room_name?: string | null
|
|
@@ -88293,7 +87736,6 @@ export namespace Prisma {
|
|
|
88293
87736
|
organisation?: OrganisationUpdateOneRequiredWithoutInterviewsNestedInput
|
|
88294
87737
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
88295
87738
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
88296
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
88297
87739
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
88298
87740
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
88299
87741
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -88306,7 +87748,6 @@ export namespace Prisma {
|
|
|
88306
87748
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
88307
87749
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
88308
87750
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
88309
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
88310
87751
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
88311
87752
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
88312
87753
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -88335,7 +87776,6 @@ export namespace Prisma {
|
|
|
88335
87776
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
88336
87777
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
88337
87778
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
88338
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
88339
87779
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
88340
87780
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
88341
87781
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -88738,7 +88178,6 @@ export namespace Prisma {
|
|
|
88738
88178
|
id?: string
|
|
88739
88179
|
interviewer_id?: string | null
|
|
88740
88180
|
application_id?: string | null
|
|
88741
|
-
evaluation_plan_id?: string | null
|
|
88742
88181
|
resume_id: string
|
|
88743
88182
|
job_description_id: string
|
|
88744
88183
|
organisation_id: string
|
|
@@ -88762,7 +88201,6 @@ export namespace Prisma {
|
|
|
88762
88201
|
id?: string
|
|
88763
88202
|
candidate_id: string
|
|
88764
88203
|
application_id?: string | null
|
|
88765
|
-
evaluation_plan_id?: string | null
|
|
88766
88204
|
resume_id: string
|
|
88767
88205
|
job_description_id: string
|
|
88768
88206
|
organisation_id: string
|
|
@@ -89351,7 +88789,6 @@ export namespace Prisma {
|
|
|
89351
88789
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
89352
88790
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
89353
88791
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
89354
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
89355
88792
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
89356
88793
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
89357
88794
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -89363,7 +88800,6 @@ export namespace Prisma {
|
|
|
89363
88800
|
id?: StringFieldUpdateOperationsInput | string
|
|
89364
88801
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89365
88802
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89366
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89367
88803
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
89368
88804
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
89369
88805
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -89392,7 +88828,6 @@ export namespace Prisma {
|
|
|
89392
88828
|
id?: StringFieldUpdateOperationsInput | string
|
|
89393
88829
|
interviewer_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89394
88830
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89395
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89396
88831
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
89397
88832
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
89398
88833
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -89433,7 +88868,6 @@ export namespace Prisma {
|
|
|
89433
88868
|
job_description?: JobDescriptionUpdateOneRequiredWithoutInterviewsNestedInput
|
|
89434
88869
|
resume?: ResumeUpdateOneRequiredWithoutInterviewsNestedInput
|
|
89435
88870
|
application?: ApplicationUpdateOneWithoutInterviewsNestedInput
|
|
89436
|
-
evaluation_plan?: EvaluationPlanUpdateOneWithoutInterviewsNestedInput
|
|
89437
88871
|
ongoing_evaluation?: OngoingEvaluationUpdateOneWithoutInterviewNestedInput
|
|
89438
88872
|
transcripts?: TranscriptUpdateManyWithoutInterviewNestedInput
|
|
89439
88873
|
suggestions?: SuggestionUpdateManyWithoutInterviewNestedInput
|
|
@@ -89445,7 +88879,6 @@ export namespace Prisma {
|
|
|
89445
88879
|
id?: StringFieldUpdateOperationsInput | string
|
|
89446
88880
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
89447
88881
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89448
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89449
88882
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
89450
88883
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
89451
88884
|
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
@@ -89474,7 +88907,6 @@ export namespace Prisma {
|
|
|
89474
88907
|
id?: StringFieldUpdateOperationsInput | string
|
|
89475
88908
|
candidate_id?: StringFieldUpdateOperationsInput | string
|
|
89476
88909
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89477
|
-
evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89478
88910
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
89479
88911
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
89480
88912
|
organisation_id?: StringFieldUpdateOperationsInput | string
|