@adaptware/eagles-db 0.4.38 → 0.4.41

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 (27) hide show
  1. package/client/edge.js +8 -6
  2. package/client/index-browser.js +1 -0
  3. package/client/index.d.ts +598 -2
  4. package/client/index.js +8 -6
  5. package/client/package.json +1 -1
  6. package/client/schema.prisma +30 -27
  7. package/client/wasm.js +8 -6
  8. package/package.json +1 -1
  9. package/prisma/schema/document.prisma +1 -0
  10. package/prisma/schema/jobDescription.prisma +2 -0
  11. package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +25 -0
  12. package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +24 -0
  13. package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +2 -0
  14. package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +9 -0
  15. package/prisma/schema/migrations/20260714120000_add_job_description_display_html_document/migration.sql +8 -0
  16. package/client/libquery_engine-darwin.dylib.node +0 -0
  17. package/prisma/.DS_Store +0 -0
  18. package/prisma/migrations/20260519120000_migrate_shortlisted_to_selected/migration.sql +0 -2
  19. package/prisma/schema/.DS_Store +0 -0
  20. package/prisma/schema/migrations/20260519120000_add_analytics_schema/migration.sql +0 -84
  21. package/prisma/schema/migrations/20260625120000_add_interviewer_analytics/migration.sql +0 -26
  22. package/prisma/schema/migrations/20260629120000_add_user_lifecycle_activity_events/migration.sql +0 -13
  23. package/prisma/schema/migrations/20260629140000_drop_organisation_org_code/migration.sql +0 -2
  24. package/prisma/schema/migrations/20260629160000_employee_codes_dual_interviewer_analytics/migration.sql +0 -87
  25. package/prisma/schema/migrations/20260630120000_add_application_sources/migration.sql +0 -38
  26. package/prisma/schema/migrations/20260701120000_add_source_effectiveness_analytics/migration.sql +0 -40
  27. 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
  */
