efiber-prisma-schema 1.16.2 → 2.0.1
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/index.d.ts +6 -1
- package/index.js +10 -1
- package/package.json +12 -5
- package/prisma/generated/browser.ts +559 -0
- package/prisma/generated/client.ts +581 -0
- package/prisma/generated/commonInputTypes.ts +1246 -0
- package/prisma/generated/enums.ts +188 -0
- package/prisma/generated/internal/class.ts +1260 -0
- package/prisma/generated/internal/prismaNamespace.ts +11532 -0
- package/prisma/generated/internal/prismaNamespaceBrowser.ts +2582 -0
- package/prisma/generated/models/AttributeDefinition.ts +1498 -0
- package/prisma/generated/models/AttributeValue.ts +1419 -0
- package/prisma/generated/models/Audit.ts +1725 -0
- package/prisma/generated/models/BillOfMaterial.ts +1934 -0
- package/prisma/generated/models/Building.ts +6130 -0
- package/prisma/generated/models/BuildingTemplate.ts +2912 -0
- package/prisma/generated/models/Cable.ts +10501 -0
- package/prisma/generated/models/CableAttachment.ts +1530 -0
- package/prisma/generated/models/CableAttributes.ts +2244 -0
- package/prisma/generated/models/CableTemplate.ts +3170 -0
- package/prisma/generated/models/CamusatClient.ts +2001 -0
- package/prisma/generated/models/CamusatCountry.ts +2425 -0
- package/prisma/generated/models/CentralOffice.ts +1921 -0
- package/prisma/generated/models/CentralOfficeTeam.ts +1620 -0
- package/prisma/generated/models/CentralOfficeUser.ts +1650 -0
- package/prisma/generated/models/Cluster.ts +10984 -0
- package/prisma/generated/models/ClusterComments.ts +1668 -0
- package/prisma/generated/models/ClusterNotes.ts +1703 -0
- package/prisma/generated/models/Conduit.ts +5119 -0
- package/prisma/generated/models/ConduitTemplate.ts +2940 -0
- package/prisma/generated/models/Country.ts +1795 -0
- package/prisma/generated/models/DispatchMaterial.ts +3070 -0
- package/prisma/generated/models/DispatchProject.ts +4179 -0
- package/prisma/generated/models/DispatchTeam.ts +3053 -0
- package/prisma/generated/models/Duct.ts +1813 -0
- package/prisma/generated/models/ElementNode.ts +4413 -0
- package/prisma/generated/models/ElementRelation.ts +1644 -0
- package/prisma/generated/models/EmailConfigurations.ts +3736 -0
- package/prisma/generated/models/EmailTemplates.ts +1739 -0
- package/prisma/generated/models/EmailsIncoming.ts +2010 -0
- package/prisma/generated/models/EmailsIncomingSample.ts +1503 -0
- package/prisma/generated/models/EmailsOutgoing.ts +1648 -0
- package/prisma/generated/models/FDTSRO.ts +6180 -0
- package/prisma/generated/models/FDTSROTemplate.ts +2912 -0
- package/prisma/generated/models/Feature.ts +1867 -0
- package/prisma/generated/models/FeatureType.ts +1430 -0
- package/prisma/generated/models/IntegrationReportTemplate.ts +1878 -0
- package/prisma/generated/models/Loop.ts +5271 -0
- package/prisma/generated/models/LoopTemplate.ts +2912 -0
- package/prisma/generated/models/MainProject.ts +1664 -0
- package/prisma/generated/models/Manhole.ts +5090 -0
- package/prisma/generated/models/ManholeTemplate.ts +2912 -0
- package/prisma/generated/models/MapElement.ts +3450 -0
- package/prisma/generated/models/MapElementTemplate.ts +2742 -0
- package/prisma/generated/models/Material.ts +1963 -0
- package/prisma/generated/models/MaterialBillOfMaterial.ts +1737 -0
- package/prisma/generated/models/MaterialChangeLog.ts +1454 -0
- package/prisma/generated/models/NetworkElement.ts +6891 -0
- package/prisma/generated/models/NetworkElementInstallation.ts +3320 -0
- package/prisma/generated/models/Notifications.ts +1563 -0
- package/prisma/generated/models/OptionSource.ts +1132 -0
- package/prisma/generated/models/PboFat.ts +8248 -0
- package/prisma/generated/models/PboFatAttributes.ts +2672 -0
- package/prisma/generated/models/PboFatTemplate.ts +3112 -0
- package/prisma/generated/models/Platform.ts +1759 -0
- package/prisma/generated/models/Pole.ts +5266 -0
- package/prisma/generated/models/PoleTemplate.ts +2912 -0
- package/prisma/generated/models/Position.ts +1490 -0
- package/prisma/generated/models/PreviousEquipment.ts +1881 -0
- package/prisma/generated/models/Project.ts +14893 -0
- package/prisma/generated/models/ProjectType.ts +1351 -0
- package/prisma/generated/models/ProjectWorkFlow.ts +1856 -0
- package/prisma/generated/models/ReportFormats.ts +1768 -0
- package/prisma/generated/models/ReportFormulaConfig.ts +1375 -0
- package/prisma/generated/models/ReportMetric.ts +1737 -0
- package/prisma/generated/models/ReportTable.ts +1498 -0
- package/prisma/generated/models/ReportVisualization.ts +1446 -0
- package/prisma/generated/models/Revision.ts +4653 -0
- package/prisma/generated/models/Role.ts +2960 -0
- package/prisma/generated/models/SFU.ts +5977 -0
- package/prisma/generated/models/SFUTemplate.ts +2912 -0
- package/prisma/generated/models/SpliceClosure.ts +6405 -0
- package/prisma/generated/models/SpliceClosureAttributes.ts +2172 -0
- package/prisma/generated/models/SpliceClosureTemplate.ts +3176 -0
- package/prisma/generated/models/Splitter.ts +1459 -0
- package/prisma/generated/models/StockMovement.ts +1589 -0
- package/prisma/generated/models/SubsidiaryMaterial.ts +2193 -0
- package/prisma/generated/models/SubsidiaryMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/Team.ts +2044 -0
- package/prisma/generated/models/TeamMaterial.ts +2193 -0
- package/prisma/generated/models/TeamMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/TeamPlatform.ts +1874 -0
- package/prisma/generated/models/TeamType.ts +1655 -0
- package/prisma/generated/models/Template.ts +1691 -0
- package/prisma/generated/models/TemplateComponent.ts +1995 -0
- package/prisma/generated/models/User.ts +25676 -0
- package/prisma/generated/models/WorkOrder.ts +5901 -0
- package/prisma/generated/models/WorkOrderActivityLog.ts +2126 -0
- package/prisma/generated/models/WorkOrderChannel.ts +1454 -0
- package/prisma/generated/models/WorkOrderComments.ts +1687 -0
- package/prisma/generated/models/WorkOrderEditLog.ts +1757 -0
- package/prisma/generated/models/WorkOrderMaterial.ts +1933 -0
- package/prisma/generated/models/WorkOrderPauses.ts +1454 -0
- package/prisma/generated/models/WorkOrderTask.ts +2220 -0
- package/prisma/generated/models/WorkOrderTaskData.ts +1244 -0
- package/prisma/generated/models/ZoneNro.ts +3926 -0
- package/prisma/generated/models/ZoneNroTemplate.ts +2966 -0
- package/prisma/generated/models/clientMaterial.ts +2193 -0
- package/prisma/generated/models/clientMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/ductTemplate.ts +1606 -0
- package/prisma/generated/models/installationSequence.ts +1708 -0
- package/prisma/generated/models/integrationProjectUserStatus.ts +1916 -0
- package/prisma/generated/models/integrationUserLocation.ts +1681 -0
- package/prisma/generated/models/problemCategorization.ts +1543 -0
- package/prisma/generated/models/projectPhaseLog.ts +1728 -0
- package/prisma/generated/models/qrCodeTag.ts +4978 -0
- package/prisma/generated/models/qrCodeTemplate.ts +6500 -0
- package/prisma/generated/models/ticketMaterialMovementLog.ts +1651 -0
- package/prisma/generated/models.ts +119 -0
- package/prisma/schema.prisma +2 -2
- package/prisma/seed.ts +33 -0
- package/prisma.config.ts +13 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,1246 @@
|
|
|
1
|
+
|
|
2
|
+
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// biome-ignore-all lint: generated file
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
/*
|
|
7
|
+
* This file exports various common sort, input & filter types that are not directly linked to a particular model.
|
|
8
|
+
*
|
|
9
|
+
* 🟢 You can import this file directly.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
import type * as runtime from "@prisma/client/runtime/client"
|
|
13
|
+
import * as $Enums from "./enums.js"
|
|
14
|
+
import type * as Prisma from "./internal/prismaNamespace.js"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export type StringFilter<$PrismaModel = never> = {
|
|
18
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
19
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
20
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
21
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
22
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
23
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
24
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
25
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
26
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
27
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
28
|
+
mode?: Prisma.QueryMode
|
|
29
|
+
not?: Prisma.NestedStringFilter<$PrismaModel> | string
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export type IntFilter<$PrismaModel = never> = {
|
|
33
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
34
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
35
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
36
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
37
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
38
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
39
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
40
|
+
not?: Prisma.NestedIntFilter<$PrismaModel> | number
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export type StringNullableFilter<$PrismaModel = never> = {
|
|
44
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
|
45
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
46
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
47
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
48
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
49
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
50
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
51
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
52
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
53
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
54
|
+
mode?: Prisma.QueryMode
|
|
55
|
+
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export type DateTimeFilter<$PrismaModel = never> = {
|
|
59
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
60
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
61
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
62
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
63
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
64
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
65
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
66
|
+
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export type SortOrderInput = {
|
|
70
|
+
sort: Prisma.SortOrder
|
|
71
|
+
nulls?: Prisma.NullsOrder
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export type StringWithAggregatesFilter<$PrismaModel = never> = {
|
|
75
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
76
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
77
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
78
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
79
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
80
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
81
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
82
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
83
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
84
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
85
|
+
mode?: Prisma.QueryMode
|
|
86
|
+
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string
|
|
87
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
88
|
+
_min?: Prisma.NestedStringFilter<$PrismaModel>
|
|
89
|
+
_max?: Prisma.NestedStringFilter<$PrismaModel>
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export type IntWithAggregatesFilter<$PrismaModel = never> = {
|
|
93
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
94
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
95
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
96
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
97
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
98
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
99
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
100
|
+
not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
|
|
101
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
102
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
103
|
+
_sum?: Prisma.NestedIntFilter<$PrismaModel>
|
|
104
|
+
_min?: Prisma.NestedIntFilter<$PrismaModel>
|
|
105
|
+
_max?: Prisma.NestedIntFilter<$PrismaModel>
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
109
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
|
110
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
111
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
112
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
113
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
114
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
115
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
116
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
117
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
118
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
119
|
+
mode?: Prisma.QueryMode
|
|
120
|
+
not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null
|
|
121
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
122
|
+
_min?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
|
123
|
+
_max?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
127
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
128
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
129
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
130
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
131
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
132
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
133
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
134
|
+
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
|
135
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
136
|
+
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
|
137
|
+
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export type DateTimeNullableFilter<$PrismaModel = never> = {
|
|
141
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
|
|
142
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
143
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
144
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
145
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
146
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
147
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
148
|
+
not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
152
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
|
|
153
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
154
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
155
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
156
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
157
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
158
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
159
|
+
not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
|
|
160
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
161
|
+
_min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
|
162
|
+
_max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export type JsonNullableFilter<$PrismaModel = never> =
|
|
166
|
+
| Prisma.PatchUndefined<
|
|
167
|
+
Prisma.Either<Required<JsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>,
|
|
168
|
+
Required<JsonNullableFilterBase<$PrismaModel>>
|
|
169
|
+
>
|
|
170
|
+
| Prisma.OptionalFlat<Omit<Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>
|
|
171
|
+
|
|
172
|
+
export type JsonNullableFilterBase<$PrismaModel = never> = {
|
|
173
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
174
|
+
path?: string[]
|
|
175
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
176
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
177
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
178
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
179
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
180
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
181
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
182
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
183
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
184
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
185
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
186
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export type JsonNullableWithAggregatesFilter<$PrismaModel = never> =
|
|
190
|
+
| Prisma.PatchUndefined<
|
|
191
|
+
Prisma.Either<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
|
|
192
|
+
Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>
|
|
193
|
+
>
|
|
194
|
+
| Prisma.OptionalFlat<Omit<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>
|
|
195
|
+
|
|
196
|
+
export type JsonNullableWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
197
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
198
|
+
path?: string[]
|
|
199
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
200
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
201
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
202
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
203
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
204
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
205
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
206
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
207
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
208
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
209
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
210
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
211
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
212
|
+
_min?: Prisma.NestedJsonNullableFilter<$PrismaModel>
|
|
213
|
+
_max?: Prisma.NestedJsonNullableFilter<$PrismaModel>
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export type BoolFilter<$PrismaModel = never> = {
|
|
217
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
|
218
|
+
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
222
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
|
223
|
+
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
224
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
225
|
+
_min?: Prisma.NestedBoolFilter<$PrismaModel>
|
|
226
|
+
_max?: Prisma.NestedBoolFilter<$PrismaModel>
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export type IntNullableFilter<$PrismaModel = never> = {
|
|
230
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
|
231
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
232
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
233
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
234
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
235
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
236
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
237
|
+
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
241
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
|
242
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
243
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
244
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
245
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
246
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
247
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
248
|
+
not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
|
249
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
250
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
251
|
+
_sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
252
|
+
_min?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
253
|
+
_max?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export type BoolNullableFilter<$PrismaModel = never> = {
|
|
257
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null
|
|
258
|
+
not?: Prisma.NestedBoolNullableFilter<$PrismaModel> | boolean | null
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export type BoolNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
262
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null
|
|
263
|
+
not?: Prisma.NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null
|
|
264
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
265
|
+
_min?: Prisma.NestedBoolNullableFilter<$PrismaModel>
|
|
266
|
+
_max?: Prisma.NestedBoolNullableFilter<$PrismaModel>
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
export type EnumNotificationPlatformFilter<$PrismaModel = never> = {
|
|
270
|
+
equals?: $Enums.NotificationPlatform | Prisma.EnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
271
|
+
in?: $Enums.NotificationPlatform[] | Prisma.ListEnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
272
|
+
notIn?: $Enums.NotificationPlatform[] | Prisma.ListEnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
273
|
+
not?: Prisma.NestedEnumNotificationPlatformFilter<$PrismaModel> | $Enums.NotificationPlatform
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export type EnumNotificationPlatformWithAggregatesFilter<$PrismaModel = never> = {
|
|
277
|
+
equals?: $Enums.NotificationPlatform | Prisma.EnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
278
|
+
in?: $Enums.NotificationPlatform[] | Prisma.ListEnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
279
|
+
notIn?: $Enums.NotificationPlatform[] | Prisma.ListEnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
280
|
+
not?: Prisma.NestedEnumNotificationPlatformWithAggregatesFilter<$PrismaModel> | $Enums.NotificationPlatform
|
|
281
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
282
|
+
_min?: Prisma.NestedEnumNotificationPlatformFilter<$PrismaModel>
|
|
283
|
+
_max?: Prisma.NestedEnumNotificationPlatformFilter<$PrismaModel>
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
export type EnumNetworkElementClassificationFilter<$PrismaModel = never> = {
|
|
287
|
+
equals?: $Enums.NetworkElementClassification | Prisma.EnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
288
|
+
in?: $Enums.NetworkElementClassification[] | Prisma.ListEnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
289
|
+
notIn?: $Enums.NetworkElementClassification[] | Prisma.ListEnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
290
|
+
not?: Prisma.NestedEnumNetworkElementClassificationFilter<$PrismaModel> | $Enums.NetworkElementClassification
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
export type EnumNetworkElementClassificationWithAggregatesFilter<$PrismaModel = never> = {
|
|
294
|
+
equals?: $Enums.NetworkElementClassification | Prisma.EnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
295
|
+
in?: $Enums.NetworkElementClassification[] | Prisma.ListEnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
296
|
+
notIn?: $Enums.NetworkElementClassification[] | Prisma.ListEnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
297
|
+
not?: Prisma.NestedEnumNetworkElementClassificationWithAggregatesFilter<$PrismaModel> | $Enums.NetworkElementClassification
|
|
298
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
299
|
+
_min?: Prisma.NestedEnumNetworkElementClassificationFilter<$PrismaModel>
|
|
300
|
+
_max?: Prisma.NestedEnumNetworkElementClassificationFilter<$PrismaModel>
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export type FloatNullableFilter<$PrismaModel = never> = {
|
|
304
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
|
305
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
306
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
307
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
308
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
309
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
310
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
311
|
+
not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
315
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
|
316
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
317
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
318
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
319
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
320
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
321
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
322
|
+
not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
|
|
323
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
324
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
325
|
+
_sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
326
|
+
_min?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
327
|
+
_max?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export type EnumRelationTypeFilter<$PrismaModel = never> = {
|
|
331
|
+
equals?: $Enums.RelationType | Prisma.EnumRelationTypeFieldRefInput<$PrismaModel>
|
|
332
|
+
in?: $Enums.RelationType[] | Prisma.ListEnumRelationTypeFieldRefInput<$PrismaModel>
|
|
333
|
+
notIn?: $Enums.RelationType[] | Prisma.ListEnumRelationTypeFieldRefInput<$PrismaModel>
|
|
334
|
+
not?: Prisma.NestedEnumRelationTypeFilter<$PrismaModel> | $Enums.RelationType
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
export type EnumRelationTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
338
|
+
equals?: $Enums.RelationType | Prisma.EnumRelationTypeFieldRefInput<$PrismaModel>
|
|
339
|
+
in?: $Enums.RelationType[] | Prisma.ListEnumRelationTypeFieldRefInput<$PrismaModel>
|
|
340
|
+
notIn?: $Enums.RelationType[] | Prisma.ListEnumRelationTypeFieldRefInput<$PrismaModel>
|
|
341
|
+
not?: Prisma.NestedEnumRelationTypeWithAggregatesFilter<$PrismaModel> | $Enums.RelationType
|
|
342
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
343
|
+
_min?: Prisma.NestedEnumRelationTypeFilter<$PrismaModel>
|
|
344
|
+
_max?: Prisma.NestedEnumRelationTypeFilter<$PrismaModel>
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
export type EnumAttributeTypeFilter<$PrismaModel = never> = {
|
|
348
|
+
equals?: $Enums.AttributeType | Prisma.EnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
349
|
+
in?: $Enums.AttributeType[] | Prisma.ListEnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
350
|
+
notIn?: $Enums.AttributeType[] | Prisma.ListEnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
351
|
+
not?: Prisma.NestedEnumAttributeTypeFilter<$PrismaModel> | $Enums.AttributeType
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
export type EnumAttributeTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
355
|
+
equals?: $Enums.AttributeType | Prisma.EnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
356
|
+
in?: $Enums.AttributeType[] | Prisma.ListEnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
357
|
+
notIn?: $Enums.AttributeType[] | Prisma.ListEnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
358
|
+
not?: Prisma.NestedEnumAttributeTypeWithAggregatesFilter<$PrismaModel> | $Enums.AttributeType
|
|
359
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
360
|
+
_min?: Prisma.NestedEnumAttributeTypeFilter<$PrismaModel>
|
|
361
|
+
_max?: Prisma.NestedEnumAttributeTypeFilter<$PrismaModel>
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export type EnumCableAttachmentRoleFilter<$PrismaModel = never> = {
|
|
365
|
+
equals?: $Enums.CableAttachmentRole | Prisma.EnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
366
|
+
in?: $Enums.CableAttachmentRole[] | Prisma.ListEnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
367
|
+
notIn?: $Enums.CableAttachmentRole[] | Prisma.ListEnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
368
|
+
not?: Prisma.NestedEnumCableAttachmentRoleFilter<$PrismaModel> | $Enums.CableAttachmentRole
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
export type EnumCableAttachmentRoleWithAggregatesFilter<$PrismaModel = never> = {
|
|
372
|
+
equals?: $Enums.CableAttachmentRole | Prisma.EnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
373
|
+
in?: $Enums.CableAttachmentRole[] | Prisma.ListEnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
374
|
+
notIn?: $Enums.CableAttachmentRole[] | Prisma.ListEnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
375
|
+
not?: Prisma.NestedEnumCableAttachmentRoleWithAggregatesFilter<$PrismaModel> | $Enums.CableAttachmentRole
|
|
376
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
377
|
+
_min?: Prisma.NestedEnumCableAttachmentRoleFilter<$PrismaModel>
|
|
378
|
+
_max?: Prisma.NestedEnumCableAttachmentRoleFilter<$PrismaModel>
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export type FloatFilter<$PrismaModel = never> = {
|
|
382
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
383
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
384
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
385
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
386
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
387
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
388
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
389
|
+
not?: Prisma.NestedFloatFilter<$PrismaModel> | number
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
export type FloatWithAggregatesFilter<$PrismaModel = never> = {
|
|
393
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
394
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
395
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
396
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
397
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
398
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
399
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
400
|
+
not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number
|
|
401
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
402
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
403
|
+
_sum?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
404
|
+
_min?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
405
|
+
_max?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export type EnumRevisionStatusFilter<$PrismaModel = never> = {
|
|
409
|
+
equals?: $Enums.RevisionStatus | Prisma.EnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
410
|
+
in?: $Enums.RevisionStatus[] | Prisma.ListEnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
411
|
+
notIn?: $Enums.RevisionStatus[] | Prisma.ListEnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
412
|
+
not?: Prisma.NestedEnumRevisionStatusFilter<$PrismaModel> | $Enums.RevisionStatus
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export type EnumRevisionStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
416
|
+
equals?: $Enums.RevisionStatus | Prisma.EnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
417
|
+
in?: $Enums.RevisionStatus[] | Prisma.ListEnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
418
|
+
notIn?: $Enums.RevisionStatus[] | Prisma.ListEnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
419
|
+
not?: Prisma.NestedEnumRevisionStatusWithAggregatesFilter<$PrismaModel> | $Enums.RevisionStatus
|
|
420
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
421
|
+
_min?: Prisma.NestedEnumRevisionStatusFilter<$PrismaModel>
|
|
422
|
+
_max?: Prisma.NestedEnumRevisionStatusFilter<$PrismaModel>
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export type EnumMapElementTypeFilter<$PrismaModel = never> = {
|
|
426
|
+
equals?: $Enums.MapElementType | Prisma.EnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
427
|
+
in?: $Enums.MapElementType[] | Prisma.ListEnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
428
|
+
notIn?: $Enums.MapElementType[] | Prisma.ListEnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
429
|
+
not?: Prisma.NestedEnumMapElementTypeFilter<$PrismaModel> | $Enums.MapElementType
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export type EnumMapElementTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
433
|
+
equals?: $Enums.MapElementType | Prisma.EnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
434
|
+
in?: $Enums.MapElementType[] | Prisma.ListEnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
435
|
+
notIn?: $Enums.MapElementType[] | Prisma.ListEnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
436
|
+
not?: Prisma.NestedEnumMapElementTypeWithAggregatesFilter<$PrismaModel> | $Enums.MapElementType
|
|
437
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
438
|
+
_min?: Prisma.NestedEnumMapElementTypeFilter<$PrismaModel>
|
|
439
|
+
_max?: Prisma.NestedEnumMapElementTypeFilter<$PrismaModel>
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export type EnumClusterProjectPhaseFilter<$PrismaModel = never> = {
|
|
443
|
+
equals?: $Enums.ClusterProjectPhase | Prisma.EnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
444
|
+
in?: $Enums.ClusterProjectPhase[] | Prisma.ListEnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
445
|
+
notIn?: $Enums.ClusterProjectPhase[] | Prisma.ListEnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
446
|
+
not?: Prisma.NestedEnumClusterProjectPhaseFilter<$PrismaModel> | $Enums.ClusterProjectPhase
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export type EnumClusterProjectPhaseWithAggregatesFilter<$PrismaModel = never> = {
|
|
450
|
+
equals?: $Enums.ClusterProjectPhase | Prisma.EnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
451
|
+
in?: $Enums.ClusterProjectPhase[] | Prisma.ListEnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
452
|
+
notIn?: $Enums.ClusterProjectPhase[] | Prisma.ListEnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
453
|
+
not?: Prisma.NestedEnumClusterProjectPhaseWithAggregatesFilter<$PrismaModel> | $Enums.ClusterProjectPhase
|
|
454
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
455
|
+
_min?: Prisma.NestedEnumClusterProjectPhaseFilter<$PrismaModel>
|
|
456
|
+
_max?: Prisma.NestedEnumClusterProjectPhaseFilter<$PrismaModel>
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export type EnumCentralOfficeTeamPositionFilter<$PrismaModel = never> = {
|
|
460
|
+
equals?: $Enums.CentralOfficeTeamPosition | Prisma.EnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
461
|
+
in?: $Enums.CentralOfficeTeamPosition[] | Prisma.ListEnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
462
|
+
notIn?: $Enums.CentralOfficeTeamPosition[] | Prisma.ListEnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
463
|
+
not?: Prisma.NestedEnumCentralOfficeTeamPositionFilter<$PrismaModel> | $Enums.CentralOfficeTeamPosition
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export type EnumCentralOfficeTeamPositionWithAggregatesFilter<$PrismaModel = never> = {
|
|
467
|
+
equals?: $Enums.CentralOfficeTeamPosition | Prisma.EnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
468
|
+
in?: $Enums.CentralOfficeTeamPosition[] | Prisma.ListEnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
469
|
+
notIn?: $Enums.CentralOfficeTeamPosition[] | Prisma.ListEnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
470
|
+
not?: Prisma.NestedEnumCentralOfficeTeamPositionWithAggregatesFilter<$PrismaModel> | $Enums.CentralOfficeTeamPosition
|
|
471
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
472
|
+
_min?: Prisma.NestedEnumCentralOfficeTeamPositionFilter<$PrismaModel>
|
|
473
|
+
_max?: Prisma.NestedEnumCentralOfficeTeamPositionFilter<$PrismaModel>
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export type EnumNetworkElementChildTypeFilter<$PrismaModel = never> = {
|
|
477
|
+
equals?: $Enums.NetworkElementChildType | Prisma.EnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
478
|
+
in?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
479
|
+
notIn?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
480
|
+
not?: Prisma.NestedEnumNetworkElementChildTypeFilter<$PrismaModel> | $Enums.NetworkElementChildType
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
export type EnumNetworkElementChildTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
484
|
+
equals?: $Enums.NetworkElementChildType | Prisma.EnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
485
|
+
in?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
486
|
+
notIn?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
487
|
+
not?: Prisma.NestedEnumNetworkElementChildTypeWithAggregatesFilter<$PrismaModel> | $Enums.NetworkElementChildType
|
|
488
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
489
|
+
_min?: Prisma.NestedEnumNetworkElementChildTypeFilter<$PrismaModel>
|
|
490
|
+
_max?: Prisma.NestedEnumNetworkElementChildTypeFilter<$PrismaModel>
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export type EnumEquipmentTypeFilter<$PrismaModel = never> = {
|
|
494
|
+
equals?: $Enums.EquipmentType | Prisma.EnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
495
|
+
in?: $Enums.EquipmentType[] | Prisma.ListEnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
496
|
+
notIn?: $Enums.EquipmentType[] | Prisma.ListEnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
497
|
+
not?: Prisma.NestedEnumEquipmentTypeFilter<$PrismaModel> | $Enums.EquipmentType
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
export type EnumEquipmentTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
501
|
+
equals?: $Enums.EquipmentType | Prisma.EnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
502
|
+
in?: $Enums.EquipmentType[] | Prisma.ListEnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
503
|
+
notIn?: $Enums.EquipmentType[] | Prisma.ListEnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
504
|
+
not?: Prisma.NestedEnumEquipmentTypeWithAggregatesFilter<$PrismaModel> | $Enums.EquipmentType
|
|
505
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
506
|
+
_min?: Prisma.NestedEnumEquipmentTypeFilter<$PrismaModel>
|
|
507
|
+
_max?: Prisma.NestedEnumEquipmentTypeFilter<$PrismaModel>
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export type JsonFilter<$PrismaModel = never> =
|
|
511
|
+
| Prisma.PatchUndefined<
|
|
512
|
+
Prisma.Either<Required<JsonFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonFilterBase<$PrismaModel>>, 'path'>>,
|
|
513
|
+
Required<JsonFilterBase<$PrismaModel>>
|
|
514
|
+
>
|
|
515
|
+
| Prisma.OptionalFlat<Omit<Required<JsonFilterBase<$PrismaModel>>, 'path'>>
|
|
516
|
+
|
|
517
|
+
export type JsonFilterBase<$PrismaModel = never> = {
|
|
518
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
519
|
+
path?: string[]
|
|
520
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
521
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
522
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
523
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
524
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
525
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
526
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
527
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
528
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
529
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
530
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
531
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export type JsonWithAggregatesFilter<$PrismaModel = never> =
|
|
535
|
+
| Prisma.PatchUndefined<
|
|
536
|
+
Prisma.Either<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
|
|
537
|
+
Required<JsonWithAggregatesFilterBase<$PrismaModel>>
|
|
538
|
+
>
|
|
539
|
+
| Prisma.OptionalFlat<Omit<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>
|
|
540
|
+
|
|
541
|
+
export type JsonWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
542
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
543
|
+
path?: string[]
|
|
544
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
545
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
546
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
547
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
548
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
549
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
550
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
551
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
552
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
553
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
554
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
555
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
556
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
557
|
+
_min?: Prisma.NestedJsonFilter<$PrismaModel>
|
|
558
|
+
_max?: Prisma.NestedJsonFilter<$PrismaModel>
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
export type EnumNetworkElementChildTypeNullableFilter<$PrismaModel = never> = {
|
|
562
|
+
equals?: $Enums.NetworkElementChildType | Prisma.EnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
563
|
+
in?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
564
|
+
notIn?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
565
|
+
not?: Prisma.NestedEnumNetworkElementChildTypeNullableFilter<$PrismaModel> | $Enums.NetworkElementChildType | null
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export type EnumMetricTypeNullableFilter<$PrismaModel = never> = {
|
|
569
|
+
equals?: $Enums.MetricType | Prisma.EnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
570
|
+
in?: $Enums.MetricType[] | Prisma.ListEnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
571
|
+
notIn?: $Enums.MetricType[] | Prisma.ListEnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
572
|
+
not?: Prisma.NestedEnumMetricTypeNullableFilter<$PrismaModel> | $Enums.MetricType | null
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
export type EnumAggregationOperationNullableFilter<$PrismaModel = never> = {
|
|
576
|
+
equals?: $Enums.AggregationOperation | Prisma.EnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
577
|
+
in?: $Enums.AggregationOperation[] | Prisma.ListEnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
578
|
+
notIn?: $Enums.AggregationOperation[] | Prisma.ListEnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
579
|
+
not?: Prisma.NestedEnumAggregationOperationNullableFilter<$PrismaModel> | $Enums.AggregationOperation | null
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
export type EnumProjectLevelNullableFilter<$PrismaModel = never> = {
|
|
583
|
+
equals?: $Enums.ProjectLevel | Prisma.EnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
584
|
+
in?: $Enums.ProjectLevel[] | Prisma.ListEnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
585
|
+
notIn?: $Enums.ProjectLevel[] | Prisma.ListEnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
586
|
+
not?: Prisma.NestedEnumProjectLevelNullableFilter<$PrismaModel> | $Enums.ProjectLevel | null
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export type EnumNetworkElementChildTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
590
|
+
equals?: $Enums.NetworkElementChildType | Prisma.EnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
591
|
+
in?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
592
|
+
notIn?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
593
|
+
not?: Prisma.NestedEnumNetworkElementChildTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.NetworkElementChildType | null
|
|
594
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
595
|
+
_min?: Prisma.NestedEnumNetworkElementChildTypeNullableFilter<$PrismaModel>
|
|
596
|
+
_max?: Prisma.NestedEnumNetworkElementChildTypeNullableFilter<$PrismaModel>
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
export type EnumMetricTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
600
|
+
equals?: $Enums.MetricType | Prisma.EnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
601
|
+
in?: $Enums.MetricType[] | Prisma.ListEnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
602
|
+
notIn?: $Enums.MetricType[] | Prisma.ListEnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
603
|
+
not?: Prisma.NestedEnumMetricTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.MetricType | null
|
|
604
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
605
|
+
_min?: Prisma.NestedEnumMetricTypeNullableFilter<$PrismaModel>
|
|
606
|
+
_max?: Prisma.NestedEnumMetricTypeNullableFilter<$PrismaModel>
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
export type EnumAggregationOperationNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
610
|
+
equals?: $Enums.AggregationOperation | Prisma.EnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
611
|
+
in?: $Enums.AggregationOperation[] | Prisma.ListEnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
612
|
+
notIn?: $Enums.AggregationOperation[] | Prisma.ListEnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
613
|
+
not?: Prisma.NestedEnumAggregationOperationNullableWithAggregatesFilter<$PrismaModel> | $Enums.AggregationOperation | null
|
|
614
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
615
|
+
_min?: Prisma.NestedEnumAggregationOperationNullableFilter<$PrismaModel>
|
|
616
|
+
_max?: Prisma.NestedEnumAggregationOperationNullableFilter<$PrismaModel>
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
export type EnumProjectLevelNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
620
|
+
equals?: $Enums.ProjectLevel | Prisma.EnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
621
|
+
in?: $Enums.ProjectLevel[] | Prisma.ListEnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
622
|
+
notIn?: $Enums.ProjectLevel[] | Prisma.ListEnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
623
|
+
not?: Prisma.NestedEnumProjectLevelNullableWithAggregatesFilter<$PrismaModel> | $Enums.ProjectLevel | null
|
|
624
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
625
|
+
_min?: Prisma.NestedEnumProjectLevelNullableFilter<$PrismaModel>
|
|
626
|
+
_max?: Prisma.NestedEnumProjectLevelNullableFilter<$PrismaModel>
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
export type EnumValueFormatFilter<$PrismaModel = never> = {
|
|
630
|
+
equals?: $Enums.ValueFormat | Prisma.EnumValueFormatFieldRefInput<$PrismaModel>
|
|
631
|
+
in?: $Enums.ValueFormat[] | Prisma.ListEnumValueFormatFieldRefInput<$PrismaModel>
|
|
632
|
+
notIn?: $Enums.ValueFormat[] | Prisma.ListEnumValueFormatFieldRefInput<$PrismaModel>
|
|
633
|
+
not?: Prisma.NestedEnumValueFormatFilter<$PrismaModel> | $Enums.ValueFormat
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export type EnumValueFormatWithAggregatesFilter<$PrismaModel = never> = {
|
|
637
|
+
equals?: $Enums.ValueFormat | Prisma.EnumValueFormatFieldRefInput<$PrismaModel>
|
|
638
|
+
in?: $Enums.ValueFormat[] | Prisma.ListEnumValueFormatFieldRefInput<$PrismaModel>
|
|
639
|
+
notIn?: $Enums.ValueFormat[] | Prisma.ListEnumValueFormatFieldRefInput<$PrismaModel>
|
|
640
|
+
not?: Prisma.NestedEnumValueFormatWithAggregatesFilter<$PrismaModel> | $Enums.ValueFormat
|
|
641
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
642
|
+
_min?: Prisma.NestedEnumValueFormatFilter<$PrismaModel>
|
|
643
|
+
_max?: Prisma.NestedEnumValueFormatFilter<$PrismaModel>
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export type EnumChartTypeFilter<$PrismaModel = never> = {
|
|
647
|
+
equals?: $Enums.ChartType | Prisma.EnumChartTypeFieldRefInput<$PrismaModel>
|
|
648
|
+
in?: $Enums.ChartType[] | Prisma.ListEnumChartTypeFieldRefInput<$PrismaModel>
|
|
649
|
+
notIn?: $Enums.ChartType[] | Prisma.ListEnumChartTypeFieldRefInput<$PrismaModel>
|
|
650
|
+
not?: Prisma.NestedEnumChartTypeFilter<$PrismaModel> | $Enums.ChartType
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
export type EnumChartTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
654
|
+
equals?: $Enums.ChartType | Prisma.EnumChartTypeFieldRefInput<$PrismaModel>
|
|
655
|
+
in?: $Enums.ChartType[] | Prisma.ListEnumChartTypeFieldRefInput<$PrismaModel>
|
|
656
|
+
notIn?: $Enums.ChartType[] | Prisma.ListEnumChartTypeFieldRefInput<$PrismaModel>
|
|
657
|
+
not?: Prisma.NestedEnumChartTypeWithAggregatesFilter<$PrismaModel> | $Enums.ChartType
|
|
658
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
659
|
+
_min?: Prisma.NestedEnumChartTypeFilter<$PrismaModel>
|
|
660
|
+
_max?: Prisma.NestedEnumChartTypeFilter<$PrismaModel>
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
export type NestedStringFilter<$PrismaModel = never> = {
|
|
664
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
665
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
666
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
667
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
668
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
669
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
670
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
671
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
672
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
673
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
674
|
+
not?: Prisma.NestedStringFilter<$PrismaModel> | string
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
export type NestedIntFilter<$PrismaModel = never> = {
|
|
678
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
679
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
680
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
681
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
682
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
683
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
684
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
685
|
+
not?: Prisma.NestedIntFilter<$PrismaModel> | number
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
export type NestedStringNullableFilter<$PrismaModel = never> = {
|
|
689
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
|
690
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
691
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
692
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
693
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
694
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
695
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
696
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
697
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
698
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
699
|
+
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
export type NestedDateTimeFilter<$PrismaModel = never> = {
|
|
703
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
704
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
705
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
706
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
707
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
708
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
709
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
710
|
+
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
|
|
714
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
715
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
716
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
|
|
717
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
718
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
719
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
720
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
721
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
722
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
723
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
724
|
+
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string
|
|
725
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
726
|
+
_min?: Prisma.NestedStringFilter<$PrismaModel>
|
|
727
|
+
_max?: Prisma.NestedStringFilter<$PrismaModel>
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
|
|
731
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
732
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
733
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
|
|
734
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
735
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
736
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
737
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
738
|
+
not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
|
|
739
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
740
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
741
|
+
_sum?: Prisma.NestedIntFilter<$PrismaModel>
|
|
742
|
+
_min?: Prisma.NestedIntFilter<$PrismaModel>
|
|
743
|
+
_max?: Prisma.NestedIntFilter<$PrismaModel>
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
export type NestedFloatFilter<$PrismaModel = never> = {
|
|
747
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
748
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
749
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
750
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
751
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
752
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
753
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
754
|
+
not?: Prisma.NestedFloatFilter<$PrismaModel> | number
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
758
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
|
|
759
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
760
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
|
|
761
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
762
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
763
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
764
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
765
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
766
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
767
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
768
|
+
not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null
|
|
769
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
770
|
+
_min?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
|
771
|
+
_max?: Prisma.NestedStringNullableFilter<$PrismaModel>
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
export type NestedIntNullableFilter<$PrismaModel = never> = {
|
|
775
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
|
776
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
777
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
778
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
779
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
780
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
781
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
782
|
+
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
786
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
787
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
788
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
|
|
789
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
790
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
791
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
792
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
793
|
+
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
|
|
794
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
795
|
+
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
|
796
|
+
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
|
|
800
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
|
|
801
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
802
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
803
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
804
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
805
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
806
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
807
|
+
not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
export type NestedDateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
811
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
|
|
812
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
813
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
|
|
814
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
815
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
816
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
817
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
|
|
818
|
+
not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
|
|
819
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
820
|
+
_min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
|
821
|
+
_max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
export type NestedJsonNullableFilter<$PrismaModel = never> =
|
|
825
|
+
| Prisma.PatchUndefined<
|
|
826
|
+
Prisma.Either<Required<NestedJsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>,
|
|
827
|
+
Required<NestedJsonNullableFilterBase<$PrismaModel>>
|
|
828
|
+
>
|
|
829
|
+
| Prisma.OptionalFlat<Omit<Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>
|
|
830
|
+
|
|
831
|
+
export type NestedJsonNullableFilterBase<$PrismaModel = never> = {
|
|
832
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
833
|
+
path?: string[]
|
|
834
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
835
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
836
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
837
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
838
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
839
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
840
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
841
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
842
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
843
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
844
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
845
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
export type NestedBoolFilter<$PrismaModel = never> = {
|
|
849
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
|
850
|
+
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
854
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
|
|
855
|
+
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
|
|
856
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
857
|
+
_min?: Prisma.NestedBoolFilter<$PrismaModel>
|
|
858
|
+
_max?: Prisma.NestedBoolFilter<$PrismaModel>
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
862
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
|
|
863
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
864
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
|
|
865
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
866
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
867
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
868
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
|
|
869
|
+
not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
|
870
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
871
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
872
|
+
_sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
873
|
+
_min?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
874
|
+
_max?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
export type NestedFloatNullableFilter<$PrismaModel = never> = {
|
|
878
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
|
879
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
880
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
881
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
882
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
883
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
884
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
885
|
+
not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
export type NestedBoolNullableFilter<$PrismaModel = never> = {
|
|
889
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null
|
|
890
|
+
not?: Prisma.NestedBoolNullableFilter<$PrismaModel> | boolean | null
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
export type NestedBoolNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
894
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null
|
|
895
|
+
not?: Prisma.NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null
|
|
896
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
897
|
+
_min?: Prisma.NestedBoolNullableFilter<$PrismaModel>
|
|
898
|
+
_max?: Prisma.NestedBoolNullableFilter<$PrismaModel>
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
export type NestedEnumNotificationPlatformFilter<$PrismaModel = never> = {
|
|
902
|
+
equals?: $Enums.NotificationPlatform | Prisma.EnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
903
|
+
in?: $Enums.NotificationPlatform[] | Prisma.ListEnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
904
|
+
notIn?: $Enums.NotificationPlatform[] | Prisma.ListEnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
905
|
+
not?: Prisma.NestedEnumNotificationPlatformFilter<$PrismaModel> | $Enums.NotificationPlatform
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
export type NestedEnumNotificationPlatformWithAggregatesFilter<$PrismaModel = never> = {
|
|
909
|
+
equals?: $Enums.NotificationPlatform | Prisma.EnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
910
|
+
in?: $Enums.NotificationPlatform[] | Prisma.ListEnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
911
|
+
notIn?: $Enums.NotificationPlatform[] | Prisma.ListEnumNotificationPlatformFieldRefInput<$PrismaModel>
|
|
912
|
+
not?: Prisma.NestedEnumNotificationPlatformWithAggregatesFilter<$PrismaModel> | $Enums.NotificationPlatform
|
|
913
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
914
|
+
_min?: Prisma.NestedEnumNotificationPlatformFilter<$PrismaModel>
|
|
915
|
+
_max?: Prisma.NestedEnumNotificationPlatformFilter<$PrismaModel>
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
export type NestedEnumNetworkElementClassificationFilter<$PrismaModel = never> = {
|
|
919
|
+
equals?: $Enums.NetworkElementClassification | Prisma.EnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
920
|
+
in?: $Enums.NetworkElementClassification[] | Prisma.ListEnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
921
|
+
notIn?: $Enums.NetworkElementClassification[] | Prisma.ListEnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
922
|
+
not?: Prisma.NestedEnumNetworkElementClassificationFilter<$PrismaModel> | $Enums.NetworkElementClassification
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
export type NestedEnumNetworkElementClassificationWithAggregatesFilter<$PrismaModel = never> = {
|
|
926
|
+
equals?: $Enums.NetworkElementClassification | Prisma.EnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
927
|
+
in?: $Enums.NetworkElementClassification[] | Prisma.ListEnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
928
|
+
notIn?: $Enums.NetworkElementClassification[] | Prisma.ListEnumNetworkElementClassificationFieldRefInput<$PrismaModel>
|
|
929
|
+
not?: Prisma.NestedEnumNetworkElementClassificationWithAggregatesFilter<$PrismaModel> | $Enums.NetworkElementClassification
|
|
930
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
931
|
+
_min?: Prisma.NestedEnumNetworkElementClassificationFilter<$PrismaModel>
|
|
932
|
+
_max?: Prisma.NestedEnumNetworkElementClassificationFilter<$PrismaModel>
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
936
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
|
|
937
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
938
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
|
|
939
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
940
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
941
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
942
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
943
|
+
not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null
|
|
944
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
945
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
946
|
+
_sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
947
|
+
_min?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
948
|
+
_max?: Prisma.NestedFloatNullableFilter<$PrismaModel>
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
export type NestedEnumRelationTypeFilter<$PrismaModel = never> = {
|
|
952
|
+
equals?: $Enums.RelationType | Prisma.EnumRelationTypeFieldRefInput<$PrismaModel>
|
|
953
|
+
in?: $Enums.RelationType[] | Prisma.ListEnumRelationTypeFieldRefInput<$PrismaModel>
|
|
954
|
+
notIn?: $Enums.RelationType[] | Prisma.ListEnumRelationTypeFieldRefInput<$PrismaModel>
|
|
955
|
+
not?: Prisma.NestedEnumRelationTypeFilter<$PrismaModel> | $Enums.RelationType
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export type NestedEnumRelationTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
959
|
+
equals?: $Enums.RelationType | Prisma.EnumRelationTypeFieldRefInput<$PrismaModel>
|
|
960
|
+
in?: $Enums.RelationType[] | Prisma.ListEnumRelationTypeFieldRefInput<$PrismaModel>
|
|
961
|
+
notIn?: $Enums.RelationType[] | Prisma.ListEnumRelationTypeFieldRefInput<$PrismaModel>
|
|
962
|
+
not?: Prisma.NestedEnumRelationTypeWithAggregatesFilter<$PrismaModel> | $Enums.RelationType
|
|
963
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
964
|
+
_min?: Prisma.NestedEnumRelationTypeFilter<$PrismaModel>
|
|
965
|
+
_max?: Prisma.NestedEnumRelationTypeFilter<$PrismaModel>
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
export type NestedEnumAttributeTypeFilter<$PrismaModel = never> = {
|
|
969
|
+
equals?: $Enums.AttributeType | Prisma.EnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
970
|
+
in?: $Enums.AttributeType[] | Prisma.ListEnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
971
|
+
notIn?: $Enums.AttributeType[] | Prisma.ListEnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
972
|
+
not?: Prisma.NestedEnumAttributeTypeFilter<$PrismaModel> | $Enums.AttributeType
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
export type NestedEnumAttributeTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
976
|
+
equals?: $Enums.AttributeType | Prisma.EnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
977
|
+
in?: $Enums.AttributeType[] | Prisma.ListEnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
978
|
+
notIn?: $Enums.AttributeType[] | Prisma.ListEnumAttributeTypeFieldRefInput<$PrismaModel>
|
|
979
|
+
not?: Prisma.NestedEnumAttributeTypeWithAggregatesFilter<$PrismaModel> | $Enums.AttributeType
|
|
980
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
981
|
+
_min?: Prisma.NestedEnumAttributeTypeFilter<$PrismaModel>
|
|
982
|
+
_max?: Prisma.NestedEnumAttributeTypeFilter<$PrismaModel>
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
export type NestedEnumCableAttachmentRoleFilter<$PrismaModel = never> = {
|
|
986
|
+
equals?: $Enums.CableAttachmentRole | Prisma.EnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
987
|
+
in?: $Enums.CableAttachmentRole[] | Prisma.ListEnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
988
|
+
notIn?: $Enums.CableAttachmentRole[] | Prisma.ListEnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
989
|
+
not?: Prisma.NestedEnumCableAttachmentRoleFilter<$PrismaModel> | $Enums.CableAttachmentRole
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
export type NestedEnumCableAttachmentRoleWithAggregatesFilter<$PrismaModel = never> = {
|
|
993
|
+
equals?: $Enums.CableAttachmentRole | Prisma.EnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
994
|
+
in?: $Enums.CableAttachmentRole[] | Prisma.ListEnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
995
|
+
notIn?: $Enums.CableAttachmentRole[] | Prisma.ListEnumCableAttachmentRoleFieldRefInput<$PrismaModel>
|
|
996
|
+
not?: Prisma.NestedEnumCableAttachmentRoleWithAggregatesFilter<$PrismaModel> | $Enums.CableAttachmentRole
|
|
997
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
998
|
+
_min?: Prisma.NestedEnumCableAttachmentRoleFilter<$PrismaModel>
|
|
999
|
+
_max?: Prisma.NestedEnumCableAttachmentRoleFilter<$PrismaModel>
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
export type NestedFloatWithAggregatesFilter<$PrismaModel = never> = {
|
|
1003
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
1004
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
1005
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
|
|
1006
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
1007
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
1008
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
1009
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
|
|
1010
|
+
not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number
|
|
1011
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1012
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
1013
|
+
_sum?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
1014
|
+
_min?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
1015
|
+
_max?: Prisma.NestedFloatFilter<$PrismaModel>
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
export type NestedEnumRevisionStatusFilter<$PrismaModel = never> = {
|
|
1019
|
+
equals?: $Enums.RevisionStatus | Prisma.EnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
1020
|
+
in?: $Enums.RevisionStatus[] | Prisma.ListEnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
1021
|
+
notIn?: $Enums.RevisionStatus[] | Prisma.ListEnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
1022
|
+
not?: Prisma.NestedEnumRevisionStatusFilter<$PrismaModel> | $Enums.RevisionStatus
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
export type NestedEnumRevisionStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
1026
|
+
equals?: $Enums.RevisionStatus | Prisma.EnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
1027
|
+
in?: $Enums.RevisionStatus[] | Prisma.ListEnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
1028
|
+
notIn?: $Enums.RevisionStatus[] | Prisma.ListEnumRevisionStatusFieldRefInput<$PrismaModel>
|
|
1029
|
+
not?: Prisma.NestedEnumRevisionStatusWithAggregatesFilter<$PrismaModel> | $Enums.RevisionStatus
|
|
1030
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1031
|
+
_min?: Prisma.NestedEnumRevisionStatusFilter<$PrismaModel>
|
|
1032
|
+
_max?: Prisma.NestedEnumRevisionStatusFilter<$PrismaModel>
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
export type NestedEnumMapElementTypeFilter<$PrismaModel = never> = {
|
|
1036
|
+
equals?: $Enums.MapElementType | Prisma.EnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
1037
|
+
in?: $Enums.MapElementType[] | Prisma.ListEnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
1038
|
+
notIn?: $Enums.MapElementType[] | Prisma.ListEnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
1039
|
+
not?: Prisma.NestedEnumMapElementTypeFilter<$PrismaModel> | $Enums.MapElementType
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
export type NestedEnumMapElementTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1043
|
+
equals?: $Enums.MapElementType | Prisma.EnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
1044
|
+
in?: $Enums.MapElementType[] | Prisma.ListEnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
1045
|
+
notIn?: $Enums.MapElementType[] | Prisma.ListEnumMapElementTypeFieldRefInput<$PrismaModel>
|
|
1046
|
+
not?: Prisma.NestedEnumMapElementTypeWithAggregatesFilter<$PrismaModel> | $Enums.MapElementType
|
|
1047
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1048
|
+
_min?: Prisma.NestedEnumMapElementTypeFilter<$PrismaModel>
|
|
1049
|
+
_max?: Prisma.NestedEnumMapElementTypeFilter<$PrismaModel>
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export type NestedEnumClusterProjectPhaseFilter<$PrismaModel = never> = {
|
|
1053
|
+
equals?: $Enums.ClusterProjectPhase | Prisma.EnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
1054
|
+
in?: $Enums.ClusterProjectPhase[] | Prisma.ListEnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
1055
|
+
notIn?: $Enums.ClusterProjectPhase[] | Prisma.ListEnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
1056
|
+
not?: Prisma.NestedEnumClusterProjectPhaseFilter<$PrismaModel> | $Enums.ClusterProjectPhase
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
export type NestedEnumClusterProjectPhaseWithAggregatesFilter<$PrismaModel = never> = {
|
|
1060
|
+
equals?: $Enums.ClusterProjectPhase | Prisma.EnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
1061
|
+
in?: $Enums.ClusterProjectPhase[] | Prisma.ListEnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
1062
|
+
notIn?: $Enums.ClusterProjectPhase[] | Prisma.ListEnumClusterProjectPhaseFieldRefInput<$PrismaModel>
|
|
1063
|
+
not?: Prisma.NestedEnumClusterProjectPhaseWithAggregatesFilter<$PrismaModel> | $Enums.ClusterProjectPhase
|
|
1064
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1065
|
+
_min?: Prisma.NestedEnumClusterProjectPhaseFilter<$PrismaModel>
|
|
1066
|
+
_max?: Prisma.NestedEnumClusterProjectPhaseFilter<$PrismaModel>
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
export type NestedEnumCentralOfficeTeamPositionFilter<$PrismaModel = never> = {
|
|
1070
|
+
equals?: $Enums.CentralOfficeTeamPosition | Prisma.EnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
1071
|
+
in?: $Enums.CentralOfficeTeamPosition[] | Prisma.ListEnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
1072
|
+
notIn?: $Enums.CentralOfficeTeamPosition[] | Prisma.ListEnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
1073
|
+
not?: Prisma.NestedEnumCentralOfficeTeamPositionFilter<$PrismaModel> | $Enums.CentralOfficeTeamPosition
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
export type NestedEnumCentralOfficeTeamPositionWithAggregatesFilter<$PrismaModel = never> = {
|
|
1077
|
+
equals?: $Enums.CentralOfficeTeamPosition | Prisma.EnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
1078
|
+
in?: $Enums.CentralOfficeTeamPosition[] | Prisma.ListEnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
1079
|
+
notIn?: $Enums.CentralOfficeTeamPosition[] | Prisma.ListEnumCentralOfficeTeamPositionFieldRefInput<$PrismaModel>
|
|
1080
|
+
not?: Prisma.NestedEnumCentralOfficeTeamPositionWithAggregatesFilter<$PrismaModel> | $Enums.CentralOfficeTeamPosition
|
|
1081
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1082
|
+
_min?: Prisma.NestedEnumCentralOfficeTeamPositionFilter<$PrismaModel>
|
|
1083
|
+
_max?: Prisma.NestedEnumCentralOfficeTeamPositionFilter<$PrismaModel>
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
export type NestedEnumNetworkElementChildTypeFilter<$PrismaModel = never> = {
|
|
1087
|
+
equals?: $Enums.NetworkElementChildType | Prisma.EnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
1088
|
+
in?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
1089
|
+
notIn?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
1090
|
+
not?: Prisma.NestedEnumNetworkElementChildTypeFilter<$PrismaModel> | $Enums.NetworkElementChildType
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
export type NestedEnumNetworkElementChildTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1094
|
+
equals?: $Enums.NetworkElementChildType | Prisma.EnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
1095
|
+
in?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
1096
|
+
notIn?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel>
|
|
1097
|
+
not?: Prisma.NestedEnumNetworkElementChildTypeWithAggregatesFilter<$PrismaModel> | $Enums.NetworkElementChildType
|
|
1098
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1099
|
+
_min?: Prisma.NestedEnumNetworkElementChildTypeFilter<$PrismaModel>
|
|
1100
|
+
_max?: Prisma.NestedEnumNetworkElementChildTypeFilter<$PrismaModel>
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
export type NestedEnumEquipmentTypeFilter<$PrismaModel = never> = {
|
|
1104
|
+
equals?: $Enums.EquipmentType | Prisma.EnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
1105
|
+
in?: $Enums.EquipmentType[] | Prisma.ListEnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
1106
|
+
notIn?: $Enums.EquipmentType[] | Prisma.ListEnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
1107
|
+
not?: Prisma.NestedEnumEquipmentTypeFilter<$PrismaModel> | $Enums.EquipmentType
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
export type NestedEnumEquipmentTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1111
|
+
equals?: $Enums.EquipmentType | Prisma.EnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
1112
|
+
in?: $Enums.EquipmentType[] | Prisma.ListEnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
1113
|
+
notIn?: $Enums.EquipmentType[] | Prisma.ListEnumEquipmentTypeFieldRefInput<$PrismaModel>
|
|
1114
|
+
not?: Prisma.NestedEnumEquipmentTypeWithAggregatesFilter<$PrismaModel> | $Enums.EquipmentType
|
|
1115
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1116
|
+
_min?: Prisma.NestedEnumEquipmentTypeFilter<$PrismaModel>
|
|
1117
|
+
_max?: Prisma.NestedEnumEquipmentTypeFilter<$PrismaModel>
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
export type NestedJsonFilter<$PrismaModel = never> =
|
|
1121
|
+
| Prisma.PatchUndefined<
|
|
1122
|
+
Prisma.Either<Required<NestedJsonFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>,
|
|
1123
|
+
Required<NestedJsonFilterBase<$PrismaModel>>
|
|
1124
|
+
>
|
|
1125
|
+
| Prisma.OptionalFlat<Omit<Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>
|
|
1126
|
+
|
|
1127
|
+
export type NestedJsonFilterBase<$PrismaModel = never> = {
|
|
1128
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
1129
|
+
path?: string[]
|
|
1130
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>
|
|
1131
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
1132
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
1133
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>
|
|
1134
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
1135
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
1136
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null
|
|
1137
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
1138
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
1139
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
1140
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>
|
|
1141
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
export type NestedEnumNetworkElementChildTypeNullableFilter<$PrismaModel = never> = {
|
|
1145
|
+
equals?: $Enums.NetworkElementChildType | Prisma.EnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
1146
|
+
in?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
1147
|
+
notIn?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
1148
|
+
not?: Prisma.NestedEnumNetworkElementChildTypeNullableFilter<$PrismaModel> | $Enums.NetworkElementChildType | null
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
export type NestedEnumMetricTypeNullableFilter<$PrismaModel = never> = {
|
|
1152
|
+
equals?: $Enums.MetricType | Prisma.EnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
1153
|
+
in?: $Enums.MetricType[] | Prisma.ListEnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
1154
|
+
notIn?: $Enums.MetricType[] | Prisma.ListEnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
1155
|
+
not?: Prisma.NestedEnumMetricTypeNullableFilter<$PrismaModel> | $Enums.MetricType | null
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
export type NestedEnumAggregationOperationNullableFilter<$PrismaModel = never> = {
|
|
1159
|
+
equals?: $Enums.AggregationOperation | Prisma.EnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
1160
|
+
in?: $Enums.AggregationOperation[] | Prisma.ListEnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
1161
|
+
notIn?: $Enums.AggregationOperation[] | Prisma.ListEnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
1162
|
+
not?: Prisma.NestedEnumAggregationOperationNullableFilter<$PrismaModel> | $Enums.AggregationOperation | null
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
export type NestedEnumProjectLevelNullableFilter<$PrismaModel = never> = {
|
|
1166
|
+
equals?: $Enums.ProjectLevel | Prisma.EnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
1167
|
+
in?: $Enums.ProjectLevel[] | Prisma.ListEnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
1168
|
+
notIn?: $Enums.ProjectLevel[] | Prisma.ListEnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
1169
|
+
not?: Prisma.NestedEnumProjectLevelNullableFilter<$PrismaModel> | $Enums.ProjectLevel | null
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
export type NestedEnumNetworkElementChildTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1173
|
+
equals?: $Enums.NetworkElementChildType | Prisma.EnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
1174
|
+
in?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
1175
|
+
notIn?: $Enums.NetworkElementChildType[] | Prisma.ListEnumNetworkElementChildTypeFieldRefInput<$PrismaModel> | null
|
|
1176
|
+
not?: Prisma.NestedEnumNetworkElementChildTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.NetworkElementChildType | null
|
|
1177
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
1178
|
+
_min?: Prisma.NestedEnumNetworkElementChildTypeNullableFilter<$PrismaModel>
|
|
1179
|
+
_max?: Prisma.NestedEnumNetworkElementChildTypeNullableFilter<$PrismaModel>
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
export type NestedEnumMetricTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1183
|
+
equals?: $Enums.MetricType | Prisma.EnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
1184
|
+
in?: $Enums.MetricType[] | Prisma.ListEnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
1185
|
+
notIn?: $Enums.MetricType[] | Prisma.ListEnumMetricTypeFieldRefInput<$PrismaModel> | null
|
|
1186
|
+
not?: Prisma.NestedEnumMetricTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.MetricType | null
|
|
1187
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
1188
|
+
_min?: Prisma.NestedEnumMetricTypeNullableFilter<$PrismaModel>
|
|
1189
|
+
_max?: Prisma.NestedEnumMetricTypeNullableFilter<$PrismaModel>
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
export type NestedEnumAggregationOperationNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1193
|
+
equals?: $Enums.AggregationOperation | Prisma.EnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
1194
|
+
in?: $Enums.AggregationOperation[] | Prisma.ListEnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
1195
|
+
notIn?: $Enums.AggregationOperation[] | Prisma.ListEnumAggregationOperationFieldRefInput<$PrismaModel> | null
|
|
1196
|
+
not?: Prisma.NestedEnumAggregationOperationNullableWithAggregatesFilter<$PrismaModel> | $Enums.AggregationOperation | null
|
|
1197
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
1198
|
+
_min?: Prisma.NestedEnumAggregationOperationNullableFilter<$PrismaModel>
|
|
1199
|
+
_max?: Prisma.NestedEnumAggregationOperationNullableFilter<$PrismaModel>
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
export type NestedEnumProjectLevelNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1203
|
+
equals?: $Enums.ProjectLevel | Prisma.EnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
1204
|
+
in?: $Enums.ProjectLevel[] | Prisma.ListEnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
1205
|
+
notIn?: $Enums.ProjectLevel[] | Prisma.ListEnumProjectLevelFieldRefInput<$PrismaModel> | null
|
|
1206
|
+
not?: Prisma.NestedEnumProjectLevelNullableWithAggregatesFilter<$PrismaModel> | $Enums.ProjectLevel | null
|
|
1207
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>
|
|
1208
|
+
_min?: Prisma.NestedEnumProjectLevelNullableFilter<$PrismaModel>
|
|
1209
|
+
_max?: Prisma.NestedEnumProjectLevelNullableFilter<$PrismaModel>
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
export type NestedEnumValueFormatFilter<$PrismaModel = never> = {
|
|
1213
|
+
equals?: $Enums.ValueFormat | Prisma.EnumValueFormatFieldRefInput<$PrismaModel>
|
|
1214
|
+
in?: $Enums.ValueFormat[] | Prisma.ListEnumValueFormatFieldRefInput<$PrismaModel>
|
|
1215
|
+
notIn?: $Enums.ValueFormat[] | Prisma.ListEnumValueFormatFieldRefInput<$PrismaModel>
|
|
1216
|
+
not?: Prisma.NestedEnumValueFormatFilter<$PrismaModel> | $Enums.ValueFormat
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
export type NestedEnumValueFormatWithAggregatesFilter<$PrismaModel = never> = {
|
|
1220
|
+
equals?: $Enums.ValueFormat | Prisma.EnumValueFormatFieldRefInput<$PrismaModel>
|
|
1221
|
+
in?: $Enums.ValueFormat[] | Prisma.ListEnumValueFormatFieldRefInput<$PrismaModel>
|
|
1222
|
+
notIn?: $Enums.ValueFormat[] | Prisma.ListEnumValueFormatFieldRefInput<$PrismaModel>
|
|
1223
|
+
not?: Prisma.NestedEnumValueFormatWithAggregatesFilter<$PrismaModel> | $Enums.ValueFormat
|
|
1224
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1225
|
+
_min?: Prisma.NestedEnumValueFormatFilter<$PrismaModel>
|
|
1226
|
+
_max?: Prisma.NestedEnumValueFormatFilter<$PrismaModel>
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
export type NestedEnumChartTypeFilter<$PrismaModel = never> = {
|
|
1230
|
+
equals?: $Enums.ChartType | Prisma.EnumChartTypeFieldRefInput<$PrismaModel>
|
|
1231
|
+
in?: $Enums.ChartType[] | Prisma.ListEnumChartTypeFieldRefInput<$PrismaModel>
|
|
1232
|
+
notIn?: $Enums.ChartType[] | Prisma.ListEnumChartTypeFieldRefInput<$PrismaModel>
|
|
1233
|
+
not?: Prisma.NestedEnumChartTypeFilter<$PrismaModel> | $Enums.ChartType
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
export type NestedEnumChartTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1237
|
+
equals?: $Enums.ChartType | Prisma.EnumChartTypeFieldRefInput<$PrismaModel>
|
|
1238
|
+
in?: $Enums.ChartType[] | Prisma.ListEnumChartTypeFieldRefInput<$PrismaModel>
|
|
1239
|
+
notIn?: $Enums.ChartType[] | Prisma.ListEnumChartTypeFieldRefInput<$PrismaModel>
|
|
1240
|
+
not?: Prisma.NestedEnumChartTypeWithAggregatesFilter<$PrismaModel> | $Enums.ChartType
|
|
1241
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>
|
|
1242
|
+
_min?: Prisma.NestedEnumChartTypeFilter<$PrismaModel>
|
|
1243
|
+
_max?: Prisma.NestedEnumChartTypeFilter<$PrismaModel>
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
|