@adaptware/eagles-db 0.4.38 → 0.4.42

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.
Files changed (34) hide show
  1. package/client/edge.js +8 -5
  2. package/client/index-browser.js +3 -0
  3. package/client/index.d.ts +748 -4
  4. package/client/index.js +8 -5
  5. package/client/package.json +1 -1
  6. package/client/schema.prisma +32 -27
  7. package/client/wasm.js +8 -5
  8. package/package.json +1 -1
  9. package/prisma/.DS_Store +0 -0
  10. package/prisma/schema/document.prisma +1 -0
  11. package/prisma/schema/evaluationPlan.prisma +1 -0
  12. package/prisma/schema/jobDescription.prisma +2 -0
  13. package/prisma/schema/migrations/20260519120000_interview_deadline/migration.sql +2 -0
  14. package/prisma/schema/migrations/20260520120000_interview_duration_drop_deadline/migration.sql +30 -0
  15. package/prisma/schema/migrations/20260602120000_resume_file_hash_drop_unique/migration.sql +2 -0
  16. package/prisma/schema/migrations/20260603120000_job_application_field_is_mandatory/migration.sql +2 -0
  17. package/prisma/schema/migrations/20260604120000_job_application_response_updated_by_organisation/migration.sql +2 -0
  18. package/prisma/schema/migrations/20260605120000_drop_document_application_id/migration.sql +3 -0
  19. package/prisma/schema/migrations/20260610120000_jaf_template_model/migration.sql +70 -0
  20. package/prisma/schema/migrations/20260610130000_assignment_document_fks/migration.sql +15 -0
  21. package/prisma/schema/migrations/20260610140000_jaf_draft_activation/migration.sql +12 -0
  22. package/prisma/schema/migrations/20260713120000_add_focus_areas_backfill/migration.sql +16 -0
  23. package/prisma/schema/ongoingEvaluation.prisma +1 -0
  24. package/client/libquery_engine-darwin.dylib.node +0 -0
  25. package/prisma/migrations/20260519120000_migrate_shortlisted_to_selected/migration.sql +0 -2
  26. package/prisma/schema/.DS_Store +0 -0
  27. package/prisma/schema/migrations/20260519120000_add_analytics_schema/migration.sql +0 -84
  28. package/prisma/schema/migrations/20260625120000_add_interviewer_analytics/migration.sql +0 -26
  29. package/prisma/schema/migrations/20260629120000_add_user_lifecycle_activity_events/migration.sql +0 -13
  30. package/prisma/schema/migrations/20260629140000_drop_organisation_org_code/migration.sql +0 -2
  31. package/prisma/schema/migrations/20260629160000_employee_codes_dual_interviewer_analytics/migration.sql +0 -87
  32. package/prisma/schema/migrations/20260630120000_add_application_sources/migration.sql +0 -38
  33. package/prisma/schema/migrations/20260701120000_add_source_effectiveness_analytics/migration.sql +0 -40
  34. package/prisma/schema/migrations/20260702120000_add_analytics_daily_tables/migration.sql +0 -232