@@ -69049,6 +69072,7 @@ export namespace Prisma {
69049
69072
  uploaded_job_description_path: string | null
69050
69073
  source_document_id: string | null
69051
69074
  rendered_jd_document_id: string | null
69075
+ display_html_document_id: string | null
69052
69076
  is_plan_published: boolean | null
69053
69077
  is_posted: boolean | null
69054
69078
  target_closing_date: Date | null
@@ -69072,6 +69096,7 @@ export namespace Prisma {
69072
69096
  uploaded_job_description_path: string | null
69073
69097
  source_document_id: string | null
69074
69098
  rendered_jd_document_id: string | null
69099
+ display_html_document_id: string | null
69075
69100
  is_plan_published: boolean | null
69076
69101
  is_posted: boolean | null
69077
69102
  target_closing_date: Date | null
@@ -69097,6 +69122,7 @@ export namespace Prisma {
69097
69122
  uploaded_job_description_path: number
69098
69123
  source_document_id: number
69099
69124
  rendered_jd_document_id: number
69125
+ display_html_document_id: number
69100
69126
  is_plan_published: number
69101
69127
  is_posted: number
69102
69128
  summary: number
@@ -69135,6 +69161,7 @@ export namespace Prisma {
69135
69161
  uploaded_job_description_path?: true
69136
69162
  source_document_id?: true
69137
69163
  rendered_jd_document_id?: true
69164
+ display_html_document_id?: true
69138
69165
  is_plan_published?: true
69139
69166
  is_posted?: true
69140
69167
  target_closing_date?: true
@@ -69158,6 +69185,7 @@ export namespace Prisma {
69158
69185
  uploaded_job_description_path?: true
69159
69186
  source_document_id?: true
69160
69187
  rendered_jd_document_id?: true
69188
+ display_html_document_id?: true
69161
69189
  is_plan_published?: true
69162
69190
  is_posted?: true
69163
69191
  target_closing_date?: true
@@ -69183,6 +69211,7 @@ export namespace Prisma {
69183
69211
  uploaded_job_description_path?: true
69184
69212
  source_document_id?: true
69185
69213
  rendered_jd_document_id?: true
69214
+ display_html_document_id?: true
69186
69215
  is_plan_published?: true
69187
69216
  is_posted?: true
69188
69217
  summary?: true
@@ -69298,6 +69327,7 @@ export namespace Prisma {
69298
69327
  uploaded_job_description_path: string | null
69299
69328
  source_document_id: string | null
69300
69329
  rendered_jd_document_id: string | null
69330
+ display_html_document_id: string | null
69301
69331
  is_plan_published: boolean
69302
69332
  is_posted: boolean
69303
69333
  summary: JsonValue | null
@@ -69345,6 +69375,7 @@ export namespace Prisma {
69345
69375
  uploaded_job_description_path?: boolean
69346
69376
  source_document_id?: boolean
69347
69377
  rendered_jd_document_id?: boolean
69378
+ display_html_document_id?: boolean
69348
69379
  is_plan_published?: boolean
69349
69380
  is_posted?: boolean
69350
69381
  summary?: boolean
@@ -69362,6 +69393,7 @@ export namespace Prisma {
69362
69393
  openings?: boolean
69363
69394
  job_profile_id?: boolean
69364
69395
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69396
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69365
69397
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69366
69398
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69367
69399
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69396,6 +69428,7 @@ export namespace Prisma {
69396
69428
  uploaded_job_description_path?: boolean
69397
69429
  source_document_id?: boolean
69398
69430
  rendered_jd_document_id?: boolean
69431
+ display_html_document_id?: boolean
69399
69432
  is_plan_published?: boolean
69400
69433
  is_posted?: boolean
69401
69434
  summary?: boolean
@@ -69413,6 +69446,7 @@ export namespace Prisma {
69413
69446
  openings?: boolean
69414
69447
  job_profile_id?: boolean
69415
69448
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69449
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69416
69450
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69417
69451
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69418
69452
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69429,6 +69463,7 @@ export namespace Prisma {
69429
69463
  uploaded_job_description_path?: boolean
69430
69464
  source_document_id?: boolean
69431
69465
  rendered_jd_document_id?: boolean
69466
+ display_html_document_id?: boolean
69432
69467
  is_plan_published?: boolean
69433
69468
  is_posted?: boolean
69434
69469
  summary?: boolean
@@ -69446,6 +69481,7 @@ export namespace Prisma {
69446
69481
  openings?: boolean
69447
69482
  job_profile_id?: boolean
69448
69483
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69484
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69449
69485
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69450
69486
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69451
69487
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69462,6 +69498,7 @@ export namespace Prisma {
69462
69498
  uploaded_job_description_path?: boolean
69463
69499
  source_document_id?: boolean
69464
69500
  rendered_jd_document_id?: boolean
69501
+ display_html_document_id?: boolean
69465
69502
  is_plan_published?: boolean
69466
69503
  is_posted?: boolean
69467
69504
  summary?: boolean
@@ -69480,9 +69517,10 @@ export namespace Prisma {
69480
69517
  job_profile_id?: boolean
69481
69518
  }
69482
69519
 
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"]>
69520
+ 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
69521
  export type JobDescriptionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
69485
69522
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69523
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69486
69524
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69487
69525
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69488
69526
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69508,6 +69546,7 @@ export namespace Prisma {
69508
69546
  }
69509
69547
  export type JobDescriptionIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
69510
69548
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69549
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69511
69550
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69512
69551
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69513
69552
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69515,6 +69554,7 @@ export namespace Prisma {
69515
69554
  }
69516
69555
  export type JobDescriptionIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
69517
69556
  rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
69557
+ display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
69518
69558
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
69519
69559
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
69520
69560
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -69525,6 +69565,7 @@ export namespace Prisma {
69525
69565
  name: "JobDescription"
69526
69566
  objects: {
69527
69567
  rendered_jd_document: Prisma.$DocumentPayload<ExtArgs> | null
69568
+ display_html_document: Prisma.$DocumentPayload<ExtArgs> | null
69528
69569
  job_profile: Prisma.$JobProfilePayload<ExtArgs> | null
69529
69570
  organisation: Prisma.$OrganisationPayload<ExtArgs>
69530
69571
  source_document: Prisma.$DocumentPayload<ExtArgs> | null
@@ -69560,6 +69601,7 @@ export namespace Prisma {
69560
69601
  uploaded_job_description_path: string | null
69561
69602
  source_document_id: string | null
69562
69603
  rendered_jd_document_id: string | null
69604
+ display_html_document_id: string | null
69563
69605
  is_plan_published: boolean
69564
69606
  is_posted: boolean
69565
69607
  summary: Prisma.JsonValue | null
@@ -69971,6 +70013,7 @@ export namespace Prisma {
69971
70013
  export interface Prisma__JobDescriptionClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
69972
70014
  readonly [Symbol.toStringTag]: "PrismaPromise"
69973
70015
  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>
70016
+ 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
70017
  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
70018
  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
70019
  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 +70073,7 @@ export namespace Prisma {
70030
70073
  readonly uploaded_job_description_path: FieldRef<"JobDescription", 'String'>
70031
70074
  readonly source_document_id: FieldRef<"JobDescription", 'String'>
70032
70075
  readonly rendered_jd_document_id: FieldRef<"JobDescription", 'String'>
70076
+ readonly display_html_document_id: FieldRef<"JobDescription", 'String'>
70033
70077
  readonly is_plan_published: FieldRef<"JobDescription", 'Boolean'>
70034
70078
  readonly is_posted: FieldRef<"JobDescription", 'Boolean'>
70035
70079
  readonly summary: FieldRef<"JobDescription", 'Json'>
@@ -70460,6 +70504,25 @@ export namespace Prisma {
70460
70504
  where?: DocumentWhereInput
70461
70505
  }
70462
70506
 
70507
+ /**
70508
+ * JobDescription.display_html_document
70509
+ */
70510
+ export type JobDescription$display_html_documentArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
70511
+ /**
70512
+ * Select specific fields to fetch from the Document
70513
+ */
70514
+ select?: DocumentSelect<ExtArgs> | null
70515
+ /**
70516
+ * Omit specific fields from the Document
70517
+ */
70518
+ omit?: DocumentOmit<ExtArgs> | null
70519
+ /**
70520
+ * Choose, which related nodes to fetch as well
70521
+ */
70522
+ include?: DocumentInclude<ExtArgs> | null
70523
+ where?: DocumentWhereInput
70524
+ }
70525
+
70463
70526
  /**
70464
70527
  * JobDescription.job_profile
70465
70528
  */
@@ -115987,6 +116050,7 @@ export namespace Prisma {
115987
116050
  uploaded_job_description_path: 'uploaded_job_description_path',
115988
116051
  source_document_id: 'source_document_id',
115989
116052
  rendered_jd_document_id: 'rendered_jd_document_id',
116053
+ display_html_document_id: 'display_html_document_id',
115990
116054
  is_plan_published: 'is_plan_published',
115991
116055
  is_posted: 'is_posted',
115992
116056
  summary: 'summary',
@@ -121021,6 +121085,7 @@ export namespace Prisma {
121021
121085
  resume_rendered_export?: XOR<ResumeNullableScalarRelationFilter, ResumeWhereInput> | null
121022
121086
  job_description_source?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121023
121087
  job_description_rendered?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121088
+ job_description_display_html?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121024
121089
  interview_recording?: XOR<InterviewNullableScalarRelationFilter, InterviewWhereInput> | null
121025
121090
  job_application_responses?: JobApplicationResponseListRelationFilter
121026
121091
  assignment_solution?: XOR<AssignmentNullableScalarRelationFilter, AssignmentWhereInput> | null
@@ -121051,6 +121116,7 @@ export namespace Prisma {
121051
121116
  resume_rendered_export?: ResumeOrderByWithRelationInput
121052
121117
  job_description_source?: JobDescriptionOrderByWithRelationInput
121053
121118
  job_description_rendered?: JobDescriptionOrderByWithRelationInput
121119
+ job_description_display_html?: JobDescriptionOrderByWithRelationInput
121054
121120
  interview_recording?: InterviewOrderByWithRelationInput
121055
121121
  job_application_responses?: JobApplicationResponseOrderByRelationAggregateInput
121056
121122
  assignment_solution?: AssignmentOrderByWithRelationInput
@@ -121084,6 +121150,7 @@ export namespace Prisma {
121084
121150
  resume_rendered_export?: XOR<ResumeNullableScalarRelationFilter, ResumeWhereInput> | null
121085
121151
  job_description_source?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121086
121152
  job_description_rendered?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121153
+ job_description_display_html?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
121087
121154
  interview_recording?: XOR<InterviewNullableScalarRelationFilter, InterviewWhereInput> | null
121088
121155
  job_application_responses?: JobApplicationResponseListRelationFilter
121089
121156
  assignment_solution?: XOR<AssignmentNullableScalarRelationFilter, AssignmentWhereInput> | null
@@ -123674,6 +123741,7 @@ export namespace Prisma {
123674
123741
  uploaded_job_description_path?: StringNullableFilter<"JobDescription"> | string | null
123675
123742
  source_document_id?: StringNullableFilter<"JobDescription"> | string | null
123676
123743
  rendered_jd_document_id?: StringNullableFilter<"JobDescription"> | string | null
123744
+ display_html_document_id?: StringNullableFilter<"JobDescription"> | string | null
123677
123745
  is_plan_published?: BoolFilter<"JobDescription"> | boolean
123678
123746
  is_posted?: BoolFilter<"JobDescription"> | boolean
123679
123747
  summary?: JsonNullableFilter<"JobDescription">
@@ -123691,6 +123759,7 @@ export namespace Prisma {
123691
123759
  openings?: IntFilter<"JobDescription"> | number
123692
123760
  job_profile_id?: StringNullableFilter<"JobDescription"> | string | null
123693
123761
  rendered_jd_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
123762
+ display_html_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
123694
123763
  job_profile?: XOR<JobProfileNullableScalarRelationFilter, JobProfileWhereInput> | null
123695
123764
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
123696
123765
  source_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
@@ -123724,6 +123793,7 @@ export namespace Prisma {
123724
123793
  uploaded_job_description_path?: SortOrderInput | SortOrder
123725
123794
  source_document_id?: SortOrderInput | SortOrder
123726
123795
  rendered_jd_document_id?: SortOrderInput | SortOrder
123796
+ display_html_document_id?: SortOrderInput | SortOrder
123727
123797
  is_plan_published?: SortOrder
123728
123798
  is_posted?: SortOrder
123729
123799
  summary?: SortOrderInput | SortOrder
@@ -123741,6 +123811,7 @@ export namespace Prisma {
123741
123811
  openings?: SortOrder
123742
123812
  job_profile_id?: SortOrderInput | SortOrder
123743
123813
  rendered_jd_document?: DocumentOrderByWithRelationInput
123814
+ display_html_document?: DocumentOrderByWithRelationInput
123744
123815
  job_profile?: JobProfileOrderByWithRelationInput
123745
123816
  organisation?: OrganisationOrderByWithRelationInput
123746
123817
  source_document?: DocumentOrderByWithRelationInput
@@ -123768,6 +123839,7 @@ export namespace Prisma {
123768
123839
  id?: string
123769
123840
  source_document_id?: string
123770
123841
  rendered_jd_document_id?: string
123842
+ display_html_document_id?: string
123771
123843
  job_code?: string
123772
123844
  AND?: JobDescriptionWhereInput | JobDescriptionWhereInput[]
123773
123845
  OR?: JobDescriptionWhereInput[]
@@ -123794,6 +123866,7 @@ export namespace Prisma {
123794
123866
  openings?: IntFilter<"JobDescription"> | number
123795
123867
  job_profile_id?: StringNullableFilter<"JobDescription"> | string | null
123796
123868
  rendered_jd_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
123869
+ display_html_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
123797
123870
  job_profile?: XOR<JobProfileNullableScalarRelationFilter, JobProfileWhereInput> | null
123798
123871
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
123799
123872
  source_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
@@ -123815,7 +123888,7 @@ export namespace Prisma {
123815
123888
  job_application_template?: XOR<JobApplicationTemplateNullableScalarRelationFilter, JobApplicationTemplateWhereInput> | null
123816
123889
  conversations?: ConversationListRelationFilter
123817
123890
  communication_messages?: CommunicationMessageListRelationFilter
123818
- }, "id" | "source_document_id" | "rendered_jd_document_id" | "job_code">
123891
+ }, "id" | "source_document_id" | "rendered_jd_document_id" | "display_html_document_id" | "job_code">
123819
123892
 
123820
123893
  export type JobDescriptionOrderByWithAggregationInput = {
123821
123894
  id?: SortOrder
@@ -123827,6 +123900,7 @@ export namespace Prisma {
123827
123900
  uploaded_job_description_path?: SortOrderInput | SortOrder
123828
123901
  source_document_id?: SortOrderInput | SortOrder
123829
123902
  rendered_jd_document_id?: SortOrderInput | SortOrder
123903
+ display_html_document_id?: SortOrderInput | SortOrder
123830
123904
  is_plan_published?: SortOrder
123831
123905
  is_posted?: SortOrder
123832
123906
  summary?: SortOrderInput | SortOrder
@@ -123863,6 +123937,7 @@ export namespace Prisma {
123863
123937
  uploaded_job_description_path?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
123864
123938
  source_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
123865
123939
  rendered_jd_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
123940
+ display_html_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
123866
123941
  is_plan_published?: BoolWithAggregatesFilter<"JobDescription"> | boolean
123867
123942
  is_posted?: BoolWithAggregatesFilter<"JobDescription"> | boolean
123868
123943
  summary?: JsonNullableWithAggregatesFilter<"JobDescription">
@@ -131965,6 +132040,7 @@ export namespace Prisma {
131965
132040
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
131966
132041
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
131967
132042
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
132043
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
131968
132044
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
131969
132045
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
131970
132046
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -131993,6 +132069,7 @@ export namespace Prisma {
131993
132069
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
131994
132070
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
131995
132071
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
132072
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
131996
132073
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
131997
132074
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
131998
132075
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -132021,6 +132098,7 @@ export namespace Prisma {
132021
132098
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
132022
132099
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
132023
132100
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
132101
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
132024
132102
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
132025
132103
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
132026
132104
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -132049,6 +132127,7 @@ export namespace Prisma {
132049
132127
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
132050
132128
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
132051
132129
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
132130
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
132052
132131
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
132053
132132
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
132054
132133
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -135173,6 +135252,7 @@ export namespace Prisma {
135173
135252
  is_active?: boolean
135174
135253
  openings?: number
135175
135254
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
135255
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
135176
135256
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
135177
135257
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
135178
135258
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -135206,6 +135286,7 @@ export namespace Prisma {
135206
135286
  uploaded_job_description_path?: string | null
135207
135287
  source_document_id?: string | null
135208
135288
  rendered_jd_document_id?: string | null
135289
+ display_html_document_id?: string | null
135209
135290
  is_plan_published?: boolean
135210
135291
  is_posted?: boolean
135211
135292
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -135263,6 +135344,7 @@ export namespace Prisma {
135263
135344
  is_active?: BoolFieldUpdateOperationsInput | boolean
135264
135345
  openings?: IntFieldUpdateOperationsInput | number
135265
135346
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
135347
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
135266
135348
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
135267
135349
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
135268
135350
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -135296,6 +135378,7 @@ export namespace Prisma {
135296
135378
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
135297
135379
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135298
135380
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135381
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135299
135382
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
135300
135383
  is_posted?: BoolFieldUpdateOperationsInput | boolean
135301
135384
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -135341,6 +135424,7 @@ export namespace Prisma {
135341
135424
  uploaded_job_description_path?: string | null
135342
135425
  source_document_id?: string | null
135343
135426
  rendered_jd_document_id?: string | null
135427
+ display_html_document_id?: string | null
135344
135428
  is_plan_published?: boolean
135345
135429
  is_posted?: boolean
135346
135430
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -135392,6 +135476,7 @@ export namespace Prisma {
135392
135476
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
135393
135477
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135394
135478
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135479
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
135395
135480
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
135396
135481
  is_posted?: BoolFieldUpdateOperationsInput | boolean
135397
135482
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -145330,6 +145415,7 @@ export namespace Prisma {
145330
145415
  uploaded_job_description_path?: SortOrder
145331
145416
  source_document_id?: SortOrder
145332
145417
  rendered_jd_document_id?: SortOrder
145418
+ display_html_document_id?: SortOrder
145333
145419
  is_plan_published?: SortOrder
145334
145420
  is_posted?: SortOrder
145335
145421
  summary?: SortOrder
@@ -145361,6 +145447,7 @@ export namespace Prisma {
145361
145447
  uploaded_job_description_path?: SortOrder
145362
145448
  source_document_id?: SortOrder
145363
145449
  rendered_jd_document_id?: SortOrder
145450
+ display_html_document_id?: SortOrder
145364
145451
  is_plan_published?: SortOrder
145365
145452
  is_posted?: SortOrder
145366
145453
  target_closing_date?: SortOrder
@@ -145384,6 +145471,7 @@ export namespace Prisma {
145384
145471
  uploaded_job_description_path?: SortOrder
145385
145472
  source_document_id?: SortOrder
145386
145473
  rendered_jd_document_id?: SortOrder
145474
+ display_html_document_id?: SortOrder
145387
145475
  is_plan_published?: SortOrder
145388
145476
  is_posted?: SortOrder
145389
145477
  target_closing_date?: SortOrder
@@ -150013,6 +150101,12 @@ export namespace Prisma {
150013
150101
  connect?: JobDescriptionWhereUniqueInput
150014
150102
  }
150015
150103
 
150104
+ export type JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput = {
150105
+ create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
150106
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
150107
+ connect?: JobDescriptionWhereUniqueInput
150108
+ }
150109
+
150016
150110
  export type InterviewCreateNestedOneWithoutRecording_documentInput = {
150017
150111
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
150018
150112
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -150062,6 +150156,12 @@ export namespace Prisma {
150062
150156
  connect?: JobDescriptionWhereUniqueInput
150063
150157
  }
150064
150158
 
150159
+ export type JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput = {
150160
+ create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
150161
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
150162
+ connect?: JobDescriptionWhereUniqueInput
150163
+ }
150164
+
150065
150165
  export type InterviewUncheckedCreateNestedOneWithoutRecording_documentInput = {
150066
150166
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
150067
150167
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -150155,6 +150255,16 @@ export namespace Prisma {
150155
150255
  update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput, JobDescriptionUpdateWithoutRendered_jd_documentInput>, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
150156
150256
  }
150157
150257
 
150258
+ export type JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput = {
150259
+ create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
150260
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
150261
+ upsert?: JobDescriptionUpsertWithoutDisplay_html_documentInput
150262
+ disconnect?: JobDescriptionWhereInput | boolean
150263
+ delete?: JobDescriptionWhereInput | boolean
150264
+ connect?: JobDescriptionWhereUniqueInput
150265
+ update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput, JobDescriptionUpdateWithoutDisplay_html_documentInput>, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
150266
+ }
150267
+
150158
150268
  export type InterviewUpdateOneWithoutRecording_documentNestedInput = {
150159
150269
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
150160
150270
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -150239,6 +150349,16 @@ export namespace Prisma {
150239
150349
  update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput, JobDescriptionUpdateWithoutRendered_jd_documentInput>, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
150240
150350
  }
150241
150351
 
150352
+ export type JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput = {
150353
+ create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
150354
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
150355
+ upsert?: JobDescriptionUpsertWithoutDisplay_html_documentInput
150356
+ disconnect?: JobDescriptionWhereInput | boolean
150357
+ delete?: JobDescriptionWhereInput | boolean
150358
+ connect?: JobDescriptionWhereUniqueInput
150359
+ update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput, JobDescriptionUpdateWithoutDisplay_html_documentInput>, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
150360
+ }
150361
+
150242
150362
  export type InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput = {
150243
150363
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
150244
150364
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -151496,6 +151616,12 @@ export namespace Prisma {
151496
151616
  connect?: DocumentWhereUniqueInput
151497
151617
  }
151498
151618
 
151619
+ export type DocumentCreateNestedOneWithoutJob_description_display_htmlInput = {
151620
+ create?: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
151621
+ connectOrCreate?: DocumentCreateOrConnectWithoutJob_description_display_htmlInput
151622
+ connect?: DocumentWhereUniqueInput
151623
+ }
151624
+
151499
151625
  export type JobProfileCreateNestedOneWithoutJob_descriptionsInput = {
151500
151626
  create?: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
151501
151627
  connectOrCreate?: JobProfileCreateOrConnectWithoutJob_descriptionsInput
@@ -151776,6 +151902,16 @@ export namespace Prisma {
151776
151902
  update?: XOR<XOR<DocumentUpdateToOneWithWhereWithoutJob_description_renderedInput, DocumentUpdateWithoutJob_description_renderedInput>, DocumentUncheckedUpdateWithoutJob_description_renderedInput>
151777
151903
  }
151778
151904
 
151905
+ export type DocumentUpdateOneWithoutJob_description_display_htmlNestedInput = {
151906
+ create?: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
151907
+ connectOrCreate?: DocumentCreateOrConnectWithoutJob_description_display_htmlInput
151908
+ upsert?: DocumentUpsertWithoutJob_description_display_htmlInput
151909
+ disconnect?: DocumentWhereInput | boolean
151910
+ delete?: DocumentWhereInput | boolean
151911
+ connect?: DocumentWhereUniqueInput
151912
+ update?: XOR<XOR<DocumentUpdateToOneWithWhereWithoutJob_description_display_htmlInput, DocumentUpdateWithoutJob_description_display_htmlInput>, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
151913
+ }
151914
+
151779
151915
  export type JobProfileUpdateOneWithoutJob_descriptionsNestedInput = {
151780
151916
  create?: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
151781
151917
  connectOrCreate?: JobProfileCreateOrConnectWithoutJob_descriptionsInput
@@ -160134,6 +160270,7 @@ export namespace Prisma {
160134
160270
  is_active?: boolean
160135
160271
  openings?: number
160136
160272
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
160273
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
160137
160274
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
160138
160275
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
160139
160276
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -160166,6 +160303,7 @@ export namespace Prisma {
160166
160303
  uploaded_job_description_path?: string | null
160167
160304
  source_document_id?: string | null
160168
160305
  rendered_jd_document_id?: string | null
160306
+ display_html_document_id?: string | null
160169
160307
  is_plan_published?: boolean
160170
160308
  is_posted?: boolean
160171
160309
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -161405,6 +161543,7 @@ export namespace Prisma {
161405
161543
  is_active?: BoolFieldUpdateOperationsInput | boolean
161406
161544
  openings?: IntFieldUpdateOperationsInput | number
161407
161545
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
161546
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
161408
161547
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
161409
161548
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
161410
161549
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -161437,6 +161576,7 @@ export namespace Prisma {
161437
161576
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
161438
161577
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
161439
161578
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
161579
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
161440
161580
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
161441
161581
  is_posted?: BoolFieldUpdateOperationsInput | boolean
161442
161582
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -162132,6 +162272,7 @@ export namespace Prisma {
162132
162272
  is_active?: boolean
162133
162273
  openings?: number
162134
162274
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
162275
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
162135
162276
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
162136
162277
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
162137
162278
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -162164,6 +162305,7 @@ export namespace Prisma {
162164
162305
  uploaded_job_description_path?: string | null
162165
162306
  source_document_id?: string | null
162166
162307
  rendered_jd_document_id?: string | null
162308
+ display_html_document_id?: string | null
162167
162309
  is_plan_published?: boolean
162168
162310
  is_posted?: boolean
162169
162311
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -162494,6 +162636,7 @@ export namespace Prisma {
162494
162636
  is_active?: BoolFieldUpdateOperationsInput | boolean
162495
162637
  openings?: IntFieldUpdateOperationsInput | number
162496
162638
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
162639
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
162497
162640
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
162498
162641
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
162499
162642
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -162526,6 +162669,7 @@ export namespace Prisma {
162526
162669
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
162527
162670
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
162528
162671
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
162672
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
162529
162673
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
162530
162674
  is_posted?: BoolFieldUpdateOperationsInput | boolean
162531
162675
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -165545,6 +165689,7 @@ export namespace Prisma {
165545
165689
  is_active?: boolean
165546
165690
  openings?: number
165547
165691
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
165692
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
165548
165693
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
165549
165694
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
165550
165695
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -165577,6 +165722,7 @@ export namespace Prisma {
165577
165722
  uploaded_job_description_path?: string | null
165578
165723
  source_document_id?: string | null
165579
165724
  rendered_jd_document_id?: string | null
165725
+ display_html_document_id?: string | null
165580
165726
  is_plan_published?: boolean
165581
165727
  is_posted?: boolean
165582
165728
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -165802,6 +165948,7 @@ export namespace Prisma {
165802
165948
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
165803
165949
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
165804
165950
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
165951
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
165805
165952
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
165806
165953
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
165807
165954
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -165829,6 +165976,7 @@ export namespace Prisma {
165829
165976
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
165830
165977
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
165831
165978
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
165979
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
165832
165980
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
165833
165981
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
165834
165982
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -165861,6 +166009,7 @@ export namespace Prisma {
165861
166009
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
165862
166010
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
165863
166011
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
166012
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
165864
166013
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
165865
166014
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
165866
166015
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -165888,6 +166037,7 @@ export namespace Prisma {
165888
166037
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
165889
166038
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
165890
166039
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
166040
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
165891
166041
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
165892
166042
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
165893
166043
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -166401,6 +166551,7 @@ export namespace Prisma {
166401
166551
  is_active?: BoolFieldUpdateOperationsInput | boolean
166402
166552
  openings?: IntFieldUpdateOperationsInput | number
166403
166553
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
166554
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
166404
166555
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
166405
166556
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
166406
166557
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -166433,6 +166584,7 @@ export namespace Prisma {
166433
166584
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
166434
166585
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
166435
166586
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
166587
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
166436
166588
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
166437
166589
  is_posted?: BoolFieldUpdateOperationsInput | boolean
166438
166590
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -166676,6 +166828,7 @@ export namespace Prisma {
166676
166828
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
166677
166829
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
166678
166830
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
166831
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
166679
166832
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
166680
166833
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
166681
166834
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -166703,6 +166856,7 @@ export namespace Prisma {
166703
166856
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
166704
166857
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
166705
166858
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
166859
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
166706
166860
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
166707
166861
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
166708
166862
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -166741,6 +166895,7 @@ export namespace Prisma {
166741
166895
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
166742
166896
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
166743
166897
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
166898
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
166744
166899
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
166745
166900
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
166746
166901
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -166768,6 +166923,7 @@ export namespace Prisma {
166768
166923
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
166769
166924
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
166770
166925
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
166926
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
166771
166927
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
166772
166928
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
166773
166929
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -166898,6 +167054,7 @@ export namespace Prisma {
166898
167054
  is_active?: boolean
166899
167055
  openings?: number
166900
167056
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
167057
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
166901
167058
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
166902
167059
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
166903
167060
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -166930,6 +167087,7 @@ export namespace Prisma {
166930
167087
  uploaded_job_description_path?: string | null
166931
167088
  source_document_id?: string | null
166932
167089
  rendered_jd_document_id?: string | null
167090
+ display_html_document_id?: string | null
166933
167091
  is_plan_published?: boolean
166934
167092
  is_posted?: boolean
166935
167093
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -167247,6 +167405,7 @@ export namespace Prisma {
167247
167405
  is_active?: BoolFieldUpdateOperationsInput | boolean
167248
167406
  openings?: IntFieldUpdateOperationsInput | number
167249
167407
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
167408
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
167250
167409
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
167251
167410
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
167252
167411
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -167279,6 +167438,7 @@ export namespace Prisma {
167279
167438
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
167280
167439
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167281
167440
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167441
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167282
167442
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
167283
167443
  is_posted?: BoolFieldUpdateOperationsInput | boolean
167284
167444
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -167683,6 +167843,7 @@ export namespace Prisma {
167683
167843
  is_active?: boolean
167684
167844
  openings?: number
167685
167845
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
167846
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
167686
167847
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
167687
167848
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
167688
167849
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -167715,6 +167876,7 @@ export namespace Prisma {
167715
167876
  uploaded_job_description_path?: string | null
167716
167877
  source_document_id?: string | null
167717
167878
  rendered_jd_document_id?: string | null
167879
+ display_html_document_id?: string | null
167718
167880
  is_plan_published?: boolean
167719
167881
  is_posted?: boolean
167720
167882
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -167787,6 +167949,7 @@ export namespace Prisma {
167787
167949
  is_active?: BoolFieldUpdateOperationsInput | boolean
167788
167950
  openings?: IntFieldUpdateOperationsInput | number
167789
167951
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
167952
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
167790
167953
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
167791
167954
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
167792
167955
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -167819,6 +167982,7 @@ export namespace Prisma {
167819
167982
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
167820
167983
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167821
167984
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167985
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
167822
167986
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
167823
167987
  is_posted?: BoolFieldUpdateOperationsInput | boolean
167824
167988
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -169204,6 +169368,7 @@ export namespace Prisma {
169204
169368
  is_active?: boolean
169205
169369
  openings?: number
169206
169370
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
169371
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
169207
169372
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
169208
169373
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
169209
169374
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -169236,6 +169401,7 @@ export namespace Prisma {
169236
169401
  uploaded_job_description_path?: string | null
169237
169402
  source_document_id?: string | null
169238
169403
  rendered_jd_document_id?: string | null
169404
+ display_html_document_id?: string | null
169239
169405
  is_plan_published?: boolean
169240
169406
  is_posted?: boolean
169241
169407
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -169609,6 +169775,7 @@ export namespace Prisma {
169609
169775
  is_active?: BoolFieldUpdateOperationsInput | boolean
169610
169776
  openings?: IntFieldUpdateOperationsInput | number
169611
169777
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
169778
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
169612
169779
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
169613
169780
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
169614
169781
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -169641,6 +169808,7 @@ export namespace Prisma {
169641
169808
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
169642
169809
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
169643
169810
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
169811
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
169644
169812
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
169645
169813
  is_posted?: BoolFieldUpdateOperationsInput | boolean
169646
169814
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -169983,6 +170151,7 @@ export namespace Prisma {
169983
170151
  is_active?: boolean
169984
170152
  openings?: number
169985
170153
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
170154
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
169986
170155
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
169987
170156
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
169988
170157
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -170015,6 +170184,7 @@ export namespace Prisma {
170015
170184
  uploaded_job_description_path?: string | null
170016
170185
  source_document_id?: string | null
170017
170186
  rendered_jd_document_id?: string | null
170187
+ display_html_document_id?: string | null
170018
170188
  is_plan_published?: boolean
170019
170189
  is_posted?: boolean
170020
170190
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -170381,6 +170551,7 @@ export namespace Prisma {
170381
170551
  is_active?: BoolFieldUpdateOperationsInput | boolean
170382
170552
  openings?: IntFieldUpdateOperationsInput | number
170383
170553
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
170554
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
170384
170555
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
170385
170556
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
170386
170557
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -170413,6 +170584,7 @@ export namespace Prisma {
170413
170584
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
170414
170585
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
170415
170586
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
170587
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
170416
170588
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
170417
170589
  is_posted?: BoolFieldUpdateOperationsInput | boolean
170418
170590
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -170837,6 +171009,7 @@ export namespace Prisma {
170837
171009
  is_active?: boolean
170838
171010
  openings?: number
170839
171011
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
171012
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
170840
171013
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
170841
171014
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
170842
171015
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -170868,6 +171041,7 @@ export namespace Prisma {
170868
171041
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
170869
171042
  uploaded_job_description_path?: string | null
170870
171043
  rendered_jd_document_id?: string | null
171044
+ display_html_document_id?: string | null
170871
171045
  is_plan_published?: boolean
170872
171046
  is_posted?: boolean
170873
171047
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -170929,6 +171103,7 @@ export namespace Prisma {
170929
171103
  updated_by: string
170930
171104
  is_active?: boolean
170931
171105
  openings?: number
171106
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
170932
171107
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
170933
171108
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
170934
171109
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -170961,6 +171136,7 @@ export namespace Prisma {
170961
171136
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
170962
171137
  uploaded_job_description_path?: string | null
170963
171138
  source_document_id?: string | null
171139
+ display_html_document_id?: string | null
170964
171140
  is_plan_published?: boolean
170965
171141
  is_posted?: boolean
170966
171142
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -171001,6 +171177,101 @@ export namespace Prisma {
171001
171177
  create: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
171002
171178
  }
171003
171179
 
171180
+ export type JobDescriptionCreateWithoutDisplay_html_documentInput = {
171181
+ id?: string
171182
+ status?: $Enums.JobDescriptionStatus
171183
+ screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
171184
+ recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
171185
+ uploaded_job_description_path?: string | null
171186
+ is_plan_published?: boolean
171187
+ is_posted?: boolean
171188
+ summary?: NullableJsonNullValueInput | InputJsonValue
171189
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
171190
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
171191
+ target_closing_date?: Date | string | null
171192
+ closing_date?: Date | string | null
171193
+ job_number?: number | null
171194
+ job_code?: string | null
171195
+ created_at?: Date | string
171196
+ updated_at?: Date | string
171197
+ created_by: string
171198
+ updated_by: string
171199
+ is_active?: boolean
171200
+ openings?: number
171201
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
171202
+ job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
171203
+ organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
171204
+ source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
171205
+ applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
171206
+ interviews?: InterviewCreateNestedManyWithoutJob_descriptionInput
171207
+ assignments?: AssignmentCreateNestedManyWithoutJob_descriptionInput
171208
+ fit_check?: FitCheckCreateNestedManyWithoutJob_descriptionInput
171209
+ job_description_data?: JobDescriptionDataCreateNestedManyWithoutJobDescriptionInput
171210
+ evaluationPlan?: EvaluationPlanCreateNestedManyWithoutJobDescriptionInput
171211
+ ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutJobDescriptionInput
171212
+ assignment_library?: AssignmentLibraryCreateNestedManyWithoutJobDescriptionInput
171213
+ approvals?: ApprovalCreateNestedManyWithoutJob_descriptionInput
171214
+ resumes?: ResumeCreateNestedManyWithoutJob_descriptionInput
171215
+ budget?: BudgetCreateNestedOneWithoutJob_descriptionInput
171216
+ hiring_manager?: UserCreateNestedOneWithoutHiring_manager_job_descriptionsInput
171217
+ recruiters?: UserCreateNestedManyWithoutJob_descriptionInput
171218
+ transcripts?: TranscriptCreateNestedManyWithoutJob_descriptionInput
171219
+ integration_job_syncs?: IntegrationJobSyncCreateNestedManyWithoutJob_descriptionInput
171220
+ job_application_template?: JobApplicationTemplateCreateNestedOneWithoutJob_descriptionInput
171221
+ conversations?: ConversationCreateNestedManyWithoutJob_descriptionInput
171222
+ communication_messages?: CommunicationMessageCreateNestedManyWithoutJob_descriptionInput
171223
+ }
171224
+
171225
+ export type JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput = {
171226
+ id?: string
171227
+ organisation_id: string
171228
+ hiring_manager_id?: string | null
171229
+ status?: $Enums.JobDescriptionStatus
171230
+ screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
171231
+ recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
171232
+ uploaded_job_description_path?: string | null
171233
+ source_document_id?: string | null
171234
+ rendered_jd_document_id?: string | null
171235
+ is_plan_published?: boolean
171236
+ is_posted?: boolean
171237
+ summary?: NullableJsonNullValueInput | InputJsonValue
171238
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
171239
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
171240
+ target_closing_date?: Date | string | null
171241
+ closing_date?: Date | string | null
171242
+ job_number?: number | null
171243
+ job_code?: string | null
171244
+ created_at?: Date | string
171245
+ updated_at?: Date | string
171246
+ created_by: string
171247
+ updated_by: string
171248
+ is_active?: boolean
171249
+ openings?: number
171250
+ job_profile_id?: string | null
171251
+ applications?: ApplicationUncheckedCreateNestedManyWithoutJob_descriptionInput
171252
+ interviews?: InterviewUncheckedCreateNestedManyWithoutJob_descriptionInput
171253
+ assignments?: AssignmentUncheckedCreateNestedManyWithoutJob_descriptionInput
171254
+ fit_check?: FitCheckUncheckedCreateNestedManyWithoutJob_descriptionInput
171255
+ job_description_data?: JobDescriptionDataUncheckedCreateNestedManyWithoutJobDescriptionInput
171256
+ evaluationPlan?: EvaluationPlanUncheckedCreateNestedManyWithoutJobDescriptionInput
171257
+ ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutJobDescriptionInput
171258
+ assignment_library?: AssignmentLibraryUncheckedCreateNestedManyWithoutJobDescriptionInput
171259
+ approvals?: ApprovalUncheckedCreateNestedManyWithoutJob_descriptionInput
171260
+ resumes?: ResumeUncheckedCreateNestedManyWithoutJob_descriptionInput
171261
+ budget?: BudgetUncheckedCreateNestedOneWithoutJob_descriptionInput
171262
+ recruiters?: UserUncheckedCreateNestedManyWithoutJob_descriptionInput
171263
+ transcripts?: TranscriptUncheckedCreateNestedManyWithoutJob_descriptionInput
171264
+ integration_job_syncs?: IntegrationJobSyncUncheckedCreateNestedManyWithoutJob_descriptionInput
171265
+ job_application_template?: JobApplicationTemplateUncheckedCreateNestedOneWithoutJob_descriptionInput
171266
+ conversations?: ConversationUncheckedCreateNestedManyWithoutJob_descriptionInput
171267
+ communication_messages?: CommunicationMessageUncheckedCreateNestedManyWithoutJob_descriptionInput
171268
+ }
171269
+
171270
+ export type JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput = {
171271
+ where: JobDescriptionWhereUniqueInput
171272
+ create: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
171273
+ }
171274
+
171004
171275
  export type InterviewCreateWithoutRecording_documentInput = {
171005
171276
  id?: string
171006
171277
  calendar_event_id?: string | null
@@ -171699,6 +171970,7 @@ export namespace Prisma {
171699
171970
  is_active?: BoolFieldUpdateOperationsInput | boolean
171700
171971
  openings?: IntFieldUpdateOperationsInput | number
171701
171972
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
171973
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
171702
171974
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
171703
171975
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
171704
171976
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -171730,6 +172002,7 @@ export namespace Prisma {
171730
172002
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
171731
172003
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
171732
172004
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172005
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
171733
172006
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
171734
172007
  is_posted?: BoolFieldUpdateOperationsInput | boolean
171735
172008
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -171797,6 +172070,7 @@ export namespace Prisma {
171797
172070
  updated_by?: StringFieldUpdateOperationsInput | string
171798
172071
  is_active?: BoolFieldUpdateOperationsInput | boolean
171799
172072
  openings?: IntFieldUpdateOperationsInput | number
172073
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
171800
172074
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
171801
172075
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
171802
172076
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -171829,6 +172103,108 @@ export namespace Prisma {
171829
172103
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
171830
172104
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
171831
172105
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172106
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172107
+ is_plan_published?: BoolFieldUpdateOperationsInput | boolean
172108
+ is_posted?: BoolFieldUpdateOperationsInput | boolean
172109
+ summary?: NullableJsonNullValueInput | InputJsonValue
172110
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
172111
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
172112
+ target_closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
172113
+ closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
172114
+ job_number?: NullableIntFieldUpdateOperationsInput | number | null
172115
+ job_code?: NullableStringFieldUpdateOperationsInput | string | null
172116
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
172117
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
172118
+ created_by?: StringFieldUpdateOperationsInput | string
172119
+ updated_by?: StringFieldUpdateOperationsInput | string
172120
+ is_active?: BoolFieldUpdateOperationsInput | boolean
172121
+ openings?: IntFieldUpdateOperationsInput | number
172122
+ job_profile_id?: NullableStringFieldUpdateOperationsInput | string | null
172123
+ applications?: ApplicationUncheckedUpdateManyWithoutJob_descriptionNestedInput
172124
+ interviews?: InterviewUncheckedUpdateManyWithoutJob_descriptionNestedInput
172125
+ assignments?: AssignmentUncheckedUpdateManyWithoutJob_descriptionNestedInput
172126
+ fit_check?: FitCheckUncheckedUpdateManyWithoutJob_descriptionNestedInput
172127
+ job_description_data?: JobDescriptionDataUncheckedUpdateManyWithoutJobDescriptionNestedInput
172128
+ evaluationPlan?: EvaluationPlanUncheckedUpdateManyWithoutJobDescriptionNestedInput
172129
+ ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutJobDescriptionNestedInput
172130
+ assignment_library?: AssignmentLibraryUncheckedUpdateManyWithoutJobDescriptionNestedInput
172131
+ approvals?: ApprovalUncheckedUpdateManyWithoutJob_descriptionNestedInput
172132
+ resumes?: ResumeUncheckedUpdateManyWithoutJob_descriptionNestedInput
172133
+ budget?: BudgetUncheckedUpdateOneWithoutJob_descriptionNestedInput
172134
+ recruiters?: UserUncheckedUpdateManyWithoutJob_descriptionNestedInput
172135
+ transcripts?: TranscriptUncheckedUpdateManyWithoutJob_descriptionNestedInput
172136
+ integration_job_syncs?: IntegrationJobSyncUncheckedUpdateManyWithoutJob_descriptionNestedInput
172137
+ job_application_template?: JobApplicationTemplateUncheckedUpdateOneWithoutJob_descriptionNestedInput
172138
+ conversations?: ConversationUncheckedUpdateManyWithoutJob_descriptionNestedInput
172139
+ communication_messages?: CommunicationMessageUncheckedUpdateManyWithoutJob_descriptionNestedInput
172140
+ }
172141
+
172142
+ export type JobDescriptionUpsertWithoutDisplay_html_documentInput = {
172143
+ update: XOR<JobDescriptionUpdateWithoutDisplay_html_documentInput, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
172144
+ create: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
172145
+ where?: JobDescriptionWhereInput
172146
+ }
172147
+
172148
+ export type JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput = {
172149
+ where?: JobDescriptionWhereInput
172150
+ data: XOR<JobDescriptionUpdateWithoutDisplay_html_documentInput, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
172151
+ }
172152
+
172153
+ export type JobDescriptionUpdateWithoutDisplay_html_documentInput = {
172154
+ id?: StringFieldUpdateOperationsInput | string
172155
+ status?: EnumJobDescriptionStatusFieldUpdateOperationsInput | $Enums.JobDescriptionStatus
172156
+ screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
172157
+ recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
172158
+ uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
172159
+ is_plan_published?: BoolFieldUpdateOperationsInput | boolean
172160
+ is_posted?: BoolFieldUpdateOperationsInput | boolean
172161
+ summary?: NullableJsonNullValueInput | InputJsonValue
172162
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
172163
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
172164
+ target_closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
172165
+ closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
172166
+ job_number?: NullableIntFieldUpdateOperationsInput | number | null
172167
+ job_code?: NullableStringFieldUpdateOperationsInput | string | null
172168
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
172169
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
172170
+ created_by?: StringFieldUpdateOperationsInput | string
172171
+ updated_by?: StringFieldUpdateOperationsInput | string
172172
+ is_active?: BoolFieldUpdateOperationsInput | boolean
172173
+ openings?: IntFieldUpdateOperationsInput | number
172174
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
172175
+ job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
172176
+ organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
172177
+ source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
172178
+ applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
172179
+ interviews?: InterviewUpdateManyWithoutJob_descriptionNestedInput
172180
+ assignments?: AssignmentUpdateManyWithoutJob_descriptionNestedInput
172181
+ fit_check?: FitCheckUpdateManyWithoutJob_descriptionNestedInput
172182
+ job_description_data?: JobDescriptionDataUpdateManyWithoutJobDescriptionNestedInput
172183
+ evaluationPlan?: EvaluationPlanUpdateManyWithoutJobDescriptionNestedInput
172184
+ ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutJobDescriptionNestedInput
172185
+ assignment_library?: AssignmentLibraryUpdateManyWithoutJobDescriptionNestedInput
172186
+ approvals?: ApprovalUpdateManyWithoutJob_descriptionNestedInput
172187
+ resumes?: ResumeUpdateManyWithoutJob_descriptionNestedInput
172188
+ budget?: BudgetUpdateOneWithoutJob_descriptionNestedInput
172189
+ hiring_manager?: UserUpdateOneWithoutHiring_manager_job_descriptionsNestedInput
172190
+ recruiters?: UserUpdateManyWithoutJob_descriptionNestedInput
172191
+ transcripts?: TranscriptUpdateManyWithoutJob_descriptionNestedInput
172192
+ integration_job_syncs?: IntegrationJobSyncUpdateManyWithoutJob_descriptionNestedInput
172193
+ job_application_template?: JobApplicationTemplateUpdateOneWithoutJob_descriptionNestedInput
172194
+ conversations?: ConversationUpdateManyWithoutJob_descriptionNestedInput
172195
+ communication_messages?: CommunicationMessageUpdateManyWithoutJob_descriptionNestedInput
172196
+ }
172197
+
172198
+ export type JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput = {
172199
+ id?: StringFieldUpdateOperationsInput | string
172200
+ organisation_id?: StringFieldUpdateOperationsInput | string
172201
+ hiring_manager_id?: NullableStringFieldUpdateOperationsInput | string | null
172202
+ status?: EnumJobDescriptionStatusFieldUpdateOperationsInput | $Enums.JobDescriptionStatus
172203
+ screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
172204
+ recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
172205
+ uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
172206
+ source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172207
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
171832
172208
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
171833
172209
  is_posted?: BoolFieldUpdateOperationsInput | boolean
171834
172210
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -172143,6 +172519,7 @@ export namespace Prisma {
172143
172519
  is_active?: boolean
172144
172520
  openings?: number
172145
172521
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
172522
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
172146
172523
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
172147
172524
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
172148
172525
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -172175,6 +172552,7 @@ export namespace Prisma {
172175
172552
  uploaded_job_description_path?: string | null
172176
172553
  source_document_id?: string | null
172177
172554
  rendered_jd_document_id?: string | null
172555
+ display_html_document_id?: string | null
172178
172556
  is_plan_published?: boolean
172179
172557
  is_posted?: boolean
172180
172558
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -172657,6 +173035,7 @@ export namespace Prisma {
172657
173035
  is_active?: BoolFieldUpdateOperationsInput | boolean
172658
173036
  openings?: IntFieldUpdateOperationsInput | number
172659
173037
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
173038
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
172660
173039
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
172661
173040
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
172662
173041
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -172689,6 +173068,7 @@ export namespace Prisma {
172689
173068
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
172690
173069
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172691
173070
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
173071
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
172692
173072
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
172693
173073
  is_posted?: BoolFieldUpdateOperationsInput | boolean
172694
173074
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -173470,6 +173850,7 @@ export namespace Prisma {
173470
173850
  is_active?: boolean
173471
173851
  openings?: number
173472
173852
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
173853
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
173473
173854
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
173474
173855
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
173475
173856
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -173502,6 +173883,7 @@ export namespace Prisma {
173502
173883
  uploaded_job_description_path?: string | null
173503
173884
  source_document_id?: string | null
173504
173885
  rendered_jd_document_id?: string | null
173886
+ display_html_document_id?: string | null
173505
173887
  is_plan_published?: boolean
173506
173888
  is_posted?: boolean
173507
173889
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -173986,6 +174368,7 @@ export namespace Prisma {
173986
174368
  is_active?: BoolFieldUpdateOperationsInput | boolean
173987
174369
  openings?: IntFieldUpdateOperationsInput | number
173988
174370
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
174371
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
173989
174372
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
173990
174373
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
173991
174374
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -174018,6 +174401,7 @@ export namespace Prisma {
174018
174401
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
174019
174402
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174020
174403
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174404
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174021
174405
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
174022
174406
  is_posted?: BoolFieldUpdateOperationsInput | boolean
174023
174407
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -174689,6 +175073,7 @@ export namespace Prisma {
174689
175073
  is_active?: boolean
174690
175074
  openings?: number
174691
175075
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
175076
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
174692
175077
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
174693
175078
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
174694
175079
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -174721,6 +175106,7 @@ export namespace Prisma {
174721
175106
  uploaded_job_description_path?: string | null
174722
175107
  source_document_id?: string | null
174723
175108
  rendered_jd_document_id?: string | null
175109
+ display_html_document_id?: string | null
174724
175110
  is_plan_published?: boolean
174725
175111
  is_posted?: boolean
174726
175112
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -174793,6 +175179,7 @@ export namespace Prisma {
174793
175179
  is_active?: BoolFieldUpdateOperationsInput | boolean
174794
175180
  openings?: IntFieldUpdateOperationsInput | number
174795
175181
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
175182
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
174796
175183
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
174797
175184
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
174798
175185
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -174825,6 +175212,7 @@ export namespace Prisma {
174825
175212
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
174826
175213
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174827
175214
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
175215
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
174828
175216
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
174829
175217
  is_posted?: BoolFieldUpdateOperationsInput | boolean
174830
175218
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -175506,6 +175894,7 @@ export namespace Prisma {
175506
175894
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
175507
175895
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
175508
175896
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
175897
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
175509
175898
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
175510
175899
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
175511
175900
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -175533,6 +175922,7 @@ export namespace Prisma {
175533
175922
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
175534
175923
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
175535
175924
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
175925
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
175536
175926
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
175537
175927
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
175538
175928
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -175565,6 +175955,7 @@ export namespace Prisma {
175565
175955
  is_active?: boolean
175566
175956
  openings?: number
175567
175957
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
175958
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
175568
175959
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
175569
175960
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
175570
175961
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -175597,6 +175988,7 @@ export namespace Prisma {
175597
175988
  uploaded_job_description_path?: string | null
175598
175989
  source_document_id?: string | null
175599
175990
  rendered_jd_document_id?: string | null
175991
+ display_html_document_id?: string | null
175600
175992
  is_plan_published?: boolean
175601
175993
  is_posted?: boolean
175602
175994
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -176613,6 +177005,7 @@ export namespace Prisma {
176613
177005
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
176614
177006
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
176615
177007
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
177008
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
176616
177009
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
176617
177010
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
176618
177011
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -176640,6 +177033,7 @@ export namespace Prisma {
176640
177033
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
176641
177034
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
176642
177035
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
177036
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
176643
177037
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
176644
177038
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
176645
177039
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -176678,6 +177072,7 @@ export namespace Prisma {
176678
177072
  is_active?: BoolFieldUpdateOperationsInput | boolean
176679
177073
  openings?: IntFieldUpdateOperationsInput | number
176680
177074
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
177075
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
176681
177076
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
176682
177077
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
176683
177078
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -176710,6 +177105,7 @@ export namespace Prisma {
176710
177105
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
176711
177106
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
176712
177107
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
177108
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
176713
177109
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
176714
177110
  is_posted?: BoolFieldUpdateOperationsInput | boolean
176715
177111
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -177995,6 +178391,7 @@ export namespace Prisma {
177995
178391
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
177996
178392
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
177997
178393
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
178394
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
177998
178395
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
177999
178396
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
178000
178397
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -178022,6 +178419,7 @@ export namespace Prisma {
178022
178419
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
178023
178420
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
178024
178421
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
178422
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
178025
178423
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
178026
178424
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
178027
178425
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -178197,6 +178595,7 @@ export namespace Prisma {
178197
178595
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
178198
178596
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
178199
178597
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
178598
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
178200
178599
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
178201
178600
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
178202
178601
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -178224,6 +178623,7 @@ export namespace Prisma {
178224
178623
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
178225
178624
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
178226
178625
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
178626
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
178227
178627
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
178228
178628
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
178229
178629
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -178354,6 +178754,7 @@ export namespace Prisma {
178354
178754
  is_active?: boolean
178355
178755
  openings?: number
178356
178756
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
178757
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
178357
178758
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
178358
178759
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
178359
178760
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -178386,6 +178787,7 @@ export namespace Prisma {
178386
178787
  uploaded_job_description_path?: string | null
178387
178788
  source_document_id?: string | null
178388
178789
  rendered_jd_document_id?: string | null
178790
+ display_html_document_id?: string | null
178389
178791
  is_plan_published?: boolean
178390
178792
  is_posted?: boolean
178391
178793
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -178611,6 +179013,7 @@ export namespace Prisma {
178611
179013
  is_active?: BoolFieldUpdateOperationsInput | boolean
178612
179014
  openings?: IntFieldUpdateOperationsInput | number
178613
179015
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
179016
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
178614
179017
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
178615
179018
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
178616
179019
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -178643,6 +179046,7 @@ export namespace Prisma {
178643
179046
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
178644
179047
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
178645
179048
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
179049
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
178646
179050
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
178647
179051
  is_posted?: BoolFieldUpdateOperationsInput | boolean
178648
179052
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -178734,6 +179138,7 @@ export namespace Prisma {
178734
179138
  resume?: ResumeCreateNestedOneWithoutDocumentInput
178735
179139
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
178736
179140
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
179141
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
178737
179142
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
178738
179143
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
178739
179144
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -178761,6 +179166,7 @@ export namespace Prisma {
178761
179166
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
178762
179167
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
178763
179168
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
179169
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
178764
179170
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
178765
179171
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
178766
179172
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -178772,6 +179178,67 @@ export namespace Prisma {
178772
179178
  create: XOR<DocumentCreateWithoutJob_description_renderedInput, DocumentUncheckedCreateWithoutJob_description_renderedInput>
178773
179179
  }
178774
179180
 
179181
+ export type DocumentCreateWithoutJob_description_display_htmlInput = {
179182
+ id?: string
179183
+ original_file_name: string
179184
+ stored_file_name: string
179185
+ file_extension?: string | null
179186
+ s3_bucket?: string | null
179187
+ s3_key?: string | null
179188
+ mime_type?: string | null
179189
+ file_size?: bigint | number | null
179190
+ file_hash?: string | null
179191
+ metadata?: NullableJsonNullValueInput | InputJsonValue
179192
+ created_at?: Date | string
179193
+ updated_at?: Date | string
179194
+ created_by: string
179195
+ updated_by: string
179196
+ is_active?: boolean
179197
+ organisation?: OrganisationCreateNestedOneWithoutDocumentsInput
179198
+ candidate?: UserCreateNestedOneWithoutDocumentsInput
179199
+ resume?: ResumeCreateNestedOneWithoutDocumentInput
179200
+ resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
179201
+ job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
179202
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
179203
+ interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
179204
+ job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
179205
+ assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
179206
+ assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
179207
+ }
179208
+
179209
+ export type DocumentUncheckedCreateWithoutJob_description_display_htmlInput = {
179210
+ id?: string
179211
+ organisation_id?: string | null
179212
+ candidate_id?: string | null
179213
+ original_file_name: string
179214
+ stored_file_name: string
179215
+ file_extension?: string | null
179216
+ s3_bucket?: string | null
179217
+ s3_key?: string | null
179218
+ mime_type?: string | null
179219
+ file_size?: bigint | number | null
179220
+ file_hash?: string | null
179221
+ metadata?: NullableJsonNullValueInput | InputJsonValue
179222
+ created_at?: Date | string
179223
+ updated_at?: Date | string
179224
+ created_by: string
179225
+ updated_by: string
179226
+ is_active?: boolean
179227
+ resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
179228
+ resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
179229
+ job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
179230
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
179231
+ interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
179232
+ job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
179233
+ assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
179234
+ assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
179235
+ }
179236
+
179237
+ export type DocumentCreateOrConnectWithoutJob_description_display_htmlInput = {
179238
+ where: DocumentWhereUniqueInput
179239
+ create: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
179240
+ }
179241
+
178775
179242
  export type JobProfileCreateWithoutJob_descriptionsInput = {
178776
179243
  id?: string
178777
179244
  status?: $Enums.JobProfileStatus
@@ -178957,6 +179424,7 @@ export namespace Prisma {
178957
179424
  resume?: ResumeCreateNestedOneWithoutDocumentInput
178958
179425
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
178959
179426
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
179427
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
178960
179428
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
178961
179429
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
178962
179430
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -178984,6 +179452,7 @@ export namespace Prisma {
178984
179452
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
178985
179453
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
178986
179454
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
179455
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
178987
179456
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
178988
179457
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
178989
179458
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -180281,6 +180750,7 @@ export namespace Prisma {
180281
180750
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
180282
180751
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
180283
180752
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
180753
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
180284
180754
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
180285
180755
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
180286
180756
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -180308,6 +180778,74 @@ export namespace Prisma {
180308
180778
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
180309
180779
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
180310
180780
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
180781
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
180782
+ interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
180783
+ job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
180784
+ assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
180785
+ assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
180786
+ }
180787
+
180788
+ export type DocumentUpsertWithoutJob_description_display_htmlInput = {
180789
+ update: XOR<DocumentUpdateWithoutJob_description_display_htmlInput, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
180790
+ create: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
180791
+ where?: DocumentWhereInput
180792
+ }
180793
+
180794
+ export type DocumentUpdateToOneWithWhereWithoutJob_description_display_htmlInput = {
180795
+ where?: DocumentWhereInput
180796
+ data: XOR<DocumentUpdateWithoutJob_description_display_htmlInput, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
180797
+ }
180798
+
180799
+ export type DocumentUpdateWithoutJob_description_display_htmlInput = {
180800
+ id?: StringFieldUpdateOperationsInput | string
180801
+ original_file_name?: StringFieldUpdateOperationsInput | string
180802
+ stored_file_name?: StringFieldUpdateOperationsInput | string
180803
+ file_extension?: NullableStringFieldUpdateOperationsInput | string | null
180804
+ s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
180805
+ s3_key?: NullableStringFieldUpdateOperationsInput | string | null
180806
+ mime_type?: NullableStringFieldUpdateOperationsInput | string | null
180807
+ file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
180808
+ file_hash?: NullableStringFieldUpdateOperationsInput | string | null
180809
+ metadata?: NullableJsonNullValueInput | InputJsonValue
180810
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
180811
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
180812
+ created_by?: StringFieldUpdateOperationsInput | string
180813
+ updated_by?: StringFieldUpdateOperationsInput | string
180814
+ is_active?: BoolFieldUpdateOperationsInput | boolean
180815
+ organisation?: OrganisationUpdateOneWithoutDocumentsNestedInput
180816
+ candidate?: UserUpdateOneWithoutDocumentsNestedInput
180817
+ resume?: ResumeUpdateOneWithoutDocumentNestedInput
180818
+ resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
180819
+ job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
180820
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
180821
+ interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
180822
+ job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
180823
+ assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
180824
+ assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
180825
+ }
180826
+
180827
+ export type DocumentUncheckedUpdateWithoutJob_description_display_htmlInput = {
180828
+ id?: StringFieldUpdateOperationsInput | string
180829
+ organisation_id?: NullableStringFieldUpdateOperationsInput | string | null
180830
+ candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
180831
+ original_file_name?: StringFieldUpdateOperationsInput | string
180832
+ stored_file_name?: StringFieldUpdateOperationsInput | string
180833
+ file_extension?: NullableStringFieldUpdateOperationsInput | string | null
180834
+ s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
180835
+ s3_key?: NullableStringFieldUpdateOperationsInput | string | null
180836
+ mime_type?: NullableStringFieldUpdateOperationsInput | string | null
180837
+ file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
180838
+ file_hash?: NullableStringFieldUpdateOperationsInput | string | null
180839
+ metadata?: NullableJsonNullValueInput | InputJsonValue
180840
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
180841
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
180842
+ created_by?: StringFieldUpdateOperationsInput | string
180843
+ updated_by?: StringFieldUpdateOperationsInput | string
180844
+ is_active?: BoolFieldUpdateOperationsInput | boolean
180845
+ resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
180846
+ resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
180847
+ job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
180848
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
180311
180849
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
180312
180850
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
180313
180851
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -180522,6 +181060,7 @@ export namespace Prisma {
180522
181060
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
180523
181061
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
180524
181062
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
181063
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
180525
181064
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
180526
181065
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
180527
181066
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -180549,6 +181088,7 @@ export namespace Prisma {
180549
181088
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
180550
181089
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
180551
181090
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
181091
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
180552
181092
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
180553
181093
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
180554
181094
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -181194,6 +181734,7 @@ export namespace Prisma {
181194
181734
  is_active?: boolean
181195
181735
  openings?: number
181196
181736
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
181737
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
181197
181738
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
181198
181739
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
181199
181740
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -181226,6 +181767,7 @@ export namespace Prisma {
181226
181767
  uploaded_job_description_path?: string | null
181227
181768
  source_document_id?: string | null
181228
181769
  rendered_jd_document_id?: string | null
181770
+ display_html_document_id?: string | null
181229
181771
  is_plan_published?: boolean
181230
181772
  is_posted?: boolean
181231
181773
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -181298,6 +181840,7 @@ export namespace Prisma {
181298
181840
  is_active?: BoolFieldUpdateOperationsInput | boolean
181299
181841
  openings?: IntFieldUpdateOperationsInput | number
181300
181842
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
181843
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
181301
181844
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
181302
181845
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
181303
181846
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -181330,6 +181873,7 @@ export namespace Prisma {
181330
181873
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
181331
181874
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
181332
181875
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
181876
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
181333
181877
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
181334
181878
  is_posted?: BoolFieldUpdateOperationsInput | boolean
181335
181879
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -181954,6 +182498,7 @@ export namespace Prisma {
181954
182498
  is_active?: boolean
181955
182499
  openings?: number
181956
182500
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
182501
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
181957
182502
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
181958
182503
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
181959
182504
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -181986,6 +182531,7 @@ export namespace Prisma {
181986
182531
  uploaded_job_description_path?: string | null
181987
182532
  source_document_id?: string | null
181988
182533
  rendered_jd_document_id?: string | null
182534
+ display_html_document_id?: string | null
181989
182535
  is_plan_published?: boolean
181990
182536
  is_posted?: boolean
181991
182537
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -182651,6 +183197,7 @@ export namespace Prisma {
182651
183197
  uploaded_job_description_path?: StringNullableFilter<"JobDescription"> | string | null
182652
183198
  source_document_id?: StringNullableFilter<"JobDescription"> | string | null
182653
183199
  rendered_jd_document_id?: StringNullableFilter<"JobDescription"> | string | null
183200
+ display_html_document_id?: StringNullableFilter<"JobDescription"> | string | null
182654
183201
  is_plan_published?: BoolFilter<"JobDescription"> | boolean
182655
183202
  is_posted?: BoolFilter<"JobDescription"> | boolean
182656
183203
  summary?: JsonNullableFilter<"JobDescription">
@@ -184039,6 +184586,7 @@ export namespace Prisma {
184039
184586
  is_active?: boolean
184040
184587
  openings?: number
184041
184588
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
184589
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
184042
184590
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
184043
184591
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
184044
184592
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -184071,6 +184619,7 @@ export namespace Prisma {
184071
184619
  uploaded_job_description_path?: string | null
184072
184620
  source_document_id?: string | null
184073
184621
  rendered_jd_document_id?: string | null
184622
+ display_html_document_id?: string | null
184074
184623
  is_plan_published?: boolean
184075
184624
  is_posted?: boolean
184076
184625
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -184827,6 +185376,7 @@ export namespace Prisma {
184827
185376
  is_active?: BoolFieldUpdateOperationsInput | boolean
184828
185377
  openings?: IntFieldUpdateOperationsInput | number
184829
185378
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
185379
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
184830
185380
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
184831
185381
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
184832
185382
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -184859,6 +185409,7 @@ export namespace Prisma {
184859
185409
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
184860
185410
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
184861
185411
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
185412
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
184862
185413
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
184863
185414
  is_posted?: BoolFieldUpdateOperationsInput | boolean
184864
185415
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -185929,6 +186480,7 @@ export namespace Prisma {
185929
186480
  is_active?: boolean
185930
186481
  openings?: number
185931
186482
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
186483
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
185932
186484
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
185933
186485
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
185934
186486
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -185960,6 +186512,7 @@ export namespace Prisma {
185960
186512
  uploaded_job_description_path?: string | null
185961
186513
  source_document_id?: string | null
185962
186514
  rendered_jd_document_id?: string | null
186515
+ display_html_document_id?: string | null
185963
186516
  is_plan_published?: boolean
185964
186517
  is_posted?: boolean
185965
186518
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -187090,6 +187643,7 @@ export namespace Prisma {
187090
187643
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
187091
187644
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
187092
187645
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
187646
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
187093
187647
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
187094
187648
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
187095
187649
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -187117,6 +187671,7 @@ export namespace Prisma {
187117
187671
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
187118
187672
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
187119
187673
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
187674
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
187120
187675
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
187121
187676
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
187122
187677
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -189822,6 +190377,7 @@ export namespace Prisma {
189822
190377
  is_active?: boolean
189823
190378
  openings?: number
189824
190379
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
190380
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
189825
190381
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
189826
190382
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
189827
190383
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -189854,6 +190410,7 @@ export namespace Prisma {
189854
190410
  uploaded_job_description_path?: string | null
189855
190411
  source_document_id?: string | null
189856
190412
  rendered_jd_document_id?: string | null
190413
+ display_html_document_id?: string | null
189857
190414
  is_plan_published?: boolean
189858
190415
  is_posted?: boolean
189859
190416
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -189914,6 +190471,7 @@ export namespace Prisma {
189914
190471
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
189915
190472
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
189916
190473
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
190474
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
189917
190475
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
189918
190476
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
189919
190477
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -189941,6 +190499,7 @@ export namespace Prisma {
189941
190499
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
189942
190500
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
189943
190501
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
190502
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
189944
190503
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
189945
190504
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
189946
190505
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -189973,6 +190532,7 @@ export namespace Prisma {
189973
190532
  resume?: ResumeCreateNestedOneWithoutDocumentInput
189974
190533
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
189975
190534
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
190535
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
189976
190536
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
189977
190537
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
189978
190538
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -190000,6 +190560,7 @@ export namespace Prisma {
190000
190560
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
190001
190561
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
190002
190562
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
190563
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
190003
190564
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
190004
190565
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
190005
190566
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -190763,6 +191324,7 @@ export namespace Prisma {
190763
191324
  is_active?: BoolFieldUpdateOperationsInput | boolean
190764
191325
  openings?: IntFieldUpdateOperationsInput | number
190765
191326
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
191327
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
190766
191328
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
190767
191329
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
190768
191330
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -190795,6 +191357,7 @@ export namespace Prisma {
190795
191357
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
190796
191358
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
190797
191359
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
191360
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
190798
191361
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
190799
191362
  is_posted?: BoolFieldUpdateOperationsInput | boolean
190800
191363
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -190861,6 +191424,7 @@ export namespace Prisma {
190861
191424
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
190862
191425
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
190863
191426
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
191427
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
190864
191428
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
190865
191429
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
190866
191430
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -190888,6 +191452,7 @@ export namespace Prisma {
190888
191452
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
190889
191453
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
190890
191454
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
191455
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
190891
191456
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
190892
191457
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
190893
191458
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -190926,6 +191491,7 @@ export namespace Prisma {
190926
191491
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
190927
191492
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
190928
191493
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
191494
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
190929
191495
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
190930
191496
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
190931
191497
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -190953,6 +191519,7 @@ export namespace Prisma {
190953
191519
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
190954
191520
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
190955
191521
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
191522
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
190956
191523
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
190957
191524
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
190958
191525
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -192335,6 +192902,7 @@ export namespace Prisma {
192335
192902
  is_active?: boolean
192336
192903
  openings?: number
192337
192904
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
192905
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
192338
192906
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
192339
192907
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
192340
192908
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -192367,6 +192935,7 @@ export namespace Prisma {
192367
192935
  uploaded_job_description_path?: string | null
192368
192936
  source_document_id?: string | null
192369
192937
  rendered_jd_document_id?: string | null
192938
+ display_html_document_id?: string | null
192370
192939
  is_plan_published?: boolean
192371
192940
  is_posted?: boolean
192372
192941
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -192597,6 +193166,7 @@ export namespace Prisma {
192597
193166
  is_active?: BoolFieldUpdateOperationsInput | boolean
192598
193167
  openings?: IntFieldUpdateOperationsInput | number
192599
193168
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
193169
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
192600
193170
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
192601
193171
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
192602
193172
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -192629,6 +193199,7 @@ export namespace Prisma {
192629
193199
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
192630
193200
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
192631
193201
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
193202
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
192632
193203
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
192633
193204
  is_posted?: BoolFieldUpdateOperationsInput | boolean
192634
193205
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -193070,6 +193641,7 @@ export namespace Prisma {
193070
193641
  is_active?: boolean
193071
193642
  openings?: number
193072
193643
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
193644
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
193073
193645
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
193074
193646
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
193075
193647
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -193102,6 +193674,7 @@ export namespace Prisma {
193102
193674
  uploaded_job_description_path?: string | null
193103
193675
  source_document_id?: string | null
193104
193676
  rendered_jd_document_id?: string | null
193677
+ display_html_document_id?: string | null
193105
193678
  is_plan_published?: boolean
193106
193679
  is_posted?: boolean
193107
193680
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -193163,6 +193736,7 @@ export namespace Prisma {
193163
193736
  is_active?: boolean
193164
193737
  openings?: number
193165
193738
  rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
193739
+ display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
193166
193740
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
193167
193741
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
193168
193742
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -193194,6 +193768,7 @@ export namespace Prisma {
193194
193768
  uploaded_job_description_path?: string | null
193195
193769
  source_document_id?: string | null
193196
193770
  rendered_jd_document_id?: string | null
193771
+ display_html_document_id?: string | null
193197
193772
  is_plan_published?: boolean
193198
193773
  is_posted?: boolean
193199
193774
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -194686,6 +195261,7 @@ export namespace Prisma {
194686
195261
  resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
194687
195262
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
194688
195263
  job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
195264
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
194689
195265
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
194690
195266
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
194691
195267
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -194713,6 +195289,7 @@ export namespace Prisma {
194713
195289
  resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
194714
195290
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
194715
195291
  job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
195292
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
194716
195293
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
194717
195294
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
194718
195295
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -201169,6 +201746,7 @@ export namespace Prisma {
201169
201746
  uploaded_job_description_path?: string | null
201170
201747
  source_document_id?: string | null
201171
201748
  rendered_jd_document_id?: string | null
201749
+ display_html_document_id?: string | null
201172
201750
  is_plan_published?: boolean
201173
201751
  is_posted?: boolean
201174
201752
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -201208,6 +201786,7 @@ export namespace Prisma {
201208
201786
  is_active?: BoolFieldUpdateOperationsInput | boolean
201209
201787
  openings?: IntFieldUpdateOperationsInput | number
201210
201788
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
201789
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
201211
201790
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
201212
201791
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
201213
201792
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -201240,6 +201819,7 @@ export namespace Prisma {
201240
201819
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
201241
201820
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201242
201821
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201822
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201243
201823
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
201244
201824
  is_posted?: BoolFieldUpdateOperationsInput | boolean
201245
201825
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -201284,6 +201864,7 @@ export namespace Prisma {
201284
201864
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
201285
201865
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201286
201866
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201867
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
201287
201868
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
201288
201869
  is_posted?: BoolFieldUpdateOperationsInput | boolean
201289
201870
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -201394,6 +201975,7 @@ export namespace Prisma {
201394
201975
  uploaded_job_description_path?: string | null
201395
201976
  source_document_id?: string | null
201396
201977
  rendered_jd_document_id?: string | null
201978
+ display_html_document_id?: string | null
201397
201979
  is_plan_published?: boolean
201398
201980
  is_posted?: boolean
201399
201981
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -202217,6 +202799,7 @@ export namespace Prisma {
202217
202799
  is_active?: BoolFieldUpdateOperationsInput | boolean
202218
202800
  openings?: IntFieldUpdateOperationsInput | number
202219
202801
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
202802
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
202220
202803
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
202221
202804
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
202222
202805
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -202248,6 +202831,7 @@ export namespace Prisma {
202248
202831
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
202249
202832
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202250
202833
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202834
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202251
202835
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
202252
202836
  is_posted?: BoolFieldUpdateOperationsInput | boolean
202253
202837
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -202292,6 +202876,7 @@ export namespace Prisma {
202292
202876
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
202293
202877
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202294
202878
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202879
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
202295
202880
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
202296
202881
  is_posted?: BoolFieldUpdateOperationsInput | boolean
202297
202882
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -203598,6 +204183,7 @@ export namespace Prisma {
203598
204183
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
203599
204184
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
203600
204185
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
204186
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
203601
204187
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
203602
204188
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
203603
204189
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -203625,6 +204211,7 @@ export namespace Prisma {
203625
204211
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
203626
204212
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
203627
204213
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
204214
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
203628
204215
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
203629
204216
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
203630
204217
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -204811,6 +205398,7 @@ export namespace Prisma {
204811
205398
  uploaded_job_description_path?: string | null
204812
205399
  source_document_id?: string | null
204813
205400
  rendered_jd_document_id?: string | null
205401
+ display_html_document_id?: string | null
204814
205402
  is_plan_published?: boolean
204815
205403
  is_posted?: boolean
204816
205404
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -205569,6 +206157,7 @@ export namespace Prisma {
205569
206157
  is_active?: BoolFieldUpdateOperationsInput | boolean
205570
206158
  openings?: IntFieldUpdateOperationsInput | number
205571
206159
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
206160
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
205572
206161
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
205573
206162
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
205574
206163
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -205601,6 +206190,7 @@ export namespace Prisma {
205601
206190
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
205602
206191
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205603
206192
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
206193
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205604
206194
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
205605
206195
  is_posted?: BoolFieldUpdateOperationsInput | boolean
205606
206196
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -205645,6 +206235,7 @@ export namespace Prisma {
205645
206235
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
205646
206236
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205647
206237
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
206238
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205648
206239
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
205649
206240
  is_posted?: BoolFieldUpdateOperationsInput | boolean
205650
206241
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -205685,6 +206276,7 @@ export namespace Prisma {
205685
206276
  is_active?: BoolFieldUpdateOperationsInput | boolean
205686
206277
  openings?: IntFieldUpdateOperationsInput | number
205687
206278
  rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
206279
+ display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
205688
206280
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
205689
206281
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
205690
206282
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -205716,6 +206308,7 @@ export namespace Prisma {
205716
206308
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
205717
206309
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205718
206310
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
206311
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205719
206312
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
205720
206313
  is_posted?: BoolFieldUpdateOperationsInput | boolean
205721
206314
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -205760,6 +206353,7 @@ export namespace Prisma {
205760
206353
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
205761
206354
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205762
206355
  rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
206356
+ display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
205763
206357
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
205764
206358
  is_posted?: BoolFieldUpdateOperationsInput | boolean
205765
206359
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -207447,6 +208041,7 @@ export namespace Prisma {
207447
208041
  resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
207448
208042
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
207449
208043
  job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
208044
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
207450
208045
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
207451
208046
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
207452
208047
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -207474,6 +208069,7 @@ export namespace Prisma {
207474
208069
  resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
207475
208070
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
207476
208071
  job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
208072
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
207477
208073
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
207478
208074
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
207479
208075
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput