@adaptware/eagles-db 0.1.30 → 0.1.32
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 -6
- package/client/index-browser.js +3 -1
- package/client/index.d.ts +334 -78
- package/client/index.js +8 -6
- package/client/package.json +1 -1
- package/client/schema.prisma +17 -15
- package/client/wasm.js +3 -1
- package/package.json +1 -1
- package/prisma/schema/user.prisma +2 -0
- package/prisma/.DS_Store +0 -0
package/client/index.d.ts
CHANGED
|
@@ -35457,12 +35457,12 @@ export namespace Prisma {
|
|
|
35457
35457
|
}
|
|
35458
35458
|
|
|
35459
35459
|
export type OngoingEvaluationAvgAggregateOutputType = {
|
|
35460
|
-
|
|
35460
|
+
order_no: number | null
|
|
35461
35461
|
timeline: number | null
|
|
35462
35462
|
}
|
|
35463
35463
|
|
|
35464
35464
|
export type OngoingEvaluationSumAggregateOutputType = {
|
|
35465
|
-
|
|
35465
|
+
order_no: number | null
|
|
35466
35466
|
timeline: number | null
|
|
35467
35467
|
}
|
|
35468
35468
|
|
|
@@ -35487,7 +35487,7 @@ export namespace Prisma {
|
|
|
35487
35487
|
is_current: boolean | null
|
|
35488
35488
|
title: string | null
|
|
35489
35489
|
description: string | null
|
|
35490
|
-
|
|
35490
|
+
order_no: number | null
|
|
35491
35491
|
format: $Enums.EvaluationRoundFormat | null
|
|
35492
35492
|
assignee: string | null
|
|
35493
35493
|
elimination_round: boolean | null
|
|
@@ -35517,7 +35517,7 @@ export namespace Prisma {
|
|
|
35517
35517
|
is_current: boolean | null
|
|
35518
35518
|
title: string | null
|
|
35519
35519
|
description: string | null
|
|
35520
|
-
|
|
35520
|
+
order_no: number | null
|
|
35521
35521
|
format: $Enums.EvaluationRoundFormat | null
|
|
35522
35522
|
assignee: string | null
|
|
35523
35523
|
elimination_round: boolean | null
|
|
@@ -35547,7 +35547,7 @@ export namespace Prisma {
|
|
|
35547
35547
|
is_current: number
|
|
35548
35548
|
title: number
|
|
35549
35549
|
description: number
|
|
35550
|
-
|
|
35550
|
+
order_no: number
|
|
35551
35551
|
format: number
|
|
35552
35552
|
topics: number
|
|
35553
35553
|
assignee: number
|
|
@@ -35561,12 +35561,12 @@ export namespace Prisma {
|
|
|
35561
35561
|
|
|
35562
35562
|
|
|
35563
35563
|
export type OngoingEvaluationAvgAggregateInputType = {
|
|
35564
|
-
|
|
35564
|
+
order_no?: true
|
|
35565
35565
|
timeline?: true
|
|
35566
35566
|
}
|
|
35567
35567
|
|
|
35568
35568
|
export type OngoingEvaluationSumAggregateInputType = {
|
|
35569
|
-
|
|
35569
|
+
order_no?: true
|
|
35570
35570
|
timeline?: true
|
|
35571
35571
|
}
|
|
35572
35572
|
|
|
@@ -35591,7 +35591,7 @@ export namespace Prisma {
|
|
|
35591
35591
|
is_current?: true
|
|
35592
35592
|
title?: true
|
|
35593
35593
|
description?: true
|
|
35594
|
-
|
|
35594
|
+
order_no?: true
|
|
35595
35595
|
format?: true
|
|
35596
35596
|
assignee?: true
|
|
35597
35597
|
elimination_round?: true
|
|
@@ -35621,7 +35621,7 @@ export namespace Prisma {
|
|
|
35621
35621
|
is_current?: true
|
|
35622
35622
|
title?: true
|
|
35623
35623
|
description?: true
|
|
35624
|
-
|
|
35624
|
+
order_no?: true
|
|
35625
35625
|
format?: true
|
|
35626
35626
|
assignee?: true
|
|
35627
35627
|
elimination_round?: true
|
|
@@ -35651,7 +35651,7 @@ export namespace Prisma {
|
|
|
35651
35651
|
is_current?: true
|
|
35652
35652
|
title?: true
|
|
35653
35653
|
description?: true
|
|
35654
|
-
|
|
35654
|
+
order_no?: true
|
|
35655
35655
|
format?: true
|
|
35656
35656
|
topics?: true
|
|
35657
35657
|
assignee?: true
|
|
@@ -35770,7 +35770,7 @@ export namespace Prisma {
|
|
|
35770
35770
|
is_current: boolean
|
|
35771
35771
|
title: string | null
|
|
35772
35772
|
description: string | null
|
|
35773
|
-
|
|
35773
|
+
order_no: number | null
|
|
35774
35774
|
format: $Enums.EvaluationRoundFormat | null
|
|
35775
35775
|
topics: string[]
|
|
35776
35776
|
assignee: string | null
|
|
@@ -35821,7 +35821,7 @@ export namespace Prisma {
|
|
|
35821
35821
|
is_current?: boolean
|
|
35822
35822
|
title?: boolean
|
|
35823
35823
|
description?: boolean
|
|
35824
|
-
|
|
35824
|
+
order_no?: boolean
|
|
35825
35825
|
format?: boolean
|
|
35826
35826
|
topics?: boolean
|
|
35827
35827
|
assignee?: boolean
|
|
@@ -35860,7 +35860,7 @@ export namespace Prisma {
|
|
|
35860
35860
|
is_current?: boolean
|
|
35861
35861
|
title?: boolean
|
|
35862
35862
|
description?: boolean
|
|
35863
|
-
|
|
35863
|
+
order_no?: boolean
|
|
35864
35864
|
format?: boolean
|
|
35865
35865
|
topics?: boolean
|
|
35866
35866
|
assignee?: boolean
|
|
@@ -35899,7 +35899,7 @@ export namespace Prisma {
|
|
|
35899
35899
|
is_current?: boolean
|
|
35900
35900
|
title?: boolean
|
|
35901
35901
|
description?: boolean
|
|
35902
|
-
|
|
35902
|
+
order_no?: boolean
|
|
35903
35903
|
format?: boolean
|
|
35904
35904
|
topics?: boolean
|
|
35905
35905
|
assignee?: boolean
|
|
@@ -35938,7 +35938,7 @@ export namespace Prisma {
|
|
|
35938
35938
|
is_current?: boolean
|
|
35939
35939
|
title?: boolean
|
|
35940
35940
|
description?: boolean
|
|
35941
|
-
|
|
35941
|
+
order_no?: boolean
|
|
35942
35942
|
format?: boolean
|
|
35943
35943
|
topics?: boolean
|
|
35944
35944
|
assignee?: boolean
|
|
@@ -35949,7 +35949,7 @@ export namespace Prisma {
|
|
|
35949
35949
|
details?: boolean
|
|
35950
35950
|
}
|
|
35951
35951
|
|
|
35952
|
-
export type OngoingEvaluationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "application_id" | "candidate_id" | "resume_id" | "organisation_id" | "job_description_id" | "evaluation_plan_id" | "interview_id" | "status" | "state" | "round_status" | "comments" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_current" | "title" | "description" | "
|
|
35952
|
+
export type OngoingEvaluationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "application_id" | "candidate_id" | "resume_id" | "organisation_id" | "job_description_id" | "evaluation_plan_id" | "interview_id" | "status" | "state" | "round_status" | "comments" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_current" | "title" | "description" | "order_no" | "format" | "topics" | "assignee" | "elimination_round" | "evaluation_type" | "type_of_round" | "timeline" | "details", ExtArgs["result"]["ongoingEvaluation"]>
|
|
35953
35953
|
export type OngoingEvaluationInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
35954
35954
|
jobDescription?: boolean | OngoingEvaluation$jobDescriptionArgs<ExtArgs>
|
|
35955
35955
|
application?: boolean | ApplicationDefaultArgs<ExtArgs>
|
|
@@ -36010,7 +36010,7 @@ export namespace Prisma {
|
|
|
36010
36010
|
is_current: boolean
|
|
36011
36011
|
title: string | null
|
|
36012
36012
|
description: string | null
|
|
36013
|
-
|
|
36013
|
+
order_no: number | null
|
|
36014
36014
|
format: $Enums.EvaluationRoundFormat | null
|
|
36015
36015
|
topics: string[]
|
|
36016
36016
|
assignee: string | null
|
|
@@ -36469,7 +36469,7 @@ export namespace Prisma {
|
|
|
36469
36469
|
readonly is_current: FieldRef<"OngoingEvaluation", 'Boolean'>
|
|
36470
36470
|
readonly title: FieldRef<"OngoingEvaluation", 'String'>
|
|
36471
36471
|
readonly description: FieldRef<"OngoingEvaluation", 'String'>
|
|
36472
|
-
readonly
|
|
36472
|
+
readonly order_no: FieldRef<"OngoingEvaluation", 'Int'>
|
|
36473
36473
|
readonly format: FieldRef<"OngoingEvaluation", 'EvaluationRoundFormat'>
|
|
36474
36474
|
readonly topics: FieldRef<"OngoingEvaluation", 'String[]'>
|
|
36475
36475
|
readonly assignee: FieldRef<"OngoingEvaluation", 'String'>
|
|
@@ -48644,6 +48644,7 @@ export namespace Prisma {
|
|
|
48644
48644
|
location: string | null
|
|
48645
48645
|
salary: string | null
|
|
48646
48646
|
notice_period: string | null
|
|
48647
|
+
preferred_work_mode: string | null
|
|
48647
48648
|
gender: string | null
|
|
48648
48649
|
ethnicity: string | null
|
|
48649
48650
|
veteran_status: string | null
|
|
@@ -48675,6 +48676,7 @@ export namespace Prisma {
|
|
|
48675
48676
|
location: string | null
|
|
48676
48677
|
salary: string | null
|
|
48677
48678
|
notice_period: string | null
|
|
48679
|
+
preferred_work_mode: string | null
|
|
48678
48680
|
gender: string | null
|
|
48679
48681
|
ethnicity: string | null
|
|
48680
48682
|
veteran_status: string | null
|
|
@@ -48707,7 +48709,9 @@ export namespace Prisma {
|
|
|
48707
48709
|
salary: number
|
|
48708
48710
|
work_experience: number
|
|
48709
48711
|
education: number
|
|
48712
|
+
skills: number
|
|
48710
48713
|
notice_period: number
|
|
48714
|
+
preferred_work_mode: number
|
|
48711
48715
|
gender: number
|
|
48712
48716
|
ethnicity: number
|
|
48713
48717
|
veteran_status: number
|
|
@@ -48741,6 +48745,7 @@ export namespace Prisma {
|
|
|
48741
48745
|
location?: true
|
|
48742
48746
|
salary?: true
|
|
48743
48747
|
notice_period?: true
|
|
48748
|
+
preferred_work_mode?: true
|
|
48744
48749
|
gender?: true
|
|
48745
48750
|
ethnicity?: true
|
|
48746
48751
|
veteran_status?: true
|
|
@@ -48772,6 +48777,7 @@ export namespace Prisma {
|
|
|
48772
48777
|
location?: true
|
|
48773
48778
|
salary?: true
|
|
48774
48779
|
notice_period?: true
|
|
48780
|
+
preferred_work_mode?: true
|
|
48775
48781
|
gender?: true
|
|
48776
48782
|
ethnicity?: true
|
|
48777
48783
|
veteran_status?: true
|
|
@@ -48804,7 +48810,9 @@ export namespace Prisma {
|
|
|
48804
48810
|
salary?: true
|
|
48805
48811
|
work_experience?: true
|
|
48806
48812
|
education?: true
|
|
48813
|
+
skills?: true
|
|
48807
48814
|
notice_period?: true
|
|
48815
|
+
preferred_work_mode?: true
|
|
48808
48816
|
gender?: true
|
|
48809
48817
|
ethnicity?: true
|
|
48810
48818
|
veteran_status?: true
|
|
@@ -48910,7 +48918,9 @@ export namespace Prisma {
|
|
|
48910
48918
|
salary: string | null
|
|
48911
48919
|
work_experience: JsonValue | null
|
|
48912
48920
|
education: JsonValue | null
|
|
48921
|
+
skills: JsonValue | null
|
|
48913
48922
|
notice_period: string | null
|
|
48923
|
+
preferred_work_mode: string | null
|
|
48914
48924
|
gender: string | null
|
|
48915
48925
|
ethnicity: string | null
|
|
48916
48926
|
veteran_status: string | null
|
|
@@ -48960,7 +48970,9 @@ export namespace Prisma {
|
|
|
48960
48970
|
salary?: boolean
|
|
48961
48971
|
work_experience?: boolean
|
|
48962
48972
|
education?: boolean
|
|
48973
|
+
skills?: boolean
|
|
48963
48974
|
notice_period?: boolean
|
|
48975
|
+
preferred_work_mode?: boolean
|
|
48964
48976
|
gender?: boolean
|
|
48965
48977
|
ethnicity?: boolean
|
|
48966
48978
|
veteran_status?: boolean
|
|
@@ -49018,7 +49030,9 @@ export namespace Prisma {
|
|
|
49018
49030
|
salary?: boolean
|
|
49019
49031
|
work_experience?: boolean
|
|
49020
49032
|
education?: boolean
|
|
49033
|
+
skills?: boolean
|
|
49021
49034
|
notice_period?: boolean
|
|
49035
|
+
preferred_work_mode?: boolean
|
|
49022
49036
|
gender?: boolean
|
|
49023
49037
|
ethnicity?: boolean
|
|
49024
49038
|
veteran_status?: boolean
|
|
@@ -49054,7 +49068,9 @@ export namespace Prisma {
|
|
|
49054
49068
|
salary?: boolean
|
|
49055
49069
|
work_experience?: boolean
|
|
49056
49070
|
education?: boolean
|
|
49071
|
+
skills?: boolean
|
|
49057
49072
|
notice_period?: boolean
|
|
49073
|
+
preferred_work_mode?: boolean
|
|
49058
49074
|
gender?: boolean
|
|
49059
49075
|
ethnicity?: boolean
|
|
49060
49076
|
veteran_status?: boolean
|
|
@@ -49090,14 +49106,16 @@ export namespace Prisma {
|
|
|
49090
49106
|
salary?: boolean
|
|
49091
49107
|
work_experience?: boolean
|
|
49092
49108
|
education?: boolean
|
|
49109
|
+
skills?: boolean
|
|
49093
49110
|
notice_period?: boolean
|
|
49111
|
+
preferred_work_mode?: boolean
|
|
49094
49112
|
gender?: boolean
|
|
49095
49113
|
ethnicity?: boolean
|
|
49096
49114
|
veteran_status?: boolean
|
|
49097
49115
|
disability_status?: boolean
|
|
49098
49116
|
}
|
|
49099
49117
|
|
|
49100
|
-
export type UserOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "email" | "password" | "role_id" | "google_id" | "refresh_token" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_self_registered" | "permission_id" | "organisation_id" | "profile_created" | "first_login_status" | "name" | "phone" | "description" | "date_of_birth" | "designation" | "location" | "salary" | "work_experience" | "education" | "notice_period" | "gender" | "ethnicity" | "veteran_status" | "disability_status", ExtArgs["result"]["user"]>
|
|
49118
|
+
export type UserOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "email" | "password" | "role_id" | "google_id" | "refresh_token" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_self_registered" | "permission_id" | "organisation_id" | "profile_created" | "first_login_status" | "name" | "phone" | "description" | "date_of_birth" | "designation" | "location" | "salary" | "work_experience" | "education" | "skills" | "notice_period" | "preferred_work_mode" | "gender" | "ethnicity" | "veteran_status" | "disability_status", ExtArgs["result"]["user"]>
|
|
49101
49119
|
export type UserInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
49102
49120
|
role?: boolean | UserRoleDefaultArgs<ExtArgs>
|
|
49103
49121
|
permission?: boolean | User$permissionArgs<ExtArgs>
|
|
@@ -49190,7 +49208,9 @@ export namespace Prisma {
|
|
|
49190
49208
|
salary: string | null
|
|
49191
49209
|
work_experience: Prisma.JsonValue | null
|
|
49192
49210
|
education: Prisma.JsonValue | null
|
|
49211
|
+
skills: Prisma.JsonValue | null
|
|
49193
49212
|
notice_period: string | null
|
|
49213
|
+
preferred_work_mode: string | null
|
|
49194
49214
|
gender: string | null
|
|
49195
49215
|
ethnicity: string | null
|
|
49196
49216
|
veteran_status: string | null
|
|
@@ -49667,7 +49687,9 @@ export namespace Prisma {
|
|
|
49667
49687
|
readonly salary: FieldRef<"User", 'String'>
|
|
49668
49688
|
readonly work_experience: FieldRef<"User", 'Json'>
|
|
49669
49689
|
readonly education: FieldRef<"User", 'Json'>
|
|
49690
|
+
readonly skills: FieldRef<"User", 'Json'>
|
|
49670
49691
|
readonly notice_period: FieldRef<"User", 'String'>
|
|
49692
|
+
readonly preferred_work_mode: FieldRef<"User", 'String'>
|
|
49671
49693
|
readonly gender: FieldRef<"User", 'String'>
|
|
49672
49694
|
readonly ethnicity: FieldRef<"User", 'String'>
|
|
49673
49695
|
readonly veteran_status: FieldRef<"User", 'String'>
|
|
@@ -52260,7 +52282,7 @@ export namespace Prisma {
|
|
|
52260
52282
|
is_current: 'is_current',
|
|
52261
52283
|
title: 'title',
|
|
52262
52284
|
description: 'description',
|
|
52263
|
-
|
|
52285
|
+
order_no: 'order_no',
|
|
52264
52286
|
format: 'format',
|
|
52265
52287
|
topics: 'topics',
|
|
52266
52288
|
assignee: 'assignee',
|
|
@@ -52466,7 +52488,9 @@ export namespace Prisma {
|
|
|
52466
52488
|
salary: 'salary',
|
|
52467
52489
|
work_experience: 'work_experience',
|
|
52468
52490
|
education: 'education',
|
|
52491
|
+
skills: 'skills',
|
|
52469
52492
|
notice_period: 'notice_period',
|
|
52493
|
+
preferred_work_mode: 'preferred_work_mode',
|
|
52470
52494
|
gender: 'gender',
|
|
52471
52495
|
ethnicity: 'ethnicity',
|
|
52472
52496
|
veteran_status: 'veteran_status',
|
|
@@ -55592,7 +55616,7 @@ export namespace Prisma {
|
|
|
55592
55616
|
is_current?: BoolFilter<"OngoingEvaluation"> | boolean
|
|
55593
55617
|
title?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
55594
55618
|
description?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
55595
|
-
|
|
55619
|
+
order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
|
|
55596
55620
|
format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
|
|
55597
55621
|
topics?: StringNullableListFilter<"OngoingEvaluation">
|
|
55598
55622
|
assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
@@ -55631,7 +55655,7 @@ export namespace Prisma {
|
|
|
55631
55655
|
is_current?: SortOrder
|
|
55632
55656
|
title?: SortOrderInput | SortOrder
|
|
55633
55657
|
description?: SortOrderInput | SortOrder
|
|
55634
|
-
|
|
55658
|
+
order_no?: SortOrderInput | SortOrder
|
|
55635
55659
|
format?: SortOrderInput | SortOrder
|
|
55636
55660
|
topics?: SortOrder
|
|
55637
55661
|
assignee?: SortOrderInput | SortOrder
|
|
@@ -55674,7 +55698,7 @@ export namespace Prisma {
|
|
|
55674
55698
|
is_current?: BoolFilter<"OngoingEvaluation"> | boolean
|
|
55675
55699
|
title?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
55676
55700
|
description?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
55677
|
-
|
|
55701
|
+
order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
|
|
55678
55702
|
format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
|
|
55679
55703
|
topics?: StringNullableListFilter<"OngoingEvaluation">
|
|
55680
55704
|
assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
@@ -55713,7 +55737,7 @@ export namespace Prisma {
|
|
|
55713
55737
|
is_current?: SortOrder
|
|
55714
55738
|
title?: SortOrderInput | SortOrder
|
|
55715
55739
|
description?: SortOrderInput | SortOrder
|
|
55716
|
-
|
|
55740
|
+
order_no?: SortOrderInput | SortOrder
|
|
55717
55741
|
format?: SortOrderInput | SortOrder
|
|
55718
55742
|
topics?: SortOrder
|
|
55719
55743
|
assignee?: SortOrderInput | SortOrder
|
|
@@ -55753,7 +55777,7 @@ export namespace Prisma {
|
|
|
55753
55777
|
is_current?: BoolWithAggregatesFilter<"OngoingEvaluation"> | boolean
|
|
55754
55778
|
title?: StringNullableWithAggregatesFilter<"OngoingEvaluation"> | string | null
|
|
55755
55779
|
description?: StringNullableWithAggregatesFilter<"OngoingEvaluation"> | string | null
|
|
55756
|
-
|
|
55780
|
+
order_no?: IntNullableWithAggregatesFilter<"OngoingEvaluation"> | number | null
|
|
55757
55781
|
format?: EnumEvaluationRoundFormatNullableWithAggregatesFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
|
|
55758
55782
|
topics?: StringNullableListFilter<"OngoingEvaluation">
|
|
55759
55783
|
assignee?: StringNullableWithAggregatesFilter<"OngoingEvaluation"> | string | null
|
|
@@ -56747,7 +56771,9 @@ export namespace Prisma {
|
|
|
56747
56771
|
salary?: StringNullableFilter<"User"> | string | null
|
|
56748
56772
|
work_experience?: JsonNullableFilter<"User">
|
|
56749
56773
|
education?: JsonNullableFilter<"User">
|
|
56774
|
+
skills?: JsonNullableFilter<"User">
|
|
56750
56775
|
notice_period?: StringNullableFilter<"User"> | string | null
|
|
56776
|
+
preferred_work_mode?: StringNullableFilter<"User"> | string | null
|
|
56751
56777
|
gender?: StringNullableFilter<"User"> | string | null
|
|
56752
56778
|
ethnicity?: StringNullableFilter<"User"> | string | null
|
|
56753
56779
|
veteran_status?: StringNullableFilter<"User"> | string | null
|
|
@@ -56804,7 +56830,9 @@ export namespace Prisma {
|
|
|
56804
56830
|
salary?: SortOrderInput | SortOrder
|
|
56805
56831
|
work_experience?: SortOrderInput | SortOrder
|
|
56806
56832
|
education?: SortOrderInput | SortOrder
|
|
56833
|
+
skills?: SortOrderInput | SortOrder
|
|
56807
56834
|
notice_period?: SortOrderInput | SortOrder
|
|
56835
|
+
preferred_work_mode?: SortOrderInput | SortOrder
|
|
56808
56836
|
gender?: SortOrderInput | SortOrder
|
|
56809
56837
|
ethnicity?: SortOrderInput | SortOrder
|
|
56810
56838
|
veteran_status?: SortOrderInput | SortOrder
|
|
@@ -56864,7 +56892,9 @@ export namespace Prisma {
|
|
|
56864
56892
|
salary?: StringNullableFilter<"User"> | string | null
|
|
56865
56893
|
work_experience?: JsonNullableFilter<"User">
|
|
56866
56894
|
education?: JsonNullableFilter<"User">
|
|
56895
|
+
skills?: JsonNullableFilter<"User">
|
|
56867
56896
|
notice_period?: StringNullableFilter<"User"> | string | null
|
|
56897
|
+
preferred_work_mode?: StringNullableFilter<"User"> | string | null
|
|
56868
56898
|
gender?: StringNullableFilter<"User"> | string | null
|
|
56869
56899
|
ethnicity?: StringNullableFilter<"User"> | string | null
|
|
56870
56900
|
veteran_status?: StringNullableFilter<"User"> | string | null
|
|
@@ -56921,7 +56951,9 @@ export namespace Prisma {
|
|
|
56921
56951
|
salary?: SortOrderInput | SortOrder
|
|
56922
56952
|
work_experience?: SortOrderInput | SortOrder
|
|
56923
56953
|
education?: SortOrderInput | SortOrder
|
|
56954
|
+
skills?: SortOrderInput | SortOrder
|
|
56924
56955
|
notice_period?: SortOrderInput | SortOrder
|
|
56956
|
+
preferred_work_mode?: SortOrderInput | SortOrder
|
|
56925
56957
|
gender?: SortOrderInput | SortOrder
|
|
56926
56958
|
ethnicity?: SortOrderInput | SortOrder
|
|
56927
56959
|
veteran_status?: SortOrderInput | SortOrder
|
|
@@ -56960,7 +56992,9 @@ export namespace Prisma {
|
|
|
56960
56992
|
salary?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
56961
56993
|
work_experience?: JsonNullableWithAggregatesFilter<"User">
|
|
56962
56994
|
education?: JsonNullableWithAggregatesFilter<"User">
|
|
56995
|
+
skills?: JsonNullableWithAggregatesFilter<"User">
|
|
56963
56996
|
notice_period?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
56997
|
+
preferred_work_mode?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
56964
56998
|
gender?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
56965
56999
|
ethnicity?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
56966
57000
|
veteran_status?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
@@ -59945,7 +59979,7 @@ export namespace Prisma {
|
|
|
59945
59979
|
is_current?: boolean
|
|
59946
59980
|
title?: string | null
|
|
59947
59981
|
description?: string | null
|
|
59948
|
-
|
|
59982
|
+
order_no?: number | null
|
|
59949
59983
|
format?: $Enums.EvaluationRoundFormat | null
|
|
59950
59984
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
59951
59985
|
assignee?: string | null
|
|
@@ -59984,7 +60018,7 @@ export namespace Prisma {
|
|
|
59984
60018
|
is_current?: boolean
|
|
59985
60019
|
title?: string | null
|
|
59986
60020
|
description?: string | null
|
|
59987
|
-
|
|
60021
|
+
order_no?: number | null
|
|
59988
60022
|
format?: $Enums.EvaluationRoundFormat | null
|
|
59989
60023
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
59990
60024
|
assignee?: string | null
|
|
@@ -60009,7 +60043,7 @@ export namespace Prisma {
|
|
|
60009
60043
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
60010
60044
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
60011
60045
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
60012
|
-
|
|
60046
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
60013
60047
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
60014
60048
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
60015
60049
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -60048,7 +60082,7 @@ export namespace Prisma {
|
|
|
60048
60082
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
60049
60083
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
60050
60084
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
60051
|
-
|
|
60085
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
60052
60086
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
60053
60087
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
60054
60088
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -60080,7 +60114,7 @@ export namespace Prisma {
|
|
|
60080
60114
|
is_current?: boolean
|
|
60081
60115
|
title?: string | null
|
|
60082
60116
|
description?: string | null
|
|
60083
|
-
|
|
60117
|
+
order_no?: number | null
|
|
60084
60118
|
format?: $Enums.EvaluationRoundFormat | null
|
|
60085
60119
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
60086
60120
|
assignee?: string | null
|
|
@@ -60105,7 +60139,7 @@ export namespace Prisma {
|
|
|
60105
60139
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
60106
60140
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
60107
60141
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
60108
|
-
|
|
60142
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
60109
60143
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
60110
60144
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
60111
60145
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -60137,7 +60171,7 @@ export namespace Prisma {
|
|
|
60137
60171
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
60138
60172
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
60139
60173
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
60140
|
-
|
|
60174
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
60141
60175
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
60142
60176
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
60143
60177
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -61247,7 +61281,9 @@ export namespace Prisma {
|
|
|
61247
61281
|
salary?: string | null
|
|
61248
61282
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
61249
61283
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
61284
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
61250
61285
|
notice_period?: string | null
|
|
61286
|
+
preferred_work_mode?: string | null
|
|
61251
61287
|
gender?: string | null
|
|
61252
61288
|
ethnicity?: string | null
|
|
61253
61289
|
veteran_status?: string | null
|
|
@@ -61304,7 +61340,9 @@ export namespace Prisma {
|
|
|
61304
61340
|
salary?: string | null
|
|
61305
61341
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
61306
61342
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
61343
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
61307
61344
|
notice_period?: string | null
|
|
61345
|
+
preferred_work_mode?: string | null
|
|
61308
61346
|
gender?: string | null
|
|
61309
61347
|
ethnicity?: string | null
|
|
61310
61348
|
veteran_status?: string | null
|
|
@@ -61355,7 +61393,9 @@ export namespace Prisma {
|
|
|
61355
61393
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61356
61394
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
61357
61395
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
61396
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
61358
61397
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61398
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61359
61399
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61360
61400
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61361
61401
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -61412,7 +61452,9 @@ export namespace Prisma {
|
|
|
61412
61452
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61413
61453
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
61414
61454
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
61455
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
61415
61456
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61457
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61416
61458
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61417
61459
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61418
61460
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -61466,7 +61508,9 @@ export namespace Prisma {
|
|
|
61466
61508
|
salary?: string | null
|
|
61467
61509
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
61468
61510
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
61511
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
61469
61512
|
notice_period?: string | null
|
|
61513
|
+
preferred_work_mode?: string | null
|
|
61470
61514
|
gender?: string | null
|
|
61471
61515
|
ethnicity?: string | null
|
|
61472
61516
|
veteran_status?: string | null
|
|
@@ -61496,7 +61540,9 @@ export namespace Prisma {
|
|
|
61496
61540
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61497
61541
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
61498
61542
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
61543
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
61499
61544
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61545
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61500
61546
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61501
61547
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61502
61548
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -61529,7 +61575,9 @@ export namespace Prisma {
|
|
|
61529
61575
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61530
61576
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
61531
61577
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
61578
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
61532
61579
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61580
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61533
61581
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61534
61582
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61535
61583
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -63993,7 +64041,7 @@ export namespace Prisma {
|
|
|
63993
64041
|
is_current?: SortOrder
|
|
63994
64042
|
title?: SortOrder
|
|
63995
64043
|
description?: SortOrder
|
|
63996
|
-
|
|
64044
|
+
order_no?: SortOrder
|
|
63997
64045
|
format?: SortOrder
|
|
63998
64046
|
topics?: SortOrder
|
|
63999
64047
|
assignee?: SortOrder
|
|
@@ -64005,7 +64053,7 @@ export namespace Prisma {
|
|
|
64005
64053
|
}
|
|
64006
64054
|
|
|
64007
64055
|
export type OngoingEvaluationAvgOrderByAggregateInput = {
|
|
64008
|
-
|
|
64056
|
+
order_no?: SortOrder
|
|
64009
64057
|
timeline?: SortOrder
|
|
64010
64058
|
}
|
|
64011
64059
|
|
|
@@ -64030,7 +64078,7 @@ export namespace Prisma {
|
|
|
64030
64078
|
is_current?: SortOrder
|
|
64031
64079
|
title?: SortOrder
|
|
64032
64080
|
description?: SortOrder
|
|
64033
|
-
|
|
64081
|
+
order_no?: SortOrder
|
|
64034
64082
|
format?: SortOrder
|
|
64035
64083
|
assignee?: SortOrder
|
|
64036
64084
|
elimination_round?: SortOrder
|
|
@@ -64060,7 +64108,7 @@ export namespace Prisma {
|
|
|
64060
64108
|
is_current?: SortOrder
|
|
64061
64109
|
title?: SortOrder
|
|
64062
64110
|
description?: SortOrder
|
|
64063
|
-
|
|
64111
|
+
order_no?: SortOrder
|
|
64064
64112
|
format?: SortOrder
|
|
64065
64113
|
assignee?: SortOrder
|
|
64066
64114
|
elimination_round?: SortOrder
|
|
@@ -64070,7 +64118,7 @@ export namespace Prisma {
|
|
|
64070
64118
|
}
|
|
64071
64119
|
|
|
64072
64120
|
export type OngoingEvaluationSumOrderByAggregateInput = {
|
|
64073
|
-
|
|
64121
|
+
order_no?: SortOrder
|
|
64074
64122
|
timeline?: SortOrder
|
|
64075
64123
|
}
|
|
64076
64124
|
|
|
@@ -64803,7 +64851,9 @@ export namespace Prisma {
|
|
|
64803
64851
|
salary?: SortOrder
|
|
64804
64852
|
work_experience?: SortOrder
|
|
64805
64853
|
education?: SortOrder
|
|
64854
|
+
skills?: SortOrder
|
|
64806
64855
|
notice_period?: SortOrder
|
|
64856
|
+
preferred_work_mode?: SortOrder
|
|
64807
64857
|
gender?: SortOrder
|
|
64808
64858
|
ethnicity?: SortOrder
|
|
64809
64859
|
veteran_status?: SortOrder
|
|
@@ -64835,6 +64885,7 @@ export namespace Prisma {
|
|
|
64835
64885
|
location?: SortOrder
|
|
64836
64886
|
salary?: SortOrder
|
|
64837
64887
|
notice_period?: SortOrder
|
|
64888
|
+
preferred_work_mode?: SortOrder
|
|
64838
64889
|
gender?: SortOrder
|
|
64839
64890
|
ethnicity?: SortOrder
|
|
64840
64891
|
veteran_status?: SortOrder
|
|
@@ -64866,6 +64917,7 @@ export namespace Prisma {
|
|
|
64866
64917
|
location?: SortOrder
|
|
64867
64918
|
salary?: SortOrder
|
|
64868
64919
|
notice_period?: SortOrder
|
|
64920
|
+
preferred_work_mode?: SortOrder
|
|
64869
64921
|
gender?: SortOrder
|
|
64870
64922
|
ethnicity?: SortOrder
|
|
64871
64923
|
veteran_status?: SortOrder
|
|
@@ -70829,7 +70881,9 @@ export namespace Prisma {
|
|
|
70829
70881
|
salary?: string | null
|
|
70830
70882
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
70831
70883
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
70884
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
70832
70885
|
notice_period?: string | null
|
|
70886
|
+
preferred_work_mode?: string | null
|
|
70833
70887
|
gender?: string | null
|
|
70834
70888
|
ethnicity?: string | null
|
|
70835
70889
|
veteran_status?: string | null
|
|
@@ -70885,7 +70939,9 @@ export namespace Prisma {
|
|
|
70885
70939
|
salary?: string | null
|
|
70886
70940
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
70887
70941
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
70942
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
70888
70943
|
notice_period?: string | null
|
|
70944
|
+
preferred_work_mode?: string | null
|
|
70889
70945
|
gender?: string | null
|
|
70890
70946
|
ethnicity?: string | null
|
|
70891
70947
|
veteran_status?: string | null
|
|
@@ -71051,7 +71107,9 @@ export namespace Prisma {
|
|
|
71051
71107
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71052
71108
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71053
71109
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
71110
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71054
71111
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71112
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71055
71113
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71056
71114
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71057
71115
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -71107,7 +71165,9 @@ export namespace Prisma {
|
|
|
71107
71165
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71108
71166
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71109
71167
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
71168
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71110
71169
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71170
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71111
71171
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71112
71172
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71113
71173
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -71255,7 +71315,9 @@ export namespace Prisma {
|
|
|
71255
71315
|
salary?: string | null
|
|
71256
71316
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71257
71317
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
71318
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71258
71319
|
notice_period?: string | null
|
|
71320
|
+
preferred_work_mode?: string | null
|
|
71259
71321
|
gender?: string | null
|
|
71260
71322
|
ethnicity?: string | null
|
|
71261
71323
|
veteran_status?: string | null
|
|
@@ -71310,7 +71372,9 @@ export namespace Prisma {
|
|
|
71310
71372
|
salary?: string | null
|
|
71311
71373
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71312
71374
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
71375
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71313
71376
|
notice_period?: string | null
|
|
71377
|
+
preferred_work_mode?: string | null
|
|
71314
71378
|
gender?: string | null
|
|
71315
71379
|
ethnicity?: string | null
|
|
71316
71380
|
veteran_status?: string | null
|
|
@@ -71503,7 +71567,9 @@ export namespace Prisma {
|
|
|
71503
71567
|
salary?: StringNullableFilter<"User"> | string | null
|
|
71504
71568
|
work_experience?: JsonNullableFilter<"User">
|
|
71505
71569
|
education?: JsonNullableFilter<"User">
|
|
71570
|
+
skills?: JsonNullableFilter<"User">
|
|
71506
71571
|
notice_period?: StringNullableFilter<"User"> | string | null
|
|
71572
|
+
preferred_work_mode?: StringNullableFilter<"User"> | string | null
|
|
71507
71573
|
gender?: StringNullableFilter<"User"> | string | null
|
|
71508
71574
|
ethnicity?: StringNullableFilter<"User"> | string | null
|
|
71509
71575
|
veteran_status?: StringNullableFilter<"User"> | string | null
|
|
@@ -71533,7 +71599,9 @@ export namespace Prisma {
|
|
|
71533
71599
|
salary?: string | null
|
|
71534
71600
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71535
71601
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
71602
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71536
71603
|
notice_period?: string | null
|
|
71604
|
+
preferred_work_mode?: string | null
|
|
71537
71605
|
gender?: string | null
|
|
71538
71606
|
ethnicity?: string | null
|
|
71539
71607
|
veteran_status?: string | null
|
|
@@ -71589,7 +71657,9 @@ export namespace Prisma {
|
|
|
71589
71657
|
salary?: string | null
|
|
71590
71658
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71591
71659
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
71660
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71592
71661
|
notice_period?: string | null
|
|
71662
|
+
preferred_work_mode?: string | null
|
|
71593
71663
|
gender?: string | null
|
|
71594
71664
|
ethnicity?: string | null
|
|
71595
71665
|
veteran_status?: string | null
|
|
@@ -71726,7 +71796,9 @@ export namespace Prisma {
|
|
|
71726
71796
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71727
71797
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71728
71798
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
71799
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71729
71800
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71801
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71730
71802
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71731
71803
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71732
71804
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -71782,7 +71854,9 @@ export namespace Prisma {
|
|
|
71782
71854
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71783
71855
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71784
71856
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
71857
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71785
71858
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71859
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71786
71860
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71787
71861
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71788
71862
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -71970,7 +72044,9 @@ export namespace Prisma {
|
|
|
71970
72044
|
salary?: string | null
|
|
71971
72045
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
71972
72046
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
72047
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
71973
72048
|
notice_period?: string | null
|
|
72049
|
+
preferred_work_mode?: string | null
|
|
71974
72050
|
gender?: string | null
|
|
71975
72051
|
ethnicity?: string | null
|
|
71976
72052
|
veteran_status?: string | null
|
|
@@ -72026,7 +72102,9 @@ export namespace Prisma {
|
|
|
72026
72102
|
salary?: string | null
|
|
72027
72103
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
72028
72104
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
72105
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
72029
72106
|
notice_period?: string | null
|
|
72107
|
+
preferred_work_mode?: string | null
|
|
72030
72108
|
gender?: string | null
|
|
72031
72109
|
ethnicity?: string | null
|
|
72032
72110
|
veteran_status?: string | null
|
|
@@ -72398,7 +72476,7 @@ export namespace Prisma {
|
|
|
72398
72476
|
is_current?: boolean
|
|
72399
72477
|
title?: string | null
|
|
72400
72478
|
description?: string | null
|
|
72401
|
-
|
|
72479
|
+
order_no?: number | null
|
|
72402
72480
|
format?: $Enums.EvaluationRoundFormat | null
|
|
72403
72481
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
72404
72482
|
assignee?: string | null
|
|
@@ -72435,7 +72513,7 @@ export namespace Prisma {
|
|
|
72435
72513
|
is_current?: boolean
|
|
72436
72514
|
title?: string | null
|
|
72437
72515
|
description?: string | null
|
|
72438
|
-
|
|
72516
|
+
order_no?: number | null
|
|
72439
72517
|
format?: $Enums.EvaluationRoundFormat | null
|
|
72440
72518
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
72441
72519
|
assignee?: string | null
|
|
@@ -72557,7 +72635,9 @@ export namespace Prisma {
|
|
|
72557
72635
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72558
72636
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
72559
72637
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
72638
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
72560
72639
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72640
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72561
72641
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72562
72642
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72563
72643
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -72613,7 +72693,9 @@ export namespace Prisma {
|
|
|
72613
72693
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72614
72694
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
72615
72695
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
72696
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
72616
72697
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72698
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72617
72699
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72618
72700
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
72619
72701
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -72999,7 +73081,7 @@ export namespace Prisma {
|
|
|
72999
73081
|
is_current?: BoolFilter<"OngoingEvaluation"> | boolean
|
|
73000
73082
|
title?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
73001
73083
|
description?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
73002
|
-
|
|
73084
|
+
order_no?: IntNullableFilter<"OngoingEvaluation"> | number | null
|
|
73003
73085
|
format?: EnumEvaluationRoundFormatNullableFilter<"OngoingEvaluation"> | $Enums.EvaluationRoundFormat | null
|
|
73004
73086
|
topics?: StringNullableListFilter<"OngoingEvaluation">
|
|
73005
73087
|
assignee?: StringNullableFilter<"OngoingEvaluation"> | string | null
|
|
@@ -73100,7 +73182,9 @@ export namespace Prisma {
|
|
|
73100
73182
|
salary?: string | null
|
|
73101
73183
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73102
73184
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
73185
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73103
73186
|
notice_period?: string | null
|
|
73187
|
+
preferred_work_mode?: string | null
|
|
73104
73188
|
gender?: string | null
|
|
73105
73189
|
ethnicity?: string | null
|
|
73106
73190
|
veteran_status?: string | null
|
|
@@ -73156,7 +73240,9 @@ export namespace Prisma {
|
|
|
73156
73240
|
salary?: string | null
|
|
73157
73241
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73158
73242
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
73243
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73159
73244
|
notice_period?: string | null
|
|
73245
|
+
preferred_work_mode?: string | null
|
|
73160
73246
|
gender?: string | null
|
|
73161
73247
|
ethnicity?: string | null
|
|
73162
73248
|
veteran_status?: string | null
|
|
@@ -73366,7 +73452,9 @@ export namespace Prisma {
|
|
|
73366
73452
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73367
73453
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73368
73454
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
73455
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73369
73456
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73457
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73370
73458
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73371
73459
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73372
73460
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -73422,7 +73510,9 @@ export namespace Prisma {
|
|
|
73422
73510
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73423
73511
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73424
73512
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
73513
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73425
73514
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73515
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73426
73516
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73427
73517
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
73428
73518
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -73594,7 +73684,9 @@ export namespace Prisma {
|
|
|
73594
73684
|
salary?: string | null
|
|
73595
73685
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73596
73686
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
73687
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73597
73688
|
notice_period?: string | null
|
|
73689
|
+
preferred_work_mode?: string | null
|
|
73598
73690
|
gender?: string | null
|
|
73599
73691
|
ethnicity?: string | null
|
|
73600
73692
|
veteran_status?: string | null
|
|
@@ -73650,7 +73742,9 @@ export namespace Prisma {
|
|
|
73650
73742
|
salary?: string | null
|
|
73651
73743
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73652
73744
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
73745
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73653
73746
|
notice_period?: string | null
|
|
73747
|
+
preferred_work_mode?: string | null
|
|
73654
73748
|
gender?: string | null
|
|
73655
73749
|
ethnicity?: string | null
|
|
73656
73750
|
veteran_status?: string | null
|
|
@@ -73705,7 +73799,9 @@ export namespace Prisma {
|
|
|
73705
73799
|
salary?: string | null
|
|
73706
73800
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73707
73801
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
73802
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73708
73803
|
notice_period?: string | null
|
|
73804
|
+
preferred_work_mode?: string | null
|
|
73709
73805
|
gender?: string | null
|
|
73710
73806
|
ethnicity?: string | null
|
|
73711
73807
|
veteran_status?: string | null
|
|
@@ -73761,7 +73857,9 @@ export namespace Prisma {
|
|
|
73761
73857
|
salary?: string | null
|
|
73762
73858
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73763
73859
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
73860
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73764
73861
|
notice_period?: string | null
|
|
73862
|
+
preferred_work_mode?: string | null
|
|
73765
73863
|
gender?: string | null
|
|
73766
73864
|
ethnicity?: string | null
|
|
73767
73865
|
veteran_status?: string | null
|
|
@@ -73919,7 +74017,9 @@ export namespace Prisma {
|
|
|
73919
74017
|
salary?: string | null
|
|
73920
74018
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73921
74019
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
74020
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73922
74021
|
notice_period?: string | null
|
|
74022
|
+
preferred_work_mode?: string | null
|
|
73923
74023
|
gender?: string | null
|
|
73924
74024
|
ethnicity?: string | null
|
|
73925
74025
|
veteran_status?: string | null
|
|
@@ -73975,7 +74075,9 @@ export namespace Prisma {
|
|
|
73975
74075
|
salary?: string | null
|
|
73976
74076
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
73977
74077
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
74078
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
73978
74079
|
notice_period?: string | null
|
|
74080
|
+
preferred_work_mode?: string | null
|
|
73979
74081
|
gender?: string | null
|
|
73980
74082
|
ethnicity?: string | null
|
|
73981
74083
|
veteran_status?: string | null
|
|
@@ -74092,7 +74194,9 @@ export namespace Prisma {
|
|
|
74092
74194
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74093
74195
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
74094
74196
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
74197
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
74095
74198
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74199
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74096
74200
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74097
74201
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74098
74202
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -74148,7 +74252,9 @@ export namespace Prisma {
|
|
|
74148
74252
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74149
74253
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
74150
74254
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
74255
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
74151
74256
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74257
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74152
74258
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74153
74259
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74154
74260
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -74209,7 +74315,9 @@ export namespace Prisma {
|
|
|
74209
74315
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74210
74316
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
74211
74317
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
74318
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
74212
74319
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74320
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74213
74321
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74214
74322
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74215
74323
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -74265,7 +74373,9 @@ export namespace Prisma {
|
|
|
74265
74373
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74266
74374
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
74267
74375
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
74376
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
74268
74377
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74378
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74269
74379
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74270
74380
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74271
74381
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -74436,7 +74546,9 @@ export namespace Prisma {
|
|
|
74436
74546
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74437
74547
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
74438
74548
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
74549
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
74439
74550
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74551
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74440
74552
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74441
74553
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74442
74554
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -74492,7 +74604,9 @@ export namespace Prisma {
|
|
|
74492
74604
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74493
74605
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
74494
74606
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
74607
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
74495
74608
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74609
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74496
74610
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74497
74611
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74498
74612
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -75670,7 +75784,9 @@ export namespace Prisma {
|
|
|
75670
75784
|
salary?: string | null
|
|
75671
75785
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
75672
75786
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
75787
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
75673
75788
|
notice_period?: string | null
|
|
75789
|
+
preferred_work_mode?: string | null
|
|
75674
75790
|
gender?: string | null
|
|
75675
75791
|
ethnicity?: string | null
|
|
75676
75792
|
veteran_status?: string | null
|
|
@@ -75726,7 +75842,9 @@ export namespace Prisma {
|
|
|
75726
75842
|
salary?: string | null
|
|
75727
75843
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
75728
75844
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
75845
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
75729
75846
|
notice_period?: string | null
|
|
75847
|
+
preferred_work_mode?: string | null
|
|
75730
75848
|
gender?: string | null
|
|
75731
75849
|
ethnicity?: string | null
|
|
75732
75850
|
veteran_status?: string | null
|
|
@@ -75792,7 +75910,9 @@ export namespace Prisma {
|
|
|
75792
75910
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75793
75911
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
75794
75912
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
75913
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
75795
75914
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75915
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75796
75916
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75797
75917
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75798
75918
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -75848,7 +75968,9 @@ export namespace Prisma {
|
|
|
75848
75968
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75849
75969
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
75850
75970
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
75971
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
75851
75972
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75973
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75852
75974
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75853
75975
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
75854
75976
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -75898,7 +76020,9 @@ export namespace Prisma {
|
|
|
75898
76020
|
salary?: string | null
|
|
75899
76021
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
75900
76022
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
76023
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
75901
76024
|
notice_period?: string | null
|
|
76025
|
+
preferred_work_mode?: string | null
|
|
75902
76026
|
gender?: string | null
|
|
75903
76027
|
ethnicity?: string | null
|
|
75904
76028
|
veteran_status?: string | null
|
|
@@ -75954,7 +76078,9 @@ export namespace Prisma {
|
|
|
75954
76078
|
salary?: string | null
|
|
75955
76079
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
75956
76080
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
76081
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
75957
76082
|
notice_period?: string | null
|
|
76083
|
+
preferred_work_mode?: string | null
|
|
75958
76084
|
gender?: string | null
|
|
75959
76085
|
ethnicity?: string | null
|
|
75960
76086
|
veteran_status?: string | null
|
|
@@ -76063,7 +76189,9 @@ export namespace Prisma {
|
|
|
76063
76189
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76064
76190
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
76065
76191
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
76192
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
76066
76193
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76194
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76067
76195
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76068
76196
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76069
76197
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -76119,7 +76247,9 @@ export namespace Prisma {
|
|
|
76119
76247
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76120
76248
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
76121
76249
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
76250
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
76122
76251
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76252
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76123
76253
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76124
76254
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76125
76255
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -76577,7 +76707,7 @@ export namespace Prisma {
|
|
|
76577
76707
|
is_current?: boolean
|
|
76578
76708
|
title?: string | null
|
|
76579
76709
|
description?: string | null
|
|
76580
|
-
|
|
76710
|
+
order_no?: number | null
|
|
76581
76711
|
format?: $Enums.EvaluationRoundFormat | null
|
|
76582
76712
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
76583
76713
|
assignee?: string | null
|
|
@@ -76614,7 +76744,7 @@ export namespace Prisma {
|
|
|
76614
76744
|
is_current?: boolean
|
|
76615
76745
|
title?: string | null
|
|
76616
76746
|
description?: string | null
|
|
76617
|
-
|
|
76747
|
+
order_no?: number | null
|
|
76618
76748
|
format?: $Enums.EvaluationRoundFormat | null
|
|
76619
76749
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
76620
76750
|
assignee?: string | null
|
|
@@ -77575,7 +77705,9 @@ export namespace Prisma {
|
|
|
77575
77705
|
salary?: string | null
|
|
77576
77706
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
77577
77707
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
77708
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
77578
77709
|
notice_period?: string | null
|
|
77710
|
+
preferred_work_mode?: string | null
|
|
77579
77711
|
gender?: string | null
|
|
77580
77712
|
ethnicity?: string | null
|
|
77581
77713
|
veteran_status?: string | null
|
|
@@ -77631,7 +77763,9 @@ export namespace Prisma {
|
|
|
77631
77763
|
salary?: string | null
|
|
77632
77764
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
77633
77765
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
77766
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
77634
77767
|
notice_period?: string | null
|
|
77768
|
+
preferred_work_mode?: string | null
|
|
77635
77769
|
gender?: string | null
|
|
77636
77770
|
ethnicity?: string | null
|
|
77637
77771
|
veteran_status?: string | null
|
|
@@ -77697,7 +77831,9 @@ export namespace Prisma {
|
|
|
77697
77831
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77698
77832
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
77699
77833
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
77834
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
77700
77835
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77836
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77701
77837
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77702
77838
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77703
77839
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -77753,7 +77889,9 @@ export namespace Prisma {
|
|
|
77753
77889
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77754
77890
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
77755
77891
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
77892
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
77756
77893
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77894
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77757
77895
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77758
77896
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77759
77897
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -78112,7 +78250,9 @@ export namespace Prisma {
|
|
|
78112
78250
|
salary?: string | null
|
|
78113
78251
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
78114
78252
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
78253
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
78115
78254
|
notice_period?: string | null
|
|
78255
|
+
preferred_work_mode?: string | null
|
|
78116
78256
|
gender?: string | null
|
|
78117
78257
|
ethnicity?: string | null
|
|
78118
78258
|
veteran_status?: string | null
|
|
@@ -78168,7 +78308,9 @@ export namespace Prisma {
|
|
|
78168
78308
|
salary?: string | null
|
|
78169
78309
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
78170
78310
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
78311
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
78171
78312
|
notice_period?: string | null
|
|
78313
|
+
preferred_work_mode?: string | null
|
|
78172
78314
|
gender?: string | null
|
|
78173
78315
|
ethnicity?: string | null
|
|
78174
78316
|
veteran_status?: string | null
|
|
@@ -78223,7 +78365,9 @@ export namespace Prisma {
|
|
|
78223
78365
|
salary?: string | null
|
|
78224
78366
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
78225
78367
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
78368
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
78226
78369
|
notice_period?: string | null
|
|
78370
|
+
preferred_work_mode?: string | null
|
|
78227
78371
|
gender?: string | null
|
|
78228
78372
|
ethnicity?: string | null
|
|
78229
78373
|
veteran_status?: string | null
|
|
@@ -78279,7 +78423,9 @@ export namespace Prisma {
|
|
|
78279
78423
|
salary?: string | null
|
|
78280
78424
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
78281
78425
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
78426
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
78282
78427
|
notice_period?: string | null
|
|
78428
|
+
preferred_work_mode?: string | null
|
|
78283
78429
|
gender?: string | null
|
|
78284
78430
|
ethnicity?: string | null
|
|
78285
78431
|
veteran_status?: string | null
|
|
@@ -78614,7 +78760,7 @@ export namespace Prisma {
|
|
|
78614
78760
|
is_current?: boolean
|
|
78615
78761
|
title?: string | null
|
|
78616
78762
|
description?: string | null
|
|
78617
|
-
|
|
78763
|
+
order_no?: number | null
|
|
78618
78764
|
format?: $Enums.EvaluationRoundFormat | null
|
|
78619
78765
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
78620
78766
|
assignee?: string | null
|
|
@@ -78651,7 +78797,7 @@ export namespace Prisma {
|
|
|
78651
78797
|
is_current?: boolean
|
|
78652
78798
|
title?: string | null
|
|
78653
78799
|
description?: string | null
|
|
78654
|
-
|
|
78800
|
+
order_no?: number | null
|
|
78655
78801
|
format?: $Enums.EvaluationRoundFormat | null
|
|
78656
78802
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
78657
78803
|
assignee?: string | null
|
|
@@ -78927,7 +79073,9 @@ export namespace Prisma {
|
|
|
78927
79073
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78928
79074
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
78929
79075
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
79076
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
78930
79077
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79078
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78931
79079
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78932
79080
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78933
79081
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -78983,7 +79131,9 @@ export namespace Prisma {
|
|
|
78983
79131
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78984
79132
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
78985
79133
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
79134
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
78986
79135
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79136
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78987
79137
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78988
79138
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78989
79139
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -79044,7 +79194,9 @@ export namespace Prisma {
|
|
|
79044
79194
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79045
79195
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
79046
79196
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
79197
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
79047
79198
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79199
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79048
79200
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79049
79201
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79050
79202
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -79100,7 +79252,9 @@ export namespace Prisma {
|
|
|
79100
79252
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79101
79253
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
79102
79254
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
79255
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
79103
79256
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79257
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79104
79258
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79105
79259
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79106
79260
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -79471,7 +79625,7 @@ export namespace Prisma {
|
|
|
79471
79625
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
79472
79626
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79473
79627
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79474
|
-
|
|
79628
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
79475
79629
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
79476
79630
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
79477
79631
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -79508,7 +79662,7 @@ export namespace Prisma {
|
|
|
79508
79662
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
79509
79663
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79510
79664
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
79511
|
-
|
|
79665
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
79512
79666
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
79513
79667
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
79514
79668
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -80383,7 +80537,7 @@ export namespace Prisma {
|
|
|
80383
80537
|
is_current?: boolean
|
|
80384
80538
|
title?: string | null
|
|
80385
80539
|
description?: string | null
|
|
80386
|
-
|
|
80540
|
+
order_no?: number | null
|
|
80387
80541
|
format?: $Enums.EvaluationRoundFormat | null
|
|
80388
80542
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
80389
80543
|
assignee?: string | null
|
|
@@ -80420,7 +80574,7 @@ export namespace Prisma {
|
|
|
80420
80574
|
is_current?: boolean
|
|
80421
80575
|
title?: string | null
|
|
80422
80576
|
description?: string | null
|
|
80423
|
-
|
|
80577
|
+
order_no?: number | null
|
|
80424
80578
|
format?: $Enums.EvaluationRoundFormat | null
|
|
80425
80579
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
80426
80580
|
assignee?: string | null
|
|
@@ -80629,7 +80783,9 @@ export namespace Prisma {
|
|
|
80629
80783
|
salary?: string | null
|
|
80630
80784
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
80631
80785
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
80786
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
80632
80787
|
notice_period?: string | null
|
|
80788
|
+
preferred_work_mode?: string | null
|
|
80633
80789
|
gender?: string | null
|
|
80634
80790
|
ethnicity?: string | null
|
|
80635
80791
|
veteran_status?: string | null
|
|
@@ -80685,7 +80841,9 @@ export namespace Prisma {
|
|
|
80685
80841
|
salary?: string | null
|
|
80686
80842
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
80687
80843
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
80844
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
80688
80845
|
notice_period?: string | null
|
|
80846
|
+
preferred_work_mode?: string | null
|
|
80689
80847
|
gender?: string | null
|
|
80690
80848
|
ethnicity?: string | null
|
|
80691
80849
|
veteran_status?: string | null
|
|
@@ -80740,7 +80898,9 @@ export namespace Prisma {
|
|
|
80740
80898
|
salary?: string | null
|
|
80741
80899
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
80742
80900
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
80901
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
80743
80902
|
notice_period?: string | null
|
|
80903
|
+
preferred_work_mode?: string | null
|
|
80744
80904
|
gender?: string | null
|
|
80745
80905
|
ethnicity?: string | null
|
|
80746
80906
|
veteran_status?: string | null
|
|
@@ -80796,7 +80956,9 @@ export namespace Prisma {
|
|
|
80796
80956
|
salary?: string | null
|
|
80797
80957
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
80798
80958
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
80959
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
80799
80960
|
notice_period?: string | null
|
|
80961
|
+
preferred_work_mode?: string | null
|
|
80800
80962
|
gender?: string | null
|
|
80801
80963
|
ethnicity?: string | null
|
|
80802
80964
|
veteran_status?: string | null
|
|
@@ -81279,7 +81441,9 @@ export namespace Prisma {
|
|
|
81279
81441
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81280
81442
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81281
81443
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
81444
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81282
81445
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81446
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81283
81447
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81284
81448
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81285
81449
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -81335,7 +81499,9 @@ export namespace Prisma {
|
|
|
81335
81499
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81336
81500
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81337
81501
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
81502
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81338
81503
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81504
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81339
81505
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81340
81506
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81341
81507
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -81557,7 +81723,9 @@ export namespace Prisma {
|
|
|
81557
81723
|
salary?: string | null
|
|
81558
81724
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81559
81725
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
81726
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81560
81727
|
notice_period?: string | null
|
|
81728
|
+
preferred_work_mode?: string | null
|
|
81561
81729
|
gender?: string | null
|
|
81562
81730
|
ethnicity?: string | null
|
|
81563
81731
|
veteran_status?: string | null
|
|
@@ -81613,7 +81781,9 @@ export namespace Prisma {
|
|
|
81613
81781
|
salary?: string | null
|
|
81614
81782
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81615
81783
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
81784
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81616
81785
|
notice_period?: string | null
|
|
81786
|
+
preferred_work_mode?: string | null
|
|
81617
81787
|
gender?: string | null
|
|
81618
81788
|
ethnicity?: string | null
|
|
81619
81789
|
veteran_status?: string | null
|
|
@@ -81668,7 +81838,9 @@ export namespace Prisma {
|
|
|
81668
81838
|
salary?: string | null
|
|
81669
81839
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81670
81840
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
81841
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81671
81842
|
notice_period?: string | null
|
|
81843
|
+
preferred_work_mode?: string | null
|
|
81672
81844
|
gender?: string | null
|
|
81673
81845
|
ethnicity?: string | null
|
|
81674
81846
|
veteran_status?: string | null
|
|
@@ -81724,7 +81896,9 @@ export namespace Prisma {
|
|
|
81724
81896
|
salary?: string | null
|
|
81725
81897
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81726
81898
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
81899
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81727
81900
|
notice_period?: string | null
|
|
81901
|
+
preferred_work_mode?: string | null
|
|
81728
81902
|
gender?: string | null
|
|
81729
81903
|
ethnicity?: string | null
|
|
81730
81904
|
veteran_status?: string | null
|
|
@@ -81790,7 +81964,9 @@ export namespace Prisma {
|
|
|
81790
81964
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81791
81965
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81792
81966
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
81967
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81793
81968
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81969
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81794
81970
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81795
81971
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81796
81972
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -81846,7 +82022,9 @@ export namespace Prisma {
|
|
|
81846
82022
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81847
82023
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81848
82024
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
82025
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81849
82026
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82027
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81850
82028
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81851
82029
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81852
82030
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -81907,7 +82085,9 @@ export namespace Prisma {
|
|
|
81907
82085
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81908
82086
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81909
82087
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
82088
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81910
82089
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82090
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81911
82091
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81912
82092
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81913
82093
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -81963,7 +82143,9 @@ export namespace Prisma {
|
|
|
81963
82143
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81964
82144
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
81965
82145
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
82146
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
81966
82147
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82148
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81967
82149
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81968
82150
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81969
82151
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -82127,7 +82309,9 @@ export namespace Prisma {
|
|
|
82127
82309
|
salary?: string | null
|
|
82128
82310
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
82129
82311
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
82312
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
82130
82313
|
notice_period?: string | null
|
|
82314
|
+
preferred_work_mode?: string | null
|
|
82131
82315
|
gender?: string | null
|
|
82132
82316
|
ethnicity?: string | null
|
|
82133
82317
|
veteran_status?: string | null
|
|
@@ -82183,7 +82367,9 @@ export namespace Prisma {
|
|
|
82183
82367
|
salary?: string | null
|
|
82184
82368
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
82185
82369
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
82370
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
82186
82371
|
notice_period?: string | null
|
|
82372
|
+
preferred_work_mode?: string | null
|
|
82187
82373
|
gender?: string | null
|
|
82188
82374
|
ethnicity?: string | null
|
|
82189
82375
|
veteran_status?: string | null
|
|
@@ -82623,7 +82809,9 @@ export namespace Prisma {
|
|
|
82623
82809
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82624
82810
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
82625
82811
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
82812
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
82626
82813
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82814
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82627
82815
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82628
82816
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82629
82817
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -82679,7 +82867,9 @@ export namespace Prisma {
|
|
|
82679
82867
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82680
82868
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
82681
82869
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
82870
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
82682
82871
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82872
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82683
82873
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82684
82874
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
82685
82875
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -83001,7 +83191,9 @@ export namespace Prisma {
|
|
|
83001
83191
|
salary?: string | null
|
|
83002
83192
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
83003
83193
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
83194
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
83004
83195
|
notice_period?: string | null
|
|
83196
|
+
preferred_work_mode?: string | null
|
|
83005
83197
|
gender?: string | null
|
|
83006
83198
|
ethnicity?: string | null
|
|
83007
83199
|
veteran_status?: string | null
|
|
@@ -83056,7 +83248,9 @@ export namespace Prisma {
|
|
|
83056
83248
|
salary?: string | null
|
|
83057
83249
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
83058
83250
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
83251
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
83059
83252
|
notice_period?: string | null
|
|
83253
|
+
preferred_work_mode?: string | null
|
|
83060
83254
|
gender?: string | null
|
|
83061
83255
|
ethnicity?: string | null
|
|
83062
83256
|
veteran_status?: string | null
|
|
@@ -83712,7 +83906,7 @@ export namespace Prisma {
|
|
|
83712
83906
|
is_current?: boolean
|
|
83713
83907
|
title?: string | null
|
|
83714
83908
|
description?: string | null
|
|
83715
|
-
|
|
83909
|
+
order_no?: number | null
|
|
83716
83910
|
format?: $Enums.EvaluationRoundFormat | null
|
|
83717
83911
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
83718
83912
|
assignee?: string | null
|
|
@@ -83749,7 +83943,7 @@ export namespace Prisma {
|
|
|
83749
83943
|
is_current?: boolean
|
|
83750
83944
|
title?: string | null
|
|
83751
83945
|
description?: string | null
|
|
83752
|
-
|
|
83946
|
+
order_no?: number | null
|
|
83753
83947
|
format?: $Enums.EvaluationRoundFormat | null
|
|
83754
83948
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
83755
83949
|
assignee?: string | null
|
|
@@ -84471,7 +84665,9 @@ export namespace Prisma {
|
|
|
84471
84665
|
salary?: string | null
|
|
84472
84666
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
84473
84667
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
84668
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
84474
84669
|
notice_period?: string | null
|
|
84670
|
+
preferred_work_mode?: string | null
|
|
84475
84671
|
gender?: string | null
|
|
84476
84672
|
ethnicity?: string | null
|
|
84477
84673
|
veteran_status?: string | null
|
|
@@ -84527,7 +84723,9 @@ export namespace Prisma {
|
|
|
84527
84723
|
salary?: string | null
|
|
84528
84724
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
84529
84725
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
84726
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
84530
84727
|
notice_period?: string | null
|
|
84728
|
+
preferred_work_mode?: string | null
|
|
84531
84729
|
gender?: string | null
|
|
84532
84730
|
ethnicity?: string | null
|
|
84533
84731
|
veteran_status?: string | null
|
|
@@ -84813,7 +85011,9 @@ export namespace Prisma {
|
|
|
84813
85011
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84814
85012
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
84815
85013
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85014
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
84816
85015
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85016
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84817
85017
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84818
85018
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84819
85019
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -84869,7 +85069,9 @@ export namespace Prisma {
|
|
|
84869
85069
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84870
85070
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
84871
85071
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85072
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
84872
85073
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85074
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84873
85075
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84874
85076
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84875
85077
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85044,7 +85246,9 @@ export namespace Prisma {
|
|
|
85044
85246
|
salary?: string | null
|
|
85045
85247
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85046
85248
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85249
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85047
85250
|
notice_period?: string | null
|
|
85251
|
+
preferred_work_mode?: string | null
|
|
85048
85252
|
gender?: string | null
|
|
85049
85253
|
ethnicity?: string | null
|
|
85050
85254
|
veteran_status?: string | null
|
|
@@ -85099,7 +85303,9 @@ export namespace Prisma {
|
|
|
85099
85303
|
salary?: string | null
|
|
85100
85304
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85101
85305
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85306
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85102
85307
|
notice_period?: string | null
|
|
85308
|
+
preferred_work_mode?: string | null
|
|
85103
85309
|
gender?: string | null
|
|
85104
85310
|
ethnicity?: string | null
|
|
85105
85311
|
veteran_status?: string | null
|
|
@@ -85197,7 +85403,9 @@ export namespace Prisma {
|
|
|
85197
85403
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85198
85404
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85199
85405
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85406
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85200
85407
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85408
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85201
85409
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85202
85410
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85203
85411
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85252,7 +85460,9 @@ export namespace Prisma {
|
|
|
85252
85460
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85253
85461
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85254
85462
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85463
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85255
85464
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85465
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85256
85466
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85257
85467
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85258
85468
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85340,7 +85550,9 @@ export namespace Prisma {
|
|
|
85340
85550
|
salary?: string | null
|
|
85341
85551
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85342
85552
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85553
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85343
85554
|
notice_period?: string | null
|
|
85555
|
+
preferred_work_mode?: string | null
|
|
85344
85556
|
gender?: string | null
|
|
85345
85557
|
ethnicity?: string | null
|
|
85346
85558
|
veteran_status?: string | null
|
|
@@ -85396,7 +85608,9 @@ export namespace Prisma {
|
|
|
85396
85608
|
salary?: string | null
|
|
85397
85609
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85398
85610
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85611
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85399
85612
|
notice_period?: string | null
|
|
85613
|
+
preferred_work_mode?: string | null
|
|
85400
85614
|
gender?: string | null
|
|
85401
85615
|
ethnicity?: string | null
|
|
85402
85616
|
veteran_status?: string | null
|
|
@@ -85626,7 +85840,9 @@ export namespace Prisma {
|
|
|
85626
85840
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85627
85841
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85628
85842
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85843
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85629
85844
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85845
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85630
85846
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85631
85847
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85632
85848
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85682,7 +85898,9 @@ export namespace Prisma {
|
|
|
85682
85898
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85683
85899
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85684
85900
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
85901
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85685
85902
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85903
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85686
85904
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85687
85905
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85688
85906
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85882,7 +86100,9 @@ export namespace Prisma {
|
|
|
85882
86100
|
salary?: string | null
|
|
85883
86101
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85884
86102
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
86103
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85885
86104
|
notice_period?: string | null
|
|
86105
|
+
preferred_work_mode?: string | null
|
|
85886
86106
|
gender?: string | null
|
|
85887
86107
|
ethnicity?: string | null
|
|
85888
86108
|
veteran_status?: string | null
|
|
@@ -85938,7 +86158,9 @@ export namespace Prisma {
|
|
|
85938
86158
|
salary?: string | null
|
|
85939
86159
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
85940
86160
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
86161
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
85941
86162
|
notice_period?: string | null
|
|
86163
|
+
preferred_work_mode?: string | null
|
|
85942
86164
|
gender?: string | null
|
|
85943
86165
|
ethnicity?: string | null
|
|
85944
86166
|
veteran_status?: string | null
|
|
@@ -86252,7 +86474,7 @@ export namespace Prisma {
|
|
|
86252
86474
|
is_current?: boolean
|
|
86253
86475
|
title?: string | null
|
|
86254
86476
|
description?: string | null
|
|
86255
|
-
|
|
86477
|
+
order_no?: number | null
|
|
86256
86478
|
format?: $Enums.EvaluationRoundFormat | null
|
|
86257
86479
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
86258
86480
|
assignee?: string | null
|
|
@@ -86289,7 +86511,7 @@ export namespace Prisma {
|
|
|
86289
86511
|
is_current?: boolean
|
|
86290
86512
|
title?: string | null
|
|
86291
86513
|
description?: string | null
|
|
86292
|
-
|
|
86514
|
+
order_no?: number | null
|
|
86293
86515
|
format?: $Enums.EvaluationRoundFormat | null
|
|
86294
86516
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
86295
86517
|
assignee?: string | null
|
|
@@ -86495,7 +86717,9 @@ export namespace Prisma {
|
|
|
86495
86717
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86496
86718
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
86497
86719
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
86720
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
86498
86721
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86722
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86499
86723
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86500
86724
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86501
86725
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -86551,7 +86775,9 @@ export namespace Prisma {
|
|
|
86551
86775
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86552
86776
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
86553
86777
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
86778
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
86554
86779
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86780
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86555
86781
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86556
86782
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86557
86783
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -88747,7 +88973,7 @@ export namespace Prisma {
|
|
|
88747
88973
|
is_current?: boolean
|
|
88748
88974
|
title?: string | null
|
|
88749
88975
|
description?: string | null
|
|
88750
|
-
|
|
88976
|
+
order_no?: number | null
|
|
88751
88977
|
format?: $Enums.EvaluationRoundFormat | null
|
|
88752
88978
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
88753
88979
|
assignee?: string | null
|
|
@@ -88784,7 +89010,7 @@ export namespace Prisma {
|
|
|
88784
89010
|
is_current?: boolean
|
|
88785
89011
|
title?: string | null
|
|
88786
89012
|
description?: string | null
|
|
88787
|
-
|
|
89013
|
+
order_no?: number | null
|
|
88788
89014
|
format?: $Enums.EvaluationRoundFormat | null
|
|
88789
89015
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
88790
89016
|
assignee?: string | null
|
|
@@ -89563,7 +89789,9 @@ export namespace Prisma {
|
|
|
89563
89789
|
salary?: string | null
|
|
89564
89790
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
89565
89791
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
89792
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
89566
89793
|
notice_period?: string | null
|
|
89794
|
+
preferred_work_mode?: string | null
|
|
89567
89795
|
gender?: string | null
|
|
89568
89796
|
ethnicity?: string | null
|
|
89569
89797
|
veteran_status?: string | null
|
|
@@ -89619,7 +89847,9 @@ export namespace Prisma {
|
|
|
89619
89847
|
salary?: string | null
|
|
89620
89848
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
89621
89849
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
89850
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
89622
89851
|
notice_period?: string | null
|
|
89852
|
+
preferred_work_mode?: string | null
|
|
89623
89853
|
gender?: string | null
|
|
89624
89854
|
ethnicity?: string | null
|
|
89625
89855
|
veteran_status?: string | null
|
|
@@ -89685,7 +89915,9 @@ export namespace Prisma {
|
|
|
89685
89915
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89686
89916
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
89687
89917
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
89918
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
89688
89919
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89920
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89689
89921
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89690
89922
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89691
89923
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -89741,7 +89973,9 @@ export namespace Prisma {
|
|
|
89741
89973
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89742
89974
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
89743
89975
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
89976
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
89744
89977
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89978
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89745
89979
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89746
89980
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89747
89981
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -89793,7 +90027,9 @@ export namespace Prisma {
|
|
|
89793
90027
|
salary?: string | null
|
|
89794
90028
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
89795
90029
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
90030
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
89796
90031
|
notice_period?: string | null
|
|
90032
|
+
preferred_work_mode?: string | null
|
|
89797
90033
|
gender?: string | null
|
|
89798
90034
|
ethnicity?: string | null
|
|
89799
90035
|
veteran_status?: string | null
|
|
@@ -89823,7 +90059,9 @@ export namespace Prisma {
|
|
|
89823
90059
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89824
90060
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
89825
90061
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
90062
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
89826
90063
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90064
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89827
90065
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89828
90066
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89829
90067
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -89878,7 +90116,9 @@ export namespace Prisma {
|
|
|
89878
90116
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89879
90117
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
89880
90118
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
90119
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
89881
90120
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90121
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89882
90122
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89883
90123
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89884
90124
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -89931,7 +90171,9 @@ export namespace Prisma {
|
|
|
89931
90171
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89932
90172
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
89933
90173
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
90174
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
89934
90175
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90176
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89935
90177
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89936
90178
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89937
90179
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -89985,7 +90227,7 @@ export namespace Prisma {
|
|
|
89985
90227
|
is_current?: boolean
|
|
89986
90228
|
title?: string | null
|
|
89987
90229
|
description?: string | null
|
|
89988
|
-
|
|
90230
|
+
order_no?: number | null
|
|
89989
90231
|
format?: $Enums.EvaluationRoundFormat | null
|
|
89990
90232
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
89991
90233
|
assignee?: string | null
|
|
@@ -90105,7 +90347,7 @@ export namespace Prisma {
|
|
|
90105
90347
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
90106
90348
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90107
90349
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90108
|
-
|
|
90350
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
90109
90351
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
90110
90352
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
90111
90353
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -90142,7 +90384,7 @@ export namespace Prisma {
|
|
|
90142
90384
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
90143
90385
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90144
90386
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90145
|
-
|
|
90387
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
90146
90388
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
90147
90389
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
90148
90390
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -90173,7 +90415,7 @@ export namespace Prisma {
|
|
|
90173
90415
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
90174
90416
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90175
90417
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90176
|
-
|
|
90418
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
90177
90419
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
90178
90420
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
90179
90421
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -90696,7 +90938,7 @@ export namespace Prisma {
|
|
|
90696
90938
|
is_current?: boolean
|
|
90697
90939
|
title?: string | null
|
|
90698
90940
|
description?: string | null
|
|
90699
|
-
|
|
90941
|
+
order_no?: number | null
|
|
90700
90942
|
format?: $Enums.EvaluationRoundFormat | null
|
|
90701
90943
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
90702
90944
|
assignee?: string | null
|
|
@@ -90993,7 +91235,7 @@ export namespace Prisma {
|
|
|
90993
91235
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
90994
91236
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90995
91237
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
90996
|
-
|
|
91238
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
90997
91239
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
90998
91240
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
90999
91241
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -91030,7 +91272,7 @@ export namespace Prisma {
|
|
|
91030
91272
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
91031
91273
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
91032
91274
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
91033
|
-
|
|
91275
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
91034
91276
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
91035
91277
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
91036
91278
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -91061,7 +91303,7 @@ export namespace Prisma {
|
|
|
91061
91303
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
91062
91304
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
91063
91305
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
91064
|
-
|
|
91306
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
91065
91307
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
91066
91308
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
91067
91309
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -91596,7 +91838,7 @@ export namespace Prisma {
|
|
|
91596
91838
|
is_current?: boolean
|
|
91597
91839
|
title?: string | null
|
|
91598
91840
|
description?: string | null
|
|
91599
|
-
|
|
91841
|
+
order_no?: number | null
|
|
91600
91842
|
format?: $Enums.EvaluationRoundFormat | null
|
|
91601
91843
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
91602
91844
|
assignee?: string | null
|
|
@@ -92034,7 +92276,7 @@ export namespace Prisma {
|
|
|
92034
92276
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
92035
92277
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92036
92278
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92037
|
-
|
|
92279
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
92038
92280
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
92039
92281
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
92040
92282
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -92071,7 +92313,7 @@ export namespace Prisma {
|
|
|
92071
92313
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
92072
92314
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92073
92315
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92074
|
-
|
|
92316
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
92075
92317
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
92076
92318
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
92077
92319
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -92102,7 +92344,7 @@ export namespace Prisma {
|
|
|
92102
92344
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
92103
92345
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92104
92346
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92105
|
-
|
|
92347
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
92106
92348
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
92107
92349
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
92108
92350
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -92258,7 +92500,9 @@ export namespace Prisma {
|
|
|
92258
92500
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92259
92501
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
92260
92502
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
92503
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92261
92504
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92505
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92262
92506
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92263
92507
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92264
92508
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -92314,7 +92558,9 @@ export namespace Prisma {
|
|
|
92314
92558
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92315
92559
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
92316
92560
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
92561
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92317
92562
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92563
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92318
92564
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92319
92565
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92320
92566
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -92367,7 +92613,9 @@ export namespace Prisma {
|
|
|
92367
92613
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92368
92614
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
92369
92615
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
92616
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92370
92617
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92618
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92371
92619
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92372
92620
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92373
92621
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -92450,7 +92698,9 @@ export namespace Prisma {
|
|
|
92450
92698
|
salary?: string | null
|
|
92451
92699
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
92452
92700
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
92701
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92453
92702
|
notice_period?: string | null
|
|
92703
|
+
preferred_work_mode?: string | null
|
|
92454
92704
|
gender?: string | null
|
|
92455
92705
|
ethnicity?: string | null
|
|
92456
92706
|
veteran_status?: string | null
|
|
@@ -92682,7 +92932,7 @@ export namespace Prisma {
|
|
|
92682
92932
|
is_current?: boolean
|
|
92683
92933
|
title?: string | null
|
|
92684
92934
|
description?: string | null
|
|
92685
|
-
|
|
92935
|
+
order_no?: number | null
|
|
92686
92936
|
format?: $Enums.EvaluationRoundFormat | null
|
|
92687
92937
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
92688
92938
|
assignee?: string | null
|
|
@@ -92731,7 +92981,9 @@ export namespace Prisma {
|
|
|
92731
92981
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92732
92982
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
92733
92983
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
92984
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92734
92985
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92986
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92735
92987
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92736
92988
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92737
92989
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -92786,7 +93038,9 @@ export namespace Prisma {
|
|
|
92786
93038
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92787
93039
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
92788
93040
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
93041
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92789
93042
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93043
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92790
93044
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92791
93045
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92792
93046
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -92839,7 +93093,9 @@ export namespace Prisma {
|
|
|
92839
93093
|
salary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92840
93094
|
work_experience?: NullableJsonNullValueInput | InputJsonValue
|
|
92841
93095
|
education?: NullableJsonNullValueInput | InputJsonValue
|
|
93096
|
+
skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92842
93097
|
notice_period?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93098
|
+
preferred_work_mode?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92843
93099
|
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92844
93100
|
ethnicity?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92845
93101
|
veteran_status?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -93549,7 +93805,7 @@ export namespace Prisma {
|
|
|
93549
93805
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
93550
93806
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93551
93807
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93552
|
-
|
|
93808
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
93553
93809
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
93554
93810
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
93555
93811
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -93586,7 +93842,7 @@ export namespace Prisma {
|
|
|
93586
93842
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
93587
93843
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93588
93844
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93589
|
-
|
|
93845
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
93590
93846
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
93591
93847
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
93592
93848
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -93617,7 +93873,7 @@ export namespace Prisma {
|
|
|
93617
93873
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
93618
93874
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93619
93875
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
93620
|
-
|
|
93876
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
93621
93877
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
93622
93878
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
93623
93879
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -94075,7 +94331,7 @@ export namespace Prisma {
|
|
|
94075
94331
|
is_current?: boolean
|
|
94076
94332
|
title?: string | null
|
|
94077
94333
|
description?: string | null
|
|
94078
|
-
|
|
94334
|
+
order_no?: number | null
|
|
94079
94335
|
format?: $Enums.EvaluationRoundFormat | null
|
|
94080
94336
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
94081
94337
|
assignee?: string | null
|
|
@@ -94297,7 +94553,7 @@ export namespace Prisma {
|
|
|
94297
94553
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
94298
94554
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94299
94555
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94300
|
-
|
|
94556
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94301
94557
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
94302
94558
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
94303
94559
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -94334,7 +94590,7 @@ export namespace Prisma {
|
|
|
94334
94590
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
94335
94591
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94336
94592
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94337
|
-
|
|
94593
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94338
94594
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
94339
94595
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
94340
94596
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -94365,7 +94621,7 @@ export namespace Prisma {
|
|
|
94365
94621
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
94366
94622
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94367
94623
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94368
|
-
|
|
94624
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94369
94625
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
94370
94626
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
94371
94627
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -94809,7 +95065,7 @@ export namespace Prisma {
|
|
|
94809
95065
|
is_current?: boolean
|
|
94810
95066
|
title?: string | null
|
|
94811
95067
|
description?: string | null
|
|
94812
|
-
|
|
95068
|
+
order_no?: number | null
|
|
94813
95069
|
format?: $Enums.EvaluationRoundFormat | null
|
|
94814
95070
|
topics?: OngoingEvaluationCreatetopicsInput | string[]
|
|
94815
95071
|
assignee?: string | null
|
|
@@ -95675,7 +95931,7 @@ export namespace Prisma {
|
|
|
95675
95931
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
95676
95932
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95677
95933
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95678
|
-
|
|
95934
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
95679
95935
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
95680
95936
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
95681
95937
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -95712,7 +95968,7 @@ export namespace Prisma {
|
|
|
95712
95968
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
95713
95969
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95714
95970
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95715
|
-
|
|
95971
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
95716
95972
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
95717
95973
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
95718
95974
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -95743,7 +95999,7 @@ export namespace Prisma {
|
|
|
95743
95999
|
is_current?: BoolFieldUpdateOperationsInput | boolean
|
|
95744
96000
|
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95745
96001
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95746
|
-
|
|
96002
|
+
order_no?: NullableIntFieldUpdateOperationsInput | number | null
|
|
95747
96003
|
format?: NullableEnumEvaluationRoundFormatFieldUpdateOperationsInput | $Enums.EvaluationRoundFormat | null
|
|
95748
96004
|
topics?: OngoingEvaluationUpdatetopicsInput | string[]
|
|
95749
96005
|
assignee?: NullableStringFieldUpdateOperationsInput | string | null
|