@adaptware/eagles-db 0.1.37 → 0.1.38

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/index.d.ts CHANGED
@@ -240,32 +240,6 @@ export const ActivityActorType: {
240
240
  export type ActivityActorType = (typeof ActivityActorType)[keyof typeof ActivityActorType]
241
241
 
242
242
 
243
- export const ActivityActionType: {
244
- ROUND_COMPLETED: 'ROUND_COMPLETED',
245
- STAGE_CHANGED: 'STAGE_CHANGED',
246
- AI_ANALYSIS_REFRESHED: 'AI_ANALYSIS_REFRESHED',
247
- FEEDBACK_ADDED: 'FEEDBACK_ADDED',
248
- NOTE_ADDED: 'NOTE_ADDED',
249
- INTERVIEW_SCHEDULED: 'INTERVIEW_SCHEDULED',
250
- INTERVIEW_COMPLETED: 'INTERVIEW_COMPLETED',
251
- STATUS_UPDATED: 'STATUS_UPDATED',
252
- OTHER: 'OTHER'
253
- };
254
-
255
- export type ActivityActionType = (typeof ActivityActionType)[keyof typeof ActivityActionType]
256
-
257
-
258
- export const ActivitySource: {
259
- SYSTEM_TRIGGER: 'SYSTEM_TRIGGER',
260
- MANUAL_ACTION: 'MANUAL_ACTION',
261
- API: 'API',
262
- SCHEDULER: 'SCHEDULER',
263
- WEBHOOK: 'WEBHOOK'
264
- };
265
-
266
- export type ActivitySource = (typeof ActivitySource)[keyof typeof ActivitySource]
267
-
268
-
269
243
  export const ApplicationStatus: {
270
244
  PENDING: 'PENDING',
271
245
  IN_PROGRESS: 'IN_PROGRESS',
@@ -541,14 +515,6 @@ export type ActivityActorType = $Enums.ActivityActorType
541
515
 
542
516
  export const ActivityActorType: typeof $Enums.ActivityActorType
543
517
 
544
- export type ActivityActionType = $Enums.ActivityActionType
545
-
546
- export const ActivityActionType: typeof $Enums.ActivityActionType
547
-
548
- export type ActivitySource = $Enums.ActivitySource
549
-
550
- export const ActivitySource: typeof $Enums.ActivitySource
551
-
552
518
  export type ApplicationStatus = $Enums.ApplicationStatus
553
519
 
554
520
  export const ApplicationStatus: typeof $Enums.ApplicationStatus
@@ -9287,10 +9253,10 @@ export namespace Prisma {
9287
9253
  candidate_id: string | null
9288
9254
  actor_id: string | null
9289
9255
  actor_type: $Enums.ActivityActorType | null
9290
- action_type: $Enums.ActivityActionType | null
9291
9256
  message: string | null
9292
9257
  timestamp: Date | null
9293
9258
  created_at: Date | null
9259
+ is_active: boolean | null
9294
9260
  }
9295
9261
 
9296
9262
  export type ActivityLogMaxAggregateOutputType = {
@@ -9298,10 +9264,10 @@ export namespace Prisma {
9298
9264
  candidate_id: string | null
9299
9265
  actor_id: string | null
9300
9266
  actor_type: $Enums.ActivityActorType | null
9301
- action_type: $Enums.ActivityActionType | null
9302
9267
  message: string | null
9303
9268
  timestamp: Date | null
9304
9269
  created_at: Date | null
9270
+ is_active: boolean | null
9305
9271
  }
9306
9272
 
9307
9273
  export type ActivityLogCountAggregateOutputType = {
@@ -9309,11 +9275,11 @@ export namespace Prisma {
9309
9275
  candidate_id: number
9310
9276
  actor_id: number
9311
9277
  actor_type: number
9312
- action_type: number
9313
9278
  message: number
9314
9279
  timestamp: number
9315
9280
  metadata: number
9316
9281
  created_at: number
9282
+ is_active: number
9317
9283
  _all: number
9318
9284
  }
9319
9285
 
@@ -9323,10 +9289,10 @@ export namespace Prisma {
9323
9289
  candidate_id?: true
9324
9290
  actor_id?: true
9325
9291
  actor_type?: true
9326
- action_type?: true
9327
9292
  message?: true
9328
9293
  timestamp?: true
9329
9294
  created_at?: true
9295
+ is_active?: true
9330
9296
  }
9331
9297
 
9332
9298
  export type ActivityLogMaxAggregateInputType = {
@@ -9334,10 +9300,10 @@ export namespace Prisma {
9334
9300
  candidate_id?: true
9335
9301
  actor_id?: true
9336
9302
  actor_type?: true
9337
- action_type?: true
9338
9303
  message?: true
9339
9304
  timestamp?: true
9340
9305
  created_at?: true
9306
+ is_active?: true
9341
9307
  }
9342
9308
 
9343
9309
  export type ActivityLogCountAggregateInputType = {
@@ -9345,11 +9311,11 @@ export namespace Prisma {
9345
9311
  candidate_id?: true
9346
9312
  actor_id?: true
9347
9313
  actor_type?: true
9348
- action_type?: true
9349
9314
  message?: true
9350
9315
  timestamp?: true
9351
9316
  metadata?: true
9352
9317
  created_at?: true
9318
+ is_active?: true
9353
9319
  _all?: true
9354
9320
  }
9355
9321
 
@@ -9430,11 +9396,11 @@ export namespace Prisma {
9430
9396
  candidate_id: string
9431
9397
  actor_id: string | null
9432
9398
  actor_type: $Enums.ActivityActorType
9433
- action_type: $Enums.ActivityActionType
9434
9399
  message: string
9435
9400
  timestamp: Date
9436
9401
  metadata: JsonValue | null
9437
9402
  created_at: Date
9403
+ is_active: boolean
9438
9404
  _count: ActivityLogCountAggregateOutputType | null
9439
9405
  _min: ActivityLogMinAggregateOutputType | null
9440
9406
  _max: ActivityLogMaxAggregateOutputType | null
@@ -9459,11 +9425,11 @@ export namespace Prisma {
9459
9425
  candidate_id?: boolean
9460
9426
  actor_id?: boolean
9461
9427
  actor_type?: boolean
9462
- action_type?: boolean
9463
9428
  message?: boolean
9464
9429
  timestamp?: boolean
9465
9430
  metadata?: boolean
9466
9431
  created_at?: boolean
9432
+ is_active?: boolean
9467
9433
  candidate?: boolean | UserDefaultArgs<ExtArgs>
9468
9434
  actor?: boolean | ActivityLog$actorArgs<ExtArgs>
9469
9435
  }, ExtArgs["result"]["activityLog"]>
@@ -9473,11 +9439,11 @@ export namespace Prisma {
9473
9439
  candidate_id?: boolean
9474
9440
  actor_id?: boolean
9475
9441
  actor_type?: boolean
9476
- action_type?: boolean
9477
9442
  message?: boolean
9478
9443
  timestamp?: boolean
9479
9444
  metadata?: boolean
9480
9445
  created_at?: boolean
9446
+ is_active?: boolean
9481
9447
  candidate?: boolean | UserDefaultArgs<ExtArgs>
9482
9448
  actor?: boolean | ActivityLog$actorArgs<ExtArgs>
9483
9449
  }, ExtArgs["result"]["activityLog"]>
@@ -9487,11 +9453,11 @@ export namespace Prisma {
9487
9453
  candidate_id?: boolean
9488
9454
  actor_id?: boolean
9489
9455
  actor_type?: boolean
9490
- action_type?: boolean
9491
9456
  message?: boolean
9492
9457
  timestamp?: boolean
9493
9458
  metadata?: boolean
9494
9459
  created_at?: boolean
9460
+ is_active?: boolean
9495
9461
  candidate?: boolean | UserDefaultArgs<ExtArgs>
9496
9462
  actor?: boolean | ActivityLog$actorArgs<ExtArgs>
9497
9463
  }, ExtArgs["result"]["activityLog"]>
@@ -9501,14 +9467,14 @@ export namespace Prisma {
9501
9467
  candidate_id?: boolean
9502
9468
  actor_id?: boolean
9503
9469
  actor_type?: boolean
9504
- action_type?: boolean
9505
9470
  message?: boolean
9506
9471
  timestamp?: boolean
9507
9472
  metadata?: boolean
9508
9473
  created_at?: boolean
9474
+ is_active?: boolean
9509
9475
  }
9510
9476
 
9511
- export type ActivityLogOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "candidate_id" | "actor_id" | "actor_type" | "action_type" | "message" | "timestamp" | "metadata" | "created_at", ExtArgs["result"]["activityLog"]>
9477
+ export type ActivityLogOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "candidate_id" | "actor_id" | "actor_type" | "message" | "timestamp" | "metadata" | "created_at" | "is_active", ExtArgs["result"]["activityLog"]>
9512
9478
  export type ActivityLogInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
9513
9479
  candidate?: boolean | UserDefaultArgs<ExtArgs>
9514
9480
  actor?: boolean | ActivityLog$actorArgs<ExtArgs>
@@ -9533,11 +9499,11 @@ export namespace Prisma {
9533
9499
  candidate_id: string
9534
9500
  actor_id: string | null
9535
9501
  actor_type: $Enums.ActivityActorType
9536
- action_type: $Enums.ActivityActionType
9537
9502
  message: string
9538
9503
  timestamp: Date
9539
9504
  metadata: Prisma.JsonValue | null
9540
9505
  created_at: Date
9506
+ is_active: boolean
9541
9507
  }, ExtArgs["result"]["activityLog"]>
9542
9508
  composites: {}
9543
9509
  }
@@ -9967,11 +9933,11 @@ export namespace Prisma {
9967
9933
  readonly candidate_id: FieldRef<"ActivityLog", 'String'>
9968
9934
  readonly actor_id: FieldRef<"ActivityLog", 'String'>
9969
9935
  readonly actor_type: FieldRef<"ActivityLog", 'ActivityActorType'>
9970
- readonly action_type: FieldRef<"ActivityLog", 'ActivityActionType'>
9971
9936
  readonly message: FieldRef<"ActivityLog", 'String'>
9972
9937
  readonly timestamp: FieldRef<"ActivityLog", 'DateTime'>
9973
9938
  readonly metadata: FieldRef<"ActivityLog", 'Json'>
9974
9939
  readonly created_at: FieldRef<"ActivityLog", 'DateTime'>
9940
+ readonly is_active: FieldRef<"ActivityLog", 'Boolean'>
9975
9941
  }
9976
9942
 
9977
9943
 
@@ -46247,6 +46213,7 @@ export namespace Prisma {
46247
46213
  created_by: string | null
46248
46214
  updated_by: string | null
46249
46215
  is_active: boolean | null
46216
+ name: string | null
46250
46217
  yearsOfExperience: number | null
46251
46218
  }
46252
46219
 
@@ -46261,6 +46228,7 @@ export namespace Prisma {
46261
46228
  created_by: string | null
46262
46229
  updated_by: string | null
46263
46230
  is_active: boolean | null
46231
+ name: string | null
46264
46232
  yearsOfExperience: number | null
46265
46233
  }
46266
46234
 
@@ -46275,6 +46243,7 @@ export namespace Prisma {
46275
46243
  created_by: number
46276
46244
  updated_by: number
46277
46245
  is_active: number
46246
+ name: number
46278
46247
  yearsOfExperience: number
46279
46248
  _all: number
46280
46249
  }
@@ -46299,6 +46268,7 @@ export namespace Prisma {
46299
46268
  created_by?: true
46300
46269
  updated_by?: true
46301
46270
  is_active?: true
46271
+ name?: true
46302
46272
  yearsOfExperience?: true
46303
46273
  }
46304
46274
 
@@ -46313,6 +46283,7 @@ export namespace Prisma {
46313
46283
  created_by?: true
46314
46284
  updated_by?: true
46315
46285
  is_active?: true
46286
+ name?: true
46316
46287
  yearsOfExperience?: true
46317
46288
  }
46318
46289
 
@@ -46327,6 +46298,7 @@ export namespace Prisma {
46327
46298
  created_by?: true
46328
46299
  updated_by?: true
46329
46300
  is_active?: true
46301
+ name?: true
46330
46302
  yearsOfExperience?: true
46331
46303
  _all?: true
46332
46304
  }
@@ -46428,6 +46400,7 @@ export namespace Prisma {
46428
46400
  created_by: string
46429
46401
  updated_by: string
46430
46402
  is_active: boolean
46403
+ name: string | null
46431
46404
  yearsOfExperience: number | null
46432
46405
  _count: ResumeCountAggregateOutputType | null
46433
46406
  _avg: ResumeAvgAggregateOutputType | null
@@ -46461,6 +46434,7 @@ export namespace Prisma {
46461
46434
  created_by?: boolean
46462
46435
  updated_by?: boolean
46463
46436
  is_active?: boolean
46437
+ name?: boolean
46464
46438
  yearsOfExperience?: boolean
46465
46439
  user?: boolean | Resume$userArgs<ExtArgs>
46466
46440
  organisation?: boolean | Resume$organisationArgs<ExtArgs>
@@ -46485,6 +46459,7 @@ export namespace Prisma {
46485
46459
  created_by?: boolean
46486
46460
  updated_by?: boolean
46487
46461
  is_active?: boolean
46462
+ name?: boolean
46488
46463
  yearsOfExperience?: boolean
46489
46464
  user?: boolean | Resume$userArgs<ExtArgs>
46490
46465
  organisation?: boolean | Resume$organisationArgs<ExtArgs>
@@ -46502,6 +46477,7 @@ export namespace Prisma {
46502
46477
  created_by?: boolean
46503
46478
  updated_by?: boolean
46504
46479
  is_active?: boolean
46480
+ name?: boolean
46505
46481
  yearsOfExperience?: boolean
46506
46482
  user?: boolean | Resume$userArgs<ExtArgs>
46507
46483
  organisation?: boolean | Resume$organisationArgs<ExtArgs>
@@ -46519,10 +46495,11 @@ export namespace Prisma {
46519
46495
  created_by?: boolean
46520
46496
  updated_by?: boolean
46521
46497
  is_active?: boolean
46498
+ name?: boolean
46522
46499
  yearsOfExperience?: boolean
46523
46500
  }
46524
46501
 
46525
- 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"]>
46502
+ 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"]>
46526
46503
  export type ResumeInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
46527
46504
  user?: boolean | Resume$userArgs<ExtArgs>
46528
46505
  organisation?: boolean | Resume$organisationArgs<ExtArgs>
@@ -46570,6 +46547,7 @@ export namespace Prisma {
46570
46547
  created_by: string
46571
46548
  updated_by: string
46572
46549
  is_active: boolean
46550
+ name: string | null
46573
46551
  yearsOfExperience: number | null
46574
46552
  }, ExtArgs["result"]["resume"]>
46575
46553
  composites: {}
@@ -47013,6 +46991,7 @@ export namespace Prisma {
47013
46991
  readonly created_by: FieldRef<"Resume", 'String'>
47014
46992
  readonly updated_by: FieldRef<"Resume", 'String'>
47015
46993
  readonly is_active: FieldRef<"Resume", 'Boolean'>
46994
+ readonly name: FieldRef<"Resume", 'String'>
47016
46995
  readonly yearsOfExperience: FieldRef<"Resume", 'Int'>
47017
46996
  }
47018
46997
 
@@ -54571,11 +54550,11 @@ export namespace Prisma {
54571
54550
  candidate_id: 'candidate_id',
54572
54551
  actor_id: 'actor_id',
54573
54552
  actor_type: 'actor_type',
54574
- action_type: 'action_type',
54575
54553
  message: 'message',
54576
54554
  timestamp: 'timestamp',
54577
54555
  metadata: 'metadata',
54578
- created_at: 'created_at'
54556
+ created_at: 'created_at',
54557
+ is_active: 'is_active'
54579
54558
  };
54580
54559
 
54581
54560
  export type ActivityLogScalarFieldEnum = (typeof ActivityLogScalarFieldEnum)[keyof typeof ActivityLogScalarFieldEnum]
@@ -55168,6 +55147,7 @@ export namespace Prisma {
55168
55147
  created_by: 'created_by',
55169
55148
  updated_by: 'updated_by',
55170
55149
  is_active: 'is_active',
55150
+ name: 'name',
55171
55151
  yearsOfExperience: 'yearsOfExperience'
55172
55152
  };
55173
55153
 
@@ -55426,20 +55406,6 @@ export namespace Prisma {
55426
55406
 
55427
55407
 
55428
55408
 
55429
- /**
55430
- * Reference to a field of type 'ActivityActionType'
55431
- */
55432
- export type EnumActivityActionTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ActivityActionType'>
55433
-
55434
-
55435
-
55436
- /**
55437
- * Reference to a field of type 'ActivityActionType[]'
55438
- */
55439
- export type ListEnumActivityActionTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ActivityActionType[]'>
55440
-
55441
-
55442
-
55443
55409
  /**
55444
55410
  * Reference to a field of type 'Json'
55445
55411
  */
@@ -56100,11 +56066,11 @@ export namespace Prisma {
56100
56066
  candidate_id?: StringFilter<"ActivityLog"> | string
56101
56067
  actor_id?: StringNullableFilter<"ActivityLog"> | string | null
56102
56068
  actor_type?: EnumActivityActorTypeFilter<"ActivityLog"> | $Enums.ActivityActorType
56103
- action_type?: EnumActivityActionTypeFilter<"ActivityLog"> | $Enums.ActivityActionType
56104
56069
  message?: StringFilter<"ActivityLog"> | string
56105
56070
  timestamp?: DateTimeFilter<"ActivityLog"> | Date | string
56106
56071
  metadata?: JsonNullableFilter<"ActivityLog">
56107
56072
  created_at?: DateTimeFilter<"ActivityLog"> | Date | string
56073
+ is_active?: BoolFilter<"ActivityLog"> | boolean
56108
56074
  candidate?: XOR<UserScalarRelationFilter, UserWhereInput>
56109
56075
  actor?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
56110
56076
  }
@@ -56114,11 +56080,11 @@ export namespace Prisma {
56114
56080
  candidate_id?: SortOrder
56115
56081
  actor_id?: SortOrderInput | SortOrder
56116
56082
  actor_type?: SortOrder
56117
- action_type?: SortOrder
56118
56083
  message?: SortOrder
56119
56084
  timestamp?: SortOrder
56120
56085
  metadata?: SortOrderInput | SortOrder
56121
56086
  created_at?: SortOrder
56087
+ is_active?: SortOrder
56122
56088
  candidate?: UserOrderByWithRelationInput
56123
56089
  actor?: UserOrderByWithRelationInput
56124
56090
  }
@@ -56131,11 +56097,11 @@ export namespace Prisma {
56131
56097
  candidate_id?: StringFilter<"ActivityLog"> | string
56132
56098
  actor_id?: StringNullableFilter<"ActivityLog"> | string | null
56133
56099
  actor_type?: EnumActivityActorTypeFilter<"ActivityLog"> | $Enums.ActivityActorType
56134
- action_type?: EnumActivityActionTypeFilter<"ActivityLog"> | $Enums.ActivityActionType
56135
56100
  message?: StringFilter<"ActivityLog"> | string
56136
56101
  timestamp?: DateTimeFilter<"ActivityLog"> | Date | string
56137
56102
  metadata?: JsonNullableFilter<"ActivityLog">
56138
56103
  created_at?: DateTimeFilter<"ActivityLog"> | Date | string
56104
+ is_active?: BoolFilter<"ActivityLog"> | boolean
56139
56105
  candidate?: XOR<UserScalarRelationFilter, UserWhereInput>
56140
56106
  actor?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
56141
56107
  }, "id">
@@ -56145,11 +56111,11 @@ export namespace Prisma {
56145
56111
  candidate_id?: SortOrder
56146
56112
  actor_id?: SortOrderInput | SortOrder
56147
56113
  actor_type?: SortOrder
56148
- action_type?: SortOrder
56149
56114
  message?: SortOrder
56150
56115
  timestamp?: SortOrder
56151
56116
  metadata?: SortOrderInput | SortOrder
56152
56117
  created_at?: SortOrder
56118
+ is_active?: SortOrder
56153
56119
  _count?: ActivityLogCountOrderByAggregateInput
56154
56120
  _max?: ActivityLogMaxOrderByAggregateInput
56155
56121
  _min?: ActivityLogMinOrderByAggregateInput
@@ -56163,11 +56129,11 @@ export namespace Prisma {
56163
56129
  candidate_id?: StringWithAggregatesFilter<"ActivityLog"> | string
56164
56130
  actor_id?: StringNullableWithAggregatesFilter<"ActivityLog"> | string | null
56165
56131
  actor_type?: EnumActivityActorTypeWithAggregatesFilter<"ActivityLog"> | $Enums.ActivityActorType
56166
- action_type?: EnumActivityActionTypeWithAggregatesFilter<"ActivityLog"> | $Enums.ActivityActionType
56167
56132
  message?: StringWithAggregatesFilter<"ActivityLog"> | string
56168
56133
  timestamp?: DateTimeWithAggregatesFilter<"ActivityLog"> | Date | string
56169
56134
  metadata?: JsonNullableWithAggregatesFilter<"ActivityLog">
56170
56135
  created_at?: DateTimeWithAggregatesFilter<"ActivityLog"> | Date | string
56136
+ is_active?: BoolWithAggregatesFilter<"ActivityLog"> | boolean
56171
56137
  }
56172
56138
 
56173
56139
  export type ApplicationWhereInput = {
@@ -59379,6 +59345,7 @@ export namespace Prisma {
59379
59345
  created_by?: StringFilter<"Resume"> | string
59380
59346
  updated_by?: StringFilter<"Resume"> | string
59381
59347
  is_active?: BoolFilter<"Resume"> | boolean
59348
+ name?: StringNullableFilter<"Resume"> | string | null
59382
59349
  yearsOfExperience?: IntNullableFilter<"Resume"> | number | null
59383
59350
  user?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
59384
59351
  organisation?: XOR<OrganisationNullableScalarRelationFilter, OrganisationWhereInput> | null
@@ -59402,6 +59369,7 @@ export namespace Prisma {
59402
59369
  created_by?: SortOrder
59403
59370
  updated_by?: SortOrder
59404
59371
  is_active?: SortOrder
59372
+ name?: SortOrderInput | SortOrder
59405
59373
  yearsOfExperience?: SortOrderInput | SortOrder
59406
59374
  user?: UserOrderByWithRelationInput
59407
59375
  organisation?: OrganisationOrderByWithRelationInput
@@ -59428,6 +59396,7 @@ export namespace Prisma {
59428
59396
  created_by?: StringFilter<"Resume"> | string
59429
59397
  updated_by?: StringFilter<"Resume"> | string
59430
59398
  is_active?: BoolFilter<"Resume"> | boolean
59399
+ name?: StringNullableFilter<"Resume"> | string | null
59431
59400
  yearsOfExperience?: IntNullableFilter<"Resume"> | number | null
59432
59401
  user?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null
59433
59402
  organisation?: XOR<OrganisationNullableScalarRelationFilter, OrganisationWhereInput> | null
@@ -59451,6 +59420,7 @@ export namespace Prisma {
59451
59420
  created_by?: SortOrder
59452
59421
  updated_by?: SortOrder
59453
59422
  is_active?: SortOrder
59423
+ name?: SortOrderInput | SortOrder
59454
59424
  yearsOfExperience?: SortOrderInput | SortOrder
59455
59425
  _count?: ResumeCountOrderByAggregateInput
59456
59426
  _avg?: ResumeAvgOrderByAggregateInput
@@ -59473,6 +59443,7 @@ export namespace Prisma {
59473
59443
  created_by?: StringWithAggregatesFilter<"Resume"> | string
59474
59444
  updated_by?: StringWithAggregatesFilter<"Resume"> | string
59475
59445
  is_active?: BoolWithAggregatesFilter<"Resume"> | boolean
59446
+ name?: StringNullableWithAggregatesFilter<"Resume"> | string | null
59476
59447
  yearsOfExperience?: IntNullableWithAggregatesFilter<"Resume"> | number | null
59477
59448
  }
59478
59449
 
@@ -60412,12 +60383,12 @@ export namespace Prisma {
60412
60383
 
60413
60384
  export type ActivityLogCreateInput = {
60414
60385
  id?: string
60415
- actor_type: $Enums.ActivityActorType
60416
- action_type: $Enums.ActivityActionType
60386
+ actor_type?: $Enums.ActivityActorType
60417
60387
  message: string
60418
60388
  timestamp?: Date | string
60419
60389
  metadata?: NullableJsonNullValueInput | InputJsonValue
60420
60390
  created_at?: Date | string
60391
+ is_active?: boolean
60421
60392
  candidate: UserCreateNestedOneWithoutCandidate_activity_logsInput
60422
60393
  actor?: UserCreateNestedOneWithoutActor_activity_logsInput
60423
60394
  }
@@ -60426,22 +60397,22 @@ export namespace Prisma {
60426
60397
  id?: string
60427
60398
  candidate_id: string
60428
60399
  actor_id?: string | null
60429
- actor_type: $Enums.ActivityActorType
60430
- action_type: $Enums.ActivityActionType
60400
+ actor_type?: $Enums.ActivityActorType
60431
60401
  message: string
60432
60402
  timestamp?: Date | string
60433
60403
  metadata?: NullableJsonNullValueInput | InputJsonValue
60434
60404
  created_at?: Date | string
60405
+ is_active?: boolean
60435
60406
  }
60436
60407
 
60437
60408
  export type ActivityLogUpdateInput = {
60438
60409
  id?: StringFieldUpdateOperationsInput | string
60439
60410
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
60440
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
60441
60411
  message?: StringFieldUpdateOperationsInput | string
60442
60412
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
60443
60413
  metadata?: NullableJsonNullValueInput | InputJsonValue
60444
60414
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
60415
+ is_active?: BoolFieldUpdateOperationsInput | boolean
60445
60416
  candidate?: UserUpdateOneRequiredWithoutCandidate_activity_logsNestedInput
60446
60417
  actor?: UserUpdateOneWithoutActor_activity_logsNestedInput
60447
60418
  }
@@ -60451,33 +60422,33 @@ export namespace Prisma {
60451
60422
  candidate_id?: StringFieldUpdateOperationsInput | string
60452
60423
  actor_id?: NullableStringFieldUpdateOperationsInput | string | null
60453
60424
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
60454
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
60455
60425
  message?: StringFieldUpdateOperationsInput | string
60456
60426
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
60457
60427
  metadata?: NullableJsonNullValueInput | InputJsonValue
60458
60428
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
60429
+ is_active?: BoolFieldUpdateOperationsInput | boolean
60459
60430
  }
60460
60431
 
60461
60432
  export type ActivityLogCreateManyInput = {
60462
60433
  id?: string
60463
60434
  candidate_id: string
60464
60435
  actor_id?: string | null
60465
- actor_type: $Enums.ActivityActorType
60466
- action_type: $Enums.ActivityActionType
60436
+ actor_type?: $Enums.ActivityActorType
60467
60437
  message: string
60468
60438
  timestamp?: Date | string
60469
60439
  metadata?: NullableJsonNullValueInput | InputJsonValue
60470
60440
  created_at?: Date | string
60441
+ is_active?: boolean
60471
60442
  }
60472
60443
 
60473
60444
  export type ActivityLogUpdateManyMutationInput = {
60474
60445
  id?: StringFieldUpdateOperationsInput | string
60475
60446
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
60476
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
60477
60447
  message?: StringFieldUpdateOperationsInput | string
60478
60448
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
60479
60449
  metadata?: NullableJsonNullValueInput | InputJsonValue
60480
60450
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
60451
+ is_active?: BoolFieldUpdateOperationsInput | boolean
60481
60452
  }
60482
60453
 
60483
60454
  export type ActivityLogUncheckedUpdateManyInput = {
@@ -60485,11 +60456,11 @@ export namespace Prisma {
60485
60456
  candidate_id?: StringFieldUpdateOperationsInput | string
60486
60457
  actor_id?: NullableStringFieldUpdateOperationsInput | string | null
60487
60458
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
60488
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
60489
60459
  message?: StringFieldUpdateOperationsInput | string
60490
60460
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
60491
60461
  metadata?: NullableJsonNullValueInput | InputJsonValue
60492
60462
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
60463
+ is_active?: BoolFieldUpdateOperationsInput | boolean
60493
60464
  }
60494
60465
 
60495
60466
  export type ApplicationCreateInput = {
@@ -64110,6 +64081,7 @@ export namespace Prisma {
64110
64081
  created_by: string
64111
64082
  updated_by: string
64112
64083
  is_active?: boolean
64084
+ name?: string | null
64113
64085
  yearsOfExperience?: number | null
64114
64086
  user?: UserCreateNestedOneWithoutResumeInput
64115
64087
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -64133,6 +64105,7 @@ export namespace Prisma {
64133
64105
  created_by: string
64134
64106
  updated_by: string
64135
64107
  is_active?: boolean
64108
+ name?: string | null
64136
64109
  yearsOfExperience?: number | null
64137
64110
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
64138
64111
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -64150,6 +64123,7 @@ export namespace Prisma {
64150
64123
  created_by?: StringFieldUpdateOperationsInput | string
64151
64124
  updated_by?: StringFieldUpdateOperationsInput | string
64152
64125
  is_active?: BoolFieldUpdateOperationsInput | boolean
64126
+ name?: NullableStringFieldUpdateOperationsInput | string | null
64153
64127
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
64154
64128
  user?: UserUpdateOneWithoutResumeNestedInput
64155
64129
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -64173,6 +64147,7 @@ export namespace Prisma {
64173
64147
  created_by?: StringFieldUpdateOperationsInput | string
64174
64148
  updated_by?: StringFieldUpdateOperationsInput | string
64175
64149
  is_active?: BoolFieldUpdateOperationsInput | boolean
64150
+ name?: NullableStringFieldUpdateOperationsInput | string | null
64176
64151
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
64177
64152
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
64178
64153
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -64193,6 +64168,7 @@ export namespace Prisma {
64193
64168
  created_by: string
64194
64169
  updated_by: string
64195
64170
  is_active?: boolean
64171
+ name?: string | null
64196
64172
  yearsOfExperience?: number | null
64197
64173
  }
64198
64174
 
@@ -64204,6 +64180,7 @@ export namespace Prisma {
64204
64180
  created_by?: StringFieldUpdateOperationsInput | string
64205
64181
  updated_by?: StringFieldUpdateOperationsInput | string
64206
64182
  is_active?: BoolFieldUpdateOperationsInput | boolean
64183
+ name?: NullableStringFieldUpdateOperationsInput | string | null
64207
64184
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
64208
64185
  }
64209
64186
 
@@ -64218,6 +64195,7 @@ export namespace Prisma {
64218
64195
  created_by?: StringFieldUpdateOperationsInput | string
64219
64196
  updated_by?: StringFieldUpdateOperationsInput | string
64220
64197
  is_active?: BoolFieldUpdateOperationsInput | boolean
64198
+ name?: NullableStringFieldUpdateOperationsInput | string | null
64221
64199
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
64222
64200
  }
64223
64201
 
@@ -65344,13 +65322,6 @@ export namespace Prisma {
65344
65322
  notIn?: $Enums.ActivityActorType[] | ListEnumActivityActorTypeFieldRefInput<$PrismaModel>
65345
65323
  not?: NestedEnumActivityActorTypeFilter<$PrismaModel> | $Enums.ActivityActorType
65346
65324
  }
65347
-
65348
- export type EnumActivityActionTypeFilter<$PrismaModel = never> = {
65349
- equals?: $Enums.ActivityActionType | EnumActivityActionTypeFieldRefInput<$PrismaModel>
65350
- in?: $Enums.ActivityActionType[] | ListEnumActivityActionTypeFieldRefInput<$PrismaModel>
65351
- notIn?: $Enums.ActivityActionType[] | ListEnumActivityActionTypeFieldRefInput<$PrismaModel>
65352
- not?: NestedEnumActivityActionTypeFilter<$PrismaModel> | $Enums.ActivityActionType
65353
- }
65354
65325
  export type JsonNullableFilter<$PrismaModel = never> =
65355
65326
  | PatchUndefined<
65356
65327
  Either<Required<JsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>,
@@ -65385,11 +65356,11 @@ export namespace Prisma {
65385
65356
  candidate_id?: SortOrder
65386
65357
  actor_id?: SortOrder
65387
65358
  actor_type?: SortOrder
65388
- action_type?: SortOrder
65389
65359
  message?: SortOrder
65390
65360
  timestamp?: SortOrder
65391
65361
  metadata?: SortOrder
65392
65362
  created_at?: SortOrder
65363
+ is_active?: SortOrder
65393
65364
  }
65394
65365
 
65395
65366
  export type ActivityLogMaxOrderByAggregateInput = {
@@ -65397,10 +65368,10 @@ export namespace Prisma {
65397
65368
  candidate_id?: SortOrder
65398
65369
  actor_id?: SortOrder
65399
65370
  actor_type?: SortOrder
65400
- action_type?: SortOrder
65401
65371
  message?: SortOrder
65402
65372
  timestamp?: SortOrder
65403
65373
  created_at?: SortOrder
65374
+ is_active?: SortOrder
65404
65375
  }
65405
65376
 
65406
65377
  export type ActivityLogMinOrderByAggregateInput = {
@@ -65408,10 +65379,10 @@ export namespace Prisma {
65408
65379
  candidate_id?: SortOrder
65409
65380
  actor_id?: SortOrder
65410
65381
  actor_type?: SortOrder
65411
- action_type?: SortOrder
65412
65382
  message?: SortOrder
65413
65383
  timestamp?: SortOrder
65414
65384
  created_at?: SortOrder
65385
+ is_active?: SortOrder
65415
65386
  }
65416
65387
 
65417
65388
  export type EnumActivityActorTypeWithAggregatesFilter<$PrismaModel = never> = {
@@ -65423,16 +65394,6 @@ export namespace Prisma {
65423
65394
  _min?: NestedEnumActivityActorTypeFilter<$PrismaModel>
65424
65395
  _max?: NestedEnumActivityActorTypeFilter<$PrismaModel>
65425
65396
  }
65426
-
65427
- export type EnumActivityActionTypeWithAggregatesFilter<$PrismaModel = never> = {
65428
- equals?: $Enums.ActivityActionType | EnumActivityActionTypeFieldRefInput<$PrismaModel>
65429
- in?: $Enums.ActivityActionType[] | ListEnumActivityActionTypeFieldRefInput<$PrismaModel>
65430
- notIn?: $Enums.ActivityActionType[] | ListEnumActivityActionTypeFieldRefInput<$PrismaModel>
65431
- not?: NestedEnumActivityActionTypeWithAggregatesFilter<$PrismaModel> | $Enums.ActivityActionType
65432
- _count?: NestedIntFilter<$PrismaModel>
65433
- _min?: NestedEnumActivityActionTypeFilter<$PrismaModel>
65434
- _max?: NestedEnumActivityActionTypeFilter<$PrismaModel>
65435
- }
65436
65397
  export type JsonNullableWithAggregatesFilter<$PrismaModel = never> =
65437
65398
  | PatchUndefined<
65438
65399
  Either<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
@@ -68028,6 +67989,7 @@ export namespace Prisma {
68028
67989
  created_by?: SortOrder
68029
67990
  updated_by?: SortOrder
68030
67991
  is_active?: SortOrder
67992
+ name?: SortOrder
68031
67993
  yearsOfExperience?: SortOrder
68032
67994
  }
68033
67995
 
@@ -68046,6 +68008,7 @@ export namespace Prisma {
68046
68008
  created_by?: SortOrder
68047
68009
  updated_by?: SortOrder
68048
68010
  is_active?: SortOrder
68011
+ name?: SortOrder
68049
68012
  yearsOfExperience?: SortOrder
68050
68013
  }
68051
68014
 
@@ -68060,6 +68023,7 @@ export namespace Prisma {
68060
68023
  created_by?: SortOrder
68061
68024
  updated_by?: SortOrder
68062
68025
  is_active?: SortOrder
68026
+ name?: SortOrder
68063
68027
  yearsOfExperience?: SortOrder
68064
68028
  }
68065
68029
 
@@ -68614,10 +68578,6 @@ export namespace Prisma {
68614
68578
  set?: $Enums.ActivityActorType
68615
68579
  }
68616
68580
 
68617
- export type EnumActivityActionTypeFieldUpdateOperationsInput = {
68618
- set?: $Enums.ActivityActionType
68619
- }
68620
-
68621
68581
  export type UserUpdateOneRequiredWithoutCandidate_activity_logsNestedInput = {
68622
68582
  create?: XOR<UserCreateWithoutCandidate_activity_logsInput, UserUncheckedCreateWithoutCandidate_activity_logsInput>
68623
68583
  connectOrCreate?: UserCreateOrConnectWithoutCandidate_activity_logsInput
@@ -73853,13 +73813,6 @@ export namespace Prisma {
73853
73813
  not?: NestedEnumActivityActorTypeFilter<$PrismaModel> | $Enums.ActivityActorType
73854
73814
  }
73855
73815
 
73856
- export type NestedEnumActivityActionTypeFilter<$PrismaModel = never> = {
73857
- equals?: $Enums.ActivityActionType | EnumActivityActionTypeFieldRefInput<$PrismaModel>
73858
- in?: $Enums.ActivityActionType[] | ListEnumActivityActionTypeFieldRefInput<$PrismaModel>
73859
- notIn?: $Enums.ActivityActionType[] | ListEnumActivityActionTypeFieldRefInput<$PrismaModel>
73860
- not?: NestedEnumActivityActionTypeFilter<$PrismaModel> | $Enums.ActivityActionType
73861
- }
73862
-
73863
73816
  export type NestedEnumActivityActorTypeWithAggregatesFilter<$PrismaModel = never> = {
73864
73817
  equals?: $Enums.ActivityActorType | EnumActivityActorTypeFieldRefInput<$PrismaModel>
73865
73818
  in?: $Enums.ActivityActorType[] | ListEnumActivityActorTypeFieldRefInput<$PrismaModel>
@@ -73869,16 +73822,6 @@ export namespace Prisma {
73869
73822
  _min?: NestedEnumActivityActorTypeFilter<$PrismaModel>
73870
73823
  _max?: NestedEnumActivityActorTypeFilter<$PrismaModel>
73871
73824
  }
73872
-
73873
- export type NestedEnumActivityActionTypeWithAggregatesFilter<$PrismaModel = never> = {
73874
- equals?: $Enums.ActivityActionType | EnumActivityActionTypeFieldRefInput<$PrismaModel>
73875
- in?: $Enums.ActivityActionType[] | ListEnumActivityActionTypeFieldRefInput<$PrismaModel>
73876
- notIn?: $Enums.ActivityActionType[] | ListEnumActivityActionTypeFieldRefInput<$PrismaModel>
73877
- not?: NestedEnumActivityActionTypeWithAggregatesFilter<$PrismaModel> | $Enums.ActivityActionType
73878
- _count?: NestedIntFilter<$PrismaModel>
73879
- _min?: NestedEnumActivityActionTypeFilter<$PrismaModel>
73880
- _max?: NestedEnumActivityActionTypeFilter<$PrismaModel>
73881
- }
73882
73825
  export type NestedJsonNullableFilter<$PrismaModel = never> =
73883
73826
  | PatchUndefined<
73884
73827
  Either<Required<NestedJsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>,
@@ -76417,6 +76360,7 @@ export namespace Prisma {
76417
76360
  created_by: string
76418
76361
  updated_by: string
76419
76362
  is_active?: boolean
76363
+ name?: string | null
76420
76364
  yearsOfExperience?: number | null
76421
76365
  user?: UserCreateNestedOneWithoutResumeInput
76422
76366
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -76439,6 +76383,7 @@ export namespace Prisma {
76439
76383
  created_by: string
76440
76384
  updated_by: string
76441
76385
  is_active?: boolean
76386
+ name?: string | null
76442
76387
  yearsOfExperience?: number | null
76443
76388
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
76444
76389
  ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutResumeInput
@@ -77032,6 +76977,7 @@ export namespace Prisma {
77032
76977
  created_by?: StringFieldUpdateOperationsInput | string
77033
76978
  updated_by?: StringFieldUpdateOperationsInput | string
77034
76979
  is_active?: BoolFieldUpdateOperationsInput | boolean
76980
+ name?: NullableStringFieldUpdateOperationsInput | string | null
77035
76981
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
77036
76982
  user?: UserUpdateOneWithoutResumeNestedInput
77037
76983
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -77054,6 +77000,7 @@ export namespace Prisma {
77054
77000
  created_by?: StringFieldUpdateOperationsInput | string
77055
77001
  updated_by?: StringFieldUpdateOperationsInput | string
77056
77002
  is_active?: BoolFieldUpdateOperationsInput | boolean
77003
+ name?: NullableStringFieldUpdateOperationsInput | string | null
77057
77004
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
77058
77005
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
77059
77006
  ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutResumeNestedInput
@@ -80406,6 +80353,7 @@ export namespace Prisma {
80406
80353
  created_by: string
80407
80354
  updated_by: string
80408
80355
  is_active?: boolean
80356
+ name?: string | null
80409
80357
  yearsOfExperience?: number | null
80410
80358
  user?: UserCreateNestedOneWithoutResumeInput
80411
80359
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -80428,6 +80376,7 @@ export namespace Prisma {
80428
80376
  created_by: string
80429
80377
  updated_by: string
80430
80378
  is_active?: boolean
80379
+ name?: string | null
80431
80380
  yearsOfExperience?: number | null
80432
80381
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
80433
80382
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -80587,6 +80536,7 @@ export namespace Prisma {
80587
80536
  created_by?: StringFieldUpdateOperationsInput | string
80588
80537
  updated_by?: StringFieldUpdateOperationsInput | string
80589
80538
  is_active?: BoolFieldUpdateOperationsInput | boolean
80539
+ name?: NullableStringFieldUpdateOperationsInput | string | null
80590
80540
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
80591
80541
  user?: UserUpdateOneWithoutResumeNestedInput
80592
80542
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -80609,6 +80559,7 @@ export namespace Prisma {
80609
80559
  created_by?: StringFieldUpdateOperationsInput | string
80610
80560
  updated_by?: StringFieldUpdateOperationsInput | string
80611
80561
  is_active?: BoolFieldUpdateOperationsInput | boolean
80562
+ name?: NullableStringFieldUpdateOperationsInput | string | null
80612
80563
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
80613
80564
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
80614
80565
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -81694,6 +81645,7 @@ export namespace Prisma {
81694
81645
  created_by: string
81695
81646
  updated_by: string
81696
81647
  is_active?: boolean
81648
+ name?: string | null
81697
81649
  yearsOfExperience?: number | null
81698
81650
  user?: UserCreateNestedOneWithoutResumeInput
81699
81651
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -81716,6 +81668,7 @@ export namespace Prisma {
81716
81668
  created_by: string
81717
81669
  updated_by: string
81718
81670
  is_active?: boolean
81671
+ name?: string | null
81719
81672
  yearsOfExperience?: number | null
81720
81673
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
81721
81674
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -82066,6 +82019,7 @@ export namespace Prisma {
82066
82019
  created_by?: StringFieldUpdateOperationsInput | string
82067
82020
  updated_by?: StringFieldUpdateOperationsInput | string
82068
82021
  is_active?: BoolFieldUpdateOperationsInput | boolean
82022
+ name?: NullableStringFieldUpdateOperationsInput | string | null
82069
82023
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
82070
82024
  user?: UserUpdateOneWithoutResumeNestedInput
82071
82025
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -82088,6 +82042,7 @@ export namespace Prisma {
82088
82042
  created_by?: StringFieldUpdateOperationsInput | string
82089
82043
  updated_by?: StringFieldUpdateOperationsInput | string
82090
82044
  is_active?: BoolFieldUpdateOperationsInput | boolean
82045
+ name?: NullableStringFieldUpdateOperationsInput | string | null
82091
82046
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
82092
82047
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
82093
82048
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -83167,6 +83122,7 @@ export namespace Prisma {
83167
83122
  created_by: string
83168
83123
  updated_by: string
83169
83124
  is_active?: boolean
83125
+ name?: string | null
83170
83126
  yearsOfExperience?: number | null
83171
83127
  user?: UserCreateNestedOneWithoutResumeInput
83172
83128
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -83189,6 +83145,7 @@ export namespace Prisma {
83189
83145
  created_by: string
83190
83146
  updated_by: string
83191
83147
  is_active?: boolean
83148
+ name?: string | null
83192
83149
  yearsOfExperience?: number | null
83193
83150
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
83194
83151
  ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutResumeInput
@@ -84026,6 +83983,7 @@ export namespace Prisma {
84026
83983
  created_by?: StringFieldUpdateOperationsInput | string
84027
83984
  updated_by?: StringFieldUpdateOperationsInput | string
84028
83985
  is_active?: BoolFieldUpdateOperationsInput | boolean
83986
+ name?: NullableStringFieldUpdateOperationsInput | string | null
84029
83987
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
84030
83988
  user?: UserUpdateOneWithoutResumeNestedInput
84031
83989
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -84048,6 +84006,7 @@ export namespace Prisma {
84048
84006
  created_by?: StringFieldUpdateOperationsInput | string
84049
84007
  updated_by?: StringFieldUpdateOperationsInput | string
84050
84008
  is_active?: BoolFieldUpdateOperationsInput | boolean
84009
+ name?: NullableStringFieldUpdateOperationsInput | string | null
84051
84010
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
84052
84011
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
84053
84012
  ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutResumeNestedInput
@@ -85253,6 +85212,7 @@ export namespace Prisma {
85253
85212
  created_by: string
85254
85213
  updated_by: string
85255
85214
  is_active?: boolean
85215
+ name?: string | null
85256
85216
  yearsOfExperience?: number | null
85257
85217
  user?: UserCreateNestedOneWithoutResumeInput
85258
85218
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -85274,6 +85234,7 @@ export namespace Prisma {
85274
85234
  created_by: string
85275
85235
  updated_by: string
85276
85236
  is_active?: boolean
85237
+ name?: string | null
85277
85238
  yearsOfExperience?: number | null
85278
85239
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
85279
85240
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -85946,6 +85907,7 @@ export namespace Prisma {
85946
85907
  created_by?: StringFilter<"Resume"> | string
85947
85908
  updated_by?: StringFilter<"Resume"> | string
85948
85909
  is_active?: BoolFilter<"Resume"> | boolean
85910
+ name?: StringNullableFilter<"Resume"> | string | null
85949
85911
  yearsOfExperience?: IntNullableFilter<"Resume"> | number | null
85950
85912
  }
85951
85913
 
@@ -87042,6 +87004,7 @@ export namespace Prisma {
87042
87004
  created_by: string
87043
87005
  updated_by: string
87044
87006
  is_active?: boolean
87007
+ name?: string | null
87045
87008
  yearsOfExperience?: number | null
87046
87009
  user?: UserCreateNestedOneWithoutResumeInput
87047
87010
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -87064,6 +87027,7 @@ export namespace Prisma {
87064
87027
  created_by: string
87065
87028
  updated_by: string
87066
87029
  is_active?: boolean
87030
+ name?: string | null
87067
87031
  yearsOfExperience?: number | null
87068
87032
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
87069
87033
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -87554,6 +87518,7 @@ export namespace Prisma {
87554
87518
  created_by?: StringFieldUpdateOperationsInput | string
87555
87519
  updated_by?: StringFieldUpdateOperationsInput | string
87556
87520
  is_active?: BoolFieldUpdateOperationsInput | boolean
87521
+ name?: NullableStringFieldUpdateOperationsInput | string | null
87557
87522
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
87558
87523
  user?: UserUpdateOneWithoutResumeNestedInput
87559
87524
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -87576,6 +87541,7 @@ export namespace Prisma {
87576
87541
  created_by?: StringFieldUpdateOperationsInput | string
87577
87542
  updated_by?: StringFieldUpdateOperationsInput | string
87578
87543
  is_active?: BoolFieldUpdateOperationsInput | boolean
87544
+ name?: NullableStringFieldUpdateOperationsInput | string | null
87579
87545
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
87580
87546
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
87581
87547
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -88383,6 +88349,7 @@ export namespace Prisma {
88383
88349
  created_by: string
88384
88350
  updated_by: string
88385
88351
  is_active?: boolean
88352
+ name?: string | null
88386
88353
  yearsOfExperience?: number | null
88387
88354
  user?: UserCreateNestedOneWithoutResumeInput
88388
88355
  job_description?: JobDescriptionCreateNestedOneWithoutResumesInput
@@ -88404,6 +88371,7 @@ export namespace Prisma {
88404
88371
  created_by: string
88405
88372
  updated_by: string
88406
88373
  is_active?: boolean
88374
+ name?: string | null
88407
88375
  yearsOfExperience?: number | null
88408
88376
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
88409
88377
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -91815,6 +91783,7 @@ export namespace Prisma {
91815
91783
  created_by: string
91816
91784
  updated_by: string
91817
91785
  is_active?: boolean
91786
+ name?: string | null
91818
91787
  yearsOfExperience?: number | null
91819
91788
  user?: UserCreateNestedOneWithoutResumeInput
91820
91789
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
@@ -91837,6 +91806,7 @@ export namespace Prisma {
91837
91806
  created_by: string
91838
91807
  updated_by: string
91839
91808
  is_active?: boolean
91809
+ name?: string | null
91840
91810
  yearsOfExperience?: number | null
91841
91811
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
91842
91812
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -91869,6 +91839,7 @@ export namespace Prisma {
91869
91839
  created_by?: StringFieldUpdateOperationsInput | string
91870
91840
  updated_by?: StringFieldUpdateOperationsInput | string
91871
91841
  is_active?: BoolFieldUpdateOperationsInput | boolean
91842
+ name?: NullableStringFieldUpdateOperationsInput | string | null
91872
91843
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
91873
91844
  user?: UserUpdateOneWithoutResumeNestedInput
91874
91845
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -91891,6 +91862,7 @@ export namespace Prisma {
91891
91862
  created_by?: StringFieldUpdateOperationsInput | string
91892
91863
  updated_by?: StringFieldUpdateOperationsInput | string
91893
91864
  is_active?: BoolFieldUpdateOperationsInput | boolean
91865
+ name?: NullableStringFieldUpdateOperationsInput | string | null
91894
91866
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
91895
91867
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
91896
91868
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -92880,6 +92852,7 @@ export namespace Prisma {
92880
92852
  created_by: string
92881
92853
  updated_by: string
92882
92854
  is_active?: boolean
92855
+ name?: string | null
92883
92856
  yearsOfExperience?: number | null
92884
92857
  organisation?: OrganisationCreateNestedOneWithoutResumesInput
92885
92858
  job_description?: JobDescriptionCreateNestedOneWithoutResumesInput
@@ -92901,6 +92874,7 @@ export namespace Prisma {
92901
92874
  created_by: string
92902
92875
  updated_by: string
92903
92876
  is_active?: boolean
92877
+ name?: string | null
92904
92878
  yearsOfExperience?: number | null
92905
92879
  applications?: ApplicationUncheckedCreateNestedManyWithoutResumeInput
92906
92880
  interviews?: InterviewUncheckedCreateNestedManyWithoutResumeInput
@@ -93738,24 +93712,24 @@ export namespace Prisma {
93738
93712
 
93739
93713
  export type ActivityLogCreateWithoutCandidateInput = {
93740
93714
  id?: string
93741
- actor_type: $Enums.ActivityActorType
93742
- action_type: $Enums.ActivityActionType
93715
+ actor_type?: $Enums.ActivityActorType
93743
93716
  message: string
93744
93717
  timestamp?: Date | string
93745
93718
  metadata?: NullableJsonNullValueInput | InputJsonValue
93746
93719
  created_at?: Date | string
93720
+ is_active?: boolean
93747
93721
  actor?: UserCreateNestedOneWithoutActor_activity_logsInput
93748
93722
  }
93749
93723
 
93750
93724
  export type ActivityLogUncheckedCreateWithoutCandidateInput = {
93751
93725
  id?: string
93752
93726
  actor_id?: string | null
93753
- actor_type: $Enums.ActivityActorType
93754
- action_type: $Enums.ActivityActionType
93727
+ actor_type?: $Enums.ActivityActorType
93755
93728
  message: string
93756
93729
  timestamp?: Date | string
93757
93730
  metadata?: NullableJsonNullValueInput | InputJsonValue
93758
93731
  created_at?: Date | string
93732
+ is_active?: boolean
93759
93733
  }
93760
93734
 
93761
93735
  export type ActivityLogCreateOrConnectWithoutCandidateInput = {
@@ -93770,24 +93744,24 @@ export namespace Prisma {
93770
93744
 
93771
93745
  export type ActivityLogCreateWithoutActorInput = {
93772
93746
  id?: string
93773
- actor_type: $Enums.ActivityActorType
93774
- action_type: $Enums.ActivityActionType
93747
+ actor_type?: $Enums.ActivityActorType
93775
93748
  message: string
93776
93749
  timestamp?: Date | string
93777
93750
  metadata?: NullableJsonNullValueInput | InputJsonValue
93778
93751
  created_at?: Date | string
93752
+ is_active?: boolean
93779
93753
  candidate: UserCreateNestedOneWithoutCandidate_activity_logsInput
93780
93754
  }
93781
93755
 
93782
93756
  export type ActivityLogUncheckedCreateWithoutActorInput = {
93783
93757
  id?: string
93784
93758
  candidate_id: string
93785
- actor_type: $Enums.ActivityActorType
93786
- action_type: $Enums.ActivityActionType
93759
+ actor_type?: $Enums.ActivityActorType
93787
93760
  message: string
93788
93761
  timestamp?: Date | string
93789
93762
  metadata?: NullableJsonNullValueInput | InputJsonValue
93790
93763
  created_at?: Date | string
93764
+ is_active?: boolean
93791
93765
  }
93792
93766
 
93793
93767
  export type ActivityLogCreateOrConnectWithoutActorInput = {
@@ -94547,11 +94521,11 @@ export namespace Prisma {
94547
94521
  candidate_id?: StringFilter<"ActivityLog"> | string
94548
94522
  actor_id?: StringNullableFilter<"ActivityLog"> | string | null
94549
94523
  actor_type?: EnumActivityActorTypeFilter<"ActivityLog"> | $Enums.ActivityActorType
94550
- action_type?: EnumActivityActionTypeFilter<"ActivityLog"> | $Enums.ActivityActionType
94551
94524
  message?: StringFilter<"ActivityLog"> | string
94552
94525
  timestamp?: DateTimeFilter<"ActivityLog"> | Date | string
94553
94526
  metadata?: JsonNullableFilter<"ActivityLog">
94554
94527
  created_at?: DateTimeFilter<"ActivityLog"> | Date | string
94528
+ is_active?: BoolFilter<"ActivityLog"> | boolean
94555
94529
  }
94556
94530
 
94557
94531
  export type ActivityLogUpsertWithWhereUniqueWithoutActorInput = {
@@ -96813,6 +96787,7 @@ export namespace Prisma {
96813
96787
  created_by: string
96814
96788
  updated_by: string
96815
96789
  is_active?: boolean
96790
+ name?: string | null
96816
96791
  yearsOfExperience?: number | null
96817
96792
  }
96818
96793
 
@@ -97374,6 +97349,7 @@ export namespace Prisma {
97374
97349
  created_by?: StringFieldUpdateOperationsInput | string
97375
97350
  updated_by?: StringFieldUpdateOperationsInput | string
97376
97351
  is_active?: BoolFieldUpdateOperationsInput | boolean
97352
+ name?: NullableStringFieldUpdateOperationsInput | string | null
97377
97353
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
97378
97354
  user?: UserUpdateOneWithoutResumeNestedInput
97379
97355
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
@@ -97395,6 +97371,7 @@ export namespace Prisma {
97395
97371
  created_by?: StringFieldUpdateOperationsInput | string
97396
97372
  updated_by?: StringFieldUpdateOperationsInput | string
97397
97373
  is_active?: BoolFieldUpdateOperationsInput | boolean
97374
+ name?: NullableStringFieldUpdateOperationsInput | string | null
97398
97375
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
97399
97376
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
97400
97377
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -97414,6 +97391,7 @@ export namespace Prisma {
97414
97391
  created_by?: StringFieldUpdateOperationsInput | string
97415
97392
  updated_by?: StringFieldUpdateOperationsInput | string
97416
97393
  is_active?: BoolFieldUpdateOperationsInput | boolean
97394
+ name?: NullableStringFieldUpdateOperationsInput | string | null
97417
97395
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
97418
97396
  }
97419
97397
 
@@ -97817,6 +97795,7 @@ export namespace Prisma {
97817
97795
  created_by: string
97818
97796
  updated_by: string
97819
97797
  is_active?: boolean
97798
+ name?: string | null
97820
97799
  yearsOfExperience?: number | null
97821
97800
  }
97822
97801
 
@@ -98581,6 +98560,7 @@ export namespace Prisma {
98581
98560
  created_by?: StringFieldUpdateOperationsInput | string
98582
98561
  updated_by?: StringFieldUpdateOperationsInput | string
98583
98562
  is_active?: BoolFieldUpdateOperationsInput | boolean
98563
+ name?: NullableStringFieldUpdateOperationsInput | string | null
98584
98564
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
98585
98565
  user?: UserUpdateOneWithoutResumeNestedInput
98586
98566
  job_description?: JobDescriptionUpdateOneWithoutResumesNestedInput
@@ -98602,6 +98582,7 @@ export namespace Prisma {
98602
98582
  created_by?: StringFieldUpdateOperationsInput | string
98603
98583
  updated_by?: StringFieldUpdateOperationsInput | string
98604
98584
  is_active?: BoolFieldUpdateOperationsInput | boolean
98585
+ name?: NullableStringFieldUpdateOperationsInput | string | null
98605
98586
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
98606
98587
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
98607
98588
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -98621,6 +98602,7 @@ export namespace Prisma {
98621
98602
  created_by?: StringFieldUpdateOperationsInput | string
98622
98603
  updated_by?: StringFieldUpdateOperationsInput | string
98623
98604
  is_active?: BoolFieldUpdateOperationsInput | boolean
98605
+ name?: NullableStringFieldUpdateOperationsInput | string | null
98624
98606
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
98625
98607
  }
98626
98608
 
@@ -99830,6 +99812,7 @@ export namespace Prisma {
99830
99812
  created_by: string
99831
99813
  updated_by: string
99832
99814
  is_active?: boolean
99815
+ name?: string | null
99833
99816
  yearsOfExperience?: number | null
99834
99817
  }
99835
99818
 
@@ -100055,23 +100038,23 @@ export namespace Prisma {
100055
100038
  export type ActivityLogCreateManyCandidateInput = {
100056
100039
  id?: string
100057
100040
  actor_id?: string | null
100058
- actor_type: $Enums.ActivityActorType
100059
- action_type: $Enums.ActivityActionType
100041
+ actor_type?: $Enums.ActivityActorType
100060
100042
  message: string
100061
100043
  timestamp?: Date | string
100062
100044
  metadata?: NullableJsonNullValueInput | InputJsonValue
100063
100045
  created_at?: Date | string
100046
+ is_active?: boolean
100064
100047
  }
100065
100048
 
100066
100049
  export type ActivityLogCreateManyActorInput = {
100067
100050
  id?: string
100068
100051
  candidate_id: string
100069
- actor_type: $Enums.ActivityActorType
100070
- action_type: $Enums.ActivityActionType
100052
+ actor_type?: $Enums.ActivityActorType
100071
100053
  message: string
100072
100054
  timestamp?: Date | string
100073
100055
  metadata?: NullableJsonNullValueInput | InputJsonValue
100074
100056
  created_at?: Date | string
100057
+ is_active?: boolean
100075
100058
  }
100076
100059
 
100077
100060
  export type ActionCreateManyUserInput = {
@@ -100191,6 +100174,7 @@ export namespace Prisma {
100191
100174
  created_by?: StringFieldUpdateOperationsInput | string
100192
100175
  updated_by?: StringFieldUpdateOperationsInput | string
100193
100176
  is_active?: BoolFieldUpdateOperationsInput | boolean
100177
+ name?: NullableStringFieldUpdateOperationsInput | string | null
100194
100178
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
100195
100179
  organisation?: OrganisationUpdateOneWithoutResumesNestedInput
100196
100180
  job_description?: JobDescriptionUpdateOneWithoutResumesNestedInput
@@ -100212,6 +100196,7 @@ export namespace Prisma {
100212
100196
  created_by?: StringFieldUpdateOperationsInput | string
100213
100197
  updated_by?: StringFieldUpdateOperationsInput | string
100214
100198
  is_active?: BoolFieldUpdateOperationsInput | boolean
100199
+ name?: NullableStringFieldUpdateOperationsInput | string | null
100215
100200
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
100216
100201
  applications?: ApplicationUncheckedUpdateManyWithoutResumeNestedInput
100217
100202
  interviews?: InterviewUncheckedUpdateManyWithoutResumeNestedInput
@@ -100231,6 +100216,7 @@ export namespace Prisma {
100231
100216
  created_by?: StringFieldUpdateOperationsInput | string
100232
100217
  updated_by?: StringFieldUpdateOperationsInput | string
100233
100218
  is_active?: BoolFieldUpdateOperationsInput | boolean
100219
+ name?: NullableStringFieldUpdateOperationsInput | string | null
100234
100220
  yearsOfExperience?: NullableIntFieldUpdateOperationsInput | number | null
100235
100221
  }
100236
100222
 
@@ -101044,11 +101030,11 @@ export namespace Prisma {
101044
101030
  export type ActivityLogUpdateWithoutCandidateInput = {
101045
101031
  id?: StringFieldUpdateOperationsInput | string
101046
101032
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
101047
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
101048
101033
  message?: StringFieldUpdateOperationsInput | string
101049
101034
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
101050
101035
  metadata?: NullableJsonNullValueInput | InputJsonValue
101051
101036
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
101037
+ is_active?: BoolFieldUpdateOperationsInput | boolean
101052
101038
  actor?: UserUpdateOneWithoutActor_activity_logsNestedInput
101053
101039
  }
101054
101040
 
@@ -101056,32 +101042,32 @@ export namespace Prisma {
101056
101042
  id?: StringFieldUpdateOperationsInput | string
101057
101043
  actor_id?: NullableStringFieldUpdateOperationsInput | string | null
101058
101044
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
101059
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
101060
101045
  message?: StringFieldUpdateOperationsInput | string
101061
101046
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
101062
101047
  metadata?: NullableJsonNullValueInput | InputJsonValue
101063
101048
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
101049
+ is_active?: BoolFieldUpdateOperationsInput | boolean
101064
101050
  }
101065
101051
 
101066
101052
  export type ActivityLogUncheckedUpdateManyWithoutCandidateInput = {
101067
101053
  id?: StringFieldUpdateOperationsInput | string
101068
101054
  actor_id?: NullableStringFieldUpdateOperationsInput | string | null
101069
101055
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
101070
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
101071
101056
  message?: StringFieldUpdateOperationsInput | string
101072
101057
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
101073
101058
  metadata?: NullableJsonNullValueInput | InputJsonValue
101074
101059
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
101060
+ is_active?: BoolFieldUpdateOperationsInput | boolean
101075
101061
  }
101076
101062
 
101077
101063
  export type ActivityLogUpdateWithoutActorInput = {
101078
101064
  id?: StringFieldUpdateOperationsInput | string
101079
101065
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
101080
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
101081
101066
  message?: StringFieldUpdateOperationsInput | string
101082
101067
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
101083
101068
  metadata?: NullableJsonNullValueInput | InputJsonValue
101084
101069
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
101070
+ is_active?: BoolFieldUpdateOperationsInput | boolean
101085
101071
  candidate?: UserUpdateOneRequiredWithoutCandidate_activity_logsNestedInput
101086
101072
  }
101087
101073
 
@@ -101089,22 +101075,22 @@ export namespace Prisma {
101089
101075
  id?: StringFieldUpdateOperationsInput | string
101090
101076
  candidate_id?: StringFieldUpdateOperationsInput | string
101091
101077
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
101092
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
101093
101078
  message?: StringFieldUpdateOperationsInput | string
101094
101079
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
101095
101080
  metadata?: NullableJsonNullValueInput | InputJsonValue
101096
101081
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
101082
+ is_active?: BoolFieldUpdateOperationsInput | boolean
101097
101083
  }
101098
101084
 
101099
101085
  export type ActivityLogUncheckedUpdateManyWithoutActorInput = {
101100
101086
  id?: StringFieldUpdateOperationsInput | string
101101
101087
  candidate_id?: StringFieldUpdateOperationsInput | string
101102
101088
  actor_type?: EnumActivityActorTypeFieldUpdateOperationsInput | $Enums.ActivityActorType
101103
- action_type?: EnumActivityActionTypeFieldUpdateOperationsInput | $Enums.ActivityActionType
101104
101089
  message?: StringFieldUpdateOperationsInput | string
101105
101090
  timestamp?: DateTimeFieldUpdateOperationsInput | Date | string
101106
101091
  metadata?: NullableJsonNullValueInput | InputJsonValue
101107
101092
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
101093
+ is_active?: BoolFieldUpdateOperationsInput | boolean
101108
101094
  }
101109
101095
 
101110
101096
  export type ActionUpdateWithoutUserInput = {