telescope-prisma-client 0.0.121 → 0.0.122

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.
@@ -525,6 +525,7 @@ exports.Prisma.RecommendationsListScalarFieldEnum = {
525
525
  requested_size: 'requested_size',
526
526
  parent_list_id: 'parent_list_id',
527
527
  max_employee_results: 'max_employee_results',
528
+ enforce_special_criteria_matching: 'enforce_special_criteria_matching',
528
529
  created_at: 'created_at',
529
530
  updated_at: 'updated_at',
530
531
  deleted_at: 'deleted_at'
@@ -1001,6 +1001,7 @@ export type RecommendationsListPayload<ExtArgs extends $Extensions.Args = $Exten
1001
1001
  requested_size: number
1002
1002
  parent_list_id: string | null
1003
1003
  max_employee_results: number | null
1004
+ enforce_special_criteria_matching: boolean | null
1004
1005
  created_at: Date
1005
1006
  updated_at: Date
1006
1007
  deleted_at: Date | null
@@ -25907,6 +25908,7 @@ export namespace Prisma {
25907
25908
  requested_size: number | null
25908
25909
  parent_list_id: string | null
25909
25910
  max_employee_results: number | null
25911
+ enforce_special_criteria_matching: boolean | null
25910
25912
  created_at: Date | null
25911
25913
  updated_at: Date | null
25912
25914
  deleted_at: Date | null
@@ -25923,6 +25925,7 @@ export namespace Prisma {
25923
25925
  requested_size: number | null
25924
25926
  parent_list_id: string | null
25925
25927
  max_employee_results: number | null
25928
+ enforce_special_criteria_matching: boolean | null
25926
25929
  created_at: Date | null
25927
25930
  updated_at: Date | null
25928
25931
  deleted_at: Date | null
@@ -25939,6 +25942,7 @@ export namespace Prisma {
25939
25942
  requested_size: number
25940
25943
  parent_list_id: number
25941
25944
  max_employee_results: number
25945
+ enforce_special_criteria_matching: number
25942
25946
  created_at: number
25943
25947
  updated_at: number
25944
25948
  deleted_at: number
@@ -25967,6 +25971,7 @@ export namespace Prisma {
25967
25971
  requested_size?: true
25968
25972
  parent_list_id?: true
25969
25973
  max_employee_results?: true
25974
+ enforce_special_criteria_matching?: true
25970
25975
  created_at?: true
25971
25976
  updated_at?: true
25972
25977
  deleted_at?: true
@@ -25983,6 +25988,7 @@ export namespace Prisma {
25983
25988
  requested_size?: true
25984
25989
  parent_list_id?: true
25985
25990
  max_employee_results?: true
25991
+ enforce_special_criteria_matching?: true
25986
25992
  created_at?: true
25987
25993
  updated_at?: true
25988
25994
  deleted_at?: true
@@ -25999,6 +26005,7 @@ export namespace Prisma {
25999
26005
  requested_size?: true
26000
26006
  parent_list_id?: true
26001
26007
  max_employee_results?: true
26008
+ enforce_special_criteria_matching?: true
26002
26009
  created_at?: true
26003
26010
  updated_at?: true
26004
26011
  deleted_at?: true
@@ -26103,6 +26110,7 @@ export namespace Prisma {
26103
26110
  requested_size: number
26104
26111
  parent_list_id: string | null
26105
26112
  max_employee_results: number | null
26113
+ enforce_special_criteria_matching: boolean | null
26106
26114
  created_at: Date
26107
26115
  updated_at: Date
26108
26116
  deleted_at: Date | null
@@ -26138,6 +26146,7 @@ export namespace Prisma {
26138
26146
  requested_size?: boolean
26139
26147
  parent_list_id?: boolean
26140
26148
  max_employee_results?: boolean
26149
+ enforce_special_criteria_matching?: boolean
26141
26150
  created_at?: boolean
26142
26151
  updated_at?: boolean
26143
26152
  deleted_at?: boolean
@@ -26160,6 +26169,7 @@ export namespace Prisma {
26160
26169
  requested_size?: boolean
26161
26170
  parent_list_id?: boolean
26162
26171
  max_employee_results?: boolean
26172
+ enforce_special_criteria_matching?: boolean
26163
26173
  created_at?: boolean
26164
26174
  updated_at?: boolean
26165
26175
  deleted_at?: boolean
@@ -27437,6 +27447,7 @@ export namespace Prisma {
27437
27447
  requested_size: 'requested_size',
27438
27448
  parent_list_id: 'parent_list_id',
27439
27449
  max_employee_results: 'max_employee_results',
27450
+ enforce_special_criteria_matching: 'enforce_special_criteria_matching',
27440
27451
  created_at: 'created_at',
27441
27452
  updated_at: 'updated_at',
27442
27453
  deleted_at: 'deleted_at'
@@ -29974,6 +29985,7 @@ export namespace Prisma {
29974
29985
  requested_size?: IntFilter | number
29975
29986
  parent_list_id?: StringNullableFilter | string | null
29976
29987
  max_employee_results?: IntNullableFilter | number | null
29988
+ enforce_special_criteria_matching?: BoolNullableFilter | boolean | null
29977
29989
  created_at?: DateTimeFilter | Date | string
29978
29990
  updated_at?: DateTimeFilter | Date | string
29979
29991
  deleted_at?: DateTimeNullableFilter | Date | string | null
@@ -29995,6 +30007,7 @@ export namespace Prisma {
29995
30007
  requested_size?: SortOrder
29996
30008
  parent_list_id?: SortOrderInput | SortOrder
29997
30009
  max_employee_results?: SortOrderInput | SortOrder
30010
+ enforce_special_criteria_matching?: SortOrderInput | SortOrder
29998
30011
  created_at?: SortOrder
29999
30012
  updated_at?: SortOrder
30000
30013
  deleted_at?: SortOrderInput | SortOrder
@@ -30021,6 +30034,7 @@ export namespace Prisma {
30021
30034
  requested_size?: SortOrder
30022
30035
  parent_list_id?: SortOrderInput | SortOrder
30023
30036
  max_employee_results?: SortOrderInput | SortOrder
30037
+ enforce_special_criteria_matching?: SortOrderInput | SortOrder
30024
30038
  created_at?: SortOrder
30025
30039
  updated_at?: SortOrder
30026
30040
  deleted_at?: SortOrderInput | SortOrder
@@ -30045,6 +30059,7 @@ export namespace Prisma {
30045
30059
  requested_size?: IntWithAggregatesFilter | number
30046
30060
  parent_list_id?: StringNullableWithAggregatesFilter | string | null
30047
30061
  max_employee_results?: IntNullableWithAggregatesFilter | number | null
30062
+ enforce_special_criteria_matching?: BoolNullableWithAggregatesFilter | boolean | null
30048
30063
  created_at?: DateTimeWithAggregatesFilter | Date | string
30049
30064
  updated_at?: DateTimeWithAggregatesFilter | Date | string
30050
30065
  deleted_at?: DateTimeNullableWithAggregatesFilter | Date | string | null
@@ -33081,6 +33096,7 @@ export namespace Prisma {
33081
33096
  requested_size: number
33082
33097
  parent_list_id?: string | null
33083
33098
  max_employee_results?: number | null
33099
+ enforce_special_criteria_matching?: boolean | null
33084
33100
  created_at?: Date | string
33085
33101
  updated_at?: Date | string
33086
33102
  deleted_at?: Date | string | null
@@ -33102,6 +33118,7 @@ export namespace Prisma {
33102
33118
  requested_size: number
33103
33119
  parent_list_id?: string | null
33104
33120
  max_employee_results?: number | null
33121
+ enforce_special_criteria_matching?: boolean | null
33105
33122
  created_at?: Date | string
33106
33123
  updated_at?: Date | string
33107
33124
  deleted_at?: Date | string | null
@@ -33117,6 +33134,7 @@ export namespace Prisma {
33117
33134
  requested_size?: IntFieldUpdateOperationsInput | number
33118
33135
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
33119
33136
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
33137
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
33120
33138
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33121
33139
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33122
33140
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -33138,6 +33156,7 @@ export namespace Prisma {
33138
33156
  requested_size?: IntFieldUpdateOperationsInput | number
33139
33157
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
33140
33158
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
33159
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
33141
33160
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33142
33161
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33143
33162
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -33156,6 +33175,7 @@ export namespace Prisma {
33156
33175
  requested_size: number
33157
33176
  parent_list_id?: string | null
33158
33177
  max_employee_results?: number | null
33178
+ enforce_special_criteria_matching?: boolean | null
33159
33179
  created_at?: Date | string
33160
33180
  updated_at?: Date | string
33161
33181
  deleted_at?: Date | string | null
@@ -33169,6 +33189,7 @@ export namespace Prisma {
33169
33189
  requested_size?: IntFieldUpdateOperationsInput | number
33170
33190
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
33171
33191
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
33192
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
33172
33193
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33173
33194
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33174
33195
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -33185,6 +33206,7 @@ export namespace Prisma {
33185
33206
  requested_size?: IntFieldUpdateOperationsInput | number
33186
33207
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
33187
33208
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
33209
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
33188
33210
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33189
33211
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33190
33212
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -35427,6 +35449,7 @@ export namespace Prisma {
35427
35449
  requested_size?: SortOrder
35428
35450
  parent_list_id?: SortOrder
35429
35451
  max_employee_results?: SortOrder
35452
+ enforce_special_criteria_matching?: SortOrder
35430
35453
  created_at?: SortOrder
35431
35454
  updated_at?: SortOrder
35432
35455
  deleted_at?: SortOrder
@@ -35448,6 +35471,7 @@ export namespace Prisma {
35448
35471
  requested_size?: SortOrder
35449
35472
  parent_list_id?: SortOrder
35450
35473
  max_employee_results?: SortOrder
35474
+ enforce_special_criteria_matching?: SortOrder
35451
35475
  created_at?: SortOrder
35452
35476
  updated_at?: SortOrder
35453
35477
  deleted_at?: SortOrder
@@ -35464,6 +35488,7 @@ export namespace Prisma {
35464
35488
  requested_size?: SortOrder
35465
35489
  parent_list_id?: SortOrder
35466
35490
  max_employee_results?: SortOrder
35491
+ enforce_special_criteria_matching?: SortOrder
35467
35492
  created_at?: SortOrder
35468
35493
  updated_at?: SortOrder
35469
35494
  deleted_at?: SortOrder
@@ -40070,6 +40095,7 @@ export namespace Prisma {
40070
40095
  requested_size: number
40071
40096
  parent_list_id?: string | null
40072
40097
  max_employee_results?: number | null
40098
+ enforce_special_criteria_matching?: boolean | null
40073
40099
  created_at?: Date | string
40074
40100
  updated_at?: Date | string
40075
40101
  deleted_at?: Date | string | null
@@ -40089,6 +40115,7 @@ export namespace Prisma {
40089
40115
  requested_size: number
40090
40116
  parent_list_id?: string | null
40091
40117
  max_employee_results?: number | null
40118
+ enforce_special_criteria_matching?: boolean | null
40092
40119
  created_at?: Date | string
40093
40120
  updated_at?: Date | string
40094
40121
  deleted_at?: Date | string | null
@@ -40679,6 +40706,7 @@ export namespace Prisma {
40679
40706
  requested_size?: IntFilter | number
40680
40707
  parent_list_id?: StringNullableFilter | string | null
40681
40708
  max_employee_results?: IntNullableFilter | number | null
40709
+ enforce_special_criteria_matching?: BoolNullableFilter | boolean | null
40682
40710
  created_at?: DateTimeFilter | Date | string
40683
40711
  updated_at?: DateTimeFilter | Date | string
40684
40712
  deleted_at?: DateTimeNullableFilter | Date | string | null
@@ -42561,6 +42589,7 @@ export namespace Prisma {
42561
42589
  requested_size: number
42562
42590
  parent_list_id?: string | null
42563
42591
  max_employee_results?: number | null
42592
+ enforce_special_criteria_matching?: boolean | null
42564
42593
  created_at?: Date | string
42565
42594
  updated_at?: Date | string
42566
42595
  deleted_at?: Date | string | null
@@ -42581,6 +42610,7 @@ export namespace Prisma {
42581
42610
  requested_size: number
42582
42611
  parent_list_id?: string | null
42583
42612
  max_employee_results?: number | null
42613
+ enforce_special_criteria_matching?: boolean | null
42584
42614
  created_at?: Date | string
42585
42615
  updated_at?: Date | string
42586
42616
  deleted_at?: Date | string | null
@@ -43267,6 +43297,7 @@ export namespace Prisma {
43267
43297
  requested_size: number
43268
43298
  parent_list_id?: string | null
43269
43299
  max_employee_results?: number | null
43300
+ enforce_special_criteria_matching?: boolean | null
43270
43301
  created_at?: Date | string
43271
43302
  updated_at?: Date | string
43272
43303
  deleted_at?: Date | string | null
@@ -43286,6 +43317,7 @@ export namespace Prisma {
43286
43317
  requested_size: number
43287
43318
  parent_list_id?: string | null
43288
43319
  max_employee_results?: number | null
43320
+ enforce_special_criteria_matching?: boolean | null
43289
43321
  created_at?: Date | string
43290
43322
  updated_at?: Date | string
43291
43323
  deleted_at?: Date | string | null
@@ -43316,6 +43348,7 @@ export namespace Prisma {
43316
43348
  requested_size?: IntFieldUpdateOperationsInput | number
43317
43349
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
43318
43350
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
43351
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
43319
43352
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
43320
43353
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
43321
43354
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -43336,6 +43369,7 @@ export namespace Prisma {
43336
43369
  requested_size?: IntFieldUpdateOperationsInput | number
43337
43370
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
43338
43371
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
43372
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
43339
43373
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
43340
43374
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
43341
43375
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -46606,6 +46640,7 @@ export namespace Prisma {
46606
46640
  requested_size: number
46607
46641
  parent_list_id?: string | null
46608
46642
  max_employee_results?: number | null
46643
+ enforce_special_criteria_matching?: boolean | null
46609
46644
  created_at?: Date | string
46610
46645
  updated_at?: Date | string
46611
46646
  deleted_at?: Date | string | null
@@ -46626,6 +46661,7 @@ export namespace Prisma {
46626
46661
  requested_size: number
46627
46662
  parent_list_id?: string | null
46628
46663
  max_employee_results?: number | null
46664
+ enforce_special_criteria_matching?: boolean | null
46629
46665
  created_at?: Date | string
46630
46666
  updated_at?: Date | string
46631
46667
  deleted_at?: Date | string | null
@@ -47249,6 +47285,7 @@ export namespace Prisma {
47249
47285
  requested_size?: IntFieldUpdateOperationsInput | number
47250
47286
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
47251
47287
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
47288
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
47252
47289
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
47253
47290
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
47254
47291
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -47269,6 +47306,7 @@ export namespace Prisma {
47269
47306
  requested_size?: IntFieldUpdateOperationsInput | number
47270
47307
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
47271
47308
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
47309
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
47272
47310
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
47273
47311
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
47274
47312
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -47648,6 +47686,7 @@ export namespace Prisma {
47648
47686
  requested_size: number
47649
47687
  parent_list_id?: string | null
47650
47688
  max_employee_results?: number | null
47689
+ enforce_special_criteria_matching?: boolean | null
47651
47690
  created_at?: Date | string
47652
47691
  updated_at?: Date | string
47653
47692
  deleted_at?: Date | string | null
@@ -47667,6 +47706,7 @@ export namespace Prisma {
47667
47706
  requested_size: number
47668
47707
  parent_list_id?: string | null
47669
47708
  max_employee_results?: number | null
47709
+ enforce_special_criteria_matching?: boolean | null
47670
47710
  created_at?: Date | string
47671
47711
  updated_at?: Date | string
47672
47712
  deleted_at?: Date | string | null
@@ -52004,6 +52044,7 @@ export namespace Prisma {
52004
52044
  requested_size: number
52005
52045
  parent_list_id?: string | null
52006
52046
  max_employee_results?: number | null
52047
+ enforce_special_criteria_matching?: boolean | null
52007
52048
  created_at?: Date | string
52008
52049
  updated_at?: Date | string
52009
52050
  deleted_at?: Date | string | null
@@ -52848,6 +52889,7 @@ export namespace Prisma {
52848
52889
  requested_size?: IntFieldUpdateOperationsInput | number
52849
52890
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
52850
52891
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
52892
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
52851
52893
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
52852
52894
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
52853
52895
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -52867,6 +52909,7 @@ export namespace Prisma {
52867
52909
  requested_size?: IntFieldUpdateOperationsInput | number
52868
52910
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
52869
52911
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
52912
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
52870
52913
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
52871
52914
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
52872
52915
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -52884,6 +52927,7 @@ export namespace Prisma {
52884
52927
  requested_size?: IntFieldUpdateOperationsInput | number
52885
52928
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
52886
52929
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
52930
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
52887
52931
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
52888
52932
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
52889
52933
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -53798,6 +53842,7 @@ export namespace Prisma {
53798
53842
  requested_size: number
53799
53843
  parent_list_id?: string | null
53800
53844
  max_employee_results?: number | null
53845
+ enforce_special_criteria_matching?: boolean | null
53801
53846
  created_at?: Date | string
53802
53847
  updated_at?: Date | string
53803
53848
  deleted_at?: Date | string | null
@@ -54220,6 +54265,7 @@ export namespace Prisma {
54220
54265
  requested_size?: IntFieldUpdateOperationsInput | number
54221
54266
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
54222
54267
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
54268
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
54223
54269
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
54224
54270
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
54225
54271
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -54239,6 +54285,7 @@ export namespace Prisma {
54239
54285
  requested_size?: IntFieldUpdateOperationsInput | number
54240
54286
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
54241
54287
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
54288
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
54242
54289
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
54243
54290
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
54244
54291
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -54860,6 +54907,7 @@ export namespace Prisma {
54860
54907
  requested_size: number
54861
54908
  parent_list_id?: string | null
54862
54909
  max_employee_results?: number | null
54910
+ enforce_special_criteria_matching?: boolean | null
54863
54911
  created_at?: Date | string
54864
54912
  updated_at?: Date | string
54865
54913
  deleted_at?: Date | string | null
@@ -54985,6 +55033,7 @@ export namespace Prisma {
54985
55033
  requested_size?: IntFieldUpdateOperationsInput | number
54986
55034
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
54987
55035
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
55036
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
54988
55037
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
54989
55038
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
54990
55039
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -55004,6 +55053,7 @@ export namespace Prisma {
55004
55053
  requested_size?: IntFieldUpdateOperationsInput | number
55005
55054
  parent_list_id?: NullableStringFieldUpdateOperationsInput | string | null
55006
55055
  max_employee_results?: NullableIntFieldUpdateOperationsInput | number | null
55056
+ enforce_special_criteria_matching?: NullableBoolFieldUpdateOperationsInput | boolean | null
55007
55057
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
55008
55058
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
55009
55059
  deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null