@adaptware/eagles-db 0.1.35 → 0.1.36

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.
@@ -665,6 +665,7 @@ exports.Prisma.ResumeScalarFieldEnum = {
665
665
  created_by: 'created_by',
666
666
  updated_by: 'updated_by',
667
667
  is_active: 'is_active',
668
+ name: 'name',
668
669
  yearsOfExperience: 'yearsOfExperience'
669
670
  };
670
671
 
package/client/index.d.ts CHANGED
@@ -44909,6 +44909,7 @@ export namespace Prisma {
44909
44909
  created_by: string | null
44910
44910
  updated_by: string | null
44911
44911
  is_active: boolean | null
44912
+ name: string | null
44912
44913
  yearsOfExperience: number | null
44913
44914
  }
44914
44915
 
@@ -44923,6 +44924,7 @@ export namespace Prisma {
44923
44924
  created_by: string | null
44924
44925
  updated_by: string | null
44925
44926
  is_active: boolean | null
44927
+ name: string | null
44926
44928
  yearsOfExperience: number | null
44927
44929
  }
44928
44930
 
@@ -44937,6 +44939,7 @@ export namespace Prisma {
44937
44939
  created_by: number
44938
44940
  updated_by: number
44939
44941
  is_active: number
44942
+ name: number
44940
44943
  yearsOfExperience: number
44941
44944
  _all: number
44942
44945
  }
@@ -44961,6 +44964,7 @@ export namespace Prisma {
44961
44964
  created_by?: true
44962
44965
  updated_by?: true
44963
44966
  is_active?: true
44967
+ name?: true
44964
44968
  yearsOfExperience?: true
44965
44969
  }
44966
44970
 
@@ -44975,6 +44979,7 @@ export namespace Prisma {
44975
44979
  created_by?: true
44976
44980
  updated_by?: true
44977
44981
  is_active?: true
44982
+ name?: true
44978
44983
  yearsOfExperience?: true
44979
44984
  }
44980
44985
 
@@ -44989,6 +44994,7 @@ export namespace Prisma {
44989
44994
  created_by?: true
44990
44995
  updated_by?: true
44991
44996
  is_active?: true
44997
+ name?: true
44992
44998
  yearsOfExperience?: true
44993
44999
  _all?: true
44994
45000
  }
