@adaptware/eagles-db 0.4.22 → 0.4.24

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 (23) hide show
  1. package/client/edge.js +8 -6
  2. package/client/index-browser.js +1 -0
  3. package/client/index.d.ts +558 -2
  4. package/client/index.js +8 -6
  5. package/client/package.json +1 -1
  6. package/client/schema.prisma +5 -2
  7. package/client/wasm.js +8 -6
  8. package/package.json +1 -1
  9. package/prisma/schema/document.prisma +2 -1
  10. package/prisma/schema/jobDescription.prisma +3 -1
  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/.DS_Store +0 -0
  15. package/prisma/schema/migrations/20260519120000_interview_deadline/migration.sql +0 -2
  16. package/prisma/schema/migrations/20260520120000_interview_duration_drop_deadline/migration.sql +0 -30
  17. package/prisma/schema/migrations/20260602120000_resume_file_hash_drop_unique/migration.sql +0 -2
  18. package/prisma/schema/migrations/20260603120000_job_application_field_is_mandatory/migration.sql +0 -2
  19. package/prisma/schema/migrations/20260604120000_job_application_response_updated_by_organisation/migration.sql +0 -2
  20. package/prisma/schema/migrations/20260605120000_drop_document_application_id/migration.sql +0 -3
  21. package/prisma/schema/migrations/20260610120000_jaf_template_model/migration.sql +0 -70
  22. package/prisma/schema/migrations/20260610130000_assignment_document_fks/migration.sql +0 -15
  23. package/prisma/schema/migrations/20260610140000_jaf_draft_activation/migration.sql +0 -12
