@adaptware/eagles-db 0.4.37 → 0.4.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/edge.js +16 -18
- package/client/index-browser.js +9 -12
- package/client/index.d.ts +880 -424
- package/client/index.js +16 -18
- package/client/package.json +1 -1
- package/client/schema.prisma +40 -41
- package/client/wasm.js +16 -18
- package/package.json +1 -1
- package/prisma/schema/document.prisma +1 -0
- package/prisma/schema/jobDescription.prisma +2 -0
- package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +25 -0
- package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +24 -0
- package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +2 -0
- package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +9 -0
- package/prisma/schema/migrations/20260714120000_add_job_description_display_html_document/migration.sql +8 -0
- package/prisma/schema/openJobAnalytics.prisma +10 -14
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/prisma/.DS_Store +0 -0
- package/prisma/migrations/20260519120000_migrate_shortlisted_to_selected/migration.sql +0 -2
- package/prisma/schema/.DS_Store +0 -0
- package/prisma/schema/migrations/20260519120000_add_analytics_schema/migration.sql +0 -84
- package/prisma/schema/migrations/20260625120000_add_interviewer_analytics/migration.sql +0 -26
- package/prisma/schema/migrations/20260629120000_add_user_lifecycle_activity_events/migration.sql +0 -13
- package/prisma/schema/migrations/20260629140000_drop_organisation_org_code/migration.sql +0 -2
- package/prisma/schema/migrations/20260629160000_employee_codes_dual_interviewer_analytics/migration.sql +0 -87
- package/prisma/schema/migrations/20260630120000_add_application_sources/migration.sql +0 -38
- package/prisma/schema/migrations/20260701120000_add_source_effectiveness_analytics/migration.sql +0 -40
- package/prisma/schema/migrations/20260702120000_add_analytics_daily_tables/migration.sql +0 -232
package/client/index.d.ts
CHANGED
|
@@ -44168,6 +44168,7 @@ export namespace Prisma {
|
|
|
44168
44168
|
resume_rendered_export?: boolean | Document$resume_rendered_exportArgs<ExtArgs>
|
|
44169
44169
|
job_description_source?: boolean | Document$job_description_sourceArgs<ExtArgs>
|
|
44170
44170
|
job_description_rendered?: boolean | Document$job_description_renderedArgs<ExtArgs>
|
|
44171
|
+
job_description_display_html?: boolean | Document$job_description_display_htmlArgs<ExtArgs>
|
|
44171
44172
|
interview_recording?: boolean | Document$interview_recordingArgs<ExtArgs>
|
|
44172
44173
|
job_application_responses?: boolean | Document$job_application_responsesArgs<ExtArgs>
|
|
44173
44174
|
assignment_solution?: boolean | Document$assignment_solutionArgs<ExtArgs>
|
|
@@ -44247,6 +44248,7 @@ export namespace Prisma {
|
|
|
44247
44248
|
resume_rendered_export?: boolean | Document$resume_rendered_exportArgs<ExtArgs>
|
|
44248
44249
|
job_description_source?: boolean | Document$job_description_sourceArgs<ExtArgs>
|
|
44249
44250
|
job_description_rendered?: boolean | Document$job_description_renderedArgs<ExtArgs>
|
|
44251
|
+
job_description_display_html?: boolean | Document$job_description_display_htmlArgs<ExtArgs>
|
|
44250
44252
|
interview_recording?: boolean | Document$interview_recordingArgs<ExtArgs>
|
|
44251
44253
|
job_application_responses?: boolean | Document$job_application_responsesArgs<ExtArgs>
|
|
44252
44254
|
assignment_solution?: boolean | Document$assignment_solutionArgs<ExtArgs>
|
|
@@ -44271,6 +44273,7 @@ export namespace Prisma {
|
|
|
44271
44273
|
resume_rendered_export: Prisma.$ResumePayload<ExtArgs> | null
|
|
44272
44274
|
job_description_source: Prisma.$JobDescriptionPayload<ExtArgs> | null
|
|
44273
44275
|
job_description_rendered: Prisma.$JobDescriptionPayload<ExtArgs> | null
|
|
44276
|
+
job_description_display_html: Prisma.$JobDescriptionPayload<ExtArgs> | null
|
|
44274
44277
|
interview_recording: Prisma.$InterviewPayload<ExtArgs> | null
|
|
44275
44278
|
job_application_responses: Prisma.$JobApplicationResponsePayload<ExtArgs>[]
|
|
44276
44279
|
assignment_solution: Prisma.$AssignmentPayload<ExtArgs> | null
|
|
@@ -44694,6 +44697,7 @@ export namespace Prisma {
|
|
|
44694
44697
|
resume_rendered_export<T extends Document$resume_rendered_exportArgs<ExtArgs> = {}>(args?: Subset<T, Document$resume_rendered_exportArgs<ExtArgs>>): Prisma__ResumeClient<$Result.GetResult<Prisma.$ResumePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
44695
44698
|
job_description_source<T extends Document$job_description_sourceArgs<ExtArgs> = {}>(args?: Subset<T, Document$job_description_sourceArgs<ExtArgs>>): Prisma__JobDescriptionClient<$Result.GetResult<Prisma.$JobDescriptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
44696
44699
|
job_description_rendered<T extends Document$job_description_renderedArgs<ExtArgs> = {}>(args?: Subset<T, Document$job_description_renderedArgs<ExtArgs>>): Prisma__JobDescriptionClient<$Result.GetResult<Prisma.$JobDescriptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
44700
|
+
job_description_display_html<T extends Document$job_description_display_htmlArgs<ExtArgs> = {}>(args?: Subset<T, Document$job_description_display_htmlArgs<ExtArgs>>): Prisma__JobDescriptionClient<$Result.GetResult<Prisma.$JobDescriptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
44697
44701
|
interview_recording<T extends Document$interview_recordingArgs<ExtArgs> = {}>(args?: Subset<T, Document$interview_recordingArgs<ExtArgs>>): Prisma__InterviewClient<$Result.GetResult<Prisma.$InterviewPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
44698
44702
|
job_application_responses<T extends Document$job_application_responsesArgs<ExtArgs> = {}>(args?: Subset<T, Document$job_application_responsesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$JobApplicationResponsePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
44699
44703
|
assignment_solution<T extends Document$assignment_solutionArgs<ExtArgs> = {}>(args?: Subset<T, Document$assignment_solutionArgs<ExtArgs>>): Prisma__AssignmentClient<$Result.GetResult<Prisma.$AssignmentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
@@ -45253,6 +45257,25 @@ export namespace Prisma {
|
|
|
45253
45257
|
where?: JobDescriptionWhereInput
|
|
45254
45258
|
}
|
|
45255
45259
|
|
|
45260
|
+
/**
|
|
45261
|
+
* Document.job_description_display_html
|
|
45262
|
+
*/
|
|
45263
|
+
export type Document$job_description_display_htmlArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
45264
|
+
/**
|
|
45265
|
+
* Select specific fields to fetch from the JobDescription
|
|
45266
|
+
*/
|
|
45267
|
+
select?: JobDescriptionSelect<ExtArgs> | null
|
|
45268
|
+
/**
|
|
45269
|
+
* Omit specific fields from the JobDescription
|
|
45270
|
+
*/
|
|
45271
|
+
omit?: JobDescriptionOmit<ExtArgs> | null
|
|
45272
|
+
/**
|
|
45273
|
+
* Choose, which related nodes to fetch as well
|
|
45274
|
+
*/
|
|
45275
|
+
include?: JobDescriptionInclude<ExtArgs> | null
|
|
45276
|
+
where?: JobDescriptionWhereInput
|
|
45277
|
+
}
|
|
45278
|
+
|
|
45256
45279
|
/**
|
|
45257
45280
|
* Document.interview_recording
|
|
45258
45281
|
*/
|
|
@@ -69049,6 +69072,7 @@ export namespace Prisma {
|
|
|
69049
69072
|
uploaded_job_description_path: string | null
|
|
69050
69073
|
source_document_id: string | null
|
|
69051
69074
|
rendered_jd_document_id: string | null
|
|
69075
|
+
display_html_document_id: string | null
|
|
69052
69076
|
is_plan_published: boolean | null
|
|
69053
69077
|
is_posted: boolean | null
|
|
69054
69078
|
target_closing_date: Date | null
|
|
@@ -69072,6 +69096,7 @@ export namespace Prisma {
|
|
|
69072
69096
|
uploaded_job_description_path: string | null
|
|
69073
69097
|
source_document_id: string | null
|
|
69074
69098
|
rendered_jd_document_id: string | null
|
|
69099
|
+
display_html_document_id: string | null
|
|
69075
69100
|
is_plan_published: boolean | null
|
|
69076
69101
|
is_posted: boolean | null
|
|
69077
69102
|
target_closing_date: Date | null
|
|
@@ -69097,6 +69122,7 @@ export namespace Prisma {
|
|
|
69097
69122
|
uploaded_job_description_path: number
|
|
69098
69123
|
source_document_id: number
|
|
69099
69124
|
rendered_jd_document_id: number
|
|
69125
|
+
display_html_document_id: number
|
|
69100
69126
|
is_plan_published: number
|
|
69101
69127
|
is_posted: number
|
|
69102
69128
|
summary: number
|
|
@@ -69135,6 +69161,7 @@ export namespace Prisma {
|
|
|
69135
69161
|
uploaded_job_description_path?: true
|
|
69136
69162
|
source_document_id?: true
|
|
69137
69163
|
rendered_jd_document_id?: true
|
|
69164
|
+
display_html_document_id?: true
|
|
69138
69165
|
is_plan_published?: true
|
|
69139
69166
|
is_posted?: true
|
|
69140
69167
|
target_closing_date?: true
|
|
@@ -69158,6 +69185,7 @@ export namespace Prisma {
|
|
|
69158
69185
|
uploaded_job_description_path?: true
|
|
69159
69186
|
source_document_id?: true
|
|
69160
69187
|
rendered_jd_document_id?: true
|
|
69188
|
+
display_html_document_id?: true
|
|
69161
69189
|
is_plan_published?: true
|
|
69162
69190
|
is_posted?: true
|
|
69163
69191
|
target_closing_date?: true
|
|
@@ -69183,6 +69211,7 @@ export namespace Prisma {
|
|
|
69183
69211
|
uploaded_job_description_path?: true
|
|
69184
69212
|
source_document_id?: true
|
|
69185
69213
|
rendered_jd_document_id?: true
|
|
69214
|
+
display_html_document_id?: true
|
|
69186
69215
|
is_plan_published?: true
|
|
69187
69216
|
is_posted?: true
|
|
69188
69217
|
summary?: true
|
|
@@ -69298,6 +69327,7 @@ export namespace Prisma {
|
|
|
69298
69327
|
uploaded_job_description_path: string | null
|
|
69299
69328
|
source_document_id: string | null
|
|
69300
69329
|
rendered_jd_document_id: string | null
|
|
69330
|
+
display_html_document_id: string | null
|
|
69301
69331
|
is_plan_published: boolean
|
|
69302
69332
|
is_posted: boolean
|
|
69303
69333
|
summary: JsonValue | null
|
|
@@ -69345,6 +69375,7 @@ export namespace Prisma {
|
|
|
69345
69375
|
uploaded_job_description_path?: boolean
|
|
69346
69376
|
source_document_id?: boolean
|
|
69347
69377
|
rendered_jd_document_id?: boolean
|
|
69378
|
+
display_html_document_id?: boolean
|
|
69348
69379
|
is_plan_published?: boolean
|
|
69349
69380
|
is_posted?: boolean
|
|
69350
69381
|
summary?: boolean
|
|
@@ -69362,6 +69393,7 @@ export namespace Prisma {
|
|
|
69362
69393
|
openings?: boolean
|
|
69363
69394
|
job_profile_id?: boolean
|
|
69364
69395
|
rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
|
|
69396
|
+
display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
|
|
69365
69397
|
job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
|
|
69366
69398
|
organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
|
|
69367
69399
|
source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
|
|
@@ -69396,6 +69428,7 @@ export namespace Prisma {
|
|
|
69396
69428
|
uploaded_job_description_path?: boolean
|
|
69397
69429
|
source_document_id?: boolean
|
|
69398
69430
|
rendered_jd_document_id?: boolean
|
|
69431
|
+
display_html_document_id?: boolean
|
|
69399
69432
|
is_plan_published?: boolean
|
|
69400
69433
|
is_posted?: boolean
|
|
69401
69434
|
summary?: boolean
|
|
@@ -69413,6 +69446,7 @@ export namespace Prisma {
|
|
|
69413
69446
|
openings?: boolean
|
|
69414
69447
|
job_profile_id?: boolean
|
|
69415
69448
|
rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
|
|
69449
|
+
display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
|
|
69416
69450
|
job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
|
|
69417
69451
|
organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
|
|
69418
69452
|
source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
|
|
@@ -69429,6 +69463,7 @@ export namespace Prisma {
|
|
|
69429
69463
|
uploaded_job_description_path?: boolean
|
|
69430
69464
|
source_document_id?: boolean
|
|
69431
69465
|
rendered_jd_document_id?: boolean
|
|
69466
|
+
display_html_document_id?: boolean
|
|
69432
69467
|
is_plan_published?: boolean
|
|
69433
69468
|
is_posted?: boolean
|
|
69434
69469
|
summary?: boolean
|
|
@@ -69446,6 +69481,7 @@ export namespace Prisma {
|
|
|
69446
69481
|
openings?: boolean
|
|
69447
69482
|
job_profile_id?: boolean
|
|
69448
69483
|
rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
|
|
69484
|
+
display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
|
|
69449
69485
|
job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
|
|
69450
69486
|
organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
|
|
69451
69487
|
source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
|
|
@@ -69462,6 +69498,7 @@ export namespace Prisma {
|
|
|
69462
69498
|
uploaded_job_description_path?: boolean
|
|
69463
69499
|
source_document_id?: boolean
|
|
69464
69500
|
rendered_jd_document_id?: boolean
|
|
69501
|
+
display_html_document_id?: boolean
|
|
69465
69502
|
is_plan_published?: boolean
|
|
69466
69503
|
is_posted?: boolean
|
|
69467
69504
|
summary?: boolean
|
|
@@ -69480,9 +69517,10 @@ export namespace Prisma {
|
|
|
69480
69517
|
job_profile_id?: boolean
|
|
69481
69518
|
}
|
|
69482
69519
|
|
|
69483
|
-
export type JobDescriptionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "hiring_manager_id" | "status" | "screeningQuestions" | "recommendedQuestions" | "uploaded_job_description_path" | "source_document_id" | "rendered_jd_document_id" | "is_plan_published" | "is_posted" | "summary" | "ai_insight" | "job_fit_comparison" | "target_closing_date" | "closing_date" | "job_number" | "job_code" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "openings" | "job_profile_id", ExtArgs["result"]["jobDescription"]>
|
|
69520
|
+
export type JobDescriptionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "hiring_manager_id" | "status" | "screeningQuestions" | "recommendedQuestions" | "uploaded_job_description_path" | "source_document_id" | "rendered_jd_document_id" | "display_html_document_id" | "is_plan_published" | "is_posted" | "summary" | "ai_insight" | "job_fit_comparison" | "target_closing_date" | "closing_date" | "job_number" | "job_code" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "openings" | "job_profile_id", ExtArgs["result"]["jobDescription"]>
|
|
69484
69521
|
export type JobDescriptionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
69485
69522
|
rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
|
|
69523
|
+
display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
|
|
69486
69524
|
job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
|
|
69487
69525
|
organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
|
|
69488
69526
|
source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
|
|
@@ -69508,6 +69546,7 @@ export namespace Prisma {
|
|
|
69508
69546
|
}
|
|
69509
69547
|
export type JobDescriptionIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
69510
69548
|
rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
|
|
69549
|
+
display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
|
|
69511
69550
|
job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
|
|
69512
69551
|
organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
|
|
69513
69552
|
source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
|
|
@@ -69515,6 +69554,7 @@ export namespace Prisma {
|
|
|
69515
69554
|
}
|
|
69516
69555
|
export type JobDescriptionIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
69517
69556
|
rendered_jd_document?: boolean | JobDescription$rendered_jd_documentArgs<ExtArgs>
|
|
69557
|
+
display_html_document?: boolean | JobDescription$display_html_documentArgs<ExtArgs>
|
|
69518
69558
|
job_profile?: boolean | JobDescription$job_profileArgs<ExtArgs>
|
|
69519
69559
|
organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
|
|
69520
69560
|
source_document?: boolean | JobDescription$source_documentArgs<ExtArgs>
|
|
@@ -69525,6 +69565,7 @@ export namespace Prisma {
|
|
|
69525
69565
|
name: "JobDescription"
|
|
69526
69566
|
objects: {
|
|
69527
69567
|
rendered_jd_document: Prisma.$DocumentPayload<ExtArgs> | null
|
|
69568
|
+
display_html_document: Prisma.$DocumentPayload<ExtArgs> | null
|
|
69528
69569
|
job_profile: Prisma.$JobProfilePayload<ExtArgs> | null
|
|
69529
69570
|
organisation: Prisma.$OrganisationPayload<ExtArgs>
|
|
69530
69571
|
source_document: Prisma.$DocumentPayload<ExtArgs> | null
|
|
@@ -69560,6 +69601,7 @@ export namespace Prisma {
|
|
|
69560
69601
|
uploaded_job_description_path: string | null
|
|
69561
69602
|
source_document_id: string | null
|
|
69562
69603
|
rendered_jd_document_id: string | null
|
|
69604
|
+
display_html_document_id: string | null
|
|
69563
69605
|
is_plan_published: boolean
|
|
69564
69606
|
is_posted: boolean
|
|
69565
69607
|
summary: Prisma.JsonValue | null
|
|
@@ -69971,6 +70013,7 @@ export namespace Prisma {
|
|
|
69971
70013
|
export interface Prisma__JobDescriptionClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
69972
70014
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
69973
70015
|
rendered_jd_document<T extends JobDescription$rendered_jd_documentArgs<ExtArgs> = {}>(args?: Subset<T, JobDescription$rendered_jd_documentArgs<ExtArgs>>): Prisma__DocumentClient<$Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
70016
|
+
display_html_document<T extends JobDescription$display_html_documentArgs<ExtArgs> = {}>(args?: Subset<T, JobDescription$display_html_documentArgs<ExtArgs>>): Prisma__DocumentClient<$Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
69974
70017
|
job_profile<T extends JobDescription$job_profileArgs<ExtArgs> = {}>(args?: Subset<T, JobDescription$job_profileArgs<ExtArgs>>): Prisma__JobProfileClient<$Result.GetResult<Prisma.$JobProfilePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
69975
70018
|
organisation<T extends OrganisationDefaultArgs<ExtArgs> = {}>(args?: Subset<T, OrganisationDefaultArgs<ExtArgs>>): Prisma__OrganisationClient<$Result.GetResult<Prisma.$OrganisationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
69976
70019
|
source_document<T extends JobDescription$source_documentArgs<ExtArgs> = {}>(args?: Subset<T, JobDescription$source_documentArgs<ExtArgs>>): Prisma__DocumentClient<$Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
@@ -70030,6 +70073,7 @@ export namespace Prisma {
|
|
|
70030
70073
|
readonly uploaded_job_description_path: FieldRef<"JobDescription", 'String'>
|
|
70031
70074
|
readonly source_document_id: FieldRef<"JobDescription", 'String'>
|
|
70032
70075
|
readonly rendered_jd_document_id: FieldRef<"JobDescription", 'String'>
|
|
70076
|
+
readonly display_html_document_id: FieldRef<"JobDescription", 'String'>
|
|
70033
70077
|
readonly is_plan_published: FieldRef<"JobDescription", 'Boolean'>
|
|
70034
70078
|
readonly is_posted: FieldRef<"JobDescription", 'Boolean'>
|
|
70035
70079
|
readonly summary: FieldRef<"JobDescription", 'Json'>
|
|
@@ -70460,6 +70504,25 @@ export namespace Prisma {
|
|
|
70460
70504
|
where?: DocumentWhereInput
|
|
70461
70505
|
}
|
|
70462
70506
|
|
|
70507
|
+
/**
|
|
70508
|
+
* JobDescription.display_html_document
|
|
70509
|
+
*/
|
|
70510
|
+
export type JobDescription$display_html_documentArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
70511
|
+
/**
|
|
70512
|
+
* Select specific fields to fetch from the Document
|
|
70513
|
+
*/
|
|
70514
|
+
select?: DocumentSelect<ExtArgs> | null
|
|
70515
|
+
/**
|
|
70516
|
+
* Omit specific fields from the Document
|
|
70517
|
+
*/
|
|
70518
|
+
omit?: DocumentOmit<ExtArgs> | null
|
|
70519
|
+
/**
|
|
70520
|
+
* Choose, which related nodes to fetch as well
|
|
70521
|
+
*/
|
|
70522
|
+
include?: DocumentInclude<ExtArgs> | null
|
|
70523
|
+
where?: DocumentWhereInput
|
|
70524
|
+
}
|
|
70525
|
+
|
|
70463
70526
|
/**
|
|
70464
70527
|
* JobDescription.job_profile
|
|
70465
70528
|
*/
|
|
@@ -81018,12 +81081,10 @@ export namespace Prisma {
|
|
|
81018
81081
|
vacancies: number | null
|
|
81019
81082
|
time_to_hire_days: number | null
|
|
81020
81083
|
application_count: number | null
|
|
81021
|
-
|
|
81022
|
-
|
|
81023
|
-
|
|
81024
|
-
|
|
81025
|
-
offered_count: number | null
|
|
81026
|
-
hired_count: number | null
|
|
81084
|
+
unscreened_count: number | null
|
|
81085
|
+
ongoing_count: number | null
|
|
81086
|
+
selected_count: number | null
|
|
81087
|
+
rejected_count: number | null
|
|
81027
81088
|
}
|
|
81028
81089
|
|
|
81029
81090
|
export type OpenJobAnalyticsSumAggregateOutputType = {
|
|
@@ -81031,12 +81092,10 @@ export namespace Prisma {
|
|
|
81031
81092
|
vacancies: number | null
|
|
81032
81093
|
time_to_hire_days: number | null
|
|
81033
81094
|
application_count: number | null
|
|
81034
|
-
|
|
81035
|
-
|
|
81036
|
-
|
|
81037
|
-
|
|
81038
|
-
offered_count: number | null
|
|
81039
|
-
hired_count: number | null
|
|
81095
|
+
unscreened_count: number | null
|
|
81096
|
+
ongoing_count: number | null
|
|
81097
|
+
selected_count: number | null
|
|
81098
|
+
rejected_count: number | null
|
|
81040
81099
|
}
|
|
81041
81100
|
|
|
81042
81101
|
export type OpenJobAnalyticsMinAggregateOutputType = {
|
|
@@ -81059,12 +81118,10 @@ export namespace Prisma {
|
|
|
81059
81118
|
closure_type: $Enums.OpenJobClosureType | null
|
|
81060
81119
|
time_to_hire_days: number | null
|
|
81061
81120
|
application_count: number | null
|
|
81062
|
-
|
|
81063
|
-
|
|
81064
|
-
|
|
81065
|
-
|
|
81066
|
-
offered_count: number | null
|
|
81067
|
-
hired_count: number | null
|
|
81121
|
+
unscreened_count: number | null
|
|
81122
|
+
ongoing_count: number | null
|
|
81123
|
+
selected_count: number | null
|
|
81124
|
+
rejected_count: number | null
|
|
81068
81125
|
updated_at: Date | null
|
|
81069
81126
|
}
|
|
81070
81127
|
|
|
@@ -81088,12 +81145,10 @@ export namespace Prisma {
|
|
|
81088
81145
|
closure_type: $Enums.OpenJobClosureType | null
|
|
81089
81146
|
time_to_hire_days: number | null
|
|
81090
81147
|
application_count: number | null
|
|
81091
|
-
|
|
81092
|
-
|
|
81093
|
-
|
|
81094
|
-
|
|
81095
|
-
offered_count: number | null
|
|
81096
|
-
hired_count: number | null
|
|
81148
|
+
unscreened_count: number | null
|
|
81149
|
+
ongoing_count: number | null
|
|
81150
|
+
selected_count: number | null
|
|
81151
|
+
rejected_count: number | null
|
|
81097
81152
|
updated_at: Date | null
|
|
81098
81153
|
}
|
|
81099
81154
|
|
|
@@ -81117,12 +81172,10 @@ export namespace Prisma {
|
|
|
81117
81172
|
closure_type: number
|
|
81118
81173
|
time_to_hire_days: number
|
|
81119
81174
|
application_count: number
|
|
81120
|
-
|
|
81121
|
-
|
|
81122
|
-
|
|
81123
|
-
|
|
81124
|
-
offered_count: number
|
|
81125
|
-
hired_count: number
|
|
81175
|
+
unscreened_count: number
|
|
81176
|
+
ongoing_count: number
|
|
81177
|
+
selected_count: number
|
|
81178
|
+
rejected_count: number
|
|
81126
81179
|
updated_at: number
|
|
81127
81180
|
_all: number
|
|
81128
81181
|
}
|
|
@@ -81133,12 +81186,10 @@ export namespace Prisma {
|
|
|
81133
81186
|
vacancies?: true
|
|
81134
81187
|
time_to_hire_days?: true
|
|
81135
81188
|
application_count?: true
|
|
81136
|
-
|
|
81137
|
-
|
|
81138
|
-
|
|
81139
|
-
|
|
81140
|
-
offered_count?: true
|
|
81141
|
-
hired_count?: true
|
|
81189
|
+
unscreened_count?: true
|
|
81190
|
+
ongoing_count?: true
|
|
81191
|
+
selected_count?: true
|
|
81192
|
+
rejected_count?: true
|
|
81142
81193
|
}
|
|
81143
81194
|
|
|
81144
81195
|
export type OpenJobAnalyticsSumAggregateInputType = {
|
|
@@ -81146,12 +81197,10 @@ export namespace Prisma {
|
|
|
81146
81197
|
vacancies?: true
|
|
81147
81198
|
time_to_hire_days?: true
|
|
81148
81199
|
application_count?: true
|
|
81149
|
-
|
|
81150
|
-
|
|
81151
|
-
|
|
81152
|
-
|
|
81153
|
-
offered_count?: true
|
|
81154
|
-
hired_count?: true
|
|
81200
|
+
unscreened_count?: true
|
|
81201
|
+
ongoing_count?: true
|
|
81202
|
+
selected_count?: true
|
|
81203
|
+
rejected_count?: true
|
|
81155
81204
|
}
|
|
81156
81205
|
|
|
81157
81206
|
export type OpenJobAnalyticsMinAggregateInputType = {
|
|
@@ -81174,12 +81223,10 @@ export namespace Prisma {
|
|
|
81174
81223
|
closure_type?: true
|
|
81175
81224
|
time_to_hire_days?: true
|
|
81176
81225
|
application_count?: true
|
|
81177
|
-
|
|
81178
|
-
|
|
81179
|
-
|
|
81180
|
-
|
|
81181
|
-
offered_count?: true
|
|
81182
|
-
hired_count?: true
|
|
81226
|
+
unscreened_count?: true
|
|
81227
|
+
ongoing_count?: true
|
|
81228
|
+
selected_count?: true
|
|
81229
|
+
rejected_count?: true
|
|
81183
81230
|
updated_at?: true
|
|
81184
81231
|
}
|
|
81185
81232
|
|
|
@@ -81203,12 +81250,10 @@ export namespace Prisma {
|
|
|
81203
81250
|
closure_type?: true
|
|
81204
81251
|
time_to_hire_days?: true
|
|
81205
81252
|
application_count?: true
|
|
81206
|
-
|
|
81207
|
-
|
|
81208
|
-
|
|
81209
|
-
|
|
81210
|
-
offered_count?: true
|
|
81211
|
-
hired_count?: true
|
|
81253
|
+
unscreened_count?: true
|
|
81254
|
+
ongoing_count?: true
|
|
81255
|
+
selected_count?: true
|
|
81256
|
+
rejected_count?: true
|
|
81212
81257
|
updated_at?: true
|
|
81213
81258
|
}
|
|
81214
81259
|
|
|
@@ -81232,12 +81277,10 @@ export namespace Prisma {
|
|
|
81232
81277
|
closure_type?: true
|
|
81233
81278
|
time_to_hire_days?: true
|
|
81234
81279
|
application_count?: true
|
|
81235
|
-
|
|
81236
|
-
|
|
81237
|
-
|
|
81238
|
-
|
|
81239
|
-
offered_count?: true
|
|
81240
|
-
hired_count?: true
|
|
81280
|
+
unscreened_count?: true
|
|
81281
|
+
ongoing_count?: true
|
|
81282
|
+
selected_count?: true
|
|
81283
|
+
rejected_count?: true
|
|
81241
81284
|
updated_at?: true
|
|
81242
81285
|
_all?: true
|
|
81243
81286
|
}
|
|
@@ -81348,12 +81391,10 @@ export namespace Prisma {
|
|
|
81348
81391
|
closure_type: $Enums.OpenJobClosureType | null
|
|
81349
81392
|
time_to_hire_days: number | null
|
|
81350
81393
|
application_count: number
|
|
81351
|
-
|
|
81352
|
-
|
|
81353
|
-
|
|
81354
|
-
|
|
81355
|
-
offered_count: number
|
|
81356
|
-
hired_count: number
|
|
81394
|
+
unscreened_count: number
|
|
81395
|
+
ongoing_count: number
|
|
81396
|
+
selected_count: number
|
|
81397
|
+
rejected_count: number
|
|
81357
81398
|
updated_at: Date
|
|
81358
81399
|
_count: OpenJobAnalyticsCountAggregateOutputType | null
|
|
81359
81400
|
_avg: OpenJobAnalyticsAvgAggregateOutputType | null
|
|
@@ -81396,12 +81437,10 @@ export namespace Prisma {
|
|
|
81396
81437
|
closure_type?: boolean
|
|
81397
81438
|
time_to_hire_days?: boolean
|
|
81398
81439
|
application_count?: boolean
|
|
81399
|
-
|
|
81400
|
-
|
|
81401
|
-
|
|
81402
|
-
|
|
81403
|
-
offered_count?: boolean
|
|
81404
|
-
hired_count?: boolean
|
|
81440
|
+
unscreened_count?: boolean
|
|
81441
|
+
ongoing_count?: boolean
|
|
81442
|
+
selected_count?: boolean
|
|
81443
|
+
rejected_count?: boolean
|
|
81405
81444
|
updated_at?: boolean
|
|
81406
81445
|
}, ExtArgs["result"]["openJobAnalytics"]>
|
|
81407
81446
|
|
|
@@ -81425,12 +81464,10 @@ export namespace Prisma {
|
|
|
81425
81464
|
closure_type?: boolean
|
|
81426
81465
|
time_to_hire_days?: boolean
|
|
81427
81466
|
application_count?: boolean
|
|
81428
|
-
|
|
81429
|
-
|
|
81430
|
-
|
|
81431
|
-
|
|
81432
|
-
offered_count?: boolean
|
|
81433
|
-
hired_count?: boolean
|
|
81467
|
+
unscreened_count?: boolean
|
|
81468
|
+
ongoing_count?: boolean
|
|
81469
|
+
selected_count?: boolean
|
|
81470
|
+
rejected_count?: boolean
|
|
81434
81471
|
updated_at?: boolean
|
|
81435
81472
|
}, ExtArgs["result"]["openJobAnalytics"]>
|
|
81436
81473
|
|
|
@@ -81454,12 +81491,10 @@ export namespace Prisma {
|
|
|
81454
81491
|
closure_type?: boolean
|
|
81455
81492
|
time_to_hire_days?: boolean
|
|
81456
81493
|
application_count?: boolean
|
|
81457
|
-
|
|
81458
|
-
|
|
81459
|
-
|
|
81460
|
-
|
|
81461
|
-
offered_count?: boolean
|
|
81462
|
-
hired_count?: boolean
|
|
81494
|
+
unscreened_count?: boolean
|
|
81495
|
+
ongoing_count?: boolean
|
|
81496
|
+
selected_count?: boolean
|
|
81497
|
+
rejected_count?: boolean
|
|
81463
81498
|
updated_at?: boolean
|
|
81464
81499
|
}, ExtArgs["result"]["openJobAnalytics"]>
|
|
81465
81500
|
|
|
@@ -81483,16 +81518,14 @@ export namespace Prisma {
|
|
|
81483
81518
|
closure_type?: boolean
|
|
81484
81519
|
time_to_hire_days?: boolean
|
|
81485
81520
|
application_count?: boolean
|
|
81486
|
-
|
|
81487
|
-
|
|
81488
|
-
|
|
81489
|
-
|
|
81490
|
-
offered_count?: boolean
|
|
81491
|
-
hired_count?: boolean
|
|
81521
|
+
unscreened_count?: boolean
|
|
81522
|
+
ongoing_count?: boolean
|
|
81523
|
+
selected_count?: boolean
|
|
81524
|
+
rejected_count?: boolean
|
|
81492
81525
|
updated_at?: boolean
|
|
81493
81526
|
}
|
|
81494
81527
|
|
|
81495
|
-
export type OpenJobAnalyticsOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "job_description_id" | "job_code" | "job_number" | "role_title" | "department" | "hiring_manager_id" | "hiring_manager_name" | "location" | "compensation" | "vacancies" | "opened_at" | "target_closing_date" | "closing_date" | "is_open" | "closure_type" | "time_to_hire_days" | "application_count" | "
|
|
81528
|
+
export type OpenJobAnalyticsOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "job_description_id" | "job_code" | "job_number" | "role_title" | "department" | "hiring_manager_id" | "hiring_manager_name" | "location" | "compensation" | "vacancies" | "opened_at" | "target_closing_date" | "closing_date" | "is_open" | "closure_type" | "time_to_hire_days" | "application_count" | "unscreened_count" | "ongoing_count" | "selected_count" | "rejected_count" | "updated_at", ExtArgs["result"]["openJobAnalytics"]>
|
|
81496
81529
|
|
|
81497
81530
|
export type $OpenJobAnalyticsPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
81498
81531
|
name: "OpenJobAnalytics"
|
|
@@ -81517,12 +81550,10 @@ export namespace Prisma {
|
|
|
81517
81550
|
closure_type: $Enums.OpenJobClosureType | null
|
|
81518
81551
|
time_to_hire_days: number | null
|
|
81519
81552
|
application_count: number
|
|
81520
|
-
|
|
81521
|
-
|
|
81522
|
-
|
|
81523
|
-
|
|
81524
|
-
offered_count: number
|
|
81525
|
-
hired_count: number
|
|
81553
|
+
unscreened_count: number
|
|
81554
|
+
ongoing_count: number
|
|
81555
|
+
selected_count: number
|
|
81556
|
+
rejected_count: number
|
|
81526
81557
|
updated_at: Date
|
|
81527
81558
|
}, ExtArgs["result"]["openJobAnalytics"]>
|
|
81528
81559
|
composites: {}
|
|
@@ -81966,12 +81997,10 @@ export namespace Prisma {
|
|
|
81966
81997
|
readonly closure_type: FieldRef<"OpenJobAnalytics", 'OpenJobClosureType'>
|
|
81967
81998
|
readonly time_to_hire_days: FieldRef<"OpenJobAnalytics", 'Int'>
|
|
81968
81999
|
readonly application_count: FieldRef<"OpenJobAnalytics", 'Int'>
|
|
81969
|
-
readonly
|
|
81970
|
-
readonly
|
|
81971
|
-
readonly
|
|
81972
|
-
readonly
|
|
81973
|
-
readonly offered_count: FieldRef<"OpenJobAnalytics", 'Int'>
|
|
81974
|
-
readonly hired_count: FieldRef<"OpenJobAnalytics", 'Int'>
|
|
82000
|
+
readonly unscreened_count: FieldRef<"OpenJobAnalytics", 'Int'>
|
|
82001
|
+
readonly ongoing_count: FieldRef<"OpenJobAnalytics", 'Int'>
|
|
82002
|
+
readonly selected_count: FieldRef<"OpenJobAnalytics", 'Int'>
|
|
82003
|
+
readonly rejected_count: FieldRef<"OpenJobAnalytics", 'Int'>
|
|
81975
82004
|
readonly updated_at: FieldRef<"OpenJobAnalytics", 'DateTime'>
|
|
81976
82005
|
}
|
|
81977
82006
|
|
|
@@ -82356,12 +82385,10 @@ export namespace Prisma {
|
|
|
82356
82385
|
vacancies: number | null
|
|
82357
82386
|
time_to_hire_days: number | null
|
|
82358
82387
|
application_count: number | null
|
|
82359
|
-
|
|
82360
|
-
|
|
82361
|
-
|
|
82362
|
-
|
|
82363
|
-
offered_count: number | null
|
|
82364
|
-
hired_count: number | null
|
|
82388
|
+
unscreened_count: number | null
|
|
82389
|
+
ongoing_count: number | null
|
|
82390
|
+
selected_count: number | null
|
|
82391
|
+
rejected_count: number | null
|
|
82365
82392
|
}
|
|
82366
82393
|
|
|
82367
82394
|
export type OpenJobAnalyticsDailySumAggregateOutputType = {
|
|
@@ -82369,12 +82396,10 @@ export namespace Prisma {
|
|
|
82369
82396
|
vacancies: number | null
|
|
82370
82397
|
time_to_hire_days: number | null
|
|
82371
82398
|
application_count: number | null
|
|
82372
|
-
|
|
82373
|
-
|
|
82374
|
-
|
|
82375
|
-
|
|
82376
|
-
offered_count: number | null
|
|
82377
|
-
hired_count: number | null
|
|
82399
|
+
unscreened_count: number | null
|
|
82400
|
+
ongoing_count: number | null
|
|
82401
|
+
selected_count: number | null
|
|
82402
|
+
rejected_count: number | null
|
|
82378
82403
|
}
|
|
82379
82404
|
|
|
82380
82405
|
export type OpenJobAnalyticsDailyMinAggregateOutputType = {
|
|
@@ -82398,12 +82423,10 @@ export namespace Prisma {
|
|
|
82398
82423
|
closure_type: $Enums.OpenJobClosureType | null
|
|
82399
82424
|
time_to_hire_days: number | null
|
|
82400
82425
|
application_count: number | null
|
|
82401
|
-
|
|
82402
|
-
|
|
82403
|
-
|
|
82404
|
-
|
|
82405
|
-
offered_count: number | null
|
|
82406
|
-
hired_count: number | null
|
|
82426
|
+
unscreened_count: number | null
|
|
82427
|
+
ongoing_count: number | null
|
|
82428
|
+
selected_count: number | null
|
|
82429
|
+
rejected_count: number | null
|
|
82407
82430
|
}
|
|
82408
82431
|
|
|
82409
82432
|
export type OpenJobAnalyticsDailyMaxAggregateOutputType = {
|
|
@@ -82427,12 +82450,10 @@ export namespace Prisma {
|
|
|
82427
82450
|
closure_type: $Enums.OpenJobClosureType | null
|
|
82428
82451
|
time_to_hire_days: number | null
|
|
82429
82452
|
application_count: number | null
|
|
82430
|
-
|
|
82431
|
-
|
|
82432
|
-
|
|
82433
|
-
|
|
82434
|
-
offered_count: number | null
|
|
82435
|
-
hired_count: number | null
|
|
82453
|
+
unscreened_count: number | null
|
|
82454
|
+
ongoing_count: number | null
|
|
82455
|
+
selected_count: number | null
|
|
82456
|
+
rejected_count: number | null
|
|
82436
82457
|
}
|
|
82437
82458
|
|
|
82438
82459
|
export type OpenJobAnalyticsDailyCountAggregateOutputType = {
|
|
@@ -82456,12 +82477,10 @@ export namespace Prisma {
|
|
|
82456
82477
|
closure_type: number
|
|
82457
82478
|
time_to_hire_days: number
|
|
82458
82479
|
application_count: number
|
|
82459
|
-
|
|
82460
|
-
|
|
82461
|
-
|
|
82462
|
-
|
|
82463
|
-
offered_count: number
|
|
82464
|
-
hired_count: number
|
|
82480
|
+
unscreened_count: number
|
|
82481
|
+
ongoing_count: number
|
|
82482
|
+
selected_count: number
|
|
82483
|
+
rejected_count: number
|
|
82465
82484
|
_all: number
|
|
82466
82485
|
}
|
|
82467
82486
|
|
|
@@ -82471,12 +82490,10 @@ export namespace Prisma {
|
|
|
82471
82490
|
vacancies?: true
|
|
82472
82491
|
time_to_hire_days?: true
|
|
82473
82492
|
application_count?: true
|
|
82474
|
-
|
|
82475
|
-
|
|
82476
|
-
|
|
82477
|
-
|
|
82478
|
-
offered_count?: true
|
|
82479
|
-
hired_count?: true
|
|
82493
|
+
unscreened_count?: true
|
|
82494
|
+
ongoing_count?: true
|
|
82495
|
+
selected_count?: true
|
|
82496
|
+
rejected_count?: true
|
|
82480
82497
|
}
|
|
82481
82498
|
|
|
82482
82499
|
export type OpenJobAnalyticsDailySumAggregateInputType = {
|
|
@@ -82484,12 +82501,10 @@ export namespace Prisma {
|
|
|
82484
82501
|
vacancies?: true
|
|
82485
82502
|
time_to_hire_days?: true
|
|
82486
82503
|
application_count?: true
|
|
82487
|
-
|
|
82488
|
-
|
|
82489
|
-
|
|
82490
|
-
|
|
82491
|
-
offered_count?: true
|
|
82492
|
-
hired_count?: true
|
|
82504
|
+
unscreened_count?: true
|
|
82505
|
+
ongoing_count?: true
|
|
82506
|
+
selected_count?: true
|
|
82507
|
+
rejected_count?: true
|
|
82493
82508
|
}
|
|
82494
82509
|
|
|
82495
82510
|
export type OpenJobAnalyticsDailyMinAggregateInputType = {
|
|
@@ -82513,12 +82528,10 @@ export namespace Prisma {
|
|
|
82513
82528
|
closure_type?: true
|
|
82514
82529
|
time_to_hire_days?: true
|
|
82515
82530
|
application_count?: true
|
|
82516
|
-
|
|
82517
|
-
|
|
82518
|
-
|
|
82519
|
-
|
|
82520
|
-
offered_count?: true
|
|
82521
|
-
hired_count?: true
|
|
82531
|
+
unscreened_count?: true
|
|
82532
|
+
ongoing_count?: true
|
|
82533
|
+
selected_count?: true
|
|
82534
|
+
rejected_count?: true
|
|
82522
82535
|
}
|
|
82523
82536
|
|
|
82524
82537
|
export type OpenJobAnalyticsDailyMaxAggregateInputType = {
|
|
@@ -82542,12 +82555,10 @@ export namespace Prisma {
|
|
|
82542
82555
|
closure_type?: true
|
|
82543
82556
|
time_to_hire_days?: true
|
|
82544
82557
|
application_count?: true
|
|
82545
|
-
|
|
82546
|
-
|
|
82547
|
-
|
|
82548
|
-
|
|
82549
|
-
offered_count?: true
|
|
82550
|
-
hired_count?: true
|
|
82558
|
+
unscreened_count?: true
|
|
82559
|
+
ongoing_count?: true
|
|
82560
|
+
selected_count?: true
|
|
82561
|
+
rejected_count?: true
|
|
82551
82562
|
}
|
|
82552
82563
|
|
|
82553
82564
|
export type OpenJobAnalyticsDailyCountAggregateInputType = {
|
|
@@ -82571,12 +82582,10 @@ export namespace Prisma {
|
|
|
82571
82582
|
closure_type?: true
|
|
82572
82583
|
time_to_hire_days?: true
|
|
82573
82584
|
application_count?: true
|
|
82574
|
-
|
|
82575
|
-
|
|
82576
|
-
|
|
82577
|
-
|
|
82578
|
-
offered_count?: true
|
|
82579
|
-
hired_count?: true
|
|
82585
|
+
unscreened_count?: true
|
|
82586
|
+
ongoing_count?: true
|
|
82587
|
+
selected_count?: true
|
|
82588
|
+
rejected_count?: true
|
|
82580
82589
|
_all?: true
|
|
82581
82590
|
}
|
|
82582
82591
|
|
|
@@ -82687,12 +82696,10 @@ export namespace Prisma {
|
|
|
82687
82696
|
closure_type: $Enums.OpenJobClosureType | null
|
|
82688
82697
|
time_to_hire_days: number | null
|
|
82689
82698
|
application_count: number
|
|
82690
|
-
|
|
82691
|
-
|
|
82692
|
-
|
|
82693
|
-
|
|
82694
|
-
offered_count: number
|
|
82695
|
-
hired_count: number
|
|
82699
|
+
unscreened_count: number
|
|
82700
|
+
ongoing_count: number
|
|
82701
|
+
selected_count: number
|
|
82702
|
+
rejected_count: number
|
|
82696
82703
|
_count: OpenJobAnalyticsDailyCountAggregateOutputType | null
|
|
82697
82704
|
_avg: OpenJobAnalyticsDailyAvgAggregateOutputType | null
|
|
82698
82705
|
_sum: OpenJobAnalyticsDailySumAggregateOutputType | null
|
|
@@ -82735,12 +82742,10 @@ export namespace Prisma {
|
|
|
82735
82742
|
closure_type?: boolean
|
|
82736
82743
|
time_to_hire_days?: boolean
|
|
82737
82744
|
application_count?: boolean
|
|
82738
|
-
|
|
82739
|
-
|
|
82740
|
-
|
|
82741
|
-
|
|
82742
|
-
offered_count?: boolean
|
|
82743
|
-
hired_count?: boolean
|
|
82745
|
+
unscreened_count?: boolean
|
|
82746
|
+
ongoing_count?: boolean
|
|
82747
|
+
selected_count?: boolean
|
|
82748
|
+
rejected_count?: boolean
|
|
82744
82749
|
}, ExtArgs["result"]["openJobAnalyticsDaily"]>
|
|
82745
82750
|
|
|
82746
82751
|
export type OpenJobAnalyticsDailySelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -82764,12 +82769,10 @@ export namespace Prisma {
|
|
|
82764
82769
|
closure_type?: boolean
|
|
82765
82770
|
time_to_hire_days?: boolean
|
|
82766
82771
|
application_count?: boolean
|
|
82767
|
-
|
|
82768
|
-
|
|
82769
|
-
|
|
82770
|
-
|
|
82771
|
-
offered_count?: boolean
|
|
82772
|
-
hired_count?: boolean
|
|
82772
|
+
unscreened_count?: boolean
|
|
82773
|
+
ongoing_count?: boolean
|
|
82774
|
+
selected_count?: boolean
|
|
82775
|
+
rejected_count?: boolean
|
|
82773
82776
|
}, ExtArgs["result"]["openJobAnalyticsDaily"]>
|
|
82774
82777
|
|
|
82775
82778
|
export type OpenJobAnalyticsDailySelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -82793,12 +82796,10 @@ export namespace Prisma {
|
|
|
82793
82796
|
closure_type?: boolean
|
|
82794
82797
|
time_to_hire_days?: boolean
|
|
82795
82798
|
application_count?: boolean
|
|
82796
|
-
|
|
82797
|
-
|
|
82798
|
-
|
|
82799
|
-
|
|
82800
|
-
offered_count?: boolean
|
|
82801
|
-
hired_count?: boolean
|
|
82799
|
+
unscreened_count?: boolean
|
|
82800
|
+
ongoing_count?: boolean
|
|
82801
|
+
selected_count?: boolean
|
|
82802
|
+
rejected_count?: boolean
|
|
82802
82803
|
}, ExtArgs["result"]["openJobAnalyticsDaily"]>
|
|
82803
82804
|
|
|
82804
82805
|
export type OpenJobAnalyticsDailySelectScalar = {
|
|
@@ -82822,15 +82823,13 @@ export namespace Prisma {
|
|
|
82822
82823
|
closure_type?: boolean
|
|
82823
82824
|
time_to_hire_days?: boolean
|
|
82824
82825
|
application_count?: boolean
|
|
82825
|
-
|
|
82826
|
-
|
|
82827
|
-
|
|
82828
|
-
|
|
82829
|
-
offered_count?: boolean
|
|
82830
|
-
hired_count?: boolean
|
|
82826
|
+
unscreened_count?: boolean
|
|
82827
|
+
ongoing_count?: boolean
|
|
82828
|
+
selected_count?: boolean
|
|
82829
|
+
rejected_count?: boolean
|
|
82831
82830
|
}
|
|
82832
82831
|
|
|
82833
|
-
export type OpenJobAnalyticsDailyOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "snapshot_date" | "organisation_id" | "job_description_id" | "job_code" | "job_number" | "role_title" | "department" | "hiring_manager_id" | "hiring_manager_name" | "location" | "compensation" | "vacancies" | "opened_at" | "target_closing_date" | "closing_date" | "is_open" | "closure_type" | "time_to_hire_days" | "application_count" | "
|
|
82832
|
+
export type OpenJobAnalyticsDailyOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "snapshot_date" | "organisation_id" | "job_description_id" | "job_code" | "job_number" | "role_title" | "department" | "hiring_manager_id" | "hiring_manager_name" | "location" | "compensation" | "vacancies" | "opened_at" | "target_closing_date" | "closing_date" | "is_open" | "closure_type" | "time_to_hire_days" | "application_count" | "unscreened_count" | "ongoing_count" | "selected_count" | "rejected_count", ExtArgs["result"]["openJobAnalyticsDaily"]>
|
|
82834
82833
|
|
|
82835
82834
|
export type $OpenJobAnalyticsDailyPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
82836
82835
|
name: "OpenJobAnalyticsDaily"
|
|
@@ -82856,12 +82855,10 @@ export namespace Prisma {
|
|
|
82856
82855
|
closure_type: $Enums.OpenJobClosureType | null
|
|
82857
82856
|
time_to_hire_days: number | null
|
|
82858
82857
|
application_count: number
|
|
82859
|
-
|
|
82860
|
-
|
|
82861
|
-
|
|
82862
|
-
|
|
82863
|
-
offered_count: number
|
|
82864
|
-
hired_count: number
|
|
82858
|
+
unscreened_count: number
|
|
82859
|
+
ongoing_count: number
|
|
82860
|
+
selected_count: number
|
|
82861
|
+
rejected_count: number
|
|
82865
82862
|
}, ExtArgs["result"]["openJobAnalyticsDaily"]>
|
|
82866
82863
|
composites: {}
|
|
82867
82864
|
}
|
|
@@ -83305,12 +83302,10 @@ export namespace Prisma {
|
|
|
83305
83302
|
readonly closure_type: FieldRef<"OpenJobAnalyticsDaily", 'OpenJobClosureType'>
|
|
83306
83303
|
readonly time_to_hire_days: FieldRef<"OpenJobAnalyticsDaily", 'Int'>
|
|
83307
83304
|
readonly application_count: FieldRef<"OpenJobAnalyticsDaily", 'Int'>
|
|
83308
|
-
readonly
|
|
83309
|
-
readonly
|
|
83310
|
-
readonly
|
|
83311
|
-
readonly
|
|
83312
|
-
readonly offered_count: FieldRef<"OpenJobAnalyticsDaily", 'Int'>
|
|
83313
|
-
readonly hired_count: FieldRef<"OpenJobAnalyticsDaily", 'Int'>
|
|
83305
|
+
readonly unscreened_count: FieldRef<"OpenJobAnalyticsDaily", 'Int'>
|
|
83306
|
+
readonly ongoing_count: FieldRef<"OpenJobAnalyticsDaily", 'Int'>
|
|
83307
|
+
readonly selected_count: FieldRef<"OpenJobAnalyticsDaily", 'Int'>
|
|
83308
|
+
readonly rejected_count: FieldRef<"OpenJobAnalyticsDaily", 'Int'>
|
|
83314
83309
|
}
|
|
83315
83310
|
|
|
83316
83311
|
|
|
@@ -116055,6 +116050,7 @@ export namespace Prisma {
|
|
|
116055
116050
|
uploaded_job_description_path: 'uploaded_job_description_path',
|
|
116056
116051
|
source_document_id: 'source_document_id',
|
|
116057
116052
|
rendered_jd_document_id: 'rendered_jd_document_id',
|
|
116053
|
+
display_html_document_id: 'display_html_document_id',
|
|
116058
116054
|
is_plan_published: 'is_plan_published',
|
|
116059
116055
|
is_posted: 'is_posted',
|
|
116060
116056
|
summary: 'summary',
|
|
@@ -116283,12 +116279,10 @@ export namespace Prisma {
|
|
|
116283
116279
|
closure_type: 'closure_type',
|
|
116284
116280
|
time_to_hire_days: 'time_to_hire_days',
|
|
116285
116281
|
application_count: 'application_count',
|
|
116286
|
-
|
|
116287
|
-
|
|
116288
|
-
|
|
116289
|
-
|
|
116290
|
-
offered_count: 'offered_count',
|
|
116291
|
-
hired_count: 'hired_count',
|
|
116282
|
+
unscreened_count: 'unscreened_count',
|
|
116283
|
+
ongoing_count: 'ongoing_count',
|
|
116284
|
+
selected_count: 'selected_count',
|
|
116285
|
+
rejected_count: 'rejected_count',
|
|
116292
116286
|
updated_at: 'updated_at'
|
|
116293
116287
|
};
|
|
116294
116288
|
|
|
@@ -116316,12 +116310,10 @@ export namespace Prisma {
|
|
|
116316
116310
|
closure_type: 'closure_type',
|
|
116317
116311
|
time_to_hire_days: 'time_to_hire_days',
|
|
116318
116312
|
application_count: 'application_count',
|
|
116319
|
-
|
|
116320
|
-
|
|
116321
|
-
|
|
116322
|
-
|
|
116323
|
-
offered_count: 'offered_count',
|
|
116324
|
-
hired_count: 'hired_count'
|
|
116313
|
+
unscreened_count: 'unscreened_count',
|
|
116314
|
+
ongoing_count: 'ongoing_count',
|
|
116315
|
+
selected_count: 'selected_count',
|
|
116316
|
+
rejected_count: 'rejected_count'
|
|
116325
116317
|
};
|
|
116326
116318
|
|
|
116327
116319
|
export type OpenJobAnalyticsDailyScalarFieldEnum = (typeof OpenJobAnalyticsDailyScalarFieldEnum)[keyof typeof OpenJobAnalyticsDailyScalarFieldEnum]
|
|
@@ -121093,6 +121085,7 @@ export namespace Prisma {
|
|
|
121093
121085
|
resume_rendered_export?: XOR<ResumeNullableScalarRelationFilter, ResumeWhereInput> | null
|
|
121094
121086
|
job_description_source?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
|
|
121095
121087
|
job_description_rendered?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
|
|
121088
|
+
job_description_display_html?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
|
|
121096
121089
|
interview_recording?: XOR<InterviewNullableScalarRelationFilter, InterviewWhereInput> | null
|
|
121097
121090
|
job_application_responses?: JobApplicationResponseListRelationFilter
|
|
121098
121091
|
assignment_solution?: XOR<AssignmentNullableScalarRelationFilter, AssignmentWhereInput> | null
|
|
@@ -121123,6 +121116,7 @@ export namespace Prisma {
|
|
|
121123
121116
|
resume_rendered_export?: ResumeOrderByWithRelationInput
|
|
121124
121117
|
job_description_source?: JobDescriptionOrderByWithRelationInput
|
|
121125
121118
|
job_description_rendered?: JobDescriptionOrderByWithRelationInput
|
|
121119
|
+
job_description_display_html?: JobDescriptionOrderByWithRelationInput
|
|
121126
121120
|
interview_recording?: InterviewOrderByWithRelationInput
|
|
121127
121121
|
job_application_responses?: JobApplicationResponseOrderByRelationAggregateInput
|
|
121128
121122
|
assignment_solution?: AssignmentOrderByWithRelationInput
|
|
@@ -121156,6 +121150,7 @@ export namespace Prisma {
|
|
|
121156
121150
|
resume_rendered_export?: XOR<ResumeNullableScalarRelationFilter, ResumeWhereInput> | null
|
|
121157
121151
|
job_description_source?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
|
|
121158
121152
|
job_description_rendered?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
|
|
121153
|
+
job_description_display_html?: XOR<JobDescriptionNullableScalarRelationFilter, JobDescriptionWhereInput> | null
|
|
121159
121154
|
interview_recording?: XOR<InterviewNullableScalarRelationFilter, InterviewWhereInput> | null
|
|
121160
121155
|
job_application_responses?: JobApplicationResponseListRelationFilter
|
|
121161
121156
|
assignment_solution?: XOR<AssignmentNullableScalarRelationFilter, AssignmentWhereInput> | null
|
|
@@ -123746,6 +123741,7 @@ export namespace Prisma {
|
|
|
123746
123741
|
uploaded_job_description_path?: StringNullableFilter<"JobDescription"> | string | null
|
|
123747
123742
|
source_document_id?: StringNullableFilter<"JobDescription"> | string | null
|
|
123748
123743
|
rendered_jd_document_id?: StringNullableFilter<"JobDescription"> | string | null
|
|
123744
|
+
display_html_document_id?: StringNullableFilter<"JobDescription"> | string | null
|
|
123749
123745
|
is_plan_published?: BoolFilter<"JobDescription"> | boolean
|
|
123750
123746
|
is_posted?: BoolFilter<"JobDescription"> | boolean
|
|
123751
123747
|
summary?: JsonNullableFilter<"JobDescription">
|
|
@@ -123763,6 +123759,7 @@ export namespace Prisma {
|
|
|
123763
123759
|
openings?: IntFilter<"JobDescription"> | number
|
|
123764
123760
|
job_profile_id?: StringNullableFilter<"JobDescription"> | string | null
|
|
123765
123761
|
rendered_jd_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
|
|
123762
|
+
display_html_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
|
|
123766
123763
|
job_profile?: XOR<JobProfileNullableScalarRelationFilter, JobProfileWhereInput> | null
|
|
123767
123764
|
organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
|
|
123768
123765
|
source_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
|
|
@@ -123796,6 +123793,7 @@ export namespace Prisma {
|
|
|
123796
123793
|
uploaded_job_description_path?: SortOrderInput | SortOrder
|
|
123797
123794
|
source_document_id?: SortOrderInput | SortOrder
|
|
123798
123795
|
rendered_jd_document_id?: SortOrderInput | SortOrder
|
|
123796
|
+
display_html_document_id?: SortOrderInput | SortOrder
|
|
123799
123797
|
is_plan_published?: SortOrder
|
|
123800
123798
|
is_posted?: SortOrder
|
|
123801
123799
|
summary?: SortOrderInput | SortOrder
|
|
@@ -123813,6 +123811,7 @@ export namespace Prisma {
|
|
|
123813
123811
|
openings?: SortOrder
|
|
123814
123812
|
job_profile_id?: SortOrderInput | SortOrder
|
|
123815
123813
|
rendered_jd_document?: DocumentOrderByWithRelationInput
|
|
123814
|
+
display_html_document?: DocumentOrderByWithRelationInput
|
|
123816
123815
|
job_profile?: JobProfileOrderByWithRelationInput
|
|
123817
123816
|
organisation?: OrganisationOrderByWithRelationInput
|
|
123818
123817
|
source_document?: DocumentOrderByWithRelationInput
|
|
@@ -123840,6 +123839,7 @@ export namespace Prisma {
|
|
|
123840
123839
|
id?: string
|
|
123841
123840
|
source_document_id?: string
|
|
123842
123841
|
rendered_jd_document_id?: string
|
|
123842
|
+
display_html_document_id?: string
|
|
123843
123843
|
job_code?: string
|
|
123844
123844
|
AND?: JobDescriptionWhereInput | JobDescriptionWhereInput[]
|
|
123845
123845
|
OR?: JobDescriptionWhereInput[]
|
|
@@ -123866,6 +123866,7 @@ export namespace Prisma {
|
|
|
123866
123866
|
openings?: IntFilter<"JobDescription"> | number
|
|
123867
123867
|
job_profile_id?: StringNullableFilter<"JobDescription"> | string | null
|
|
123868
123868
|
rendered_jd_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
|
|
123869
|
+
display_html_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
|
|
123869
123870
|
job_profile?: XOR<JobProfileNullableScalarRelationFilter, JobProfileWhereInput> | null
|
|
123870
123871
|
organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
|
|
123871
123872
|
source_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
|
|
@@ -123887,7 +123888,7 @@ export namespace Prisma {
|
|
|
123887
123888
|
job_application_template?: XOR<JobApplicationTemplateNullableScalarRelationFilter, JobApplicationTemplateWhereInput> | null
|
|
123888
123889
|
conversations?: ConversationListRelationFilter
|
|
123889
123890
|
communication_messages?: CommunicationMessageListRelationFilter
|
|
123890
|
-
}, "id" | "source_document_id" | "rendered_jd_document_id" | "job_code">
|
|
123891
|
+
}, "id" | "source_document_id" | "rendered_jd_document_id" | "display_html_document_id" | "job_code">
|
|
123891
123892
|
|
|
123892
123893
|
export type JobDescriptionOrderByWithAggregationInput = {
|
|
123893
123894
|
id?: SortOrder
|
|
@@ -123899,6 +123900,7 @@ export namespace Prisma {
|
|
|
123899
123900
|
uploaded_job_description_path?: SortOrderInput | SortOrder
|
|
123900
123901
|
source_document_id?: SortOrderInput | SortOrder
|
|
123901
123902
|
rendered_jd_document_id?: SortOrderInput | SortOrder
|
|
123903
|
+
display_html_document_id?: SortOrderInput | SortOrder
|
|
123902
123904
|
is_plan_published?: SortOrder
|
|
123903
123905
|
is_posted?: SortOrder
|
|
123904
123906
|
summary?: SortOrderInput | SortOrder
|
|
@@ -123935,6 +123937,7 @@ export namespace Prisma {
|
|
|
123935
123937
|
uploaded_job_description_path?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
|
|
123936
123938
|
source_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
|
|
123937
123939
|
rendered_jd_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
|
|
123940
|
+
display_html_document_id?: StringNullableWithAggregatesFilter<"JobDescription"> | string | null
|
|
123938
123941
|
is_plan_published?: BoolWithAggregatesFilter<"JobDescription"> | boolean
|
|
123939
123942
|
is_posted?: BoolWithAggregatesFilter<"JobDescription"> | boolean
|
|
123940
123943
|
summary?: JsonNullableWithAggregatesFilter<"JobDescription">
|
|
@@ -124957,12 +124960,10 @@ export namespace Prisma {
|
|
|
124957
124960
|
closure_type?: EnumOpenJobClosureTypeNullableFilter<"OpenJobAnalytics"> | $Enums.OpenJobClosureType | null
|
|
124958
124961
|
time_to_hire_days?: IntNullableFilter<"OpenJobAnalytics"> | number | null
|
|
124959
124962
|
application_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
124960
|
-
|
|
124961
|
-
|
|
124962
|
-
|
|
124963
|
-
|
|
124964
|
-
offered_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
124965
|
-
hired_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
124963
|
+
unscreened_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
124964
|
+
ongoing_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
124965
|
+
selected_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
124966
|
+
rejected_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
124966
124967
|
updated_at?: DateTimeFilter<"OpenJobAnalytics"> | Date | string
|
|
124967
124968
|
}
|
|
124968
124969
|
|
|
@@ -124986,12 +124987,10 @@ export namespace Prisma {
|
|
|
124986
124987
|
closure_type?: SortOrderInput | SortOrder
|
|
124987
124988
|
time_to_hire_days?: SortOrderInput | SortOrder
|
|
124988
124989
|
application_count?: SortOrder
|
|
124989
|
-
|
|
124990
|
-
|
|
124991
|
-
|
|
124992
|
-
|
|
124993
|
-
offered_count?: SortOrder
|
|
124994
|
-
hired_count?: SortOrder
|
|
124990
|
+
unscreened_count?: SortOrder
|
|
124991
|
+
ongoing_count?: SortOrder
|
|
124992
|
+
selected_count?: SortOrder
|
|
124993
|
+
rejected_count?: SortOrder
|
|
124995
124994
|
updated_at?: SortOrder
|
|
124996
124995
|
}
|
|
124997
124996
|
|
|
@@ -125018,12 +125017,10 @@ export namespace Prisma {
|
|
|
125018
125017
|
closure_type?: EnumOpenJobClosureTypeNullableFilter<"OpenJobAnalytics"> | $Enums.OpenJobClosureType | null
|
|
125019
125018
|
time_to_hire_days?: IntNullableFilter<"OpenJobAnalytics"> | number | null
|
|
125020
125019
|
application_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
125021
|
-
|
|
125022
|
-
|
|
125023
|
-
|
|
125024
|
-
|
|
125025
|
-
offered_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
125026
|
-
hired_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
125020
|
+
unscreened_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
125021
|
+
ongoing_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
125022
|
+
selected_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
125023
|
+
rejected_count?: IntFilter<"OpenJobAnalytics"> | number
|
|
125027
125024
|
updated_at?: DateTimeFilter<"OpenJobAnalytics"> | Date | string
|
|
125028
125025
|
}, "id" | "job_description_id">
|
|
125029
125026
|
|
|
@@ -125047,12 +125044,10 @@ export namespace Prisma {
|
|
|
125047
125044
|
closure_type?: SortOrderInput | SortOrder
|
|
125048
125045
|
time_to_hire_days?: SortOrderInput | SortOrder
|
|
125049
125046
|
application_count?: SortOrder
|
|
125050
|
-
|
|
125051
|
-
|
|
125052
|
-
|
|
125053
|
-
|
|
125054
|
-
offered_count?: SortOrder
|
|
125055
|
-
hired_count?: SortOrder
|
|
125047
|
+
unscreened_count?: SortOrder
|
|
125048
|
+
ongoing_count?: SortOrder
|
|
125049
|
+
selected_count?: SortOrder
|
|
125050
|
+
rejected_count?: SortOrder
|
|
125056
125051
|
updated_at?: SortOrder
|
|
125057
125052
|
_count?: OpenJobAnalyticsCountOrderByAggregateInput
|
|
125058
125053
|
_avg?: OpenJobAnalyticsAvgOrderByAggregateInput
|
|
@@ -125084,12 +125079,10 @@ export namespace Prisma {
|
|
|
125084
125079
|
closure_type?: EnumOpenJobClosureTypeNullableWithAggregatesFilter<"OpenJobAnalytics"> | $Enums.OpenJobClosureType | null
|
|
125085
125080
|
time_to_hire_days?: IntNullableWithAggregatesFilter<"OpenJobAnalytics"> | number | null
|
|
125086
125081
|
application_count?: IntWithAggregatesFilter<"OpenJobAnalytics"> | number
|
|
125087
|
-
|
|
125088
|
-
|
|
125089
|
-
|
|
125090
|
-
|
|
125091
|
-
offered_count?: IntWithAggregatesFilter<"OpenJobAnalytics"> | number
|
|
125092
|
-
hired_count?: IntWithAggregatesFilter<"OpenJobAnalytics"> | number
|
|
125082
|
+
unscreened_count?: IntWithAggregatesFilter<"OpenJobAnalytics"> | number
|
|
125083
|
+
ongoing_count?: IntWithAggregatesFilter<"OpenJobAnalytics"> | number
|
|
125084
|
+
selected_count?: IntWithAggregatesFilter<"OpenJobAnalytics"> | number
|
|
125085
|
+
rejected_count?: IntWithAggregatesFilter<"OpenJobAnalytics"> | number
|
|
125093
125086
|
updated_at?: DateTimeWithAggregatesFilter<"OpenJobAnalytics"> | Date | string
|
|
125094
125087
|
}
|
|
125095
125088
|
|
|
@@ -125117,12 +125110,10 @@ export namespace Prisma {
|
|
|
125117
125110
|
closure_type?: EnumOpenJobClosureTypeNullableFilter<"OpenJobAnalyticsDaily"> | $Enums.OpenJobClosureType | null
|
|
125118
125111
|
time_to_hire_days?: IntNullableFilter<"OpenJobAnalyticsDaily"> | number | null
|
|
125119
125112
|
application_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125120
|
-
|
|
125121
|
-
|
|
125122
|
-
|
|
125123
|
-
|
|
125124
|
-
offered_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125125
|
-
hired_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125113
|
+
unscreened_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125114
|
+
ongoing_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125115
|
+
selected_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125116
|
+
rejected_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125126
125117
|
}
|
|
125127
125118
|
|
|
125128
125119
|
export type OpenJobAnalyticsDailyOrderByWithRelationInput = {
|
|
@@ -125146,12 +125137,10 @@ export namespace Prisma {
|
|
|
125146
125137
|
closure_type?: SortOrderInput | SortOrder
|
|
125147
125138
|
time_to_hire_days?: SortOrderInput | SortOrder
|
|
125148
125139
|
application_count?: SortOrder
|
|
125149
|
-
|
|
125150
|
-
|
|
125151
|
-
|
|
125152
|
-
|
|
125153
|
-
offered_count?: SortOrder
|
|
125154
|
-
hired_count?: SortOrder
|
|
125140
|
+
unscreened_count?: SortOrder
|
|
125141
|
+
ongoing_count?: SortOrder
|
|
125142
|
+
selected_count?: SortOrder
|
|
125143
|
+
rejected_count?: SortOrder
|
|
125155
125144
|
}
|
|
125156
125145
|
|
|
125157
125146
|
export type OpenJobAnalyticsDailyWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -125179,12 +125168,10 @@ export namespace Prisma {
|
|
|
125179
125168
|
closure_type?: EnumOpenJobClosureTypeNullableFilter<"OpenJobAnalyticsDaily"> | $Enums.OpenJobClosureType | null
|
|
125180
125169
|
time_to_hire_days?: IntNullableFilter<"OpenJobAnalyticsDaily"> | number | null
|
|
125181
125170
|
application_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125182
|
-
|
|
125183
|
-
|
|
125184
|
-
|
|
125185
|
-
|
|
125186
|
-
offered_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125187
|
-
hired_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125171
|
+
unscreened_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125172
|
+
ongoing_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125173
|
+
selected_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125174
|
+
rejected_count?: IntFilter<"OpenJobAnalyticsDaily"> | number
|
|
125188
125175
|
}, "id" | "snapshot_date_job_description_id">
|
|
125189
125176
|
|
|
125190
125177
|
export type OpenJobAnalyticsDailyOrderByWithAggregationInput = {
|
|
@@ -125208,12 +125195,10 @@ export namespace Prisma {
|
|
|
125208
125195
|
closure_type?: SortOrderInput | SortOrder
|
|
125209
125196
|
time_to_hire_days?: SortOrderInput | SortOrder
|
|
125210
125197
|
application_count?: SortOrder
|
|
125211
|
-
|
|
125212
|
-
|
|
125213
|
-
|
|
125214
|
-
|
|
125215
|
-
offered_count?: SortOrder
|
|
125216
|
-
hired_count?: SortOrder
|
|
125198
|
+
unscreened_count?: SortOrder
|
|
125199
|
+
ongoing_count?: SortOrder
|
|
125200
|
+
selected_count?: SortOrder
|
|
125201
|
+
rejected_count?: SortOrder
|
|
125217
125202
|
_count?: OpenJobAnalyticsDailyCountOrderByAggregateInput
|
|
125218
125203
|
_avg?: OpenJobAnalyticsDailyAvgOrderByAggregateInput
|
|
125219
125204
|
_max?: OpenJobAnalyticsDailyMaxOrderByAggregateInput
|
|
@@ -125245,12 +125230,10 @@ export namespace Prisma {
|
|
|
125245
125230
|
closure_type?: EnumOpenJobClosureTypeNullableWithAggregatesFilter<"OpenJobAnalyticsDaily"> | $Enums.OpenJobClosureType | null
|
|
125246
125231
|
time_to_hire_days?: IntNullableWithAggregatesFilter<"OpenJobAnalyticsDaily"> | number | null
|
|
125247
125232
|
application_count?: IntWithAggregatesFilter<"OpenJobAnalyticsDaily"> | number
|
|
125248
|
-
|
|
125249
|
-
|
|
125250
|
-
|
|
125251
|
-
|
|
125252
|
-
offered_count?: IntWithAggregatesFilter<"OpenJobAnalyticsDaily"> | number
|
|
125253
|
-
hired_count?: IntWithAggregatesFilter<"OpenJobAnalyticsDaily"> | number
|
|
125233
|
+
unscreened_count?: IntWithAggregatesFilter<"OpenJobAnalyticsDaily"> | number
|
|
125234
|
+
ongoing_count?: IntWithAggregatesFilter<"OpenJobAnalyticsDaily"> | number
|
|
125235
|
+
selected_count?: IntWithAggregatesFilter<"OpenJobAnalyticsDaily"> | number
|
|
125236
|
+
rejected_count?: IntWithAggregatesFilter<"OpenJobAnalyticsDaily"> | number
|
|
125254
125237
|
}
|
|
125255
125238
|
|
|
125256
125239
|
export type OrganisationWhereInput = {
|
|
@@ -132057,6 +132040,7 @@ export namespace Prisma {
|
|
|
132057
132040
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
132058
132041
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
132059
132042
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
132043
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
132060
132044
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
132061
132045
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
132062
132046
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
@@ -132085,6 +132069,7 @@ export namespace Prisma {
|
|
|
132085
132069
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
132086
132070
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
132087
132071
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
132072
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
132088
132073
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
132089
132074
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
132090
132075
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
@@ -132113,6 +132098,7 @@ export namespace Prisma {
|
|
|
132113
132098
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
132114
132099
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
132115
132100
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
132101
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
132116
132102
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
132117
132103
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
132118
132104
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -132141,6 +132127,7 @@ export namespace Prisma {
|
|
|
132141
132127
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
132142
132128
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
132143
132129
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
132130
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
132144
132131
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
132145
132132
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
132146
132133
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -135265,6 +135252,7 @@ export namespace Prisma {
|
|
|
135265
135252
|
is_active?: boolean
|
|
135266
135253
|
openings?: number
|
|
135267
135254
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
135255
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
135268
135256
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
135269
135257
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
135270
135258
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -135298,6 +135286,7 @@ export namespace Prisma {
|
|
|
135298
135286
|
uploaded_job_description_path?: string | null
|
|
135299
135287
|
source_document_id?: string | null
|
|
135300
135288
|
rendered_jd_document_id?: string | null
|
|
135289
|
+
display_html_document_id?: string | null
|
|
135301
135290
|
is_plan_published?: boolean
|
|
135302
135291
|
is_posted?: boolean
|
|
135303
135292
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -135355,6 +135344,7 @@ export namespace Prisma {
|
|
|
135355
135344
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
135356
135345
|
openings?: IntFieldUpdateOperationsInput | number
|
|
135357
135346
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
135347
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
135358
135348
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
135359
135349
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
135360
135350
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -135388,6 +135378,7 @@ export namespace Prisma {
|
|
|
135388
135378
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135389
135379
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135390
135380
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135381
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135391
135382
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
135392
135383
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
135393
135384
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -135433,6 +135424,7 @@ export namespace Prisma {
|
|
|
135433
135424
|
uploaded_job_description_path?: string | null
|
|
135434
135425
|
source_document_id?: string | null
|
|
135435
135426
|
rendered_jd_document_id?: string | null
|
|
135427
|
+
display_html_document_id?: string | null
|
|
135436
135428
|
is_plan_published?: boolean
|
|
135437
135429
|
is_posted?: boolean
|
|
135438
135430
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -135484,6 +135476,7 @@ export namespace Prisma {
|
|
|
135484
135476
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135485
135477
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135486
135478
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135479
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135487
135480
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
135488
135481
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
135489
135482
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -136653,12 +136646,10 @@ export namespace Prisma {
|
|
|
136653
136646
|
closure_type?: $Enums.OpenJobClosureType | null
|
|
136654
136647
|
time_to_hire_days?: number | null
|
|
136655
136648
|
application_count?: number
|
|
136656
|
-
|
|
136657
|
-
|
|
136658
|
-
|
|
136659
|
-
|
|
136660
|
-
offered_count?: number
|
|
136661
|
-
hired_count?: number
|
|
136649
|
+
unscreened_count?: number
|
|
136650
|
+
ongoing_count?: number
|
|
136651
|
+
selected_count?: number
|
|
136652
|
+
rejected_count?: number
|
|
136662
136653
|
updated_at?: Date | string
|
|
136663
136654
|
}
|
|
136664
136655
|
|
|
@@ -136682,12 +136673,10 @@ export namespace Prisma {
|
|
|
136682
136673
|
closure_type?: $Enums.OpenJobClosureType | null
|
|
136683
136674
|
time_to_hire_days?: number | null
|
|
136684
136675
|
application_count?: number
|
|
136685
|
-
|
|
136686
|
-
|
|
136687
|
-
|
|
136688
|
-
|
|
136689
|
-
offered_count?: number
|
|
136690
|
-
hired_count?: number
|
|
136676
|
+
unscreened_count?: number
|
|
136677
|
+
ongoing_count?: number
|
|
136678
|
+
selected_count?: number
|
|
136679
|
+
rejected_count?: number
|
|
136691
136680
|
updated_at?: Date | string
|
|
136692
136681
|
}
|
|
136693
136682
|
|
|
@@ -136711,12 +136700,10 @@ export namespace Prisma {
|
|
|
136711
136700
|
closure_type?: NullableEnumOpenJobClosureTypeFieldUpdateOperationsInput | $Enums.OpenJobClosureType | null
|
|
136712
136701
|
time_to_hire_days?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136713
136702
|
application_count?: IntFieldUpdateOperationsInput | number
|
|
136714
|
-
|
|
136715
|
-
|
|
136716
|
-
|
|
136717
|
-
|
|
136718
|
-
offered_count?: IntFieldUpdateOperationsInput | number
|
|
136719
|
-
hired_count?: IntFieldUpdateOperationsInput | number
|
|
136703
|
+
unscreened_count?: IntFieldUpdateOperationsInput | number
|
|
136704
|
+
ongoing_count?: IntFieldUpdateOperationsInput | number
|
|
136705
|
+
selected_count?: IntFieldUpdateOperationsInput | number
|
|
136706
|
+
rejected_count?: IntFieldUpdateOperationsInput | number
|
|
136720
136707
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
136721
136708
|
}
|
|
136722
136709
|
|
|
@@ -136740,12 +136727,10 @@ export namespace Prisma {
|
|
|
136740
136727
|
closure_type?: NullableEnumOpenJobClosureTypeFieldUpdateOperationsInput | $Enums.OpenJobClosureType | null
|
|
136741
136728
|
time_to_hire_days?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136742
136729
|
application_count?: IntFieldUpdateOperationsInput | number
|
|
136743
|
-
|
|
136744
|
-
|
|
136745
|
-
|
|
136746
|
-
|
|
136747
|
-
offered_count?: IntFieldUpdateOperationsInput | number
|
|
136748
|
-
hired_count?: IntFieldUpdateOperationsInput | number
|
|
136730
|
+
unscreened_count?: IntFieldUpdateOperationsInput | number
|
|
136731
|
+
ongoing_count?: IntFieldUpdateOperationsInput | number
|
|
136732
|
+
selected_count?: IntFieldUpdateOperationsInput | number
|
|
136733
|
+
rejected_count?: IntFieldUpdateOperationsInput | number
|
|
136749
136734
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
136750
136735
|
}
|
|
136751
136736
|
|
|
@@ -136769,12 +136754,10 @@ export namespace Prisma {
|
|
|
136769
136754
|
closure_type?: $Enums.OpenJobClosureType | null
|
|
136770
136755
|
time_to_hire_days?: number | null
|
|
136771
136756
|
application_count?: number
|
|
136772
|
-
|
|
136773
|
-
|
|
136774
|
-
|
|
136775
|
-
|
|
136776
|
-
offered_count?: number
|
|
136777
|
-
hired_count?: number
|
|
136757
|
+
unscreened_count?: number
|
|
136758
|
+
ongoing_count?: number
|
|
136759
|
+
selected_count?: number
|
|
136760
|
+
rejected_count?: number
|
|
136778
136761
|
updated_at?: Date | string
|
|
136779
136762
|
}
|
|
136780
136763
|
|
|
@@ -136798,12 +136781,10 @@ export namespace Prisma {
|
|
|
136798
136781
|
closure_type?: NullableEnumOpenJobClosureTypeFieldUpdateOperationsInput | $Enums.OpenJobClosureType | null
|
|
136799
136782
|
time_to_hire_days?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136800
136783
|
application_count?: IntFieldUpdateOperationsInput | number
|
|
136801
|
-
|
|
136802
|
-
|
|
136803
|
-
|
|
136804
|
-
|
|
136805
|
-
offered_count?: IntFieldUpdateOperationsInput | number
|
|
136806
|
-
hired_count?: IntFieldUpdateOperationsInput | number
|
|
136784
|
+
unscreened_count?: IntFieldUpdateOperationsInput | number
|
|
136785
|
+
ongoing_count?: IntFieldUpdateOperationsInput | number
|
|
136786
|
+
selected_count?: IntFieldUpdateOperationsInput | number
|
|
136787
|
+
rejected_count?: IntFieldUpdateOperationsInput | number
|
|
136807
136788
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
136808
136789
|
}
|
|
136809
136790
|
|
|
@@ -136827,12 +136808,10 @@ export namespace Prisma {
|
|
|
136827
136808
|
closure_type?: NullableEnumOpenJobClosureTypeFieldUpdateOperationsInput | $Enums.OpenJobClosureType | null
|
|
136828
136809
|
time_to_hire_days?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136829
136810
|
application_count?: IntFieldUpdateOperationsInput | number
|
|
136830
|
-
|
|
136831
|
-
|
|
136832
|
-
|
|
136833
|
-
|
|
136834
|
-
offered_count?: IntFieldUpdateOperationsInput | number
|
|
136835
|
-
hired_count?: IntFieldUpdateOperationsInput | number
|
|
136811
|
+
unscreened_count?: IntFieldUpdateOperationsInput | number
|
|
136812
|
+
ongoing_count?: IntFieldUpdateOperationsInput | number
|
|
136813
|
+
selected_count?: IntFieldUpdateOperationsInput | number
|
|
136814
|
+
rejected_count?: IntFieldUpdateOperationsInput | number
|
|
136836
136815
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
136837
136816
|
}
|
|
136838
136817
|
|
|
@@ -136857,12 +136836,10 @@ export namespace Prisma {
|
|
|
136857
136836
|
closure_type?: $Enums.OpenJobClosureType | null
|
|
136858
136837
|
time_to_hire_days?: number | null
|
|
136859
136838
|
application_count?: number
|
|
136860
|
-
|
|
136861
|
-
|
|
136862
|
-
|
|
136863
|
-
|
|
136864
|
-
offered_count?: number
|
|
136865
|
-
hired_count?: number
|
|
136839
|
+
unscreened_count?: number
|
|
136840
|
+
ongoing_count?: number
|
|
136841
|
+
selected_count?: number
|
|
136842
|
+
rejected_count?: number
|
|
136866
136843
|
}
|
|
136867
136844
|
|
|
136868
136845
|
export type OpenJobAnalyticsDailyUncheckedCreateInput = {
|
|
@@ -136886,12 +136863,10 @@ export namespace Prisma {
|
|
|
136886
136863
|
closure_type?: $Enums.OpenJobClosureType | null
|
|
136887
136864
|
time_to_hire_days?: number | null
|
|
136888
136865
|
application_count?: number
|
|
136889
|
-
|
|
136890
|
-
|
|
136891
|
-
|
|
136892
|
-
|
|
136893
|
-
offered_count?: number
|
|
136894
|
-
hired_count?: number
|
|
136866
|
+
unscreened_count?: number
|
|
136867
|
+
ongoing_count?: number
|
|
136868
|
+
selected_count?: number
|
|
136869
|
+
rejected_count?: number
|
|
136895
136870
|
}
|
|
136896
136871
|
|
|
136897
136872
|
export type OpenJobAnalyticsDailyUpdateInput = {
|
|
@@ -136915,12 +136890,10 @@ export namespace Prisma {
|
|
|
136915
136890
|
closure_type?: NullableEnumOpenJobClosureTypeFieldUpdateOperationsInput | $Enums.OpenJobClosureType | null
|
|
136916
136891
|
time_to_hire_days?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136917
136892
|
application_count?: IntFieldUpdateOperationsInput | number
|
|
136918
|
-
|
|
136919
|
-
|
|
136920
|
-
|
|
136921
|
-
|
|
136922
|
-
offered_count?: IntFieldUpdateOperationsInput | number
|
|
136923
|
-
hired_count?: IntFieldUpdateOperationsInput | number
|
|
136893
|
+
unscreened_count?: IntFieldUpdateOperationsInput | number
|
|
136894
|
+
ongoing_count?: IntFieldUpdateOperationsInput | number
|
|
136895
|
+
selected_count?: IntFieldUpdateOperationsInput | number
|
|
136896
|
+
rejected_count?: IntFieldUpdateOperationsInput | number
|
|
136924
136897
|
}
|
|
136925
136898
|
|
|
136926
136899
|
export type OpenJobAnalyticsDailyUncheckedUpdateInput = {
|
|
@@ -136944,12 +136917,10 @@ export namespace Prisma {
|
|
|
136944
136917
|
closure_type?: NullableEnumOpenJobClosureTypeFieldUpdateOperationsInput | $Enums.OpenJobClosureType | null
|
|
136945
136918
|
time_to_hire_days?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136946
136919
|
application_count?: IntFieldUpdateOperationsInput | number
|
|
136947
|
-
|
|
136948
|
-
|
|
136949
|
-
|
|
136950
|
-
|
|
136951
|
-
offered_count?: IntFieldUpdateOperationsInput | number
|
|
136952
|
-
hired_count?: IntFieldUpdateOperationsInput | number
|
|
136920
|
+
unscreened_count?: IntFieldUpdateOperationsInput | number
|
|
136921
|
+
ongoing_count?: IntFieldUpdateOperationsInput | number
|
|
136922
|
+
selected_count?: IntFieldUpdateOperationsInput | number
|
|
136923
|
+
rejected_count?: IntFieldUpdateOperationsInput | number
|
|
136953
136924
|
}
|
|
136954
136925
|
|
|
136955
136926
|
export type OpenJobAnalyticsDailyCreateManyInput = {
|
|
@@ -136973,12 +136944,10 @@ export namespace Prisma {
|
|
|
136973
136944
|
closure_type?: $Enums.OpenJobClosureType | null
|
|
136974
136945
|
time_to_hire_days?: number | null
|
|
136975
136946
|
application_count?: number
|
|
136976
|
-
|
|
136977
|
-
|
|
136978
|
-
|
|
136979
|
-
|
|
136980
|
-
offered_count?: number
|
|
136981
|
-
hired_count?: number
|
|
136947
|
+
unscreened_count?: number
|
|
136948
|
+
ongoing_count?: number
|
|
136949
|
+
selected_count?: number
|
|
136950
|
+
rejected_count?: number
|
|
136982
136951
|
}
|
|
136983
136952
|
|
|
136984
136953
|
export type OpenJobAnalyticsDailyUpdateManyMutationInput = {
|
|
@@ -137002,12 +136971,10 @@ export namespace Prisma {
|
|
|
137002
136971
|
closure_type?: NullableEnumOpenJobClosureTypeFieldUpdateOperationsInput | $Enums.OpenJobClosureType | null
|
|
137003
136972
|
time_to_hire_days?: NullableIntFieldUpdateOperationsInput | number | null
|
|
137004
136973
|
application_count?: IntFieldUpdateOperationsInput | number
|
|
137005
|
-
|
|
137006
|
-
|
|
137007
|
-
|
|
137008
|
-
|
|
137009
|
-
offered_count?: IntFieldUpdateOperationsInput | number
|
|
137010
|
-
hired_count?: IntFieldUpdateOperationsInput | number
|
|
136974
|
+
unscreened_count?: IntFieldUpdateOperationsInput | number
|
|
136975
|
+
ongoing_count?: IntFieldUpdateOperationsInput | number
|
|
136976
|
+
selected_count?: IntFieldUpdateOperationsInput | number
|
|
136977
|
+
rejected_count?: IntFieldUpdateOperationsInput | number
|
|
137011
136978
|
}
|
|
137012
136979
|
|
|
137013
136980
|
export type OpenJobAnalyticsDailyUncheckedUpdateManyInput = {
|
|
@@ -137031,12 +136998,10 @@ export namespace Prisma {
|
|
|
137031
136998
|
closure_type?: NullableEnumOpenJobClosureTypeFieldUpdateOperationsInput | $Enums.OpenJobClosureType | null
|
|
137032
136999
|
time_to_hire_days?: NullableIntFieldUpdateOperationsInput | number | null
|
|
137033
137000
|
application_count?: IntFieldUpdateOperationsInput | number
|
|
137034
|
-
|
|
137035
|
-
|
|
137036
|
-
|
|
137037
|
-
|
|
137038
|
-
offered_count?: IntFieldUpdateOperationsInput | number
|
|
137039
|
-
hired_count?: IntFieldUpdateOperationsInput | number
|
|
137001
|
+
unscreened_count?: IntFieldUpdateOperationsInput | number
|
|
137002
|
+
ongoing_count?: IntFieldUpdateOperationsInput | number
|
|
137003
|
+
selected_count?: IntFieldUpdateOperationsInput | number
|
|
137004
|
+
rejected_count?: IntFieldUpdateOperationsInput | number
|
|
137040
137005
|
}
|
|
137041
137006
|
|
|
137042
137007
|
export type OrganisationCreateInput = {
|
|
@@ -145450,6 +145415,7 @@ export namespace Prisma {
|
|
|
145450
145415
|
uploaded_job_description_path?: SortOrder
|
|
145451
145416
|
source_document_id?: SortOrder
|
|
145452
145417
|
rendered_jd_document_id?: SortOrder
|
|
145418
|
+
display_html_document_id?: SortOrder
|
|
145453
145419
|
is_plan_published?: SortOrder
|
|
145454
145420
|
is_posted?: SortOrder
|
|
145455
145421
|
summary?: SortOrder
|
|
@@ -145481,6 +145447,7 @@ export namespace Prisma {
|
|
|
145481
145447
|
uploaded_job_description_path?: SortOrder
|
|
145482
145448
|
source_document_id?: SortOrder
|
|
145483
145449
|
rendered_jd_document_id?: SortOrder
|
|
145450
|
+
display_html_document_id?: SortOrder
|
|
145484
145451
|
is_plan_published?: SortOrder
|
|
145485
145452
|
is_posted?: SortOrder
|
|
145486
145453
|
target_closing_date?: SortOrder
|
|
@@ -145504,6 +145471,7 @@ export namespace Prisma {
|
|
|
145504
145471
|
uploaded_job_description_path?: SortOrder
|
|
145505
145472
|
source_document_id?: SortOrder
|
|
145506
145473
|
rendered_jd_document_id?: SortOrder
|
|
145474
|
+
display_html_document_id?: SortOrder
|
|
145507
145475
|
is_plan_published?: SortOrder
|
|
145508
145476
|
is_posted?: SortOrder
|
|
145509
145477
|
target_closing_date?: SortOrder
|
|
@@ -146211,12 +146179,10 @@ export namespace Prisma {
|
|
|
146211
146179
|
closure_type?: SortOrder
|
|
146212
146180
|
time_to_hire_days?: SortOrder
|
|
146213
146181
|
application_count?: SortOrder
|
|
146214
|
-
|
|
146215
|
-
|
|
146216
|
-
|
|
146217
|
-
|
|
146218
|
-
offered_count?: SortOrder
|
|
146219
|
-
hired_count?: SortOrder
|
|
146182
|
+
unscreened_count?: SortOrder
|
|
146183
|
+
ongoing_count?: SortOrder
|
|
146184
|
+
selected_count?: SortOrder
|
|
146185
|
+
rejected_count?: SortOrder
|
|
146220
146186
|
updated_at?: SortOrder
|
|
146221
146187
|
}
|
|
146222
146188
|
|
|
@@ -146225,12 +146191,10 @@ export namespace Prisma {
|
|
|
146225
146191
|
vacancies?: SortOrder
|
|
146226
146192
|
time_to_hire_days?: SortOrder
|
|
146227
146193
|
application_count?: SortOrder
|
|
146228
|
-
|
|
146229
|
-
|
|
146230
|
-
|
|
146231
|
-
|
|
146232
|
-
offered_count?: SortOrder
|
|
146233
|
-
hired_count?: SortOrder
|
|
146194
|
+
unscreened_count?: SortOrder
|
|
146195
|
+
ongoing_count?: SortOrder
|
|
146196
|
+
selected_count?: SortOrder
|
|
146197
|
+
rejected_count?: SortOrder
|
|
146234
146198
|
}
|
|
146235
146199
|
|
|
146236
146200
|
export type OpenJobAnalyticsMaxOrderByAggregateInput = {
|
|
@@ -146253,12 +146217,10 @@ export namespace Prisma {
|
|
|
146253
146217
|
closure_type?: SortOrder
|
|
146254
146218
|
time_to_hire_days?: SortOrder
|
|
146255
146219
|
application_count?: SortOrder
|
|
146256
|
-
|
|
146257
|
-
|
|
146258
|
-
|
|
146259
|
-
|
|
146260
|
-
offered_count?: SortOrder
|
|
146261
|
-
hired_count?: SortOrder
|
|
146220
|
+
unscreened_count?: SortOrder
|
|
146221
|
+
ongoing_count?: SortOrder
|
|
146222
|
+
selected_count?: SortOrder
|
|
146223
|
+
rejected_count?: SortOrder
|
|
146262
146224
|
updated_at?: SortOrder
|
|
146263
146225
|
}
|
|
146264
146226
|
|
|
@@ -146282,12 +146244,10 @@ export namespace Prisma {
|
|
|
146282
146244
|
closure_type?: SortOrder
|
|
146283
146245
|
time_to_hire_days?: SortOrder
|
|
146284
146246
|
application_count?: SortOrder
|
|
146285
|
-
|
|
146286
|
-
|
|
146287
|
-
|
|
146288
|
-
|
|
146289
|
-
offered_count?: SortOrder
|
|
146290
|
-
hired_count?: SortOrder
|
|
146247
|
+
unscreened_count?: SortOrder
|
|
146248
|
+
ongoing_count?: SortOrder
|
|
146249
|
+
selected_count?: SortOrder
|
|
146250
|
+
rejected_count?: SortOrder
|
|
146291
146251
|
updated_at?: SortOrder
|
|
146292
146252
|
}
|
|
146293
146253
|
|
|
@@ -146296,12 +146256,10 @@ export namespace Prisma {
|
|
|
146296
146256
|
vacancies?: SortOrder
|
|
146297
146257
|
time_to_hire_days?: SortOrder
|
|
146298
146258
|
application_count?: SortOrder
|
|
146299
|
-
|
|
146300
|
-
|
|
146301
|
-
|
|
146302
|
-
|
|
146303
|
-
offered_count?: SortOrder
|
|
146304
|
-
hired_count?: SortOrder
|
|
146259
|
+
unscreened_count?: SortOrder
|
|
146260
|
+
ongoing_count?: SortOrder
|
|
146261
|
+
selected_count?: SortOrder
|
|
146262
|
+
rejected_count?: SortOrder
|
|
146305
146263
|
}
|
|
146306
146264
|
|
|
146307
146265
|
export type EnumOpenJobClosureTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
@@ -146340,12 +146298,10 @@ export namespace Prisma {
|
|
|
146340
146298
|
closure_type?: SortOrder
|
|
146341
146299
|
time_to_hire_days?: SortOrder
|
|
146342
146300
|
application_count?: SortOrder
|
|
146343
|
-
|
|
146344
|
-
|
|
146345
|
-
|
|
146346
|
-
|
|
146347
|
-
offered_count?: SortOrder
|
|
146348
|
-
hired_count?: SortOrder
|
|
146301
|
+
unscreened_count?: SortOrder
|
|
146302
|
+
ongoing_count?: SortOrder
|
|
146303
|
+
selected_count?: SortOrder
|
|
146304
|
+
rejected_count?: SortOrder
|
|
146349
146305
|
}
|
|
146350
146306
|
|
|
146351
146307
|
export type OpenJobAnalyticsDailyAvgOrderByAggregateInput = {
|
|
@@ -146353,12 +146309,10 @@ export namespace Prisma {
|
|
|
146353
146309
|
vacancies?: SortOrder
|
|
146354
146310
|
time_to_hire_days?: SortOrder
|
|
146355
146311
|
application_count?: SortOrder
|
|
146356
|
-
|
|
146357
|
-
|
|
146358
|
-
|
|
146359
|
-
|
|
146360
|
-
offered_count?: SortOrder
|
|
146361
|
-
hired_count?: SortOrder
|
|
146312
|
+
unscreened_count?: SortOrder
|
|
146313
|
+
ongoing_count?: SortOrder
|
|
146314
|
+
selected_count?: SortOrder
|
|
146315
|
+
rejected_count?: SortOrder
|
|
146362
146316
|
}
|
|
146363
146317
|
|
|
146364
146318
|
export type OpenJobAnalyticsDailyMaxOrderByAggregateInput = {
|
|
@@ -146382,12 +146336,10 @@ export namespace Prisma {
|
|
|
146382
146336
|
closure_type?: SortOrder
|
|
146383
146337
|
time_to_hire_days?: SortOrder
|
|
146384
146338
|
application_count?: SortOrder
|
|
146385
|
-
|
|
146386
|
-
|
|
146387
|
-
|
|
146388
|
-
|
|
146389
|
-
offered_count?: SortOrder
|
|
146390
|
-
hired_count?: SortOrder
|
|
146339
|
+
unscreened_count?: SortOrder
|
|
146340
|
+
ongoing_count?: SortOrder
|
|
146341
|
+
selected_count?: SortOrder
|
|
146342
|
+
rejected_count?: SortOrder
|
|
146391
146343
|
}
|
|
146392
146344
|
|
|
146393
146345
|
export type OpenJobAnalyticsDailyMinOrderByAggregateInput = {
|
|
@@ -146411,12 +146363,10 @@ export namespace Prisma {
|
|
|
146411
146363
|
closure_type?: SortOrder
|
|
146412
146364
|
time_to_hire_days?: SortOrder
|
|
146413
146365
|
application_count?: SortOrder
|
|
146414
|
-
|
|
146415
|
-
|
|
146416
|
-
|
|
146417
|
-
|
|
146418
|
-
offered_count?: SortOrder
|
|
146419
|
-
hired_count?: SortOrder
|
|
146366
|
+
unscreened_count?: SortOrder
|
|
146367
|
+
ongoing_count?: SortOrder
|
|
146368
|
+
selected_count?: SortOrder
|
|
146369
|
+
rejected_count?: SortOrder
|
|
146420
146370
|
}
|
|
146421
146371
|
|
|
146422
146372
|
export type OpenJobAnalyticsDailySumOrderByAggregateInput = {
|
|
@@ -146424,12 +146374,10 @@ export namespace Prisma {
|
|
|
146424
146374
|
vacancies?: SortOrder
|
|
146425
146375
|
time_to_hire_days?: SortOrder
|
|
146426
146376
|
application_count?: SortOrder
|
|
146427
|
-
|
|
146428
|
-
|
|
146429
|
-
|
|
146430
|
-
|
|
146431
|
-
offered_count?: SortOrder
|
|
146432
|
-
hired_count?: SortOrder
|
|
146377
|
+
unscreened_count?: SortOrder
|
|
146378
|
+
ongoing_count?: SortOrder
|
|
146379
|
+
selected_count?: SortOrder
|
|
146380
|
+
rejected_count?: SortOrder
|
|
146433
146381
|
}
|
|
146434
146382
|
|
|
146435
146383
|
export type EnumOrganisationSizeFilter<$PrismaModel = never> = {
|
|
@@ -150153,6 +150101,12 @@ export namespace Prisma {
|
|
|
150153
150101
|
connect?: JobDescriptionWhereUniqueInput
|
|
150154
150102
|
}
|
|
150155
150103
|
|
|
150104
|
+
export type JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput = {
|
|
150105
|
+
create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
|
|
150106
|
+
connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
|
|
150107
|
+
connect?: JobDescriptionWhereUniqueInput
|
|
150108
|
+
}
|
|
150109
|
+
|
|
150156
150110
|
export type InterviewCreateNestedOneWithoutRecording_documentInput = {
|
|
150157
150111
|
create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
|
|
150158
150112
|
connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
|
|
@@ -150202,6 +150156,12 @@ export namespace Prisma {
|
|
|
150202
150156
|
connect?: JobDescriptionWhereUniqueInput
|
|
150203
150157
|
}
|
|
150204
150158
|
|
|
150159
|
+
export type JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput = {
|
|
150160
|
+
create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
|
|
150161
|
+
connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
|
|
150162
|
+
connect?: JobDescriptionWhereUniqueInput
|
|
150163
|
+
}
|
|
150164
|
+
|
|
150205
150165
|
export type InterviewUncheckedCreateNestedOneWithoutRecording_documentInput = {
|
|
150206
150166
|
create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
|
|
150207
150167
|
connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
|
|
@@ -150295,6 +150255,16 @@ export namespace Prisma {
|
|
|
150295
150255
|
update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput, JobDescriptionUpdateWithoutRendered_jd_documentInput>, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
|
|
150296
150256
|
}
|
|
150297
150257
|
|
|
150258
|
+
export type JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput = {
|
|
150259
|
+
create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
|
|
150260
|
+
connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
|
|
150261
|
+
upsert?: JobDescriptionUpsertWithoutDisplay_html_documentInput
|
|
150262
|
+
disconnect?: JobDescriptionWhereInput | boolean
|
|
150263
|
+
delete?: JobDescriptionWhereInput | boolean
|
|
150264
|
+
connect?: JobDescriptionWhereUniqueInput
|
|
150265
|
+
update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput, JobDescriptionUpdateWithoutDisplay_html_documentInput>, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
|
|
150266
|
+
}
|
|
150267
|
+
|
|
150298
150268
|
export type InterviewUpdateOneWithoutRecording_documentNestedInput = {
|
|
150299
150269
|
create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
|
|
150300
150270
|
connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
|
|
@@ -150379,6 +150349,16 @@ export namespace Prisma {
|
|
|
150379
150349
|
update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutRendered_jd_documentInput, JobDescriptionUpdateWithoutRendered_jd_documentInput>, JobDescriptionUncheckedUpdateWithoutRendered_jd_documentInput>
|
|
150380
150350
|
}
|
|
150381
150351
|
|
|
150352
|
+
export type JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput = {
|
|
150353
|
+
create?: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
|
|
150354
|
+
connectOrCreate?: JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput
|
|
150355
|
+
upsert?: JobDescriptionUpsertWithoutDisplay_html_documentInput
|
|
150356
|
+
disconnect?: JobDescriptionWhereInput | boolean
|
|
150357
|
+
delete?: JobDescriptionWhereInput | boolean
|
|
150358
|
+
connect?: JobDescriptionWhereUniqueInput
|
|
150359
|
+
update?: XOR<XOR<JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput, JobDescriptionUpdateWithoutDisplay_html_documentInput>, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
|
|
150360
|
+
}
|
|
150361
|
+
|
|
150382
150362
|
export type InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput = {
|
|
150383
150363
|
create?: XOR<InterviewCreateWithoutRecording_documentInput, InterviewUncheckedCreateWithoutRecording_documentInput>
|
|
150384
150364
|
connectOrCreate?: InterviewCreateOrConnectWithoutRecording_documentInput
|
|
@@ -151636,6 +151616,12 @@ export namespace Prisma {
|
|
|
151636
151616
|
connect?: DocumentWhereUniqueInput
|
|
151637
151617
|
}
|
|
151638
151618
|
|
|
151619
|
+
export type DocumentCreateNestedOneWithoutJob_description_display_htmlInput = {
|
|
151620
|
+
create?: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
|
|
151621
|
+
connectOrCreate?: DocumentCreateOrConnectWithoutJob_description_display_htmlInput
|
|
151622
|
+
connect?: DocumentWhereUniqueInput
|
|
151623
|
+
}
|
|
151624
|
+
|
|
151639
151625
|
export type JobProfileCreateNestedOneWithoutJob_descriptionsInput = {
|
|
151640
151626
|
create?: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
|
|
151641
151627
|
connectOrCreate?: JobProfileCreateOrConnectWithoutJob_descriptionsInput
|
|
@@ -151916,6 +151902,16 @@ export namespace Prisma {
|
|
|
151916
151902
|
update?: XOR<XOR<DocumentUpdateToOneWithWhereWithoutJob_description_renderedInput, DocumentUpdateWithoutJob_description_renderedInput>, DocumentUncheckedUpdateWithoutJob_description_renderedInput>
|
|
151917
151903
|
}
|
|
151918
151904
|
|
|
151905
|
+
export type DocumentUpdateOneWithoutJob_description_display_htmlNestedInput = {
|
|
151906
|
+
create?: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
|
|
151907
|
+
connectOrCreate?: DocumentCreateOrConnectWithoutJob_description_display_htmlInput
|
|
151908
|
+
upsert?: DocumentUpsertWithoutJob_description_display_htmlInput
|
|
151909
|
+
disconnect?: DocumentWhereInput | boolean
|
|
151910
|
+
delete?: DocumentWhereInput | boolean
|
|
151911
|
+
connect?: DocumentWhereUniqueInput
|
|
151912
|
+
update?: XOR<XOR<DocumentUpdateToOneWithWhereWithoutJob_description_display_htmlInput, DocumentUpdateWithoutJob_description_display_htmlInput>, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
|
|
151913
|
+
}
|
|
151914
|
+
|
|
151919
151915
|
export type JobProfileUpdateOneWithoutJob_descriptionsNestedInput = {
|
|
151920
151916
|
create?: XOR<JobProfileCreateWithoutJob_descriptionsInput, JobProfileUncheckedCreateWithoutJob_descriptionsInput>
|
|
151921
151917
|
connectOrCreate?: JobProfileCreateOrConnectWithoutJob_descriptionsInput
|
|
@@ -160274,6 +160270,7 @@ export namespace Prisma {
|
|
|
160274
160270
|
is_active?: boolean
|
|
160275
160271
|
openings?: number
|
|
160276
160272
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
160273
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
160277
160274
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
160278
160275
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
160279
160276
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -160306,6 +160303,7 @@ export namespace Prisma {
|
|
|
160306
160303
|
uploaded_job_description_path?: string | null
|
|
160307
160304
|
source_document_id?: string | null
|
|
160308
160305
|
rendered_jd_document_id?: string | null
|
|
160306
|
+
display_html_document_id?: string | null
|
|
160309
160307
|
is_plan_published?: boolean
|
|
160310
160308
|
is_posted?: boolean
|
|
160311
160309
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -161545,6 +161543,7 @@ export namespace Prisma {
|
|
|
161545
161543
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
161546
161544
|
openings?: IntFieldUpdateOperationsInput | number
|
|
161547
161545
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
161546
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
161548
161547
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
161549
161548
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
161550
161549
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -161577,6 +161576,7 @@ export namespace Prisma {
|
|
|
161577
161576
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161578
161577
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161579
161578
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161579
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161580
161580
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
161581
161581
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
161582
161582
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -162272,6 +162272,7 @@ export namespace Prisma {
|
|
|
162272
162272
|
is_active?: boolean
|
|
162273
162273
|
openings?: number
|
|
162274
162274
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
162275
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
162275
162276
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
162276
162277
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
162277
162278
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -162304,6 +162305,7 @@ export namespace Prisma {
|
|
|
162304
162305
|
uploaded_job_description_path?: string | null
|
|
162305
162306
|
source_document_id?: string | null
|
|
162306
162307
|
rendered_jd_document_id?: string | null
|
|
162308
|
+
display_html_document_id?: string | null
|
|
162307
162309
|
is_plan_published?: boolean
|
|
162308
162310
|
is_posted?: boolean
|
|
162309
162311
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -162634,6 +162636,7 @@ export namespace Prisma {
|
|
|
162634
162636
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
162635
162637
|
openings?: IntFieldUpdateOperationsInput | number
|
|
162636
162638
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
162639
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
162637
162640
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
162638
162641
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
162639
162642
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -162666,6 +162669,7 @@ export namespace Prisma {
|
|
|
162666
162669
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162667
162670
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162668
162671
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162672
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162669
162673
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
162670
162674
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
162671
162675
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -165685,6 +165689,7 @@ export namespace Prisma {
|
|
|
165685
165689
|
is_active?: boolean
|
|
165686
165690
|
openings?: number
|
|
165687
165691
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
165692
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
165688
165693
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
165689
165694
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
165690
165695
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -165717,6 +165722,7 @@ export namespace Prisma {
|
|
|
165717
165722
|
uploaded_job_description_path?: string | null
|
|
165718
165723
|
source_document_id?: string | null
|
|
165719
165724
|
rendered_jd_document_id?: string | null
|
|
165725
|
+
display_html_document_id?: string | null
|
|
165720
165726
|
is_plan_published?: boolean
|
|
165721
165727
|
is_posted?: boolean
|
|
165722
165728
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -165942,6 +165948,7 @@ export namespace Prisma {
|
|
|
165942
165948
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
165943
165949
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
165944
165950
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
165951
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
165945
165952
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
165946
165953
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
165947
165954
|
assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
|
|
@@ -165969,6 +165976,7 @@ export namespace Prisma {
|
|
|
165969
165976
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
165970
165977
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
165971
165978
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
165979
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
165972
165980
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
165973
165981
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
165974
165982
|
assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
|
|
@@ -166001,6 +166009,7 @@ export namespace Prisma {
|
|
|
166001
166009
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
166002
166010
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
166003
166011
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
166012
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
166004
166013
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
166005
166014
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
166006
166015
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
@@ -166028,6 +166037,7 @@ export namespace Prisma {
|
|
|
166028
166037
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
166029
166038
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
166030
166039
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
166040
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
166031
166041
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
166032
166042
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
166033
166043
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
@@ -166541,6 +166551,7 @@ export namespace Prisma {
|
|
|
166541
166551
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
166542
166552
|
openings?: IntFieldUpdateOperationsInput | number
|
|
166543
166553
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
166554
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
166544
166555
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
166545
166556
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
166546
166557
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -166573,6 +166584,7 @@ export namespace Prisma {
|
|
|
166573
166584
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166574
166585
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166575
166586
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166587
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166576
166588
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
166577
166589
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
166578
166590
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -166816,6 +166828,7 @@ export namespace Prisma {
|
|
|
166816
166828
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
166817
166829
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
166818
166830
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
166831
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
166819
166832
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
166820
166833
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
166821
166834
|
assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
|
|
@@ -166843,6 +166856,7 @@ export namespace Prisma {
|
|
|
166843
166856
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
166844
166857
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
166845
166858
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
166859
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
166846
166860
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
166847
166861
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
166848
166862
|
assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
|
|
@@ -166881,6 +166895,7 @@ export namespace Prisma {
|
|
|
166881
166895
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
166882
166896
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
166883
166897
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
166898
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
166884
166899
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
166885
166900
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
166886
166901
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -166908,6 +166923,7 @@ export namespace Prisma {
|
|
|
166908
166923
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
166909
166924
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
166910
166925
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
166926
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
166911
166927
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
166912
166928
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
166913
166929
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -167038,6 +167054,7 @@ export namespace Prisma {
|
|
|
167038
167054
|
is_active?: boolean
|
|
167039
167055
|
openings?: number
|
|
167040
167056
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
167057
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
167041
167058
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
167042
167059
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
167043
167060
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -167070,6 +167087,7 @@ export namespace Prisma {
|
|
|
167070
167087
|
uploaded_job_description_path?: string | null
|
|
167071
167088
|
source_document_id?: string | null
|
|
167072
167089
|
rendered_jd_document_id?: string | null
|
|
167090
|
+
display_html_document_id?: string | null
|
|
167073
167091
|
is_plan_published?: boolean
|
|
167074
167092
|
is_posted?: boolean
|
|
167075
167093
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -167387,6 +167405,7 @@ export namespace Prisma {
|
|
|
167387
167405
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
167388
167406
|
openings?: IntFieldUpdateOperationsInput | number
|
|
167389
167407
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
167408
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
167390
167409
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
167391
167410
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
167392
167411
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -167419,6 +167438,7 @@ export namespace Prisma {
|
|
|
167419
167438
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167420
167439
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167421
167440
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167441
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167422
167442
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
167423
167443
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
167424
167444
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -167823,6 +167843,7 @@ export namespace Prisma {
|
|
|
167823
167843
|
is_active?: boolean
|
|
167824
167844
|
openings?: number
|
|
167825
167845
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
167846
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
167826
167847
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
167827
167848
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
167828
167849
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -167855,6 +167876,7 @@ export namespace Prisma {
|
|
|
167855
167876
|
uploaded_job_description_path?: string | null
|
|
167856
167877
|
source_document_id?: string | null
|
|
167857
167878
|
rendered_jd_document_id?: string | null
|
|
167879
|
+
display_html_document_id?: string | null
|
|
167858
167880
|
is_plan_published?: boolean
|
|
167859
167881
|
is_posted?: boolean
|
|
167860
167882
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -167927,6 +167949,7 @@ export namespace Prisma {
|
|
|
167927
167949
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
167928
167950
|
openings?: IntFieldUpdateOperationsInput | number
|
|
167929
167951
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
167952
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
167930
167953
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
167931
167954
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
167932
167955
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -167959,6 +167982,7 @@ export namespace Prisma {
|
|
|
167959
167982
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167960
167983
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167961
167984
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167985
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167962
167986
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
167963
167987
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
167964
167988
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -169344,6 +169368,7 @@ export namespace Prisma {
|
|
|
169344
169368
|
is_active?: boolean
|
|
169345
169369
|
openings?: number
|
|
169346
169370
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
169371
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
169347
169372
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
169348
169373
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
169349
169374
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -169376,6 +169401,7 @@ export namespace Prisma {
|
|
|
169376
169401
|
uploaded_job_description_path?: string | null
|
|
169377
169402
|
source_document_id?: string | null
|
|
169378
169403
|
rendered_jd_document_id?: string | null
|
|
169404
|
+
display_html_document_id?: string | null
|
|
169379
169405
|
is_plan_published?: boolean
|
|
169380
169406
|
is_posted?: boolean
|
|
169381
169407
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -169749,6 +169775,7 @@ export namespace Prisma {
|
|
|
169749
169775
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
169750
169776
|
openings?: IntFieldUpdateOperationsInput | number
|
|
169751
169777
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
169778
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
169752
169779
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
169753
169780
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
169754
169781
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -169781,6 +169808,7 @@ export namespace Prisma {
|
|
|
169781
169808
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169782
169809
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169783
169810
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169811
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169784
169812
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
169785
169813
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
169786
169814
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -170123,6 +170151,7 @@ export namespace Prisma {
|
|
|
170123
170151
|
is_active?: boolean
|
|
170124
170152
|
openings?: number
|
|
170125
170153
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
170154
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
170126
170155
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
170127
170156
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
170128
170157
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -170155,6 +170184,7 @@ export namespace Prisma {
|
|
|
170155
170184
|
uploaded_job_description_path?: string | null
|
|
170156
170185
|
source_document_id?: string | null
|
|
170157
170186
|
rendered_jd_document_id?: string | null
|
|
170187
|
+
display_html_document_id?: string | null
|
|
170158
170188
|
is_plan_published?: boolean
|
|
170159
170189
|
is_posted?: boolean
|
|
170160
170190
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -170521,6 +170551,7 @@ export namespace Prisma {
|
|
|
170521
170551
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
170522
170552
|
openings?: IntFieldUpdateOperationsInput | number
|
|
170523
170553
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
170554
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
170524
170555
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
170525
170556
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
170526
170557
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -170553,6 +170584,7 @@ export namespace Prisma {
|
|
|
170553
170584
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170554
170585
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170555
170586
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170587
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170556
170588
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
170557
170589
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
170558
170590
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -170977,6 +171009,7 @@ export namespace Prisma {
|
|
|
170977
171009
|
is_active?: boolean
|
|
170978
171010
|
openings?: number
|
|
170979
171011
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
171012
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
170980
171013
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
170981
171014
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
170982
171015
|
applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
|
|
@@ -171008,6 +171041,7 @@ export namespace Prisma {
|
|
|
171008
171041
|
recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
|
|
171009
171042
|
uploaded_job_description_path?: string | null
|
|
171010
171043
|
rendered_jd_document_id?: string | null
|
|
171044
|
+
display_html_document_id?: string | null
|
|
171011
171045
|
is_plan_published?: boolean
|
|
171012
171046
|
is_posted?: boolean
|
|
171013
171047
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -171069,6 +171103,7 @@ export namespace Prisma {
|
|
|
171069
171103
|
updated_by: string
|
|
171070
171104
|
is_active?: boolean
|
|
171071
171105
|
openings?: number
|
|
171106
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
171072
171107
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
171073
171108
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
171074
171109
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -171101,6 +171136,7 @@ export namespace Prisma {
|
|
|
171101
171136
|
recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
|
|
171102
171137
|
uploaded_job_description_path?: string | null
|
|
171103
171138
|
source_document_id?: string | null
|
|
171139
|
+
display_html_document_id?: string | null
|
|
171104
171140
|
is_plan_published?: boolean
|
|
171105
171141
|
is_posted?: boolean
|
|
171106
171142
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -171141,6 +171177,101 @@ export namespace Prisma {
|
|
|
171141
171177
|
create: XOR<JobDescriptionCreateWithoutRendered_jd_documentInput, JobDescriptionUncheckedCreateWithoutRendered_jd_documentInput>
|
|
171142
171178
|
}
|
|
171143
171179
|
|
|
171180
|
+
export type JobDescriptionCreateWithoutDisplay_html_documentInput = {
|
|
171181
|
+
id?: string
|
|
171182
|
+
status?: $Enums.JobDescriptionStatus
|
|
171183
|
+
screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
|
|
171184
|
+
recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
|
|
171185
|
+
uploaded_job_description_path?: string | null
|
|
171186
|
+
is_plan_published?: boolean
|
|
171187
|
+
is_posted?: boolean
|
|
171188
|
+
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
171189
|
+
ai_insight?: NullableJsonNullValueInput | InputJsonValue
|
|
171190
|
+
job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
|
|
171191
|
+
target_closing_date?: Date | string | null
|
|
171192
|
+
closing_date?: Date | string | null
|
|
171193
|
+
job_number?: number | null
|
|
171194
|
+
job_code?: string | null
|
|
171195
|
+
created_at?: Date | string
|
|
171196
|
+
updated_at?: Date | string
|
|
171197
|
+
created_by: string
|
|
171198
|
+
updated_by: string
|
|
171199
|
+
is_active?: boolean
|
|
171200
|
+
openings?: number
|
|
171201
|
+
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
171202
|
+
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
171203
|
+
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
171204
|
+
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
171205
|
+
applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
|
|
171206
|
+
interviews?: InterviewCreateNestedManyWithoutJob_descriptionInput
|
|
171207
|
+
assignments?: AssignmentCreateNestedManyWithoutJob_descriptionInput
|
|
171208
|
+
fit_check?: FitCheckCreateNestedManyWithoutJob_descriptionInput
|
|
171209
|
+
job_description_data?: JobDescriptionDataCreateNestedManyWithoutJobDescriptionInput
|
|
171210
|
+
evaluationPlan?: EvaluationPlanCreateNestedManyWithoutJobDescriptionInput
|
|
171211
|
+
ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutJobDescriptionInput
|
|
171212
|
+
assignment_library?: AssignmentLibraryCreateNestedManyWithoutJobDescriptionInput
|
|
171213
|
+
approvals?: ApprovalCreateNestedManyWithoutJob_descriptionInput
|
|
171214
|
+
resumes?: ResumeCreateNestedManyWithoutJob_descriptionInput
|
|
171215
|
+
budget?: BudgetCreateNestedOneWithoutJob_descriptionInput
|
|
171216
|
+
hiring_manager?: UserCreateNestedOneWithoutHiring_manager_job_descriptionsInput
|
|
171217
|
+
recruiters?: UserCreateNestedManyWithoutJob_descriptionInput
|
|
171218
|
+
transcripts?: TranscriptCreateNestedManyWithoutJob_descriptionInput
|
|
171219
|
+
integration_job_syncs?: IntegrationJobSyncCreateNestedManyWithoutJob_descriptionInput
|
|
171220
|
+
job_application_template?: JobApplicationTemplateCreateNestedOneWithoutJob_descriptionInput
|
|
171221
|
+
conversations?: ConversationCreateNestedManyWithoutJob_descriptionInput
|
|
171222
|
+
communication_messages?: CommunicationMessageCreateNestedManyWithoutJob_descriptionInput
|
|
171223
|
+
}
|
|
171224
|
+
|
|
171225
|
+
export type JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput = {
|
|
171226
|
+
id?: string
|
|
171227
|
+
organisation_id: string
|
|
171228
|
+
hiring_manager_id?: string | null
|
|
171229
|
+
status?: $Enums.JobDescriptionStatus
|
|
171230
|
+
screeningQuestions?: JobDescriptionCreatescreeningQuestionsInput | string[]
|
|
171231
|
+
recommendedQuestions?: JobDescriptionCreaterecommendedQuestionsInput | InputJsonValue[]
|
|
171232
|
+
uploaded_job_description_path?: string | null
|
|
171233
|
+
source_document_id?: string | null
|
|
171234
|
+
rendered_jd_document_id?: string | null
|
|
171235
|
+
is_plan_published?: boolean
|
|
171236
|
+
is_posted?: boolean
|
|
171237
|
+
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
171238
|
+
ai_insight?: NullableJsonNullValueInput | InputJsonValue
|
|
171239
|
+
job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
|
|
171240
|
+
target_closing_date?: Date | string | null
|
|
171241
|
+
closing_date?: Date | string | null
|
|
171242
|
+
job_number?: number | null
|
|
171243
|
+
job_code?: string | null
|
|
171244
|
+
created_at?: Date | string
|
|
171245
|
+
updated_at?: Date | string
|
|
171246
|
+
created_by: string
|
|
171247
|
+
updated_by: string
|
|
171248
|
+
is_active?: boolean
|
|
171249
|
+
openings?: number
|
|
171250
|
+
job_profile_id?: string | null
|
|
171251
|
+
applications?: ApplicationUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171252
|
+
interviews?: InterviewUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171253
|
+
assignments?: AssignmentUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171254
|
+
fit_check?: FitCheckUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171255
|
+
job_description_data?: JobDescriptionDataUncheckedCreateNestedManyWithoutJobDescriptionInput
|
|
171256
|
+
evaluationPlan?: EvaluationPlanUncheckedCreateNestedManyWithoutJobDescriptionInput
|
|
171257
|
+
ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutJobDescriptionInput
|
|
171258
|
+
assignment_library?: AssignmentLibraryUncheckedCreateNestedManyWithoutJobDescriptionInput
|
|
171259
|
+
approvals?: ApprovalUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171260
|
+
resumes?: ResumeUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171261
|
+
budget?: BudgetUncheckedCreateNestedOneWithoutJob_descriptionInput
|
|
171262
|
+
recruiters?: UserUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171263
|
+
transcripts?: TranscriptUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171264
|
+
integration_job_syncs?: IntegrationJobSyncUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171265
|
+
job_application_template?: JobApplicationTemplateUncheckedCreateNestedOneWithoutJob_descriptionInput
|
|
171266
|
+
conversations?: ConversationUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171267
|
+
communication_messages?: CommunicationMessageUncheckedCreateNestedManyWithoutJob_descriptionInput
|
|
171268
|
+
}
|
|
171269
|
+
|
|
171270
|
+
export type JobDescriptionCreateOrConnectWithoutDisplay_html_documentInput = {
|
|
171271
|
+
where: JobDescriptionWhereUniqueInput
|
|
171272
|
+
create: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
|
|
171273
|
+
}
|
|
171274
|
+
|
|
171144
171275
|
export type InterviewCreateWithoutRecording_documentInput = {
|
|
171145
171276
|
id?: string
|
|
171146
171277
|
calendar_event_id?: string | null
|
|
@@ -171839,6 +171970,7 @@ export namespace Prisma {
|
|
|
171839
171970
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
171840
171971
|
openings?: IntFieldUpdateOperationsInput | number
|
|
171841
171972
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
171973
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
171842
171974
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
171843
171975
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
171844
171976
|
applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
|
|
@@ -171870,6 +172002,7 @@ export namespace Prisma {
|
|
|
171870
172002
|
recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
|
|
171871
172003
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171872
172004
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172005
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171873
172006
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
171874
172007
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
171875
172008
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -171937,6 +172070,7 @@ export namespace Prisma {
|
|
|
171937
172070
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
171938
172071
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
171939
172072
|
openings?: IntFieldUpdateOperationsInput | number
|
|
172073
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
171940
172074
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
171941
172075
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
171942
172076
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -171969,6 +172103,108 @@ export namespace Prisma {
|
|
|
171969
172103
|
recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
|
|
171970
172104
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171971
172105
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172106
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172107
|
+
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
172108
|
+
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
172109
|
+
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
172110
|
+
ai_insight?: NullableJsonNullValueInput | InputJsonValue
|
|
172111
|
+
job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
|
|
172112
|
+
target_closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
172113
|
+
closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
172114
|
+
job_number?: NullableIntFieldUpdateOperationsInput | number | null
|
|
172115
|
+
job_code?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172116
|
+
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
172117
|
+
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
172118
|
+
created_by?: StringFieldUpdateOperationsInput | string
|
|
172119
|
+
updated_by?: StringFieldUpdateOperationsInput | string
|
|
172120
|
+
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
172121
|
+
openings?: IntFieldUpdateOperationsInput | number
|
|
172122
|
+
job_profile_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172123
|
+
applications?: ApplicationUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172124
|
+
interviews?: InterviewUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172125
|
+
assignments?: AssignmentUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172126
|
+
fit_check?: FitCheckUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172127
|
+
job_description_data?: JobDescriptionDataUncheckedUpdateManyWithoutJobDescriptionNestedInput
|
|
172128
|
+
evaluationPlan?: EvaluationPlanUncheckedUpdateManyWithoutJobDescriptionNestedInput
|
|
172129
|
+
ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutJobDescriptionNestedInput
|
|
172130
|
+
assignment_library?: AssignmentLibraryUncheckedUpdateManyWithoutJobDescriptionNestedInput
|
|
172131
|
+
approvals?: ApprovalUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172132
|
+
resumes?: ResumeUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172133
|
+
budget?: BudgetUncheckedUpdateOneWithoutJob_descriptionNestedInput
|
|
172134
|
+
recruiters?: UserUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172135
|
+
transcripts?: TranscriptUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172136
|
+
integration_job_syncs?: IntegrationJobSyncUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172137
|
+
job_application_template?: JobApplicationTemplateUncheckedUpdateOneWithoutJob_descriptionNestedInput
|
|
172138
|
+
conversations?: ConversationUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172139
|
+
communication_messages?: CommunicationMessageUncheckedUpdateManyWithoutJob_descriptionNestedInput
|
|
172140
|
+
}
|
|
172141
|
+
|
|
172142
|
+
export type JobDescriptionUpsertWithoutDisplay_html_documentInput = {
|
|
172143
|
+
update: XOR<JobDescriptionUpdateWithoutDisplay_html_documentInput, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
|
|
172144
|
+
create: XOR<JobDescriptionCreateWithoutDisplay_html_documentInput, JobDescriptionUncheckedCreateWithoutDisplay_html_documentInput>
|
|
172145
|
+
where?: JobDescriptionWhereInput
|
|
172146
|
+
}
|
|
172147
|
+
|
|
172148
|
+
export type JobDescriptionUpdateToOneWithWhereWithoutDisplay_html_documentInput = {
|
|
172149
|
+
where?: JobDescriptionWhereInput
|
|
172150
|
+
data: XOR<JobDescriptionUpdateWithoutDisplay_html_documentInput, JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput>
|
|
172151
|
+
}
|
|
172152
|
+
|
|
172153
|
+
export type JobDescriptionUpdateWithoutDisplay_html_documentInput = {
|
|
172154
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
172155
|
+
status?: EnumJobDescriptionStatusFieldUpdateOperationsInput | $Enums.JobDescriptionStatus
|
|
172156
|
+
screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
|
|
172157
|
+
recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
|
|
172158
|
+
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172159
|
+
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
172160
|
+
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
172161
|
+
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
172162
|
+
ai_insight?: NullableJsonNullValueInput | InputJsonValue
|
|
172163
|
+
job_fit_comparison?: NullableJsonNullValueInput | InputJsonValue
|
|
172164
|
+
target_closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
172165
|
+
closing_date?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
172166
|
+
job_number?: NullableIntFieldUpdateOperationsInput | number | null
|
|
172167
|
+
job_code?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172168
|
+
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
172169
|
+
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
172170
|
+
created_by?: StringFieldUpdateOperationsInput | string
|
|
172171
|
+
updated_by?: StringFieldUpdateOperationsInput | string
|
|
172172
|
+
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
172173
|
+
openings?: IntFieldUpdateOperationsInput | number
|
|
172174
|
+
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
172175
|
+
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
172176
|
+
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
172177
|
+
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
172178
|
+
applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
|
|
172179
|
+
interviews?: InterviewUpdateManyWithoutJob_descriptionNestedInput
|
|
172180
|
+
assignments?: AssignmentUpdateManyWithoutJob_descriptionNestedInput
|
|
172181
|
+
fit_check?: FitCheckUpdateManyWithoutJob_descriptionNestedInput
|
|
172182
|
+
job_description_data?: JobDescriptionDataUpdateManyWithoutJobDescriptionNestedInput
|
|
172183
|
+
evaluationPlan?: EvaluationPlanUpdateManyWithoutJobDescriptionNestedInput
|
|
172184
|
+
ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutJobDescriptionNestedInput
|
|
172185
|
+
assignment_library?: AssignmentLibraryUpdateManyWithoutJobDescriptionNestedInput
|
|
172186
|
+
approvals?: ApprovalUpdateManyWithoutJob_descriptionNestedInput
|
|
172187
|
+
resumes?: ResumeUpdateManyWithoutJob_descriptionNestedInput
|
|
172188
|
+
budget?: BudgetUpdateOneWithoutJob_descriptionNestedInput
|
|
172189
|
+
hiring_manager?: UserUpdateOneWithoutHiring_manager_job_descriptionsNestedInput
|
|
172190
|
+
recruiters?: UserUpdateManyWithoutJob_descriptionNestedInput
|
|
172191
|
+
transcripts?: TranscriptUpdateManyWithoutJob_descriptionNestedInput
|
|
172192
|
+
integration_job_syncs?: IntegrationJobSyncUpdateManyWithoutJob_descriptionNestedInput
|
|
172193
|
+
job_application_template?: JobApplicationTemplateUpdateOneWithoutJob_descriptionNestedInput
|
|
172194
|
+
conversations?: ConversationUpdateManyWithoutJob_descriptionNestedInput
|
|
172195
|
+
communication_messages?: CommunicationMessageUpdateManyWithoutJob_descriptionNestedInput
|
|
172196
|
+
}
|
|
172197
|
+
|
|
172198
|
+
export type JobDescriptionUncheckedUpdateWithoutDisplay_html_documentInput = {
|
|
172199
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
172200
|
+
organisation_id?: StringFieldUpdateOperationsInput | string
|
|
172201
|
+
hiring_manager_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172202
|
+
status?: EnumJobDescriptionStatusFieldUpdateOperationsInput | $Enums.JobDescriptionStatus
|
|
172203
|
+
screeningQuestions?: JobDescriptionUpdatescreeningQuestionsInput | string[]
|
|
172204
|
+
recommendedQuestions?: JobDescriptionUpdaterecommendedQuestionsInput | InputJsonValue[]
|
|
172205
|
+
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172206
|
+
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172207
|
+
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171972
172208
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
171973
172209
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
171974
172210
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -172283,6 +172519,7 @@ export namespace Prisma {
|
|
|
172283
172519
|
is_active?: boolean
|
|
172284
172520
|
openings?: number
|
|
172285
172521
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
172522
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
172286
172523
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
172287
172524
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
172288
172525
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -172315,6 +172552,7 @@ export namespace Prisma {
|
|
|
172315
172552
|
uploaded_job_description_path?: string | null
|
|
172316
172553
|
source_document_id?: string | null
|
|
172317
172554
|
rendered_jd_document_id?: string | null
|
|
172555
|
+
display_html_document_id?: string | null
|
|
172318
172556
|
is_plan_published?: boolean
|
|
172319
172557
|
is_posted?: boolean
|
|
172320
172558
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -172797,6 +173035,7 @@ export namespace Prisma {
|
|
|
172797
173035
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
172798
173036
|
openings?: IntFieldUpdateOperationsInput | number
|
|
172799
173037
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
173038
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
172800
173039
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
172801
173040
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
172802
173041
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -172829,6 +173068,7 @@ export namespace Prisma {
|
|
|
172829
173068
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172830
173069
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172831
173070
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173071
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
172832
173072
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
172833
173073
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
172834
173074
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -173610,6 +173850,7 @@ export namespace Prisma {
|
|
|
173610
173850
|
is_active?: boolean
|
|
173611
173851
|
openings?: number
|
|
173612
173852
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
173853
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
173613
173854
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
173614
173855
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
173615
173856
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -173642,6 +173883,7 @@ export namespace Prisma {
|
|
|
173642
173883
|
uploaded_job_description_path?: string | null
|
|
173643
173884
|
source_document_id?: string | null
|
|
173644
173885
|
rendered_jd_document_id?: string | null
|
|
173886
|
+
display_html_document_id?: string | null
|
|
173645
173887
|
is_plan_published?: boolean
|
|
173646
173888
|
is_posted?: boolean
|
|
173647
173889
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -174126,6 +174368,7 @@ export namespace Prisma {
|
|
|
174126
174368
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
174127
174369
|
openings?: IntFieldUpdateOperationsInput | number
|
|
174128
174370
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
174371
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
174129
174372
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
174130
174373
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
174131
174374
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -174158,6 +174401,7 @@ export namespace Prisma {
|
|
|
174158
174401
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
174159
174402
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
174160
174403
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
174404
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
174161
174405
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
174162
174406
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
174163
174407
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -174829,6 +175073,7 @@ export namespace Prisma {
|
|
|
174829
175073
|
is_active?: boolean
|
|
174830
175074
|
openings?: number
|
|
174831
175075
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
175076
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
174832
175077
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
174833
175078
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
174834
175079
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -174861,6 +175106,7 @@ export namespace Prisma {
|
|
|
174861
175106
|
uploaded_job_description_path?: string | null
|
|
174862
175107
|
source_document_id?: string | null
|
|
174863
175108
|
rendered_jd_document_id?: string | null
|
|
175109
|
+
display_html_document_id?: string | null
|
|
174864
175110
|
is_plan_published?: boolean
|
|
174865
175111
|
is_posted?: boolean
|
|
174866
175112
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -174933,6 +175179,7 @@ export namespace Prisma {
|
|
|
174933
175179
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
174934
175180
|
openings?: IntFieldUpdateOperationsInput | number
|
|
174935
175181
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
175182
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
174936
175183
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
174937
175184
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
174938
175185
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -174965,6 +175212,7 @@ export namespace Prisma {
|
|
|
174965
175212
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
174966
175213
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
174967
175214
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
175215
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
174968
175216
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
174969
175217
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
174970
175218
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -175646,6 +175894,7 @@ export namespace Prisma {
|
|
|
175646
175894
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
175647
175895
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
175648
175896
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
175897
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
175649
175898
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
175650
175899
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
175651
175900
|
assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
|
|
@@ -175673,6 +175922,7 @@ export namespace Prisma {
|
|
|
175673
175922
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
175674
175923
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
175675
175924
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
175925
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
175676
175926
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
175677
175927
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
175678
175928
|
assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
|
|
@@ -175705,6 +175955,7 @@ export namespace Prisma {
|
|
|
175705
175955
|
is_active?: boolean
|
|
175706
175956
|
openings?: number
|
|
175707
175957
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
175958
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
175708
175959
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
175709
175960
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
175710
175961
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -175737,6 +175988,7 @@ export namespace Prisma {
|
|
|
175737
175988
|
uploaded_job_description_path?: string | null
|
|
175738
175989
|
source_document_id?: string | null
|
|
175739
175990
|
rendered_jd_document_id?: string | null
|
|
175991
|
+
display_html_document_id?: string | null
|
|
175740
175992
|
is_plan_published?: boolean
|
|
175741
175993
|
is_posted?: boolean
|
|
175742
175994
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -176753,6 +177005,7 @@ export namespace Prisma {
|
|
|
176753
177005
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
176754
177006
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
176755
177007
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
177008
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
176756
177009
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
176757
177010
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
176758
177011
|
assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
|
|
@@ -176780,6 +177033,7 @@ export namespace Prisma {
|
|
|
176780
177033
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
176781
177034
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
176782
177035
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
177036
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
176783
177037
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
176784
177038
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
176785
177039
|
assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
|
|
@@ -176818,6 +177072,7 @@ export namespace Prisma {
|
|
|
176818
177072
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
176819
177073
|
openings?: IntFieldUpdateOperationsInput | number
|
|
176820
177074
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
177075
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
176821
177076
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
176822
177077
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
176823
177078
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -176850,6 +177105,7 @@ export namespace Prisma {
|
|
|
176850
177105
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
176851
177106
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
176852
177107
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177108
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
176853
177109
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
176854
177110
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
176855
177111
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -178135,6 +178391,7 @@ export namespace Prisma {
|
|
|
178135
178391
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
178136
178392
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
178137
178393
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
178394
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
178138
178395
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
178139
178396
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
178140
178397
|
assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
|
|
@@ -178162,6 +178419,7 @@ export namespace Prisma {
|
|
|
178162
178419
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
178163
178420
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
178164
178421
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
178422
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
178165
178423
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
178166
178424
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
178167
178425
|
assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
|
|
@@ -178337,6 +178595,7 @@ export namespace Prisma {
|
|
|
178337
178595
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
178338
178596
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
178339
178597
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
178598
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
178340
178599
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
178341
178600
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
178342
178601
|
assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
|
|
@@ -178364,6 +178623,7 @@ export namespace Prisma {
|
|
|
178364
178623
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
178365
178624
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
178366
178625
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
178626
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
178367
178627
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
178368
178628
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
178369
178629
|
assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
|
|
@@ -178494,6 +178754,7 @@ export namespace Prisma {
|
|
|
178494
178754
|
is_active?: boolean
|
|
178495
178755
|
openings?: number
|
|
178496
178756
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
178757
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
178497
178758
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
178498
178759
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
178499
178760
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -178526,6 +178787,7 @@ export namespace Prisma {
|
|
|
178526
178787
|
uploaded_job_description_path?: string | null
|
|
178527
178788
|
source_document_id?: string | null
|
|
178528
178789
|
rendered_jd_document_id?: string | null
|
|
178790
|
+
display_html_document_id?: string | null
|
|
178529
178791
|
is_plan_published?: boolean
|
|
178530
178792
|
is_posted?: boolean
|
|
178531
178793
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -178751,6 +179013,7 @@ export namespace Prisma {
|
|
|
178751
179013
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
178752
179014
|
openings?: IntFieldUpdateOperationsInput | number
|
|
178753
179015
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
179016
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
178754
179017
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
178755
179018
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
178756
179019
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -178783,6 +179046,7 @@ export namespace Prisma {
|
|
|
178783
179046
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
178784
179047
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
178785
179048
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
179049
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
178786
179050
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
178787
179051
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
178788
179052
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -178874,6 +179138,7 @@ export namespace Prisma {
|
|
|
178874
179138
|
resume?: ResumeCreateNestedOneWithoutDocumentInput
|
|
178875
179139
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
178876
179140
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
179141
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
178877
179142
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
178878
179143
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
178879
179144
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
@@ -178901,6 +179166,7 @@ export namespace Prisma {
|
|
|
178901
179166
|
resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
|
|
178902
179167
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
178903
179168
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
179169
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
178904
179170
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
178905
179171
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
178906
179172
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
@@ -178912,6 +179178,67 @@ export namespace Prisma {
|
|
|
178912
179178
|
create: XOR<DocumentCreateWithoutJob_description_renderedInput, DocumentUncheckedCreateWithoutJob_description_renderedInput>
|
|
178913
179179
|
}
|
|
178914
179180
|
|
|
179181
|
+
export type DocumentCreateWithoutJob_description_display_htmlInput = {
|
|
179182
|
+
id?: string
|
|
179183
|
+
original_file_name: string
|
|
179184
|
+
stored_file_name: string
|
|
179185
|
+
file_extension?: string | null
|
|
179186
|
+
s3_bucket?: string | null
|
|
179187
|
+
s3_key?: string | null
|
|
179188
|
+
mime_type?: string | null
|
|
179189
|
+
file_size?: bigint | number | null
|
|
179190
|
+
file_hash?: string | null
|
|
179191
|
+
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
179192
|
+
created_at?: Date | string
|
|
179193
|
+
updated_at?: Date | string
|
|
179194
|
+
created_by: string
|
|
179195
|
+
updated_by: string
|
|
179196
|
+
is_active?: boolean
|
|
179197
|
+
organisation?: OrganisationCreateNestedOneWithoutDocumentsInput
|
|
179198
|
+
candidate?: UserCreateNestedOneWithoutDocumentsInput
|
|
179199
|
+
resume?: ResumeCreateNestedOneWithoutDocumentInput
|
|
179200
|
+
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
179201
|
+
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
179202
|
+
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
179203
|
+
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
179204
|
+
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
179205
|
+
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
179206
|
+
assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
|
|
179207
|
+
}
|
|
179208
|
+
|
|
179209
|
+
export type DocumentUncheckedCreateWithoutJob_description_display_htmlInput = {
|
|
179210
|
+
id?: string
|
|
179211
|
+
organisation_id?: string | null
|
|
179212
|
+
candidate_id?: string | null
|
|
179213
|
+
original_file_name: string
|
|
179214
|
+
stored_file_name: string
|
|
179215
|
+
file_extension?: string | null
|
|
179216
|
+
s3_bucket?: string | null
|
|
179217
|
+
s3_key?: string | null
|
|
179218
|
+
mime_type?: string | null
|
|
179219
|
+
file_size?: bigint | number | null
|
|
179220
|
+
file_hash?: string | null
|
|
179221
|
+
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
179222
|
+
created_at?: Date | string
|
|
179223
|
+
updated_at?: Date | string
|
|
179224
|
+
created_by: string
|
|
179225
|
+
updated_by: string
|
|
179226
|
+
is_active?: boolean
|
|
179227
|
+
resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
|
|
179228
|
+
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
179229
|
+
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
179230
|
+
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
179231
|
+
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
179232
|
+
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
179233
|
+
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
179234
|
+
assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
|
|
179235
|
+
}
|
|
179236
|
+
|
|
179237
|
+
export type DocumentCreateOrConnectWithoutJob_description_display_htmlInput = {
|
|
179238
|
+
where: DocumentWhereUniqueInput
|
|
179239
|
+
create: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
|
|
179240
|
+
}
|
|
179241
|
+
|
|
178915
179242
|
export type JobProfileCreateWithoutJob_descriptionsInput = {
|
|
178916
179243
|
id?: string
|
|
178917
179244
|
status?: $Enums.JobProfileStatus
|
|
@@ -179097,6 +179424,7 @@ export namespace Prisma {
|
|
|
179097
179424
|
resume?: ResumeCreateNestedOneWithoutDocumentInput
|
|
179098
179425
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
179099
179426
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
179427
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
179100
179428
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
179101
179429
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
179102
179430
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
@@ -179124,6 +179452,7 @@ export namespace Prisma {
|
|
|
179124
179452
|
resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
|
|
179125
179453
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
179126
179454
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
179455
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
179127
179456
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
179128
179457
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
179129
179458
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
@@ -180421,6 +180750,7 @@ export namespace Prisma {
|
|
|
180421
180750
|
resume?: ResumeUpdateOneWithoutDocumentNestedInput
|
|
180422
180751
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
180423
180752
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
180753
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
180424
180754
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
180425
180755
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
180426
180756
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -180448,6 +180778,74 @@ export namespace Prisma {
|
|
|
180448
180778
|
resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
|
|
180449
180779
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
180450
180780
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
180781
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
180782
|
+
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
180783
|
+
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
180784
|
+
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
180785
|
+
assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
|
|
180786
|
+
}
|
|
180787
|
+
|
|
180788
|
+
export type DocumentUpsertWithoutJob_description_display_htmlInput = {
|
|
180789
|
+
update: XOR<DocumentUpdateWithoutJob_description_display_htmlInput, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
|
|
180790
|
+
create: XOR<DocumentCreateWithoutJob_description_display_htmlInput, DocumentUncheckedCreateWithoutJob_description_display_htmlInput>
|
|
180791
|
+
where?: DocumentWhereInput
|
|
180792
|
+
}
|
|
180793
|
+
|
|
180794
|
+
export type DocumentUpdateToOneWithWhereWithoutJob_description_display_htmlInput = {
|
|
180795
|
+
where?: DocumentWhereInput
|
|
180796
|
+
data: XOR<DocumentUpdateWithoutJob_description_display_htmlInput, DocumentUncheckedUpdateWithoutJob_description_display_htmlInput>
|
|
180797
|
+
}
|
|
180798
|
+
|
|
180799
|
+
export type DocumentUpdateWithoutJob_description_display_htmlInput = {
|
|
180800
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
180801
|
+
original_file_name?: StringFieldUpdateOperationsInput | string
|
|
180802
|
+
stored_file_name?: StringFieldUpdateOperationsInput | string
|
|
180803
|
+
file_extension?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180804
|
+
s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180805
|
+
s3_key?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180806
|
+
mime_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180807
|
+
file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
|
|
180808
|
+
file_hash?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180809
|
+
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
180810
|
+
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
180811
|
+
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
180812
|
+
created_by?: StringFieldUpdateOperationsInput | string
|
|
180813
|
+
updated_by?: StringFieldUpdateOperationsInput | string
|
|
180814
|
+
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
180815
|
+
organisation?: OrganisationUpdateOneWithoutDocumentsNestedInput
|
|
180816
|
+
candidate?: UserUpdateOneWithoutDocumentsNestedInput
|
|
180817
|
+
resume?: ResumeUpdateOneWithoutDocumentNestedInput
|
|
180818
|
+
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
180819
|
+
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
180820
|
+
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
180821
|
+
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
180822
|
+
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
180823
|
+
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
180824
|
+
assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
|
|
180825
|
+
}
|
|
180826
|
+
|
|
180827
|
+
export type DocumentUncheckedUpdateWithoutJob_description_display_htmlInput = {
|
|
180828
|
+
id?: StringFieldUpdateOperationsInput | string
|
|
180829
|
+
organisation_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180830
|
+
candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180831
|
+
original_file_name?: StringFieldUpdateOperationsInput | string
|
|
180832
|
+
stored_file_name?: StringFieldUpdateOperationsInput | string
|
|
180833
|
+
file_extension?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180834
|
+
s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180835
|
+
s3_key?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180836
|
+
mime_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180837
|
+
file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
|
|
180838
|
+
file_hash?: NullableStringFieldUpdateOperationsInput | string | null
|
|
180839
|
+
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
180840
|
+
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
180841
|
+
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
180842
|
+
created_by?: StringFieldUpdateOperationsInput | string
|
|
180843
|
+
updated_by?: StringFieldUpdateOperationsInput | string
|
|
180844
|
+
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
180845
|
+
resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
|
|
180846
|
+
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
180847
|
+
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
180848
|
+
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
180451
180849
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
180452
180850
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
180453
180851
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -180662,6 +181060,7 @@ export namespace Prisma {
|
|
|
180662
181060
|
resume?: ResumeUpdateOneWithoutDocumentNestedInput
|
|
180663
181061
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
180664
181062
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
181063
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
180665
181064
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
180666
181065
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
180667
181066
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -180689,6 +181088,7 @@ export namespace Prisma {
|
|
|
180689
181088
|
resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
|
|
180690
181089
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
180691
181090
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
181091
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
180692
181092
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
180693
181093
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
180694
181094
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -181334,6 +181734,7 @@ export namespace Prisma {
|
|
|
181334
181734
|
is_active?: boolean
|
|
181335
181735
|
openings?: number
|
|
181336
181736
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
181737
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
181337
181738
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
181338
181739
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
181339
181740
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -181366,6 +181767,7 @@ export namespace Prisma {
|
|
|
181366
181767
|
uploaded_job_description_path?: string | null
|
|
181367
181768
|
source_document_id?: string | null
|
|
181368
181769
|
rendered_jd_document_id?: string | null
|
|
181770
|
+
display_html_document_id?: string | null
|
|
181369
181771
|
is_plan_published?: boolean
|
|
181370
181772
|
is_posted?: boolean
|
|
181371
181773
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -181438,6 +181840,7 @@ export namespace Prisma {
|
|
|
181438
181840
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
181439
181841
|
openings?: IntFieldUpdateOperationsInput | number
|
|
181440
181842
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
181843
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
181441
181844
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
181442
181845
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
181443
181846
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -181470,6 +181873,7 @@ export namespace Prisma {
|
|
|
181470
181873
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
181471
181874
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
181472
181875
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
181876
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
181473
181877
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
181474
181878
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
181475
181879
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -182094,6 +182498,7 @@ export namespace Prisma {
|
|
|
182094
182498
|
is_active?: boolean
|
|
182095
182499
|
openings?: number
|
|
182096
182500
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
182501
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
182097
182502
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
182098
182503
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
182099
182504
|
applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
|
|
@@ -182126,6 +182531,7 @@ export namespace Prisma {
|
|
|
182126
182531
|
uploaded_job_description_path?: string | null
|
|
182127
182532
|
source_document_id?: string | null
|
|
182128
182533
|
rendered_jd_document_id?: string | null
|
|
182534
|
+
display_html_document_id?: string | null
|
|
182129
182535
|
is_plan_published?: boolean
|
|
182130
182536
|
is_posted?: boolean
|
|
182131
182537
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -182791,6 +183197,7 @@ export namespace Prisma {
|
|
|
182791
183197
|
uploaded_job_description_path?: StringNullableFilter<"JobDescription"> | string | null
|
|
182792
183198
|
source_document_id?: StringNullableFilter<"JobDescription"> | string | null
|
|
182793
183199
|
rendered_jd_document_id?: StringNullableFilter<"JobDescription"> | string | null
|
|
183200
|
+
display_html_document_id?: StringNullableFilter<"JobDescription"> | string | null
|
|
182794
183201
|
is_plan_published?: BoolFilter<"JobDescription"> | boolean
|
|
182795
183202
|
is_posted?: BoolFilter<"JobDescription"> | boolean
|
|
182796
183203
|
summary?: JsonNullableFilter<"JobDescription">
|
|
@@ -184179,6 +184586,7 @@ export namespace Prisma {
|
|
|
184179
184586
|
is_active?: boolean
|
|
184180
184587
|
openings?: number
|
|
184181
184588
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
184589
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
184182
184590
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
184183
184591
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
184184
184592
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -184211,6 +184619,7 @@ export namespace Prisma {
|
|
|
184211
184619
|
uploaded_job_description_path?: string | null
|
|
184212
184620
|
source_document_id?: string | null
|
|
184213
184621
|
rendered_jd_document_id?: string | null
|
|
184622
|
+
display_html_document_id?: string | null
|
|
184214
184623
|
is_plan_published?: boolean
|
|
184215
184624
|
is_posted?: boolean
|
|
184216
184625
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -184967,6 +185376,7 @@ export namespace Prisma {
|
|
|
184967
185376
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
184968
185377
|
openings?: IntFieldUpdateOperationsInput | number
|
|
184969
185378
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
185379
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
184970
185380
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
184971
185381
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
184972
185382
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -184999,6 +185409,7 @@ export namespace Prisma {
|
|
|
184999
185409
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
185000
185410
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
185001
185411
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
185412
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
185002
185413
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
185003
185414
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
185004
185415
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -186069,6 +186480,7 @@ export namespace Prisma {
|
|
|
186069
186480
|
is_active?: boolean
|
|
186070
186481
|
openings?: number
|
|
186071
186482
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
186483
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
186072
186484
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
186073
186485
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
186074
186486
|
applications?: ApplicationCreateNestedManyWithoutJob_descriptionInput
|
|
@@ -186100,6 +186512,7 @@ export namespace Prisma {
|
|
|
186100
186512
|
uploaded_job_description_path?: string | null
|
|
186101
186513
|
source_document_id?: string | null
|
|
186102
186514
|
rendered_jd_document_id?: string | null
|
|
186515
|
+
display_html_document_id?: string | null
|
|
186103
186516
|
is_plan_published?: boolean
|
|
186104
186517
|
is_posted?: boolean
|
|
186105
186518
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -187230,6 +187643,7 @@ export namespace Prisma {
|
|
|
187230
187643
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
187231
187644
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
187232
187645
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
187646
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
187233
187647
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
187234
187648
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
187235
187649
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
@@ -187257,6 +187671,7 @@ export namespace Prisma {
|
|
|
187257
187671
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
187258
187672
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
187259
187673
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
187674
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
187260
187675
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
187261
187676
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
187262
187677
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
@@ -189962,6 +190377,7 @@ export namespace Prisma {
|
|
|
189962
190377
|
is_active?: boolean
|
|
189963
190378
|
openings?: number
|
|
189964
190379
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
190380
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
189965
190381
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
189966
190382
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
189967
190383
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -189994,6 +190410,7 @@ export namespace Prisma {
|
|
|
189994
190410
|
uploaded_job_description_path?: string | null
|
|
189995
190411
|
source_document_id?: string | null
|
|
189996
190412
|
rendered_jd_document_id?: string | null
|
|
190413
|
+
display_html_document_id?: string | null
|
|
189997
190414
|
is_plan_published?: boolean
|
|
189998
190415
|
is_posted?: boolean
|
|
189999
190416
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -190054,6 +190471,7 @@ export namespace Prisma {
|
|
|
190054
190471
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
190055
190472
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
190056
190473
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
190474
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
190057
190475
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
190058
190476
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
190059
190477
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
@@ -190081,6 +190499,7 @@ export namespace Prisma {
|
|
|
190081
190499
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
190082
190500
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
190083
190501
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
190502
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
190084
190503
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
190085
190504
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
190086
190505
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
@@ -190113,6 +190532,7 @@ export namespace Prisma {
|
|
|
190113
190532
|
resume?: ResumeCreateNestedOneWithoutDocumentInput
|
|
190114
190533
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
190115
190534
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
190535
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
190116
190536
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
190117
190537
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
190118
190538
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
@@ -190140,6 +190560,7 @@ export namespace Prisma {
|
|
|
190140
190560
|
resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
|
|
190141
190561
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
190142
190562
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
190563
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
190143
190564
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
190144
190565
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
190145
190566
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
@@ -190903,6 +191324,7 @@ export namespace Prisma {
|
|
|
190903
191324
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
190904
191325
|
openings?: IntFieldUpdateOperationsInput | number
|
|
190905
191326
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
191327
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
190906
191328
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
190907
191329
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
190908
191330
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -190935,6 +191357,7 @@ export namespace Prisma {
|
|
|
190935
191357
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
190936
191358
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
190937
191359
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
191360
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
190938
191361
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
190939
191362
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
190940
191363
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -191001,6 +191424,7 @@ export namespace Prisma {
|
|
|
191001
191424
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
191002
191425
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
191003
191426
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
191427
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
191004
191428
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
191005
191429
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
191006
191430
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -191028,6 +191452,7 @@ export namespace Prisma {
|
|
|
191028
191452
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
191029
191453
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
191030
191454
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
191455
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
191031
191456
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
191032
191457
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
191033
191458
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -191066,6 +191491,7 @@ export namespace Prisma {
|
|
|
191066
191491
|
resume?: ResumeUpdateOneWithoutDocumentNestedInput
|
|
191067
191492
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
191068
191493
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
191494
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
191069
191495
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
191070
191496
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
191071
191497
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -191093,6 +191519,7 @@ export namespace Prisma {
|
|
|
191093
191519
|
resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
|
|
191094
191520
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
191095
191521
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
191522
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
191096
191523
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
191097
191524
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
191098
191525
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -192475,6 +192902,7 @@ export namespace Prisma {
|
|
|
192475
192902
|
is_active?: boolean
|
|
192476
192903
|
openings?: number
|
|
192477
192904
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
192905
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
192478
192906
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
192479
192907
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
192480
192908
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -192507,6 +192935,7 @@ export namespace Prisma {
|
|
|
192507
192935
|
uploaded_job_description_path?: string | null
|
|
192508
192936
|
source_document_id?: string | null
|
|
192509
192937
|
rendered_jd_document_id?: string | null
|
|
192938
|
+
display_html_document_id?: string | null
|
|
192510
192939
|
is_plan_published?: boolean
|
|
192511
192940
|
is_posted?: boolean
|
|
192512
192941
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -192737,6 +193166,7 @@ export namespace Prisma {
|
|
|
192737
193166
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
192738
193167
|
openings?: IntFieldUpdateOperationsInput | number
|
|
192739
193168
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
193169
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
192740
193170
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
192741
193171
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
192742
193172
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -192769,6 +193199,7 @@ export namespace Prisma {
|
|
|
192769
193199
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
192770
193200
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
192771
193201
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
193202
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
192772
193203
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
192773
193204
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
192774
193205
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -193210,6 +193641,7 @@ export namespace Prisma {
|
|
|
193210
193641
|
is_active?: boolean
|
|
193211
193642
|
openings?: number
|
|
193212
193643
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
193644
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
193213
193645
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
193214
193646
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
193215
193647
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -193242,6 +193674,7 @@ export namespace Prisma {
|
|
|
193242
193674
|
uploaded_job_description_path?: string | null
|
|
193243
193675
|
source_document_id?: string | null
|
|
193244
193676
|
rendered_jd_document_id?: string | null
|
|
193677
|
+
display_html_document_id?: string | null
|
|
193245
193678
|
is_plan_published?: boolean
|
|
193246
193679
|
is_posted?: boolean
|
|
193247
193680
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -193303,6 +193736,7 @@ export namespace Prisma {
|
|
|
193303
193736
|
is_active?: boolean
|
|
193304
193737
|
openings?: number
|
|
193305
193738
|
rendered_jd_document?: DocumentCreateNestedOneWithoutJob_description_renderedInput
|
|
193739
|
+
display_html_document?: DocumentCreateNestedOneWithoutJob_description_display_htmlInput
|
|
193306
193740
|
job_profile?: JobProfileCreateNestedOneWithoutJob_descriptionsInput
|
|
193307
193741
|
organisation: OrganisationCreateNestedOneWithoutJob_descriptionsInput
|
|
193308
193742
|
source_document?: DocumentCreateNestedOneWithoutJob_description_sourceInput
|
|
@@ -193334,6 +193768,7 @@ export namespace Prisma {
|
|
|
193334
193768
|
uploaded_job_description_path?: string | null
|
|
193335
193769
|
source_document_id?: string | null
|
|
193336
193770
|
rendered_jd_document_id?: string | null
|
|
193771
|
+
display_html_document_id?: string | null
|
|
193337
193772
|
is_plan_published?: boolean
|
|
193338
193773
|
is_posted?: boolean
|
|
193339
193774
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -194826,6 +195261,7 @@ export namespace Prisma {
|
|
|
194826
195261
|
resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
|
|
194827
195262
|
job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
|
|
194828
195263
|
job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
|
|
195264
|
+
job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
|
|
194829
195265
|
interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
|
|
194830
195266
|
job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
|
|
194831
195267
|
assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
|
|
@@ -194853,6 +195289,7 @@ export namespace Prisma {
|
|
|
194853
195289
|
resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
|
|
194854
195290
|
job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
|
|
194855
195291
|
job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
|
|
195292
|
+
job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
|
|
194856
195293
|
interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
|
|
194857
195294
|
job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
|
|
194858
195295
|
assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
|
|
@@ -201309,6 +201746,7 @@ export namespace Prisma {
|
|
|
201309
201746
|
uploaded_job_description_path?: string | null
|
|
201310
201747
|
source_document_id?: string | null
|
|
201311
201748
|
rendered_jd_document_id?: string | null
|
|
201749
|
+
display_html_document_id?: string | null
|
|
201312
201750
|
is_plan_published?: boolean
|
|
201313
201751
|
is_posted?: boolean
|
|
201314
201752
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -201348,6 +201786,7 @@ export namespace Prisma {
|
|
|
201348
201786
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
201349
201787
|
openings?: IntFieldUpdateOperationsInput | number
|
|
201350
201788
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
201789
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
201351
201790
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
201352
201791
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
201353
201792
|
applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
|
|
@@ -201380,6 +201819,7 @@ export namespace Prisma {
|
|
|
201380
201819
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201381
201820
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201382
201821
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201822
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201383
201823
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
201384
201824
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
201385
201825
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -201424,6 +201864,7 @@ export namespace Prisma {
|
|
|
201424
201864
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201425
201865
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201426
201866
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201867
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201427
201868
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
201428
201869
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
201429
201870
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -201534,6 +201975,7 @@ export namespace Prisma {
|
|
|
201534
201975
|
uploaded_job_description_path?: string | null
|
|
201535
201976
|
source_document_id?: string | null
|
|
201536
201977
|
rendered_jd_document_id?: string | null
|
|
201978
|
+
display_html_document_id?: string | null
|
|
201537
201979
|
is_plan_published?: boolean
|
|
201538
201980
|
is_posted?: boolean
|
|
201539
201981
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -202357,6 +202799,7 @@ export namespace Prisma {
|
|
|
202357
202799
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
202358
202800
|
openings?: IntFieldUpdateOperationsInput | number
|
|
202359
202801
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
202802
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
202360
202803
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
202361
202804
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
202362
202805
|
applications?: ApplicationUpdateManyWithoutJob_descriptionNestedInput
|
|
@@ -202388,6 +202831,7 @@ export namespace Prisma {
|
|
|
202388
202831
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
202389
202832
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
202390
202833
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
202834
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
202391
202835
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
202392
202836
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
202393
202837
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -202432,6 +202876,7 @@ export namespace Prisma {
|
|
|
202432
202876
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
202433
202877
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
202434
202878
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
202879
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
202435
202880
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
202436
202881
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
202437
202882
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -203738,6 +204183,7 @@ export namespace Prisma {
|
|
|
203738
204183
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
203739
204184
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
203740
204185
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
204186
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
203741
204187
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
203742
204188
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
203743
204189
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -203765,6 +204211,7 @@ export namespace Prisma {
|
|
|
203765
204211
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
203766
204212
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
203767
204213
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
204214
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
203768
204215
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
203769
204216
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
203770
204217
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -204951,6 +205398,7 @@ export namespace Prisma {
|
|
|
204951
205398
|
uploaded_job_description_path?: string | null
|
|
204952
205399
|
source_document_id?: string | null
|
|
204953
205400
|
rendered_jd_document_id?: string | null
|
|
205401
|
+
display_html_document_id?: string | null
|
|
204954
205402
|
is_plan_published?: boolean
|
|
204955
205403
|
is_posted?: boolean
|
|
204956
205404
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -205709,6 +206157,7 @@ export namespace Prisma {
|
|
|
205709
206157
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
205710
206158
|
openings?: IntFieldUpdateOperationsInput | number
|
|
205711
206159
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
206160
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
205712
206161
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
205713
206162
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
205714
206163
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -205741,6 +206190,7 @@ export namespace Prisma {
|
|
|
205741
206190
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205742
206191
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205743
206192
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206193
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205744
206194
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
205745
206195
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
205746
206196
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -205785,6 +206235,7 @@ export namespace Prisma {
|
|
|
205785
206235
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205786
206236
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205787
206237
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206238
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205788
206239
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
205789
206240
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
205790
206241
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -205825,6 +206276,7 @@ export namespace Prisma {
|
|
|
205825
206276
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
205826
206277
|
openings?: IntFieldUpdateOperationsInput | number
|
|
205827
206278
|
rendered_jd_document?: DocumentUpdateOneWithoutJob_description_renderedNestedInput
|
|
206279
|
+
display_html_document?: DocumentUpdateOneWithoutJob_description_display_htmlNestedInput
|
|
205828
206280
|
job_profile?: JobProfileUpdateOneWithoutJob_descriptionsNestedInput
|
|
205829
206281
|
organisation?: OrganisationUpdateOneRequiredWithoutJob_descriptionsNestedInput
|
|
205830
206282
|
source_document?: DocumentUpdateOneWithoutJob_description_sourceNestedInput
|
|
@@ -205856,6 +206308,7 @@ export namespace Prisma {
|
|
|
205856
206308
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205857
206309
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205858
206310
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206311
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205859
206312
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
205860
206313
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
205861
206314
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -205900,6 +206353,7 @@ export namespace Prisma {
|
|
|
205900
206353
|
uploaded_job_description_path?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205901
206354
|
source_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205902
206355
|
rendered_jd_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206356
|
+
display_html_document_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205903
206357
|
is_plan_published?: BoolFieldUpdateOperationsInput | boolean
|
|
205904
206358
|
is_posted?: BoolFieldUpdateOperationsInput | boolean
|
|
205905
206359
|
summary?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -207587,6 +208041,7 @@ export namespace Prisma {
|
|
|
207587
208041
|
resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
|
|
207588
208042
|
job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
|
|
207589
208043
|
job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
|
|
208044
|
+
job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
|
|
207590
208045
|
interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
|
|
207591
208046
|
job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
|
|
207592
208047
|
assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
|
|
@@ -207614,6 +208069,7 @@ export namespace Prisma {
|
|
|
207614
208069
|
resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
|
|
207615
208070
|
job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
|
|
207616
208071
|
job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
|
|
208072
|
+
job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
|
|
207617
208073
|
interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
|
|
207618
208074
|
job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
|
|
207619
208075
|
assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
|