@@ -45090,6 +45096,7 @@ export namespace Prisma {
45090
45096
  created_by: string
45091
45097
  updated_by: string
45092
45098
  is_active: boolean
45099
+ name: string | null
45093
45100
  yearsOfExperience: number | null
45094
45101
  _count: ResumeCountAggregateOutputType | null
45095
45102
  _avg: ResumeAvgAggregateOutputType | null
@@ -45123,6 +45130,7 @@ export namespace Prisma {
45123
45130
  created_by?: boolean
45124
45131
  updated_by?: boolean
45125
45132
  is_active?: boolean
45133
+ name?: boolean
45126
45134
  yearsOfExperience?: boolean
45127
45135
  user?: boolean | Resume$userArgs<ExtArgs>
45128
45136
  organisation?: boolean | Resume$organisationArgs<ExtArgs>
@@ -45147,6 +45155,7 @@ export namespace Prisma {
45147
45155
  created_by?: boolean
45148
45156
  updated_by?: boolean
45149
45157
  is_active?: boolean
45158
+ name?: boolean
45150
45159
  yearsOfExperience?: boolean
45151
45160
  user?: boolean | Resume$userArgs<ExtArgs>
45152
45161
  organisation?: boolean | Resume$organisationArgs<ExtArgs>
@@ -45164,6 +45173,7 @@ export namespace Prisma {
45164
45173
  created_by?: boolean
45165
45174
  updated_by?: boolean
45166
45175
  is_active?: boolean
45176
+ name?: boolean
45167
45177
  yearsOfExperience?: boolean
45168
45178
  user?: boolean | Resume$userArgs<ExtArgs>
45169
45179
  organisation?: boolean | Resume$organisationArgs<ExtArgs>
@@ -45181,10 +45191,11 @@ export namespace Prisma {
45181
45191
  created_by?: boolean
45182
45192
  updated_by?: boolean
45183
45193
  is_active?: boolean
45194
+ name?: boolean
45184
45195
  yearsOfExperience?: boolean
45185
45196
  }
45186
45197
 
45187
- export type ResumeOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "user_id" | "organisation_id" | "job_description_id" | "uploaded_resume_path" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "yearsOfExperience", ExtArgs["result"]["resume"]>
45198
+ export type ResumeOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "user_id" | "organisation_id" | "job_description_id" | "uploaded_resume_path" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "name" | "yearsOfExperience", ExtArgs["result"]["resume"]>
45188
45199
  export type ResumeInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
45189
45200
  user?: boolean | Resume$userArgs<ExtArgs>
45190
45201
  organisation?: boolean | Resume$organisationArgs<ExtArgs>
@@ -45232,6 +45243,7 @@ export namespace Prisma {
45232
45243
  created_by: string
45233
45244
  updated_by: string
45234
45245
  is_active: boolean
45246
+ name: string | null
45235
45247
  yearsOfExperience: number | null
45236
45248
  }, ExtArgs["result"]["resume"]>
45237
45249
  composites: {}
@@ -45675,6 +45687,7 @@ export namespace Prisma {
45675
45687
  readonly created_by: FieldRef<"Resume", 'String'>
45676
45688
  readonly updated_by: FieldRef<"Resume", 'String'>
45677
45689
  readonly is_active: FieldRef<"Resume", 'Boolean'>
45690
+ readonly name: FieldRef<"Resume", 'String'>
45678
45691
  readonly yearsOfExperience: FieldRef<"Resume", 'Int'>
45679
45692
  }
45680
45693
 
@@ -53730,6 +53743,7 @@ export namespace Prisma {
53730
53743
  created_by: 'created_by',
53731
53744
  updated_by: 'updated_by',
53732
53745
  is_active: 'is_active',
53746
+ name: 'name',
53733
53747
  yearsOfExperience: 'yearsOfExperience'
53734
53748
  };
53735
53749
 
@@ -57827,6 +57841,7 @@ export namespace Prisma {
57827
57841
  created_by?: StringFilter<"Resume"> | string
57828
57842
  updated_by?: StringFilter<"Resume"> | string
57829
57843
  is_active?: BoolFilter<"Resume"> | boolean
57844
+ name?: StringNullableFilter<"Resume"> | string | null
57830
57845
  yearsOfExperience?: IntNullableFilter<"Resume"> | number | null
57831
57846
  user?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
57832
57847
  organisation?: XOR<OrganisationNullableScalarRelationFilter, OrganisationWhereInput> | null
@@ -57850,6 +57865,7 @@ export namespace Prisma {
57850
57865
  created_by?: SortOrder
57851
57866
  updated_by?: SortOrder
57852
57867
  is_active?: SortOrder
57868
+ name?: SortOrderInput | SortOrder
57853
57869
  yearsOfExperience?: SortOrderInput | SortOrder
57854
57870
  user?: UserOrderByWithRelationInput
57855
57871
  organisation?: OrganisationOrderByWithRelationInput
@@ -57876,6 +57892,7 @@ export namespace Prisma {
57876
57892
  created_by?: StringFilter<"Resume"> | string
57877
57893
  updated_by?: StringFilter<"Resume"> | string
57878
57894
  is_active?: BoolFilter<"Resume"> | boolean
57895
+ name?: StringNullableFilter<"Resume"> | string | null
57879
57896
  yearsOfExperience?: IntNullableFilter<"Resume"> | number | null
57880
57897
  user?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
57881
57898
  organisation?: XOR<OrganisationNullableScalarRelationFilter, OrganisationWhereInput> | null
@@ -57899,6 +57916,7 @@ export namespace Prisma {
57899
57916
  created_by?: SortOrder
57900
57917
  updated_by?: SortOrder
57901
57918
  is_active?: SortOrder
57919
+ name?: SortOrderInput | SortOrder
57902
57920
  yearsOfExperience?: SortOrderInput | SortOrder
57903
57921
  _count?: ResumeCountOrderByAggregateInput
57904
57922
  _avg?: ResumeAvgOrderByAggregateInput
@@ -57921,6 +57939,7 @@ export namespace Prisma {
57921
57939
  created_by?: StringWithAggregatesFilter<"Resume"> | string
57922
57940
  updated_by?: StringWithAggregatesFilter<"Resume"> | string
57923
57941
  is_active?: BoolWithAggregatesFilter<"Resume"> | boolean
57942
+ name?: StringNullableWithAggregatesFilter<"Resume"> | string | null
57924
57943
  yearsOfExperience?: IntNullableWithAggregatesFilter<"Resume"> | number | null
57925
57944
  }
57926
57945
 
@@ -62461,6 +62480,7 @@ export namespace Prisma {
62461
62480
  created_by: string
62462
62481
  updated_by: string
62463
62482
  is_active?: boolean
62483
+ name?: string | null
62464
62484
  yearsOfExperience?: number | null
62465
62485
  user?: UserCreateNestedOneWithoutResumeInput
62466
62486
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -62484,6 +62504,7 @@ export namespace Prisma {
62484
62504
  created_by: string
62485
62505
  updated_by: string
62486
62506
  is_active?: boolean
62507
+ name?: string | null
62487
62508
  yearsOfExperience?: number | null
62488
62509
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
62489
62510
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -62501,6 +62522,7 @@ export namespace Prisma {
62501
62522
  created_by?: StringFieldUpdateOperationsInput | string
62502
62523
  updated_by?: StringFieldUpdateOperationsInput | string
62503
62524
  is_active?: BoolFieldUpdateOperationsInput | boolean
62525
+ name?: NullableStringFieldUpdateOperationsInput | string | null
62504
62526
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
62505
62527
  user?: UserUpdateOneWithoutResumeNestedInput
62506
62528
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -62524,6 +62546,7 @@ export namespace Prisma {
62524
62546
  created_by?: StringFieldUpdateOperationsInput | string
62525
62547
  updated_by?: StringFieldUpdateOperationsInput | string
62526
62548
  is_active?: BoolFieldUpdateOperationsInput | boolean
62549
+ name?: NullableStringFieldUpdateOperationsInput | string | null
62527
62550
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
62528
62551
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
62529
62552
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -62544,6 +62567,7 @@ export namespace Prisma {
62544
62567
  created_by: string
62545
62568
  updated_by: string
62546
62569
  is_active?: boolean
62570
+ name?: string | null
62547
62571
  yearsOfExperience?: number | null
62548
62572
  }
62549
62573
 
@@ -62555,6 +62579,7 @@ export namespace Prisma {
62555
62579
  created_by?: StringFieldUpdateOperationsInput | string
62556
62580
  updated_by?: StringFieldUpdateOperationsInput | string
62557
62581
  is_active?: BoolFieldUpdateOperationsInput | boolean
62582
+ name?: NullableStringFieldUpdateOperationsInput | string | null
62558
62583
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
62559
62584
  }
62560
62585
 
@@ -62569,6 +62594,7 @@ export namespace Prisma {
62569
62594
  created_by?: StringFieldUpdateOperationsInput | string
62570
62595
  updated_by?: StringFieldUpdateOperationsInput | string
62571
62596
  is_active?: BoolFieldUpdateOperationsInput | boolean
62597
+ name?: NullableStringFieldUpdateOperationsInput | string | null
62572
62598
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
62573
62599
  }
62574
62600
 
@@ -66296,6 +66322,7 @@ export namespace Prisma {
66296
66322
  created_by?: SortOrder
66297
66323
  updated_by?: SortOrder
66298
66324
  is_active?: SortOrder
66325
+ name?: SortOrder
66299
66326
  yearsOfExperience?: SortOrder
66300
66327
  }
66301
66328
 
@@ -66314,6 +66341,7 @@ export namespace Prisma {
66314
66341
  created_by?: SortOrder
66315
66342
  updated_by?: SortOrder
66316
66343
  is_active?: SortOrder
66344
+ name?: SortOrder
66317
66345
  yearsOfExperience?: SortOrder
66318
66346
  }
66319
66347
 
@@ -66328,6 +66356,7 @@ export namespace Prisma {
66328
66356
  created_by?: SortOrder
66329
66357
  updated_by?: SortOrder
66330
66358
  is_active?: SortOrder
66359
+ name?: SortOrder
66331
66360
  yearsOfExperience?: SortOrder
66332
66361
  }
66333
66362
 
@@ -73929,6 +73958,7 @@ export namespace Prisma {
73929
73958
  created_by: string
73930
73959
  updated_by: string
73931
73960
  is_active?: boolean
73961
+ name?: string | null
73932
73962
  yearsOfExperience?: number | null
73933
73963
  user?: UserCreateNestedOneWithoutResumeInput
73934
73964
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -73951,6 +73981,7 @@ export namespace Prisma {
73951
73981
  created_by: string
73952
73982
  updated_by: string
73953
73983
  is_active?: boolean
73984
+ name?: string | null
73954
73985
  yearsOfExperience?: number | null
73955
73986
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
73956
73987
  ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutResumeInput
@@ -74536,6 +74567,7 @@ export namespace Prisma {
74536
74567
  created_by?: StringFieldUpdateOperationsInput | string
74537
74568
  updated_by?: StringFieldUpdateOperationsInput | string
74538
74569
  is_active?: BoolFieldUpdateOperationsInput | boolean
74570
+ name?: NullableStringFieldUpdateOperationsInput | string | null
74539
74571
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
74540
74572
  user?: UserUpdateOneWithoutResumeNestedInput
74541
74573
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -74558,6 +74590,7 @@ export namespace Prisma {
74558
74590
  created_by?: StringFieldUpdateOperationsInput | string
74559
74591
  updated_by?: StringFieldUpdateOperationsInput | string
74560
74592
  is_active?: BoolFieldUpdateOperationsInput | boolean
74593
+ name?: NullableStringFieldUpdateOperationsInput | string | null
74561
74594
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
74562
74595
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
74563
74596
  ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutResumeNestedInput
@@ -77842,6 +77875,7 @@ export namespace Prisma {
77842
77875
  created_by: string
77843
77876
  updated_by: string
77844
77877
  is_active?: boolean
77878
+ name?: string | null
77845
77879
  yearsOfExperience?: number | null
77846
77880
  user?: UserCreateNestedOneWithoutResumeInput
77847
77881
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -77864,6 +77898,7 @@ export namespace Prisma {
77864
77898
  created_by: string
77865
77899
  updated_by: string
77866
77900
  is_active?: boolean
77901
+ name?: string | null
77867
77902
  yearsOfExperience?: number | null
77868
77903
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
77869
77904
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -78017,6 +78052,7 @@ export namespace Prisma {
78017
78052
  created_by?: StringFieldUpdateOperationsInput | string
78018
78053
  updated_by?: StringFieldUpdateOperationsInput | string
78019
78054
  is_active?: BoolFieldUpdateOperationsInput | boolean
78055
+ name?: NullableStringFieldUpdateOperationsInput | string | null
78020
78056
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
78021
78057
  user?: UserUpdateOneWithoutResumeNestedInput
78022
78058
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -78039,6 +78075,7 @@ export namespace Prisma {
78039
78075
  created_by?: StringFieldUpdateOperationsInput | string
78040
78076
  updated_by?: StringFieldUpdateOperationsInput | string
78041
78077
  is_active?: BoolFieldUpdateOperationsInput | boolean
78078
+ name?: NullableStringFieldUpdateOperationsInput | string | null
78042
78079
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
78043
78080
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
78044
78081
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -79003,6 +79040,7 @@ export namespace Prisma {
79003
79040
  created_by: string
79004
79041
  updated_by: string
79005
79042
  is_active?: boolean
79043
+ name?: string | null
79006
79044
  yearsOfExperience?: number | null
79007
79045
  user?: UserCreateNestedOneWithoutResumeInput
79008
79046
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -79025,6 +79063,7 @@ export namespace Prisma {
79025
79063
  created_by: string
79026
79064
  updated_by: string
79027
79065
  is_active?: boolean
79066
+ name?: string | null
79028
79067
  yearsOfExperience?: number | null
79029
79068
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
79030
79069
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -79248,6 +79287,7 @@ export namespace Prisma {
79248
79287
  created_by?: StringFieldUpdateOperationsInput | string
79249
79288
  updated_by?: StringFieldUpdateOperationsInput | string
79250
79289
  is_active?: BoolFieldUpdateOperationsInput | boolean
79290
+ name?: NullableStringFieldUpdateOperationsInput | string | null
79251
79291
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
79252
79292
  user?: UserUpdateOneWithoutResumeNestedInput
79253
79293
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -79270,6 +79310,7 @@ export namespace Prisma {
79270
79310
  created_by?: StringFieldUpdateOperationsInput | string
79271
79311
  updated_by?: StringFieldUpdateOperationsInput | string
79272
79312
  is_active?: BoolFieldUpdateOperationsInput | boolean
79313
+ name?: NullableStringFieldUpdateOperationsInput | string | null
79273
79314
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
79274
79315
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
79275
79316
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -80325,6 +80366,7 @@ export namespace Prisma {
80325
80366
  created_by: string
80326
80367
  updated_by: string
80327
80368
  is_active?: boolean
80369
+ name?: string | null
80328
80370
  yearsOfExperience?: number | null
80329
80371
  user?: UserCreateNestedOneWithoutResumeInput
80330
80372
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -80347,6 +80389,7 @@ export namespace Prisma {
80347
80389
  created_by: string
80348
80390
  updated_by: string
80349
80391
  is_active?: boolean
80392
+ name?: string | null
80350
80393
  yearsOfExperience?: number | null
80351
80394
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
80352
80395
  ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutResumeInput
@@ -81172,6 +81215,7 @@ export namespace Prisma {
81172
81215
  created_by?: StringFieldUpdateOperationsInput | string
81173
81216
  updated_by?: StringFieldUpdateOperationsInput | string
81174
81217
  is_active?: BoolFieldUpdateOperationsInput | boolean
81218
+ name?: NullableStringFieldUpdateOperationsInput | string | null
81175
81219
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
81176
81220
  user?: UserUpdateOneWithoutResumeNestedInput
81177
81221
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -81194,6 +81238,7 @@ export namespace Prisma {
81194
81238
  created_by?: StringFieldUpdateOperationsInput | string
81195
81239
  updated_by?: StringFieldUpdateOperationsInput | string
81196
81240
  is_active?: BoolFieldUpdateOperationsInput | boolean
81241
+ name?: NullableStringFieldUpdateOperationsInput | string | null
81197
81242
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
81198
81243
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
81199
81244
  ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutResumeNestedInput
@@ -82397,6 +82442,7 @@ export namespace Prisma {
82397
82442
  created_by: string
82398
82443
  updated_by: string
82399
82444
  is_active?: boolean
82445
+ name?: string | null
82400
82446
  yearsOfExperience?: number | null
82401
82447
  user?: UserCreateNestedOneWithoutResumeInput
82402
82448
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -82418,6 +82464,7 @@ export namespace Prisma {
82418
82464
  created_by: string
82419
82465
  updated_by: string
82420
82466
  is_active?: boolean
82467
+ name?: string | null
82421
82468
  yearsOfExperience?: number | null
82422
82469
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
82423
82470
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -83077,6 +83124,7 @@ export namespace Prisma {
83077
83124
  created_by?: StringFilter<"Resume"> | string
83078
83125
  updated_by?: StringFilter<"Resume"> | string
83079
83126
  is_active?: BoolFilter<"Resume"> | boolean
83127
+ name?: StringNullableFilter<"Resume"> | string | null
83080
83128
  yearsOfExperience?: IntNullableFilter<"Resume"> | number | null
83081
83129
  }
83082
83130
 
@@ -84137,6 +84185,7 @@ export namespace Prisma {
84137
84185
  created_by: string
84138
84186
  updated_by: string
84139
84187
  is_active?: boolean
84188
+ name?: string | null
84140
84189
  yearsOfExperience?: number | null
84141
84190
  user?: UserCreateNestedOneWithoutResumeInput
84142
84191
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -84159,6 +84208,7 @@ export namespace Prisma {
84159
84208
  created_by: string
84160
84209
  updated_by: string
84161
84210
  is_active?: boolean
84211
+ name?: string | null
84162
84212
  yearsOfExperience?: number | null
84163
84213
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
84164
84214
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -84643,6 +84693,7 @@ export namespace Prisma {
84643
84693
  created_by?: StringFieldUpdateOperationsInput | string
84644
84694
  updated_by?: StringFieldUpdateOperationsInput | string
84645
84695
  is_active?: BoolFieldUpdateOperationsInput | boolean
84696
+ name?: NullableStringFieldUpdateOperationsInput | string | null
84646
84697
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
84647
84698
  user?: UserUpdateOneWithoutResumeNestedInput
84648
84699
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -84665,6 +84716,7 @@ export namespace Prisma {
84665
84716
  created_by?: StringFieldUpdateOperationsInput | string
84666
84717
  updated_by?: StringFieldUpdateOperationsInput | string
84667
84718
  is_active?: BoolFieldUpdateOperationsInput | boolean
84719
+ name?: NullableStringFieldUpdateOperationsInput | string | null
84668
84720
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
84669
84721
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
84670
84722
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -85464,6 +85516,7 @@ export namespace Prisma {
85464
85516
  created_by: string
85465
85517
  updated_by: string
85466
85518
  is_active?: boolean
85519
+ name?: string | null
85467
85520
  yearsOfExperience?: number | null
85468
85521
  user?: UserCreateNestedOneWithoutResumeInput
85469
85522
  job_description?: JobDescriptionCreateNestedOneWithoutResumesInput
@@ -85485,6 +85538,7 @@ export namespace Prisma {
85485
85538
  created_by: string
85486
85539
  updated_by: string
85487
85540
  is_active?: boolean
85541
+ name?: string | null
85488
85542
  yearsOfExperience?: number | null
85489
85543
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
85490
85544
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -88846,6 +88900,7 @@ export namespace Prisma {
88846
88900
  created_by: string
88847
88901
  updated_by: string
88848
88902
  is_active?: boolean
88903
+ name?: string | null
88849
88904
  yearsOfExperience?: number | null
88850
88905
  user?: UserCreateNestedOneWithoutResumeInput
88851
88906
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -88868,6 +88923,7 @@ export namespace Prisma {
88868
88923
  created_by: string
88869
88924
  updated_by: string
88870
88925
  is_active?: boolean
88926
+ name?: string | null
88871
88927
  yearsOfExperience?: number | null
88872
88928
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
88873
88929
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -88900,6 +88956,7 @@ export namespace Prisma {
88900
88956
  created_by?: StringFieldUpdateOperationsInput | string
88901
88957
  updated_by?: StringFieldUpdateOperationsInput | string
88902
88958
  is_active?: BoolFieldUpdateOperationsInput | boolean
88959
+ name?: NullableStringFieldUpdateOperationsInput | string | null
88903
88960
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
88904
88961
  user?: UserUpdateOneWithoutResumeNestedInput
88905
88962
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -88922,6 +88979,7 @@ export namespace Prisma {
88922
88979
  created_by?: StringFieldUpdateOperationsInput | string
88923
88980
  updated_by?: StringFieldUpdateOperationsInput | string
88924
88981
  is_active?: BoolFieldUpdateOperationsInput | boolean
88982
+ name?: NullableStringFieldUpdateOperationsInput | string | null
88925
88983
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
88926
88984
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
88927
88985
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -89911,6 +89969,7 @@ export namespace Prisma {
89911
89969
  created_by: string
89912
89970
  updated_by: string
89913
89971
  is_active?: boolean
89972
+ name?: string | null
89914
89973
  yearsOfExperience?: number | null
89915
89974
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
89916
89975
  job_description?: JobDescriptionCreateNestedOneWithoutResumesInput
@@ -89932,6 +89991,7 @@ export namespace Prisma {
89932
89991
  created_by: string
89933
89992
  updated_by: string
89934
89993
  is_active?: boolean
89994
+ name?: string | null
89935
89995
  yearsOfExperience?: number | null
89936
89996
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
89937
89997
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -93620,6 +93680,7 @@ export namespace Prisma {
93620
93680
  created_by: string
93621
93681
  updated_by: string
93622
93682
  is_active?: boolean
93683
+ name?: string | null
93623
93684
  yearsOfExperience?: number | null
93624
93685
  }
93625
93686
 
@@ -94178,6 +94239,7 @@ export namespace Prisma {
94178
94239
  created_by?: StringFieldUpdateOperationsInput | string
94179
94240
  updated_by?: StringFieldUpdateOperationsInput | string
94180
94241
  is_active?: BoolFieldUpdateOperationsInput | boolean
94242
+ name?: NullableStringFieldUpdateOperationsInput | string | null
94181
94243
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
94182
94244
  user?: UserUpdateOneWithoutResumeNestedInput
94183
94245
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -94199,6 +94261,7 @@ export namespace Prisma {
94199
94261
  created_by?: StringFieldUpdateOperationsInput | string
94200
94262
  updated_by?: StringFieldUpdateOperationsInput | string
94201
94263
  is_active?: BoolFieldUpdateOperationsInput | boolean
94264
+ name?: NullableStringFieldUpdateOperationsInput | string | null
94202
94265
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
94203
94266
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
94204
94267
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -94218,6 +94281,7 @@ export namespace Prisma {
94218
94281
  created_by?: StringFieldUpdateOperationsInput | string
94219
94282
  updated_by?: StringFieldUpdateOperationsInput | string
94220
94283
  is_active?: BoolFieldUpdateOperationsInput | boolean
94284
+ name?: NullableStringFieldUpdateOperationsInput | string | null
94221
94285
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
94222
94286
  }
94223
94287
 
@@ -94614,6 +94678,7 @@ export namespace Prisma {
94614
94678
  created_by: string
94615
94679
  updated_by: string
94616
94680
  is_active?: boolean
94681
+ name?: string | null
94617
94682
  yearsOfExperience?: number | null
94618
94683
  }
94619
94684
 
@@ -95369,6 +95434,7 @@ export namespace Prisma {
95369
95434
  created_by?: StringFieldUpdateOperationsInput | string
95370
95435
  updated_by?: StringFieldUpdateOperationsInput | string
95371
95436
  is_active?: BoolFieldUpdateOperationsInput | boolean
95437
+ name?: NullableStringFieldUpdateOperationsInput | string | null
95372
95438
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
95373
95439
  user?: UserUpdateOneWithoutResumeNestedInput
95374
95440
  job_description?: JobDescriptionUpdateOneWithoutResumesNestedInput
@@ -95390,6 +95456,7 @@ export namespace Prisma {
95390
95456
  created_by?: StringFieldUpdateOperationsInput | string
95391
95457
  updated_by?: StringFieldUpdateOperationsInput | string
95392
95458
  is_active?: BoolFieldUpdateOperationsInput | boolean
95459
+ name?: NullableStringFieldUpdateOperationsInput | string | null
95393
95460
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
95394
95461
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
95395
95462
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -95409,6 +95476,7 @@ export namespace Prisma {
95409
95476
  created_by?: StringFieldUpdateOperationsInput | string
95410
95477
  updated_by?: StringFieldUpdateOperationsInput | string
95411
95478
  is_active?: BoolFieldUpdateOperationsInput | boolean
95479
+ name?: NullableStringFieldUpdateOperationsInput | string | null
95412
95480
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
95413
95481
  }
95414
95482
 
@@ -96614,6 +96682,7 @@ export namespace Prisma {
96614
96682
  created_by: string
96615
96683
  updated_by: string
96616
96684
  is_active?: boolean
96685
+ name?: string | null
96617
96686
  yearsOfExperience?: number | null
96618
96687
  }
96619
96688
 
@@ -96920,6 +96989,7 @@ export namespace Prisma {
96920
96989
  created_by?: StringFieldUpdateOperationsInput | string
96921
96990
  updated_by?: StringFieldUpdateOperationsInput | string
96922
96991
  is_active?: BoolFieldUpdateOperationsInput | boolean
96992
+ name?: NullableStringFieldUpdateOperationsInput | string | null
96923
96993
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
96924
96994
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
96925
96995
  job_description?: JobDescriptionUpdateOneWithoutResumesNestedInput
@@ -96941,6 +97011,7 @@ export namespace Prisma {
96941
97011
  created_by?: StringFieldUpdateOperationsInput | string
96942
97012
  updated_by?: StringFieldUpdateOperationsInput | string
96943
97013
  is_active?: BoolFieldUpdateOperationsInput | boolean
97014
+ name?: NullableStringFieldUpdateOperationsInput | string | null
96944
97015
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
96945
97016
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
96946
97017
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -96960,6 +97031,7 @@ export namespace Prisma {
96960
97031
  created_by?: StringFieldUpdateOperationsInput | string
96961
97032
  updated_by?: StringFieldUpdateOperationsInput | string
96962
97033
  is_active?: BoolFieldUpdateOperationsInput | boolean
97034
+ name?: NullableStringFieldUpdateOperationsInput | string | null
96963
97035
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
96964
97036
  }
96965
97037