package/client/index.d.ts CHANGED
@@ -31854,6 +31854,7 @@ export namespace Prisma {
31854
31854
  candidate?: boolean | Document$candidateArgs<ExtArgs>
31855
31855
  resume?: boolean | Document$resumeArgs<ExtArgs>
31856
31856
  job_description_source?: boolean | Document$job_description_sourceArgs<ExtArgs>
31857
+ job_description_rendered?: boolean | Document$job_description_renderedArgs<ExtArgs>
31857
31858
  interview_recording?: boolean | Document$interview_recordingArgs<ExtArgs>
31858
31859
  job_application_responses?: boolean | Document$job_application_responsesArgs<ExtArgs>
31859
31860
  assignment_solution?: boolean | Document$assignment_solutionArgs<ExtArgs>
@@ -31931,6 +31932,7 @@ export namespace Prisma {
31931
31932
  candidate?: boolean | Document$candidateArgs<ExtArgs>
31932
31933
  resume?: boolean | Document$resumeArgs<ExtArgs>
31933
31934
  job_description_source?: boolean | Document$job_description_sourceArgs<ExtArgs>
31935
+ job_description_rendered?: boolean | Document$job_description_renderedArgs<ExtArgs>
31934
31936
  interview_recording?: boolean | Document$interview_recordingArgs<ExtArgs>
31935
31937
  job_application_responses?: boolean | Document$job_application_responsesArgs<ExtArgs>
31936
31938
  assignment_solution?: boolean | Document$assignment_solutionArgs<ExtArgs>
@@ -31953,6 +31955,7 @@ export namespace Prisma {
31953
31955
  candidate: Prisma.$UserPayload<ExtArgs> | null
31954
31956
  resume: Prisma.$ResumePayload<ExtArgs> | null
31955
31957
  job_description_source: Prisma.$JobDescriptionPayload<ExtArgs> | null
31958
+ job_description_rendered: Prisma.$JobDescriptionPayload<ExtArgs> | null
31956
31959
  interview_recording: Prisma.$InterviewPayload<ExtArgs> | null
31957
31960
  job_application_responses: Prisma.$JobApplicationResponsePayload<ExtArgs>[]
31958
31961
  assignment_solution: Prisma.$AssignmentPayload<ExtArgs> | null
@@ -32374,6 +32377,7 @@ export namespace Prisma {
32374
32377
  candidate<T extends Document$candidateArgs<ExtArgs> = {}>(args?: Subset<T, Document$candidateArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
32375
32378
  resume<T extends Document$resumeArgs<ExtArgs> = {}>(args?: Subset<T, Document$resumeArgs<ExtArgs>>): Prisma__ResumeClient<$Result.GetResult<Prisma.$ResumePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
32376
32379
  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>
32380
+ 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>
32377
32381
  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>
32378
32382
  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>
32379
32383
  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>
@@ -32895,6 +32899,25 @@ export namespace Prisma {
32895
32899
  where?: JobDescriptionWhereInput
32896
32900
  }
32897
32901
 
32902
+ /**
32903
+ * Document.job_description_rendered
32904
+ */
32905
+ export type Document$job_description_renderedArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
32906
+ /**
32907
+ * Select specific fields to fetch from the JobDescription
32908
+ */
32909
+ select?: JobDescriptionSelect<ExtArgs> | null
32910
+ /**
32911
+ * Omit specific fields from the JobDescription
32912
+ */
32913
+ omit?: JobDescriptionOmit<ExtArgs> | null
32914
+ /**
32915
+ * Choose, which related nodes to fetch as well
32916
+ */
32917
+ include?: JobDescriptionInclude<ExtArgs> | null
32918
+ where?: JobDescriptionWhereInput
32919
+ }
32920
+
32898
32921
  /**
32899
32922
  * Document.interview_recording
32900
32923
  */
@@ -48565,6 +48588,7 @@ export namespace Prisma {
48565
48588
  status: $Enums.JobDescriptionStatus | null
48566
48589
  uploaded_job_description_path: string | null
48567
48590
  source_document_id: string | null
48591
+ rendered_jd_document_id: string | null
48568
48592
  is_plan_published: boolean | null
48569
48593
  is_posted: boolean | null
48570
48594
  created_at: Date | null
@@ -48583,6 +48607,7 @@ export namespace Prisma {
48583
48607
  status: $Enums.JobDescriptionStatus | null
48584
48608
  uploaded_job_description_path: string | null
48585
48609
  source_document_id: string | null
48610
+ rendered_jd_document_id: string | null
48586
48611
  is_plan_published: boolean | null
48587
48612
  is_posted: boolean | null
48588
48613
  created_at: Date | null
@@ -48603,6 +48628,7 @@ export namespace Prisma {
48603
48628
  recommendedQuestions: number
48604
48629
  uploaded_job_description_path: number
48605
48630
  source_document_id: number
48631
+ rendered_jd_document_id: number
48606
48632
  is_plan_published: number
48607
48633
  is_posted: number
48608
48634
  summary: number
@@ -48634,6 +48660,7 @@ export namespace Prisma {
48634
48660
  status?: true
48635
48661
  uploaded_job_description_path?: true
48636
48662
  source_document_id?: true
48663
+ rendered_jd_document_id?: true
48637
48664
  is_plan_published?: true
48638
48665
  is_posted?: true
48639
48666
  created_at?: true
@@ -48652,6 +48679,7 @@ export namespace Prisma {
48652
48679
  status?: true
48653
48680
  uploaded_job_description_path?: true
48654
48681
  source_document_id?: true
48682
+ rendered_jd_document_id?: true
48655
48683
  is_plan_published?: true
48656
48684
  is_posted?: true
48657
48685
  created_at?: true
@@ -48672,6 +48700,7 @@ export namespace Prisma {
48672
48700
  recommendedQuestions?: true
48673
48701
  uploaded_job_description_path?: true
48674
48702
  source_document_id?: true
48703
+ rendered_jd_document_id?: true
48675
48704
  is_plan_published?: true
48676
48705
  is_posted?: true
48677
48706
  summary?: true
@@ -48782,6 +48811,7 @@ export namespace Prisma {
48782
48811
  recommendedQuestions: JsonValue[]
48783
48812
  uploaded_job_description_path: string | null
48784
48813
  source_document_id: string | null
48814
+ rendered_jd_document_id: string | null
48785
48815
  is_plan_published: boolean
48786
48816
  is_posted: boolean
48787
48817
  summary: JsonValue | null
@@ -48824,6 +48854,7 @@ export namespace Prisma {
48824
48854
  recommendedQuestions?: boolean
48825
48855
  uploaded_job_description_path?: boolean
48826
48856
  source_document_id?: boolean
48857
+ rendered_jd_document_id?: boolean
48827
48858
  is_plan_published?: boolean
48828
48859
  is_posted?: boolean
48829
48860
  summary?: boolean
@@ -48836,6 +48867,7 @@ export namespace Prisma {
48836
48867
  is_active?: boolean
48837
48868
  openings?: boolean
48838
48869
  job_profile_id?: boolean
48870
+ rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
48839
48871
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
48840
48872
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
48841
48873
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -48869,6 +48901,7 @@ export namespace Prisma {
48869
48901
  recommendedQuestions?: boolean
48870
48902
  uploaded_job_description_path?: boolean
48871
48903
  source_document_id?: boolean
48904
+ rendered_jd_document_id?: boolean
48872
48905
  is_plan_published?: boolean
48873
48906
  is_posted?: boolean
48874
48907
  summary?: boolean
@@ -48881,6 +48914,7 @@ export namespace Prisma {
48881
48914
  is_active?: boolean
48882
48915
  openings?: boolean
48883
48916
  job_profile_id?: boolean
48917
+ rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
48884
48918
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
48885
48919
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
48886
48920
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -48896,6 +48930,7 @@ export namespace Prisma {
48896
48930
  recommendedQuestions?: boolean
48897
48931
  uploaded_job_description_path?: boolean
48898
48932
  source_document_id?: boolean
48933
+ rendered_jd_document_id?: boolean
48899
48934
  is_plan_published?: boolean
48900
48935
  is_posted?: boolean
48901
48936
  summary?: boolean
@@ -48908,6 +48943,7 @@ export namespace Prisma {
48908
48943
  is_active?: boolean
48909
48944
  openings?: boolean
48910
48945
  job_profile_id?: boolean
48946
+ rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
48911
48947
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
48912
48948
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
48913
48949
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -48923,6 +48959,7 @@ export namespace Prisma {
48923
48959
  recommendedQuestions?: boolean
48924
48960
  uploaded_job_description_path?: boolean
48925
48961
  source_document_id?: boolean
48962
+ rendered_jd_document_id?: boolean
48926
48963
  is_plan_published?: boolean
48927
48964
  is_posted?: boolean
48928
48965
  summary?: boolean
@@ -48937,8 +48974,9 @@ export namespace Prisma {
48937
48974
  job_profile_id?: boolean
48938
48975
  }
48939
48976
 
48940
- 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" | "is_plan_published" | "is_posted" | "summary" | "ai_insight" | "job_fit_comparison" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "openings" | "job_profile_id", ExtArgs["result"]["jobDescription"]>
48977
+ 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" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "openings" | "job_profile_id", ExtArgs["result"]["jobDescription"]>
48941
48978
  export type JobDescriptionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
48979
+ rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
48942
48980
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
48943
48981
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
48944
48982
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -48963,12 +49001,14 @@ export namespace Prisma {
48963
49001
  _count?: boolean | JobDescriptionCountOutputTypeDefaultArgs<ExtArgs>
48964
49002
  }
48965
49003
  export type JobDescriptionIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
49004
+ rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
48966
49005
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
48967
49006
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
48968
49007
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
48969
49008
  hiring_manager?: boolean | JobDescription$hiring_managerArgs<ExtArgs>
48970
49009
  }
48971
49010
  export type JobDescriptionIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
49011
+ rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
48972
49012
  job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
48973
49013
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
48974
49014
  source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
@@ -48978,6 +49018,7 @@ export namespace Prisma {
48978
49018
  export type $JobDescriptionPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
48979
49019
  name: "JobDescription"
48980
49020
  objects: {
49021
+ rendered_jd_document: Prisma.$DocumentPayload<ExtArgs> | null
48981
49022
  job_profile: Prisma.$JobProfilePayload<ExtArgs> | null
48982
49023
  organisation: Prisma.$OrganisationPayload<ExtArgs>
48983
49024
  source_document: Prisma.$DocumentPayload<ExtArgs> | null
@@ -49012,6 +49053,7 @@ export namespace Prisma {
49012
49053
  */
49013
49054
  uploaded_job_description_path: string | null
49014
49055
  source_document_id: string | null
49056
+ rendered_jd_document_id: string | null
49015
49057
  is_plan_published: boolean
49016
49058
  is_posted: boolean
49017
49059
  summary: Prisma.JsonValue | null
@@ -49418,6 +49460,7 @@ export namespace Prisma {
49418
49460
  */
49419
49461
  export interface Prisma__JobDescriptionClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
49420
49462
  readonly [Symbol.toStringTag]: "PrismaPromise"
49463
+ 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>
49421
49464
  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>
49422
49465
  organisation<T extends OrganisationDefaultArgs<ExtArgs> = {}>(args?: Subset<T, OrganisationDefaultArgs<ExtArgs>>): Prisma__OrganisationClient<$Result.GetResult<Prisma.$OrganisationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
49423
49466
  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>
@@ -49476,6 +49519,7 @@ export namespace Prisma {
49476
49519
  readonly recommendedQuestions: FieldRef<"JobDescription", 'Json[]'>
49477
49520
  readonly uploaded_job_description_path: FieldRef<"JobDescription", 'String'>
49478
49521
  readonly source_document_id: FieldRef<"JobDescription", 'String'>
49522
+ readonly rendered_jd_document_id: FieldRef<"JobDescription", 'String'>
49479
49523
  readonly is_plan_published: FieldRef<"JobDescription", 'Boolean'>
49480
49524
  readonly is_posted: FieldRef<"JobDescription", 'Boolean'>
49481
49525
  readonly summary: FieldRef<"JobDescription", 'Json'>
@@ -49883,6 +49927,25 @@ export namespace Prisma {
49883
49927
  limit?: number
49884
49928
  }
49885
49929
 
49930
+ /**
49931
+ * JobDescription.rendered_jd_document
49932
+ */
49933
+ export type JobDescription$rendered_jd_documentArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
49934
+ /**
49935
+ * Select specific fields to fetch from the Document
49936
+ */
49937
+ select?: DocumentSelect<ExtArgs> | null
49938
+ /**
49939
+ * Omit specific fields from the Document
49940
+ */
49941
+ omit?: DocumentOmit<ExtArgs> | null
49942
+ /**
49943
+ * Choose, which related nodes to fetch as well
49944
+ */
49945
+ include?: DocumentInclude<ExtArgs> | null
49946
+ where?: DocumentWhereInput
49947
+ }
49948
+
49886
49949
  /**
49887
49950
  * JobDescription.job_profile
49888
49951
  */
@@ -78272,6 +78335,7 @@ export namespace Prisma {
78272
78335
  recommendedQuestions: 'recommendedQuestions',
78273
78336
  uploaded_job_description_path: 'uploaded_job_description_path',
78274
78337
  source_document_id: 'source_document_id',
78338
+ rendered_jd_document_id: 'rendered_jd_document_id',
78275
78339
  is_plan_published: 'is_plan_published',
78276
78340
  is_posted: 'is_posted',
78277
78341
  summary: 'summary',
@@ -81550,6 +81614,7 @@ export namespace Prisma {
81550
81614
  candidate?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
81551
81615
  resume?: XOR<ResumeNullableScalarRelationFilter, ResumeWhereInput> | null
81552
81616
  job_description_source?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
81617
+ job_description_rendered?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
81553
81618
  interview_recording?: XOR<InterviewNullableScalarRelationFilter, InterviewWhereInput> | null
81554
81619
  job_application_responses?: JobApplicationResponseListRelationFilter
81555
81620
  assignment_solution?: XOR<AssignmentNullableScalarRelationFilter, AssignmentWhereInput> | null
@@ -81578,6 +81643,7 @@ export namespace Prisma {
81578
81643
  candidate?: UserOrderByWithRelationInput
81579
81644
  resume?: ResumeOrderByWithRelationInput
81580
81645
  job_description_source?: JobDescriptionOrderByWithRelationInput
81646
+ job_description_rendered?: JobDescriptionOrderByWithRelationInput
81581
81647
  interview_recording?: InterviewOrderByWithRelationInput
81582
81648
  job_application_responses?: JobApplicationResponseOrderByRelationAggregateInput
81583
81649
  assignment_solution?: AssignmentOrderByWithRelationInput
@@ -81609,6 +81675,7 @@ export namespace Prisma {
81609
81675
  candidate?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
81610
81676
  resume?: XOR<ResumeNullableScalarRelationFilter, ResumeWhereInput> | null
81611
81677
  job_description_source?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
81678
+ job_description_rendered?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
81612
81679
  interview_recording?: XOR<InterviewNullableScalarRelationFilter, InterviewWhereInput> | null
81613
81680
  job_application_responses?: JobApplicationResponseListRelationFilter
81614
81681
  assignment_solution?: XOR<AssignmentNullableScalarRelationFilter, AssignmentWhereInput> | null
@@ -83184,6 +83251,7 @@ export namespace Prisma {
83184
83251
  recommendedQuestions?: JsonNullableListFilter<"JobDescription">
83185
83252
  uploaded_job_description_path?: StringNullableFilter<"JobDescription"> | string | null
83186
83253
  source_document_id?: StringNullableFilter<"JobDescription"> | string | null
83254
+ rendered_jd_document_id?: StringNullableFilter<"JobDescription"> | string | null
83187
83255
  is_plan_published?: BoolFilter<"JobDescription"> | boolean
83188
83256
  is_posted?: BoolFilter<"JobDescription"> | boolean
83189
83257
  summary?: JsonNullableFilter<"JobDescription">
@@ -83196,6 +83264,7 @@ export namespace Prisma {
83196
83264
  is_active?: BoolFilter<"JobDescription"> | boolean
83197
83265
  openings?: IntFilter<"JobDescription"> | number
83198
83266
  job_profile_id?: StringNullableFilter<"JobDescription"> | string | null
83267
+ rendered_jd_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
83199
83268
  job_profile?: XOR<JobProfileNullableScalarRelationFilter, JobProfileWhereInput> | null
83200
83269
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
83201
83270
  source_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
@@ -83228,6 +83297,7 @@ export namespace Prisma {
83228
83297
  recommendedQuestions?: SortOrder
83229
83298
  uploaded_job_description_path?: SortOrderInput | SortOrder
83230
83299
  source_document_id?: SortOrderInput | SortOrder
83300
+ rendered_jd_document_id?: SortOrderInput | SortOrder
83231
83301
  is_plan_published?: SortOrder
83232
83302
  is_posted?: SortOrder
83233
83303
  summary?: SortOrderInput | SortOrder
@@ -83240,6 +83310,7 @@ export namespace Prisma {
83240
83310
  is_active?: SortOrder
83241
83311
  openings?: SortOrder
83242
83312
  job_profile_id?: SortOrderInput | SortOrder
83313
+ rendered_jd_document?: DocumentOrderByWithRelationInput
83243
83314
  job_profile?: JobProfileOrderByWithRelationInput
83244
83315
  organisation?: OrganisationOrderByWithRelationInput
83245
83316
  source_document?: DocumentOrderByWithRelationInput
@@ -83266,6 +83337,7 @@ export namespace Prisma {
83266
83337
  export type JobDescriptionWhereUniqueInput = Prisma.AtLeast<{
83267
83338
  id?: string
83268
83339
  source_document_id?: string
83340
+ rendered_jd_document_id?: string
83269
83341
  AND?: JobDescriptionWhereInput | JobDescriptionWhereInput[]
83270
83342
  OR?: JobDescriptionWhereInput[]
83271
83343
  NOT?: JobDescriptionWhereInput | JobDescriptionWhereInput[]
@@ -83287,6 +83359,7 @@ export namespace Prisma {
83287
83359
  is_active?: BoolFilter<"JobDescription"> | boolean
83288
83360
  openings?: IntFilter<"JobDescription"> | number
83289
83361
  job_profile_id?: StringNullableFilter<"JobDescription"> | string | null
83362
+ rendered_jd_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
83290
83363
  job_profile?: XOR<JobProfileNullableScalarRelationFilter, JobProfileWhereInput> | null
83291
83364
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
83292
83365
  source_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
@@ -83308,7 +83381,7 @@ export namespace Prisma {
83308
83381
  job_application_template?: XOR<JobApplicationTemplateNullableScalarRelationFilter, JobApplicationTemplateWhereInput> | null
83309
83382
  conversations?: ConversationListRelationFilter
83310
83383
  communication_messages?: CommunicationMessageListRelationFilter
83311
- }, "id" | "source_document_id">
83384
+ }, "id" | "source_document_id" | "rendered_jd_document_id">
83312
83385
 
83313
83386
  export type JobDescriptionOrderByWithAggregationInput = {
83314
83387
  id?: SortOrder
@@ -83319,6 +83392,7 @@ export namespace Prisma {
83319
83392
  recommendedQuestions?: SortOrder
83320
83393
  uploaded_job_description_path?: SortOrderInput | SortOrder
83321
83394
  source_document_id?: SortOrderInput | SortOrder
83395
+ rendered_jd_document_id?: SortOrderInput | SortOrder
83322
83396
  is_plan_published?: SortOrder
83323
83397
  is_posted?: SortOrder
83324
83398
  summary?: SortOrderInput | SortOrder
@@ -83350,6 +83424,7 @@ export namespace Prisma {
83350
83424
  recommendedQuestions?: JsonNullableListFilter<"JobDescription">
83351
83425
  uploaded_job_description_path?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
83352
83426
  source_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
83427
+ rendered_jd_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
83353
83428
  is_plan_published?: BoolWithAggregatesFilter<"JobDescription"> | boolean
83354
83429
  is_posted?: BoolWithAggregatesFilter<"JobDescription"> | boolean
83355
83430
  summary?: JsonNullableWithAggregatesFilter<"JobDescription">
@@ -88099,6 +88174,7 @@ export namespace Prisma {
88099
88174
  candidate?: UserCreateNestedOneWithoutDocumentsInput
88100
88175
  resume?: ResumeCreateNestedOneWithoutDocumentInput
88101
88176
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
88177
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
88102
88178
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
88103
88179
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
88104
88180
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -88125,6 +88201,7 @@ export namespace Prisma {
88125
88201
  is_active?: boolean
88126
88202
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
88127
88203
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
88204
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
88128
88205
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
88129
88206
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
88130
88207
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -88151,6 +88228,7 @@ export namespace Prisma {
88151
88228
  candidate?: UserUpdateOneWithoutDocumentsNestedInput
88152
88229
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
88153
88230
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
88231
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
88154
88232
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
88155
88233
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
88156
88234
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -88177,6 +88255,7 @@ export namespace Prisma {
88177
88255
  is_active?: BoolFieldUpdateOperationsInput | boolean
88178
88256
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
88179
88257
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
88258
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
88180
88259
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
88181
88260
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
88182
88261
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -90001,6 +90080,7 @@ export namespace Prisma {
90001
90080
  updated_by: string
90002
90081
  is_active?: boolean
90003
90082
  openings?: number
90083
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
90004
90084
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
90005
90085
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
90006
90086
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -90033,6 +90113,7 @@ export namespace Prisma {
90033
90113
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
90034
90114
  uploaded_job_description_path?: string | null
90035
90115
  source_document_id?: string | null
90116
+ rendered_jd_document_id?: string | null
90036
90117
  is_plan_published?: boolean
90037
90118
  is_posted?: boolean
90038
90119
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -90081,6 +90162,7 @@ export namespace Prisma {
90081
90162
  updated_by?: StringFieldUpdateOperationsInput | string
90082
90163
  is_active?: BoolFieldUpdateOperationsInput | boolean
90083
90164
  openings?: IntFieldUpdateOperationsInput | number
90165
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
90084
90166
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
90085
90167
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
90086
90168
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -90113,6 +90195,7 @@ export namespace Prisma {
90113
90195
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
90114
90196
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
90115
90197
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
90198
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
90116
90199
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
90117
90200
  is_posted?: BoolFieldUpdateOperationsInput | boolean
90118
90201
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -90153,6 +90236,7 @@ export namespace Prisma {
90153
90236
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
90154
90237
  uploaded_job_description_path?: string | null
90155
90238
  source_document_id?: string | null
90239
+ rendered_jd_document_id?: string | null
90156
90240
  is_plan_published?: boolean
90157
90241
  is_posted?: boolean
90158
90242
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -90195,6 +90279,7 @@ export namespace Prisma {
90195
90279
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
90196
90280
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
90197
90281
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
90282
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
90198
90283
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
90199
90284
  is_posted?: BoolFieldUpdateOperationsInput | boolean
90200
90285
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -96244,6 +96329,7 @@ export namespace Prisma {
96244
96329
  recommendedQuestions?: SortOrder
96245
96330
  uploaded_job_description_path?: SortOrder
96246
96331
  source_document_id?: SortOrder
96332
+ rendered_jd_document_id?: SortOrder
96247
96333
  is_plan_published?: SortOrder
96248
96334
  is_posted?: SortOrder
96249
96335
  summary?: SortOrder
@@ -96269,6 +96355,7 @@ export namespace Prisma {
96269
96355
  status?: SortOrder
96270
96356
  uploaded_job_description_path?: SortOrder
96271
96357
  source_document_id?: SortOrder
96358
+ rendered_jd_document_id?: SortOrder
96272
96359
  is_plan_published?: SortOrder
96273
96360
  is_posted?: SortOrder
96274
96361
  created_at?: SortOrder
@@ -96287,6 +96374,7 @@ export namespace Prisma {
96287
96374
  status?: SortOrder
96288
96375
  uploaded_job_description_path?: SortOrder
96289
96376
  source_document_id?: SortOrder
96377
+ rendered_jd_document_id?: SortOrder
96290
96378
  is_plan_published?: SortOrder
96291
96379
  is_posted?: SortOrder
96292
96380
  created_at?: SortOrder
@@ -99507,6 +99595,12 @@ export namespace Prisma {
99507
99595
  connect?: JobDescriptionWhereUniqueInput
99508
99596
  }
99509
99597
 
99598
+ export type JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput = {
99599
+ create?: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
99600
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutRendered_jd_documentInput
99601
+ connect?: JobDescriptionWhereUniqueInput
99602
+ }
99603
+
99510
99604
  export type InterviewCreateNestedOneWithoutRecording_documentInput = {
99511
99605
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
99512
99606
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -99544,6 +99638,12 @@ export namespace Prisma {
99544
99638
  connect?: JobDescriptionWhereUniqueInput
99545
99639
  }
99546
99640
 
99641
+ export type JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput = {
99642
+ create?: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
99643
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutRendered_jd_documentInput
99644
+ connect?: JobDescriptionWhereUniqueInput
99645
+ }
99646
+
99547
99647
  export type InterviewUncheckedCreateNestedOneWithoutRecording_documentInput = {
99548
99648
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
99549
99649
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -99617,6 +99717,16 @@ export namespace Prisma {
99617
99717
  update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutSource_documentInput, JobDescriptionUpdateWithoutSource_documentInput>, JobDescriptionUncheckedUpdateWithoutSource_documentInput>
99618
99718
  }
99619
99719
 
99720
+ export type JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput = {
99721
+ create?: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
99722
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutRendered_jd_documentInput
99723
+ upsert?: JobDescriptionUpsertWithoutRendered_jd_documentInput
99724
+ disconnect?: JobDescriptionWhereInput | boolean
99725
+ delete?: JobDescriptionWhereInput | boolean
99726
+ connect?: JobDescriptionWhereUniqueInput
99727
+ update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput, JobDescriptionUpdateWithoutRendered_jd_documentInput>, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
99728
+ }
99729
+
99620
99730
  export type InterviewUpdateOneWithoutRecording_documentNestedInput = {
99621
99731
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
99622
99732
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -99681,6 +99791,16 @@ export namespace Prisma {
99681
99791
  update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutSource_documentInput, JobDescriptionUpdateWithoutSource_documentInput>, JobDescriptionUncheckedUpdateWithoutSource_documentInput>
99682
99792
  }
99683
99793
 
99794
+ export type JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput = {
99795
+ create?: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
99796
+ connectOrCreate?: JobDescriptionCreateOrConnectWithoutRendered_jd_documentInput
99797
+ upsert?: JobDescriptionUpsertWithoutRendered_jd_documentInput
99798
+ disconnect?: JobDescriptionWhereInput | boolean
99799
+ delete?: JobDescriptionWhereInput | boolean
99800
+ connect?: JobDescriptionWhereUniqueInput
99801
+ update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput, JobDescriptionUpdateWithoutRendered_jd_documentInput>, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
99802
+ }
99803
+
99684
99804
  export type InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput = {
99685
99805
  create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
99686
99806
  connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
@@ -100928,6 +101048,12 @@ export namespace Prisma {
100928
101048
  set: InputJsonValue[]
100929
101049
  }
100930
101050
 
101051
+ export type DocumentCreateNestedOneWithoutJob_description_renderedInput = {
101052
+ create?: XOR<DocumentCreateWithoutJob_description_renderedInput, DocumentUncheckedCreateWithoutJob_description_renderedInput>
101053
+ connectOrCreate?: DocumentCreateOrConnectWithoutJob_description_renderedInput
101054
+ connect?: DocumentWhereUniqueInput
101055
+ }
101056
+
100931
101057
  export type JobProfileCreateNestedOneWithoutJob_descriptionsInput = {
100932
101058
  create?: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
100933
101059
  connectOrCreate?: JobProfileCreateOrConnectWithoutJob_descriptionsInput
@@ -101198,6 +101324,16 @@ export namespace Prisma {
101198
101324
  push?: InputJsonValue | InputJsonValue[]
101199
101325
  }
101200
101326
 
101327
+ export type DocumentUpdateOneWithoutJob_description_renderedNestedInput = {
101328
+ create?: XOR<DocumentCreateWithoutJob_description_renderedInput, DocumentUncheckedCreateWithoutJob_description_renderedInput>
101329
+ connectOrCreate?: DocumentCreateOrConnectWithoutJob_description_renderedInput
101330
+ upsert?: DocumentUpsertWithoutJob_description_renderedInput
101331
+ disconnect?: DocumentWhereInput | boolean
101332
+ delete?: DocumentWhereInput | boolean
101333
+ connect?: DocumentWhereUniqueInput
101334
+ update?: XOR<XOR<DocumentUpdateToOneWithWhereWithoutJob_description_renderedInput, DocumentUpdateWithoutJob_description_renderedInput>, DocumentUncheckedUpdateWithoutJob_description_renderedInput>
101335
+ }
101336
+
101201
101337
  export type JobProfileUpdateOneWithoutJob_descriptionsNestedInput = {
101202
101338
  create?: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
101203
101339
  connectOrCreate?: JobProfileCreateOrConnectWithoutJob_descriptionsInput
@@ -108621,6 +108757,7 @@ export namespace Prisma {
108621
108757
  updated_by: string
108622
108758
  is_active?: boolean
108623
108759
  openings?: number
108760
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
108624
108761
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
108625
108762
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
108626
108763
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -108652,6 +108789,7 @@ export namespace Prisma {
108652
108789
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
108653
108790
  uploaded_job_description_path?: string | null
108654
108791
  source_document_id?: string | null
108792
+ rendered_jd_document_id?: string | null
108655
108793
  is_plan_published?: boolean
108656
108794
  is_posted?: boolean
108657
108795
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -109666,6 +109804,7 @@ export namespace Prisma {
109666
109804
  updated_by?: StringFieldUpdateOperationsInput | string
109667
109805
  is_active?: BoolFieldUpdateOperationsInput | boolean
109668
109806
  openings?: IntFieldUpdateOperationsInput | number
109807
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
109669
109808
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
109670
109809
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
109671
109810
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -109697,6 +109836,7 @@ export namespace Prisma {
109697
109836
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
109698
109837
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
109699
109838
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
109839
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
109700
109840
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
109701
109841
  is_posted?: BoolFieldUpdateOperationsInput | boolean
109702
109842
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -110181,6 +110321,7 @@ export namespace Prisma {
110181
110321
  updated_by: string
110182
110322
  is_active?: boolean
110183
110323
  openings?: number
110324
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
110184
110325
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
110185
110326
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
110186
110327
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -110212,6 +110353,7 @@ export namespace Prisma {
110212
110353
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
110213
110354
  uploaded_job_description_path?: string | null
110214
110355
  source_document_id?: string | null
110356
+ rendered_jd_document_id?: string | null
110215
110357
  is_plan_published?: boolean
110216
110358
  is_posted?: boolean
110217
110359
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -110519,6 +110661,7 @@ export namespace Prisma {
110519
110661
  updated_by?: StringFieldUpdateOperationsInput | string
110520
110662
  is_active?: BoolFieldUpdateOperationsInput | boolean
110521
110663
  openings?: IntFieldUpdateOperationsInput | number
110664
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
110522
110665
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
110523
110666
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
110524
110667
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -110550,6 +110693,7 @@ export namespace Prisma {
110550
110693
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
110551
110694
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
110552
110695
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
110696
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
110553
110697
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
110554
110698
  is_posted?: BoolFieldUpdateOperationsInput | boolean
110555
110699
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -113441,6 +113585,7 @@ export namespace Prisma {
113441
113585
  updated_by: string
113442
113586
  is_active?: boolean
113443
113587
  openings?: number
113588
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
113444
113589
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
113445
113590
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
113446
113591
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -113472,6 +113617,7 @@ export namespace Prisma {
113472
113617
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
113473
113618
  uploaded_job_description_path?: string | null
113474
113619
  source_document_id?: string | null
113620
+ rendered_jd_document_id?: string | null
113475
113621
  is_plan_published?: boolean
113476
113622
  is_posted?: boolean
113477
113623
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -113679,6 +113825,7 @@ export namespace Prisma {
113679
113825
  candidate?: UserCreateNestedOneWithoutDocumentsInput
113680
113826
  resume?: ResumeCreateNestedOneWithoutDocumentInput
113681
113827
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
113828
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
113682
113829
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
113683
113830
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
113684
113831
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -113704,6 +113851,7 @@ export namespace Prisma {
113704
113851
  is_active?: boolean
113705
113852
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
113706
113853
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
113854
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
113707
113855
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
113708
113856
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
113709
113857
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -113734,6 +113882,7 @@ export namespace Prisma {
113734
113882
  candidate?: UserCreateNestedOneWithoutDocumentsInput
113735
113883
  resume?: ResumeCreateNestedOneWithoutDocumentInput
113736
113884
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
113885
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
113737
113886
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
113738
113887
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
113739
113888
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -113759,6 +113908,7 @@ export namespace Prisma {
113759
113908
  is_active?: boolean
113760
113909
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
113761
113910
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
113911
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
113762
113912
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
113763
113913
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
113764
113914
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -114247,6 +114397,7 @@ export namespace Prisma {
114247
114397
  updated_by?: StringFieldUpdateOperationsInput | string
114248
114398
  is_active?: BoolFieldUpdateOperationsInput | boolean
114249
114399
  openings?: IntFieldUpdateOperationsInput | number
114400
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
114250
114401
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
114251
114402
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
114252
114403
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -114278,6 +114429,7 @@ export namespace Prisma {
114278
114429
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
114279
114430
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
114280
114431
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
114432
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
114281
114433
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
114282
114434
  is_posted?: BoolFieldUpdateOperationsInput | boolean
114283
114435
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -114503,6 +114655,7 @@ export namespace Prisma {
114503
114655
  candidate?: UserUpdateOneWithoutDocumentsNestedInput
114504
114656
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
114505
114657
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
114658
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
114506
114659
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
114507
114660
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
114508
114661
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -114528,6 +114681,7 @@ export namespace Prisma {
114528
114681
  is_active?: BoolFieldUpdateOperationsInput | boolean
114529
114682
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
114530
114683
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
114684
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
114531
114685
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
114532
114686
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
114533
114687
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -114564,6 +114718,7 @@ export namespace Prisma {
114564
114718
  candidate?: UserUpdateOneWithoutDocumentsNestedInput
114565
114719
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
114566
114720
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
114721
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
114567
114722
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
114568
114723
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
114569
114724
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -114589,6 +114744,7 @@ export namespace Prisma {
114589
114744
  is_active?: BoolFieldUpdateOperationsInput | boolean
114590
114745
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
114591
114746
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
114747
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
114592
114748
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
114593
114749
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
114594
114750
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -114706,6 +114862,7 @@ export namespace Prisma {
114706
114862
  updated_by: string
114707
114863
  is_active?: boolean
114708
114864
  openings?: number
114865
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
114709
114866
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
114710
114867
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
114711
114868
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -114737,6 +114894,7 @@ export namespace Prisma {
114737
114894
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
114738
114895
  uploaded_job_description_path?: string | null
114739
114896
  source_document_id?: string | null
114897
+ rendered_jd_document_id?: string | null
114740
114898
  is_plan_published?: boolean
114741
114899
  is_posted?: boolean
114742
114900
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -115031,6 +115189,7 @@ export namespace Prisma {
115031
115189
  updated_by?: StringFieldUpdateOperationsInput | string
115032
115190
  is_active?: BoolFieldUpdateOperationsInput | boolean
115033
115191
  openings?: IntFieldUpdateOperationsInput | number
115192
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
115034
115193
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
115035
115194
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
115036
115195
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -115062,6 +115221,7 @@ export namespace Prisma {
115062
115221
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
115063
115222
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
115064
115223
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
115224
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
115065
115225
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
115066
115226
  is_posted?: BoolFieldUpdateOperationsInput | boolean
115067
115227
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -115445,6 +115605,7 @@ export namespace Prisma {
115445
115605
  updated_by: string
115446
115606
  is_active?: boolean
115447
115607
  openings?: number
115608
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
115448
115609
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
115449
115610
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
115450
115611
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -115476,6 +115637,7 @@ export namespace Prisma {
115476
115637
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
115477
115638
  uploaded_job_description_path?: string | null
115478
115639
  source_document_id?: string | null
115640
+ rendered_jd_document_id?: string | null
115479
115641
  is_plan_published?: boolean
115480
115642
  is_posted?: boolean
115481
115643
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -115539,6 +115701,7 @@ export namespace Prisma {
115539
115701
  updated_by?: StringFieldUpdateOperationsInput | string
115540
115702
  is_active?: BoolFieldUpdateOperationsInput | boolean
115541
115703
  openings?: IntFieldUpdateOperationsInput | number
115704
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
115542
115705
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
115543
115706
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
115544
115707
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -115570,6 +115733,7 @@ export namespace Prisma {
115570
115733
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
115571
115734
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
115572
115735
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
115736
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
115573
115737
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
115574
115738
  is_posted?: BoolFieldUpdateOperationsInput | boolean
115575
115739
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -116882,6 +117046,7 @@ export namespace Prisma {
116882
117046
  updated_by: string
116883
117047
  is_active?: boolean
116884
117048
  openings?: number
117049
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
116885
117050
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
116886
117051
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
116887
117052
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -116913,6 +117078,7 @@ export namespace Prisma {
116913
117078
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
116914
117079
  uploaded_job_description_path?: string | null
116915
117080
  source_document_id?: string | null
117081
+ rendered_jd_document_id?: string | null
116916
117082
  is_plan_published?: boolean
116917
117083
  is_posted?: boolean
116918
117084
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -117261,6 +117427,7 @@ export namespace Prisma {
117261
117427
  updated_by?: StringFieldUpdateOperationsInput | string
117262
117428
  is_active?: BoolFieldUpdateOperationsInput | boolean
117263
117429
  openings?: IntFieldUpdateOperationsInput | number
117430
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
117264
117431
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
117265
117432
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
117266
117433
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -117292,6 +117459,7 @@ export namespace Prisma {
117292
117459
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
117293
117460
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
117294
117461
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
117462
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
117295
117463
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
117296
117464
  is_posted?: BoolFieldUpdateOperationsInput | boolean
117297
117465
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -117609,6 +117777,7 @@ export namespace Prisma {
117609
117777
  updated_by: string
117610
117778
  is_active?: boolean
117611
117779
  openings?: number
117780
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
117612
117781
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
117613
117782
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
117614
117783
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -117640,6 +117809,7 @@ export namespace Prisma {
117640
117809
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
117641
117810
  uploaded_job_description_path?: string | null
117642
117811
  source_document_id?: string | null
117812
+ rendered_jd_document_id?: string | null
117643
117813
  is_plan_published?: boolean
117644
117814
  is_posted?: boolean
117645
117815
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -117981,6 +118151,7 @@ export namespace Prisma {
117981
118151
  updated_by?: StringFieldUpdateOperationsInput | string
117982
118152
  is_active?: BoolFieldUpdateOperationsInput | boolean
117983
118153
  openings?: IntFieldUpdateOperationsInput | number
118154
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
117984
118155
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
117985
118156
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
117986
118157
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -118012,6 +118183,7 @@ export namespace Prisma {
118012
118183
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
118013
118184
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
118014
118185
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
118186
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
118015
118187
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
118016
118188
  is_posted?: BoolFieldUpdateOperationsInput | boolean
118017
118189
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -118354,6 +118526,7 @@ export namespace Prisma {
118354
118526
  updated_by: string
118355
118527
  is_active?: boolean
118356
118528
  openings?: number
118529
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
118357
118530
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
118358
118531
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
118359
118532
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -118384,6 +118557,7 @@ export namespace Prisma {
118384
118557
  screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
118385
118558
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
118386
118559
  uploaded_job_description_path?: string | null
118560
+ rendered_jd_document_id?: string | null
118387
118561
  is_plan_published?: boolean
118388
118562
  is_posted?: boolean
118389
118563
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -118420,6 +118594,91 @@ export namespace Prisma {
118420
118594
  create: XOR<JobDescriptionCreateWithoutSource_documentInput, JobDescriptionUncheckedCreateWithoutSource_documentInput>
118421
118595
  }
118422
118596
 
118597
+ export type JobDescriptionCreateWithoutRendered_jd_documentInput = {
118598
+ id?: string
118599
+ status?: $Enums.JobDescriptionStatus
118600
+ screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
118601
+ recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
118602
+ uploaded_job_description_path?: string | null
118603
+ is_plan_published?: boolean
118604
+ is_posted?: boolean
118605
+ summary?: NullableJsonNullValueInput | InputJsonValue
118606
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
118607
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
118608
+ created_at?: Date | string
118609
+ updated_at?: Date | string
118610
+ created_by: string
118611
+ updated_by: string
118612
+ is_active?: boolean
118613
+ openings?: number
118614
+ job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
118615
+ organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
118616
+ source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
118617
+ applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
118618
+ interviews?: InterviewCreateNestedManyWithoutJob_descriptionInput
118619
+ assignments?: AssignmentCreateNestedManyWithoutJob_descriptionInput
118620
+ fit_check?: FitCheckCreateNestedManyWithoutJob_descriptionInput
118621
+ job_description_data?: JobDescriptionDataCreateNestedManyWithoutJobDescriptionInput
118622
+ evaluationPlan?: EvaluationPlanCreateNestedManyWithoutJobDescriptionInput
118623
+ ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutJobDescriptionInput
118624
+ assignment_library?: AssignmentLibraryCreateNestedManyWithoutJobDescriptionInput
118625
+ approvals?: ApprovalCreateNestedManyWithoutJob_descriptionInput
118626
+ resumes?: ResumeCreateNestedManyWithoutJob_descriptionInput
118627
+ budget?: BudgetCreateNestedOneWithoutJob_descriptionInput
118628
+ hiring_manager?: UserCreateNestedOneWithoutHiring_manager_job_descriptionsInput
118629
+ recruiters?: UserCreateNestedManyWithoutJob_descriptionInput
118630
+ transcripts?: TranscriptCreateNestedManyWithoutJob_descriptionInput
118631
+ integration_job_syncs?: IntegrationJobSyncCreateNestedManyWithoutJob_descriptionInput
118632
+ job_application_template?: JobApplicationTemplateCreateNestedOneWithoutJob_descriptionInput
118633
+ conversations?: ConversationCreateNestedManyWithoutJob_descriptionInput
118634
+ communication_messages?: CommunicationMessageCreateNestedManyWithoutJob_descriptionInput
118635
+ }
118636
+
118637
+ export type JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput = {
118638
+ id?: string
118639
+ organisation_id: string
118640
+ hiring_manager_id?: string | null
118641
+ status?: $Enums.JobDescriptionStatus
118642
+ screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
118643
+ recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
118644
+ uploaded_job_description_path?: string | null
118645
+ source_document_id?: string | null
118646
+ is_plan_published?: boolean
118647
+ is_posted?: boolean
118648
+ summary?: NullableJsonNullValueInput | InputJsonValue
118649
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
118650
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
118651
+ created_at?: Date | string
118652
+ updated_at?: Date | string
118653
+ created_by: string
118654
+ updated_by: string
118655
+ is_active?: boolean
118656
+ openings?: number
118657
+ job_profile_id?: string | null
118658
+ applications?: ApplicationUncheckedCreateNestedManyWithoutJob_descriptionInput
118659
+ interviews?: InterviewUncheckedCreateNestedManyWithoutJob_descriptionInput
118660
+ assignments?: AssignmentUncheckedCreateNestedManyWithoutJob_descriptionInput
118661
+ fit_check?: FitCheckUncheckedCreateNestedManyWithoutJob_descriptionInput
118662
+ job_description_data?: JobDescriptionDataUncheckedCreateNestedManyWithoutJobDescriptionInput
118663
+ evaluationPlan?: EvaluationPlanUncheckedCreateNestedManyWithoutJobDescriptionInput
118664
+ ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutJobDescriptionInput
118665
+ assignment_library?: AssignmentLibraryUncheckedCreateNestedManyWithoutJobDescriptionInput
118666
+ approvals?: ApprovalUncheckedCreateNestedManyWithoutJob_descriptionInput
118667
+ resumes?: ResumeUncheckedCreateNestedManyWithoutJob_descriptionInput
118668
+ budget?: BudgetUncheckedCreateNestedOneWithoutJob_descriptionInput
118669
+ recruiters?: UserUncheckedCreateNestedManyWithoutJob_descriptionInput
118670
+ transcripts?: TranscriptUncheckedCreateNestedManyWithoutJob_descriptionInput
118671
+ integration_job_syncs?: IntegrationJobSyncUncheckedCreateNestedManyWithoutJob_descriptionInput
118672
+ job_application_template?: JobApplicationTemplateUncheckedCreateNestedOneWithoutJob_descriptionInput
118673
+ conversations?: ConversationUncheckedCreateNestedManyWithoutJob_descriptionInput
118674
+ communication_messages?: CommunicationMessageUncheckedCreateNestedManyWithoutJob_descriptionInput
118675
+ }
118676
+
118677
+ export type JobDescriptionCreateOrConnectWithoutRendered_jd_documentInput = {
118678
+ where: JobDescriptionWhereUniqueInput
118679
+ create: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
118680
+ }
118681
+
118423
118682
  export type InterviewCreateWithoutRecording_documentInput = {
118424
118683
  id?: string
118425
118684
  calendar_event_id?: string | null
@@ -119034,6 +119293,7 @@ export namespace Prisma {
119034
119293
  updated_by?: StringFieldUpdateOperationsInput | string
119035
119294
  is_active?: BoolFieldUpdateOperationsInput | boolean
119036
119295
  openings?: IntFieldUpdateOperationsInput | number
119296
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
119037
119297
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
119038
119298
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
119039
119299
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -119064,6 +119324,98 @@ export namespace Prisma {
119064
119324
  screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
119065
119325
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
119066
119326
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
119327
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
119328
+ is_plan_published?: BoolFieldUpdateOperationsInput | boolean
119329
+ is_posted?: BoolFieldUpdateOperationsInput | boolean
119330
+ summary?: NullableJsonNullValueInput | InputJsonValue
119331
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
119332
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
119333
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
119334
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
119335
+ created_by?: StringFieldUpdateOperationsInput | string
119336
+ updated_by?: StringFieldUpdateOperationsInput | string
119337
+ is_active?: BoolFieldUpdateOperationsInput | boolean
119338
+ openings?: IntFieldUpdateOperationsInput | number
119339
+ job_profile_id?: NullableStringFieldUpdateOperationsInput | string | null
119340
+ applications?: ApplicationUncheckedUpdateManyWithoutJob_descriptionNestedInput
119341
+ interviews?: InterviewUncheckedUpdateManyWithoutJob_descriptionNestedInput
119342
+ assignments?: AssignmentUncheckedUpdateManyWithoutJob_descriptionNestedInput
119343
+ fit_check?: FitCheckUncheckedUpdateManyWithoutJob_descriptionNestedInput
119344
+ job_description_data?: JobDescriptionDataUncheckedUpdateManyWithoutJobDescriptionNestedInput
119345
+ evaluationPlan?: EvaluationPlanUncheckedUpdateManyWithoutJobDescriptionNestedInput
119346
+ ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutJobDescriptionNestedInput
119347
+ assignment_library?: AssignmentLibraryUncheckedUpdateManyWithoutJobDescriptionNestedInput
119348
+ approvals?: ApprovalUncheckedUpdateManyWithoutJob_descriptionNestedInput
119349
+ resumes?: ResumeUncheckedUpdateManyWithoutJob_descriptionNestedInput
119350
+ budget?: BudgetUncheckedUpdateOneWithoutJob_descriptionNestedInput
119351
+ recruiters?: UserUncheckedUpdateManyWithoutJob_descriptionNestedInput
119352
+ transcripts?: TranscriptUncheckedUpdateManyWithoutJob_descriptionNestedInput
119353
+ integration_job_syncs?: IntegrationJobSyncUncheckedUpdateManyWithoutJob_descriptionNestedInput
119354
+ job_application_template?: JobApplicationTemplateUncheckedUpdateOneWithoutJob_descriptionNestedInput
119355
+ conversations?: ConversationUncheckedUpdateManyWithoutJob_descriptionNestedInput
119356
+ communication_messages?: CommunicationMessageUncheckedUpdateManyWithoutJob_descriptionNestedInput
119357
+ }
119358
+
119359
+ export type JobDescriptionUpsertWithoutRendered_jd_documentInput = {
119360
+ update: XOR<JobDescriptionUpdateWithoutRendered_jd_documentInput, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
119361
+ create: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
119362
+ where?: JobDescriptionWhereInput
119363
+ }
119364
+
119365
+ export type JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput = {
119366
+ where?: JobDescriptionWhereInput
119367
+ data: XOR<JobDescriptionUpdateWithoutRendered_jd_documentInput, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
119368
+ }
119369
+
119370
+ export type JobDescriptionUpdateWithoutRendered_jd_documentInput = {
119371
+ id?: StringFieldUpdateOperationsInput | string
119372
+ status?: EnumJobDescriptionStatusFieldUpdateOperationsInput | $Enums.JobDescriptionStatus
119373
+ screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
119374
+ recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
119375
+ uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
119376
+ is_plan_published?: BoolFieldUpdateOperationsInput | boolean
119377
+ is_posted?: BoolFieldUpdateOperationsInput | boolean
119378
+ summary?: NullableJsonNullValueInput | InputJsonValue
119379
+ ai_insight?: NullableJsonNullValueInput | InputJsonValue
119380
+ job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
119381
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
119382
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
119383
+ created_by?: StringFieldUpdateOperationsInput | string
119384
+ updated_by?: StringFieldUpdateOperationsInput | string
119385
+ is_active?: BoolFieldUpdateOperationsInput | boolean
119386
+ openings?: IntFieldUpdateOperationsInput | number
119387
+ job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
119388
+ organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
119389
+ source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
119390
+ applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
119391
+ interviews?: InterviewUpdateManyWithoutJob_descriptionNestedInput
119392
+ assignments?: AssignmentUpdateManyWithoutJob_descriptionNestedInput
119393
+ fit_check?: FitCheckUpdateManyWithoutJob_descriptionNestedInput
119394
+ job_description_data?: JobDescriptionDataUpdateManyWithoutJobDescriptionNestedInput
119395
+ evaluationPlan?: EvaluationPlanUpdateManyWithoutJobDescriptionNestedInput
119396
+ ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutJobDescriptionNestedInput
119397
+ assignment_library?: AssignmentLibraryUpdateManyWithoutJobDescriptionNestedInput
119398
+ approvals?: ApprovalUpdateManyWithoutJob_descriptionNestedInput
119399
+ resumes?: ResumeUpdateManyWithoutJob_descriptionNestedInput
119400
+ budget?: BudgetUpdateOneWithoutJob_descriptionNestedInput
119401
+ hiring_manager?: UserUpdateOneWithoutHiring_manager_job_descriptionsNestedInput
119402
+ recruiters?: UserUpdateManyWithoutJob_descriptionNestedInput
119403
+ transcripts?: TranscriptUpdateManyWithoutJob_descriptionNestedInput
119404
+ integration_job_syncs?: IntegrationJobSyncUpdateManyWithoutJob_descriptionNestedInput
119405
+ job_application_template?: JobApplicationTemplateUpdateOneWithoutJob_descriptionNestedInput
119406
+ conversations?: ConversationUpdateManyWithoutJob_descriptionNestedInput
119407
+ communication_messages?: CommunicationMessageUpdateManyWithoutJob_descriptionNestedInput
119408
+ }
119409
+
119410
+ export type JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput = {
119411
+ id?: StringFieldUpdateOperationsInput | string
119412
+ organisation_id?: StringFieldUpdateOperationsInput | string
119413
+ hiring_manager_id?: NullableStringFieldUpdateOperationsInput | string | null
119414
+ status?: EnumJobDescriptionStatusFieldUpdateOperationsInput | $Enums.JobDescriptionStatus
119415
+ screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
119416
+ recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
119417
+ uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
119418
+ source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
119067
119419
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
119068
119420
  is_posted?: BoolFieldUpdateOperationsInput | boolean
119069
119421
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -119369,6 +119721,7 @@ export namespace Prisma {
119369
119721
  updated_by: string
119370
119722
  is_active?: boolean
119371
119723
  openings?: number
119724
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
119372
119725
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
119373
119726
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
119374
119727
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -119400,6 +119753,7 @@ export namespace Prisma {
119400
119753
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
119401
119754
  uploaded_job_description_path?: string | null
119402
119755
  source_document_id?: string | null
119756
+ rendered_jd_document_id?: string | null
119403
119757
  is_plan_published?: boolean
119404
119758
  is_posted?: boolean
119405
119759
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -119861,6 +120215,7 @@ export namespace Prisma {
119861
120215
  updated_by?: StringFieldUpdateOperationsInput | string
119862
120216
  is_active?: BoolFieldUpdateOperationsInput | boolean
119863
120217
  openings?: IntFieldUpdateOperationsInput | number
120218
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
119864
120219
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
119865
120220
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
119866
120221
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -119892,6 +120247,7 @@ export namespace Prisma {
119892
120247
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
119893
120248
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
119894
120249
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
120250
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
119895
120251
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
119896
120252
  is_posted?: BoolFieldUpdateOperationsInput | boolean
119897
120253
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -120642,6 +120998,7 @@ export namespace Prisma {
120642
120998
  updated_by: string
120643
120999
  is_active?: boolean
120644
121000
  openings?: number
121001
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
120645
121002
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
120646
121003
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
120647
121004
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -120673,6 +121030,7 @@ export namespace Prisma {
120673
121030
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
120674
121031
  uploaded_job_description_path?: string | null
120675
121032
  source_document_id?: string | null
121033
+ rendered_jd_document_id?: string | null
120676
121034
  is_plan_published?: boolean
120677
121035
  is_posted?: boolean
120678
121036
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -121122,6 +121480,7 @@ export namespace Prisma {
121122
121480
  updated_by?: StringFieldUpdateOperationsInput | string
121123
121481
  is_active?: BoolFieldUpdateOperationsInput | boolean
121124
121482
  openings?: IntFieldUpdateOperationsInput | number
121483
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
121125
121484
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
121126
121485
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
121127
121486
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -121153,6 +121512,7 @@ export namespace Prisma {
121153
121512
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
121154
121513
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
121155
121514
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
121515
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
121156
121516
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
121157
121517
  is_posted?: BoolFieldUpdateOperationsInput | boolean
121158
121518
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -121779,6 +122139,7 @@ export namespace Prisma {
121779
122139
  updated_by: string
121780
122140
  is_active?: boolean
121781
122141
  openings?: number
122142
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
121782
122143
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
121783
122144
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
121784
122145
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -121810,6 +122171,7 @@ export namespace Prisma {
121810
122171
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
121811
122172
  uploaded_job_description_path?: string | null
121812
122173
  source_document_id?: string | null
122174
+ rendered_jd_document_id?: string | null
121813
122175
  is_plan_published?: boolean
121814
122176
  is_posted?: boolean
121815
122177
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -121873,6 +122235,7 @@ export namespace Prisma {
121873
122235
  updated_by?: StringFieldUpdateOperationsInput | string
121874
122236
  is_active?: BoolFieldUpdateOperationsInput | boolean
121875
122237
  openings?: IntFieldUpdateOperationsInput | number
122238
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
121876
122239
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
121877
122240
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
121878
122241
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -121904,6 +122267,7 @@ export namespace Prisma {
121904
122267
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
121905
122268
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
121906
122269
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
122270
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
121907
122271
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
121908
122272
  is_posted?: BoolFieldUpdateOperationsInput | boolean
121909
122273
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -122543,6 +122907,7 @@ export namespace Prisma {
122543
122907
  candidate?: UserCreateNestedOneWithoutDocumentsInput
122544
122908
  resume?: ResumeCreateNestedOneWithoutDocumentInput
122545
122909
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
122910
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
122546
122911
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
122547
122912
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
122548
122913
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -122568,6 +122933,7 @@ export namespace Prisma {
122568
122933
  is_active?: boolean
122569
122934
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
122570
122935
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
122936
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
122571
122937
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
122572
122938
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
122573
122939
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -122595,6 +122961,7 @@ export namespace Prisma {
122595
122961
  updated_by: string
122596
122962
  is_active?: boolean
122597
122963
  openings?: number
122964
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
122598
122965
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
122599
122966
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
122600
122967
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -122626,6 +122993,7 @@ export namespace Prisma {
122626
122993
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
122627
122994
  uploaded_job_description_path?: string | null
122628
122995
  source_document_id?: string | null
122996
+ rendered_jd_document_id?: string | null
122629
122997
  is_plan_published?: boolean
122630
122998
  is_posted?: boolean
122631
122999
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -123594,6 +123962,7 @@ export namespace Prisma {
123594
123962
  candidate?: UserUpdateOneWithoutDocumentsNestedInput
123595
123963
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
123596
123964
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
123965
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
123597
123966
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
123598
123967
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
123599
123968
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -123619,6 +123988,7 @@ export namespace Prisma {
123619
123988
  is_active?: BoolFieldUpdateOperationsInput | boolean
123620
123989
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
123621
123990
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
123991
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
123622
123992
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
123623
123993
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
123624
123994
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -123652,6 +124022,7 @@ export namespace Prisma {
123652
124022
  updated_by?: StringFieldUpdateOperationsInput | string
123653
124023
  is_active?: BoolFieldUpdateOperationsInput | boolean
123654
124024
  openings?: IntFieldUpdateOperationsInput | number
124025
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
123655
124026
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
123656
124027
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
123657
124028
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -123683,6 +124054,7 @@ export namespace Prisma {
123683
124054
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
123684
124055
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
123685
124056
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
124057
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
123686
124058
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
123687
124059
  is_posted?: BoolFieldUpdateOperationsInput | boolean
123688
124060
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -124916,6 +125288,7 @@ export namespace Prisma {
124916
125288
  candidate?: UserCreateNestedOneWithoutDocumentsInput
124917
125289
  resume?: ResumeCreateNestedOneWithoutDocumentInput
124918
125290
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
125291
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
124919
125292
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
124920
125293
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
124921
125294
  assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
@@ -124941,6 +125314,7 @@ export namespace Prisma {
124941
125314
  is_active?: boolean
124942
125315
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
124943
125316
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
125317
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
124944
125318
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
124945
125319
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
124946
125320
  assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
@@ -125106,6 +125480,7 @@ export namespace Prisma {
125106
125480
  candidate?: UserUpdateOneWithoutDocumentsNestedInput
125107
125481
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
125108
125482
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
125483
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
125109
125484
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
125110
125485
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
125111
125486
  assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
@@ -125131,6 +125506,7 @@ export namespace Prisma {
125131
125506
  is_active?: BoolFieldUpdateOperationsInput | boolean
125132
125507
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
125133
125508
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
125509
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
125134
125510
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
125135
125511
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
125136
125512
  assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
@@ -125248,6 +125624,7 @@ export namespace Prisma {
125248
125624
  updated_by: string
125249
125625
  is_active?: boolean
125250
125626
  openings?: number
125627
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
125251
125628
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
125252
125629
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
125253
125630
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -125279,6 +125656,7 @@ export namespace Prisma {
125279
125656
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
125280
125657
  uploaded_job_description_path?: string | null
125281
125658
  source_document_id?: string | null
125659
+ rendered_jd_document_id?: string | null
125282
125660
  is_plan_published?: boolean
125283
125661
  is_posted?: boolean
125284
125662
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -125487,6 +125865,7 @@ export namespace Prisma {
125487
125865
  updated_by?: StringFieldUpdateOperationsInput | string
125488
125866
  is_active?: BoolFieldUpdateOperationsInput | boolean
125489
125867
  openings?: IntFieldUpdateOperationsInput | number
125868
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
125490
125869
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
125491
125870
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
125492
125871
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -125518,6 +125897,7 @@ export namespace Prisma {
125518
125897
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
125519
125898
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
125520
125899
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
125900
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
125521
125901
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
125522
125902
  is_posted?: BoolFieldUpdateOperationsInput | boolean
125523
125903
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -125584,6 +125964,63 @@ export namespace Prisma {
125584
125964
  updated_at?: DateTimeFilter<"JobApplicationField"> | Date | string
125585
125965
  }
125586
125966
 
125967
+ export type DocumentCreateWithoutJob_description_renderedInput = {
125968
+ id?: string
125969
+ original_file_name: string
125970
+ stored_file_name: string
125971
+ file_extension?: string | null
125972
+ s3_bucket?: string | null
125973
+ s3_key?: string | null
125974
+ mime_type?: string | null
125975
+ file_size?: bigint | number | null
125976
+ file_hash?: string | null
125977
+ metadata?: NullableJsonNullValueInput | InputJsonValue
125978
+ created_at?: Date | string
125979
+ updated_at?: Date | string
125980
+ created_by: string
125981
+ updated_by: string
125982
+ is_active?: boolean
125983
+ organisation?: OrganisationCreateNestedOneWithoutDocumentsInput
125984
+ candidate?: UserCreateNestedOneWithoutDocumentsInput
125985
+ resume?: ResumeCreateNestedOneWithoutDocumentInput
125986
+ job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
125987
+ interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
125988
+ job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
125989
+ assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
125990
+ assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
125991
+ }
125992
+
125993
+ export type DocumentUncheckedCreateWithoutJob_description_renderedInput = {
125994
+ id?: string
125995
+ organisation_id?: string | null
125996
+ candidate_id?: string | null
125997
+ original_file_name: string
125998
+ stored_file_name: string
125999
+ file_extension?: string | null
126000
+ s3_bucket?: string | null
126001
+ s3_key?: string | null
126002
+ mime_type?: string | null
126003
+ file_size?: bigint | number | null
126004
+ file_hash?: string | null
126005
+ metadata?: NullableJsonNullValueInput | InputJsonValue
126006
+ created_at?: Date | string
126007
+ updated_at?: Date | string
126008
+ created_by: string
126009
+ updated_by: string
126010
+ is_active?: boolean
126011
+ resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
126012
+ job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
126013
+ interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
126014
+ job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
126015
+ assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
126016
+ assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
126017
+ }
126018
+
126019
+ export type DocumentCreateOrConnectWithoutJob_description_renderedInput = {
126020
+ where: DocumentWhereUniqueInput
126021
+ create: XOR<DocumentCreateWithoutJob_description_renderedInput, DocumentUncheckedCreateWithoutJob_description_renderedInput>
126022
+ }
126023
+
125587
126024
  export type JobProfileCreateWithoutJob_descriptionsInput = {
125588
126025
  id?: string
125589
126026
  status?: $Enums.JobProfileStatus
@@ -125759,6 +126196,7 @@ export namespace Prisma {
125759
126196
  organisation?: OrganisationCreateNestedOneWithoutDocumentsInput
125760
126197
  candidate?: UserCreateNestedOneWithoutDocumentsInput
125761
126198
  resume?: ResumeCreateNestedOneWithoutDocumentInput
126199
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
125762
126200
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
125763
126201
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
125764
126202
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -125784,6 +126222,7 @@ export namespace Prisma {
125784
126222
  updated_by: string
125785
126223
  is_active?: boolean
125786
126224
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
126225
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
125787
126226
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
125788
126227
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
125789
126228
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -127015,6 +127454,69 @@ export namespace Prisma {
127015
127454
  skipDuplicates?: boolean
127016
127455
  }
127017
127456
 
127457
+ export type DocumentUpsertWithoutJob_description_renderedInput = {
127458
+ update: XOR<DocumentUpdateWithoutJob_description_renderedInput, DocumentUncheckedUpdateWithoutJob_description_renderedInput>
127459
+ create: XOR<DocumentCreateWithoutJob_description_renderedInput, DocumentUncheckedCreateWithoutJob_description_renderedInput>
127460
+ where?: DocumentWhereInput
127461
+ }
127462
+
127463
+ export type DocumentUpdateToOneWithWhereWithoutJob_description_renderedInput = {
127464
+ where?: DocumentWhereInput
127465
+ data: XOR<DocumentUpdateWithoutJob_description_renderedInput, DocumentUncheckedUpdateWithoutJob_description_renderedInput>
127466
+ }
127467
+
127468
+ export type DocumentUpdateWithoutJob_description_renderedInput = {
127469
+ id?: StringFieldUpdateOperationsInput | string
127470
+ original_file_name?: StringFieldUpdateOperationsInput | string
127471
+ stored_file_name?: StringFieldUpdateOperationsInput | string
127472
+ file_extension?: NullableStringFieldUpdateOperationsInput | string | null
127473
+ s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
127474
+ s3_key?: NullableStringFieldUpdateOperationsInput | string | null
127475
+ mime_type?: NullableStringFieldUpdateOperationsInput | string | null
127476
+ file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
127477
+ file_hash?: NullableStringFieldUpdateOperationsInput | string | null
127478
+ metadata?: NullableJsonNullValueInput | InputJsonValue
127479
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
127480
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
127481
+ created_by?: StringFieldUpdateOperationsInput | string
127482
+ updated_by?: StringFieldUpdateOperationsInput | string
127483
+ is_active?: BoolFieldUpdateOperationsInput | boolean
127484
+ organisation?: OrganisationUpdateOneWithoutDocumentsNestedInput
127485
+ candidate?: UserUpdateOneWithoutDocumentsNestedInput
127486
+ resume?: ResumeUpdateOneWithoutDocumentNestedInput
127487
+ job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
127488
+ interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
127489
+ job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
127490
+ assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
127491
+ assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
127492
+ }
127493
+
127494
+ export type DocumentUncheckedUpdateWithoutJob_description_renderedInput = {
127495
+ id?: StringFieldUpdateOperationsInput | string
127496
+ organisation_id?: NullableStringFieldUpdateOperationsInput | string | null
127497
+ candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
127498
+ original_file_name?: StringFieldUpdateOperationsInput | string
127499
+ stored_file_name?: StringFieldUpdateOperationsInput | string
127500
+ file_extension?: NullableStringFieldUpdateOperationsInput | string | null
127501
+ s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
127502
+ s3_key?: NullableStringFieldUpdateOperationsInput | string | null
127503
+ mime_type?: NullableStringFieldUpdateOperationsInput | string | null
127504
+ file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
127505
+ file_hash?: NullableStringFieldUpdateOperationsInput | string | null
127506
+ metadata?: NullableJsonNullValueInput | InputJsonValue
127507
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
127508
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
127509
+ created_by?: StringFieldUpdateOperationsInput | string
127510
+ updated_by?: StringFieldUpdateOperationsInput | string
127511
+ is_active?: BoolFieldUpdateOperationsInput | boolean
127512
+ resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
127513
+ job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
127514
+ interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
127515
+ job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
127516
+ assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
127517
+ assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
127518
+ }
127519
+
127018
127520
  export type JobProfileUpsertWithoutJob_descriptionsInput = {
127019
127521
  update: XOR<JobProfileUpdateWithoutJob_descriptionsInput, JobProfileUncheckedUpdateWithoutJob_descriptionsInput>
127020
127522
  create: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
@@ -127213,6 +127715,7 @@ export namespace Prisma {
127213
127715
  organisation?: OrganisationUpdateOneWithoutDocumentsNestedInput
127214
127716
  candidate?: UserUpdateOneWithoutDocumentsNestedInput
127215
127717
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
127718
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
127216
127719
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
127217
127720
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
127218
127721
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -127238,6 +127741,7 @@ export namespace Prisma {
127238
127741
  updated_by?: StringFieldUpdateOperationsInput | string
127239
127742
  is_active?: BoolFieldUpdateOperationsInput | boolean
127240
127743
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
127744
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
127241
127745
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
127242
127746
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
127243
127747
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -127870,6 +128374,7 @@ export namespace Prisma {
127870
128374
  updated_by: string
127871
128375
  is_active?: boolean
127872
128376
  openings?: number
128377
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
127873
128378
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
127874
128379
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
127875
128380
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -127901,6 +128406,7 @@ export namespace Prisma {
127901
128406
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
127902
128407
  uploaded_job_description_path?: string | null
127903
128408
  source_document_id?: string | null
128409
+ rendered_jd_document_id?: string | null
127904
128410
  is_plan_published?: boolean
127905
128411
  is_posted?: boolean
127906
128412
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -127964,6 +128470,7 @@ export namespace Prisma {
127964
128470
  updated_by?: StringFieldUpdateOperationsInput | string
127965
128471
  is_active?: BoolFieldUpdateOperationsInput | boolean
127966
128472
  openings?: IntFieldUpdateOperationsInput | number
128473
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
127967
128474
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
127968
128475
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
127969
128476
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -127995,6 +128502,7 @@ export namespace Prisma {
127995
128502
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
127996
128503
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
127997
128504
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
128505
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
127998
128506
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
127999
128507
  is_posted?: BoolFieldUpdateOperationsInput | boolean
128000
128508
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -128584,6 +129092,7 @@ export namespace Prisma {
128584
129092
  updated_by: string
128585
129093
  is_active?: boolean
128586
129094
  openings?: number
129095
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
128587
129096
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
128588
129097
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
128589
129098
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -128615,6 +129124,7 @@ export namespace Prisma {
128615
129124
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
128616
129125
  uploaded_job_description_path?: string | null
128617
129126
  source_document_id?: string | null
129127
+ rendered_jd_document_id?: string | null
128618
129128
  is_plan_published?: boolean
128619
129129
  is_posted?: boolean
128620
129130
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -129249,6 +129759,7 @@ export namespace Prisma {
129249
129759
  recommendedQuestions?: JsonNullableListFilter<"JobDescription">
129250
129760
  uploaded_job_description_path?: StringNullableFilter<"JobDescription"> | string | null
129251
129761
  source_document_id?: StringNullableFilter<"JobDescription"> | string | null
129762
+ rendered_jd_document_id?: StringNullableFilter<"JobDescription"> | string | null
129252
129763
  is_plan_published?: BoolFilter<"JobDescription"> | boolean
129253
129764
  is_posted?: BoolFilter<"JobDescription"> | boolean
129254
129765
  summary?: JsonNullableFilter<"JobDescription">
@@ -130576,6 +131087,7 @@ export namespace Prisma {
130576
131087
  updated_by: string
130577
131088
  is_active?: boolean
130578
131089
  openings?: number
131090
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
130579
131091
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
130580
131092
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
130581
131093
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -130607,6 +131119,7 @@ export namespace Prisma {
130607
131119
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
130608
131120
  uploaded_job_description_path?: string | null
130609
131121
  source_document_id?: string | null
131122
+ rendered_jd_document_id?: string | null
130610
131123
  is_plan_published?: boolean
130611
131124
  is_posted?: boolean
130612
131125
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -131322,6 +131835,7 @@ export namespace Prisma {
131322
131835
  updated_by?: StringFieldUpdateOperationsInput | string
131323
131836
  is_active?: BoolFieldUpdateOperationsInput | boolean
131324
131837
  openings?: IntFieldUpdateOperationsInput | number
131838
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
131325
131839
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
131326
131840
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
131327
131841
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -131353,6 +131867,7 @@ export namespace Prisma {
131353
131867
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
131354
131868
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
131355
131869
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
131870
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
131356
131871
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
131357
131872
  is_posted?: BoolFieldUpdateOperationsInput | boolean
131358
131873
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -132368,6 +132883,7 @@ export namespace Prisma {
132368
132883
  updated_by: string
132369
132884
  is_active?: boolean
132370
132885
  openings?: number
132886
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
132371
132887
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
132372
132888
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
132373
132889
  applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
@@ -132398,6 +132914,7 @@ export namespace Prisma {
132398
132914
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
132399
132915
  uploaded_job_description_path?: string | null
132400
132916
  source_document_id?: string | null
132917
+ rendered_jd_document_id?: string | null
132401
132918
  is_plan_published?: boolean
132402
132919
  is_posted?: boolean
132403
132920
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -133316,6 +133833,7 @@ export namespace Prisma {
133316
133833
  candidate?: UserCreateNestedOneWithoutDocumentsInput
133317
133834
  resume?: ResumeCreateNestedOneWithoutDocumentInput
133318
133835
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
133836
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
133319
133837
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
133320
133838
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
133321
133839
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -133341,6 +133859,7 @@ export namespace Prisma {
133341
133859
  is_active?: boolean
133342
133860
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
133343
133861
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
133862
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
133344
133863
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
133345
133864
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
133346
133865
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -135887,6 +136406,7 @@ export namespace Prisma {
135887
136406
  updated_by: string
135888
136407
  is_active?: boolean
135889
136408
  openings?: number
136409
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
135890
136410
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
135891
136411
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
135892
136412
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -135918,6 +136438,7 @@ export namespace Prisma {
135918
136438
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
135919
136439
  uploaded_job_description_path?: string | null
135920
136440
  source_document_id?: string | null
136441
+ rendered_jd_document_id?: string | null
135921
136442
  is_plan_published?: boolean
135922
136443
  is_posted?: boolean
135923
136444
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -135972,6 +136493,7 @@ export namespace Prisma {
135972
136493
  organisation?: OrganisationCreateNestedOneWithoutDocumentsInput
135973
136494
  candidate?: UserCreateNestedOneWithoutDocumentsInput
135974
136495
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
136496
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
135975
136497
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
135976
136498
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
135977
136499
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -135997,6 +136519,7 @@ export namespace Prisma {
135997
136519
  updated_by: string
135998
136520
  is_active?: boolean
135999
136521
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
136522
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
136000
136523
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
136001
136524
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
136002
136525
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -136729,6 +137252,7 @@ export namespace Prisma {
136729
137252
  updated_by?: StringFieldUpdateOperationsInput | string
136730
137253
  is_active?: BoolFieldUpdateOperationsInput | boolean
136731
137254
  openings?: IntFieldUpdateOperationsInput | number
137255
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
136732
137256
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
136733
137257
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
136734
137258
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -136760,6 +137284,7 @@ export namespace Prisma {
136760
137284
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
136761
137285
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
136762
137286
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
137287
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
136763
137288
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
136764
137289
  is_posted?: BoolFieldUpdateOperationsInput | boolean
136765
137290
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -136820,6 +137345,7 @@ export namespace Prisma {
136820
137345
  organisation?: OrganisationUpdateOneWithoutDocumentsNestedInput
136821
137346
  candidate?: UserUpdateOneWithoutDocumentsNestedInput
136822
137347
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
137348
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
136823
137349
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
136824
137350
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
136825
137351
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -136845,6 +137371,7 @@ export namespace Prisma {
136845
137371
  updated_by?: StringFieldUpdateOperationsInput | string
136846
137372
  is_active?: BoolFieldUpdateOperationsInput | boolean
136847
137373
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
137374
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
136848
137375
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
136849
137376
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
136850
137377
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -137758,6 +138285,7 @@ export namespace Prisma {
137758
138285
  updated_by: string
137759
138286
  is_active?: boolean
137760
138287
  openings?: number
138288
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
137761
138289
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
137762
138290
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
137763
138291
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -137789,6 +138317,7 @@ export namespace Prisma {
137789
138317
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
137790
138318
  uploaded_job_description_path?: string | null
137791
138319
  source_document_id?: string | null
138320
+ rendered_jd_document_id?: string | null
137792
138321
  is_plan_published?: boolean
137793
138322
  is_posted?: boolean
137794
138323
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -138010,6 +138539,7 @@ export namespace Prisma {
138010
138539
  updated_by?: StringFieldUpdateOperationsInput | string
138011
138540
  is_active?: BoolFieldUpdateOperationsInput | boolean
138012
138541
  openings?: IntFieldUpdateOperationsInput | number
138542
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
138013
138543
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
138014
138544
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
138015
138545
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -138041,6 +138571,7 @@ export namespace Prisma {
138041
138571
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
138042
138572
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
138043
138573
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
138574
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
138044
138575
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
138045
138576
  is_posted?: BoolFieldUpdateOperationsInput | boolean
138046
138577
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -138453,6 +138984,7 @@ export namespace Prisma {
138453
138984
  updated_by: string
138454
138985
  is_active?: boolean
138455
138986
  openings?: number
138987
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
138456
138988
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
138457
138989
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
138458
138990
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -138484,6 +139016,7 @@ export namespace Prisma {
138484
139016
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
138485
139017
  uploaded_job_description_path?: string | null
138486
139018
  source_document_id?: string | null
139019
+ rendered_jd_document_id?: string | null
138487
139020
  is_plan_published?: boolean
138488
139021
  is_posted?: boolean
138489
139022
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -138536,6 +139069,7 @@ export namespace Prisma {
138536
139069
  updated_by: string
138537
139070
  is_active?: boolean
138538
139071
  openings?: number
139072
+ rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
138539
139073
  job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
138540
139074
  organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
138541
139075
  source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
@@ -138566,6 +139100,7 @@ export namespace Prisma {
138566
139100
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
138567
139101
  uploaded_job_description_path?: string | null
138568
139102
  source_document_id?: string | null
139103
+ rendered_jd_document_id?: string | null
138569
139104
  is_plan_published?: boolean
138570
139105
  is_posted?: boolean
138571
139106
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -139962,6 +140497,7 @@ export namespace Prisma {
139962
140497
  organisation?: OrganisationCreateNestedOneWithoutDocumentsInput
139963
140498
  resume?: ResumeCreateNestedOneWithoutDocumentInput
139964
140499
  job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
140500
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
139965
140501
  interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
139966
140502
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
139967
140503
  assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
@@ -139987,6 +140523,7 @@ export namespace Prisma {
139987
140523
  is_active?: boolean
139988
140524
  resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
139989
140525
  job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
140526
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
139990
140527
  interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
139991
140528
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
139992
140529
  assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
@@ -146276,6 +146813,7 @@ export namespace Prisma {
146276
146813
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
146277
146814
  uploaded_job_description_path?: string | null
146278
146815
  source_document_id?: string | null
146816
+ rendered_jd_document_id?: string | null
146279
146817
  is_plan_published?: boolean
146280
146818
  is_posted?: boolean
146281
146819
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -146306,6 +146844,7 @@ export namespace Prisma {
146306
146844
  updated_by?: StringFieldUpdateOperationsInput | string
146307
146845
  is_active?: BoolFieldUpdateOperationsInput | boolean
146308
146846
  openings?: IntFieldUpdateOperationsInput | number
146847
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
146309
146848
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
146310
146849
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
146311
146850
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -146337,6 +146876,7 @@ export namespace Prisma {
146337
146876
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
146338
146877
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
146339
146878
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
146879
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
146340
146880
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
146341
146881
  is_posted?: BoolFieldUpdateOperationsInput | boolean
146342
146882
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -146376,6 +146916,7 @@ export namespace Prisma {
146376
146916
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
146377
146917
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
146378
146918
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
146919
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
146379
146920
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
146380
146921
  is_posted?: BoolFieldUpdateOperationsInput | boolean
146381
146922
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -146475,6 +147016,7 @@ export namespace Prisma {
146475
147016
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
146476
147017
  uploaded_job_description_path?: string | null
146477
147018
  source_document_id?: string | null
147019
+ rendered_jd_document_id?: string | null
146478
147020
  is_plan_published?: boolean
146479
147021
  is_posted?: boolean
146480
147022
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -147238,6 +147780,7 @@ export namespace Prisma {
147238
147780
  updated_by?: StringFieldUpdateOperationsInput | string
147239
147781
  is_active?: BoolFieldUpdateOperationsInput | boolean
147240
147782
  openings?: IntFieldUpdateOperationsInput | number
147783
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
147241
147784
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
147242
147785
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
147243
147786
  applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
@@ -147268,6 +147811,7 @@ export namespace Prisma {
147268
147811
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
147269
147812
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
147270
147813
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
147814
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
147271
147815
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
147272
147816
  is_posted?: BoolFieldUpdateOperationsInput | boolean
147273
147817
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -147307,6 +147851,7 @@ export namespace Prisma {
147307
147851
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
147308
147852
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
147309
147853
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
147854
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
147310
147855
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
147311
147856
  is_posted?: BoolFieldUpdateOperationsInput | boolean
147312
147857
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -148361,6 +148906,7 @@ export namespace Prisma {
148361
148906
  candidate?: UserUpdateOneWithoutDocumentsNestedInput
148362
148907
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
148363
148908
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
148909
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
148364
148910
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
148365
148911
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
148366
148912
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -148386,6 +148932,7 @@ export namespace Prisma {
148386
148932
  is_active?: BoolFieldUpdateOperationsInput | boolean
148387
148933
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
148388
148934
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
148935
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
148389
148936
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
148390
148937
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
148391
148938
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
@@ -149482,6 +150029,7 @@ export namespace Prisma {
149482
150029
  recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
149483
150030
  uploaded_job_description_path?: string | null
149484
150031
  source_document_id?: string | null
150032
+ rendered_jd_document_id?: string | null
149485
150033
  is_plan_published?: boolean
149486
150034
  is_posted?: boolean
149487
150035
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -150181,6 +150729,7 @@ export namespace Prisma {
150181
150729
  updated_by?: StringFieldUpdateOperationsInput | string
150182
150730
  is_active?: BoolFieldUpdateOperationsInput | boolean
150183
150731
  openings?: IntFieldUpdateOperationsInput | number
150732
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
150184
150733
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
150185
150734
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
150186
150735
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -150212,6 +150761,7 @@ export namespace Prisma {
150212
150761
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
150213
150762
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
150214
150763
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
150764
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
150215
150765
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
150216
150766
  is_posted?: BoolFieldUpdateOperationsInput | boolean
150217
150767
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -150251,6 +150801,7 @@ export namespace Prisma {
150251
150801
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
150252
150802
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
150253
150803
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
150804
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
150254
150805
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
150255
150806
  is_posted?: BoolFieldUpdateOperationsInput | boolean
150256
150807
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -150282,6 +150833,7 @@ export namespace Prisma {
150282
150833
  updated_by?: StringFieldUpdateOperationsInput | string
150283
150834
  is_active?: BoolFieldUpdateOperationsInput | boolean
150284
150835
  openings?: IntFieldUpdateOperationsInput | number
150836
+ rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
150285
150837
  job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
150286
150838
  organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
150287
150839
  source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
@@ -150312,6 +150864,7 @@ export namespace Prisma {
150312
150864
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
150313
150865
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
150314
150866
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
150867
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
150315
150868
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
150316
150869
  is_posted?: BoolFieldUpdateOperationsInput | boolean
150317
150870
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -150351,6 +150904,7 @@ export namespace Prisma {
150351
150904
  recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
150352
150905
  uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
150353
150906
  source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
150907
+ rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
150354
150908
  is_plan_published?: BoolFieldUpdateOperationsInput | boolean
150355
150909
  is_posted?: BoolFieldUpdateOperationsInput | boolean
150356
150910
  summary?: NullableJsonNullValueInput | InputJsonValue
@@ -151920,6 +152474,7 @@ export namespace Prisma {
151920
152474
  organisation?: OrganisationUpdateOneWithoutDocumentsNestedInput
151921
152475
  resume?: ResumeUpdateOneWithoutDocumentNestedInput
151922
152476
  job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
152477
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
151923
152478
  interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
151924
152479
  job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
151925
152480
  assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
@@ -151945,6 +152500,7 @@ export namespace Prisma {
151945
152500
  is_active?: BoolFieldUpdateOperationsInput | boolean
151946
152501
  resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
151947
152502
  job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
152503
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
151948
152504
  interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
151949
152505
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
151950
152506
  assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput