@adaptware/eagles-db 0.4.41 → 0.4.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/edge.js +8 -7
- package/client/index-browser.js +2 -0
- package/client/index.d.ts +150 -2
- package/client/index.js +8 -7
- package/client/package.json +1 -1
- package/client/schema.prisma +2 -0
- package/client/wasm.js +8 -7
- package/package.json +1 -1
- package/prisma/.DS_Store +0 -0
- package/prisma/schema/evaluationPlan.prisma +1 -0
- package/prisma/schema/migrations/20260519120000_interview_deadline/migration.sql +2 -0
- package/prisma/schema/migrations/20260520120000_interview_duration_drop_deadline/migration.sql +30 -0
- package/prisma/schema/migrations/20260602120000_resume_file_hash_drop_unique/migration.sql +2 -0
- package/prisma/schema/migrations/20260603120000_job_application_field_is_mandatory/migration.sql +2 -0
- package/prisma/schema/migrations/20260604120000_job_application_response_updated_by_organisation/migration.sql +2 -0
- package/prisma/schema/migrations/20260605120000_drop_document_application_id/migration.sql +3 -0
- package/prisma/schema/migrations/20260610120000_jaf_template_model/migration.sql +70 -0
- package/prisma/schema/migrations/20260610130000_assignment_document_fks/migration.sql +15 -0
- package/prisma/schema/migrations/20260610140000_jaf_draft_activation/migration.sql +12 -0
- package/prisma/schema/migrations/20260713120000_add_focus_areas_backfill/migration.sql +16 -0
- package/prisma/schema/ongoingEvaluation.prisma +1 -0
- package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +0 -25
- package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +0 -24
- package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +0 -2
- package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +0 -9
- package/prisma/schema/migrations/20260714120000_add_job_description_display_html_document/migration.sql +0 -8
package/client/index.d.ts
CHANGED
|
@@ -45466,6 +45466,7 @@ export namespace Prisma {
|
|
|
45466
45466
|
title: number
|
|
45467
45467
|
description: number
|
|
45468
45468
|
format: number
|
|
45469
|
+
focus_areas: number
|
|
45469
45470
|
topics: number
|
|
45470
45471
|
assignee: number
|
|
45471
45472
|
elimination_round: number
|
|
@@ -45568,6 +45569,7 @@ export namespace Prisma {
|
|
|
45568
45569
|
title?: true
|
|
45569
45570
|
description?: true
|
|
45570
45571
|
format?: true
|
|
45572
|
+
focus_areas?: true
|
|
45571
45573
|
topics?: true
|
|
45572
45574
|
assignee?: true
|
|
45573
45575
|
elimination_round?: true
|
|
@@ -45685,6 +45687,7 @@ export namespace Prisma {
|
|
|
45685
45687
|
title: string
|
|
45686
45688
|
description: string | null
|
|
45687
45689
|
format: $Enums.EvaluationRoundFormat | null
|
|
45690
|
+
focus_areas: string[]
|
|
45688
45691
|
topics: string[]
|
|
45689
45692
|
assignee: string | null
|
|
45690
45693
|
elimination_round: boolean
|
|
@@ -45734,6 +45737,7 @@ export namespace Prisma {
|
|
|
45734
45737
|
title?: boolean
|
|
45735
45738
|
description?: boolean
|
|
45736
45739
|
format?: boolean
|
|
45740
|
+
focus_areas?: boolean
|
|
45737
45741
|
topics?: boolean
|
|
45738
45742
|
assignee?: boolean
|
|
45739
45743
|
elimination_round?: boolean
|
|
@@ -45772,6 +45776,7 @@ export namespace Prisma {
|
|
|
45772
45776
|
title?: boolean
|
|
45773
45777
|
description?: boolean
|
|
45774
45778
|
format?: boolean
|
|
45779
|
+
focus_areas?: boolean
|
|
45775
45780
|
topics?: boolean
|
|
45776
45781
|
assignee?: boolean
|
|
45777
45782
|
elimination_round?: boolean
|
|
@@ -45805,6 +45810,7 @@ export namespace Prisma {
|
|
|
45805
45810
|
title?: boolean
|
|
45806
45811
|
description?: boolean
|
|
45807
45812
|
format?: boolean
|
|
45813
|
+
focus_areas?: boolean
|
|
45808
45814
|
topics?: boolean
|
|
45809
45815
|
assignee?: boolean
|
|
45810
45816
|
elimination_round?: boolean
|
|
@@ -45838,6 +45844,7 @@ export namespace Prisma {
|
|
|
45838
45844
|
title?: boolean
|
|
45839
45845
|
description?: boolean
|
|
45840
45846
|
format?: boolean
|
|
45847
|
+
focus_areas?: boolean
|
|
45841
45848
|
topics?: boolean
|
|
45842
45849
|
assignee?: boolean
|
|
45843
45850
|
elimination_round?: boolean
|
|
@@ -45860,7 +45867,7 @@ export namespace Prisma {
|
|
|
45860
45867
|
is_active?: boolean
|
|
45861
45868
|
}
|
|
45862
45869
|
|
|
45863
|
-
export type EvaluationPlanOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "job_description_id" | "assessment_id" | "assignment_library_id" | "title" | "description" | "format" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "round_purpose" | "timeline" | "order_no" | "details" | "plan_type" | "share_scope" | "duration" | "duration_unit" | "deadline" | "category" | "created_by" | "updated_by" | "created_at" | "updated_at" | "is_active", ExtArgs["result"]["evaluationPlan"]>
|
|
45870
|
+
export type EvaluationPlanOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "job_description_id" | "assessment_id" | "assignment_library_id" | "title" | "description" | "format" | "focus_areas" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "round_purpose" | "timeline" | "order_no" | "details" | "plan_type" | "share_scope" | "duration" | "duration_unit" | "deadline" | "category" | "created_by" | "updated_by" | "created_at" | "updated_at" | "is_active", ExtArgs["result"]["evaluationPlan"]>
|
|
45864
45871
|
export type EvaluationPlanInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
45865
45872
|
jobDescription?: boolean | JobDescriptionDefaultArgs<ExtArgs>
|
|
45866
45873
|
questions?: boolean | EvaluationPlan$questionsArgs<ExtArgs>
|
|
@@ -45901,6 +45908,7 @@ export namespace Prisma {
|
|
|
45901
45908
|
title: string
|
|
45902
45909
|
description: string | null
|
|
45903
45910
|
format: $Enums.EvaluationRoundFormat | null
|
|
45911
|
+
focus_areas: string[]
|
|
45904
45912
|
topics: string[]
|
|
45905
45913
|
assignee: string | null
|
|
45906
45914
|
elimination_round: boolean
|
|
@@ -46358,6 +46366,7 @@ export namespace Prisma {
|
|
|
46358
46366
|
readonly title: FieldRef<"EvaluationPlan", 'String'>
|
|
46359
46367
|
readonly description: FieldRef<"EvaluationPlan", 'String'>
|
|
46360
46368
|
readonly format: FieldRef<"EvaluationPlan", 'EvaluationRoundFormat'>
|
|
46369
|
+
readonly focus_areas: FieldRef<"EvaluationPlan", 'String[]'>
|
|
46361
46370
|
readonly topics: FieldRef<"EvaluationPlan", 'String[]'>
|
|
46362
46371
|
readonly assignee: FieldRef<"EvaluationPlan", 'String'>
|
|
46363
46372
|
readonly elimination_round: FieldRef<"EvaluationPlan", 'Boolean'>
|
|
@@ -79492,6 +79501,7 @@ export namespace Prisma {
|
|
|
79492
79501
|
order_no: number
|
|
79493
79502
|
format: number
|
|
79494
79503
|
round_purpose: number
|
|
79504
|
+
focus_areas: number
|
|
79495
79505
|
topics: number
|
|
79496
79506
|
assignee: number
|
|
79497
79507
|
elimination_round: number
|
|
@@ -79619,6 +79629,7 @@ export namespace Prisma {
|
|
|
79619
79629
|
order_no?: true
|
|
79620
79630
|
format?: true
|
|
79621
79631
|
round_purpose?: true
|
|
79632
|
+
focus_areas?: true
|
|
79622
79633
|
topics?: true
|
|
79623
79634
|
assignee?: true
|
|
79624
79635
|
elimination_round?: true
|
|
@@ -79745,6 +79756,7 @@ export namespace Prisma {
|
|
|
79745
79756
|
order_no: number | null
|
|
79746
79757
|
format: $Enums.EvaluationRoundFormat | null
|
|
79747
79758
|
round_purpose: string | null
|
|
79759
|
+
focus_areas: string[]
|
|
79748
79760
|
topics: string[]
|
|
79749
79761
|
assignee: string | null
|
|
79750
79762
|
elimination_round: boolean | null
|
|
@@ -79803,6 +79815,7 @@ export namespace Prisma {
|
|
|
79803
79815
|
order_no?: boolean
|
|
79804
79816
|
format?: boolean
|
|
79805
79817
|
round_purpose?: boolean
|
|
79818
|
+
focus_areas?: boolean
|
|
79806
79819
|
topics?: boolean
|
|
79807
79820
|
assignee?: boolean
|
|
79808
79821
|
elimination_round?: boolean
|
|
@@ -79851,6 +79864,7 @@ export namespace Prisma {
|
|
|
79851
79864
|
order_no?: boolean
|
|
79852
79865
|
format?: boolean
|
|
79853
79866
|
round_purpose?: boolean
|
|
79867
|
+
focus_areas?: boolean
|
|
79854
79868
|
topics?: boolean
|
|
79855
79869
|
assignee?: boolean
|
|
79856
79870
|
elimination_round?: boolean
|
|
@@ -79898,6 +79912,7 @@ export namespace Prisma {
|
|
|
79898
79912
|
order_no?: boolean
|
|
79899
79913
|
format?: boolean
|
|
79900
79914
|
round_purpose?: boolean
|
|
79915
|
+
focus_areas?: boolean
|
|
79901
79916
|
topics?: boolean
|
|
79902
79917
|
assignee?: boolean
|
|
79903
79918
|
elimination_round?: boolean
|
|
@@ -79945,6 +79960,7 @@ export namespace Prisma {
|
|
|
79945
79960
|
order_no?: boolean
|
|
79946
79961
|
format?: boolean
|
|
79947
79962
|
round_purpose?: boolean
|
|
79963
|
+
focus_areas?: boolean
|
|
79948
79964
|
topics?: boolean
|
|
79949
79965
|
assignee?: boolean
|
|
79950
79966
|
elimination_round?: boolean
|
|
@@ -79963,7 +79979,7 @@ export namespace Prisma {
|
|
|
79963
79979
|
is_current?: boolean
|
|
79964
79980
|
}
|
|
79965
79981
|
|
|
79966
|
-
export type OngoingEvaluationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "application_id" | "candidate_id" | "resume_id" | "job_description_id" | "evaluation_plan_id" | "interview_id" | "assignment_id" | "assessment_id" | "state" | "round_status" | "comments" | "completed_at" | "is_committed" | "title" | "description" | "order_no" | "format" | "round_purpose" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "duration" | "deadline" | "duration_unit" | "details" | "category" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_current", ExtArgs["result"]["ongoingEvaluation"]>
|
|
79982
|
+
export type OngoingEvaluationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "application_id" | "candidate_id" | "resume_id" | "job_description_id" | "evaluation_plan_id" | "interview_id" | "assignment_id" | "assessment_id" | "state" | "round_status" | "comments" | "completed_at" | "is_committed" | "title" | "description" | "order_no" | "format" | "round_purpose" | "focus_areas" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "duration" | "deadline" | "duration_unit" | "details" | "category" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_current", ExtArgs["result"]["ongoingEvaluation"]>
|
|
79967
79983
|
export type OngoingEvaluationInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
79968
79984
|
jobDescription?: boolean | OngoingEvaluation$jobDescriptionArgs<ExtArgs>
|
|
79969
79985
|
application?: boolean | ApplicationDefaultArgs<ExtArgs>
|
|
@@ -80033,6 +80049,7 @@ export namespace Prisma {
|
|
|
80033
80049
|
order_no: number | null
|
|
80034
80050
|
format: $Enums.EvaluationRoundFormat | null
|
|
80035
80051
|
round_purpose: string | null
|
|
80052
|
+
focus_areas: string[]
|
|
80036
80053
|
topics: string[]
|
|
80037
80054
|
assignee: string | null
|
|
80038
80055
|
elimination_round: boolean | null
|
|
@@ -80501,6 +80518,7 @@ export namespace Prisma {
|
|
|
80501
80518
|
readonly order_no: FieldRef<"OngoingEvaluation", 'Int'>
|
|
80502
80519
|
readonly format: FieldRef<"OngoingEvaluation", 'EvaluationRoundFormat'>
|
|
80503
80520
|
readonly round_purpose: FieldRef<"OngoingEvaluation", 'String'>
|
|
80521
|
+
readonly focus_areas: FieldRef<"OngoingEvaluation", 'String[]'>
|
|
80504
80522
|
readonly topics: FieldRef<"OngoingEvaluation", 'String[]'>
|
|
80505
80523
|
readonly assignee: FieldRef<"OngoingEvaluation", 'String'>
|
|
80506
80524
|
readonly elimination_round: FieldRef<"OngoingEvaluation", 'Boolean'>
|
|
@@ -115564,6 +115582,7 @@ export namespace Prisma {
|
|
|
115564
115582
|
title: 'title',
|
|
115565
115583
|
description: 'description',
|
|
115566
115584
|
format: 'format',
|
|
115585
|
+
focus_areas: 'focus_areas',
|
|
115567
115586
|
topics: 'topics',
|
|
115568
115587
|
assignee: 'assignee',
|
|
115569
115588
|
elimination_round: 'elimination_round',
|
|
@@ -116238,6 +116257,7 @@ export namespace Prisma {
|
|
|
116238
116257
|
order_no: 'order_no',
|
|
116239
116258
|
format: 'format',
|
|
116240
116259
|
round_purpose: 'round_purpose',
|
|
116260
|
+
focus_areas: 'focus_areas',
|
|
116241
116261
|
topics: 'topics',
|
|
116242
116262
|
assignee: 'assignee',
|
|
116243
116263
|
elimination_round: 'elimination_round',
|
|
@@ -121216,6 +121236,7 @@ export namespace Prisma {
|
|
|
121216
121236
|
title?: StringFilter<"EvaluationPlan"> | string
|
|
121217
121237
|
description?: StringNullableFilter<"EvaluationPlan"> | string | null
|
|
121218
121238
|
format?: EnumEvaluationRoundFormatNullableFilter<"EvaluationPlan"> | $Enums.EvaluationRoundFormat | null
|
|
121239
|
+
focus_areas?: StringNullableListFilter<"EvaluationPlan">
|
|
121219
121240
|
topics?: StringNullableListFilter<"EvaluationPlan">
|
|
121220
121241
|
assignee?: StringNullableFilter<"EvaluationPlan"> | string | null
|
|
121221
121242
|
elimination_round?: BoolFilter<"EvaluationPlan"> | boolean
|
|
@@ -121253,6 +121274,7 @@ export namespace Prisma {
|
|
|
121253
121274
|
title?: SortOrder
|
|
121254
121275
|
description?: SortOrderInput | SortOrder
|
|
121255
121276
|
format?: SortOrderInput | SortOrder
|
|
121277
|
+
focus_areas?: SortOrder
|
|
121256
121278
|
topics?: SortOrder
|
|
121257
121279
|
assignee?: SortOrderInput | SortOrder
|
|
121258
121280
|
elimination_round?: SortOrder
|
|
@@ -121293,6 +121315,7 @@ export namespace Prisma {
|
|
|
121293
121315
|
title?: StringFilter<"EvaluationPlan"> | string
|
|
121294
121316
|
description?: StringNullableFilter<"EvaluationPlan"> | string | null
|
|
121295
121317
|
format?: EnumEvaluationRoundFormatNullableFilter<"EvaluationPlan"> | $Enums.EvaluationRoundFormat | null
|
|
121318
|
+
focus_areas?: StringNullableListFilter<"EvaluationPlan">
|
|
121296
121319
|
topics?: StringNullableListFilter<"EvaluationPlan">
|
|
121297
121320
|
assignee?: StringNullableFilter<"EvaluationPlan"> | string | null
|
|
121298
121321
|
elimination_round?: BoolFilter<"EvaluationPlan"> | boolean
|
|
@@ -121330,6 +121353,7 @@ export namespace Prisma {
|
|
|
121330
121353
|
title?: SortOrder
|
|
121331
121354
|
description?: SortOrderInput | SortOrder
|
|
121332
121355
|
format?: SortOrderInput | SortOrder
|
|
121356
|
+
focus_areas?: SortOrder
|
|
121333
121357
|
topics?: SortOrder
|
|
121334
121358
|
assignee?: SortOrderInput | SortOrder
|
|
121335
121359
|
elimination_round?: SortOrder
|
|
@@ -121368,6 +121392,7 @@ export namespace Prisma {
|
|
|
121368
121392
|
title?: StringWithAggregatesFilter<"EvaluationPlan"> | string
|
|
121369
121393
|
description?: StringNullableWithAggregatesFilter<"EvaluationPlan"> | string | null
|
|
121370
121394
|
format?: EnumEvaluationRoundFormatNullableWithAggregatesFilter<"EvaluationPlan"> | $Enums.EvaluationRoundFormat | null
|
|
121395
|
+
focus_areas?: StringNullableListFilter<"EvaluationPlan">
|
|
121371
121396
|
topics?: StringNullableListFilter<"EvaluationPlan">
|
|
121372
121397
|
assignee?: StringNullableWithAggregatesFilter<"EvaluationPlan"> | string | null
|
|
121373
121398
|
elimination_round?: BoolWithAggregatesFilter<"EvaluationPlan"> | boolean
|
|
@@ -124724,6 +124749,7 @@ export namespace Prisma {
|
|
|
124724
124749
|
order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
|
|
124725
124750
|
format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
|
|
124726
124751
|
round_purpose?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
124752
|
+
focus_areas?: StringNullableListFilter<"OngoingEvaluation">
|
|
124727
124753
|
topics?: StringNullableListFilter<"OngoingEvaluation">
|
|
124728
124754
|
assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
124729
124755
|
elimination_round?: BoolNullableFilter<"OngoingEvaluation"> | boolean | null
|
|
@@ -124772,6 +124798,7 @@ export namespace Prisma {
|
|
|
124772
124798
|
order_no?: SortOrderInput | SortOrder
|
|
124773
124799
|
format?: SortOrderInput | SortOrder
|
|
124774
124800
|
round_purpose?: SortOrderInput | SortOrder
|
|
124801
|
+
focus_areas?: SortOrder
|
|
124775
124802
|
topics?: SortOrder
|
|
124776
124803
|
assignee?: SortOrderInput | SortOrder
|
|
124777
124804
|
elimination_round?: SortOrderInput | SortOrder
|
|
@@ -124824,6 +124851,7 @@ export namespace Prisma {
|
|
|
124824
124851
|
order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
|
|
124825
124852
|
format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
|
|
124826
124853
|
round_purpose?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
124854
|
+
focus_areas?: StringNullableListFilter<"OngoingEvaluation">
|
|
124827
124855
|
topics?: StringNullableListFilter<"OngoingEvaluation">
|
|
124828
124856
|
assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
124829
124857
|
elimination_round?: BoolNullableFilter<"OngoingEvaluation"> | boolean | null
|
|
@@ -124872,6 +124900,7 @@ export namespace Prisma {
|
|
|
124872
124900
|
order_no?: SortOrderInput | SortOrder
|
|
124873
124901
|
format?: SortOrderInput | SortOrder
|
|
124874
124902
|
round_purpose?: SortOrderInput | SortOrder
|
|
124903
|
+
focus_areas?: SortOrder
|
|
124875
124904
|
topics?: SortOrder
|
|
124876
124905
|
assignee?: SortOrderInput | SortOrder
|
|
124877
124906
|
elimination_round?: SortOrderInput | SortOrder
|
|
@@ -124919,6 +124948,7 @@ export namespace Prisma {
|
|
|
124919
124948
|
order_no?: IntNullableWithAggregatesFilter<"OngoingEvaluation"> | number | null
|
|
124920
124949
|
format?: EnumEvaluationRoundFormatNullableWithAggregatesFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
|
|
124921
124950
|
round_purpose?: StringNullableWithAggregatesFilter<"OngoingEvaluation"> | string | null
|
|
124951
|
+
focus_areas?: StringNullableListFilter<"OngoingEvaluation">
|
|
124922
124952
|
topics?: StringNullableListFilter<"OngoingEvaluation">
|
|
124923
124953
|
assignee?: StringNullableWithAggregatesFilter<"OngoingEvaluation"> | string | null
|
|
124924
124954
|
elimination_round?: BoolNullableWithAggregatesFilter<"OngoingEvaluation"> | boolean | null
|
|
@@ -132197,6 +132227,7 @@ export namespace Prisma {
|
|
|
132197
132227
|
title: string
|
|
132198
132228
|
description?: string | null
|
|
132199
132229
|
format?: $Enums.EvaluationRoundFormat | null
|
|
132230
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
132200
132231
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
132201
132232
|
assignee?: string | null
|
|
132202
132233
|
elimination_round?: boolean
|
|
@@ -132234,6 +132265,7 @@ export namespace Prisma {
|
|
|
132234
132265
|
title: string
|
|
132235
132266
|
description?: string | null
|
|
132236
132267
|
format?: $Enums.EvaluationRoundFormat | null
|
|
132268
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
132237
132269
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
132238
132270
|
assignee?: string | null
|
|
132239
132271
|
elimination_round?: boolean
|
|
@@ -132265,6 +132297,7 @@ export namespace Prisma {
|
|
|
132265
132297
|
title?: StringFieldUpdateOperationsInput | string
|
|
132266
132298
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132267
132299
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
132300
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
132268
132301
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
132269
132302
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132270
132303
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -132302,6 +132335,7 @@ export namespace Prisma {
|
|
|
132302
132335
|
title?: StringFieldUpdateOperationsInput | string
|
|
132303
132336
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132304
132337
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
132338
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
132305
132339
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
132306
132340
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132307
132341
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -132336,6 +132370,7 @@ export namespace Prisma {
|
|
|
132336
132370
|
title: string
|
|
132337
132371
|
description?: string | null
|
|
132338
132372
|
format?: $Enums.EvaluationRoundFormat | null
|
|
132373
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
132339
132374
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
132340
132375
|
assignee?: string | null
|
|
132341
132376
|
elimination_round?: boolean
|
|
@@ -132363,6 +132398,7 @@ export namespace Prisma {
|
|
|
132363
132398
|
title?: StringFieldUpdateOperationsInput | string
|
|
132364
132399
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132365
132400
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
132401
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
132366
132402
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
132367
132403
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132368
132404
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -132393,6 +132429,7 @@ export namespace Prisma {
|
|
|
132393
132429
|
title?: StringFieldUpdateOperationsInput | string
|
|
132394
132430
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132395
132431
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
132432
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
132396
132433
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
132397
132434
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132398
132435
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -136370,6 +136407,7 @@ export namespace Prisma {
|
|
|
136370
136407
|
order_no?: number | null
|
|
136371
136408
|
format?: $Enums.EvaluationRoundFormat | null
|
|
136372
136409
|
round_purpose?: string | null
|
|
136410
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
136373
136411
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
136374
136412
|
assignee?: string | null
|
|
136375
136413
|
elimination_round?: boolean | null
|
|
@@ -136418,6 +136456,7 @@ export namespace Prisma {
|
|
|
136418
136456
|
order_no?: number | null
|
|
136419
136457
|
format?: $Enums.EvaluationRoundFormat | null
|
|
136420
136458
|
round_purpose?: string | null
|
|
136459
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
136421
136460
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
136422
136461
|
assignee?: string | null
|
|
136423
136462
|
elimination_round?: boolean | null
|
|
@@ -136450,6 +136489,7 @@ export namespace Prisma {
|
|
|
136450
136489
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136451
136490
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
136452
136491
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
136492
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
136453
136493
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
136454
136494
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
136455
136495
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -136498,6 +136538,7 @@ export namespace Prisma {
|
|
|
136498
136538
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136499
136539
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
136500
136540
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
136541
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
136501
136542
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
136502
136543
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
136503
136544
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -136538,6 +136579,7 @@ export namespace Prisma {
|
|
|
136538
136579
|
order_no?: number | null
|
|
136539
136580
|
format?: $Enums.EvaluationRoundFormat | null
|
|
136540
136581
|
round_purpose?: string | null
|
|
136582
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
136541
136583
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
136542
136584
|
assignee?: string | null
|
|
136543
136585
|
elimination_round?: boolean | null
|
|
@@ -136569,6 +136611,7 @@ export namespace Prisma {
|
|
|
136569
136611
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136570
136612
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
136571
136613
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
136614
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
136572
136615
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
136573
136616
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
136574
136617
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -136608,6 +136651,7 @@ export namespace Prisma {
|
|
|
136608
136651
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136609
136652
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
136610
136653
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
136654
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
136611
136655
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
136612
136656
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
136613
136657
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -143434,6 +143478,7 @@ export namespace Prisma {
|
|
|
143434
143478
|
title?: SortOrder
|
|
143435
143479
|
description?: SortOrder
|
|
143436
143480
|
format?: SortOrder
|
|
143481
|
+
focus_areas?: SortOrder
|
|
143437
143482
|
topics?: SortOrder
|
|
143438
143483
|
assignee?: SortOrder
|
|
143439
143484
|
elimination_round?: SortOrder
|
|
@@ -146028,6 +146073,7 @@ export namespace Prisma {
|
|
|
146028
146073
|
order_no?: SortOrder
|
|
146029
146074
|
format?: SortOrder
|
|
146030
146075
|
round_purpose?: SortOrder
|
|
146076
|
+
focus_areas?: SortOrder
|
|
146031
146077
|
topics?: SortOrder
|
|
146032
146078
|
assignee?: SortOrder
|
|
146033
146079
|
elimination_round?: SortOrder
|
|
@@ -150403,6 +150449,10 @@ export namespace Prisma {
|
|
|
150403
150449
|
update?: XOR<XOR<AssignmentUpdateToOneWithWhereWithoutZip_documentInput, AssignmentUpdateWithoutZip_documentInput>, AssignmentUncheckedUpdateWithoutZip_documentInput>
|
|
150404
150450
|
}
|
|
150405
150451
|
|
|
150452
|
+
export type EvaluationPlanCreatefocus_areasInput = {
|
|
150453
|
+
set: string[]
|
|
150454
|
+
}
|
|
150455
|
+
|
|
150406
150456
|
export type EvaluationPlanCreatetopicsInput = {
|
|
150407
150457
|
set: string[]
|
|
150408
150458
|
}
|
|
@@ -150481,6 +150531,11 @@ export namespace Prisma {
|
|
|
150481
150531
|
connect?: OngoingEvaluationWhereUniqueInput | OngoingEvaluationWhereUniqueInput[]
|
|
150482
150532
|
}
|
|
150483
150533
|
|
|
150534
|
+
export type EvaluationPlanUpdatefocus_areasInput = {
|
|
150535
|
+
set?: string[]
|
|
150536
|
+
push?: string | string[]
|
|
150537
|
+
}
|
|
150538
|
+
|
|
150484
150539
|
export type EvaluationPlanUpdatetopicsInput = {
|
|
150485
150540
|
set?: string[]
|
|
150486
150541
|
push?: string | string[]
|
|
@@ -152606,6 +152661,10 @@ export namespace Prisma {
|
|
|
152606
152661
|
update?: XOR<XOR<UserUpdateToOneWithWhereWithoutNotesInput, UserUpdateWithoutNotesInput>, UserUncheckedUpdateWithoutNotesInput>
|
|
152607
152662
|
}
|
|
152608
152663
|
|
|
152664
|
+
export type OngoingEvaluationCreatefocus_areasInput = {
|
|
152665
|
+
set: string[]
|
|
152666
|
+
}
|
|
152667
|
+
|
|
152609
152668
|
export type OngoingEvaluationCreatetopicsInput = {
|
|
152610
152669
|
set: string[]
|
|
152611
152670
|
}
|
|
@@ -152678,6 +152737,11 @@ export namespace Prisma {
|
|
|
152678
152737
|
set?: $Enums.OngoingEvaluationRoundStatus | null
|
|
152679
152738
|
}
|
|
152680
152739
|
|
|
152740
|
+
export type OngoingEvaluationUpdatefocus_areasInput = {
|
|
152741
|
+
set?: string[]
|
|
152742
|
+
push?: string | string[]
|
|
152743
|
+
}
|
|
152744
|
+
|
|
152681
152745
|
export type OngoingEvaluationUpdatetopicsInput = {
|
|
152682
152746
|
set?: string[]
|
|
152683
152747
|
push?: string | string[]
|
|
@@ -159869,6 +159933,7 @@ export namespace Prisma {
|
|
|
159869
159933
|
title: string
|
|
159870
159934
|
description?: string | null
|
|
159871
159935
|
format?: $Enums.EvaluationRoundFormat | null
|
|
159936
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
159872
159937
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
159873
159938
|
assignee?: string | null
|
|
159874
159939
|
elimination_round?: boolean
|
|
@@ -159905,6 +159970,7 @@ export namespace Prisma {
|
|
|
159905
159970
|
title: string
|
|
159906
159971
|
description?: string | null
|
|
159907
159972
|
format?: $Enums.EvaluationRoundFormat | null
|
|
159973
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
159908
159974
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
159909
159975
|
assignee?: string | null
|
|
159910
159976
|
elimination_round?: boolean
|
|
@@ -160795,6 +160861,7 @@ export namespace Prisma {
|
|
|
160795
160861
|
order_no?: number | null
|
|
160796
160862
|
format?: $Enums.EvaluationRoundFormat | null
|
|
160797
160863
|
round_purpose?: string | null
|
|
160864
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
160798
160865
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
160799
160866
|
assignee?: string | null
|
|
160800
160867
|
elimination_round?: boolean | null
|
|
@@ -160841,6 +160908,7 @@ export namespace Prisma {
|
|
|
160841
160908
|
order_no?: number | null
|
|
160842
160909
|
format?: $Enums.EvaluationRoundFormat | null
|
|
160843
160910
|
round_purpose?: string | null
|
|
160911
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
160844
160912
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
160845
160913
|
assignee?: string | null
|
|
160846
160914
|
elimination_round?: boolean | null
|
|
@@ -161118,6 +161186,7 @@ export namespace Prisma {
|
|
|
161118
161186
|
title?: StringFieldUpdateOperationsInput | string
|
|
161119
161187
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161120
161188
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
161189
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
161121
161190
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
161122
161191
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161123
161192
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -161154,6 +161223,7 @@ export namespace Prisma {
|
|
|
161154
161223
|
title?: StringFieldUpdateOperationsInput | string
|
|
161155
161224
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161156
161225
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
161226
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
161157
161227
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
161158
161228
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161159
161229
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -162042,6 +162112,7 @@ export namespace Prisma {
|
|
|
162042
162112
|
order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
|
|
162043
162113
|
format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
|
|
162044
162114
|
round_purpose?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
162115
|
+
focus_areas?: StringNullableListFilter<"OngoingEvaluation">
|
|
162045
162116
|
topics?: StringNullableListFilter<"OngoingEvaluation">
|
|
162046
162117
|
assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
162047
162118
|
elimination_round?: BoolNullableFilter<"OngoingEvaluation"> | boolean | null
|
|
@@ -163650,6 +163721,7 @@ export namespace Prisma {
|
|
|
163650
163721
|
order_no?: number | null
|
|
163651
163722
|
format?: $Enums.EvaluationRoundFormat | null
|
|
163652
163723
|
round_purpose?: string | null
|
|
163724
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
163653
163725
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
163654
163726
|
assignee?: string | null
|
|
163655
163727
|
elimination_round?: boolean | null
|
|
@@ -163696,6 +163768,7 @@ export namespace Prisma {
|
|
|
163696
163768
|
order_no?: number | null
|
|
163697
163769
|
format?: $Enums.EvaluationRoundFormat | null
|
|
163698
163770
|
round_purpose?: string | null
|
|
163771
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
163699
163772
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
163700
163773
|
assignee?: string | null
|
|
163701
163774
|
elimination_round?: boolean | null
|
|
@@ -164438,6 +164511,7 @@ export namespace Prisma {
|
|
|
164438
164511
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164439
164512
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
164440
164513
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164514
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
164441
164515
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
164442
164516
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164443
164517
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -164484,6 +164558,7 @@ export namespace Prisma {
|
|
|
164484
164558
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
164485
164559
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
164486
164560
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164561
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
164487
164562
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
164488
164563
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
164489
164564
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -164715,6 +164790,7 @@ export namespace Prisma {
|
|
|
164715
164790
|
title: string
|
|
164716
164791
|
description?: string | null
|
|
164717
164792
|
format?: $Enums.EvaluationRoundFormat | null
|
|
164793
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
164718
164794
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
164719
164795
|
assignee?: string | null
|
|
164720
164796
|
elimination_round?: boolean
|
|
@@ -164750,6 +164826,7 @@ export namespace Prisma {
|
|
|
164750
164826
|
title: string
|
|
164751
164827
|
description?: string | null
|
|
164752
164828
|
format?: $Enums.EvaluationRoundFormat | null
|
|
164829
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
164753
164830
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
164754
164831
|
assignee?: string | null
|
|
164755
164832
|
elimination_round?: boolean
|
|
@@ -164999,6 +165076,7 @@ export namespace Prisma {
|
|
|
164999
165076
|
title?: StringFilter<"EvaluationPlan"> | string
|
|
165000
165077
|
description?: StringNullableFilter<"EvaluationPlan"> | string | null
|
|
165001
165078
|
format?: EnumEvaluationRoundFormatNullableFilter<"EvaluationPlan"> | $Enums.EvaluationRoundFormat | null
|
|
165079
|
+
focus_areas?: StringNullableListFilter<"EvaluationPlan">
|
|
165002
165080
|
topics?: StringNullableListFilter<"EvaluationPlan">
|
|
165003
165081
|
assignee?: StringNullableFilter<"EvaluationPlan"> | string | null
|
|
165004
165082
|
elimination_round?: BoolFilter<"EvaluationPlan"> | boolean
|
|
@@ -165856,6 +165934,7 @@ export namespace Prisma {
|
|
|
165856
165934
|
order_no?: number | null
|
|
165857
165935
|
format?: $Enums.EvaluationRoundFormat | null
|
|
165858
165936
|
round_purpose?: string | null
|
|
165937
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
165859
165938
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
165860
165939
|
assignee?: string | null
|
|
165861
165940
|
elimination_round?: boolean | null
|
|
@@ -165903,6 +165982,7 @@ export namespace Prisma {
|
|
|
165903
165982
|
order_no?: number | null
|
|
165904
165983
|
format?: $Enums.EvaluationRoundFormat | null
|
|
165905
165984
|
round_purpose?: string | null
|
|
165985
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
165906
165986
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
165907
165987
|
assignee?: string | null
|
|
165908
165988
|
elimination_round?: boolean | null
|
|
@@ -166730,6 +166810,7 @@ export namespace Prisma {
|
|
|
166730
166810
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166731
166811
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
166732
166812
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166813
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
166733
166814
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
166734
166815
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166735
166816
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -166777,6 +166858,7 @@ export namespace Prisma {
|
|
|
166777
166858
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166778
166859
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
166779
166860
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166861
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
166780
166862
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
166781
166863
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166782
166864
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -167132,6 +167214,7 @@ export namespace Prisma {
|
|
|
167132
167214
|
title: string
|
|
167133
167215
|
description?: string | null
|
|
167134
167216
|
format?: $Enums.EvaluationRoundFormat | null
|
|
167217
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
167135
167218
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
167136
167219
|
assignee?: string | null
|
|
167137
167220
|
elimination_round?: boolean
|
|
@@ -167167,6 +167250,7 @@ export namespace Prisma {
|
|
|
167167
167250
|
title: string
|
|
167168
167251
|
description?: string | null
|
|
167169
167252
|
format?: $Enums.EvaluationRoundFormat | null
|
|
167253
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
167170
167254
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
167171
167255
|
assignee?: string | null
|
|
167172
167256
|
elimination_round?: boolean
|
|
@@ -172927,6 +173011,7 @@ export namespace Prisma {
|
|
|
172927
173011
|
order_no?: number | null
|
|
172928
173012
|
format?: $Enums.EvaluationRoundFormat | null
|
|
172929
173013
|
round_purpose?: string | null
|
|
173014
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
172930
173015
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
172931
173016
|
assignee?: string | null
|
|
172932
173017
|
elimination_round?: boolean | null
|
|
@@ -172973,6 +173058,7 @@ export namespace Prisma {
|
|
|
172973
173058
|
order_no?: number | null
|
|
172974
173059
|
format?: $Enums.EvaluationRoundFormat | null
|
|
172975
173060
|
round_purpose?: string | null
|
|
173061
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
172976
173062
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
172977
173063
|
assignee?: string | null
|
|
172978
173064
|
elimination_round?: boolean | null
|
|
@@ -176088,6 +176174,7 @@ export namespace Prisma {
|
|
|
176088
176174
|
title: string
|
|
176089
176175
|
description?: string | null
|
|
176090
176176
|
format?: $Enums.EvaluationRoundFormat | null
|
|
176177
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
176091
176178
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
176092
176179
|
assignee?: string | null
|
|
176093
176180
|
elimination_round?: boolean
|
|
@@ -176124,6 +176211,7 @@ export namespace Prisma {
|
|
|
176124
176211
|
title: string
|
|
176125
176212
|
description?: string | null
|
|
176126
176213
|
format?: $Enums.EvaluationRoundFormat | null
|
|
176214
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
176127
176215
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
176128
176216
|
assignee?: string | null
|
|
176129
176217
|
elimination_round?: boolean
|
|
@@ -176248,6 +176336,7 @@ export namespace Prisma {
|
|
|
176248
176336
|
order_no?: number | null
|
|
176249
176337
|
format?: $Enums.EvaluationRoundFormat | null
|
|
176250
176338
|
round_purpose?: string | null
|
|
176339
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
176251
176340
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
176252
176341
|
assignee?: string | null
|
|
176253
176342
|
elimination_round?: boolean | null
|
|
@@ -176294,6 +176383,7 @@ export namespace Prisma {
|
|
|
176294
176383
|
order_no?: number | null
|
|
176295
176384
|
format?: $Enums.EvaluationRoundFormat | null
|
|
176296
176385
|
round_purpose?: string | null
|
|
176386
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
176297
176387
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
176298
176388
|
assignee?: string | null
|
|
176299
176389
|
elimination_round?: boolean | null
|
|
@@ -177217,6 +177307,7 @@ export namespace Prisma {
|
|
|
177217
177307
|
title?: StringFieldUpdateOperationsInput | string
|
|
177218
177308
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177219
177309
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
177310
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
177220
177311
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
177221
177312
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177222
177313
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -177253,6 +177344,7 @@ export namespace Prisma {
|
|
|
177253
177344
|
title?: StringFieldUpdateOperationsInput | string
|
|
177254
177345
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177255
177346
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
177347
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
177256
177348
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
177257
177349
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177258
177350
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -177389,6 +177481,7 @@ export namespace Prisma {
|
|
|
177389
177481
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
177390
177482
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
177391
177483
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177484
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
177392
177485
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
177393
177486
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177394
177487
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -177435,6 +177528,7 @@ export namespace Prisma {
|
|
|
177435
177528
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
177436
177529
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
177437
177530
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177531
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
177438
177532
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
177439
177533
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
177440
177534
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -179843,6 +179937,7 @@ export namespace Prisma {
|
|
|
179843
179937
|
title: string
|
|
179844
179938
|
description?: string | null
|
|
179845
179939
|
format?: $Enums.EvaluationRoundFormat | null
|
|
179940
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
179846
179941
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
179847
179942
|
assignee?: string | null
|
|
179848
179943
|
elimination_round?: boolean
|
|
@@ -179878,6 +179973,7 @@ export namespace Prisma {
|
|
|
179878
179973
|
title: string
|
|
179879
179974
|
description?: string | null
|
|
179880
179975
|
format?: $Enums.EvaluationRoundFormat | null
|
|
179976
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
179881
179977
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
179882
179978
|
assignee?: string | null
|
|
179883
179979
|
elimination_round?: boolean
|
|
@@ -179927,6 +180023,7 @@ export namespace Prisma {
|
|
|
179927
180023
|
order_no?: number | null
|
|
179928
180024
|
format?: $Enums.EvaluationRoundFormat | null
|
|
179929
180025
|
round_purpose?: string | null
|
|
180026
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
179930
180027
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
179931
180028
|
assignee?: string | null
|
|
179932
180029
|
elimination_round?: boolean | null
|
|
@@ -179973,6 +180070,7 @@ export namespace Prisma {
|
|
|
179973
180070
|
order_no?: number | null
|
|
179974
180071
|
format?: $Enums.EvaluationRoundFormat | null
|
|
179975
180072
|
round_purpose?: string | null
|
|
180073
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
179976
180074
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
179977
180075
|
assignee?: string | null
|
|
179978
180076
|
elimination_round?: boolean | null
|
|
@@ -185058,6 +185156,7 @@ export namespace Prisma {
|
|
|
185058
185156
|
title: string
|
|
185059
185157
|
description?: string | null
|
|
185060
185158
|
format?: $Enums.EvaluationRoundFormat | null
|
|
185159
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
185061
185160
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
185062
185161
|
assignee?: string | null
|
|
185063
185162
|
elimination_round?: boolean
|
|
@@ -185094,6 +185193,7 @@ export namespace Prisma {
|
|
|
185094
185193
|
title: string
|
|
185095
185194
|
description?: string | null
|
|
185096
185195
|
format?: $Enums.EvaluationRoundFormat | null
|
|
185196
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
185097
185197
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
185098
185198
|
assignee?: string | null
|
|
185099
185199
|
elimination_round?: boolean
|
|
@@ -185878,6 +185978,7 @@ export namespace Prisma {
|
|
|
185878
185978
|
title?: StringFieldUpdateOperationsInput | string
|
|
185879
185979
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
185880
185980
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
185981
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
185881
185982
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
185882
185983
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
185883
185984
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -185914,6 +186015,7 @@ export namespace Prisma {
|
|
|
185914
186015
|
title?: StringFieldUpdateOperationsInput | string
|
|
185915
186016
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
185916
186017
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
186018
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
185917
186019
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
185918
186020
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
185919
186021
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -187103,6 +187205,7 @@ export namespace Prisma {
|
|
|
187103
187205
|
order_no?: number | null
|
|
187104
187206
|
format?: $Enums.EvaluationRoundFormat | null
|
|
187105
187207
|
round_purpose?: string | null
|
|
187208
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
187106
187209
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
187107
187210
|
assignee?: string | null
|
|
187108
187211
|
elimination_round?: boolean | null
|
|
@@ -187149,6 +187252,7 @@ export namespace Prisma {
|
|
|
187149
187252
|
order_no?: number | null
|
|
187150
187253
|
format?: $Enums.EvaluationRoundFormat | null
|
|
187151
187254
|
round_purpose?: string | null
|
|
187255
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
187152
187256
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
187153
187257
|
assignee?: string | null
|
|
187154
187258
|
elimination_round?: boolean | null
|
|
@@ -189237,6 +189341,7 @@ export namespace Prisma {
|
|
|
189237
189341
|
title: string
|
|
189238
189342
|
description?: string | null
|
|
189239
189343
|
format?: $Enums.EvaluationRoundFormat | null
|
|
189344
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
189240
189345
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
189241
189346
|
assignee?: string | null
|
|
189242
189347
|
elimination_round?: boolean
|
|
@@ -189273,6 +189378,7 @@ export namespace Prisma {
|
|
|
189273
189378
|
title: string
|
|
189274
189379
|
description?: string | null
|
|
189275
189380
|
format?: $Enums.EvaluationRoundFormat | null
|
|
189381
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
189276
189382
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
189277
189383
|
assignee?: string | null
|
|
189278
189384
|
elimination_round?: boolean
|
|
@@ -189575,6 +189681,7 @@ export namespace Prisma {
|
|
|
189575
189681
|
title?: StringFieldUpdateOperationsInput | string
|
|
189576
189682
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
189577
189683
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
189684
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
189578
189685
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
189579
189686
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
189580
189687
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -189611,6 +189718,7 @@ export namespace Prisma {
|
|
|
189611
189718
|
title?: StringFieldUpdateOperationsInput | string
|
|
189612
189719
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
189613
189720
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
189721
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
189614
189722
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
189615
189723
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
189616
189724
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -190789,6 +190897,7 @@ export namespace Prisma {
|
|
|
190789
190897
|
order_no?: number | null
|
|
190790
190898
|
format?: $Enums.EvaluationRoundFormat | null
|
|
190791
190899
|
round_purpose?: string | null
|
|
190900
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
190792
190901
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
190793
190902
|
assignee?: string | null
|
|
190794
190903
|
elimination_round?: boolean | null
|
|
@@ -190835,6 +190944,7 @@ export namespace Prisma {
|
|
|
190835
190944
|
order_no?: number | null
|
|
190836
190945
|
format?: $Enums.EvaluationRoundFormat | null
|
|
190837
190946
|
round_purpose?: string | null
|
|
190947
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
190838
190948
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
190839
190949
|
assignee?: string | null
|
|
190840
190950
|
elimination_round?: boolean | null
|
|
@@ -194597,6 +194707,7 @@ export namespace Prisma {
|
|
|
194597
194707
|
order_no?: number | null
|
|
194598
194708
|
format?: $Enums.EvaluationRoundFormat | null
|
|
194599
194709
|
round_purpose?: string | null
|
|
194710
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
194600
194711
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
194601
194712
|
assignee?: string | null
|
|
194602
194713
|
elimination_round?: boolean | null
|
|
@@ -194643,6 +194754,7 @@ export namespace Prisma {
|
|
|
194643
194754
|
order_no?: number | null
|
|
194644
194755
|
format?: $Enums.EvaluationRoundFormat | null
|
|
194645
194756
|
round_purpose?: string | null
|
|
194757
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
194646
194758
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
194647
194759
|
assignee?: string | null
|
|
194648
194760
|
elimination_round?: boolean | null
|
|
@@ -197509,6 +197621,7 @@ export namespace Prisma {
|
|
|
197509
197621
|
order_no?: number | null
|
|
197510
197622
|
format?: $Enums.EvaluationRoundFormat | null
|
|
197511
197623
|
round_purpose?: string | null
|
|
197624
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
197512
197625
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
197513
197626
|
assignee?: string | null
|
|
197514
197627
|
elimination_round?: boolean | null
|
|
@@ -197860,6 +197973,7 @@ export namespace Prisma {
|
|
|
197860
197973
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
197861
197974
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
197862
197975
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
197976
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
197863
197977
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
197864
197978
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
197865
197979
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -197906,6 +198020,7 @@ export namespace Prisma {
|
|
|
197906
198020
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
197907
198021
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
197908
198022
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198023
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
197909
198024
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
197910
198025
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
197911
198026
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -197945,6 +198060,7 @@ export namespace Prisma {
|
|
|
197945
198060
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
197946
198061
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
197947
198062
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198063
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
197948
198064
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
197949
198065
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
197950
198066
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -198355,6 +198471,7 @@ export namespace Prisma {
|
|
|
198355
198471
|
title: string
|
|
198356
198472
|
description?: string | null
|
|
198357
198473
|
format?: $Enums.EvaluationRoundFormat | null
|
|
198474
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
198358
198475
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
198359
198476
|
assignee?: string | null
|
|
198360
198477
|
elimination_round?: boolean
|
|
@@ -198503,6 +198620,7 @@ export namespace Prisma {
|
|
|
198503
198620
|
title?: StringFieldUpdateOperationsInput | string
|
|
198504
198621
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198505
198622
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
198623
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
198506
198624
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
198507
198625
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198508
198626
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -198538,6 +198656,7 @@ export namespace Prisma {
|
|
|
198538
198656
|
title?: StringFieldUpdateOperationsInput | string
|
|
198539
198657
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198540
198658
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
198659
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
198541
198660
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
198542
198661
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198543
198662
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -198571,6 +198690,7 @@ export namespace Prisma {
|
|
|
198571
198690
|
title?: StringFieldUpdateOperationsInput | string
|
|
198572
198691
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198573
198692
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
198693
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
198574
198694
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
198575
198695
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198576
198696
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -198600,6 +198720,7 @@ export namespace Prisma {
|
|
|
198600
198720
|
title: string
|
|
198601
198721
|
description?: string | null
|
|
198602
198722
|
format?: $Enums.EvaluationRoundFormat | null
|
|
198723
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
198603
198724
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
198604
198725
|
assignee?: string | null
|
|
198605
198726
|
elimination_round?: boolean
|
|
@@ -198652,6 +198773,7 @@ export namespace Prisma {
|
|
|
198652
198773
|
title?: StringFieldUpdateOperationsInput | string
|
|
198653
198774
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198654
198775
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
198776
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
198655
198777
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
198656
198778
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198657
198779
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -198687,6 +198809,7 @@ export namespace Prisma {
|
|
|
198687
198809
|
title?: StringFieldUpdateOperationsInput | string
|
|
198688
198810
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198689
198811
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
198812
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
198690
198813
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
198691
198814
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198692
198815
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -198720,6 +198843,7 @@ export namespace Prisma {
|
|
|
198720
198843
|
title?: StringFieldUpdateOperationsInput | string
|
|
198721
198844
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198722
198845
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
198846
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
198723
198847
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
198724
198848
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
198725
198849
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -199305,6 +199429,7 @@ export namespace Prisma {
|
|
|
199305
199429
|
order_no?: number | null
|
|
199306
199430
|
format?: $Enums.EvaluationRoundFormat | null
|
|
199307
199431
|
round_purpose?: string | null
|
|
199432
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
199308
199433
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
199309
199434
|
assignee?: string | null
|
|
199310
199435
|
elimination_round?: boolean | null
|
|
@@ -199652,6 +199777,7 @@ export namespace Prisma {
|
|
|
199652
199777
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
199653
199778
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
199654
199779
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
199780
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
199655
199781
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
199656
199782
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
199657
199783
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -199698,6 +199824,7 @@ export namespace Prisma {
|
|
|
199698
199824
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
199699
199825
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
199700
199826
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
199827
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
199701
199828
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
199702
199829
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
199703
199830
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -199737,6 +199864,7 @@ export namespace Prisma {
|
|
|
199737
199864
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
199738
199865
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
199739
199866
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
199867
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
199740
199868
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
199741
199869
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
199742
199870
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -200312,6 +200440,7 @@ export namespace Prisma {
|
|
|
200312
200440
|
title: string
|
|
200313
200441
|
description?: string | null
|
|
200314
200442
|
format?: $Enums.EvaluationRoundFormat | null
|
|
200443
|
+
focus_areas?: EvaluationPlanCreatefocus_areasInput | string[]
|
|
200315
200444
|
topics?: EvaluationPlanCreatetopicsInput | string[]
|
|
200316
200445
|
assignee?: string | null
|
|
200317
200446
|
elimination_round?: boolean
|
|
@@ -200354,6 +200483,7 @@ export namespace Prisma {
|
|
|
200354
200483
|
order_no?: number | null
|
|
200355
200484
|
format?: $Enums.EvaluationRoundFormat | null
|
|
200356
200485
|
round_purpose?: string | null
|
|
200486
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
200357
200487
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
200358
200488
|
assignee?: string | null
|
|
200359
200489
|
elimination_round?: boolean | null
|
|
@@ -200965,6 +201095,7 @@ export namespace Prisma {
|
|
|
200965
201095
|
title?: StringFieldUpdateOperationsInput | string
|
|
200966
201096
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
200967
201097
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
201098
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
200968
201099
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
200969
201100
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
200970
201101
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -201000,6 +201131,7 @@ export namespace Prisma {
|
|
|
201000
201131
|
title?: StringFieldUpdateOperationsInput | string
|
|
201001
201132
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201002
201133
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
201134
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
201003
201135
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
201004
201136
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201005
201137
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -201033,6 +201165,7 @@ export namespace Prisma {
|
|
|
201033
201165
|
title?: StringFieldUpdateOperationsInput | string
|
|
201034
201166
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201035
201167
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
201168
|
+
focus_areas?: EvaluationPlanUpdatefocus_areasInput | string[]
|
|
201036
201169
|
topics?: EvaluationPlanUpdatetopicsInput | string[]
|
|
201037
201170
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201038
201171
|
elimination_round?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -201068,6 +201201,7 @@ export namespace Prisma {
|
|
|
201068
201201
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
201069
201202
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
201070
201203
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201204
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
201071
201205
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
201072
201206
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201073
201207
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -201114,6 +201248,7 @@ export namespace Prisma {
|
|
|
201114
201248
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
201115
201249
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
201116
201250
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201251
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
201117
201252
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
201118
201253
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201119
201254
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -201153,6 +201288,7 @@ export namespace Prisma {
|
|
|
201153
201288
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
201154
201289
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
201155
201290
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201291
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
201156
201292
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
201157
201293
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
201158
201294
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -202214,6 +202350,7 @@ export namespace Prisma {
|
|
|
202214
202350
|
order_no?: number | null
|
|
202215
202351
|
format?: $Enums.EvaluationRoundFormat | null
|
|
202216
202352
|
round_purpose?: string | null
|
|
202353
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
202217
202354
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
202218
202355
|
assignee?: string | null
|
|
202219
202356
|
elimination_round?: boolean | null
|
|
@@ -203550,6 +203687,7 @@ export namespace Prisma {
|
|
|
203550
203687
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
203551
203688
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
203552
203689
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
203690
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
203553
203691
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
203554
203692
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
203555
203693
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -203596,6 +203734,7 @@ export namespace Prisma {
|
|
|
203596
203734
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
203597
203735
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
203598
203736
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
203737
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
203599
203738
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
203600
203739
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
203601
203740
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -203635,6 +203774,7 @@ export namespace Prisma {
|
|
|
203635
203774
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
203636
203775
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
203637
203776
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
203777
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
203638
203778
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
203639
203779
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
203640
203780
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -204511,6 +204651,7 @@ export namespace Prisma {
|
|
|
204511
204651
|
order_no?: number | null
|
|
204512
204652
|
format?: $Enums.EvaluationRoundFormat | null
|
|
204513
204653
|
round_purpose?: string | null
|
|
204654
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
204514
204655
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
204515
204656
|
assignee?: string | null
|
|
204516
204657
|
elimination_round?: boolean | null
|
|
@@ -204847,6 +204988,7 @@ export namespace Prisma {
|
|
|
204847
204988
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
204848
204989
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
204849
204990
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
204991
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
204850
204992
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
204851
204993
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
204852
204994
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -204893,6 +205035,7 @@ export namespace Prisma {
|
|
|
204893
205035
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
204894
205036
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
204895
205037
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205038
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
204896
205039
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
204897
205040
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
204898
205041
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -204932,6 +205075,7 @@ export namespace Prisma {
|
|
|
204932
205075
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
204933
205076
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
204934
205077
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205078
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
204935
205079
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
204936
205080
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
204937
205081
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -205731,6 +205875,7 @@ export namespace Prisma {
|
|
|
205731
205875
|
order_no?: number | null
|
|
205732
205876
|
format?: $Enums.EvaluationRoundFormat | null
|
|
205733
205877
|
round_purpose?: string | null
|
|
205878
|
+
focus_areas?: OngoingEvaluationCreatefocus_areasInput | string[]
|
|
205734
205879
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
205735
205880
|
assignee?: string | null
|
|
205736
205881
|
elimination_round?: boolean | null
|
|
@@ -207319,6 +207464,7 @@ export namespace Prisma {
|
|
|
207319
207464
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
207320
207465
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
207321
207466
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
207467
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
207322
207468
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
207323
207469
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
207324
207470
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -207365,6 +207511,7 @@ export namespace Prisma {
|
|
|
207365
207511
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
207366
207512
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
207367
207513
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
207514
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
207368
207515
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
207369
207516
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
207370
207517
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -207404,6 +207551,7 @@ export namespace Prisma {
|
|
|
207404
207551
|
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
207405
207552
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
207406
207553
|
round_purpose?: NullableStringFieldUpdateOperationsInput | string | null
|
|
207554
|
+
focus_areas?: OngoingEvaluationUpdatefocus_areasInput | string[]
|
|
207407
207555
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
207408
207556
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
207409
207557
|
elimination_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
|