package/client/index.d.ts CHANGED
@@ -44168,6 +44168,7 @@ export namespace Prisma {
44168
44168
  resume_rendered_export?: boolean | Document$resume_rendered_exportArgs<ExtArgs>
44169
44169
  job_description_source?: boolean | Document$job_description_sourceArgs<ExtArgs>
44170
44170
  job_description_rendered?: boolean | Document$job_description_renderedArgs<ExtArgs>
44171
+ job_description_display_html?: boolean | Document$job_description_display_htmlArgs<ExtArgs>
44171
44172
  interview_recording?: boolean | Document$interview_recordingArgs<ExtArgs>
44172
44173
  job_application_responses?: boolean | Document$job_application_responsesArgs<ExtArgs>
44173
44174
  assignment_solution?: boolean | Document$assignment_solutionArgs<ExtArgs>
@@ -44247,6 +44248,7 @@ export namespace Prisma {
44247
44248
  resume_rendered_export?: boolean | Document$resume_rendered_exportArgs<ExtArgs>
44248
44249
  job_description_source?: boolean | Document$job_description_sourceArgs<ExtArgs>
44249
44250
  job_description_rendered?: boolean | Document$job_description_renderedArgs<ExtArgs>
44251
+ job_description_display_html?: boolean | Document$job_description_display_htmlArgs<ExtArgs>
44250
44252
  interview_recording?: boolean | Document$interview_recordingArgs<ExtArgs>
44251
44253
  job_application_responses?: boolean | Document$job_application_responsesArgs<ExtArgs>
44252
44254
  assignment_solution?: boolean | Document$assignment_solutionArgs<ExtArgs>
@@ -44271,6 +44273,7 @@ export namespace Prisma {
44271
44273
  resume_rendered_export: Prisma.$ResumePayload<ExtArgs> | null
44272
44274
  job_description_source: Prisma.$JobDescriptionPayload<ExtArgs> | null
44273
44275
  job_description_rendered: Prisma.$JobDescriptionPayload<ExtArgs> | null
44276
+ job_description_display_html: Prisma.$JobDescriptionPayload<ExtArgs> | null
44274
44277
  interview_recording: Prisma.$InterviewPayload<ExtArgs> | null
44275
44278
  job_application_responses: Prisma.$JobApplicationResponsePayload<ExtArgs>[]
44276
44279
  assignment_solution: Prisma.$AssignmentPayload<ExtArgs> | null
@@ -44694,6 +44697,7 @@ export namespace Prisma {
44694
44697
  resume_rendered_export<T extends Document$resume_rendered_exportArgs<ExtArgs> = {}>(args?: Subset<T, Document$resume_rendered_exportArgs<ExtArgs>>): Prisma__ResumeClient<$Result.GetResult<Prisma.$ResumePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
44695
44698
  job_description_source<T extends Document$job_description_sourceArgs<ExtArgs> = {}>(args?: Subset<T, Document$job_description_sourceArgs<ExtArgs>>): Prisma__JobDescriptionClient<$Result.GetResult<Prisma.$JobDescriptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
44696
44699
  job_description_rendered<T extends Document$job_description_renderedArgs<ExtArgs> = {}>(args?: Subset<T, Document$job_description_renderedArgs<ExtArgs>>): Prisma__JobDescriptionClient<$Result.GetResult<Prisma.$JobDescriptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
44700
+ job_description_display_html<T extends Document$job_description_display_htmlArgs<ExtArgs> = {}>(args?: Subset<T, Document$job_description_display_htmlArgs<ExtArgs>>): Prisma__JobDescriptionClient<$Result.GetResult<Prisma.$JobDescriptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
44697
44701
  interview_recording<T extends Document$interview_recordingArgs<ExtArgs> = {}>(args?: Subset<T, Document$interview_recordingArgs<ExtArgs>>): Prisma__InterviewClient<$Result.GetResult<Prisma.$InterviewPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
44698
44702
  job_application_responses<T extends Document$job_application_responsesArgs<ExtArgs> = {}>(args?: Subset<T, Document$job_application_responsesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$JobApplicationResponsePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
44699
44703
  assignment_solution<T extends Document$assignment_solutionArgs<ExtArgs> = {}>(args?: Subset<T, Document$assignment_solutionArgs<ExtArgs>>): Prisma__AssignmentClient<$Result.GetResult<Prisma.$AssignmentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
@@ -45253,6 +45257,25 @@ export namespace Prisma {
45253
45257
  where?: JobDescriptionWhereInput
45254
45258
  }
45255
45259
 
45260
+ /**
45261
+ * Document.job_description_display_html
45262
+ */
45263
+ export type Document$job_description_display_htmlArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
45264
+ /**
45265
+ * Select specific fields to fetch from the JobDescription
45266
+ */
45267
+ select?: JobDescriptionSelect<ExtArgs> | null
45268
+ /**
45269
+ * Omit specific fields from the JobDescription
45270
+ */
45271
+ omit?: JobDescriptionOmit<ExtArgs> | null
45272
+ /**
45273
+ * Choose, which related nodes to fetch as well
45274
+ */
45275
+ include?: JobDescriptionInclude<ExtArgs> | null
45276
+ where?: JobDescriptionWhereInput
45277
+ }
45278
+
45256
45279
  /**
45257
45280
  * Document.interview_recording
45258
45281
  */
@@ -45443,6 +45466,7 @@ export namespace Prisma {
45443
45466
  title: number
45444
45467
  description: number
45445
45468
  format: number
45469
+ focus_areas: number
45446
45470
  topics: number
45447
45471
  assignee: number
45448
45472
  elimination_round: number
@@ -45545,6 +45569,7 @@ export namespace Prisma {
45545
45569
  title?: true
45546
45570
  description?: true
45547
45571
  format?: true
45572
+ focus_areas?: true
45548
45573
  topics?: true
45549
45574
  assignee?: true
45550
45575
  elimination_round?: true
@@ -45662,6 +45687,7 @@ export namespace Prisma {
45662
45687
  title: string
45663
45688
  description: string | null
45664
45689
  format: $Enums.EvaluationRoundFormat | null
45690
+ focus_areas: string[]
45665
45691
  topics: string[]
45666
45692
  assignee: string | null
45667
45693
  elimination_round: boolean
@@ -45711,6 +45737,7 @@ export namespace Prisma {
45711
45737
  title?: boolean
45712
45738
  description?: boolean
45713
45739
  format?: boolean
45740
+ focus_areas?: boolean
45714
45741
  topics?: boolean
45715
45742
  assignee?: boolean
45716
45743
  elimination_round?: boolean
@@ -45749,6 +45776,7 @@ export namespace Prisma {
45749
45776
  title?: boolean
45750
45777
  description?: boolean
45751
45778
  format?: boolean
45779
+ focus_areas?: boolean
45752
45780
  topics?: boolean
45753
45781
  assignee?: boolean
45754
45782
  elimination_round?: boolean
@@ -45782,6 +45810,7 @@ export namespace Prisma {
45782
45810
  title?: boolean
45783
45811
  description?: boolean
45784
45812
  format?: boolean
45813
+ focus_areas?: boolean
45785
45814
  topics?: boolean
45786
45815
  assignee?: boolean
45787
45816
  elimination_round?: boolean
@@ -45815,6 +45844,7 @@ export namespace Prisma {
45815
45844
  title?: boolean
45816
45845
  description?: boolean
45817
45846
  format?: boolean
45847
+ focus_areas?: boolean
45818
45848
  topics?: boolean
45819
45849
  assignee?: boolean
45820
45850
  elimination_round?: boolean
@@ -45837,7 +45867,7 @@ export namespace Prisma {
45837
45867
  is_active?: boolean
45838
45868
  }
45839
45869
 
45840
- export type EvaluationPlanOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "job_description_id" | "assessment_id" | "assignment_library_id" | "title" | "description" | "format" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "round_purpose" | "timeline" | "order_no" | "details" | "plan_type" | "share_scope" | "duration" | "duration_unit" | "deadline" | "category" | "created_by" | "updated_by" | "created_at" | "updated_at" | "is_active", ExtArgs["result"]["evaluationPlan"]>
45870
+ export type EvaluationPlanOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "job_description_id" | "assessment_id" | "assignment_library_id" | "title" | "description" | "format" | "focus_areas" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "round_purpose" | "timeline" | "order_no" | "details" | "plan_type" | "share_scope" | "duration" | "duration_unit" | "deadline" | "category" | "created_by" | "updated_by" | "created_at" | "updated_at" | "is_active", ExtArgs["result"]["evaluationPlan"]>
45841
45871
  export type EvaluationPlanInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
45842
45872
  jobDescription?: boolean | JobDescriptionDefaultArgs<ExtArgs>
45843
45873
  questions?: boolean | EvaluationPlan$questionsArgs<ExtArgs>
@@ -45878,6 +45908,7 @@ export namespace Prisma {
45878
45908
  title: string
45879
45909
  description: string | null
45880
45910
  format: $Enums.EvaluationRoundFormat | null
45911
+ focus_areas: string[]
45881
45912
  topics: string[]
45882
45913
  assignee: string | null
45883
45914
  elimination_round: boolean
@@ -46335,6 +46366,7 @@ export namespace Prisma {
46335
46366
  readonly title: FieldRef<"EvaluationPlan", 'String'>
46336
46367
  readonly description: FieldRef<"EvaluationPlan", 'String'>
46337
46368
  readonly format: FieldRef<"EvaluationPlan", 'EvaluationRoundFormat'>
46369
+ readonly focus_areas: FieldRef<"EvaluationPlan", 'String[]'>
46338
46370
  readonly topics: FieldRef<"EvaluationPlan", 'String[]'>
46339
46371
  readonly assignee: FieldRef<"EvaluationPlan", 'String'>
46340
46372
  readonly elimination_round: FieldRef<"EvaluationPlan", 'Boolean'>
@@ -69049,6 +69081,7 @@ export namespace Prisma {
69049
69081
  uploaded_job_description_path: string | null
69050
69082
  source_document_id: string | null
69051
69083
  rendered_jd_document_id: string | null
69084
+ display_html_document_id: string | null
69052
69085
  is_plan_published: boolean | null
69053
69086
  is_posted: boolean | null
69054
69087
  target_closing_date: Date | null
@@ -69072,6 +69105,7 @@ export namespace Prisma {
69072
69105
  uploaded_job_description_path: string | null
69073
69106
  source_document_id: string | null
69074
69107
  rendered_jd_document_id: string | null
69108
+ display_html_document_id: string | null
69075
69109
  is_plan_published: boolean | null
69076
69110
  is_posted: boolean | null
69077
69111
  target_closing_date: Date | null
@@ -69097,6 +69131,7 @@ export namespace Prisma {
69097
69131
  uploaded_job_description_path: number
69098
69132
  source_document_id: number
69099
69133
  rendered_jd_document_id: number
69134
+ display_html_document_id: number
69100
69135
  is_plan_published: number
69101
69136
  is_posted: number
69102
69137
  summary: number
@@ -69135,6 +69170,7 @@ export namespace Prisma {
69135
69170
  uploaded_job_description_path?: true
69136
69171
  source_document_id?: true
69137
69172
  rendered_jd_document_id?: true
69173
+ display_html_document_id?: true
69138
69174
  is_plan_published?: true
69139
69175
  is_posted?: true
69140
69176
  target_closing_date?: true
@@ -69158,6 +69194,7 @@ export namespace Prisma {
69158
69194
  uploaded_job_description_path?: true
69159
69195
  source_document_id?: true
69160
69196
  rendered_jd_document_id?: true
69197
+ display_html_document_id?: true
69161
69198
  is_plan_published?: true
69162
69199
  is_posted?: true
69163
69200
  target_closing_date?: true
@@ -69183,6 +69220,7 @@ export namespace Prisma {
69183
69220
  uploaded_job_description_path?: true
69184
69221
  source_document_id?: true
69185
69222
  rendered_jd_document_id?: true
69223
+ display_html_document_id?: true
69186
69224
  is_plan_published?: true
69187
69225
  is_posted?: true
69188
69226
  summary?: true
@@ -69298,6 +69336,7 @@ export namespace Prisma {
69298
69336
  uploaded_job_description_path: string | null
69299
69337
  source_document_id: string | null
69300
69338
  rendered_jd_document_id: string | null
69339
+ display_html_document_id: string | null
69301
69340
  is_plan_published: boolean
69302
69341
  is_posted: boolean
69303
69342
  summary: JsonValue | null
@@ -69345,6 +69384,7 @@ export namespace Prisma {
69345
69384
  uploaded_job_description_path?: boolean
69346
69385
  source_document_id?: boolean
69347
69386
  rendered_jd_document_id?: boolean
69387
+ display_html_document_id?: boolean
69348
69388
  is_plan_published?: boolean
69349
69389
  is_posted?: boolean
69350
69390
  summary?: boolean
@@ -69362,6 +69402,7 @@ export namespace Prisma {
69362
69402
  openings?: boolean
69363
69403
  job_profile_id?: boolean
69364
69404
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69405
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69365
69406
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69366
69407
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69367
69408
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69396,6 +69437,7 @@ export namespace Prisma {
69396
69437
  uploaded_job_description_path?: boolean
69397
69438
  source_document_id?: boolean
69398
69439
  rendered_jd_document_id?: boolean
69440
+ display_html_document_id?: boolean
69399
69441
  is_plan_published?: boolean
69400
69442
  is_posted?: boolean
69401
69443
  summary?: boolean
@@ -69413,6 +69455,7 @@ export namespace Prisma {
69413
69455
  openings?: boolean
69414
69456
  job_profile_id?: boolean
69415
69457
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69458
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69416
69459
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69417
69460
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69418
69461
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69429,6 +69472,7 @@ export namespace Prisma {
69429
69472
  uploaded_job_description_path?: boolean
69430
69473
  source_document_id?: boolean
69431
69474
  rendered_jd_document_id?: boolean
69475
+ display_html_document_id?: boolean
69432
69476
  is_plan_published?: boolean
69433
69477
  is_posted?: boolean
69434
69478
  summary?: boolean
@@ -69446,6 +69490,7 @@ export namespace Prisma {
69446
69490
  openings?: boolean
69447
69491
  job_profile_id?: boolean
69448
69492
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69493
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69449
69494
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69450
69495
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69451
69496
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69462,6 +69507,7 @@ export namespace Prisma {
69462
69507
  uploaded_job_description_path?: boolean
69463
69508
  source_document_id?: boolean
69464
69509
  rendered_jd_document_id?: boolean
69510
+ display_html_document_id?: boolean
69465
69511
  is_plan_published?: boolean
69466
69512
  is_posted?: boolean
69467
69513
  summary?: boolean
@@ -69480,9 +69526,10 @@ export namespace Prisma {
69480
69526
  job_profile_id?: boolean
69481
69527
  }
69482
69528
 
69483
- export type JobDescriptionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "hiring_manager_id" | "status" | "screeningQuestions" | "recommendedQuestions" | "uploaded_job_description_path" | "source_document_id" | "rendered_jd_document_id" | "is_plan_published" | "is_posted" | "summary" | "ai_insight" | "job_fit_comparison" | "target_closing_date" | "closing_date" | "job_number" | "job_code" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "openings" | "job_profile_id", ExtArgs["result"]["jobDescription"]>
69529
+ export type JobDescriptionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "hiring_manager_id" | "status" | "screeningQuestions" | "recommendedQuestions" | "uploaded_job_description_path" | "source_document_id" | "rendered_jd_document_id" | "display_html_document_id" | "is_plan_published" | "is_posted" | "summary" | "ai_insight" | "job_fit_comparison" | "target_closing_date" | "closing_date" | "job_number" | "job_code" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "openings" | "job_profile_id", ExtArgs["result"]["jobDescription"]>
69484
69530
  export type JobDescriptionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
69485
69531
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69532
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69486
69533
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69487
69534
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69488
69535
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69508,6 +69555,7 @@ export namespace Prisma {
69508
69555
  }
69509
69556
  export type JobDescriptionIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
69510
69557
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69558
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69511
69559
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69512
69560
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69513
69561
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69515,6 +69563,7 @@ export namespace Prisma {
69515
69563
  }
69516
69564
  export type JobDescriptionIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
69517
69565
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69566
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69518
69567
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69519
69568
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69520
69569
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69525,6 +69574,7 @@ export namespace Prisma {
69525
69574
  name: "JobDescription"
69526
69575
  objects: {
69527
69576
  rendered_jd_document: Prisma.$DocumentPayload<ExtArgs> | null
69577
+ display_html_document: Prisma.$DocumentPayload<ExtArgs> | null
69528
69578
  job_profile: Prisma.$JobProfilePayload<ExtArgs> | null
69529
69579
  organisation: Prisma.$OrganisationPayload<ExtArgs>
69530
69580
  source_document: Prisma.$DocumentPayload<ExtArgs> | null
@@ -69560,6 +69610,7 @@ export namespace Prisma {
69560
69610
  uploaded_job_description_path: string | null
69561
69611
  source_document_id: string | null
69562
69612
  rendered_jd_document_id: string | null
69613
+ display_html_document_id: string | null
69563
69614
  is_plan_published: boolean
69564
69615
  is_posted: boolean
69565
69616
  summary: Prisma.JsonValue | null
@@ -69971,6 +70022,7 @@ export namespace Prisma {
69971
70022
  export interface Prisma__JobDescriptionClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
69972
70023
  readonly [Symbol.toStringTag]: "PrismaPromise"
69973
70024
  rendered_jd_document<T extends JobDescription$rendered_jd_documentArgs<ExtArgs> = {}>(args?: Subset<T, JobDescription$rendered_jd_documentArgs<ExtArgs>>): Prisma__DocumentClient<$Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
70025
+ display_html_document<T extends JobDescription$display_html_documentArgs<ExtArgs> = {}>(args?: Subset<T, JobDescription$display_html_documentArgs<ExtArgs>>): Prisma__DocumentClient<$Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
69974
70026
  job_profile<T extends JobDescription$job_profileArgs<ExtArgs> = {}>(args?: Subset<T, JobDescription$job_profileArgs<ExtArgs>>): Prisma__JobProfileClient<$Result.GetResult<Prisma.$JobProfilePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
69975
70027
  organisation<T extends OrganisationDefaultArgs<ExtArgs> = {}>(args?: Subset<T, OrganisationDefaultArgs<ExtArgs>>): Prisma__OrganisationClient<$Result.GetResult<Prisma.$OrganisationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
69976
70028
  source_document<T extends JobDescription$source_documentArgs<ExtArgs> = {}>(args?: Subset<T, JobDescription$source_documentArgs<ExtArgs>>): Prisma__DocumentClient<$Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
@@ -70030,6 +70082,7 @@ export namespace Prisma {
70030
70082
  readonly uploaded_job_description_path: FieldRef<"JobDescription", 'String'>
70031
70083
  readonly source_document_id: FieldRef<"JobDescription", 'String'>
70032
70084
  readonly rendered_jd_document_id: FieldRef<"JobDescription", 'String'>
70085
+ readonly display_html_document_id: FieldRef<"JobDescription", 'String'>
70033
70086
  readonly is_plan_published: FieldRef<"JobDescription", 'Boolean'>
70034
70087
  readonly is_posted: FieldRef<"JobDescription", 'Boolean'>
70035
70088
  readonly summary: FieldRef<"JobDescription", 'Json'>
@@ -70460,6 +70513,25 @@ export namespace Prisma {
70460
70513
  where?: DocumentWhereInput
70461
70514
  }
70462
70515
 
70516
+ /**
70517
+ * JobDescription.display_html_document
70518
+ */
70519
+ export type JobDescription$display_html_documentArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
70520
+ /**
70521
+ * Select specific fields to fetch from the Document
70522
+ */
70523
+ select?: DocumentSelect<ExtArgs> | null
70524
+ /**
70525
+ * Omit specific fields from the Document
70526
+ */
70527
+ omit?: DocumentOmit<ExtArgs> | null
70528
+ /**
70529
+ * Choose, which related nodes to fetch as well
70530
+ */
70531
+ include?: DocumentInclude<ExtArgs> | null
70532
+ where?: DocumentWhereInput
70533
+ }
70534
+
70463
70535
  /**
70464
70536
  * JobDescription.job_profile
70465
70537
  */
@@ -79429,6 +79501,7 @@ export namespace Prisma {
79429
79501
  order_no: number
79430
79502
  format: number
79431
79503
  round_purpose: number
79504
+ focus_areas: number
79432
79505
  topics: number
79433
79506
  assignee: number
79434
79507
  elimination_round: number
@@ -79556,6 +79629,7 @@ export namespace Prisma {
79556
79629
  order_no?: true
79557
79630
  format?: true
79558
79631
  round_purpose?: true
79632
+ focus_areas?: true
79559
79633
  topics?: true
79560
79634
  assignee?: true
79561
79635
  elimination_round?: true
@@ -79682,6 +79756,7 @@ export namespace Prisma {
79682
79756
  order_no: number | null
79683
79757
  format: $Enums.EvaluationRoundFormat | null
79684
79758
  round_purpose: string | null
79759
+ focus_areas: string[]
79685
79760
  topics: string[]
79686
79761
  assignee: string | null
79687
79762
  elimination_round: boolean | null
@@ -79740,6 +79815,7 @@ export namespace Prisma {
79740
79815
  order_no?: boolean
79741
79816
  format?: boolean
79742
79817
  round_purpose?: boolean
79818
+ focus_areas?: boolean
79743
79819
  topics?: boolean
79744
79820
  assignee?: boolean
79745
79821
  elimination_round?: boolean
@@ -79788,6 +79864,7 @@ export namespace Prisma {
79788
79864
  order_no?: boolean
79789
79865
  format?: boolean
79790
79866
  round_purpose?: boolean
79867
+ focus_areas?: boolean
79791
79868
  topics?: boolean
79792
79869
  assignee?: boolean
79793
79870
  elimination_round?: boolean
@@ -79835,6 +79912,7 @@ export namespace Prisma {
79835
79912
  order_no?: boolean
79836
79913
  format?: boolean
79837
79914
  round_purpose?: boolean
79915
+ focus_areas?: boolean
79838
79916
  topics?: boolean
79839
79917
  assignee?: boolean
79840
79918
  elimination_round?: boolean
@@ -79882,6 +79960,7 @@ export namespace Prisma {
79882
79960
  order_no?: boolean
79883
79961
  format?: boolean
79884
79962
  round_purpose?: boolean
79963
+ focus_areas?: boolean
79885
79964
  topics?: boolean
79886
79965
  assignee?: boolean
79887
79966
  elimination_round?: boolean
@@ -79900,7 +79979,7 @@ export namespace Prisma {
79900
79979
  is_current?: boolean
79901
79980
  }
79902
79981
 
79903
- export type OngoingEvaluationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "application_id" | "candidate_id" | "resume_id" | "job_description_id" | "evaluation_plan_id" | "interview_id" | "assignment_id" | "assessment_id" | "state" | "round_status" | "comments" | "completed_at" | "is_committed" | "title" | "description" | "order_no" | "format" | "round_purpose" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "duration" | "deadline" | "duration_unit" | "details" | "category" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_current", ExtArgs["result"]["ongoingEvaluation"]>
79982
+ export type OngoingEvaluationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "application_id" | "candidate_id" | "resume_id" | "job_description_id" | "evaluation_plan_id" | "interview_id" | "assignment_id" | "assessment_id" | "state" | "round_status" | "comments" | "completed_at" | "is_committed" | "title" | "description" | "order_no" | "format" | "round_purpose" | "focus_areas" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "duration" | "deadline" | "duration_unit" | "details" | "category" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_current", ExtArgs["result"]["ongoingEvaluation"]>
79904
79983
  export type OngoingEvaluationInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
79905
79984
  jobDescription?: boolean | OngoingEvaluation$jobDescriptionArgs<ExtArgs>
79906
79985
  application?: boolean | ApplicationDefaultArgs<ExtArgs>
@@ -79970,6 +80049,7 @@ export namespace Prisma {
79970
80049
  order_no: number | null
79971
80050
  format: $Enums.EvaluationRoundFormat | null
79972
80051
  round_purpose: string | null
80052
+ focus_areas: string[]
79973
80053
  topics: string[]
79974
80054
  assignee: string | null
79975
80055
  elimination_round: boolean | null
@@ -80438,6 +80518,7 @@ export namespace Prisma {
80438
80518
  readonly order_no: FieldRef<"OngoingEvaluation", 'Int'>
80439
80519
  readonly format: FieldRef<"OngoingEvaluation", 'EvaluationRoundFormat'>
80440
80520
  readonly round_purpose: FieldRef<"OngoingEvaluation", 'String'>
80521
+ readonly focus_areas: FieldRef<"OngoingEvaluation", 'String[]'>
80441
80522
  readonly topics: FieldRef<"OngoingEvaluation", 'String[]'>
80442
80523
  readonly assignee: FieldRef<"OngoingEvaluation", 'String'>
80443
80524
  readonly elimination_round: FieldRef<"OngoingEvaluation", 'Boolean'>
@@ -115501,6 +115582,7 @@ export namespace Prisma {
115501
115582
  title: 'title',
115502
115583
  description: 'description',
115503
115584
  format: 'format',
115585
+ focus_areas: 'focus_areas',
115504
115586
  topics: 'topics',
115505
115587
  assignee: 'assignee',
115506
115588
  elimination_round: 'elimination_round',
@@ -115987,6 +116069,7 @@ export namespace Prisma {
115987
116069
  uploaded_job_description_path: 'uploaded_job_description_path',
115988
116070
  source_document_id: 'source_document_id',
115989
116071
  rendered_jd_document_id: 'rendered_jd_document_id',
116072
+ display_html_document_id: 'display_html_document_id',
115990
116073
  is_plan_published: 'is_plan_published',
115991
116074
  is_posted: 'is_posted',
115992
116075
  summary: 'summary',
@@ -116174,6 +116257,7 @@ export namespace Prisma {
116174
116257
  order_no: 'order_no',
116175
116258
  format: 'format',
116176
116259
  round_purpose: 'round_purpose',
116260
+ focus_areas: 'focus_areas',
116177
116261
  topics: 'topics',
116178
116262
  assignee: 'assignee',
116179
116263
  elimination_round: 'elimination_round',
@@ -121021,6 +121105,7 @@ export namespace Prisma {
121021
121105
  resume_rendered_export?: XOR<ResumeNullableScalarRelationFilter, ResumeWhereInput> | null
121022
121106
  job_description_source?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121023
121107
  job_description_rendered?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121108
+ job_description_display_html?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121024
121109
  interview_recording?: XOR<InterviewNullableScalarRelationFilter, InterviewWhereInput> | null
121025
121110
  job_application_responses?: JobApplicationResponseListRelationFilter
121026
121111
  assignment_solution?: XOR<AssignmentNullableScalarRelationFilter, AssignmentWhereInput> | null
@@ -121051,6 +121136,7 @@ export namespace Prisma {
121051
121136
  resume_rendered_export?: ResumeOrderByWithRelationInput
121052
121137
  job_description_source?: JobDescriptionOrderByWithRelationInput
121053
121138
  job_description_rendered?: JobDescriptionOrderByWithRelationInput
121139
+ job_description_display_html?: JobDescriptionOrderByWithRelationInput
121054
121140
  interview_recording?: InterviewOrderByWithRelationInput
121055
121141
  job_application_responses?: JobApplicationResponseOrderByRelationAggregateInput
121056
121142
  assignment_solution?: AssignmentOrderByWithRelationInput
@@ -121084,6 +121170,7 @@ export namespace Prisma {
121084
121170
  resume_rendered_export?: XOR<ResumeNullableScalarRelationFilter, ResumeWhereInput> | null
121085
121171
  job_description_source?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121086
121172
  job_description_rendered?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121173
+ job_description_display_html?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121087
121174
  interview_recording?: XOR<InterviewNullableScalarRelationFilter, InterviewWhereInput> | null
121088
121175
  job_application_responses?: JobApplicationResponseListRelationFilter
121089
121176
  assignment_solution?: XOR<AssignmentNullableScalarRelationFilter, AssignmentWhereInput> | null
@@ -121149,6 +121236,7 @@ export namespace Prisma {
121149
121236
  title?: StringFilter<"EvaluationPlan"> | string
121150
121237
  description?: StringNullableFilter<"EvaluationPlan"> | string | null
121151
121238
  format?: EnumEvaluationRoundFormatNullableFilter<"EvaluationPlan"> | $Enums.EvaluationRoundFormat | null
121239
+ focus_areas?: StringNullableListFilter<"EvaluationPlan">
121152
121240
  topics?: StringNullableListFilter<"EvaluationPlan">
121153
121241
  assignee?: StringNullableFilter<"EvaluationPlan"> | string | null
121154
121242
  elimination_round?: BoolFilter<"EvaluationPlan"> | boolean
@@ -121186,6 +121274,7 @@ export namespace Prisma {
121186
121274
  title?: SortOrder
121187
121275
  description?: SortOrderInput | SortOrder
121188
121276
  format?: SortOrderInput | SortOrder
121277
+ focus_areas?: SortOrder
121189
121278
  topics?: SortOrder
121190
121279
  assignee?: SortOrderInput | SortOrder
121191
121280
  elimination_round?: SortOrder
@@ -121226,6 +121315,7 @@ export namespace Prisma {
121226
121315
  title?: StringFilter<"EvaluationPlan"> | string
121227
121316
  description?: StringNullableFilter<"EvaluationPlan"> | string | null
121228
121317
  format?: EnumEvaluationRoundFormatNullableFilter<"EvaluationPlan"> | $Enums.EvaluationRoundFormat | null
121318
+ focus_areas?: StringNullableListFilter<"EvaluationPlan">
121229
121319
  topics?: StringNullableListFilter<"EvaluationPlan">
121230
121320
  assignee?: StringNullableFilter<"EvaluationPlan"> | string | null
121231
121321
  elimination_round?: BoolFilter<"EvaluationPlan"> | boolean
@@ -121263,6 +121353,7 @@ export namespace Prisma {
121263
121353
  title?: SortOrder
121264
121354
  description?: SortOrderInput | SortOrder
121265
121355
  format?: SortOrderInput | SortOrder
121356
+ focus_areas?: SortOrder
121266
121357
  topics?: SortOrder
121267
121358
  assignee?: SortOrderInput | SortOrder
121268
121359
  elimination_round?: SortOrder
@@ -121301,6 +121392,7 @@ export namespace Prisma {
121301
121392
  title?: StringWithAggregatesFilter<"EvaluationPlan"> | string
121302
121393
  description?: StringNullableWithAggregatesFilter<"EvaluationPlan"> | string | null
121303
121394
  format?: EnumEvaluationRoundFormatNullableWithAggregatesFilter<"EvaluationPlan"> | $Enums.EvaluationRoundFormat | null
121395
+ focus_areas?: StringNullableListFilter<"EvaluationPlan">
121304
121396
  topics?: StringNullableListFilter<"EvaluationPlan">
121305
121397
  assignee?: StringNullableWithAggregatesFilter<"EvaluationPlan"> | string | null
121306
121398
  elimination_round?: BoolWithAggregatesFilter<"EvaluationPlan"> | boolean
@@ -123674,6 +123766,7 @@ export namespace Prisma {
123674
123766
  uploaded_job_description_path?: StringNullableFilter<"JobDescription"> | string | null
123675
123767
  source_document_id?: StringNullableFilter<"JobDescription"> | string | null
123676
123768
  rendered_jd_document_id?: StringNullableFilter<"JobDescription"> | string | null
123769
+ display_html_document_id?: StringNullableFilter<"JobDescription"> | string | null
123677
123770
  is_plan_published?: BoolFilter<"JobDescription"> | boolean
123678
123771
  is_posted?: BoolFilter<"JobDescription"> | boolean
123679
123772
  summary?: JsonNullableFilter<"JobDescription">
@@ -123691,6 +123784,7 @@ export namespace Prisma {
123691
123784
  openings?: IntFilter<"JobDescription"> | number
123692
123785
  job_profile_id?: StringNullableFilter<"JobDescription"> | string | null
123693
123786
  rendered_jd_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
123787
+ display_html_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
123694
123788
  job_profile?: XOR<JobProfileNullableScalarRelationFilter, JobProfileWhereInput> | null
123695
123789
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
123696
123790
  source_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
@@ -123724,6 +123818,7 @@ export namespace Prisma {
123724
123818
  uploaded_job_description_path?: SortOrderInput | SortOrder
123725
123819
  source_document_id?: SortOrderInput | SortOrder
123726
123820
  rendered_jd_document_id?: SortOrderInput | SortOrder
123821
+ display_html_document_id?: SortOrderInput | SortOrder
123727
123822
  is_plan_published?: SortOrder
123728
123823
  is_posted?: SortOrder
123729
123824
  summary?: SortOrderInput | SortOrder
@@ -123741,6 +123836,7 @@ export namespace Prisma {
123741
123836
  openings?: SortOrder
123742
123837
  job_profile_id?: SortOrderInput | SortOrder
123743
123838
  rendered_jd_document?: DocumentOrderByWithRelationInput
123839
+ display_html_document?: DocumentOrderByWithRelationInput
123744
123840
  job_profile?: JobProfileOrderByWithRelationInput
123745
123841
  organisation?: OrganisationOrderByWithRelationInput
123746
123842
  source_document?: DocumentOrderByWithRelationInput
@@ -123768,6 +123864,7 @@ export namespace Prisma {
123768
123864
  id?: string
123769
123865
  source_document_id?: string
123770
123866
  rendered_jd_document_id?: string
123867
+ display_html_document_id?: string
123771
123868
  job_code?: string
123772
123869
  AND?: JobDescriptionWhereInput | JobDescriptionWhereInput[]
123773
123870
  OR?: JobDescriptionWhereInput[]
@@ -123794,6 +123891,7 @@ export namespace Prisma {
123794
123891
  openings?: IntFilter<"JobDescription"> | number
123795
123892
  job_profile_id?: StringNullableFilter<"JobDescription"> | string | null
123796
123893
  rendered_jd_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
123894
+ display_html_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
123797
123895
  job_profile?: XOR<JobProfileNullableScalarRelationFilter, JobProfileWhereInput> | null
123798
123896
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
123799
123897
  source_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
@@ -123815,7 +123913,7 @@ export namespace Prisma {
123815
123913
  job_application_template?: XOR<JobApplicationTemplateNullableScalarRelationFilter, JobApplicationTemplateWhereInput> | null
123816
123914
  conversations?: ConversationListRelationFilter
123817
123915
  communication_messages?: CommunicationMessageListRelationFilter
123818
- }, "id" | "source_document_id" | "rendered_jd_document_id" | "job_code">
123916
+ }, "id" | "source_document_id" | "rendered_jd_document_id" | "display_html_document_id" | "job_code">
123819
123917
 
123820
123918
  export type JobDescriptionOrderByWithAggregationInput = {
123821
123919
  id?: SortOrder
@@ -123827,6 +123925,7 @@ export namespace Prisma {
123827
123925
  uploaded_job_description_path?: SortOrderInput | SortOrder
123828
123926
  source_document_id?: SortOrderInput | SortOrder
123829
123927
  rendered_jd_document_id?: SortOrderInput | SortOrder
123928
+ display_html_document_id?: SortOrderInput | SortOrder
123830
123929
  is_plan_published?: SortOrder
123831
123930
  is_posted?: SortOrder
123832
123931
  summary?: SortOrderInput | SortOrder
@@ -123863,6 +123962,7 @@ export namespace Prisma {
123863
123962
  uploaded_job_description_path?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
123864
123963
  source_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
123865
123964
  rendered_jd_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
123965
+ display_html_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
123866
123966
  is_plan_published?: BoolWithAggregatesFilter<"JobDescription"> | boolean
123867
123967
  is_posted?: BoolWithAggregatesFilter<"JobDescription"> | boolean
123868
123968
  summary?: JsonNullableWithAggregatesFilter<"JobDescription">
@@ -124649,6 +124749,7 @@ export namespace Prisma {
124649
124749
  order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
124650
124750
  format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
124651
124751
  round_purpose?: StringNullableFilter<"OngoingEvaluation"> | string | null
124752
+ focus_areas?: StringNullableListFilter<"OngoingEvaluation">
124652
124753
  topics?: StringNullableListFilter<"OngoingEvaluation">
124653
124754
  assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
124654
124755
  elimination_round?: BoolNullableFilter<"OngoingEvaluation"> | boolean | null
@@ -124697,6 +124798,7 @@ export namespace Prisma {
124697
124798
  order_no?: SortOrderInput | SortOrder
124698
124799
  format?: SortOrderInput | SortOrder
124699
124800
  round_purpose?: SortOrderInput | SortOrder
124801
+ focus_areas?: SortOrder
124700
124802
  topics?: SortOrder
124701
124803
  assignee?: SortOrderInput | SortOrder
124702
124804
  elimination_round?: SortOrderInput | SortOrder
@@ -124749,6 +124851,7 @@ export namespace Prisma {
124749
124851
  order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
124750
124852
  format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
124751
124853
  round_purpose?: StringNullableFilter<"OngoingEvaluation"> | string | null
124854
+ focus_areas?: StringNullableListFilter<"OngoingEvaluation">
124752
124855
  topics?: StringNullableListFilter<"OngoingEvaluation">
124753
124856
  assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
124754
124857
  elimination_round?: BoolNullableFilter<"OngoingEvaluation"> | boolean | null
@@ -124797,6 +124900,7 @@ export namespace Prisma {
124797
124900
  order_no?: SortOrderInput | SortOrder
124798
124901
  format?: SortOrderInput | SortOrder
124799
124902
  round_purpose?: SortOrderInput | SortOrder
124903
+ focus_areas?: SortOrder
124800
124904
  topics?: SortOrder
124801
124905
  assignee?: SortOrderInput | SortOrder
124802
124906
  elimination_round?: SortOrderInput | SortOrder
@@ -124844,6 +124948,7 @@ export namespace Prisma {
124844
124948
  order_no?: IntNullableWithAggregatesFilter<"OngoingEvaluation"> | number | null
124845
124949
  format?: EnumEvaluationRoundFormatNullableWithAggregatesFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
124846
124950
  round_purpose?: StringNullableWithAggregatesFilter<"OngoingEvaluation"> | string | null
124951
+ focus_areas?: StringNullableListFilter<"OngoingEvaluation">
124847
124952
  topics?: StringNullableListFilter<"OngoingEvaluation">
124848
124953
  assignee?: StringNullableWithAggregatesFilter<"OngoingEvaluation"> | string | null
124849
124954
  elimination_round?: BoolNullableWithAggregatesFilter<"OngoingEvaluation"> | boolean | null
@@ -131965,6 +132070,7 @@ export namespace Prisma {
131965
132070
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
131966
132071
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
131967
132072
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
132073
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
131968
132074
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
131969
132075
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
131970
132076
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -131993,6 +132099,7 @@ export namespace Prisma {
131993
132099
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
131994
132100
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
131995
132101
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
132102
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
131996
132103
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
131997
132104
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
131998
132105
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -132021,6 +132128,7 @@ export namespace Prisma {
132021
132128
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
132022
132129
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
132023
132130
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
132131
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
132024
132132
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
132025
132133
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
132026
132134
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -132049,6 +132157,7 @@ export namespace Prisma {
132049
132157
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
132050
132158
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
132051
132159
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
132160
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
132052
132161
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
132053
132162
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
132054
132163
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -132118,6 +132227,7 @@ export namespace Prisma {
132118
132227
  title: string
132119
132228
  description?: string | null
132120
132229
  format?: $Enums.EvaluationRoundFormat | null
132230
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
132121
132231
  topics?: EvaluationPlanCreatetopicsInput | string[]
132122
132232
  assignee?: string | null
132123
132233
  elimination_round?: boolean
@@ -132155,6 +132265,7 @@ export namespace Prisma {
132155
132265
  title: string
132156
132266
  description?: string | null
132157
132267
  format?: $Enums.EvaluationRoundFormat | null
132268
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
132158
132269
  topics?: EvaluationPlanCreatetopicsInput | string[]
132159
132270
  assignee?: string | null
132160
132271
  elimination_round?: boolean
@@ -132186,6 +132297,7 @@ export namespace Prisma {
132186
132297
  title?: StringFieldUpdateOperationsInput | string
132187
132298
  description?: NullableStringFieldUpdateOperationsInput | string | null
132188
132299
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
132300
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
132189
132301
  topics?: EvaluationPlanUpdatetopicsInput | string[]
132190
132302
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
132191
132303
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -132223,6 +132335,7 @@ export namespace Prisma {
132223
132335
  title?: StringFieldUpdateOperationsInput | string
132224
132336
  description?: NullableStringFieldUpdateOperationsInput | string | null
132225
132337
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
132338
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
132226
132339
  topics?: EvaluationPlanUpdatetopicsInput | string[]
132227
132340
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
132228
132341
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -132257,6 +132370,7 @@ export namespace Prisma {
132257
132370
  title: string
132258
132371
  description?: string | null
132259
132372
  format?: $Enums.EvaluationRoundFormat | null
132373
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
132260
132374
  topics?: EvaluationPlanCreatetopicsInput | string[]
132261
132375
  assignee?: string | null
132262
132376
  elimination_round?: boolean
@@ -132284,6 +132398,7 @@ export namespace Prisma {
132284
132398
  title?: StringFieldUpdateOperationsInput | string
132285
132399
  description?: NullableStringFieldUpdateOperationsInput | string | null
132286
132400
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
132401
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
132287
132402
  topics?: EvaluationPlanUpdatetopicsInput | string[]
132288
132403
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
132289
132404
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -132314,6 +132429,7 @@ export namespace Prisma {
132314
132429
  title?: StringFieldUpdateOperationsInput | string
132315
132430
  description?: NullableStringFieldUpdateOperationsInput | string | null
132316
132431
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
132432
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
132317
132433
  topics?: EvaluationPlanUpdatetopicsInput | string[]
132318
132434
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
132319
132435
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -135173,6 +135289,7 @@ export namespace Prisma {
135173
135289
  is_active?: boolean
135174
135290
  openings?: number
135175
135291
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
135292
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
135176
135293
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
135177
135294
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
135178
135295
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -135206,6 +135323,7 @@ export namespace Prisma {
135206
135323
  uploaded_job_description_path?: string | null
135207
135324
  source_document_id?: string | null
135208
135325
  rendered_jd_document_id?: string | null
135326
+ display_html_document_id?: string | null
135209
135327
  is_plan_published?: boolean
135210
135328
  is_posted?: boolean
135211
135329
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -135263,6 +135381,7 @@ export namespace Prisma {
135263
135381
  is_active?: BoolFieldUpdateOperationsInput | boolean
135264
135382
  openings?: IntFieldUpdateOperationsInput | number
135265
135383
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
135384
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
135266
135385
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
135267
135386
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
135268
135387
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -135296,6 +135415,7 @@ export namespace Prisma {
135296
135415
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
135297
135416
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135298
135417
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135418
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135299
135419
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
135300
135420
  is_posted?: BoolFieldUpdateOperationsInput | boolean
135301
135421
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -135341,6 +135461,7 @@ export namespace Prisma {
135341
135461
  uploaded_job_description_path?: string | null
135342
135462
  source_document_id?: string | null
135343
135463
  rendered_jd_document_id?: string | null
135464
+ display_html_document_id?: string | null
135344
135465
  is_plan_published?: boolean
135345
135466
  is_posted?: boolean
135346
135467
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -135392,6 +135513,7 @@ export namespace Prisma {
135392
135513
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
135393
135514
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135394
135515
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135516
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135395
135517
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
135396
135518
  is_posted?: BoolFieldUpdateOperationsInput | boolean
135397
135519
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -136285,6 +136407,7 @@ export namespace Prisma {
136285
136407
  order_no?: number | null
136286
136408
  format?: $Enums.EvaluationRoundFormat | null
136287
136409
  round_purpose?: string | null
136410
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
136288
136411
  topics?: OngoingEvaluationCreatetopicsInput | string[]
136289
136412
  assignee?: string | null
136290
136413
  elimination_round?: boolean | null
@@ -136333,6 +136456,7 @@ export namespace Prisma {
136333
136456
  order_no?: number | null
136334
136457
  format?: $Enums.EvaluationRoundFormat | null
136335
136458
  round_purpose?: string | null
136459
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
136336
136460
  topics?: OngoingEvaluationCreatetopicsInput | string[]
136337
136461
  assignee?: string | null
136338
136462
  elimination_round?: boolean | null
@@ -136365,6 +136489,7 @@ export namespace Prisma {
136365
136489
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
136366
136490
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
136367
136491
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
136492
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
136368
136493
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
136369
136494
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
136370
136495
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -136413,6 +136538,7 @@ export namespace Prisma {
136413
136538
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
136414
136539
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
136415
136540
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
136541
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
136416
136542
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
136417
136543
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
136418
136544
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -136453,6 +136579,7 @@ export namespace Prisma {
136453
136579
  order_no?: number | null
136454
136580
  format?: $Enums.EvaluationRoundFormat | null
136455
136581
  round_purpose?: string | null
136582
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
136456
136583
  topics?: OngoingEvaluationCreatetopicsInput | string[]
136457
136584
  assignee?: string | null
136458
136585
  elimination_round?: boolean | null
@@ -136484,6 +136611,7 @@ export namespace Prisma {
136484
136611
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
136485
136612
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
136486
136613
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
136614
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
136487
136615
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
136488
136616
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
136489
136617
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -136523,6 +136651,7 @@ export namespace Prisma {
136523
136651
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
136524
136652
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
136525
136653
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
136654
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
136526
136655
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
136527
136656
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
136528
136657
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -143349,6 +143478,7 @@ export namespace Prisma {
143349
143478
  title?: SortOrder
143350
143479
  description?: SortOrder
143351
143480
  format?: SortOrder
143481
+ focus_areas?: SortOrder
143352
143482
  topics?: SortOrder
143353
143483
  assignee?: SortOrder
143354
143484
  elimination_round?: SortOrder
@@ -145330,6 +145460,7 @@ export namespace Prisma {
145330
145460
  uploaded_job_description_path?: SortOrder
145331
145461
  source_document_id?: SortOrder
145332
145462
  rendered_jd_document_id?: SortOrder
145463
+ display_html_document_id?: SortOrder
145333
145464
  is_plan_published?: SortOrder
145334
145465
  is_posted?: SortOrder
145335
145466
  summary?: SortOrder
@@ -145361,6 +145492,7 @@ export namespace Prisma {
145361
145492
  uploaded_job_description_path?: SortOrder
145362
145493
  source_document_id?: SortOrder
145363
145494
  rendered_jd_document_id?: SortOrder
145495
+ display_html_document_id?: SortOrder
145364
145496
  is_plan_published?: SortOrder
145365
145497
  is_posted?: SortOrder
145366
145498
  target_closing_date?: SortOrder
@@ -145384,6 +145516,7 @@ export namespace Prisma {
145384
145516
  uploaded_job_description_path?: SortOrder
145385
145517
  source_document_id?: SortOrder
145386
145518
  rendered_jd_document_id?: SortOrder
145519
+ display_html_document_id?: SortOrder
145387
145520
  is_plan_published?: SortOrder
145388
145521
  is_posted?: SortOrder
145389
145522
  target_closing_date?: SortOrder
@@ -145940,6 +146073,7 @@ export namespace Prisma {
145940
146073
  order_no?: SortOrder
145941
146074
  format?: SortOrder
145942
146075
  round_purpose?: SortOrder
146076
+ focus_areas?: SortOrder
145943
146077
  topics?: SortOrder
145944
146078
  assignee?: SortOrder
145945
146079
  elimination_round?: SortOrder
@@ -150013,6 +150147,12 @@ export namespace Prisma {
150013
150147
  connect?: JobDescriptionWhereUniqueInput
150014
150148
  }
150015
150149
 
150150
+ export type JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput = {
150151
+ create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
150152
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
150153
+ connect?: JobDescriptionWhereUniqueInput
150154
+ }
150155
+
150016
150156
  export type InterviewCreateNestedOneWithoutRecording_documentInput = {
150017
150157
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
150018
150158
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -150062,6 +150202,12 @@ export namespace Prisma {
150062
150202
  connect?: JobDescriptionWhereUniqueInput
150063
150203
  }
150064
150204
 
150205
+ export type JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput = {
150206
+ create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
150207
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
150208
+ connect?: JobDescriptionWhereUniqueInput
150209
+ }
150210
+
150065
150211
  export type InterviewUncheckedCreateNestedOneWithoutRecording_documentInput = {
150066
150212
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
150067
150213
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -150155,6 +150301,16 @@ export namespace Prisma {
150155
150301
  update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput, JobDescriptionUpdateWithoutRendered_jd_documentInput>, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
150156
150302
  }
150157
150303
 
150304
+ export type JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput = {
150305
+ create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
150306
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
150307
+ upsert?: JobDescriptionUpsertWithoutDisplay_html_documentInput
150308
+ disconnect?: JobDescriptionWhereInput | boolean
150309
+ delete?: JobDescriptionWhereInput | boolean
150310
+ connect?: JobDescriptionWhereUniqueInput
150311
+ update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput, JobDescriptionUpdateWithoutDisplay_html_documentInput>, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
150312
+ }
150313
+
150158
150314
  export type InterviewUpdateOneWithoutRecording_documentNestedInput = {
150159
150315
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
150160
150316
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -150239,6 +150395,16 @@ export namespace Prisma {
150239
150395
  update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput, JobDescriptionUpdateWithoutRendered_jd_documentInput>, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
150240
150396
  }
150241
150397
 
150398
+ export type JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput = {
150399
+ create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
150400
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
150401
+ upsert?: JobDescriptionUpsertWithoutDisplay_html_documentInput
150402
+ disconnect?: JobDescriptionWhereInput | boolean
150403
+ delete?: JobDescriptionWhereInput | boolean
150404
+ connect?: JobDescriptionWhereUniqueInput
150405
+ update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput, JobDescriptionUpdateWithoutDisplay_html_documentInput>, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
150406
+ }
150407
+
150242
150408
  export type InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput = {
150243
150409
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
150244
150410
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -150283,6 +150449,10 @@ export namespace Prisma {
150283
150449
  update?: XOR<XOR<AssignmentUpdateToOneWithWhereWithoutZip_documentInput, AssignmentUpdateWithoutZip_documentInput>, AssignmentUncheckedUpdateWithoutZip_documentInput>
150284
150450
  }
150285
150451
 
150452
+ export type EvaluationPlanCreatefocus_areasInput = {
150453
+ set: string[]
150454
+ }
150455
+
150286
150456
  export type EvaluationPlanCreatetopicsInput = {
150287
150457
  set: string[]
150288
150458
  }
@@ -150361,6 +150531,11 @@ export namespace Prisma {
150361
150531
  connect?: OngoingEvaluationWhereUniqueInput | OngoingEvaluationWhereUniqueInput[]
150362
150532
  }
150363
150533
 
150534
+ export type EvaluationPlanUpdatefocus_areasInput = {
150535
+ set?: string[]
150536
+ push?: string | string[]
150537
+ }
150538
+
150364
150539
  export type EvaluationPlanUpdatetopicsInput = {
150365
150540
  set?: string[]
150366
150541
  push?: string | string[]
@@ -151496,6 +151671,12 @@ export namespace Prisma {
151496
151671
  connect?: DocumentWhereUniqueInput
151497
151672
  }
151498
151673
 
151674
+ export type DocumentCreateNestedOneWithoutJob_description_display_htmlInput = {
151675
+ create?: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
151676
+ connectOrCreate?: DocumentCreateOrConnectWithoutJob_description_display_htmlInput
151677
+ connect?: DocumentWhereUniqueInput
151678
+ }
151679
+
151499
151680
  export type JobProfileCreateNestedOneWithoutJob_descriptionsInput = {
151500
151681
  create?: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
151501
151682
  connectOrCreate?: JobProfileCreateOrConnectWithoutJob_descriptionsInput
@@ -151776,6 +151957,16 @@ export namespace Prisma {
151776
151957
  update?: XOR<XOR<DocumentUpdateToOneWithWhereWithoutJob_description_renderedInput, DocumentUpdateWithoutJob_description_renderedInput>, DocumentUncheckedUpdateWithoutJob_description_renderedInput>
151777
151958
  }
151778
151959
 
151960
+ export type DocumentUpdateOneWithoutJob_description_display_htmlNestedInput = {
151961
+ create?: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
151962
+ connectOrCreate?: DocumentCreateOrConnectWithoutJob_description_display_htmlInput
151963
+ upsert?: DocumentUpsertWithoutJob_description_display_htmlInput
151964
+ disconnect?: DocumentWhereInput | boolean
151965
+ delete?: DocumentWhereInput | boolean
151966
+ connect?: DocumentWhereUniqueInput
151967
+ update?: XOR<XOR<DocumentUpdateToOneWithWhereWithoutJob_description_display_htmlInput, DocumentUpdateWithoutJob_description_display_htmlInput>, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
151968
+ }
151969
+
151779
151970
  export type JobProfileUpdateOneWithoutJob_descriptionsNestedInput = {
151780
151971
  create?: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
151781
151972
  connectOrCreate?: JobProfileCreateOrConnectWithoutJob_descriptionsInput
@@ -152470,6 +152661,10 @@ export namespace Prisma {
152470
152661
  update?: XOR<XOR<UserUpdateToOneWithWhereWithoutNotesInput, UserUpdateWithoutNotesInput>, UserUncheckedUpdateWithoutNotesInput>
152471
152662
  }
152472
152663
 
152664
+ export type OngoingEvaluationCreatefocus_areasInput = {
152665
+ set: string[]
152666
+ }
152667
+
152473
152668
  export type OngoingEvaluationCreatetopicsInput = {
152474
152669
  set: string[]
152475
152670
  }
@@ -152542,6 +152737,11 @@ export namespace Prisma {
152542
152737
  set?: $Enums.OngoingEvaluationRoundStatus | null
152543
152738
  }
152544
152739
 
152740
+ export type OngoingEvaluationUpdatefocus_areasInput = {
152741
+ set?: string[]
152742
+ push?: string | string[]
152743
+ }
152744
+
152545
152745
  export type OngoingEvaluationUpdatetopicsInput = {
152546
152746
  set?: string[]
152547
152747
  push?: string | string[]
@@ -159733,6 +159933,7 @@ export namespace Prisma {
159733
159933
  title: string
159734
159934
  description?: string | null
159735
159935
  format?: $Enums.EvaluationRoundFormat | null
159936
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
159736
159937
  topics?: EvaluationPlanCreatetopicsInput | string[]
159737
159938
  assignee?: string | null
159738
159939
  elimination_round?: boolean
@@ -159769,6 +159970,7 @@ export namespace Prisma {
159769
159970
  title: string
159770
159971
  description?: string | null
159771
159972
  format?: $Enums.EvaluationRoundFormat | null
159973
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
159772
159974
  topics?: EvaluationPlanCreatetopicsInput | string[]
159773
159975
  assignee?: string | null
159774
159976
  elimination_round?: boolean
@@ -160134,6 +160336,7 @@ export namespace Prisma {
160134
160336
  is_active?: boolean
160135
160337
  openings?: number
160136
160338
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
160339
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
160137
160340
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
160138
160341
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
160139
160342
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -160166,6 +160369,7 @@ export namespace Prisma {
160166
160369
  uploaded_job_description_path?: string | null
160167
160370
  source_document_id?: string | null
160168
160371
  rendered_jd_document_id?: string | null
160372
+ display_html_document_id?: string | null
160169
160373
  is_plan_published?: boolean
160170
160374
  is_posted?: boolean
160171
160375
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -160657,6 +160861,7 @@ export namespace Prisma {
160657
160861
  order_no?: number | null
160658
160862
  format?: $Enums.EvaluationRoundFormat | null
160659
160863
  round_purpose?: string | null
160864
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
160660
160865
  topics?: OngoingEvaluationCreatetopicsInput | string[]
160661
160866
  assignee?: string | null
160662
160867
  elimination_round?: boolean | null
@@ -160703,6 +160908,7 @@ export namespace Prisma {
160703
160908
  order_no?: number | null
160704
160909
  format?: $Enums.EvaluationRoundFormat | null
160705
160910
  round_purpose?: string | null
160911
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
160706
160912
  topics?: OngoingEvaluationCreatetopicsInput | string[]
160707
160913
  assignee?: string | null
160708
160914
  elimination_round?: boolean | null
@@ -160980,6 +161186,7 @@ export namespace Prisma {
160980
161186
  title?: StringFieldUpdateOperationsInput | string
160981
161187
  description?: NullableStringFieldUpdateOperationsInput | string | null
160982
161188
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
161189
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
160983
161190
  topics?: EvaluationPlanUpdatetopicsInput | string[]
160984
161191
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
160985
161192
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -161016,6 +161223,7 @@ export namespace Prisma {
161016
161223
  title?: StringFieldUpdateOperationsInput | string
161017
161224
  description?: NullableStringFieldUpdateOperationsInput | string | null
161018
161225
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
161226
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
161019
161227
  topics?: EvaluationPlanUpdatetopicsInput | string[]
161020
161228
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
161021
161229
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -161405,6 +161613,7 @@ export namespace Prisma {
161405
161613
  is_active?: BoolFieldUpdateOperationsInput | boolean
161406
161614
  openings?: IntFieldUpdateOperationsInput | number
161407
161615
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
161616
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
161408
161617
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
161409
161618
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
161410
161619
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -161437,6 +161646,7 @@ export namespace Prisma {
161437
161646
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
161438
161647
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
161439
161648
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
161649
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
161440
161650
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
161441
161651
  is_posted?: BoolFieldUpdateOperationsInput | boolean
161442
161652
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -161902,6 +162112,7 @@ export namespace Prisma {
161902
162112
  order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
161903
162113
  format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
161904
162114
  round_purpose?: StringNullableFilter<"OngoingEvaluation"> | string | null
162115
+ focus_areas?: StringNullableListFilter<"OngoingEvaluation">
161905
162116
  topics?: StringNullableListFilter<"OngoingEvaluation">
161906
162117
  assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
161907
162118
  elimination_round?: BoolNullableFilter<"OngoingEvaluation"> | boolean | null
@@ -162132,6 +162343,7 @@ export namespace Prisma {
162132
162343
  is_active?: boolean
162133
162344
  openings?: number
162134
162345
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
162346
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
162135
162347
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
162136
162348
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
162137
162349
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -162164,6 +162376,7 @@ export namespace Prisma {
162164
162376
  uploaded_job_description_path?: string | null
162165
162377
  source_document_id?: string | null
162166
162378
  rendered_jd_document_id?: string | null
162379
+ display_html_document_id?: string | null
162167
162380
  is_plan_published?: boolean
162168
162381
  is_posted?: boolean
162169
162382
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -162494,6 +162707,7 @@ export namespace Prisma {
162494
162707
  is_active?: BoolFieldUpdateOperationsInput | boolean
162495
162708
  openings?: IntFieldUpdateOperationsInput | number
162496
162709
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
162710
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
162497
162711
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
162498
162712
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
162499
162713
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -162526,6 +162740,7 @@ export namespace Prisma {
162526
162740
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
162527
162741
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
162528
162742
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
162743
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
162529
162744
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
162530
162745
  is_posted?: BoolFieldUpdateOperationsInput | boolean
162531
162746
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -163506,6 +163721,7 @@ export namespace Prisma {
163506
163721
  order_no?: number | null
163507
163722
  format?: $Enums.EvaluationRoundFormat | null
163508
163723
  round_purpose?: string | null
163724
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
163509
163725
  topics?: OngoingEvaluationCreatetopicsInput | string[]
163510
163726
  assignee?: string | null
163511
163727
  elimination_round?: boolean | null
@@ -163552,6 +163768,7 @@ export namespace Prisma {
163552
163768
  order_no?: number | null
163553
163769
  format?: $Enums.EvaluationRoundFormat | null
163554
163770
  round_purpose?: string | null
163771
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
163555
163772
  topics?: OngoingEvaluationCreatetopicsInput | string[]
163556
163773
  assignee?: string | null
163557
163774
  elimination_round?: boolean | null
@@ -164294,6 +164511,7 @@ export namespace Prisma {
164294
164511
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
164295
164512
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
164296
164513
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
164514
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
164297
164515
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
164298
164516
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
164299
164517
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -164340,6 +164558,7 @@ export namespace Prisma {
164340
164558
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
164341
164559
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
164342
164560
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
164561
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
164343
164562
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
164344
164563
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
164345
164564
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -164571,6 +164790,7 @@ export namespace Prisma {
164571
164790
  title: string
164572
164791
  description?: string | null
164573
164792
  format?: $Enums.EvaluationRoundFormat | null
164793
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
164574
164794
  topics?: EvaluationPlanCreatetopicsInput | string[]
164575
164795
  assignee?: string | null
164576
164796
  elimination_round?: boolean
@@ -164606,6 +164826,7 @@ export namespace Prisma {
164606
164826
  title: string
164607
164827
  description?: string | null
164608
164828
  format?: $Enums.EvaluationRoundFormat | null
164829
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
164609
164830
  topics?: EvaluationPlanCreatetopicsInput | string[]
164610
164831
  assignee?: string | null
164611
164832
  elimination_round?: boolean
@@ -164855,6 +165076,7 @@ export namespace Prisma {
164855
165076
  title?: StringFilter<"EvaluationPlan"> | string
164856
165077
  description?: StringNullableFilter<"EvaluationPlan"> | string | null
164857
165078
  format?: EnumEvaluationRoundFormatNullableFilter<"EvaluationPlan"> | $Enums.EvaluationRoundFormat | null
165079
+ focus_areas?: StringNullableListFilter<"EvaluationPlan">
164858
165080
  topics?: StringNullableListFilter<"EvaluationPlan">
164859
165081
  assignee?: StringNullableFilter<"EvaluationPlan"> | string | null
164860
165082
  elimination_round?: BoolFilter<"EvaluationPlan"> | boolean
@@ -165545,6 +165767,7 @@ export namespace Prisma {
165545
165767
  is_active?: boolean
165546
165768
  openings?: number
165547
165769
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
165770
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
165548
165771
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
165549
165772
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
165550
165773
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -165577,6 +165800,7 @@ export namespace Prisma {
165577
165800
  uploaded_job_description_path?: string | null
165578
165801
  source_document_id?: string | null
165579
165802
  rendered_jd_document_id?: string | null
165803
+ display_html_document_id?: string | null
165580
165804
  is_plan_published?: boolean
165581
165805
  is_posted?: boolean
165582
165806
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -165710,6 +165934,7 @@ export namespace Prisma {
165710
165934
  order_no?: number | null
165711
165935
  format?: $Enums.EvaluationRoundFormat | null
165712
165936
  round_purpose?: string | null
165937
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
165713
165938
  topics?: OngoingEvaluationCreatetopicsInput | string[]
165714
165939
  assignee?: string | null
165715
165940
  elimination_round?: boolean | null
@@ -165757,6 +165982,7 @@ export namespace Prisma {
165757
165982
  order_no?: number | null
165758
165983
  format?: $Enums.EvaluationRoundFormat | null
165759
165984
  round_purpose?: string | null
165985
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
165760
165986
  topics?: OngoingEvaluationCreatetopicsInput | string[]
165761
165987
  assignee?: string | null
165762
165988
  elimination_round?: boolean | null
@@ -165802,6 +166028,7 @@ export namespace Prisma {
165802
166028
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
165803
166029
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
165804
166030
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
166031
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
165805
166032
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
165806
166033
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
165807
166034
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -165829,6 +166056,7 @@ export namespace Prisma {
165829
166056
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
165830
166057
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
165831
166058
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
166059
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
165832
166060
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
165833
166061
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
165834
166062
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -165861,6 +166089,7 @@ export namespace Prisma {
165861
166089
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
165862
166090
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
165863
166091
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
166092
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
165864
166093
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
165865
166094
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
165866
166095
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -165888,6 +166117,7 @@ export namespace Prisma {
165888
166117
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
165889
166118
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
165890
166119
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
166120
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
165891
166121
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
165892
166122
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
165893
166123
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -166401,6 +166631,7 @@ export namespace Prisma {
166401
166631
  is_active?: BoolFieldUpdateOperationsInput | boolean
166402
166632
  openings?: IntFieldUpdateOperationsInput | number
166403
166633
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
166634
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
166404
166635
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
166405
166636
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
166406
166637
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -166433,6 +166664,7 @@ export namespace Prisma {
166433
166664
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
166434
166665
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
166435
166666
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
166667
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
166436
166668
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
166437
166669
  is_posted?: BoolFieldUpdateOperationsInput | boolean
166438
166670
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -166578,6 +166810,7 @@ export namespace Prisma {
166578
166810
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
166579
166811
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
166580
166812
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
166813
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
166581
166814
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
166582
166815
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
166583
166816
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -166625,6 +166858,7 @@ export namespace Prisma {
166625
166858
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
166626
166859
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
166627
166860
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
166861
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
166628
166862
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
166629
166863
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
166630
166864
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -166676,6 +166910,7 @@ export namespace Prisma {
166676
166910
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
166677
166911
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
166678
166912
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
166913
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
166679
166914
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
166680
166915
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
166681
166916
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -166703,6 +166938,7 @@ export namespace Prisma {
166703
166938
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
166704
166939
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
166705
166940
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
166941
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
166706
166942
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
166707
166943
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
166708
166944
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -166741,6 +166977,7 @@ export namespace Prisma {
166741
166977
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
166742
166978
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
166743
166979
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
166980
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
166744
166981
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
166745
166982
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
166746
166983
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -166768,6 +167005,7 @@ export namespace Prisma {
166768
167005
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
166769
167006
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
166770
167007
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
167008
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
166771
167009
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
166772
167010
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
166773
167011
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -166898,6 +167136,7 @@ export namespace Prisma {
166898
167136
  is_active?: boolean
166899
167137
  openings?: number
166900
167138
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
167139
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
166901
167140
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
166902
167141
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
166903
167142
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -166930,6 +167169,7 @@ export namespace Prisma {
166930
167169
  uploaded_job_description_path?: string | null
166931
167170
  source_document_id?: string | null
166932
167171
  rendered_jd_document_id?: string | null
167172
+ display_html_document_id?: string | null
166933
167173
  is_plan_published?: boolean
166934
167174
  is_posted?: boolean
166935
167175
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -166974,6 +167214,7 @@ export namespace Prisma {
166974
167214
  title: string
166975
167215
  description?: string | null
166976
167216
  format?: $Enums.EvaluationRoundFormat | null
167217
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
166977
167218
  topics?: EvaluationPlanCreatetopicsInput | string[]
166978
167219
  assignee?: string | null
166979
167220
  elimination_round?: boolean
@@ -167009,6 +167250,7 @@ export namespace Prisma {
167009
167250
  title: string
167010
167251
  description?: string | null
167011
167252
  format?: $Enums.EvaluationRoundFormat | null
167253
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
167012
167254
  topics?: EvaluationPlanCreatetopicsInput | string[]
167013
167255
  assignee?: string | null
167014
167256
  elimination_round?: boolean
@@ -167247,6 +167489,7 @@ export namespace Prisma {
167247
167489
  is_active?: BoolFieldUpdateOperationsInput | boolean
167248
167490
  openings?: IntFieldUpdateOperationsInput | number
167249
167491
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
167492
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
167250
167493
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
167251
167494
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
167252
167495
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -167279,6 +167522,7 @@ export namespace Prisma {
167279
167522
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
167280
167523
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167281
167524
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167525
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167282
167526
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
167283
167527
  is_posted?: BoolFieldUpdateOperationsInput | boolean
167284
167528
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -167683,6 +167927,7 @@ export namespace Prisma {
167683
167927
  is_active?: boolean
167684
167928
  openings?: number
167685
167929
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
167930
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
167686
167931
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
167687
167932
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
167688
167933
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -167715,6 +167960,7 @@ export namespace Prisma {
167715
167960
  uploaded_job_description_path?: string | null
167716
167961
  source_document_id?: string | null
167717
167962
  rendered_jd_document_id?: string | null
167963
+ display_html_document_id?: string | null
167718
167964
  is_plan_published?: boolean
167719
167965
  is_posted?: boolean
167720
167966
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -167787,6 +168033,7 @@ export namespace Prisma {
167787
168033
  is_active?: BoolFieldUpdateOperationsInput | boolean
167788
168034
  openings?: IntFieldUpdateOperationsInput | number
167789
168035
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
168036
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
167790
168037
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
167791
168038
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
167792
168039
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -167819,6 +168066,7 @@ export namespace Prisma {
167819
168066
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
167820
168067
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167821
168068
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
168069
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167822
168070
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
167823
168071
  is_posted?: BoolFieldUpdateOperationsInput | boolean
167824
168072
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -169204,6 +169452,7 @@ export namespace Prisma {
169204
169452
  is_active?: boolean
169205
169453
  openings?: number
169206
169454
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
169455
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
169207
169456
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
169208
169457
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
169209
169458
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -169236,6 +169485,7 @@ export namespace Prisma {
169236
169485
  uploaded_job_description_path?: string | null
169237
169486
  source_document_id?: string | null
169238
169487
  rendered_jd_document_id?: string | null
169488
+ display_html_document_id?: string | null
169239
169489
  is_plan_published?: boolean
169240
169490
  is_posted?: boolean
169241
169491
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -169609,6 +169859,7 @@ export namespace Prisma {
169609
169859
  is_active?: BoolFieldUpdateOperationsInput | boolean
169610
169860
  openings?: IntFieldUpdateOperationsInput | number
169611
169861
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
169862
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
169612
169863
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
169613
169864
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
169614
169865
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -169641,6 +169892,7 @@ export namespace Prisma {
169641
169892
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
169642
169893
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
169643
169894
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
169895
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
169644
169896
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
169645
169897
  is_posted?: BoolFieldUpdateOperationsInput | boolean
169646
169898
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -169983,6 +170235,7 @@ export namespace Prisma {
169983
170235
  is_active?: boolean
169984
170236
  openings?: number
169985
170237
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
170238
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
169986
170239
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
169987
170240
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
169988
170241
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -170015,6 +170268,7 @@ export namespace Prisma {
170015
170268
  uploaded_job_description_path?: string | null
170016
170269
  source_document_id?: string | null
170017
170270
  rendered_jd_document_id?: string | null
170271
+ display_html_document_id?: string | null
170018
170272
  is_plan_published?: boolean
170019
170273
  is_posted?: boolean
170020
170274
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -170381,6 +170635,7 @@ export namespace Prisma {
170381
170635
  is_active?: BoolFieldUpdateOperationsInput | boolean
170382
170636
  openings?: IntFieldUpdateOperationsInput | number
170383
170637
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
170638
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
170384
170639
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
170385
170640
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
170386
170641
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -170413,6 +170668,7 @@ export namespace Prisma {
170413
170668
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
170414
170669
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
170415
170670
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
170671
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
170416
170672
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
170417
170673
  is_posted?: BoolFieldUpdateOperationsInput | boolean
170418
170674
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -170837,6 +171093,7 @@ export namespace Prisma {
170837
171093
  is_active?: boolean
170838
171094
  openings?: number
170839
171095
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
171096
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
170840
171097
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
170841
171098
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
170842
171099
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -170868,6 +171125,7 @@ export namespace Prisma {
170868
171125
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
170869
171126
  uploaded_job_description_path?: string | null
170870
171127
  rendered_jd_document_id?: string | null
171128
+ display_html_document_id?: string | null
170871
171129
  is_plan_published?: boolean
170872
171130
  is_posted?: boolean
170873
171131
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -170929,6 +171187,7 @@ export namespace Prisma {
170929
171187
  updated_by: string
170930
171188
  is_active?: boolean
170931
171189
  openings?: number
171190
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
170932
171191
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
170933
171192
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
170934
171193
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -170961,6 +171220,7 @@ export namespace Prisma {
170961
171220
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
170962
171221
  uploaded_job_description_path?: string | null
170963
171222
  source_document_id?: string | null
171223
+ display_html_document_id?: string | null
170964
171224
  is_plan_published?: boolean
170965
171225
  is_posted?: boolean
170966
171226
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -171001,6 +171261,101 @@ export namespace Prisma {
171001
171261
  create: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
171002
171262
  }
171003
171263
 
171264
+ export type JobDescriptionCreateWithoutDisplay_html_documentInput = {
171265
+ id?: string
171266
+ status?: $Enums.JobDescriptionStatus
171267
+ screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
171268
+ recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
171269
+ uploaded_job_description_path?: string | null
171270
+ is_plan_published?: boolean
171271
+ is_posted?: boolean
171272
+ summary?: NullableJsonNullValueInput | InputJsonValue
171273
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
171274
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
171275
+ target_closing_date?: Date | string | null
171276
+ closing_date?: Date | string | null
171277
+ job_number?: number | null
171278
+ job_code?: string | null
171279
+ created_at?: Date | string
171280
+ updated_at?: Date | string
171281
+ created_by: string
171282
+ updated_by: string
171283
+ is_active?: boolean
171284
+ openings?: number
171285
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
171286
+ job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
171287
+ organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
171288
+ source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
171289
+ applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
171290
+ interviews?: InterviewCreateNestedManyWithoutJob_descriptionInput
171291
+ assignments?: AssignmentCreateNestedManyWithoutJob_descriptionInput
171292
+ fit_check?: FitCheckCreateNestedManyWithoutJob_descriptionInput
171293
+ job_description_data?: JobDescriptionDataCreateNestedManyWithoutJobDescriptionInput
171294
+ evaluationPlan?: EvaluationPlanCreateNestedManyWithoutJobDescriptionInput
171295
+ ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutJobDescriptionInput
171296
+ assignment_library?: AssignmentLibraryCreateNestedManyWithoutJobDescriptionInput
171297
+ approvals?: ApprovalCreateNestedManyWithoutJob_descriptionInput
171298
+ resumes?: ResumeCreateNestedManyWithoutJob_descriptionInput
171299
+ budget?: BudgetCreateNestedOneWithoutJob_descriptionInput
171300
+ hiring_manager?: UserCreateNestedOneWithoutHiring_manager_job_descriptionsInput
171301
+ recruiters?: UserCreateNestedManyWithoutJob_descriptionInput
171302
+ transcripts?: TranscriptCreateNestedManyWithoutJob_descriptionInput
171303
+ integration_job_syncs?: IntegrationJobSyncCreateNestedManyWithoutJob_descriptionInput
171304
+ job_application_template?: JobApplicationTemplateCreateNestedOneWithoutJob_descriptionInput
171305
+ conversations?: ConversationCreateNestedManyWithoutJob_descriptionInput
171306
+ communication_messages?: CommunicationMessageCreateNestedManyWithoutJob_descriptionInput
171307
+ }
171308
+
171309
+ export type JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput = {
171310
+ id?: string
171311
+ organisation_id: string
171312
+ hiring_manager_id?: string | null
171313
+ status?: $Enums.JobDescriptionStatus
171314
+ screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
171315
+ recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
171316
+ uploaded_job_description_path?: string | null
171317
+ source_document_id?: string | null
171318
+ rendered_jd_document_id?: string | null
171319
+ is_plan_published?: boolean
171320
+ is_posted?: boolean
171321
+ summary?: NullableJsonNullValueInput | InputJsonValue
171322
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
171323
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
171324
+ target_closing_date?: Date | string | null
171325
+ closing_date?: Date | string | null
171326
+ job_number?: number | null
171327
+ job_code?: string | null
171328
+ created_at?: Date | string
171329
+ updated_at?: Date | string
171330
+ created_by: string
171331
+ updated_by: string
171332
+ is_active?: boolean
171333
+ openings?: number
171334
+ job_profile_id?: string | null
171335
+ applications?: ApplicationUncheckedCreateNestedManyWithoutJob_descriptionInput
171336
+ interviews?: InterviewUncheckedCreateNestedManyWithoutJob_descriptionInput
171337
+ assignments?: AssignmentUncheckedCreateNestedManyWithoutJob_descriptionInput
171338
+ fit_check?: FitCheckUncheckedCreateNestedManyWithoutJob_descriptionInput
171339
+ job_description_data?: JobDescriptionDataUncheckedCreateNestedManyWithoutJobDescriptionInput
171340
+ evaluationPlan?: EvaluationPlanUncheckedCreateNestedManyWithoutJobDescriptionInput
171341
+ ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutJobDescriptionInput
171342
+ assignment_library?: AssignmentLibraryUncheckedCreateNestedManyWithoutJobDescriptionInput
171343
+ approvals?: ApprovalUncheckedCreateNestedManyWithoutJob_descriptionInput
171344
+ resumes?: ResumeUncheckedCreateNestedManyWithoutJob_descriptionInput
171345
+ budget?: BudgetUncheckedCreateNestedOneWithoutJob_descriptionInput
171346
+ recruiters?: UserUncheckedCreateNestedManyWithoutJob_descriptionInput
171347
+ transcripts?: TranscriptUncheckedCreateNestedManyWithoutJob_descriptionInput
171348
+ integration_job_syncs?: IntegrationJobSyncUncheckedCreateNestedManyWithoutJob_descriptionInput
171349
+ job_application_template?: JobApplicationTemplateUncheckedCreateNestedOneWithoutJob_descriptionInput
171350
+ conversations?: ConversationUncheckedCreateNestedManyWithoutJob_descriptionInput
171351
+ communication_messages?: CommunicationMessageUncheckedCreateNestedManyWithoutJob_descriptionInput
171352
+ }
171353
+
171354
+ export type JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput = {
171355
+ where: JobDescriptionWhereUniqueInput
171356
+ create: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
171357
+ }
171358
+
171004
171359
  export type InterviewCreateWithoutRecording_documentInput = {
171005
171360
  id?: string
171006
171361
  calendar_event_id?: string | null
@@ -171699,6 +172054,7 @@ export namespace Prisma {
171699
172054
  is_active?: BoolFieldUpdateOperationsInput | boolean
171700
172055
  openings?: IntFieldUpdateOperationsInput | number
171701
172056
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
172057
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
171702
172058
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
171703
172059
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
171704
172060
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -171730,6 +172086,7 @@ export namespace Prisma {
171730
172086
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
171731
172087
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
171732
172088
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172089
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
171733
172090
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
171734
172091
  is_posted?: BoolFieldUpdateOperationsInput | boolean
171735
172092
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -171797,6 +172154,7 @@ export namespace Prisma {
171797
172154
  updated_by?: StringFieldUpdateOperationsInput | string
171798
172155
  is_active?: BoolFieldUpdateOperationsInput | boolean
171799
172156
  openings?: IntFieldUpdateOperationsInput | number
172157
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
171800
172158
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
171801
172159
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
171802
172160
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -171829,6 +172187,108 @@ export namespace Prisma {
171829
172187
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
171830
172188
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
171831
172189
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172190
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172191
+ is_plan_published?: BoolFieldUpdateOperationsInput | boolean
172192
+ is_posted?: BoolFieldUpdateOperationsInput | boolean
172193
+ summary?: NullableJsonNullValueInput | InputJsonValue
172194
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
172195
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
172196
+ target_closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
172197
+ closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
172198
+ job_number?: NullableIntFieldUpdateOperationsInput | number | null
172199
+ job_code?: NullableStringFieldUpdateOperationsInput | string | null
172200
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
172201
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
172202
+ created_by?: StringFieldUpdateOperationsInput | string
172203
+ updated_by?: StringFieldUpdateOperationsInput | string
172204
+ is_active?: BoolFieldUpdateOperationsInput | boolean
172205
+ openings?: IntFieldUpdateOperationsInput | number
172206
+ job_profile_id?: NullableStringFieldUpdateOperationsInput | string | null
172207
+ applications?: ApplicationUncheckedUpdateManyWithoutJob_descriptionNestedInput
172208
+ interviews?: InterviewUncheckedUpdateManyWithoutJob_descriptionNestedInput
172209
+ assignments?: AssignmentUncheckedUpdateManyWithoutJob_descriptionNestedInput
172210
+ fit_check?: FitCheckUncheckedUpdateManyWithoutJob_descriptionNestedInput
172211
+ job_description_data?: JobDescriptionDataUncheckedUpdateManyWithoutJobDescriptionNestedInput
172212
+ evaluationPlan?: EvaluationPlanUncheckedUpdateManyWithoutJobDescriptionNestedInput
172213
+ ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutJobDescriptionNestedInput
172214
+ assignment_library?: AssignmentLibraryUncheckedUpdateManyWithoutJobDescriptionNestedInput
172215
+ approvals?: ApprovalUncheckedUpdateManyWithoutJob_descriptionNestedInput
172216
+ resumes?: ResumeUncheckedUpdateManyWithoutJob_descriptionNestedInput
172217
+ budget?: BudgetUncheckedUpdateOneWithoutJob_descriptionNestedInput
172218
+ recruiters?: UserUncheckedUpdateManyWithoutJob_descriptionNestedInput
172219
+ transcripts?: TranscriptUncheckedUpdateManyWithoutJob_descriptionNestedInput
172220
+ integration_job_syncs?: IntegrationJobSyncUncheckedUpdateManyWithoutJob_descriptionNestedInput
172221
+ job_application_template?: JobApplicationTemplateUncheckedUpdateOneWithoutJob_descriptionNestedInput
172222
+ conversations?: ConversationUncheckedUpdateManyWithoutJob_descriptionNestedInput
172223
+ communication_messages?: CommunicationMessageUncheckedUpdateManyWithoutJob_descriptionNestedInput
172224
+ }
172225
+
172226
+ export type JobDescriptionUpsertWithoutDisplay_html_documentInput = {
172227
+ update: XOR<JobDescriptionUpdateWithoutDisplay_html_documentInput, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
172228
+ create: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
172229
+ where?: JobDescriptionWhereInput
172230
+ }
172231
+
172232
+ export type JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput = {
172233
+ where?: JobDescriptionWhereInput
172234
+ data: XOR<JobDescriptionUpdateWithoutDisplay_html_documentInput, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
172235
+ }
172236
+
172237
+ export type JobDescriptionUpdateWithoutDisplay_html_documentInput = {
172238
+ id?: StringFieldUpdateOperationsInput | string
172239
+ status?: EnumJobDescriptionStatusFieldUpdateOperationsInput | $Enums.JobDescriptionStatus
172240
+ screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
172241
+ recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
172242
+ uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
172243
+ is_plan_published?: BoolFieldUpdateOperationsInput | boolean
172244
+ is_posted?: BoolFieldUpdateOperationsInput | boolean
172245
+ summary?: NullableJsonNullValueInput | InputJsonValue
172246
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
172247
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
172248
+ target_closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
172249
+ closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
172250
+ job_number?: NullableIntFieldUpdateOperationsInput | number | null
172251
+ job_code?: NullableStringFieldUpdateOperationsInput | string | null
172252
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
172253
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
172254
+ created_by?: StringFieldUpdateOperationsInput | string
172255
+ updated_by?: StringFieldUpdateOperationsInput | string
172256
+ is_active?: BoolFieldUpdateOperationsInput | boolean
172257
+ openings?: IntFieldUpdateOperationsInput | number
172258
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
172259
+ job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
172260
+ organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
172261
+ source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
172262
+ applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
172263
+ interviews?: InterviewUpdateManyWithoutJob_descriptionNestedInput
172264
+ assignments?: AssignmentUpdateManyWithoutJob_descriptionNestedInput
172265
+ fit_check?: FitCheckUpdateManyWithoutJob_descriptionNestedInput
172266
+ job_description_data?: JobDescriptionDataUpdateManyWithoutJobDescriptionNestedInput
172267
+ evaluationPlan?: EvaluationPlanUpdateManyWithoutJobDescriptionNestedInput
172268
+ ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutJobDescriptionNestedInput
172269
+ assignment_library?: AssignmentLibraryUpdateManyWithoutJobDescriptionNestedInput
172270
+ approvals?: ApprovalUpdateManyWithoutJob_descriptionNestedInput
172271
+ resumes?: ResumeUpdateManyWithoutJob_descriptionNestedInput
172272
+ budget?: BudgetUpdateOneWithoutJob_descriptionNestedInput
172273
+ hiring_manager?: UserUpdateOneWithoutHiring_manager_job_descriptionsNestedInput
172274
+ recruiters?: UserUpdateManyWithoutJob_descriptionNestedInput
172275
+ transcripts?: TranscriptUpdateManyWithoutJob_descriptionNestedInput
172276
+ integration_job_syncs?: IntegrationJobSyncUpdateManyWithoutJob_descriptionNestedInput
172277
+ job_application_template?: JobApplicationTemplateUpdateOneWithoutJob_descriptionNestedInput
172278
+ conversations?: ConversationUpdateManyWithoutJob_descriptionNestedInput
172279
+ communication_messages?: CommunicationMessageUpdateManyWithoutJob_descriptionNestedInput
172280
+ }
172281
+
172282
+ export type JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput = {
172283
+ id?: StringFieldUpdateOperationsInput | string
172284
+ organisation_id?: StringFieldUpdateOperationsInput | string
172285
+ hiring_manager_id?: NullableStringFieldUpdateOperationsInput | string | null
172286
+ status?: EnumJobDescriptionStatusFieldUpdateOperationsInput | $Enums.JobDescriptionStatus
172287
+ screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
172288
+ recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
172289
+ uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
172290
+ source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172291
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
171832
172292
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
171833
172293
  is_posted?: BoolFieldUpdateOperationsInput | boolean
171834
172294
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -172143,6 +172603,7 @@ export namespace Prisma {
172143
172603
  is_active?: boolean
172144
172604
  openings?: number
172145
172605
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
172606
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
172146
172607
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
172147
172608
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
172148
172609
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -172175,6 +172636,7 @@ export namespace Prisma {
172175
172636
  uploaded_job_description_path?: string | null
172176
172637
  source_document_id?: string | null
172177
172638
  rendered_jd_document_id?: string | null
172639
+ display_html_document_id?: string | null
172178
172640
  is_plan_published?: boolean
172179
172641
  is_posted?: boolean
172180
172642
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -172549,6 +173011,7 @@ export namespace Prisma {
172549
173011
  order_no?: number | null
172550
173012
  format?: $Enums.EvaluationRoundFormat | null
172551
173013
  round_purpose?: string | null
173014
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
172552
173015
  topics?: OngoingEvaluationCreatetopicsInput | string[]
172553
173016
  assignee?: string | null
172554
173017
  elimination_round?: boolean | null
@@ -172595,6 +173058,7 @@ export namespace Prisma {
172595
173058
  order_no?: number | null
172596
173059
  format?: $Enums.EvaluationRoundFormat | null
172597
173060
  round_purpose?: string | null
173061
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
172598
173062
  topics?: OngoingEvaluationCreatetopicsInput | string[]
172599
173063
  assignee?: string | null
172600
173064
  elimination_round?: boolean | null
@@ -172657,6 +173121,7 @@ export namespace Prisma {
172657
173121
  is_active?: BoolFieldUpdateOperationsInput | boolean
172658
173122
  openings?: IntFieldUpdateOperationsInput | number
172659
173123
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
173124
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
172660
173125
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
172661
173126
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
172662
173127
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -172689,6 +173154,7 @@ export namespace Prisma {
172689
173154
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
172690
173155
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172691
173156
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
173157
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172692
173158
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
172693
173159
  is_posted?: BoolFieldUpdateOperationsInput | boolean
172694
173160
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -173470,6 +173936,7 @@ export namespace Prisma {
173470
173936
  is_active?: boolean
173471
173937
  openings?: number
173472
173938
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
173939
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
173473
173940
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
173474
173941
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
173475
173942
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -173502,6 +173969,7 @@ export namespace Prisma {
173502
173969
  uploaded_job_description_path?: string | null
173503
173970
  source_document_id?: string | null
173504
173971
  rendered_jd_document_id?: string | null
173972
+ display_html_document_id?: string | null
173505
173973
  is_plan_published?: boolean
173506
173974
  is_posted?: boolean
173507
173975
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -173986,6 +174454,7 @@ export namespace Prisma {
173986
174454
  is_active?: BoolFieldUpdateOperationsInput | boolean
173987
174455
  openings?: IntFieldUpdateOperationsInput | number
173988
174456
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
174457
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
173989
174458
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
173990
174459
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
173991
174460
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -174018,6 +174487,7 @@ export namespace Prisma {
174018
174487
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
174019
174488
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174020
174489
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174490
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174021
174491
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
174022
174492
  is_posted?: BoolFieldUpdateOperationsInput | boolean
174023
174493
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -174689,6 +175159,7 @@ export namespace Prisma {
174689
175159
  is_active?: boolean
174690
175160
  openings?: number
174691
175161
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
175162
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
174692
175163
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
174693
175164
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
174694
175165
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -174721,6 +175192,7 @@ export namespace Prisma {
174721
175192
  uploaded_job_description_path?: string | null
174722
175193
  source_document_id?: string | null
174723
175194
  rendered_jd_document_id?: string | null
175195
+ display_html_document_id?: string | null
174724
175196
  is_plan_published?: boolean
174725
175197
  is_posted?: boolean
174726
175198
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -174793,6 +175265,7 @@ export namespace Prisma {
174793
175265
  is_active?: BoolFieldUpdateOperationsInput | boolean
174794
175266
  openings?: IntFieldUpdateOperationsInput | number
174795
175267
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
175268
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
174796
175269
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
174797
175270
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
174798
175271
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -174825,6 +175298,7 @@ export namespace Prisma {
174825
175298
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
174826
175299
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174827
175300
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
175301
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174828
175302
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
174829
175303
  is_posted?: BoolFieldUpdateOperationsInput | boolean
174830
175304
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -175506,6 +175980,7 @@ export namespace Prisma {
175506
175980
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
175507
175981
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
175508
175982
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
175983
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
175509
175984
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
175510
175985
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
175511
175986
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -175533,6 +176008,7 @@ export namespace Prisma {
175533
176008
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
175534
176009
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
175535
176010
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
176011
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
175536
176012
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
175537
176013
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
175538
176014
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -175565,6 +176041,7 @@ export namespace Prisma {
175565
176041
  is_active?: boolean
175566
176042
  openings?: number
175567
176043
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
176044
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
175568
176045
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
175569
176046
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
175570
176047
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -175597,6 +176074,7 @@ export namespace Prisma {
175597
176074
  uploaded_job_description_path?: string | null
175598
176075
  source_document_id?: string | null
175599
176076
  rendered_jd_document_id?: string | null
176077
+ display_html_document_id?: string | null
175600
176078
  is_plan_published?: boolean
175601
176079
  is_posted?: boolean
175602
176080
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -175696,6 +176174,7 @@ export namespace Prisma {
175696
176174
  title: string
175697
176175
  description?: string | null
175698
176176
  format?: $Enums.EvaluationRoundFormat | null
176177
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
175699
176178
  topics?: EvaluationPlanCreatetopicsInput | string[]
175700
176179
  assignee?: string | null
175701
176180
  elimination_round?: boolean
@@ -175732,6 +176211,7 @@ export namespace Prisma {
175732
176211
  title: string
175733
176212
  description?: string | null
175734
176213
  format?: $Enums.EvaluationRoundFormat | null
176214
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
175735
176215
  topics?: EvaluationPlanCreatetopicsInput | string[]
175736
176216
  assignee?: string | null
175737
176217
  elimination_round?: boolean
@@ -175856,6 +176336,7 @@ export namespace Prisma {
175856
176336
  order_no?: number | null
175857
176337
  format?: $Enums.EvaluationRoundFormat | null
175858
176338
  round_purpose?: string | null
176339
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
175859
176340
  topics?: OngoingEvaluationCreatetopicsInput | string[]
175860
176341
  assignee?: string | null
175861
176342
  elimination_round?: boolean | null
@@ -175902,6 +176383,7 @@ export namespace Prisma {
175902
176383
  order_no?: number | null
175903
176384
  format?: $Enums.EvaluationRoundFormat | null
175904
176385
  round_purpose?: string | null
176386
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
175905
176387
  topics?: OngoingEvaluationCreatetopicsInput | string[]
175906
176388
  assignee?: string | null
175907
176389
  elimination_round?: boolean | null
@@ -176613,6 +177095,7 @@ export namespace Prisma {
176613
177095
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
176614
177096
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
176615
177097
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
177098
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
176616
177099
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
176617
177100
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
176618
177101
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -176640,6 +177123,7 @@ export namespace Prisma {
176640
177123
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
176641
177124
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
176642
177125
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
177126
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
176643
177127
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
176644
177128
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
176645
177129
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -176678,6 +177162,7 @@ export namespace Prisma {
176678
177162
  is_active?: BoolFieldUpdateOperationsInput | boolean
176679
177163
  openings?: IntFieldUpdateOperationsInput | number
176680
177164
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
177165
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
176681
177166
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
176682
177167
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
176683
177168
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -176710,6 +177195,7 @@ export namespace Prisma {
176710
177195
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
176711
177196
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
176712
177197
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
177198
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
176713
177199
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
176714
177200
  is_posted?: BoolFieldUpdateOperationsInput | boolean
176715
177201
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -176821,6 +177307,7 @@ export namespace Prisma {
176821
177307
  title?: StringFieldUpdateOperationsInput | string
176822
177308
  description?: NullableStringFieldUpdateOperationsInput | string | null
176823
177309
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
177310
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
176824
177311
  topics?: EvaluationPlanUpdatetopicsInput | string[]
176825
177312
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
176826
177313
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -176857,6 +177344,7 @@ export namespace Prisma {
176857
177344
  title?: StringFieldUpdateOperationsInput | string
176858
177345
  description?: NullableStringFieldUpdateOperationsInput | string | null
176859
177346
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
177347
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
176860
177348
  topics?: EvaluationPlanUpdatetopicsInput | string[]
176861
177349
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
176862
177350
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -176993,6 +177481,7 @@ export namespace Prisma {
176993
177481
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
176994
177482
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
176995
177483
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
177484
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
176996
177485
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
176997
177486
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
176998
177487
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -177039,6 +177528,7 @@ export namespace Prisma {
177039
177528
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
177040
177529
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
177041
177530
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
177531
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
177042
177532
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
177043
177533
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
177044
177534
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -177995,6 +178485,7 @@ export namespace Prisma {
177995
178485
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
177996
178486
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
177997
178487
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
178488
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
177998
178489
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
177999
178490
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
178000
178491
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -178022,6 +178513,7 @@ export namespace Prisma {
178022
178513
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
178023
178514
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
178024
178515
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
178516
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
178025
178517
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
178026
178518
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
178027
178519
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -178197,6 +178689,7 @@ export namespace Prisma {
178197
178689
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
178198
178690
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
178199
178691
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
178692
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
178200
178693
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
178201
178694
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
178202
178695
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -178224,6 +178717,7 @@ export namespace Prisma {
178224
178717
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
178225
178718
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
178226
178719
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
178720
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
178227
178721
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
178228
178722
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
178229
178723
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -178354,6 +178848,7 @@ export namespace Prisma {
178354
178848
  is_active?: boolean
178355
178849
  openings?: number
178356
178850
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
178851
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
178357
178852
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
178358
178853
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
178359
178854
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -178386,6 +178881,7 @@ export namespace Prisma {
178386
178881
  uploaded_job_description_path?: string | null
178387
178882
  source_document_id?: string | null
178388
178883
  rendered_jd_document_id?: string | null
178884
+ display_html_document_id?: string | null
178389
178885
  is_plan_published?: boolean
178390
178886
  is_posted?: boolean
178391
178887
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -178611,6 +179107,7 @@ export namespace Prisma {
178611
179107
  is_active?: BoolFieldUpdateOperationsInput | boolean
178612
179108
  openings?: IntFieldUpdateOperationsInput | number
178613
179109
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
179110
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
178614
179111
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
178615
179112
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
178616
179113
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -178643,6 +179140,7 @@ export namespace Prisma {
178643
179140
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
178644
179141
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
178645
179142
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
179143
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
178646
179144
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
178647
179145
  is_posted?: BoolFieldUpdateOperationsInput | boolean
178648
179146
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -178734,6 +179232,7 @@ export namespace Prisma {
178734
179232
  resume?: ResumeCreateNestedOneWithoutDocumentInput
178735
179233
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
178736
179234
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
179235
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
178737
179236
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
178738
179237
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
178739
179238
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -178761,6 +179260,7 @@ export namespace Prisma {
178761
179260
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
178762
179261
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
178763
179262
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
179263
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
178764
179264
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
178765
179265
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
178766
179266
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -178772,6 +179272,67 @@ export namespace Prisma {
178772
179272
  create: XOR<DocumentCreateWithoutJob_description_renderedInput, DocumentUncheckedCreateWithoutJob_description_renderedInput>
178773
179273
  }
178774
179274
 
179275
+ export type DocumentCreateWithoutJob_description_display_htmlInput = {
179276
+ id?: string
179277
+ original_file_name: string
179278
+ stored_file_name: string
179279
+ file_extension?: string | null
179280
+ s3_bucket?: string | null
179281
+ s3_key?: string | null
179282
+ mime_type?: string | null
179283
+ file_size?: bigint | number | null
179284
+ file_hash?: string | null
179285
+ metadata?: NullableJsonNullValueInput | InputJsonValue
179286
+ created_at?: Date | string
179287
+ updated_at?: Date | string
179288
+ created_by: string
179289
+ updated_by: string
179290
+ is_active?: boolean
179291
+ organisation?: OrganisationCreateNestedOneWithoutDocumentsInput
179292
+ candidate?: UserCreateNestedOneWithoutDocumentsInput
179293
+ resume?: ResumeCreateNestedOneWithoutDocumentInput
179294
+ resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
179295
+ job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
179296
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
179297
+ interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
179298
+ job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
179299
+ assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
179300
+ assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
179301
+ }
179302
+
179303
+ export type DocumentUncheckedCreateWithoutJob_description_display_htmlInput = {
179304
+ id?: string
179305
+ organisation_id?: string | null
179306
+ candidate_id?: string | null
179307
+ original_file_name: string
179308
+ stored_file_name: string
179309
+ file_extension?: string | null
179310
+ s3_bucket?: string | null
179311
+ s3_key?: string | null
179312
+ mime_type?: string | null
179313
+ file_size?: bigint | number | null
179314
+ file_hash?: string | null
179315
+ metadata?: NullableJsonNullValueInput | InputJsonValue
179316
+ created_at?: Date | string
179317
+ updated_at?: Date | string
179318
+ created_by: string
179319
+ updated_by: string
179320
+ is_active?: boolean
179321
+ resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
179322
+ resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
179323
+ job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
179324
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
179325
+ interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
179326
+ job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
179327
+ assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
179328
+ assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
179329
+ }
179330
+
179331
+ export type DocumentCreateOrConnectWithoutJob_description_display_htmlInput = {
179332
+ where: DocumentWhereUniqueInput
179333
+ create: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
179334
+ }
179335
+
178775
179336
  export type JobProfileCreateWithoutJob_descriptionsInput = {
178776
179337
  id?: string
178777
179338
  status?: $Enums.JobProfileStatus
@@ -178957,6 +179518,7 @@ export namespace Prisma {
178957
179518
  resume?: ResumeCreateNestedOneWithoutDocumentInput
178958
179519
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
178959
179520
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
179521
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
178960
179522
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
178961
179523
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
178962
179524
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -178984,6 +179546,7 @@ export namespace Prisma {
178984
179546
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
178985
179547
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
178986
179548
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
179549
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
178987
179550
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
178988
179551
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
178989
179552
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -179374,6 +179937,7 @@ export namespace Prisma {
179374
179937
  title: string
179375
179938
  description?: string | null
179376
179939
  format?: $Enums.EvaluationRoundFormat | null
179940
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
179377
179941
  topics?: EvaluationPlanCreatetopicsInput | string[]
179378
179942
  assignee?: string | null
179379
179943
  elimination_round?: boolean
@@ -179409,6 +179973,7 @@ export namespace Prisma {
179409
179973
  title: string
179410
179974
  description?: string | null
179411
179975
  format?: $Enums.EvaluationRoundFormat | null
179976
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
179412
179977
  topics?: EvaluationPlanCreatetopicsInput | string[]
179413
179978
  assignee?: string | null
179414
179979
  elimination_round?: boolean
@@ -179458,6 +180023,7 @@ export namespace Prisma {
179458
180023
  order_no?: number | null
179459
180024
  format?: $Enums.EvaluationRoundFormat | null
179460
180025
  round_purpose?: string | null
180026
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
179461
180027
  topics?: OngoingEvaluationCreatetopicsInput | string[]
179462
180028
  assignee?: string | null
179463
180029
  elimination_round?: boolean | null
@@ -179504,6 +180070,7 @@ export namespace Prisma {
179504
180070
  order_no?: number | null
179505
180071
  format?: $Enums.EvaluationRoundFormat | null
179506
180072
  round_purpose?: string | null
180073
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
179507
180074
  topics?: OngoingEvaluationCreatetopicsInput | string[]
179508
180075
  assignee?: string | null
179509
180076
  elimination_round?: boolean | null
@@ -180281,6 +180848,7 @@ export namespace Prisma {
180281
180848
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
180282
180849
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
180283
180850
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
180851
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
180284
180852
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
180285
180853
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
180286
180854
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -180308,6 +180876,74 @@ export namespace Prisma {
180308
180876
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
180309
180877
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
180310
180878
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
180879
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
180880
+ interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
180881
+ job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
180882
+ assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
180883
+ assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
180884
+ }
180885
+
180886
+ export type DocumentUpsertWithoutJob_description_display_htmlInput = {
180887
+ update: XOR<DocumentUpdateWithoutJob_description_display_htmlInput, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
180888
+ create: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
180889
+ where?: DocumentWhereInput
180890
+ }
180891
+
180892
+ export type DocumentUpdateToOneWithWhereWithoutJob_description_display_htmlInput = {
180893
+ where?: DocumentWhereInput
180894
+ data: XOR<DocumentUpdateWithoutJob_description_display_htmlInput, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
180895
+ }
180896
+
180897
+ export type DocumentUpdateWithoutJob_description_display_htmlInput = {
180898
+ id?: StringFieldUpdateOperationsInput | string
180899
+ original_file_name?: StringFieldUpdateOperationsInput | string
180900
+ stored_file_name?: StringFieldUpdateOperationsInput | string
180901
+ file_extension?: NullableStringFieldUpdateOperationsInput | string | null
180902
+ s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
180903
+ s3_key?: NullableStringFieldUpdateOperationsInput | string | null
180904
+ mime_type?: NullableStringFieldUpdateOperationsInput | string | null
180905
+ file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
180906
+ file_hash?: NullableStringFieldUpdateOperationsInput | string | null
180907
+ metadata?: NullableJsonNullValueInput | InputJsonValue
180908
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
180909
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
180910
+ created_by?: StringFieldUpdateOperationsInput | string
180911
+ updated_by?: StringFieldUpdateOperationsInput | string
180912
+ is_active?: BoolFieldUpdateOperationsInput | boolean
180913
+ organisation?: OrganisationUpdateOneWithoutDocumentsNestedInput
180914
+ candidate?: UserUpdateOneWithoutDocumentsNestedInput
180915
+ resume?: ResumeUpdateOneWithoutDocumentNestedInput
180916
+ resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
180917
+ job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
180918
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
180919
+ interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
180920
+ job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
180921
+ assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
180922
+ assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
180923
+ }
180924
+
180925
+ export type DocumentUncheckedUpdateWithoutJob_description_display_htmlInput = {
180926
+ id?: StringFieldUpdateOperationsInput | string
180927
+ organisation_id?: NullableStringFieldUpdateOperationsInput | string | null
180928
+ candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
180929
+ original_file_name?: StringFieldUpdateOperationsInput | string
180930
+ stored_file_name?: StringFieldUpdateOperationsInput | string
180931
+ file_extension?: NullableStringFieldUpdateOperationsInput | string | null
180932
+ s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
180933
+ s3_key?: NullableStringFieldUpdateOperationsInput | string | null
180934
+ mime_type?: NullableStringFieldUpdateOperationsInput | string | null
180935
+ file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
180936
+ file_hash?: NullableStringFieldUpdateOperationsInput | string | null
180937
+ metadata?: NullableJsonNullValueInput | InputJsonValue
180938
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
180939
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
180940
+ created_by?: StringFieldUpdateOperationsInput | string
180941
+ updated_by?: StringFieldUpdateOperationsInput | string
180942
+ is_active?: BoolFieldUpdateOperationsInput | boolean
180943
+ resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
180944
+ resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
180945
+ job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
180946
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
180311
180947
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
180312
180948
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
180313
180949
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -180522,6 +181158,7 @@ export namespace Prisma {
180522
181158
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
180523
181159
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
180524
181160
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
181161
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
180525
181162
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
180526
181163
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
180527
181164
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -180549,6 +181186,7 @@ export namespace Prisma {
180549
181186
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
180550
181187
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
180551
181188
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
181189
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
180552
181190
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
180553
181191
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
180554
181192
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -181194,6 +181832,7 @@ export namespace Prisma {
181194
181832
  is_active?: boolean
181195
181833
  openings?: number
181196
181834
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
181835
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
181197
181836
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
181198
181837
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
181199
181838
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -181226,6 +181865,7 @@ export namespace Prisma {
181226
181865
  uploaded_job_description_path?: string | null
181227
181866
  source_document_id?: string | null
181228
181867
  rendered_jd_document_id?: string | null
181868
+ display_html_document_id?: string | null
181229
181869
  is_plan_published?: boolean
181230
181870
  is_posted?: boolean
181231
181871
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -181298,6 +181938,7 @@ export namespace Prisma {
181298
181938
  is_active?: BoolFieldUpdateOperationsInput | boolean
181299
181939
  openings?: IntFieldUpdateOperationsInput | number
181300
181940
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
181941
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
181301
181942
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
181302
181943
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
181303
181944
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -181330,6 +181971,7 @@ export namespace Prisma {
181330
181971
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
181331
181972
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
181332
181973
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
181974
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
181333
181975
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
181334
181976
  is_posted?: BoolFieldUpdateOperationsInput | boolean
181335
181977
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -181954,6 +182596,7 @@ export namespace Prisma {
181954
182596
  is_active?: boolean
181955
182597
  openings?: number
181956
182598
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
182599
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
181957
182600
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
181958
182601
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
181959
182602
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -181986,6 +182629,7 @@ export namespace Prisma {
181986
182629
  uploaded_job_description_path?: string | null
181987
182630
  source_document_id?: string | null
181988
182631
  rendered_jd_document_id?: string | null
182632
+ display_html_document_id?: string | null
181989
182633
  is_plan_published?: boolean
181990
182634
  is_posted?: boolean
181991
182635
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -182651,6 +183295,7 @@ export namespace Prisma {
182651
183295
  uploaded_job_description_path?: StringNullableFilter<"JobDescription"> | string | null
182652
183296
  source_document_id?: StringNullableFilter<"JobDescription"> | string | null
182653
183297
  rendered_jd_document_id?: StringNullableFilter<"JobDescription"> | string | null
183298
+ display_html_document_id?: StringNullableFilter<"JobDescription"> | string | null
182654
183299
  is_plan_published?: BoolFilter<"JobDescription"> | boolean
182655
183300
  is_posted?: BoolFilter<"JobDescription"> | boolean
182656
183301
  summary?: JsonNullableFilter<"JobDescription">
@@ -184039,6 +184684,7 @@ export namespace Prisma {
184039
184684
  is_active?: boolean
184040
184685
  openings?: number
184041
184686
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
184687
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
184042
184688
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
184043
184689
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
184044
184690
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -184071,6 +184717,7 @@ export namespace Prisma {
184071
184717
  uploaded_job_description_path?: string | null
184072
184718
  source_document_id?: string | null
184073
184719
  rendered_jd_document_id?: string | null
184720
+ display_html_document_id?: string | null
184074
184721
  is_plan_published?: boolean
184075
184722
  is_posted?: boolean
184076
184723
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -184509,6 +185156,7 @@ export namespace Prisma {
184509
185156
  title: string
184510
185157
  description?: string | null
184511
185158
  format?: $Enums.EvaluationRoundFormat | null
185159
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
184512
185160
  topics?: EvaluationPlanCreatetopicsInput | string[]
184513
185161
  assignee?: string | null
184514
185162
  elimination_round?: boolean
@@ -184545,6 +185193,7 @@ export namespace Prisma {
184545
185193
  title: string
184546
185194
  description?: string | null
184547
185195
  format?: $Enums.EvaluationRoundFormat | null
185196
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
184548
185197
  topics?: EvaluationPlanCreatetopicsInput | string[]
184549
185198
  assignee?: string | null
184550
185199
  elimination_round?: boolean
@@ -184827,6 +185476,7 @@ export namespace Prisma {
184827
185476
  is_active?: BoolFieldUpdateOperationsInput | boolean
184828
185477
  openings?: IntFieldUpdateOperationsInput | number
184829
185478
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
185479
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
184830
185480
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
184831
185481
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
184832
185482
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -184859,6 +185509,7 @@ export namespace Prisma {
184859
185509
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
184860
185510
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
184861
185511
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
185512
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
184862
185513
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
184863
185514
  is_posted?: BoolFieldUpdateOperationsInput | boolean
184864
185515
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -185327,6 +185978,7 @@ export namespace Prisma {
185327
185978
  title?: StringFieldUpdateOperationsInput | string
185328
185979
  description?: NullableStringFieldUpdateOperationsInput | string | null
185329
185980
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
185981
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
185330
185982
  topics?: EvaluationPlanUpdatetopicsInput | string[]
185331
185983
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
185332
185984
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -185363,6 +186015,7 @@ export namespace Prisma {
185363
186015
  title?: StringFieldUpdateOperationsInput | string
185364
186016
  description?: NullableStringFieldUpdateOperationsInput | string | null
185365
186017
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
186018
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
185366
186019
  topics?: EvaluationPlanUpdatetopicsInput | string[]
185367
186020
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
185368
186021
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -185929,6 +186582,7 @@ export namespace Prisma {
185929
186582
  is_active?: boolean
185930
186583
  openings?: number
185931
186584
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
186585
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
185932
186586
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
185933
186587
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
185934
186588
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -185960,6 +186614,7 @@ export namespace Prisma {
185960
186614
  uploaded_job_description_path?: string | null
185961
186615
  source_document_id?: string | null
185962
186616
  rendered_jd_document_id?: string | null
186617
+ display_html_document_id?: string | null
185963
186618
  is_plan_published?: boolean
185964
186619
  is_posted?: boolean
185965
186620
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -186550,6 +187205,7 @@ export namespace Prisma {
186550
187205
  order_no?: number | null
186551
187206
  format?: $Enums.EvaluationRoundFormat | null
186552
187207
  round_purpose?: string | null
187208
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
186553
187209
  topics?: OngoingEvaluationCreatetopicsInput | string[]
186554
187210
  assignee?: string | null
186555
187211
  elimination_round?: boolean | null
@@ -186596,6 +187252,7 @@ export namespace Prisma {
186596
187252
  order_no?: number | null
186597
187253
  format?: $Enums.EvaluationRoundFormat | null
186598
187254
  round_purpose?: string | null
187255
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
186599
187256
  topics?: OngoingEvaluationCreatetopicsInput | string[]
186600
187257
  assignee?: string | null
186601
187258
  elimination_round?: boolean | null
@@ -187090,6 +187747,7 @@ export namespace Prisma {
187090
187747
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
187091
187748
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
187092
187749
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
187750
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
187093
187751
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
187094
187752
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
187095
187753
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -187117,6 +187775,7 @@ export namespace Prisma {
187117
187775
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
187118
187776
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
187119
187777
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
187778
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
187120
187779
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
187121
187780
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
187122
187781
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -188682,6 +189341,7 @@ export namespace Prisma {
188682
189341
  title: string
188683
189342
  description?: string | null
188684
189343
  format?: $Enums.EvaluationRoundFormat | null
189344
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
188685
189345
  topics?: EvaluationPlanCreatetopicsInput | string[]
188686
189346
  assignee?: string | null
188687
189347
  elimination_round?: boolean
@@ -188718,6 +189378,7 @@ export namespace Prisma {
188718
189378
  title: string
188719
189379
  description?: string | null
188720
189380
  format?: $Enums.EvaluationRoundFormat | null
189381
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
188721
189382
  topics?: EvaluationPlanCreatetopicsInput | string[]
188722
189383
  assignee?: string | null
188723
189384
  elimination_round?: boolean
@@ -189020,6 +189681,7 @@ export namespace Prisma {
189020
189681
  title?: StringFieldUpdateOperationsInput | string
189021
189682
  description?: NullableStringFieldUpdateOperationsInput | string | null
189022
189683
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
189684
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
189023
189685
  topics?: EvaluationPlanUpdatetopicsInput | string[]
189024
189686
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
189025
189687
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -189056,6 +189718,7 @@ export namespace Prisma {
189056
189718
  title?: StringFieldUpdateOperationsInput | string
189057
189719
  description?: NullableStringFieldUpdateOperationsInput | string | null
189058
189720
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
189721
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
189059
189722
  topics?: EvaluationPlanUpdatetopicsInput | string[]
189060
189723
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
189061
189724
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -189822,6 +190485,7 @@ export namespace Prisma {
189822
190485
  is_active?: boolean
189823
190486
  openings?: number
189824
190487
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
190488
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
189825
190489
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
189826
190490
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
189827
190491
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -189854,6 +190518,7 @@ export namespace Prisma {
189854
190518
  uploaded_job_description_path?: string | null
189855
190519
  source_document_id?: string | null
189856
190520
  rendered_jd_document_id?: string | null
190521
+ display_html_document_id?: string | null
189857
190522
  is_plan_published?: boolean
189858
190523
  is_posted?: boolean
189859
190524
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -189914,6 +190579,7 @@ export namespace Prisma {
189914
190579
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
189915
190580
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
189916
190581
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
190582
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
189917
190583
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
189918
190584
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
189919
190585
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -189941,6 +190607,7 @@ export namespace Prisma {
189941
190607
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
189942
190608
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
189943
190609
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
190610
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
189944
190611
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
189945
190612
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
189946
190613
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -189973,6 +190640,7 @@ export namespace Prisma {
189973
190640
  resume?: ResumeCreateNestedOneWithoutDocumentInput
189974
190641
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
189975
190642
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
190643
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
189976
190644
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
189977
190645
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
189978
190646
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -190000,6 +190668,7 @@ export namespace Prisma {
190000
190668
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
190001
190669
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
190002
190670
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
190671
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
190003
190672
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
190004
190673
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
190005
190674
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -190228,6 +190897,7 @@ export namespace Prisma {
190228
190897
  order_no?: number | null
190229
190898
  format?: $Enums.EvaluationRoundFormat | null
190230
190899
  round_purpose?: string | null
190900
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
190231
190901
  topics?: OngoingEvaluationCreatetopicsInput | string[]
190232
190902
  assignee?: string | null
190233
190903
  elimination_round?: boolean | null
@@ -190274,6 +190944,7 @@ export namespace Prisma {
190274
190944
  order_no?: number | null
190275
190945
  format?: $Enums.EvaluationRoundFormat | null
190276
190946
  round_purpose?: string | null
190947
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
190277
190948
  topics?: OngoingEvaluationCreatetopicsInput | string[]
190278
190949
  assignee?: string | null
190279
190950
  elimination_round?: boolean | null
@@ -190763,6 +191434,7 @@ export namespace Prisma {
190763
191434
  is_active?: BoolFieldUpdateOperationsInput | boolean
190764
191435
  openings?: IntFieldUpdateOperationsInput | number
190765
191436
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
191437
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
190766
191438
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
190767
191439
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
190768
191440
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -190795,6 +191467,7 @@ export namespace Prisma {
190795
191467
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
190796
191468
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
190797
191469
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
191470
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
190798
191471
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
190799
191472
  is_posted?: BoolFieldUpdateOperationsInput | boolean
190800
191473
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -190861,6 +191534,7 @@ export namespace Prisma {
190861
191534
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
190862
191535
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
190863
191536
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
191537
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
190864
191538
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
190865
191539
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
190866
191540
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -190888,6 +191562,7 @@ export namespace Prisma {
190888
191562
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
190889
191563
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
190890
191564
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
191565
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
190891
191566
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
190892
191567
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
190893
191568
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -190926,6 +191601,7 @@ export namespace Prisma {
190926
191601
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
190927
191602
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
190928
191603
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
191604
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
190929
191605
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
190930
191606
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
190931
191607
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -190953,6 +191629,7 @@ export namespace Prisma {
190953
191629
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
190954
191630
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
190955
191631
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
191632
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
190956
191633
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
190957
191634
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
190958
191635
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -192335,6 +193012,7 @@ export namespace Prisma {
192335
193012
  is_active?: boolean
192336
193013
  openings?: number
192337
193014
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
193015
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
192338
193016
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
192339
193017
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
192340
193018
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -192367,6 +193045,7 @@ export namespace Prisma {
192367
193045
  uploaded_job_description_path?: string | null
192368
193046
  source_document_id?: string | null
192369
193047
  rendered_jd_document_id?: string | null
193048
+ display_html_document_id?: string | null
192370
193049
  is_plan_published?: boolean
192371
193050
  is_posted?: boolean
192372
193051
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -192597,6 +193276,7 @@ export namespace Prisma {
192597
193276
  is_active?: BoolFieldUpdateOperationsInput | boolean
192598
193277
  openings?: IntFieldUpdateOperationsInput | number
192599
193278
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
193279
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
192600
193280
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
192601
193281
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
192602
193282
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -192629,6 +193309,7 @@ export namespace Prisma {
192629
193309
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
192630
193310
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
192631
193311
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
193312
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
192632
193313
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
192633
193314
  is_posted?: BoolFieldUpdateOperationsInput | boolean
192634
193315
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -193070,6 +193751,7 @@ export namespace Prisma {
193070
193751
  is_active?: boolean
193071
193752
  openings?: number
193072
193753
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
193754
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
193073
193755
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
193074
193756
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
193075
193757
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -193102,6 +193784,7 @@ export namespace Prisma {
193102
193784
  uploaded_job_description_path?: string | null
193103
193785
  source_document_id?: string | null
193104
193786
  rendered_jd_document_id?: string | null
193787
+ display_html_document_id?: string | null
193105
193788
  is_plan_published?: boolean
193106
193789
  is_posted?: boolean
193107
193790
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -193163,6 +193846,7 @@ export namespace Prisma {
193163
193846
  is_active?: boolean
193164
193847
  openings?: number
193165
193848
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
193849
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
193166
193850
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
193167
193851
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
193168
193852
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -193194,6 +193878,7 @@ export namespace Prisma {
193194
193878
  uploaded_job_description_path?: string | null
193195
193879
  source_document_id?: string | null
193196
193880
  rendered_jd_document_id?: string | null
193881
+ display_html_document_id?: string | null
193197
193882
  is_plan_published?: boolean
193198
193883
  is_posted?: boolean
193199
193884
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -194022,6 +194707,7 @@ export namespace Prisma {
194022
194707
  order_no?: number | null
194023
194708
  format?: $Enums.EvaluationRoundFormat | null
194024
194709
  round_purpose?: string | null
194710
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
194025
194711
  topics?: OngoingEvaluationCreatetopicsInput | string[]
194026
194712
  assignee?: string | null
194027
194713
  elimination_round?: boolean | null
@@ -194068,6 +194754,7 @@ export namespace Prisma {
194068
194754
  order_no?: number | null
194069
194755
  format?: $Enums.EvaluationRoundFormat | null
194070
194756
  round_purpose?: string | null
194757
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
194071
194758
  topics?: OngoingEvaluationCreatetopicsInput | string[]
194072
194759
  assignee?: string | null
194073
194760
  elimination_round?: boolean | null
@@ -194686,6 +195373,7 @@ export namespace Prisma {
194686
195373
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
194687
195374
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
194688
195375
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
195376
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
194689
195377
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
194690
195378
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
194691
195379
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -194713,6 +195401,7 @@ export namespace Prisma {
194713
195401
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
194714
195402
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
194715
195403
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
195404
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
194716
195405
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
194717
195406
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
194718
195407
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -196932,6 +197621,7 @@ export namespace Prisma {
196932
197621
  order_no?: number | null
196933
197622
  format?: $Enums.EvaluationRoundFormat | null
196934
197623
  round_purpose?: string | null
197624
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
196935
197625
  topics?: OngoingEvaluationCreatetopicsInput | string[]
196936
197626
  assignee?: string | null
196937
197627
  elimination_round?: boolean | null
@@ -197283,6 +197973,7 @@ export namespace Prisma {
197283
197973
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
197284
197974
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
197285
197975
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
197976
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
197286
197977
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
197287
197978
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
197288
197979
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -197329,6 +198020,7 @@ export namespace Prisma {
197329
198020
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
197330
198021
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
197331
198022
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
198023
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
197332
198024
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
197333
198025
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
197334
198026
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -197368,6 +198060,7 @@ export namespace Prisma {
197368
198060
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
197369
198061
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
197370
198062
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
198063
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
197371
198064
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
197372
198065
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
197373
198066
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -197778,6 +198471,7 @@ export namespace Prisma {
197778
198471
  title: string
197779
198472
  description?: string | null
197780
198473
  format?: $Enums.EvaluationRoundFormat | null
198474
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
197781
198475
  topics?: EvaluationPlanCreatetopicsInput | string[]
197782
198476
  assignee?: string | null
197783
198477
  elimination_round?: boolean
@@ -197926,6 +198620,7 @@ export namespace Prisma {
197926
198620
  title?: StringFieldUpdateOperationsInput | string
197927
198621
  description?: NullableStringFieldUpdateOperationsInput | string | null
197928
198622
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
198623
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
197929
198624
  topics?: EvaluationPlanUpdatetopicsInput | string[]
197930
198625
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
197931
198626
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -197961,6 +198656,7 @@ export namespace Prisma {
197961
198656
  title?: StringFieldUpdateOperationsInput | string
197962
198657
  description?: NullableStringFieldUpdateOperationsInput | string | null
197963
198658
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
198659
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
197964
198660
  topics?: EvaluationPlanUpdatetopicsInput | string[]
197965
198661
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
197966
198662
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -197994,6 +198690,7 @@ export namespace Prisma {
197994
198690
  title?: StringFieldUpdateOperationsInput | string
197995
198691
  description?: NullableStringFieldUpdateOperationsInput | string | null
197996
198692
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
198693
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
197997
198694
  topics?: EvaluationPlanUpdatetopicsInput | string[]
197998
198695
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
197999
198696
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -198023,6 +198720,7 @@ export namespace Prisma {
198023
198720
  title: string
198024
198721
  description?: string | null
198025
198722
  format?: $Enums.EvaluationRoundFormat | null
198723
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
198026
198724
  topics?: EvaluationPlanCreatetopicsInput | string[]
198027
198725
  assignee?: string | null
198028
198726
  elimination_round?: boolean
@@ -198075,6 +198773,7 @@ export namespace Prisma {
198075
198773
  title?: StringFieldUpdateOperationsInput | string
198076
198774
  description?: NullableStringFieldUpdateOperationsInput | string | null
198077
198775
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
198776
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
198078
198777
  topics?: EvaluationPlanUpdatetopicsInput | string[]
198079
198778
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
198080
198779
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -198110,6 +198809,7 @@ export namespace Prisma {
198110
198809
  title?: StringFieldUpdateOperationsInput | string
198111
198810
  description?: NullableStringFieldUpdateOperationsInput | string | null
198112
198811
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
198812
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
198113
198813
  topics?: EvaluationPlanUpdatetopicsInput | string[]
198114
198814
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
198115
198815
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -198143,6 +198843,7 @@ export namespace Prisma {
198143
198843
  title?: StringFieldUpdateOperationsInput | string
198144
198844
  description?: NullableStringFieldUpdateOperationsInput | string | null
198145
198845
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
198846
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
198146
198847
  topics?: EvaluationPlanUpdatetopicsInput | string[]
198147
198848
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
198148
198849
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -198728,6 +199429,7 @@ export namespace Prisma {
198728
199429
  order_no?: number | null
198729
199430
  format?: $Enums.EvaluationRoundFormat | null
198730
199431
  round_purpose?: string | null
199432
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
198731
199433
  topics?: OngoingEvaluationCreatetopicsInput | string[]
198732
199434
  assignee?: string | null
198733
199435
  elimination_round?: boolean | null
@@ -199075,6 +199777,7 @@ export namespace Prisma {
199075
199777
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
199076
199778
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
199077
199779
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
199780
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
199078
199781
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
199079
199782
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
199080
199783
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -199121,6 +199824,7 @@ export namespace Prisma {
199121
199824
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
199122
199825
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
199123
199826
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
199827
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
199124
199828
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
199125
199829
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
199126
199830
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -199160,6 +199864,7 @@ export namespace Prisma {
199160
199864
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
199161
199865
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
199162
199866
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
199867
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
199163
199868
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
199164
199869
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
199165
199870
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -199735,6 +200440,7 @@ export namespace Prisma {
199735
200440
  title: string
199736
200441
  description?: string | null
199737
200442
  format?: $Enums.EvaluationRoundFormat | null
200443
+ focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
199738
200444
  topics?: EvaluationPlanCreatetopicsInput | string[]
199739
200445
  assignee?: string | null
199740
200446
  elimination_round?: boolean
@@ -199777,6 +200483,7 @@ export namespace Prisma {
199777
200483
  order_no?: number | null
199778
200484
  format?: $Enums.EvaluationRoundFormat | null
199779
200485
  round_purpose?: string | null
200486
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
199780
200487
  topics?: OngoingEvaluationCreatetopicsInput | string[]
199781
200488
  assignee?: string | null
199782
200489
  elimination_round?: boolean | null
@@ -200388,6 +201095,7 @@ export namespace Prisma {
200388
201095
  title?: StringFieldUpdateOperationsInput | string
200389
201096
  description?: NullableStringFieldUpdateOperationsInput | string | null
200390
201097
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
201098
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
200391
201099
  topics?: EvaluationPlanUpdatetopicsInput | string[]
200392
201100
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
200393
201101
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -200423,6 +201131,7 @@ export namespace Prisma {
200423
201131
  title?: StringFieldUpdateOperationsInput | string
200424
201132
  description?: NullableStringFieldUpdateOperationsInput | string | null
200425
201133
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
201134
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
200426
201135
  topics?: EvaluationPlanUpdatetopicsInput | string[]
200427
201136
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
200428
201137
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -200456,6 +201165,7 @@ export namespace Prisma {
200456
201165
  title?: StringFieldUpdateOperationsInput | string
200457
201166
  description?: NullableStringFieldUpdateOperationsInput | string | null
200458
201167
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
201168
+ focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
200459
201169
  topics?: EvaluationPlanUpdatetopicsInput | string[]
200460
201170
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
200461
201171
  elimination_round?: BoolFieldUpdateOperationsInput | boolean
@@ -200491,6 +201201,7 @@ export namespace Prisma {
200491
201201
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
200492
201202
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
200493
201203
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
201204
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
200494
201205
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
200495
201206
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
200496
201207
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -200537,6 +201248,7 @@ export namespace Prisma {
200537
201248
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
200538
201249
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
200539
201250
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
201251
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
200540
201252
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
200541
201253
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
200542
201254
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -200576,6 +201288,7 @@ export namespace Prisma {
200576
201288
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
200577
201289
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
200578
201290
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
201291
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
200579
201292
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
200580
201293
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
200581
201294
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -201169,6 +201882,7 @@ export namespace Prisma {
201169
201882
  uploaded_job_description_path?: string | null
201170
201883
  source_document_id?: string | null
201171
201884
  rendered_jd_document_id?: string | null
201885
+ display_html_document_id?: string | null
201172
201886
  is_plan_published?: boolean
201173
201887
  is_posted?: boolean
201174
201888
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -201208,6 +201922,7 @@ export namespace Prisma {
201208
201922
  is_active?: BoolFieldUpdateOperationsInput | boolean
201209
201923
  openings?: IntFieldUpdateOperationsInput | number
201210
201924
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
201925
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
201211
201926
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
201212
201927
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
201213
201928
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -201240,6 +201955,7 @@ export namespace Prisma {
201240
201955
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
201241
201956
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201242
201957
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201958
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201243
201959
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
201244
201960
  is_posted?: BoolFieldUpdateOperationsInput | boolean
201245
201961
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -201284,6 +202000,7 @@ export namespace Prisma {
201284
202000
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
201285
202001
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201286
202002
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202003
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201287
202004
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
201288
202005
  is_posted?: BoolFieldUpdateOperationsInput | boolean
201289
202006
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -201394,6 +202111,7 @@ export namespace Prisma {
201394
202111
  uploaded_job_description_path?: string | null
201395
202112
  source_document_id?: string | null
201396
202113
  rendered_jd_document_id?: string | null
202114
+ display_html_document_id?: string | null
201397
202115
  is_plan_published?: boolean
201398
202116
  is_posted?: boolean
201399
202117
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -201632,6 +202350,7 @@ export namespace Prisma {
201632
202350
  order_no?: number | null
201633
202351
  format?: $Enums.EvaluationRoundFormat | null
201634
202352
  round_purpose?: string | null
202353
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
201635
202354
  topics?: OngoingEvaluationCreatetopicsInput | string[]
201636
202355
  assignee?: string | null
201637
202356
  elimination_round?: boolean | null
@@ -202217,6 +202936,7 @@ export namespace Prisma {
202217
202936
  is_active?: BoolFieldUpdateOperationsInput | boolean
202218
202937
  openings?: IntFieldUpdateOperationsInput | number
202219
202938
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
202939
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
202220
202940
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
202221
202941
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
202222
202942
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -202248,6 +202968,7 @@ export namespace Prisma {
202248
202968
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
202249
202969
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202250
202970
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202971
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202251
202972
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
202252
202973
  is_posted?: BoolFieldUpdateOperationsInput | boolean
202253
202974
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -202292,6 +203013,7 @@ export namespace Prisma {
202292
203013
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
202293
203014
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202294
203015
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
203016
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202295
203017
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
202296
203018
  is_posted?: BoolFieldUpdateOperationsInput | boolean
202297
203019
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -202965,6 +203687,7 @@ export namespace Prisma {
202965
203687
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
202966
203688
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
202967
203689
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
203690
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
202968
203691
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
202969
203692
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
202970
203693
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -203011,6 +203734,7 @@ export namespace Prisma {
203011
203734
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
203012
203735
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
203013
203736
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
203737
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
203014
203738
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
203015
203739
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
203016
203740
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -203050,6 +203774,7 @@ export namespace Prisma {
203050
203774
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
203051
203775
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
203052
203776
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
203777
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
203053
203778
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
203054
203779
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
203055
203780
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -203598,6 +204323,7 @@ export namespace Prisma {
203598
204323
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
203599
204324
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
203600
204325
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
204326
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
203601
204327
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
203602
204328
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
203603
204329
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -203625,6 +204351,7 @@ export namespace Prisma {
203625
204351
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
203626
204352
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
203627
204353
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
204354
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
203628
204355
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
203629
204356
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
203630
204357
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -203924,6 +204651,7 @@ export namespace Prisma {
203924
204651
  order_no?: number | null
203925
204652
  format?: $Enums.EvaluationRoundFormat | null
203926
204653
  round_purpose?: string | null
204654
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
203927
204655
  topics?: OngoingEvaluationCreatetopicsInput | string[]
203928
204656
  assignee?: string | null
203929
204657
  elimination_round?: boolean | null
@@ -204260,6 +204988,7 @@ export namespace Prisma {
204260
204988
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
204261
204989
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
204262
204990
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
204991
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
204263
204992
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
204264
204993
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
204265
204994
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -204306,6 +205035,7 @@ export namespace Prisma {
204306
205035
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
204307
205036
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
204308
205037
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
205038
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
204309
205039
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
204310
205040
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
204311
205041
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -204345,6 +205075,7 @@ export namespace Prisma {
204345
205075
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
204346
205076
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
204347
205077
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
205078
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
204348
205079
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
204349
205080
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
204350
205081
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -204811,6 +205542,7 @@ export namespace Prisma {
204811
205542
  uploaded_job_description_path?: string | null
204812
205543
  source_document_id?: string | null
204813
205544
  rendered_jd_document_id?: string | null
205545
+ display_html_document_id?: string | null
204814
205546
  is_plan_published?: boolean
204815
205547
  is_posted?: boolean
204816
205548
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -205143,6 +205875,7 @@ export namespace Prisma {
205143
205875
  order_no?: number | null
205144
205876
  format?: $Enums.EvaluationRoundFormat | null
205145
205877
  round_purpose?: string | null
205878
+ focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
205146
205879
  topics?: OngoingEvaluationCreatetopicsInput | string[]
205147
205880
  assignee?: string | null
205148
205881
  elimination_round?: boolean | null
@@ -205569,6 +206302,7 @@ export namespace Prisma {
205569
206302
  is_active?: BoolFieldUpdateOperationsInput | boolean
205570
206303
  openings?: IntFieldUpdateOperationsInput | number
205571
206304
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
206305
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
205572
206306
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
205573
206307
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
205574
206308
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -205601,6 +206335,7 @@ export namespace Prisma {
205601
206335
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
205602
206336
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205603
206337
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
206338
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205604
206339
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
205605
206340
  is_posted?: BoolFieldUpdateOperationsInput | boolean
205606
206341
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -205645,6 +206380,7 @@ export namespace Prisma {
205645
206380
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
205646
206381
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205647
206382
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
206383
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205648
206384
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
205649
206385
  is_posted?: BoolFieldUpdateOperationsInput | boolean
205650
206386
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -205685,6 +206421,7 @@ export namespace Prisma {
205685
206421
  is_active?: BoolFieldUpdateOperationsInput | boolean
205686
206422
  openings?: IntFieldUpdateOperationsInput | number
205687
206423
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
206424
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
205688
206425
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
205689
206426
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
205690
206427
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -205716,6 +206453,7 @@ export namespace Prisma {
205716
206453
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
205717
206454
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205718
206455
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
206456
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205719
206457
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
205720
206458
  is_posted?: BoolFieldUpdateOperationsInput | boolean
205721
206459
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -205760,6 +206498,7 @@ export namespace Prisma {
205760
206498
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
205761
206499
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205762
206500
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
206501
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205763
206502
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
205764
206503
  is_posted?: BoolFieldUpdateOperationsInput | boolean
205765
206504
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -206725,6 +207464,7 @@ export namespace Prisma {
206725
207464
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
206726
207465
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
206727
207466
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
207467
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
206728
207468
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
206729
207469
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
206730
207470
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -206771,6 +207511,7 @@ export namespace Prisma {
206771
207511
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
206772
207512
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
206773
207513
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
207514
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
206774
207515
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
206775
207516
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
206776
207517
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -206810,6 +207551,7 @@ export namespace Prisma {
206810
207551
  order_no?: NullableIntFieldUpdateOperationsInput | number | null
206811
207552
  format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
206812
207553
  round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
207554
+ focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
206813
207555
  topics?: OngoingEvaluationUpdatetopicsInput | string[]
206814
207556
  assignee?: NullableStringFieldUpdateOperationsInput | string | null
206815
207557
  elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
@@ -207447,6 +208189,7 @@ export namespace Prisma {
207447
208189
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
207448
208190
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
207449
208191
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
208192
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
207450
208193
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
207451
208194
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
207452
208195
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -207474,6 +208217,7 @@ export namespace Prisma {
207474
208217
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
207475
208218
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
207476
208219
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
208220
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
207477
208221
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
207478
208222
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
207479
208223
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput