@@ -249,108 +249,6 @@ export type Enumgm_server_report_bugs_importanceWithAggregatesFilter<$PrismaMode
249249 _max ?: Prisma . NestedEnumgm_server_report_bugs_importanceFilter < $PrismaModel >
250250}
251251
252- export type JsonFilter < $PrismaModel = never > =
253- | Prisma . PatchUndefined <
254- Prisma . Either < Required < JsonFilterBase < $PrismaModel > > , Exclude < keyof Required < JsonFilterBase < $PrismaModel > > , 'path' > > ,
255- Required < JsonFilterBase < $PrismaModel > >
256- >
257- | Prisma . OptionalFlat < Omit < Required < JsonFilterBase < $PrismaModel > > , 'path' > >
258-
259- export type JsonFilterBase < $PrismaModel = never > = {
260- equals ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
261- path ?: string
262- mode ?: Prisma . QueryMode | Prisma . EnumQueryModeFieldRefInput < $PrismaModel >
263- string_contains ?: string | Prisma . StringFieldRefInput < $PrismaModel >
264- string_starts_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
265- string_ends_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
266- array_starts_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
267- array_ends_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
268- array_contains ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
269- lt ?: runtime . InputJsonValue
270- lte ?: runtime . InputJsonValue
271- gt ?: runtime . InputJsonValue
272- gte ?: runtime . InputJsonValue
273- not ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
274- }
275-
276- export type JsonWithAggregatesFilter < $PrismaModel = never > =
277- | Prisma . PatchUndefined <
278- Prisma . Either < Required < JsonWithAggregatesFilterBase < $PrismaModel > > , Exclude < keyof Required < JsonWithAggregatesFilterBase < $PrismaModel > > , 'path' > > ,
279- Required < JsonWithAggregatesFilterBase < $PrismaModel > >
280- >
281- | Prisma . OptionalFlat < Omit < Required < JsonWithAggregatesFilterBase < $PrismaModel > > , 'path' > >
282-
283- export type JsonWithAggregatesFilterBase < $PrismaModel = never > = {
284- equals ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
285- path ?: string
286- mode ?: Prisma . QueryMode | Prisma . EnumQueryModeFieldRefInput < $PrismaModel >
287- string_contains ?: string | Prisma . StringFieldRefInput < $PrismaModel >
288- string_starts_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
289- string_ends_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
290- array_starts_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
291- array_ends_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
292- array_contains ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
293- lt ?: runtime . InputJsonValue
294- lte ?: runtime . InputJsonValue
295- gt ?: runtime . InputJsonValue
296- gte ?: runtime . InputJsonValue
297- not ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
298- _count ?: Prisma . NestedIntFilter < $PrismaModel >
299- _min ?: Prisma . NestedJsonFilter < $PrismaModel >
300- _max ?: Prisma . NestedJsonFilter < $PrismaModel >
301- }
302-
303- export type JsonNullableFilter < $PrismaModel = never > =
304- | Prisma . PatchUndefined <
305- Prisma . Either < Required < JsonNullableFilterBase < $PrismaModel > > , Exclude < keyof Required < JsonNullableFilterBase < $PrismaModel > > , 'path' > > ,
306- Required < JsonNullableFilterBase < $PrismaModel > >
307- >
308- | Prisma . OptionalFlat < Omit < Required < JsonNullableFilterBase < $PrismaModel > > , 'path' > >
309-
310- export type JsonNullableFilterBase < $PrismaModel = never > = {
311- equals ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
312- path ?: string
313- mode ?: Prisma . QueryMode | Prisma . EnumQueryModeFieldRefInput < $PrismaModel >
314- string_contains ?: string | Prisma . StringFieldRefInput < $PrismaModel >
315- string_starts_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
316- string_ends_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
317- array_starts_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
318- array_ends_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
319- array_contains ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
320- lt ?: runtime . InputJsonValue
321- lte ?: runtime . InputJsonValue
322- gt ?: runtime . InputJsonValue
323- gte ?: runtime . InputJsonValue
324- not ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
325- }
326-
327- export type JsonNullableWithAggregatesFilter < $PrismaModel = never > =
328- | Prisma . PatchUndefined <
329- Prisma . Either < Required < JsonNullableWithAggregatesFilterBase < $PrismaModel > > , Exclude < keyof Required < JsonNullableWithAggregatesFilterBase < $PrismaModel > > , 'path' > > ,
330- Required < JsonNullableWithAggregatesFilterBase < $PrismaModel > >
331- >
332- | Prisma . OptionalFlat < Omit < Required < JsonNullableWithAggregatesFilterBase < $PrismaModel > > , 'path' > >
333-
334- export type JsonNullableWithAggregatesFilterBase < $PrismaModel = never > = {
335- equals ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
336- path ?: string
337- mode ?: Prisma . QueryMode | Prisma . EnumQueryModeFieldRefInput < $PrismaModel >
338- string_contains ?: string | Prisma . StringFieldRefInput < $PrismaModel >
339- string_starts_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
340- string_ends_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
341- array_starts_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
342- array_ends_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
343- array_contains ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
344- lt ?: runtime . InputJsonValue
345- lte ?: runtime . InputJsonValue
346- gt ?: runtime . InputJsonValue
347- gte ?: runtime . InputJsonValue
348- not ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
349- _count ?: Prisma . NestedIntNullableFilter < $PrismaModel >
350- _min ?: Prisma . NestedJsonNullableFilter < $PrismaModel >
351- _max ?: Prisma . NestedJsonNullableFilter < $PrismaModel >
352- }
353-
354252export type Enumgm_server_sync_chat_filter_elementFilter < $PrismaModel = never > = {
355253 equals ?: $Enums . gm_server_sync_chat_filter_element | Prisma . Enumgm_server_sync_chat_filter_elementFieldRefInput < $PrismaModel >
356254 in ?: $Enums . gm_server_sync_chat_filter_element [ ]
@@ -688,54 +586,6 @@ export type NestedEnumgm_server_report_bugs_importanceWithAggregatesFilter<$Pris
688586 _max ?: Prisma . NestedEnumgm_server_report_bugs_importanceFilter < $PrismaModel >
689587}
690588
691- export type NestedJsonFilter < $PrismaModel = never > =
692- | Prisma . PatchUndefined <
693- Prisma . Either < Required < NestedJsonFilterBase < $PrismaModel > > , Exclude < keyof Required < NestedJsonFilterBase < $PrismaModel > > , 'path' > > ,
694- Required < NestedJsonFilterBase < $PrismaModel > >
695- >
696- | Prisma . OptionalFlat < Omit < Required < NestedJsonFilterBase < $PrismaModel > > , 'path' > >
697-
698- export type NestedJsonFilterBase < $PrismaModel = never > = {
699- equals ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
700- path ?: string
701- mode ?: Prisma . QueryMode | Prisma . EnumQueryModeFieldRefInput < $PrismaModel >
702- string_contains ?: string | Prisma . StringFieldRefInput < $PrismaModel >
703- string_starts_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
704- string_ends_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
705- array_starts_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
706- array_ends_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
707- array_contains ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
708- lt ?: runtime . InputJsonValue
709- lte ?: runtime . InputJsonValue
710- gt ?: runtime . InputJsonValue
711- gte ?: runtime . InputJsonValue
712- not ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
713- }
714-
715- export type NestedJsonNullableFilter < $PrismaModel = never > =
716- | Prisma . PatchUndefined <
717- Prisma . Either < Required < NestedJsonNullableFilterBase < $PrismaModel > > , Exclude < keyof Required < NestedJsonNullableFilterBase < $PrismaModel > > , 'path' > > ,
718- Required < NestedJsonNullableFilterBase < $PrismaModel > >
719- >
720- | Prisma . OptionalFlat < Omit < Required < NestedJsonNullableFilterBase < $PrismaModel > > , 'path' > >
721-
722- export type NestedJsonNullableFilterBase < $PrismaModel = never > = {
723- equals ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
724- path ?: string
725- mode ?: Prisma . QueryMode | Prisma . EnumQueryModeFieldRefInput < $PrismaModel >
726- string_contains ?: string | Prisma . StringFieldRefInput < $PrismaModel >
727- string_starts_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
728- string_ends_with ?: string | Prisma . StringFieldRefInput < $PrismaModel >
729- array_starts_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
730- array_ends_with ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
731- array_contains ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | null
732- lt ?: runtime . InputJsonValue
733- lte ?: runtime . InputJsonValue
734- gt ?: runtime . InputJsonValue
735- gte ?: runtime . InputJsonValue
736- not ?: runtime . InputJsonValue | Prisma . JsonFieldRefInput < $PrismaModel > | Prisma . JsonNullValueFilter
737- }
738-
739589export type NestedEnumgm_server_sync_chat_filter_elementFilter < $PrismaModel = never > = {
740590 equals ?: $Enums . gm_server_sync_chat_filter_element | Prisma . Enumgm_server_sync_chat_filter_elementFieldRefInput < $PrismaModel >
741591 in ?: $Enums . gm_server_sync_chat_filter_element [ ]
0 commit comments