efiber-prisma-schema 1.16.1 → 2.0.0
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 +13 -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/migrations/20251106101538_max_capacity_string/migration.sql +2 -0
- package/prisma/schema.prisma +3 -3
- package/prisma/seed.ts +33 -0
- package/prisma.config.ts +13 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,3450 @@
|
|
|
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 the `MapElement` model and its related types.
|
|
8
|
+
*
|
|
9
|
+
* 🟢 You can import this file directly.
|
|
10
|
+
*/
|
|
11
|
+
import type * as runtime from "@prisma/client/runtime/client"
|
|
12
|
+
import type * as $Enums from "../enums.js"
|
|
13
|
+
import type * as Prisma from "../internal/prismaNamespace.js"
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Model MapElement
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type MapElementModel = runtime.Types.Result.DefaultSelection<Prisma.$MapElementPayload>
|
|
20
|
+
|
|
21
|
+
export type AggregateMapElement = {
|
|
22
|
+
_count: MapElementCountAggregateOutputType | null
|
|
23
|
+
_avg: MapElementAvgAggregateOutputType | null
|
|
24
|
+
_sum: MapElementSumAggregateOutputType | null
|
|
25
|
+
_min: MapElementMinAggregateOutputType | null
|
|
26
|
+
_max: MapElementMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type MapElementAvgAggregateOutputType = {
|
|
30
|
+
no: number | null
|
|
31
|
+
templateIndex: number | null
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export type MapElementSumAggregateOutputType = {
|
|
35
|
+
no: number | null
|
|
36
|
+
templateIndex: number | null
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export type MapElementMinAggregateOutputType = {
|
|
40
|
+
id: string | null
|
|
41
|
+
no: number | null
|
|
42
|
+
status: string | null
|
|
43
|
+
name: string | null
|
|
44
|
+
autoincrement: boolean | null
|
|
45
|
+
namePrefix: string | null
|
|
46
|
+
templateIndex: number | null
|
|
47
|
+
mapElementType: $Enums.MapElementType | null
|
|
48
|
+
createdAt: Date | null
|
|
49
|
+
updatedAt: Date | null
|
|
50
|
+
deletedAt: Date | null
|
|
51
|
+
updatedById: string | null
|
|
52
|
+
networkElementId: string | null
|
|
53
|
+
templateId: string | null
|
|
54
|
+
projectId: string | null
|
|
55
|
+
clusterId: string | null
|
|
56
|
+
nodeId: string | null
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export type MapElementMaxAggregateOutputType = {
|
|
60
|
+
id: string | null
|
|
61
|
+
no: number | null
|
|
62
|
+
status: string | null
|
|
63
|
+
name: string | null
|
|
64
|
+
autoincrement: boolean | null
|
|
65
|
+
namePrefix: string | null
|
|
66
|
+
templateIndex: number | null
|
|
67
|
+
mapElementType: $Enums.MapElementType | null
|
|
68
|
+
createdAt: Date | null
|
|
69
|
+
updatedAt: Date | null
|
|
70
|
+
deletedAt: Date | null
|
|
71
|
+
updatedById: string | null
|
|
72
|
+
networkElementId: string | null
|
|
73
|
+
templateId: string | null
|
|
74
|
+
projectId: string | null
|
|
75
|
+
clusterId: string | null
|
|
76
|
+
nodeId: string | null
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export type MapElementCountAggregateOutputType = {
|
|
80
|
+
id: number
|
|
81
|
+
no: number
|
|
82
|
+
status: number
|
|
83
|
+
name: number
|
|
84
|
+
photos: number
|
|
85
|
+
texts: number
|
|
86
|
+
files: number
|
|
87
|
+
zone: number
|
|
88
|
+
geometry: number
|
|
89
|
+
coordinates: number
|
|
90
|
+
autoincrement: number
|
|
91
|
+
namePrefix: number
|
|
92
|
+
templateIndex: number
|
|
93
|
+
mapElementType: number
|
|
94
|
+
createdAt: number
|
|
95
|
+
updatedAt: number
|
|
96
|
+
deletedAt: number
|
|
97
|
+
updatedById: number
|
|
98
|
+
networkElementId: number
|
|
99
|
+
templateId: number
|
|
100
|
+
projectId: number
|
|
101
|
+
clusterId: number
|
|
102
|
+
nodeId: number
|
|
103
|
+
_all: number
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
export type MapElementAvgAggregateInputType = {
|
|
108
|
+
no?: true
|
|
109
|
+
templateIndex?: true
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export type MapElementSumAggregateInputType = {
|
|
113
|
+
no?: true
|
|
114
|
+
templateIndex?: true
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export type MapElementMinAggregateInputType = {
|
|
118
|
+
id?: true
|
|
119
|
+
no?: true
|
|
120
|
+
status?: true
|
|
121
|
+
name?: true
|
|
122
|
+
autoincrement?: true
|
|
123
|
+
namePrefix?: true
|
|
124
|
+
templateIndex?: true
|
|
125
|
+
mapElementType?: true
|
|
126
|
+
createdAt?: true
|
|
127
|
+
updatedAt?: true
|
|
128
|
+
deletedAt?: true
|
|
129
|
+
updatedById?: true
|
|
130
|
+
networkElementId?: true
|
|
131
|
+
templateId?: true
|
|
132
|
+
projectId?: true
|
|
133
|
+
clusterId?: true
|
|
134
|
+
nodeId?: true
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export type MapElementMaxAggregateInputType = {
|
|
138
|
+
id?: true
|
|
139
|
+
no?: true
|
|
140
|
+
status?: true
|
|
141
|
+
name?: true
|
|
142
|
+
autoincrement?: true
|
|
143
|
+
namePrefix?: true
|
|
144
|
+
templateIndex?: true
|
|
145
|
+
mapElementType?: true
|
|
146
|
+
createdAt?: true
|
|
147
|
+
updatedAt?: true
|
|
148
|
+
deletedAt?: true
|
|
149
|
+
updatedById?: true
|
|
150
|
+
networkElementId?: true
|
|
151
|
+
templateId?: true
|
|
152
|
+
projectId?: true
|
|
153
|
+
clusterId?: true
|
|
154
|
+
nodeId?: true
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export type MapElementCountAggregateInputType = {
|
|
158
|
+
id?: true
|
|
159
|
+
no?: true
|
|
160
|
+
status?: true
|
|
161
|
+
name?: true
|
|
162
|
+
photos?: true
|
|
163
|
+
texts?: true
|
|
164
|
+
files?: true
|
|
165
|
+
zone?: true
|
|
166
|
+
geometry?: true
|
|
167
|
+
coordinates?: true
|
|
168
|
+
autoincrement?: true
|
|
169
|
+
namePrefix?: true
|
|
170
|
+
templateIndex?: true
|
|
171
|
+
mapElementType?: true
|
|
172
|
+
createdAt?: true
|
|
173
|
+
updatedAt?: true
|
|
174
|
+
deletedAt?: true
|
|
175
|
+
updatedById?: true
|
|
176
|
+
networkElementId?: true
|
|
177
|
+
templateId?: true
|
|
178
|
+
projectId?: true
|
|
179
|
+
clusterId?: true
|
|
180
|
+
nodeId?: true
|
|
181
|
+
_all?: true
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export type MapElementAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
185
|
+
/**
|
|
186
|
+
* Filter which MapElement to aggregate.
|
|
187
|
+
*/
|
|
188
|
+
where?: Prisma.MapElementWhereInput
|
|
189
|
+
/**
|
|
190
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
191
|
+
*
|
|
192
|
+
* Determine the order of MapElements to fetch.
|
|
193
|
+
*/
|
|
194
|
+
orderBy?: Prisma.MapElementOrderByWithRelationInput | Prisma.MapElementOrderByWithRelationInput[]
|
|
195
|
+
/**
|
|
196
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
197
|
+
*
|
|
198
|
+
* Sets the start position
|
|
199
|
+
*/
|
|
200
|
+
cursor?: Prisma.MapElementWhereUniqueInput
|
|
201
|
+
/**
|
|
202
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
203
|
+
*
|
|
204
|
+
* Take `±n` MapElements from the position of the cursor.
|
|
205
|
+
*/
|
|
206
|
+
take?: number
|
|
207
|
+
/**
|
|
208
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
209
|
+
*
|
|
210
|
+
* Skip the first `n` MapElements.
|
|
211
|
+
*/
|
|
212
|
+
skip?: number
|
|
213
|
+
/**
|
|
214
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
215
|
+
*
|
|
216
|
+
* Count returned MapElements
|
|
217
|
+
**/
|
|
218
|
+
_count?: true | MapElementCountAggregateInputType
|
|
219
|
+
/**
|
|
220
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
221
|
+
*
|
|
222
|
+
* Select which fields to average
|
|
223
|
+
**/
|
|
224
|
+
_avg?: MapElementAvgAggregateInputType
|
|
225
|
+
/**
|
|
226
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
227
|
+
*
|
|
228
|
+
* Select which fields to sum
|
|
229
|
+
**/
|
|
230
|
+
_sum?: MapElementSumAggregateInputType
|
|
231
|
+
/**
|
|
232
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
233
|
+
*
|
|
234
|
+
* Select which fields to find the minimum value
|
|
235
|
+
**/
|
|
236
|
+
_min?: MapElementMinAggregateInputType
|
|
237
|
+
/**
|
|
238
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
239
|
+
*
|
|
240
|
+
* Select which fields to find the maximum value
|
|
241
|
+
**/
|
|
242
|
+
_max?: MapElementMaxAggregateInputType
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export type GetMapElementAggregateType<T extends MapElementAggregateArgs> = {
|
|
246
|
+
[P in keyof T & keyof AggregateMapElement]: P extends '_count' | 'count'
|
|
247
|
+
? T[P] extends true
|
|
248
|
+
? number
|
|
249
|
+
: Prisma.GetScalarType<T[P], AggregateMapElement[P]>
|
|
250
|
+
: Prisma.GetScalarType<T[P], AggregateMapElement[P]>
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
export type MapElementGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
257
|
+
where?: Prisma.MapElementWhereInput
|
|
258
|
+
orderBy?: Prisma.MapElementOrderByWithAggregationInput | Prisma.MapElementOrderByWithAggregationInput[]
|
|
259
|
+
by: Prisma.MapElementScalarFieldEnum[] | Prisma.MapElementScalarFieldEnum
|
|
260
|
+
having?: Prisma.MapElementScalarWhereWithAggregatesInput
|
|
261
|
+
take?: number
|
|
262
|
+
skip?: number
|
|
263
|
+
_count?: MapElementCountAggregateInputType | true
|
|
264
|
+
_avg?: MapElementAvgAggregateInputType
|
|
265
|
+
_sum?: MapElementSumAggregateInputType
|
|
266
|
+
_min?: MapElementMinAggregateInputType
|
|
267
|
+
_max?: MapElementMaxAggregateInputType
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export type MapElementGroupByOutputType = {
|
|
271
|
+
id: string
|
|
272
|
+
no: number
|
|
273
|
+
status: string
|
|
274
|
+
name: string | null
|
|
275
|
+
photos: runtime.JsonValue | null
|
|
276
|
+
texts: runtime.JsonValue | null
|
|
277
|
+
files: runtime.JsonValue | null
|
|
278
|
+
zone: runtime.JsonValue | null
|
|
279
|
+
geometry: runtime.JsonValue | null
|
|
280
|
+
coordinates: runtime.JsonValue | null
|
|
281
|
+
autoincrement: boolean
|
|
282
|
+
namePrefix: string | null
|
|
283
|
+
templateIndex: number | null
|
|
284
|
+
mapElementType: $Enums.MapElementType
|
|
285
|
+
createdAt: Date
|
|
286
|
+
updatedAt: Date
|
|
287
|
+
deletedAt: Date | null
|
|
288
|
+
updatedById: string | null
|
|
289
|
+
networkElementId: string
|
|
290
|
+
templateId: string | null
|
|
291
|
+
projectId: string | null
|
|
292
|
+
clusterId: string | null
|
|
293
|
+
nodeId: string | null
|
|
294
|
+
_count: MapElementCountAggregateOutputType | null
|
|
295
|
+
_avg: MapElementAvgAggregateOutputType | null
|
|
296
|
+
_sum: MapElementSumAggregateOutputType | null
|
|
297
|
+
_min: MapElementMinAggregateOutputType | null
|
|
298
|
+
_max: MapElementMaxAggregateOutputType | null
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
type GetMapElementGroupByPayload<T extends MapElementGroupByArgs> = Prisma.PrismaPromise<
|
|
302
|
+
Array<
|
|
303
|
+
Prisma.PickEnumerable<MapElementGroupByOutputType, T['by']> &
|
|
304
|
+
{
|
|
305
|
+
[P in ((keyof T) & (keyof MapElementGroupByOutputType))]: P extends '_count'
|
|
306
|
+
? T[P] extends boolean
|
|
307
|
+
? number
|
|
308
|
+
: Prisma.GetScalarType<T[P], MapElementGroupByOutputType[P]>
|
|
309
|
+
: Prisma.GetScalarType<T[P], MapElementGroupByOutputType[P]>
|
|
310
|
+
}
|
|
311
|
+
>
|
|
312
|
+
>
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
export type MapElementWhereInput = {
|
|
317
|
+
AND?: Prisma.MapElementWhereInput | Prisma.MapElementWhereInput[]
|
|
318
|
+
OR?: Prisma.MapElementWhereInput[]
|
|
319
|
+
NOT?: Prisma.MapElementWhereInput | Prisma.MapElementWhereInput[]
|
|
320
|
+
id?: Prisma.StringFilter<"MapElement"> | string
|
|
321
|
+
no?: Prisma.IntFilter<"MapElement"> | number
|
|
322
|
+
status?: Prisma.StringFilter<"MapElement"> | string
|
|
323
|
+
name?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
324
|
+
photos?: Prisma.JsonNullableFilter<"MapElement">
|
|
325
|
+
texts?: Prisma.JsonNullableFilter<"MapElement">
|
|
326
|
+
files?: Prisma.JsonNullableFilter<"MapElement">
|
|
327
|
+
zone?: Prisma.JsonNullableFilter<"MapElement">
|
|
328
|
+
geometry?: Prisma.JsonNullableFilter<"MapElement">
|
|
329
|
+
coordinates?: Prisma.JsonNullableFilter<"MapElement">
|
|
330
|
+
autoincrement?: Prisma.BoolFilter<"MapElement"> | boolean
|
|
331
|
+
namePrefix?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
332
|
+
templateIndex?: Prisma.IntNullableFilter<"MapElement"> | number | null
|
|
333
|
+
mapElementType?: Prisma.EnumMapElementTypeFilter<"MapElement"> | $Enums.MapElementType
|
|
334
|
+
createdAt?: Prisma.DateTimeFilter<"MapElement"> | Date | string
|
|
335
|
+
updatedAt?: Prisma.DateTimeFilter<"MapElement"> | Date | string
|
|
336
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"MapElement"> | Date | string | null
|
|
337
|
+
updatedById?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
338
|
+
networkElementId?: Prisma.StringFilter<"MapElement"> | string
|
|
339
|
+
templateId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
340
|
+
projectId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
341
|
+
clusterId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
342
|
+
nodeId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
343
|
+
updatedBy?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
344
|
+
networkElement?: Prisma.XOR<Prisma.NetworkElementScalarRelationFilter, Prisma.NetworkElementWhereInput>
|
|
345
|
+
template?: Prisma.XOR<Prisma.MapElementTemplateNullableScalarRelationFilter, Prisma.MapElementTemplateWhereInput> | null
|
|
346
|
+
project?: Prisma.XOR<Prisma.ProjectNullableScalarRelationFilter, Prisma.ProjectWhereInput> | null
|
|
347
|
+
cluster?: Prisma.XOR<Prisma.ClusterNullableScalarRelationFilter, Prisma.ClusterWhereInput> | null
|
|
348
|
+
node?: Prisma.XOR<Prisma.ElementNodeNullableScalarRelationFilter, Prisma.ElementNodeWhereInput> | null
|
|
349
|
+
qrCodeTag?: Prisma.QrCodeTagListRelationFilter
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export type MapElementOrderByWithRelationInput = {
|
|
353
|
+
id?: Prisma.SortOrder
|
|
354
|
+
no?: Prisma.SortOrder
|
|
355
|
+
status?: Prisma.SortOrder
|
|
356
|
+
name?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
357
|
+
photos?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
358
|
+
texts?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
359
|
+
files?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
360
|
+
zone?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
361
|
+
geometry?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
362
|
+
coordinates?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
363
|
+
autoincrement?: Prisma.SortOrder
|
|
364
|
+
namePrefix?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
365
|
+
templateIndex?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
366
|
+
mapElementType?: Prisma.SortOrder
|
|
367
|
+
createdAt?: Prisma.SortOrder
|
|
368
|
+
updatedAt?: Prisma.SortOrder
|
|
369
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
370
|
+
updatedById?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
371
|
+
networkElementId?: Prisma.SortOrder
|
|
372
|
+
templateId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
373
|
+
projectId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
374
|
+
clusterId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
375
|
+
nodeId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
376
|
+
updatedBy?: Prisma.UserOrderByWithRelationInput
|
|
377
|
+
networkElement?: Prisma.NetworkElementOrderByWithRelationInput
|
|
378
|
+
template?: Prisma.MapElementTemplateOrderByWithRelationInput
|
|
379
|
+
project?: Prisma.ProjectOrderByWithRelationInput
|
|
380
|
+
cluster?: Prisma.ClusterOrderByWithRelationInput
|
|
381
|
+
node?: Prisma.ElementNodeOrderByWithRelationInput
|
|
382
|
+
qrCodeTag?: Prisma.qrCodeTagOrderByRelationAggregateInput
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export type MapElementWhereUniqueInput = Prisma.AtLeast<{
|
|
386
|
+
id?: string
|
|
387
|
+
AND?: Prisma.MapElementWhereInput | Prisma.MapElementWhereInput[]
|
|
388
|
+
OR?: Prisma.MapElementWhereInput[]
|
|
389
|
+
NOT?: Prisma.MapElementWhereInput | Prisma.MapElementWhereInput[]
|
|
390
|
+
no?: Prisma.IntFilter<"MapElement"> | number
|
|
391
|
+
status?: Prisma.StringFilter<"MapElement"> | string
|
|
392
|
+
name?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
393
|
+
photos?: Prisma.JsonNullableFilter<"MapElement">
|
|
394
|
+
texts?: Prisma.JsonNullableFilter<"MapElement">
|
|
395
|
+
files?: Prisma.JsonNullableFilter<"MapElement">
|
|
396
|
+
zone?: Prisma.JsonNullableFilter<"MapElement">
|
|
397
|
+
geometry?: Prisma.JsonNullableFilter<"MapElement">
|
|
398
|
+
coordinates?: Prisma.JsonNullableFilter<"MapElement">
|
|
399
|
+
autoincrement?: Prisma.BoolFilter<"MapElement"> | boolean
|
|
400
|
+
namePrefix?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
401
|
+
templateIndex?: Prisma.IntNullableFilter<"MapElement"> | number | null
|
|
402
|
+
mapElementType?: Prisma.EnumMapElementTypeFilter<"MapElement"> | $Enums.MapElementType
|
|
403
|
+
createdAt?: Prisma.DateTimeFilter<"MapElement"> | Date | string
|
|
404
|
+
updatedAt?: Prisma.DateTimeFilter<"MapElement"> | Date | string
|
|
405
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"MapElement"> | Date | string | null
|
|
406
|
+
updatedById?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
407
|
+
networkElementId?: Prisma.StringFilter<"MapElement"> | string
|
|
408
|
+
templateId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
409
|
+
projectId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
410
|
+
clusterId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
411
|
+
nodeId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
412
|
+
updatedBy?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
413
|
+
networkElement?: Prisma.XOR<Prisma.NetworkElementScalarRelationFilter, Prisma.NetworkElementWhereInput>
|
|
414
|
+
template?: Prisma.XOR<Prisma.MapElementTemplateNullableScalarRelationFilter, Prisma.MapElementTemplateWhereInput> | null
|
|
415
|
+
project?: Prisma.XOR<Prisma.ProjectNullableScalarRelationFilter, Prisma.ProjectWhereInput> | null
|
|
416
|
+
cluster?: Prisma.XOR<Prisma.ClusterNullableScalarRelationFilter, Prisma.ClusterWhereInput> | null
|
|
417
|
+
node?: Prisma.XOR<Prisma.ElementNodeNullableScalarRelationFilter, Prisma.ElementNodeWhereInput> | null
|
|
418
|
+
qrCodeTag?: Prisma.QrCodeTagListRelationFilter
|
|
419
|
+
}, "id" | "id">
|
|
420
|
+
|
|
421
|
+
export type MapElementOrderByWithAggregationInput = {
|
|
422
|
+
id?: Prisma.SortOrder
|
|
423
|
+
no?: Prisma.SortOrder
|
|
424
|
+
status?: Prisma.SortOrder
|
|
425
|
+
name?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
426
|
+
photos?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
427
|
+
texts?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
428
|
+
files?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
429
|
+
zone?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
430
|
+
geometry?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
431
|
+
coordinates?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
432
|
+
autoincrement?: Prisma.SortOrder
|
|
433
|
+
namePrefix?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
434
|
+
templateIndex?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
435
|
+
mapElementType?: Prisma.SortOrder
|
|
436
|
+
createdAt?: Prisma.SortOrder
|
|
437
|
+
updatedAt?: Prisma.SortOrder
|
|
438
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
439
|
+
updatedById?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
440
|
+
networkElementId?: Prisma.SortOrder
|
|
441
|
+
templateId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
442
|
+
projectId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
443
|
+
clusterId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
444
|
+
nodeId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
445
|
+
_count?: Prisma.MapElementCountOrderByAggregateInput
|
|
446
|
+
_avg?: Prisma.MapElementAvgOrderByAggregateInput
|
|
447
|
+
_max?: Prisma.MapElementMaxOrderByAggregateInput
|
|
448
|
+
_min?: Prisma.MapElementMinOrderByAggregateInput
|
|
449
|
+
_sum?: Prisma.MapElementSumOrderByAggregateInput
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export type MapElementScalarWhereWithAggregatesInput = {
|
|
453
|
+
AND?: Prisma.MapElementScalarWhereWithAggregatesInput | Prisma.MapElementScalarWhereWithAggregatesInput[]
|
|
454
|
+
OR?: Prisma.MapElementScalarWhereWithAggregatesInput[]
|
|
455
|
+
NOT?: Prisma.MapElementScalarWhereWithAggregatesInput | Prisma.MapElementScalarWhereWithAggregatesInput[]
|
|
456
|
+
id?: Prisma.StringWithAggregatesFilter<"MapElement"> | string
|
|
457
|
+
no?: Prisma.IntWithAggregatesFilter<"MapElement"> | number
|
|
458
|
+
status?: Prisma.StringWithAggregatesFilter<"MapElement"> | string
|
|
459
|
+
name?: Prisma.StringNullableWithAggregatesFilter<"MapElement"> | string | null
|
|
460
|
+
photos?: Prisma.JsonNullableWithAggregatesFilter<"MapElement">
|
|
461
|
+
texts?: Prisma.JsonNullableWithAggregatesFilter<"MapElement">
|
|
462
|
+
files?: Prisma.JsonNullableWithAggregatesFilter<"MapElement">
|
|
463
|
+
zone?: Prisma.JsonNullableWithAggregatesFilter<"MapElement">
|
|
464
|
+
geometry?: Prisma.JsonNullableWithAggregatesFilter<"MapElement">
|
|
465
|
+
coordinates?: Prisma.JsonNullableWithAggregatesFilter<"MapElement">
|
|
466
|
+
autoincrement?: Prisma.BoolWithAggregatesFilter<"MapElement"> | boolean
|
|
467
|
+
namePrefix?: Prisma.StringNullableWithAggregatesFilter<"MapElement"> | string | null
|
|
468
|
+
templateIndex?: Prisma.IntNullableWithAggregatesFilter<"MapElement"> | number | null
|
|
469
|
+
mapElementType?: Prisma.EnumMapElementTypeWithAggregatesFilter<"MapElement"> | $Enums.MapElementType
|
|
470
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"MapElement"> | Date | string
|
|
471
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"MapElement"> | Date | string
|
|
472
|
+
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"MapElement"> | Date | string | null
|
|
473
|
+
updatedById?: Prisma.StringNullableWithAggregatesFilter<"MapElement"> | string | null
|
|
474
|
+
networkElementId?: Prisma.StringWithAggregatesFilter<"MapElement"> | string
|
|
475
|
+
templateId?: Prisma.StringNullableWithAggregatesFilter<"MapElement"> | string | null
|
|
476
|
+
projectId?: Prisma.StringNullableWithAggregatesFilter<"MapElement"> | string | null
|
|
477
|
+
clusterId?: Prisma.StringNullableWithAggregatesFilter<"MapElement"> | string | null
|
|
478
|
+
nodeId?: Prisma.StringNullableWithAggregatesFilter<"MapElement"> | string | null
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export type MapElementCreateInput = {
|
|
482
|
+
id?: string
|
|
483
|
+
no?: number
|
|
484
|
+
status?: string
|
|
485
|
+
name?: string | null
|
|
486
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
487
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
488
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
489
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
490
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
491
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
492
|
+
autoincrement?: boolean
|
|
493
|
+
namePrefix?: string | null
|
|
494
|
+
templateIndex?: number | null
|
|
495
|
+
mapElementType?: $Enums.MapElementType
|
|
496
|
+
createdAt?: Date | string
|
|
497
|
+
updatedAt?: Date | string
|
|
498
|
+
deletedAt?: Date | string | null
|
|
499
|
+
updatedBy?: Prisma.UserCreateNestedOneWithoutMapElementInput
|
|
500
|
+
networkElement: Prisma.NetworkElementCreateNestedOneWithoutMapElementInput
|
|
501
|
+
template?: Prisma.MapElementTemplateCreateNestedOneWithoutMapElementInput
|
|
502
|
+
project?: Prisma.ProjectCreateNestedOneWithoutMapElementInput
|
|
503
|
+
cluster?: Prisma.ClusterCreateNestedOneWithoutMapElementInput
|
|
504
|
+
node?: Prisma.ElementNodeCreateNestedOneWithoutMapElementInput
|
|
505
|
+
qrCodeTag?: Prisma.qrCodeTagCreateNestedManyWithoutMapElementInput
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
export type MapElementUncheckedCreateInput = {
|
|
509
|
+
id?: string
|
|
510
|
+
no?: number
|
|
511
|
+
status?: string
|
|
512
|
+
name?: string | null
|
|
513
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
514
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
515
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
516
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
517
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
518
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
519
|
+
autoincrement?: boolean
|
|
520
|
+
namePrefix?: string | null
|
|
521
|
+
templateIndex?: number | null
|
|
522
|
+
mapElementType?: $Enums.MapElementType
|
|
523
|
+
createdAt?: Date | string
|
|
524
|
+
updatedAt?: Date | string
|
|
525
|
+
deletedAt?: Date | string | null
|
|
526
|
+
updatedById?: string | null
|
|
527
|
+
networkElementId: string
|
|
528
|
+
templateId?: string | null
|
|
529
|
+
projectId?: string | null
|
|
530
|
+
clusterId?: string | null
|
|
531
|
+
nodeId?: string | null
|
|
532
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedCreateNestedManyWithoutMapElementInput
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
export type MapElementUpdateInput = {
|
|
536
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
537
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
538
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
539
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
540
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
541
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
542
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
543
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
544
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
545
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
546
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
547
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
548
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
549
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
550
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
551
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
552
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
553
|
+
updatedBy?: Prisma.UserUpdateOneWithoutMapElementNestedInput
|
|
554
|
+
networkElement?: Prisma.NetworkElementUpdateOneRequiredWithoutMapElementNestedInput
|
|
555
|
+
template?: Prisma.MapElementTemplateUpdateOneWithoutMapElementNestedInput
|
|
556
|
+
project?: Prisma.ProjectUpdateOneWithoutMapElementNestedInput
|
|
557
|
+
cluster?: Prisma.ClusterUpdateOneWithoutMapElementNestedInput
|
|
558
|
+
node?: Prisma.ElementNodeUpdateOneWithoutMapElementNestedInput
|
|
559
|
+
qrCodeTag?: Prisma.qrCodeTagUpdateManyWithoutMapElementNestedInput
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
export type MapElementUncheckedUpdateInput = {
|
|
563
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
564
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
565
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
566
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
567
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
568
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
569
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
570
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
571
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
572
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
573
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
574
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
575
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
576
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
577
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
578
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
579
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
580
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
581
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
582
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
583
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
584
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
585
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
586
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedUpdateManyWithoutMapElementNestedInput
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export type MapElementCreateManyInput = {
|
|
590
|
+
id?: string
|
|
591
|
+
no?: number
|
|
592
|
+
status?: string
|
|
593
|
+
name?: string | null
|
|
594
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
595
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
596
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
597
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
598
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
599
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
600
|
+
autoincrement?: boolean
|
|
601
|
+
namePrefix?: string | null
|
|
602
|
+
templateIndex?: number | null
|
|
603
|
+
mapElementType?: $Enums.MapElementType
|
|
604
|
+
createdAt?: Date | string
|
|
605
|
+
updatedAt?: Date | string
|
|
606
|
+
deletedAt?: Date | string | null
|
|
607
|
+
updatedById?: string | null
|
|
608
|
+
networkElementId: string
|
|
609
|
+
templateId?: string | null
|
|
610
|
+
projectId?: string | null
|
|
611
|
+
clusterId?: string | null
|
|
612
|
+
nodeId?: string | null
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export type MapElementUpdateManyMutationInput = {
|
|
616
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
617
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
618
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
619
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
620
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
621
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
622
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
623
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
624
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
625
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
626
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
627
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
628
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
629
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
630
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
631
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
632
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
export type MapElementUncheckedUpdateManyInput = {
|
|
636
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
637
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
638
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
639
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
640
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
641
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
642
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
643
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
644
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
645
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
646
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
647
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
648
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
649
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
650
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
651
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
652
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
653
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
654
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
655
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
656
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
657
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
658
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
export type MapElementListRelationFilter = {
|
|
662
|
+
every?: Prisma.MapElementWhereInput
|
|
663
|
+
some?: Prisma.MapElementWhereInput
|
|
664
|
+
none?: Prisma.MapElementWhereInput
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
export type MapElementOrderByRelationAggregateInput = {
|
|
668
|
+
_count?: Prisma.SortOrder
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
export type MapElementCountOrderByAggregateInput = {
|
|
672
|
+
id?: Prisma.SortOrder
|
|
673
|
+
no?: Prisma.SortOrder
|
|
674
|
+
status?: Prisma.SortOrder
|
|
675
|
+
name?: Prisma.SortOrder
|
|
676
|
+
photos?: Prisma.SortOrder
|
|
677
|
+
texts?: Prisma.SortOrder
|
|
678
|
+
files?: Prisma.SortOrder
|
|
679
|
+
zone?: Prisma.SortOrder
|
|
680
|
+
geometry?: Prisma.SortOrder
|
|
681
|
+
coordinates?: Prisma.SortOrder
|
|
682
|
+
autoincrement?: Prisma.SortOrder
|
|
683
|
+
namePrefix?: Prisma.SortOrder
|
|
684
|
+
templateIndex?: Prisma.SortOrder
|
|
685
|
+
mapElementType?: Prisma.SortOrder
|
|
686
|
+
createdAt?: Prisma.SortOrder
|
|
687
|
+
updatedAt?: Prisma.SortOrder
|
|
688
|
+
deletedAt?: Prisma.SortOrder
|
|
689
|
+
updatedById?: Prisma.SortOrder
|
|
690
|
+
networkElementId?: Prisma.SortOrder
|
|
691
|
+
templateId?: Prisma.SortOrder
|
|
692
|
+
projectId?: Prisma.SortOrder
|
|
693
|
+
clusterId?: Prisma.SortOrder
|
|
694
|
+
nodeId?: Prisma.SortOrder
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export type MapElementAvgOrderByAggregateInput = {
|
|
698
|
+
no?: Prisma.SortOrder
|
|
699
|
+
templateIndex?: Prisma.SortOrder
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
export type MapElementMaxOrderByAggregateInput = {
|
|
703
|
+
id?: Prisma.SortOrder
|
|
704
|
+
no?: Prisma.SortOrder
|
|
705
|
+
status?: Prisma.SortOrder
|
|
706
|
+
name?: Prisma.SortOrder
|
|
707
|
+
autoincrement?: Prisma.SortOrder
|
|
708
|
+
namePrefix?: Prisma.SortOrder
|
|
709
|
+
templateIndex?: Prisma.SortOrder
|
|
710
|
+
mapElementType?: Prisma.SortOrder
|
|
711
|
+
createdAt?: Prisma.SortOrder
|
|
712
|
+
updatedAt?: Prisma.SortOrder
|
|
713
|
+
deletedAt?: Prisma.SortOrder
|
|
714
|
+
updatedById?: Prisma.SortOrder
|
|
715
|
+
networkElementId?: Prisma.SortOrder
|
|
716
|
+
templateId?: Prisma.SortOrder
|
|
717
|
+
projectId?: Prisma.SortOrder
|
|
718
|
+
clusterId?: Prisma.SortOrder
|
|
719
|
+
nodeId?: Prisma.SortOrder
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
export type MapElementMinOrderByAggregateInput = {
|
|
723
|
+
id?: Prisma.SortOrder
|
|
724
|
+
no?: Prisma.SortOrder
|
|
725
|
+
status?: Prisma.SortOrder
|
|
726
|
+
name?: Prisma.SortOrder
|
|
727
|
+
autoincrement?: Prisma.SortOrder
|
|
728
|
+
namePrefix?: Prisma.SortOrder
|
|
729
|
+
templateIndex?: Prisma.SortOrder
|
|
730
|
+
mapElementType?: Prisma.SortOrder
|
|
731
|
+
createdAt?: Prisma.SortOrder
|
|
732
|
+
updatedAt?: Prisma.SortOrder
|
|
733
|
+
deletedAt?: Prisma.SortOrder
|
|
734
|
+
updatedById?: Prisma.SortOrder
|
|
735
|
+
networkElementId?: Prisma.SortOrder
|
|
736
|
+
templateId?: Prisma.SortOrder
|
|
737
|
+
projectId?: Prisma.SortOrder
|
|
738
|
+
clusterId?: Prisma.SortOrder
|
|
739
|
+
nodeId?: Prisma.SortOrder
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
export type MapElementSumOrderByAggregateInput = {
|
|
743
|
+
no?: Prisma.SortOrder
|
|
744
|
+
templateIndex?: Prisma.SortOrder
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export type MapElementNullableScalarRelationFilter = {
|
|
748
|
+
is?: Prisma.MapElementWhereInput | null
|
|
749
|
+
isNot?: Prisma.MapElementWhereInput | null
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
export type MapElementCreateNestedManyWithoutUpdatedByInput = {
|
|
753
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutUpdatedByInput, Prisma.MapElementUncheckedCreateWithoutUpdatedByInput> | Prisma.MapElementCreateWithoutUpdatedByInput[] | Prisma.MapElementUncheckedCreateWithoutUpdatedByInput[]
|
|
754
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutUpdatedByInput | Prisma.MapElementCreateOrConnectWithoutUpdatedByInput[]
|
|
755
|
+
createMany?: Prisma.MapElementCreateManyUpdatedByInputEnvelope
|
|
756
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
export type MapElementUncheckedCreateNestedManyWithoutUpdatedByInput = {
|
|
760
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutUpdatedByInput, Prisma.MapElementUncheckedCreateWithoutUpdatedByInput> | Prisma.MapElementCreateWithoutUpdatedByInput[] | Prisma.MapElementUncheckedCreateWithoutUpdatedByInput[]
|
|
761
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutUpdatedByInput | Prisma.MapElementCreateOrConnectWithoutUpdatedByInput[]
|
|
762
|
+
createMany?: Prisma.MapElementCreateManyUpdatedByInputEnvelope
|
|
763
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
export type MapElementUpdateManyWithoutUpdatedByNestedInput = {
|
|
767
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutUpdatedByInput, Prisma.MapElementUncheckedCreateWithoutUpdatedByInput> | Prisma.MapElementCreateWithoutUpdatedByInput[] | Prisma.MapElementUncheckedCreateWithoutUpdatedByInput[]
|
|
768
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutUpdatedByInput | Prisma.MapElementCreateOrConnectWithoutUpdatedByInput[]
|
|
769
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutUpdatedByInput | Prisma.MapElementUpsertWithWhereUniqueWithoutUpdatedByInput[]
|
|
770
|
+
createMany?: Prisma.MapElementCreateManyUpdatedByInputEnvelope
|
|
771
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
772
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
773
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
774
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
775
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutUpdatedByInput | Prisma.MapElementUpdateWithWhereUniqueWithoutUpdatedByInput[]
|
|
776
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutUpdatedByInput | Prisma.MapElementUpdateManyWithWhereWithoutUpdatedByInput[]
|
|
777
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
export type MapElementUncheckedUpdateManyWithoutUpdatedByNestedInput = {
|
|
781
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutUpdatedByInput, Prisma.MapElementUncheckedCreateWithoutUpdatedByInput> | Prisma.MapElementCreateWithoutUpdatedByInput[] | Prisma.MapElementUncheckedCreateWithoutUpdatedByInput[]
|
|
782
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutUpdatedByInput | Prisma.MapElementCreateOrConnectWithoutUpdatedByInput[]
|
|
783
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutUpdatedByInput | Prisma.MapElementUpsertWithWhereUniqueWithoutUpdatedByInput[]
|
|
784
|
+
createMany?: Prisma.MapElementCreateManyUpdatedByInputEnvelope
|
|
785
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
786
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
787
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
788
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
789
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutUpdatedByInput | Prisma.MapElementUpdateWithWhereUniqueWithoutUpdatedByInput[]
|
|
790
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutUpdatedByInput | Prisma.MapElementUpdateManyWithWhereWithoutUpdatedByInput[]
|
|
791
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
export type MapElementCreateNestedManyWithoutProjectInput = {
|
|
795
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutProjectInput, Prisma.MapElementUncheckedCreateWithoutProjectInput> | Prisma.MapElementCreateWithoutProjectInput[] | Prisma.MapElementUncheckedCreateWithoutProjectInput[]
|
|
796
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutProjectInput | Prisma.MapElementCreateOrConnectWithoutProjectInput[]
|
|
797
|
+
createMany?: Prisma.MapElementCreateManyProjectInputEnvelope
|
|
798
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
export type MapElementUncheckedCreateNestedManyWithoutProjectInput = {
|
|
802
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutProjectInput, Prisma.MapElementUncheckedCreateWithoutProjectInput> | Prisma.MapElementCreateWithoutProjectInput[] | Prisma.MapElementUncheckedCreateWithoutProjectInput[]
|
|
803
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutProjectInput | Prisma.MapElementCreateOrConnectWithoutProjectInput[]
|
|
804
|
+
createMany?: Prisma.MapElementCreateManyProjectInputEnvelope
|
|
805
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export type MapElementUpdateManyWithoutProjectNestedInput = {
|
|
809
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutProjectInput, Prisma.MapElementUncheckedCreateWithoutProjectInput> | Prisma.MapElementCreateWithoutProjectInput[] | Prisma.MapElementUncheckedCreateWithoutProjectInput[]
|
|
810
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutProjectInput | Prisma.MapElementCreateOrConnectWithoutProjectInput[]
|
|
811
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutProjectInput | Prisma.MapElementUpsertWithWhereUniqueWithoutProjectInput[]
|
|
812
|
+
createMany?: Prisma.MapElementCreateManyProjectInputEnvelope
|
|
813
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
814
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
815
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
816
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
817
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutProjectInput | Prisma.MapElementUpdateWithWhereUniqueWithoutProjectInput[]
|
|
818
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutProjectInput | Prisma.MapElementUpdateManyWithWhereWithoutProjectInput[]
|
|
819
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
export type MapElementUncheckedUpdateManyWithoutProjectNestedInput = {
|
|
823
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutProjectInput, Prisma.MapElementUncheckedCreateWithoutProjectInput> | Prisma.MapElementCreateWithoutProjectInput[] | Prisma.MapElementUncheckedCreateWithoutProjectInput[]
|
|
824
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutProjectInput | Prisma.MapElementCreateOrConnectWithoutProjectInput[]
|
|
825
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutProjectInput | Prisma.MapElementUpsertWithWhereUniqueWithoutProjectInput[]
|
|
826
|
+
createMany?: Prisma.MapElementCreateManyProjectInputEnvelope
|
|
827
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
828
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
829
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
830
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
831
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutProjectInput | Prisma.MapElementUpdateWithWhereUniqueWithoutProjectInput[]
|
|
832
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutProjectInput | Prisma.MapElementUpdateManyWithWhereWithoutProjectInput[]
|
|
833
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
export type MapElementCreateNestedManyWithoutNetworkElementInput = {
|
|
837
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutNetworkElementInput, Prisma.MapElementUncheckedCreateWithoutNetworkElementInput> | Prisma.MapElementCreateWithoutNetworkElementInput[] | Prisma.MapElementUncheckedCreateWithoutNetworkElementInput[]
|
|
838
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutNetworkElementInput | Prisma.MapElementCreateOrConnectWithoutNetworkElementInput[]
|
|
839
|
+
createMany?: Prisma.MapElementCreateManyNetworkElementInputEnvelope
|
|
840
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
export type MapElementUncheckedCreateNestedManyWithoutNetworkElementInput = {
|
|
844
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutNetworkElementInput, Prisma.MapElementUncheckedCreateWithoutNetworkElementInput> | Prisma.MapElementCreateWithoutNetworkElementInput[] | Prisma.MapElementUncheckedCreateWithoutNetworkElementInput[]
|
|
845
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutNetworkElementInput | Prisma.MapElementCreateOrConnectWithoutNetworkElementInput[]
|
|
846
|
+
createMany?: Prisma.MapElementCreateManyNetworkElementInputEnvelope
|
|
847
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
export type MapElementUpdateManyWithoutNetworkElementNestedInput = {
|
|
851
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutNetworkElementInput, Prisma.MapElementUncheckedCreateWithoutNetworkElementInput> | Prisma.MapElementCreateWithoutNetworkElementInput[] | Prisma.MapElementUncheckedCreateWithoutNetworkElementInput[]
|
|
852
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutNetworkElementInput | Prisma.MapElementCreateOrConnectWithoutNetworkElementInput[]
|
|
853
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutNetworkElementInput | Prisma.MapElementUpsertWithWhereUniqueWithoutNetworkElementInput[]
|
|
854
|
+
createMany?: Prisma.MapElementCreateManyNetworkElementInputEnvelope
|
|
855
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
856
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
857
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
858
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
859
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutNetworkElementInput | Prisma.MapElementUpdateWithWhereUniqueWithoutNetworkElementInput[]
|
|
860
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutNetworkElementInput | Prisma.MapElementUpdateManyWithWhereWithoutNetworkElementInput[]
|
|
861
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
export type MapElementUncheckedUpdateManyWithoutNetworkElementNestedInput = {
|
|
865
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutNetworkElementInput, Prisma.MapElementUncheckedCreateWithoutNetworkElementInput> | Prisma.MapElementCreateWithoutNetworkElementInput[] | Prisma.MapElementUncheckedCreateWithoutNetworkElementInput[]
|
|
866
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutNetworkElementInput | Prisma.MapElementCreateOrConnectWithoutNetworkElementInput[]
|
|
867
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutNetworkElementInput | Prisma.MapElementUpsertWithWhereUniqueWithoutNetworkElementInput[]
|
|
868
|
+
createMany?: Prisma.MapElementCreateManyNetworkElementInputEnvelope
|
|
869
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
870
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
871
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
872
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
873
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutNetworkElementInput | Prisma.MapElementUpdateWithWhereUniqueWithoutNetworkElementInput[]
|
|
874
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutNetworkElementInput | Prisma.MapElementUpdateManyWithWhereWithoutNetworkElementInput[]
|
|
875
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
export type MapElementCreateNestedManyWithoutNodeInput = {
|
|
879
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutNodeInput, Prisma.MapElementUncheckedCreateWithoutNodeInput> | Prisma.MapElementCreateWithoutNodeInput[] | Prisma.MapElementUncheckedCreateWithoutNodeInput[]
|
|
880
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutNodeInput | Prisma.MapElementCreateOrConnectWithoutNodeInput[]
|
|
881
|
+
createMany?: Prisma.MapElementCreateManyNodeInputEnvelope
|
|
882
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
export type MapElementUncheckedCreateNestedManyWithoutNodeInput = {
|
|
886
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutNodeInput, Prisma.MapElementUncheckedCreateWithoutNodeInput> | Prisma.MapElementCreateWithoutNodeInput[] | Prisma.MapElementUncheckedCreateWithoutNodeInput[]
|
|
887
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutNodeInput | Prisma.MapElementCreateOrConnectWithoutNodeInput[]
|
|
888
|
+
createMany?: Prisma.MapElementCreateManyNodeInputEnvelope
|
|
889
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
export type MapElementUpdateManyWithoutNodeNestedInput = {
|
|
893
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutNodeInput, Prisma.MapElementUncheckedCreateWithoutNodeInput> | Prisma.MapElementCreateWithoutNodeInput[] | Prisma.MapElementUncheckedCreateWithoutNodeInput[]
|
|
894
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutNodeInput | Prisma.MapElementCreateOrConnectWithoutNodeInput[]
|
|
895
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutNodeInput | Prisma.MapElementUpsertWithWhereUniqueWithoutNodeInput[]
|
|
896
|
+
createMany?: Prisma.MapElementCreateManyNodeInputEnvelope
|
|
897
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
898
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
899
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
900
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
901
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutNodeInput | Prisma.MapElementUpdateWithWhereUniqueWithoutNodeInput[]
|
|
902
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutNodeInput | Prisma.MapElementUpdateManyWithWhereWithoutNodeInput[]
|
|
903
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
export type MapElementUncheckedUpdateManyWithoutNodeNestedInput = {
|
|
907
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutNodeInput, Prisma.MapElementUncheckedCreateWithoutNodeInput> | Prisma.MapElementCreateWithoutNodeInput[] | Prisma.MapElementUncheckedCreateWithoutNodeInput[]
|
|
908
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutNodeInput | Prisma.MapElementCreateOrConnectWithoutNodeInput[]
|
|
909
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutNodeInput | Prisma.MapElementUpsertWithWhereUniqueWithoutNodeInput[]
|
|
910
|
+
createMany?: Prisma.MapElementCreateManyNodeInputEnvelope
|
|
911
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
912
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
913
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
914
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
915
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutNodeInput | Prisma.MapElementUpdateWithWhereUniqueWithoutNodeInput[]
|
|
916
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutNodeInput | Prisma.MapElementUpdateManyWithWhereWithoutNodeInput[]
|
|
917
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
export type MapElementCreateNestedManyWithoutTemplateInput = {
|
|
921
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutTemplateInput, Prisma.MapElementUncheckedCreateWithoutTemplateInput> | Prisma.MapElementCreateWithoutTemplateInput[] | Prisma.MapElementUncheckedCreateWithoutTemplateInput[]
|
|
922
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutTemplateInput | Prisma.MapElementCreateOrConnectWithoutTemplateInput[]
|
|
923
|
+
createMany?: Prisma.MapElementCreateManyTemplateInputEnvelope
|
|
924
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
export type MapElementUncheckedCreateNestedManyWithoutTemplateInput = {
|
|
928
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutTemplateInput, Prisma.MapElementUncheckedCreateWithoutTemplateInput> | Prisma.MapElementCreateWithoutTemplateInput[] | Prisma.MapElementUncheckedCreateWithoutTemplateInput[]
|
|
929
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutTemplateInput | Prisma.MapElementCreateOrConnectWithoutTemplateInput[]
|
|
930
|
+
createMany?: Prisma.MapElementCreateManyTemplateInputEnvelope
|
|
931
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
export type MapElementUpdateManyWithoutTemplateNestedInput = {
|
|
935
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutTemplateInput, Prisma.MapElementUncheckedCreateWithoutTemplateInput> | Prisma.MapElementCreateWithoutTemplateInput[] | Prisma.MapElementUncheckedCreateWithoutTemplateInput[]
|
|
936
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutTemplateInput | Prisma.MapElementCreateOrConnectWithoutTemplateInput[]
|
|
937
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutTemplateInput | Prisma.MapElementUpsertWithWhereUniqueWithoutTemplateInput[]
|
|
938
|
+
createMany?: Prisma.MapElementCreateManyTemplateInputEnvelope
|
|
939
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
940
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
941
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
942
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
943
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutTemplateInput | Prisma.MapElementUpdateWithWhereUniqueWithoutTemplateInput[]
|
|
944
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutTemplateInput | Prisma.MapElementUpdateManyWithWhereWithoutTemplateInput[]
|
|
945
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
export type MapElementUncheckedUpdateManyWithoutTemplateNestedInput = {
|
|
949
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutTemplateInput, Prisma.MapElementUncheckedCreateWithoutTemplateInput> | Prisma.MapElementCreateWithoutTemplateInput[] | Prisma.MapElementUncheckedCreateWithoutTemplateInput[]
|
|
950
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutTemplateInput | Prisma.MapElementCreateOrConnectWithoutTemplateInput[]
|
|
951
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutTemplateInput | Prisma.MapElementUpsertWithWhereUniqueWithoutTemplateInput[]
|
|
952
|
+
createMany?: Prisma.MapElementCreateManyTemplateInputEnvelope
|
|
953
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
954
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
955
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
956
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
957
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutTemplateInput | Prisma.MapElementUpdateWithWhereUniqueWithoutTemplateInput[]
|
|
958
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutTemplateInput | Prisma.MapElementUpdateManyWithWhereWithoutTemplateInput[]
|
|
959
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
export type MapElementCreateNestedManyWithoutClusterInput = {
|
|
963
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutClusterInput, Prisma.MapElementUncheckedCreateWithoutClusterInput> | Prisma.MapElementCreateWithoutClusterInput[] | Prisma.MapElementUncheckedCreateWithoutClusterInput[]
|
|
964
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutClusterInput | Prisma.MapElementCreateOrConnectWithoutClusterInput[]
|
|
965
|
+
createMany?: Prisma.MapElementCreateManyClusterInputEnvelope
|
|
966
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
export type MapElementUncheckedCreateNestedManyWithoutClusterInput = {
|
|
970
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutClusterInput, Prisma.MapElementUncheckedCreateWithoutClusterInput> | Prisma.MapElementCreateWithoutClusterInput[] | Prisma.MapElementUncheckedCreateWithoutClusterInput[]
|
|
971
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutClusterInput | Prisma.MapElementCreateOrConnectWithoutClusterInput[]
|
|
972
|
+
createMany?: Prisma.MapElementCreateManyClusterInputEnvelope
|
|
973
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export type MapElementUpdateManyWithoutClusterNestedInput = {
|
|
977
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutClusterInput, Prisma.MapElementUncheckedCreateWithoutClusterInput> | Prisma.MapElementCreateWithoutClusterInput[] | Prisma.MapElementUncheckedCreateWithoutClusterInput[]
|
|
978
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutClusterInput | Prisma.MapElementCreateOrConnectWithoutClusterInput[]
|
|
979
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutClusterInput | Prisma.MapElementUpsertWithWhereUniqueWithoutClusterInput[]
|
|
980
|
+
createMany?: Prisma.MapElementCreateManyClusterInputEnvelope
|
|
981
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
982
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
983
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
984
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
985
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutClusterInput | Prisma.MapElementUpdateWithWhereUniqueWithoutClusterInput[]
|
|
986
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutClusterInput | Prisma.MapElementUpdateManyWithWhereWithoutClusterInput[]
|
|
987
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export type MapElementUncheckedUpdateManyWithoutClusterNestedInput = {
|
|
991
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutClusterInput, Prisma.MapElementUncheckedCreateWithoutClusterInput> | Prisma.MapElementCreateWithoutClusterInput[] | Prisma.MapElementUncheckedCreateWithoutClusterInput[]
|
|
992
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutClusterInput | Prisma.MapElementCreateOrConnectWithoutClusterInput[]
|
|
993
|
+
upsert?: Prisma.MapElementUpsertWithWhereUniqueWithoutClusterInput | Prisma.MapElementUpsertWithWhereUniqueWithoutClusterInput[]
|
|
994
|
+
createMany?: Prisma.MapElementCreateManyClusterInputEnvelope
|
|
995
|
+
set?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
996
|
+
disconnect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
997
|
+
delete?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
998
|
+
connect?: Prisma.MapElementWhereUniqueInput | Prisma.MapElementWhereUniqueInput[]
|
|
999
|
+
update?: Prisma.MapElementUpdateWithWhereUniqueWithoutClusterInput | Prisma.MapElementUpdateWithWhereUniqueWithoutClusterInput[]
|
|
1000
|
+
updateMany?: Prisma.MapElementUpdateManyWithWhereWithoutClusterInput | Prisma.MapElementUpdateManyWithWhereWithoutClusterInput[]
|
|
1001
|
+
deleteMany?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export type MapElementCreateNestedOneWithoutQrCodeTagInput = {
|
|
1005
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutQrCodeTagInput, Prisma.MapElementUncheckedCreateWithoutQrCodeTagInput>
|
|
1006
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutQrCodeTagInput
|
|
1007
|
+
connect?: Prisma.MapElementWhereUniqueInput
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
export type MapElementUpdateOneWithoutQrCodeTagNestedInput = {
|
|
1011
|
+
create?: Prisma.XOR<Prisma.MapElementCreateWithoutQrCodeTagInput, Prisma.MapElementUncheckedCreateWithoutQrCodeTagInput>
|
|
1012
|
+
connectOrCreate?: Prisma.MapElementCreateOrConnectWithoutQrCodeTagInput
|
|
1013
|
+
upsert?: Prisma.MapElementUpsertWithoutQrCodeTagInput
|
|
1014
|
+
disconnect?: Prisma.MapElementWhereInput | boolean
|
|
1015
|
+
delete?: Prisma.MapElementWhereInput | boolean
|
|
1016
|
+
connect?: Prisma.MapElementWhereUniqueInput
|
|
1017
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.MapElementUpdateToOneWithWhereWithoutQrCodeTagInput, Prisma.MapElementUpdateWithoutQrCodeTagInput>, Prisma.MapElementUncheckedUpdateWithoutQrCodeTagInput>
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
export type MapElementCreateWithoutUpdatedByInput = {
|
|
1021
|
+
id?: string
|
|
1022
|
+
no?: number
|
|
1023
|
+
status?: string
|
|
1024
|
+
name?: string | null
|
|
1025
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1026
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1027
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1028
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1029
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1030
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1031
|
+
autoincrement?: boolean
|
|
1032
|
+
namePrefix?: string | null
|
|
1033
|
+
templateIndex?: number | null
|
|
1034
|
+
mapElementType?: $Enums.MapElementType
|
|
1035
|
+
createdAt?: Date | string
|
|
1036
|
+
updatedAt?: Date | string
|
|
1037
|
+
deletedAt?: Date | string | null
|
|
1038
|
+
networkElement: Prisma.NetworkElementCreateNestedOneWithoutMapElementInput
|
|
1039
|
+
template?: Prisma.MapElementTemplateCreateNestedOneWithoutMapElementInput
|
|
1040
|
+
project?: Prisma.ProjectCreateNestedOneWithoutMapElementInput
|
|
1041
|
+
cluster?: Prisma.ClusterCreateNestedOneWithoutMapElementInput
|
|
1042
|
+
node?: Prisma.ElementNodeCreateNestedOneWithoutMapElementInput
|
|
1043
|
+
qrCodeTag?: Prisma.qrCodeTagCreateNestedManyWithoutMapElementInput
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
export type MapElementUncheckedCreateWithoutUpdatedByInput = {
|
|
1047
|
+
id?: string
|
|
1048
|
+
no?: number
|
|
1049
|
+
status?: string
|
|
1050
|
+
name?: string | null
|
|
1051
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1052
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1053
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1054
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1055
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1056
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1057
|
+
autoincrement?: boolean
|
|
1058
|
+
namePrefix?: string | null
|
|
1059
|
+
templateIndex?: number | null
|
|
1060
|
+
mapElementType?: $Enums.MapElementType
|
|
1061
|
+
createdAt?: Date | string
|
|
1062
|
+
updatedAt?: Date | string
|
|
1063
|
+
deletedAt?: Date | string | null
|
|
1064
|
+
networkElementId: string
|
|
1065
|
+
templateId?: string | null
|
|
1066
|
+
projectId?: string | null
|
|
1067
|
+
clusterId?: string | null
|
|
1068
|
+
nodeId?: string | null
|
|
1069
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedCreateNestedManyWithoutMapElementInput
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
export type MapElementCreateOrConnectWithoutUpdatedByInput = {
|
|
1073
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1074
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutUpdatedByInput, Prisma.MapElementUncheckedCreateWithoutUpdatedByInput>
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
export type MapElementCreateManyUpdatedByInputEnvelope = {
|
|
1078
|
+
data: Prisma.MapElementCreateManyUpdatedByInput | Prisma.MapElementCreateManyUpdatedByInput[]
|
|
1079
|
+
skipDuplicates?: boolean
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
export type MapElementUpsertWithWhereUniqueWithoutUpdatedByInput = {
|
|
1083
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1084
|
+
update: Prisma.XOR<Prisma.MapElementUpdateWithoutUpdatedByInput, Prisma.MapElementUncheckedUpdateWithoutUpdatedByInput>
|
|
1085
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutUpdatedByInput, Prisma.MapElementUncheckedCreateWithoutUpdatedByInput>
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
export type MapElementUpdateWithWhereUniqueWithoutUpdatedByInput = {
|
|
1089
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1090
|
+
data: Prisma.XOR<Prisma.MapElementUpdateWithoutUpdatedByInput, Prisma.MapElementUncheckedUpdateWithoutUpdatedByInput>
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
export type MapElementUpdateManyWithWhereWithoutUpdatedByInput = {
|
|
1094
|
+
where: Prisma.MapElementScalarWhereInput
|
|
1095
|
+
data: Prisma.XOR<Prisma.MapElementUpdateManyMutationInput, Prisma.MapElementUncheckedUpdateManyWithoutUpdatedByInput>
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export type MapElementScalarWhereInput = {
|
|
1099
|
+
AND?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
1100
|
+
OR?: Prisma.MapElementScalarWhereInput[]
|
|
1101
|
+
NOT?: Prisma.MapElementScalarWhereInput | Prisma.MapElementScalarWhereInput[]
|
|
1102
|
+
id?: Prisma.StringFilter<"MapElement"> | string
|
|
1103
|
+
no?: Prisma.IntFilter<"MapElement"> | number
|
|
1104
|
+
status?: Prisma.StringFilter<"MapElement"> | string
|
|
1105
|
+
name?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
1106
|
+
photos?: Prisma.JsonNullableFilter<"MapElement">
|
|
1107
|
+
texts?: Prisma.JsonNullableFilter<"MapElement">
|
|
1108
|
+
files?: Prisma.JsonNullableFilter<"MapElement">
|
|
1109
|
+
zone?: Prisma.JsonNullableFilter<"MapElement">
|
|
1110
|
+
geometry?: Prisma.JsonNullableFilter<"MapElement">
|
|
1111
|
+
coordinates?: Prisma.JsonNullableFilter<"MapElement">
|
|
1112
|
+
autoincrement?: Prisma.BoolFilter<"MapElement"> | boolean
|
|
1113
|
+
namePrefix?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
1114
|
+
templateIndex?: Prisma.IntNullableFilter<"MapElement"> | number | null
|
|
1115
|
+
mapElementType?: Prisma.EnumMapElementTypeFilter<"MapElement"> | $Enums.MapElementType
|
|
1116
|
+
createdAt?: Prisma.DateTimeFilter<"MapElement"> | Date | string
|
|
1117
|
+
updatedAt?: Prisma.DateTimeFilter<"MapElement"> | Date | string
|
|
1118
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"MapElement"> | Date | string | null
|
|
1119
|
+
updatedById?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
1120
|
+
networkElementId?: Prisma.StringFilter<"MapElement"> | string
|
|
1121
|
+
templateId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
1122
|
+
projectId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
1123
|
+
clusterId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
1124
|
+
nodeId?: Prisma.StringNullableFilter<"MapElement"> | string | null
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
export type MapElementCreateWithoutProjectInput = {
|
|
1128
|
+
id?: string
|
|
1129
|
+
no?: number
|
|
1130
|
+
status?: string
|
|
1131
|
+
name?: string | null
|
|
1132
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1133
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1134
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1135
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1136
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1137
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1138
|
+
autoincrement?: boolean
|
|
1139
|
+
namePrefix?: string | null
|
|
1140
|
+
templateIndex?: number | null
|
|
1141
|
+
mapElementType?: $Enums.MapElementType
|
|
1142
|
+
createdAt?: Date | string
|
|
1143
|
+
updatedAt?: Date | string
|
|
1144
|
+
deletedAt?: Date | string | null
|
|
1145
|
+
updatedBy?: Prisma.UserCreateNestedOneWithoutMapElementInput
|
|
1146
|
+
networkElement: Prisma.NetworkElementCreateNestedOneWithoutMapElementInput
|
|
1147
|
+
template?: Prisma.MapElementTemplateCreateNestedOneWithoutMapElementInput
|
|
1148
|
+
cluster?: Prisma.ClusterCreateNestedOneWithoutMapElementInput
|
|
1149
|
+
node?: Prisma.ElementNodeCreateNestedOneWithoutMapElementInput
|
|
1150
|
+
qrCodeTag?: Prisma.qrCodeTagCreateNestedManyWithoutMapElementInput
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
export type MapElementUncheckedCreateWithoutProjectInput = {
|
|
1154
|
+
id?: string
|
|
1155
|
+
no?: number
|
|
1156
|
+
status?: string
|
|
1157
|
+
name?: string | null
|
|
1158
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1159
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1160
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1161
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1162
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1163
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1164
|
+
autoincrement?: boolean
|
|
1165
|
+
namePrefix?: string | null
|
|
1166
|
+
templateIndex?: number | null
|
|
1167
|
+
mapElementType?: $Enums.MapElementType
|
|
1168
|
+
createdAt?: Date | string
|
|
1169
|
+
updatedAt?: Date | string
|
|
1170
|
+
deletedAt?: Date | string | null
|
|
1171
|
+
updatedById?: string | null
|
|
1172
|
+
networkElementId: string
|
|
1173
|
+
templateId?: string | null
|
|
1174
|
+
clusterId?: string | null
|
|
1175
|
+
nodeId?: string | null
|
|
1176
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedCreateNestedManyWithoutMapElementInput
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
export type MapElementCreateOrConnectWithoutProjectInput = {
|
|
1180
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1181
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutProjectInput, Prisma.MapElementUncheckedCreateWithoutProjectInput>
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
export type MapElementCreateManyProjectInputEnvelope = {
|
|
1185
|
+
data: Prisma.MapElementCreateManyProjectInput | Prisma.MapElementCreateManyProjectInput[]
|
|
1186
|
+
skipDuplicates?: boolean
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
export type MapElementUpsertWithWhereUniqueWithoutProjectInput = {
|
|
1190
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1191
|
+
update: Prisma.XOR<Prisma.MapElementUpdateWithoutProjectInput, Prisma.MapElementUncheckedUpdateWithoutProjectInput>
|
|
1192
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutProjectInput, Prisma.MapElementUncheckedCreateWithoutProjectInput>
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export type MapElementUpdateWithWhereUniqueWithoutProjectInput = {
|
|
1196
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1197
|
+
data: Prisma.XOR<Prisma.MapElementUpdateWithoutProjectInput, Prisma.MapElementUncheckedUpdateWithoutProjectInput>
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
export type MapElementUpdateManyWithWhereWithoutProjectInput = {
|
|
1201
|
+
where: Prisma.MapElementScalarWhereInput
|
|
1202
|
+
data: Prisma.XOR<Prisma.MapElementUpdateManyMutationInput, Prisma.MapElementUncheckedUpdateManyWithoutProjectInput>
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
export type MapElementCreateWithoutNetworkElementInput = {
|
|
1206
|
+
id?: string
|
|
1207
|
+
no?: number
|
|
1208
|
+
status?: string
|
|
1209
|
+
name?: string | null
|
|
1210
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1211
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1212
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1213
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1214
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1215
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1216
|
+
autoincrement?: boolean
|
|
1217
|
+
namePrefix?: string | null
|
|
1218
|
+
templateIndex?: number | null
|
|
1219
|
+
mapElementType?: $Enums.MapElementType
|
|
1220
|
+
createdAt?: Date | string
|
|
1221
|
+
updatedAt?: Date | string
|
|
1222
|
+
deletedAt?: Date | string | null
|
|
1223
|
+
updatedBy?: Prisma.UserCreateNestedOneWithoutMapElementInput
|
|
1224
|
+
template?: Prisma.MapElementTemplateCreateNestedOneWithoutMapElementInput
|
|
1225
|
+
project?: Prisma.ProjectCreateNestedOneWithoutMapElementInput
|
|
1226
|
+
cluster?: Prisma.ClusterCreateNestedOneWithoutMapElementInput
|
|
1227
|
+
node?: Prisma.ElementNodeCreateNestedOneWithoutMapElementInput
|
|
1228
|
+
qrCodeTag?: Prisma.qrCodeTagCreateNestedManyWithoutMapElementInput
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
export type MapElementUncheckedCreateWithoutNetworkElementInput = {
|
|
1232
|
+
id?: string
|
|
1233
|
+
no?: number
|
|
1234
|
+
status?: string
|
|
1235
|
+
name?: string | null
|
|
1236
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1237
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1238
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1239
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1240
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1241
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1242
|
+
autoincrement?: boolean
|
|
1243
|
+
namePrefix?: string | null
|
|
1244
|
+
templateIndex?: number | null
|
|
1245
|
+
mapElementType?: $Enums.MapElementType
|
|
1246
|
+
createdAt?: Date | string
|
|
1247
|
+
updatedAt?: Date | string
|
|
1248
|
+
deletedAt?: Date | string | null
|
|
1249
|
+
updatedById?: string | null
|
|
1250
|
+
templateId?: string | null
|
|
1251
|
+
projectId?: string | null
|
|
1252
|
+
clusterId?: string | null
|
|
1253
|
+
nodeId?: string | null
|
|
1254
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedCreateNestedManyWithoutMapElementInput
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
export type MapElementCreateOrConnectWithoutNetworkElementInput = {
|
|
1258
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1259
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutNetworkElementInput, Prisma.MapElementUncheckedCreateWithoutNetworkElementInput>
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
export type MapElementCreateManyNetworkElementInputEnvelope = {
|
|
1263
|
+
data: Prisma.MapElementCreateManyNetworkElementInput | Prisma.MapElementCreateManyNetworkElementInput[]
|
|
1264
|
+
skipDuplicates?: boolean
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
export type MapElementUpsertWithWhereUniqueWithoutNetworkElementInput = {
|
|
1268
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1269
|
+
update: Prisma.XOR<Prisma.MapElementUpdateWithoutNetworkElementInput, Prisma.MapElementUncheckedUpdateWithoutNetworkElementInput>
|
|
1270
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutNetworkElementInput, Prisma.MapElementUncheckedCreateWithoutNetworkElementInput>
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export type MapElementUpdateWithWhereUniqueWithoutNetworkElementInput = {
|
|
1274
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1275
|
+
data: Prisma.XOR<Prisma.MapElementUpdateWithoutNetworkElementInput, Prisma.MapElementUncheckedUpdateWithoutNetworkElementInput>
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
export type MapElementUpdateManyWithWhereWithoutNetworkElementInput = {
|
|
1279
|
+
where: Prisma.MapElementScalarWhereInput
|
|
1280
|
+
data: Prisma.XOR<Prisma.MapElementUpdateManyMutationInput, Prisma.MapElementUncheckedUpdateManyWithoutNetworkElementInput>
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
export type MapElementCreateWithoutNodeInput = {
|
|
1284
|
+
id?: string
|
|
1285
|
+
no?: number
|
|
1286
|
+
status?: string
|
|
1287
|
+
name?: string | null
|
|
1288
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1289
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1290
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1291
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1292
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1293
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1294
|
+
autoincrement?: boolean
|
|
1295
|
+
namePrefix?: string | null
|
|
1296
|
+
templateIndex?: number | null
|
|
1297
|
+
mapElementType?: $Enums.MapElementType
|
|
1298
|
+
createdAt?: Date | string
|
|
1299
|
+
updatedAt?: Date | string
|
|
1300
|
+
deletedAt?: Date | string | null
|
|
1301
|
+
updatedBy?: Prisma.UserCreateNestedOneWithoutMapElementInput
|
|
1302
|
+
networkElement: Prisma.NetworkElementCreateNestedOneWithoutMapElementInput
|
|
1303
|
+
template?: Prisma.MapElementTemplateCreateNestedOneWithoutMapElementInput
|
|
1304
|
+
project?: Prisma.ProjectCreateNestedOneWithoutMapElementInput
|
|
1305
|
+
cluster?: Prisma.ClusterCreateNestedOneWithoutMapElementInput
|
|
1306
|
+
qrCodeTag?: Prisma.qrCodeTagCreateNestedManyWithoutMapElementInput
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
export type MapElementUncheckedCreateWithoutNodeInput = {
|
|
1310
|
+
id?: string
|
|
1311
|
+
no?: number
|
|
1312
|
+
status?: string
|
|
1313
|
+
name?: string | null
|
|
1314
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1315
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1316
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1317
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1318
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1319
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1320
|
+
autoincrement?: boolean
|
|
1321
|
+
namePrefix?: string | null
|
|
1322
|
+
templateIndex?: number | null
|
|
1323
|
+
mapElementType?: $Enums.MapElementType
|
|
1324
|
+
createdAt?: Date | string
|
|
1325
|
+
updatedAt?: Date | string
|
|
1326
|
+
deletedAt?: Date | string | null
|
|
1327
|
+
updatedById?: string | null
|
|
1328
|
+
networkElementId: string
|
|
1329
|
+
templateId?: string | null
|
|
1330
|
+
projectId?: string | null
|
|
1331
|
+
clusterId?: string | null
|
|
1332
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedCreateNestedManyWithoutMapElementInput
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
export type MapElementCreateOrConnectWithoutNodeInput = {
|
|
1336
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1337
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutNodeInput, Prisma.MapElementUncheckedCreateWithoutNodeInput>
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
export type MapElementCreateManyNodeInputEnvelope = {
|
|
1341
|
+
data: Prisma.MapElementCreateManyNodeInput | Prisma.MapElementCreateManyNodeInput[]
|
|
1342
|
+
skipDuplicates?: boolean
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
export type MapElementUpsertWithWhereUniqueWithoutNodeInput = {
|
|
1346
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1347
|
+
update: Prisma.XOR<Prisma.MapElementUpdateWithoutNodeInput, Prisma.MapElementUncheckedUpdateWithoutNodeInput>
|
|
1348
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutNodeInput, Prisma.MapElementUncheckedCreateWithoutNodeInput>
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
export type MapElementUpdateWithWhereUniqueWithoutNodeInput = {
|
|
1352
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1353
|
+
data: Prisma.XOR<Prisma.MapElementUpdateWithoutNodeInput, Prisma.MapElementUncheckedUpdateWithoutNodeInput>
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
export type MapElementUpdateManyWithWhereWithoutNodeInput = {
|
|
1357
|
+
where: Prisma.MapElementScalarWhereInput
|
|
1358
|
+
data: Prisma.XOR<Prisma.MapElementUpdateManyMutationInput, Prisma.MapElementUncheckedUpdateManyWithoutNodeInput>
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
export type MapElementCreateWithoutTemplateInput = {
|
|
1362
|
+
id?: string
|
|
1363
|
+
no?: number
|
|
1364
|
+
status?: string
|
|
1365
|
+
name?: string | null
|
|
1366
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1367
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1368
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1369
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1370
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1371
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1372
|
+
autoincrement?: boolean
|
|
1373
|
+
namePrefix?: string | null
|
|
1374
|
+
templateIndex?: number | null
|
|
1375
|
+
mapElementType?: $Enums.MapElementType
|
|
1376
|
+
createdAt?: Date | string
|
|
1377
|
+
updatedAt?: Date | string
|
|
1378
|
+
deletedAt?: Date | string | null
|
|
1379
|
+
updatedBy?: Prisma.UserCreateNestedOneWithoutMapElementInput
|
|
1380
|
+
networkElement: Prisma.NetworkElementCreateNestedOneWithoutMapElementInput
|
|
1381
|
+
project?: Prisma.ProjectCreateNestedOneWithoutMapElementInput
|
|
1382
|
+
cluster?: Prisma.ClusterCreateNestedOneWithoutMapElementInput
|
|
1383
|
+
node?: Prisma.ElementNodeCreateNestedOneWithoutMapElementInput
|
|
1384
|
+
qrCodeTag?: Prisma.qrCodeTagCreateNestedManyWithoutMapElementInput
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
export type MapElementUncheckedCreateWithoutTemplateInput = {
|
|
1388
|
+
id?: string
|
|
1389
|
+
no?: number
|
|
1390
|
+
status?: string
|
|
1391
|
+
name?: string | null
|
|
1392
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1393
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1394
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1395
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1396
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1397
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1398
|
+
autoincrement?: boolean
|
|
1399
|
+
namePrefix?: string | null
|
|
1400
|
+
templateIndex?: number | null
|
|
1401
|
+
mapElementType?: $Enums.MapElementType
|
|
1402
|
+
createdAt?: Date | string
|
|
1403
|
+
updatedAt?: Date | string
|
|
1404
|
+
deletedAt?: Date | string | null
|
|
1405
|
+
updatedById?: string | null
|
|
1406
|
+
networkElementId: string
|
|
1407
|
+
projectId?: string | null
|
|
1408
|
+
clusterId?: string | null
|
|
1409
|
+
nodeId?: string | null
|
|
1410
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedCreateNestedManyWithoutMapElementInput
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
export type MapElementCreateOrConnectWithoutTemplateInput = {
|
|
1414
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1415
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutTemplateInput, Prisma.MapElementUncheckedCreateWithoutTemplateInput>
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
export type MapElementCreateManyTemplateInputEnvelope = {
|
|
1419
|
+
data: Prisma.MapElementCreateManyTemplateInput | Prisma.MapElementCreateManyTemplateInput[]
|
|
1420
|
+
skipDuplicates?: boolean
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
export type MapElementUpsertWithWhereUniqueWithoutTemplateInput = {
|
|
1424
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1425
|
+
update: Prisma.XOR<Prisma.MapElementUpdateWithoutTemplateInput, Prisma.MapElementUncheckedUpdateWithoutTemplateInput>
|
|
1426
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutTemplateInput, Prisma.MapElementUncheckedCreateWithoutTemplateInput>
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
export type MapElementUpdateWithWhereUniqueWithoutTemplateInput = {
|
|
1430
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1431
|
+
data: Prisma.XOR<Prisma.MapElementUpdateWithoutTemplateInput, Prisma.MapElementUncheckedUpdateWithoutTemplateInput>
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
export type MapElementUpdateManyWithWhereWithoutTemplateInput = {
|
|
1435
|
+
where: Prisma.MapElementScalarWhereInput
|
|
1436
|
+
data: Prisma.XOR<Prisma.MapElementUpdateManyMutationInput, Prisma.MapElementUncheckedUpdateManyWithoutTemplateInput>
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
export type MapElementCreateWithoutClusterInput = {
|
|
1440
|
+
id?: string
|
|
1441
|
+
no?: number
|
|
1442
|
+
status?: string
|
|
1443
|
+
name?: string | null
|
|
1444
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1445
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1446
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1447
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1448
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1449
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1450
|
+
autoincrement?: boolean
|
|
1451
|
+
namePrefix?: string | null
|
|
1452
|
+
templateIndex?: number | null
|
|
1453
|
+
mapElementType?: $Enums.MapElementType
|
|
1454
|
+
createdAt?: Date | string
|
|
1455
|
+
updatedAt?: Date | string
|
|
1456
|
+
deletedAt?: Date | string | null
|
|
1457
|
+
updatedBy?: Prisma.UserCreateNestedOneWithoutMapElementInput
|
|
1458
|
+
networkElement: Prisma.NetworkElementCreateNestedOneWithoutMapElementInput
|
|
1459
|
+
template?: Prisma.MapElementTemplateCreateNestedOneWithoutMapElementInput
|
|
1460
|
+
project?: Prisma.ProjectCreateNestedOneWithoutMapElementInput
|
|
1461
|
+
node?: Prisma.ElementNodeCreateNestedOneWithoutMapElementInput
|
|
1462
|
+
qrCodeTag?: Prisma.qrCodeTagCreateNestedManyWithoutMapElementInput
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
export type MapElementUncheckedCreateWithoutClusterInput = {
|
|
1466
|
+
id?: string
|
|
1467
|
+
no?: number
|
|
1468
|
+
status?: string
|
|
1469
|
+
name?: string | null
|
|
1470
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1471
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1472
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1473
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1474
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1475
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1476
|
+
autoincrement?: boolean
|
|
1477
|
+
namePrefix?: string | null
|
|
1478
|
+
templateIndex?: number | null
|
|
1479
|
+
mapElementType?: $Enums.MapElementType
|
|
1480
|
+
createdAt?: Date | string
|
|
1481
|
+
updatedAt?: Date | string
|
|
1482
|
+
deletedAt?: Date | string | null
|
|
1483
|
+
updatedById?: string | null
|
|
1484
|
+
networkElementId: string
|
|
1485
|
+
templateId?: string | null
|
|
1486
|
+
projectId?: string | null
|
|
1487
|
+
nodeId?: string | null
|
|
1488
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedCreateNestedManyWithoutMapElementInput
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
export type MapElementCreateOrConnectWithoutClusterInput = {
|
|
1492
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1493
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutClusterInput, Prisma.MapElementUncheckedCreateWithoutClusterInput>
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
export type MapElementCreateManyClusterInputEnvelope = {
|
|
1497
|
+
data: Prisma.MapElementCreateManyClusterInput | Prisma.MapElementCreateManyClusterInput[]
|
|
1498
|
+
skipDuplicates?: boolean
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
export type MapElementUpsertWithWhereUniqueWithoutClusterInput = {
|
|
1502
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1503
|
+
update: Prisma.XOR<Prisma.MapElementUpdateWithoutClusterInput, Prisma.MapElementUncheckedUpdateWithoutClusterInput>
|
|
1504
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutClusterInput, Prisma.MapElementUncheckedCreateWithoutClusterInput>
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
export type MapElementUpdateWithWhereUniqueWithoutClusterInput = {
|
|
1508
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1509
|
+
data: Prisma.XOR<Prisma.MapElementUpdateWithoutClusterInput, Prisma.MapElementUncheckedUpdateWithoutClusterInput>
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
export type MapElementUpdateManyWithWhereWithoutClusterInput = {
|
|
1513
|
+
where: Prisma.MapElementScalarWhereInput
|
|
1514
|
+
data: Prisma.XOR<Prisma.MapElementUpdateManyMutationInput, Prisma.MapElementUncheckedUpdateManyWithoutClusterInput>
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
export type MapElementCreateWithoutQrCodeTagInput = {
|
|
1518
|
+
id?: string
|
|
1519
|
+
no?: number
|
|
1520
|
+
status?: string
|
|
1521
|
+
name?: string | null
|
|
1522
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1523
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1524
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1525
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1526
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1527
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1528
|
+
autoincrement?: boolean
|
|
1529
|
+
namePrefix?: string | null
|
|
1530
|
+
templateIndex?: number | null
|
|
1531
|
+
mapElementType?: $Enums.MapElementType
|
|
1532
|
+
createdAt?: Date | string
|
|
1533
|
+
updatedAt?: Date | string
|
|
1534
|
+
deletedAt?: Date | string | null
|
|
1535
|
+
updatedBy?: Prisma.UserCreateNestedOneWithoutMapElementInput
|
|
1536
|
+
networkElement: Prisma.NetworkElementCreateNestedOneWithoutMapElementInput
|
|
1537
|
+
template?: Prisma.MapElementTemplateCreateNestedOneWithoutMapElementInput
|
|
1538
|
+
project?: Prisma.ProjectCreateNestedOneWithoutMapElementInput
|
|
1539
|
+
cluster?: Prisma.ClusterCreateNestedOneWithoutMapElementInput
|
|
1540
|
+
node?: Prisma.ElementNodeCreateNestedOneWithoutMapElementInput
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
export type MapElementUncheckedCreateWithoutQrCodeTagInput = {
|
|
1544
|
+
id?: string
|
|
1545
|
+
no?: number
|
|
1546
|
+
status?: string
|
|
1547
|
+
name?: string | null
|
|
1548
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1549
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1550
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1551
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1552
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1553
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1554
|
+
autoincrement?: boolean
|
|
1555
|
+
namePrefix?: string | null
|
|
1556
|
+
templateIndex?: number | null
|
|
1557
|
+
mapElementType?: $Enums.MapElementType
|
|
1558
|
+
createdAt?: Date | string
|
|
1559
|
+
updatedAt?: Date | string
|
|
1560
|
+
deletedAt?: Date | string | null
|
|
1561
|
+
updatedById?: string | null
|
|
1562
|
+
networkElementId: string
|
|
1563
|
+
templateId?: string | null
|
|
1564
|
+
projectId?: string | null
|
|
1565
|
+
clusterId?: string | null
|
|
1566
|
+
nodeId?: string | null
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
export type MapElementCreateOrConnectWithoutQrCodeTagInput = {
|
|
1570
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
1571
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutQrCodeTagInput, Prisma.MapElementUncheckedCreateWithoutQrCodeTagInput>
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
export type MapElementUpsertWithoutQrCodeTagInput = {
|
|
1575
|
+
update: Prisma.XOR<Prisma.MapElementUpdateWithoutQrCodeTagInput, Prisma.MapElementUncheckedUpdateWithoutQrCodeTagInput>
|
|
1576
|
+
create: Prisma.XOR<Prisma.MapElementCreateWithoutQrCodeTagInput, Prisma.MapElementUncheckedCreateWithoutQrCodeTagInput>
|
|
1577
|
+
where?: Prisma.MapElementWhereInput
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
export type MapElementUpdateToOneWithWhereWithoutQrCodeTagInput = {
|
|
1581
|
+
where?: Prisma.MapElementWhereInput
|
|
1582
|
+
data: Prisma.XOR<Prisma.MapElementUpdateWithoutQrCodeTagInput, Prisma.MapElementUncheckedUpdateWithoutQrCodeTagInput>
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
export type MapElementUpdateWithoutQrCodeTagInput = {
|
|
1586
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1587
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1588
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1589
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1590
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1591
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1592
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1593
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1594
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1595
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1596
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1597
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1598
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1599
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1600
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1601
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1602
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1603
|
+
updatedBy?: Prisma.UserUpdateOneWithoutMapElementNestedInput
|
|
1604
|
+
networkElement?: Prisma.NetworkElementUpdateOneRequiredWithoutMapElementNestedInput
|
|
1605
|
+
template?: Prisma.MapElementTemplateUpdateOneWithoutMapElementNestedInput
|
|
1606
|
+
project?: Prisma.ProjectUpdateOneWithoutMapElementNestedInput
|
|
1607
|
+
cluster?: Prisma.ClusterUpdateOneWithoutMapElementNestedInput
|
|
1608
|
+
node?: Prisma.ElementNodeUpdateOneWithoutMapElementNestedInput
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
export type MapElementUncheckedUpdateWithoutQrCodeTagInput = {
|
|
1612
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1613
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1614
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1615
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1616
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1617
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1618
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1619
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1620
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1621
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1622
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1623
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1624
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1625
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1626
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1627
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1628
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1629
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1630
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1631
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1632
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1633
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1634
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
export type MapElementCreateManyUpdatedByInput = {
|
|
1638
|
+
id?: string
|
|
1639
|
+
no?: number
|
|
1640
|
+
status?: string
|
|
1641
|
+
name?: string | null
|
|
1642
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1643
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1644
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1645
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1646
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1647
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1648
|
+
autoincrement?: boolean
|
|
1649
|
+
namePrefix?: string | null
|
|
1650
|
+
templateIndex?: number | null
|
|
1651
|
+
mapElementType?: $Enums.MapElementType
|
|
1652
|
+
createdAt?: Date | string
|
|
1653
|
+
updatedAt?: Date | string
|
|
1654
|
+
deletedAt?: Date | string | null
|
|
1655
|
+
networkElementId: string
|
|
1656
|
+
templateId?: string | null
|
|
1657
|
+
projectId?: string | null
|
|
1658
|
+
clusterId?: string | null
|
|
1659
|
+
nodeId?: string | null
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
export type MapElementUpdateWithoutUpdatedByInput = {
|
|
1663
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1664
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1665
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1666
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1667
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1668
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1669
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1670
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1671
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1672
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1673
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1674
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1675
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1676
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1677
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1678
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1679
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1680
|
+
networkElement?: Prisma.NetworkElementUpdateOneRequiredWithoutMapElementNestedInput
|
|
1681
|
+
template?: Prisma.MapElementTemplateUpdateOneWithoutMapElementNestedInput
|
|
1682
|
+
project?: Prisma.ProjectUpdateOneWithoutMapElementNestedInput
|
|
1683
|
+
cluster?: Prisma.ClusterUpdateOneWithoutMapElementNestedInput
|
|
1684
|
+
node?: Prisma.ElementNodeUpdateOneWithoutMapElementNestedInput
|
|
1685
|
+
qrCodeTag?: Prisma.qrCodeTagUpdateManyWithoutMapElementNestedInput
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
export type MapElementUncheckedUpdateWithoutUpdatedByInput = {
|
|
1689
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1690
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1691
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1692
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1693
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1694
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1695
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1696
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1697
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1698
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1699
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1700
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1701
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1702
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1703
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1704
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1705
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1706
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1707
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1708
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1709
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1710
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1711
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedUpdateManyWithoutMapElementNestedInput
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
export type MapElementUncheckedUpdateManyWithoutUpdatedByInput = {
|
|
1715
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1716
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1717
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1718
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1719
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1720
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1721
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1722
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1723
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1724
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1725
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1726
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1727
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1728
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1729
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1730
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1731
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1732
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1733
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1734
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1735
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1736
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
export type MapElementCreateManyProjectInput = {
|
|
1740
|
+
id?: string
|
|
1741
|
+
no?: number
|
|
1742
|
+
status?: string
|
|
1743
|
+
name?: string | null
|
|
1744
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1745
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1746
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1747
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1748
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1749
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1750
|
+
autoincrement?: boolean
|
|
1751
|
+
namePrefix?: string | null
|
|
1752
|
+
templateIndex?: number | null
|
|
1753
|
+
mapElementType?: $Enums.MapElementType
|
|
1754
|
+
createdAt?: Date | string
|
|
1755
|
+
updatedAt?: Date | string
|
|
1756
|
+
deletedAt?: Date | string | null
|
|
1757
|
+
updatedById?: string | null
|
|
1758
|
+
networkElementId: string
|
|
1759
|
+
templateId?: string | null
|
|
1760
|
+
clusterId?: string | null
|
|
1761
|
+
nodeId?: string | null
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
export type MapElementUpdateWithoutProjectInput = {
|
|
1765
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1766
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1767
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1768
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1769
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1770
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1771
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1772
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1773
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1774
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1775
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1776
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1777
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1778
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1779
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1780
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1781
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1782
|
+
updatedBy?: Prisma.UserUpdateOneWithoutMapElementNestedInput
|
|
1783
|
+
networkElement?: Prisma.NetworkElementUpdateOneRequiredWithoutMapElementNestedInput
|
|
1784
|
+
template?: Prisma.MapElementTemplateUpdateOneWithoutMapElementNestedInput
|
|
1785
|
+
cluster?: Prisma.ClusterUpdateOneWithoutMapElementNestedInput
|
|
1786
|
+
node?: Prisma.ElementNodeUpdateOneWithoutMapElementNestedInput
|
|
1787
|
+
qrCodeTag?: Prisma.qrCodeTagUpdateManyWithoutMapElementNestedInput
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
export type MapElementUncheckedUpdateWithoutProjectInput = {
|
|
1791
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1792
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1793
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1794
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1795
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1796
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1797
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1798
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1799
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1800
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1801
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1802
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1803
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1804
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1805
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1806
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1807
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1808
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1809
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1810
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1811
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1812
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1813
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedUpdateManyWithoutMapElementNestedInput
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
export type MapElementUncheckedUpdateManyWithoutProjectInput = {
|
|
1817
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1818
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1819
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1820
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1821
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1822
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1823
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1824
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1825
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1826
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1827
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1828
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1829
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1830
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1831
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1832
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1833
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1834
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1835
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1836
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1837
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1838
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
export type MapElementCreateManyNetworkElementInput = {
|
|
1842
|
+
id?: string
|
|
1843
|
+
no?: number
|
|
1844
|
+
status?: string
|
|
1845
|
+
name?: string | null
|
|
1846
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1847
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1848
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1849
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1850
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1851
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1852
|
+
autoincrement?: boolean
|
|
1853
|
+
namePrefix?: string | null
|
|
1854
|
+
templateIndex?: number | null
|
|
1855
|
+
mapElementType?: $Enums.MapElementType
|
|
1856
|
+
createdAt?: Date | string
|
|
1857
|
+
updatedAt?: Date | string
|
|
1858
|
+
deletedAt?: Date | string | null
|
|
1859
|
+
updatedById?: string | null
|
|
1860
|
+
templateId?: string | null
|
|
1861
|
+
projectId?: string | null
|
|
1862
|
+
clusterId?: string | null
|
|
1863
|
+
nodeId?: string | null
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
export type MapElementUpdateWithoutNetworkElementInput = {
|
|
1867
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1868
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1869
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1870
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1871
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1872
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1873
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1874
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1875
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1876
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1877
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1878
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1879
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1880
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1881
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1882
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1883
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1884
|
+
updatedBy?: Prisma.UserUpdateOneWithoutMapElementNestedInput
|
|
1885
|
+
template?: Prisma.MapElementTemplateUpdateOneWithoutMapElementNestedInput
|
|
1886
|
+
project?: Prisma.ProjectUpdateOneWithoutMapElementNestedInput
|
|
1887
|
+
cluster?: Prisma.ClusterUpdateOneWithoutMapElementNestedInput
|
|
1888
|
+
node?: Prisma.ElementNodeUpdateOneWithoutMapElementNestedInput
|
|
1889
|
+
qrCodeTag?: Prisma.qrCodeTagUpdateManyWithoutMapElementNestedInput
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
export type MapElementUncheckedUpdateWithoutNetworkElementInput = {
|
|
1893
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1894
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1895
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1896
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1897
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1898
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1899
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1900
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1901
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1902
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1903
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1904
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1905
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1906
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1907
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1908
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1909
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1910
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1911
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1912
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1913
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1914
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1915
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedUpdateManyWithoutMapElementNestedInput
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
export type MapElementUncheckedUpdateManyWithoutNetworkElementInput = {
|
|
1919
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1920
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1921
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1922
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1923
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1924
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1925
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1926
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1927
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1928
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1929
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1930
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1931
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1932
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1933
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1934
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1935
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1936
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1937
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1938
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1939
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1940
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
export type MapElementCreateManyNodeInput = {
|
|
1944
|
+
id?: string
|
|
1945
|
+
no?: number
|
|
1946
|
+
status?: string
|
|
1947
|
+
name?: string | null
|
|
1948
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1949
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1950
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1951
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1952
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1953
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1954
|
+
autoincrement?: boolean
|
|
1955
|
+
namePrefix?: string | null
|
|
1956
|
+
templateIndex?: number | null
|
|
1957
|
+
mapElementType?: $Enums.MapElementType
|
|
1958
|
+
createdAt?: Date | string
|
|
1959
|
+
updatedAt?: Date | string
|
|
1960
|
+
deletedAt?: Date | string | null
|
|
1961
|
+
updatedById?: string | null
|
|
1962
|
+
networkElementId: string
|
|
1963
|
+
templateId?: string | null
|
|
1964
|
+
projectId?: string | null
|
|
1965
|
+
clusterId?: string | null
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
export type MapElementUpdateWithoutNodeInput = {
|
|
1969
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1970
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1971
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1972
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1973
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1974
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1975
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1976
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1977
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1978
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1979
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1980
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1981
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1982
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
1983
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1984
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1985
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1986
|
+
updatedBy?: Prisma.UserUpdateOneWithoutMapElementNestedInput
|
|
1987
|
+
networkElement?: Prisma.NetworkElementUpdateOneRequiredWithoutMapElementNestedInput
|
|
1988
|
+
template?: Prisma.MapElementTemplateUpdateOneWithoutMapElementNestedInput
|
|
1989
|
+
project?: Prisma.ProjectUpdateOneWithoutMapElementNestedInput
|
|
1990
|
+
cluster?: Prisma.ClusterUpdateOneWithoutMapElementNestedInput
|
|
1991
|
+
qrCodeTag?: Prisma.qrCodeTagUpdateManyWithoutMapElementNestedInput
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
export type MapElementUncheckedUpdateWithoutNodeInput = {
|
|
1995
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1996
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1997
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1998
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1999
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2000
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2001
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2002
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2003
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2004
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2005
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2006
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2007
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2008
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
2009
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2010
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2011
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2012
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2013
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2014
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2015
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2016
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2017
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedUpdateManyWithoutMapElementNestedInput
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
export type MapElementUncheckedUpdateManyWithoutNodeInput = {
|
|
2021
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2022
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2023
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2024
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2025
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2026
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2027
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2028
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2029
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2030
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2031
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2032
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2033
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2034
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
2035
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2036
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2037
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2038
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2039
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2040
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2041
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2042
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
export type MapElementCreateManyTemplateInput = {
|
|
2046
|
+
id?: string
|
|
2047
|
+
no?: number
|
|
2048
|
+
status?: string
|
|
2049
|
+
name?: string | null
|
|
2050
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2051
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2052
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2053
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2054
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2055
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2056
|
+
autoincrement?: boolean
|
|
2057
|
+
namePrefix?: string | null
|
|
2058
|
+
templateIndex?: number | null
|
|
2059
|
+
mapElementType?: $Enums.MapElementType
|
|
2060
|
+
createdAt?: Date | string
|
|
2061
|
+
updatedAt?: Date | string
|
|
2062
|
+
deletedAt?: Date | string | null
|
|
2063
|
+
updatedById?: string | null
|
|
2064
|
+
networkElementId: string
|
|
2065
|
+
projectId?: string | null
|
|
2066
|
+
clusterId?: string | null
|
|
2067
|
+
nodeId?: string | null
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
export type MapElementUpdateWithoutTemplateInput = {
|
|
2071
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2072
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2073
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2074
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2075
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2076
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2077
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2078
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2079
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2080
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2081
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2082
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2083
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2084
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
2085
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2086
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2087
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2088
|
+
updatedBy?: Prisma.UserUpdateOneWithoutMapElementNestedInput
|
|
2089
|
+
networkElement?: Prisma.NetworkElementUpdateOneRequiredWithoutMapElementNestedInput
|
|
2090
|
+
project?: Prisma.ProjectUpdateOneWithoutMapElementNestedInput
|
|
2091
|
+
cluster?: Prisma.ClusterUpdateOneWithoutMapElementNestedInput
|
|
2092
|
+
node?: Prisma.ElementNodeUpdateOneWithoutMapElementNestedInput
|
|
2093
|
+
qrCodeTag?: Prisma.qrCodeTagUpdateManyWithoutMapElementNestedInput
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
export type MapElementUncheckedUpdateWithoutTemplateInput = {
|
|
2097
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2098
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2099
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2100
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2101
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2102
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2103
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2104
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2105
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2106
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2107
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2108
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2109
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2110
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
2111
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2112
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2113
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2114
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2115
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2116
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2117
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2118
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2119
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedUpdateManyWithoutMapElementNestedInput
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
export type MapElementUncheckedUpdateManyWithoutTemplateInput = {
|
|
2123
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2124
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2125
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2126
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2127
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2128
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2129
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2130
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2131
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2132
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2133
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2134
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2135
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2136
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
2137
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2138
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2139
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2140
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2141
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2142
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2143
|
+
clusterId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2144
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
export type MapElementCreateManyClusterInput = {
|
|
2148
|
+
id?: string
|
|
2149
|
+
no?: number
|
|
2150
|
+
status?: string
|
|
2151
|
+
name?: string | null
|
|
2152
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2153
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2154
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2155
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2156
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2157
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2158
|
+
autoincrement?: boolean
|
|
2159
|
+
namePrefix?: string | null
|
|
2160
|
+
templateIndex?: number | null
|
|
2161
|
+
mapElementType?: $Enums.MapElementType
|
|
2162
|
+
createdAt?: Date | string
|
|
2163
|
+
updatedAt?: Date | string
|
|
2164
|
+
deletedAt?: Date | string | null
|
|
2165
|
+
updatedById?: string | null
|
|
2166
|
+
networkElementId: string
|
|
2167
|
+
templateId?: string | null
|
|
2168
|
+
projectId?: string | null
|
|
2169
|
+
nodeId?: string | null
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
export type MapElementUpdateWithoutClusterInput = {
|
|
2173
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2174
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2175
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2176
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2177
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2178
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2179
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2180
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2181
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2182
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2183
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2184
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2185
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2186
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
2187
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2188
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2189
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2190
|
+
updatedBy?: Prisma.UserUpdateOneWithoutMapElementNestedInput
|
|
2191
|
+
networkElement?: Prisma.NetworkElementUpdateOneRequiredWithoutMapElementNestedInput
|
|
2192
|
+
template?: Prisma.MapElementTemplateUpdateOneWithoutMapElementNestedInput
|
|
2193
|
+
project?: Prisma.ProjectUpdateOneWithoutMapElementNestedInput
|
|
2194
|
+
node?: Prisma.ElementNodeUpdateOneWithoutMapElementNestedInput
|
|
2195
|
+
qrCodeTag?: Prisma.qrCodeTagUpdateManyWithoutMapElementNestedInput
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
export type MapElementUncheckedUpdateWithoutClusterInput = {
|
|
2199
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2200
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2201
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2202
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2203
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2204
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2205
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2206
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2207
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2208
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2209
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2210
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2211
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2212
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
2213
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2214
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2215
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2216
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2217
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2218
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2219
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2220
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2221
|
+
qrCodeTag?: Prisma.qrCodeTagUncheckedUpdateManyWithoutMapElementNestedInput
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
export type MapElementUncheckedUpdateManyWithoutClusterInput = {
|
|
2225
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2226
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2227
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2228
|
+
name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2229
|
+
photos?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2230
|
+
texts?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2231
|
+
files?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2232
|
+
zone?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2233
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2234
|
+
coordinates?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2235
|
+
autoincrement?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2236
|
+
namePrefix?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2237
|
+
templateIndex?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2238
|
+
mapElementType?: Prisma.EnumMapElementTypeFieldUpdateOperationsInput | $Enums.MapElementType
|
|
2239
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2240
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2241
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2242
|
+
updatedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2243
|
+
networkElementId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2244
|
+
templateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2245
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2246
|
+
nodeId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
/**
|
|
2251
|
+
* Count Type MapElementCountOutputType
|
|
2252
|
+
*/
|
|
2253
|
+
|
|
2254
|
+
export type MapElementCountOutputType = {
|
|
2255
|
+
qrCodeTag: number
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
export type MapElementCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2259
|
+
qrCodeTag?: boolean | MapElementCountOutputTypeCountQrCodeTagArgs
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
/**
|
|
2263
|
+
* MapElementCountOutputType without action
|
|
2264
|
+
*/
|
|
2265
|
+
export type MapElementCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2266
|
+
/**
|
|
2267
|
+
* Select specific fields to fetch from the MapElementCountOutputType
|
|
2268
|
+
*/
|
|
2269
|
+
select?: Prisma.MapElementCountOutputTypeSelect<ExtArgs> | null
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
/**
|
|
2273
|
+
* MapElementCountOutputType without action
|
|
2274
|
+
*/
|
|
2275
|
+
export type MapElementCountOutputTypeCountQrCodeTagArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2276
|
+
where?: Prisma.qrCodeTagWhereInput
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
|
|
2280
|
+
export type MapElementSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2281
|
+
id?: boolean
|
|
2282
|
+
no?: boolean
|
|
2283
|
+
status?: boolean
|
|
2284
|
+
name?: boolean
|
|
2285
|
+
photos?: boolean
|
|
2286
|
+
texts?: boolean
|
|
2287
|
+
files?: boolean
|
|
2288
|
+
zone?: boolean
|
|
2289
|
+
geometry?: boolean
|
|
2290
|
+
coordinates?: boolean
|
|
2291
|
+
autoincrement?: boolean
|
|
2292
|
+
namePrefix?: boolean
|
|
2293
|
+
templateIndex?: boolean
|
|
2294
|
+
mapElementType?: boolean
|
|
2295
|
+
createdAt?: boolean
|
|
2296
|
+
updatedAt?: boolean
|
|
2297
|
+
deletedAt?: boolean
|
|
2298
|
+
updatedById?: boolean
|
|
2299
|
+
networkElementId?: boolean
|
|
2300
|
+
templateId?: boolean
|
|
2301
|
+
projectId?: boolean
|
|
2302
|
+
clusterId?: boolean
|
|
2303
|
+
nodeId?: boolean
|
|
2304
|
+
updatedBy?: boolean | Prisma.MapElement$updatedByArgs<ExtArgs>
|
|
2305
|
+
networkElement?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
2306
|
+
template?: boolean | Prisma.MapElement$templateArgs<ExtArgs>
|
|
2307
|
+
project?: boolean | Prisma.MapElement$projectArgs<ExtArgs>
|
|
2308
|
+
cluster?: boolean | Prisma.MapElement$clusterArgs<ExtArgs>
|
|
2309
|
+
node?: boolean | Prisma.MapElement$nodeArgs<ExtArgs>
|
|
2310
|
+
qrCodeTag?: boolean | Prisma.MapElement$qrCodeTagArgs<ExtArgs>
|
|
2311
|
+
_count?: boolean | Prisma.MapElementCountOutputTypeDefaultArgs<ExtArgs>
|
|
2312
|
+
}, ExtArgs["result"]["mapElement"]>
|
|
2313
|
+
|
|
2314
|
+
export type MapElementSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2315
|
+
id?: boolean
|
|
2316
|
+
no?: boolean
|
|
2317
|
+
status?: boolean
|
|
2318
|
+
name?: boolean
|
|
2319
|
+
photos?: boolean
|
|
2320
|
+
texts?: boolean
|
|
2321
|
+
files?: boolean
|
|
2322
|
+
zone?: boolean
|
|
2323
|
+
geometry?: boolean
|
|
2324
|
+
coordinates?: boolean
|
|
2325
|
+
autoincrement?: boolean
|
|
2326
|
+
namePrefix?: boolean
|
|
2327
|
+
templateIndex?: boolean
|
|
2328
|
+
mapElementType?: boolean
|
|
2329
|
+
createdAt?: boolean
|
|
2330
|
+
updatedAt?: boolean
|
|
2331
|
+
deletedAt?: boolean
|
|
2332
|
+
updatedById?: boolean
|
|
2333
|
+
networkElementId?: boolean
|
|
2334
|
+
templateId?: boolean
|
|
2335
|
+
projectId?: boolean
|
|
2336
|
+
clusterId?: boolean
|
|
2337
|
+
nodeId?: boolean
|
|
2338
|
+
updatedBy?: boolean | Prisma.MapElement$updatedByArgs<ExtArgs>
|
|
2339
|
+
networkElement?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
2340
|
+
template?: boolean | Prisma.MapElement$templateArgs<ExtArgs>
|
|
2341
|
+
project?: boolean | Prisma.MapElement$projectArgs<ExtArgs>
|
|
2342
|
+
cluster?: boolean | Prisma.MapElement$clusterArgs<ExtArgs>
|
|
2343
|
+
node?: boolean | Prisma.MapElement$nodeArgs<ExtArgs>
|
|
2344
|
+
}, ExtArgs["result"]["mapElement"]>
|
|
2345
|
+
|
|
2346
|
+
export type MapElementSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2347
|
+
id?: boolean
|
|
2348
|
+
no?: boolean
|
|
2349
|
+
status?: boolean
|
|
2350
|
+
name?: boolean
|
|
2351
|
+
photos?: boolean
|
|
2352
|
+
texts?: boolean
|
|
2353
|
+
files?: boolean
|
|
2354
|
+
zone?: boolean
|
|
2355
|
+
geometry?: boolean
|
|
2356
|
+
coordinates?: boolean
|
|
2357
|
+
autoincrement?: boolean
|
|
2358
|
+
namePrefix?: boolean
|
|
2359
|
+
templateIndex?: boolean
|
|
2360
|
+
mapElementType?: boolean
|
|
2361
|
+
createdAt?: boolean
|
|
2362
|
+
updatedAt?: boolean
|
|
2363
|
+
deletedAt?: boolean
|
|
2364
|
+
updatedById?: boolean
|
|
2365
|
+
networkElementId?: boolean
|
|
2366
|
+
templateId?: boolean
|
|
2367
|
+
projectId?: boolean
|
|
2368
|
+
clusterId?: boolean
|
|
2369
|
+
nodeId?: boolean
|
|
2370
|
+
updatedBy?: boolean | Prisma.MapElement$updatedByArgs<ExtArgs>
|
|
2371
|
+
networkElement?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
2372
|
+
template?: boolean | Prisma.MapElement$templateArgs<ExtArgs>
|
|
2373
|
+
project?: boolean | Prisma.MapElement$projectArgs<ExtArgs>
|
|
2374
|
+
cluster?: boolean | Prisma.MapElement$clusterArgs<ExtArgs>
|
|
2375
|
+
node?: boolean | Prisma.MapElement$nodeArgs<ExtArgs>
|
|
2376
|
+
}, ExtArgs["result"]["mapElement"]>
|
|
2377
|
+
|
|
2378
|
+
export type MapElementSelectScalar = {
|
|
2379
|
+
id?: boolean
|
|
2380
|
+
no?: boolean
|
|
2381
|
+
status?: boolean
|
|
2382
|
+
name?: boolean
|
|
2383
|
+
photos?: boolean
|
|
2384
|
+
texts?: boolean
|
|
2385
|
+
files?: boolean
|
|
2386
|
+
zone?: boolean
|
|
2387
|
+
geometry?: boolean
|
|
2388
|
+
coordinates?: boolean
|
|
2389
|
+
autoincrement?: boolean
|
|
2390
|
+
namePrefix?: boolean
|
|
2391
|
+
templateIndex?: boolean
|
|
2392
|
+
mapElementType?: boolean
|
|
2393
|
+
createdAt?: boolean
|
|
2394
|
+
updatedAt?: boolean
|
|
2395
|
+
deletedAt?: boolean
|
|
2396
|
+
updatedById?: boolean
|
|
2397
|
+
networkElementId?: boolean
|
|
2398
|
+
templateId?: boolean
|
|
2399
|
+
projectId?: boolean
|
|
2400
|
+
clusterId?: boolean
|
|
2401
|
+
nodeId?: boolean
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
export type MapElementOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "no" | "status" | "name" | "photos" | "texts" | "files" | "zone" | "geometry" | "coordinates" | "autoincrement" | "namePrefix" | "templateIndex" | "mapElementType" | "createdAt" | "updatedAt" | "deletedAt" | "updatedById" | "networkElementId" | "templateId" | "projectId" | "clusterId" | "nodeId", ExtArgs["result"]["mapElement"]>
|
|
2405
|
+
export type MapElementInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2406
|
+
updatedBy?: boolean | Prisma.MapElement$updatedByArgs<ExtArgs>
|
|
2407
|
+
networkElement?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
2408
|
+
template?: boolean | Prisma.MapElement$templateArgs<ExtArgs>
|
|
2409
|
+
project?: boolean | Prisma.MapElement$projectArgs<ExtArgs>
|
|
2410
|
+
cluster?: boolean | Prisma.MapElement$clusterArgs<ExtArgs>
|
|
2411
|
+
node?: boolean | Prisma.MapElement$nodeArgs<ExtArgs>
|
|
2412
|
+
qrCodeTag?: boolean | Prisma.MapElement$qrCodeTagArgs<ExtArgs>
|
|
2413
|
+
_count?: boolean | Prisma.MapElementCountOutputTypeDefaultArgs<ExtArgs>
|
|
2414
|
+
}
|
|
2415
|
+
export type MapElementIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2416
|
+
updatedBy?: boolean | Prisma.MapElement$updatedByArgs<ExtArgs>
|
|
2417
|
+
networkElement?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
2418
|
+
template?: boolean | Prisma.MapElement$templateArgs<ExtArgs>
|
|
2419
|
+
project?: boolean | Prisma.MapElement$projectArgs<ExtArgs>
|
|
2420
|
+
cluster?: boolean | Prisma.MapElement$clusterArgs<ExtArgs>
|
|
2421
|
+
node?: boolean | Prisma.MapElement$nodeArgs<ExtArgs>
|
|
2422
|
+
}
|
|
2423
|
+
export type MapElementIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2424
|
+
updatedBy?: boolean | Prisma.MapElement$updatedByArgs<ExtArgs>
|
|
2425
|
+
networkElement?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
2426
|
+
template?: boolean | Prisma.MapElement$templateArgs<ExtArgs>
|
|
2427
|
+
project?: boolean | Prisma.MapElement$projectArgs<ExtArgs>
|
|
2428
|
+
cluster?: boolean | Prisma.MapElement$clusterArgs<ExtArgs>
|
|
2429
|
+
node?: boolean | Prisma.MapElement$nodeArgs<ExtArgs>
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
export type $MapElementPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2433
|
+
name: "MapElement"
|
|
2434
|
+
objects: {
|
|
2435
|
+
updatedBy: Prisma.$UserPayload<ExtArgs> | null
|
|
2436
|
+
networkElement: Prisma.$NetworkElementPayload<ExtArgs>
|
|
2437
|
+
template: Prisma.$MapElementTemplatePayload<ExtArgs> | null
|
|
2438
|
+
project: Prisma.$ProjectPayload<ExtArgs> | null
|
|
2439
|
+
cluster: Prisma.$ClusterPayload<ExtArgs> | null
|
|
2440
|
+
node: Prisma.$ElementNodePayload<ExtArgs> | null
|
|
2441
|
+
qrCodeTag: Prisma.$qrCodeTagPayload<ExtArgs>[]
|
|
2442
|
+
}
|
|
2443
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
2444
|
+
id: string
|
|
2445
|
+
no: number
|
|
2446
|
+
status: string
|
|
2447
|
+
name: string | null
|
|
2448
|
+
photos: runtime.JsonValue | null
|
|
2449
|
+
texts: runtime.JsonValue | null
|
|
2450
|
+
files: runtime.JsonValue | null
|
|
2451
|
+
zone: runtime.JsonValue | null
|
|
2452
|
+
geometry: runtime.JsonValue | null
|
|
2453
|
+
coordinates: runtime.JsonValue | null
|
|
2454
|
+
autoincrement: boolean
|
|
2455
|
+
namePrefix: string | null
|
|
2456
|
+
templateIndex: number | null
|
|
2457
|
+
mapElementType: $Enums.MapElementType
|
|
2458
|
+
createdAt: Date
|
|
2459
|
+
updatedAt: Date
|
|
2460
|
+
deletedAt: Date | null
|
|
2461
|
+
updatedById: string | null
|
|
2462
|
+
networkElementId: string
|
|
2463
|
+
templateId: string | null
|
|
2464
|
+
projectId: string | null
|
|
2465
|
+
clusterId: string | null
|
|
2466
|
+
nodeId: string | null
|
|
2467
|
+
}, ExtArgs["result"]["mapElement"]>
|
|
2468
|
+
composites: {}
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
export type MapElementGetPayload<S extends boolean | null | undefined | MapElementDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$MapElementPayload, S>
|
|
2472
|
+
|
|
2473
|
+
export type MapElementCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
2474
|
+
Omit<MapElementFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
2475
|
+
select?: MapElementCountAggregateInputType | true
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
export interface MapElementDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
2479
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['MapElement'], meta: { name: 'MapElement' } }
|
|
2480
|
+
/**
|
|
2481
|
+
* Find zero or one MapElement that matches the filter.
|
|
2482
|
+
* @param {MapElementFindUniqueArgs} args - Arguments to find a MapElement
|
|
2483
|
+
* @example
|
|
2484
|
+
* // Get one MapElement
|
|
2485
|
+
* const mapElement = await prisma.mapElement.findUnique({
|
|
2486
|
+
* where: {
|
|
2487
|
+
* // ... provide filter here
|
|
2488
|
+
* }
|
|
2489
|
+
* })
|
|
2490
|
+
*/
|
|
2491
|
+
findUnique<T extends MapElementFindUniqueArgs>(args: Prisma.SelectSubset<T, MapElementFindUniqueArgs<ExtArgs>>): Prisma.Prisma__MapElementClient<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2492
|
+
|
|
2493
|
+
/**
|
|
2494
|
+
* Find one MapElement that matches the filter or throw an error with `error.code='P2025'`
|
|
2495
|
+
* if no matches were found.
|
|
2496
|
+
* @param {MapElementFindUniqueOrThrowArgs} args - Arguments to find a MapElement
|
|
2497
|
+
* @example
|
|
2498
|
+
* // Get one MapElement
|
|
2499
|
+
* const mapElement = await prisma.mapElement.findUniqueOrThrow({
|
|
2500
|
+
* where: {
|
|
2501
|
+
* // ... provide filter here
|
|
2502
|
+
* }
|
|
2503
|
+
* })
|
|
2504
|
+
*/
|
|
2505
|
+
findUniqueOrThrow<T extends MapElementFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, MapElementFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__MapElementClient<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2506
|
+
|
|
2507
|
+
/**
|
|
2508
|
+
* Find the first MapElement that matches the filter.
|
|
2509
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2510
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2511
|
+
* @param {MapElementFindFirstArgs} args - Arguments to find a MapElement
|
|
2512
|
+
* @example
|
|
2513
|
+
* // Get one MapElement
|
|
2514
|
+
* const mapElement = await prisma.mapElement.findFirst({
|
|
2515
|
+
* where: {
|
|
2516
|
+
* // ... provide filter here
|
|
2517
|
+
* }
|
|
2518
|
+
* })
|
|
2519
|
+
*/
|
|
2520
|
+
findFirst<T extends MapElementFindFirstArgs>(args?: Prisma.SelectSubset<T, MapElementFindFirstArgs<ExtArgs>>): Prisma.Prisma__MapElementClient<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2521
|
+
|
|
2522
|
+
/**
|
|
2523
|
+
* Find the first MapElement that matches the filter or
|
|
2524
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
2525
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2526
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2527
|
+
* @param {MapElementFindFirstOrThrowArgs} args - Arguments to find a MapElement
|
|
2528
|
+
* @example
|
|
2529
|
+
* // Get one MapElement
|
|
2530
|
+
* const mapElement = await prisma.mapElement.findFirstOrThrow({
|
|
2531
|
+
* where: {
|
|
2532
|
+
* // ... provide filter here
|
|
2533
|
+
* }
|
|
2534
|
+
* })
|
|
2535
|
+
*/
|
|
2536
|
+
findFirstOrThrow<T extends MapElementFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, MapElementFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__MapElementClient<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2537
|
+
|
|
2538
|
+
/**
|
|
2539
|
+
* Find zero or more MapElements that matches the filter.
|
|
2540
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2541
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2542
|
+
* @param {MapElementFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
2543
|
+
* @example
|
|
2544
|
+
* // Get all MapElements
|
|
2545
|
+
* const mapElements = await prisma.mapElement.findMany()
|
|
2546
|
+
*
|
|
2547
|
+
* // Get first 10 MapElements
|
|
2548
|
+
* const mapElements = await prisma.mapElement.findMany({ take: 10 })
|
|
2549
|
+
*
|
|
2550
|
+
* // Only select the `id`
|
|
2551
|
+
* const mapElementWithIdOnly = await prisma.mapElement.findMany({ select: { id: true } })
|
|
2552
|
+
*
|
|
2553
|
+
*/
|
|
2554
|
+
findMany<T extends MapElementFindManyArgs>(args?: Prisma.SelectSubset<T, MapElementFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
2555
|
+
|
|
2556
|
+
/**
|
|
2557
|
+
* Create a MapElement.
|
|
2558
|
+
* @param {MapElementCreateArgs} args - Arguments to create a MapElement.
|
|
2559
|
+
* @example
|
|
2560
|
+
* // Create one MapElement
|
|
2561
|
+
* const MapElement = await prisma.mapElement.create({
|
|
2562
|
+
* data: {
|
|
2563
|
+
* // ... data to create a MapElement
|
|
2564
|
+
* }
|
|
2565
|
+
* })
|
|
2566
|
+
*
|
|
2567
|
+
*/
|
|
2568
|
+
create<T extends MapElementCreateArgs>(args: Prisma.SelectSubset<T, MapElementCreateArgs<ExtArgs>>): Prisma.Prisma__MapElementClient<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2569
|
+
|
|
2570
|
+
/**
|
|
2571
|
+
* Create many MapElements.
|
|
2572
|
+
* @param {MapElementCreateManyArgs} args - Arguments to create many MapElements.
|
|
2573
|
+
* @example
|
|
2574
|
+
* // Create many MapElements
|
|
2575
|
+
* const mapElement = await prisma.mapElement.createMany({
|
|
2576
|
+
* data: [
|
|
2577
|
+
* // ... provide data here
|
|
2578
|
+
* ]
|
|
2579
|
+
* })
|
|
2580
|
+
*
|
|
2581
|
+
*/
|
|
2582
|
+
createMany<T extends MapElementCreateManyArgs>(args?: Prisma.SelectSubset<T, MapElementCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2583
|
+
|
|
2584
|
+
/**
|
|
2585
|
+
* Create many MapElements and returns the data saved in the database.
|
|
2586
|
+
* @param {MapElementCreateManyAndReturnArgs} args - Arguments to create many MapElements.
|
|
2587
|
+
* @example
|
|
2588
|
+
* // Create many MapElements
|
|
2589
|
+
* const mapElement = await prisma.mapElement.createManyAndReturn({
|
|
2590
|
+
* data: [
|
|
2591
|
+
* // ... provide data here
|
|
2592
|
+
* ]
|
|
2593
|
+
* })
|
|
2594
|
+
*
|
|
2595
|
+
* // Create many MapElements and only return the `id`
|
|
2596
|
+
* const mapElementWithIdOnly = await prisma.mapElement.createManyAndReturn({
|
|
2597
|
+
* select: { id: true },
|
|
2598
|
+
* data: [
|
|
2599
|
+
* // ... provide data here
|
|
2600
|
+
* ]
|
|
2601
|
+
* })
|
|
2602
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2603
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2604
|
+
*
|
|
2605
|
+
*/
|
|
2606
|
+
createManyAndReturn<T extends MapElementCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, MapElementCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
2607
|
+
|
|
2608
|
+
/**
|
|
2609
|
+
* Delete a MapElement.
|
|
2610
|
+
* @param {MapElementDeleteArgs} args - Arguments to delete one MapElement.
|
|
2611
|
+
* @example
|
|
2612
|
+
* // Delete one MapElement
|
|
2613
|
+
* const MapElement = await prisma.mapElement.delete({
|
|
2614
|
+
* where: {
|
|
2615
|
+
* // ... filter to delete one MapElement
|
|
2616
|
+
* }
|
|
2617
|
+
* })
|
|
2618
|
+
*
|
|
2619
|
+
*/
|
|
2620
|
+
delete<T extends MapElementDeleteArgs>(args: Prisma.SelectSubset<T, MapElementDeleteArgs<ExtArgs>>): Prisma.Prisma__MapElementClient<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2621
|
+
|
|
2622
|
+
/**
|
|
2623
|
+
* Update one MapElement.
|
|
2624
|
+
* @param {MapElementUpdateArgs} args - Arguments to update one MapElement.
|
|
2625
|
+
* @example
|
|
2626
|
+
* // Update one MapElement
|
|
2627
|
+
* const mapElement = await prisma.mapElement.update({
|
|
2628
|
+
* where: {
|
|
2629
|
+
* // ... provide filter here
|
|
2630
|
+
* },
|
|
2631
|
+
* data: {
|
|
2632
|
+
* // ... provide data here
|
|
2633
|
+
* }
|
|
2634
|
+
* })
|
|
2635
|
+
*
|
|
2636
|
+
*/
|
|
2637
|
+
update<T extends MapElementUpdateArgs>(args: Prisma.SelectSubset<T, MapElementUpdateArgs<ExtArgs>>): Prisma.Prisma__MapElementClient<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2638
|
+
|
|
2639
|
+
/**
|
|
2640
|
+
* Delete zero or more MapElements.
|
|
2641
|
+
* @param {MapElementDeleteManyArgs} args - Arguments to filter MapElements to delete.
|
|
2642
|
+
* @example
|
|
2643
|
+
* // Delete a few MapElements
|
|
2644
|
+
* const { count } = await prisma.mapElement.deleteMany({
|
|
2645
|
+
* where: {
|
|
2646
|
+
* // ... provide filter here
|
|
2647
|
+
* }
|
|
2648
|
+
* })
|
|
2649
|
+
*
|
|
2650
|
+
*/
|
|
2651
|
+
deleteMany<T extends MapElementDeleteManyArgs>(args?: Prisma.SelectSubset<T, MapElementDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2652
|
+
|
|
2653
|
+
/**
|
|
2654
|
+
* Update zero or more MapElements.
|
|
2655
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2656
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2657
|
+
* @param {MapElementUpdateManyArgs} args - Arguments to update one or more rows.
|
|
2658
|
+
* @example
|
|
2659
|
+
* // Update many MapElements
|
|
2660
|
+
* const mapElement = await prisma.mapElement.updateMany({
|
|
2661
|
+
* where: {
|
|
2662
|
+
* // ... provide filter here
|
|
2663
|
+
* },
|
|
2664
|
+
* data: {
|
|
2665
|
+
* // ... provide data here
|
|
2666
|
+
* }
|
|
2667
|
+
* })
|
|
2668
|
+
*
|
|
2669
|
+
*/
|
|
2670
|
+
updateMany<T extends MapElementUpdateManyArgs>(args: Prisma.SelectSubset<T, MapElementUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2671
|
+
|
|
2672
|
+
/**
|
|
2673
|
+
* Update zero or more MapElements and returns the data updated in the database.
|
|
2674
|
+
* @param {MapElementUpdateManyAndReturnArgs} args - Arguments to update many MapElements.
|
|
2675
|
+
* @example
|
|
2676
|
+
* // Update many MapElements
|
|
2677
|
+
* const mapElement = await prisma.mapElement.updateManyAndReturn({
|
|
2678
|
+
* where: {
|
|
2679
|
+
* // ... provide filter here
|
|
2680
|
+
* },
|
|
2681
|
+
* data: [
|
|
2682
|
+
* // ... provide data here
|
|
2683
|
+
* ]
|
|
2684
|
+
* })
|
|
2685
|
+
*
|
|
2686
|
+
* // Update zero or more MapElements and only return the `id`
|
|
2687
|
+
* const mapElementWithIdOnly = await prisma.mapElement.updateManyAndReturn({
|
|
2688
|
+
* select: { id: true },
|
|
2689
|
+
* where: {
|
|
2690
|
+
* // ... provide filter here
|
|
2691
|
+
* },
|
|
2692
|
+
* data: [
|
|
2693
|
+
* // ... provide data here
|
|
2694
|
+
* ]
|
|
2695
|
+
* })
|
|
2696
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2697
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2698
|
+
*
|
|
2699
|
+
*/
|
|
2700
|
+
updateManyAndReturn<T extends MapElementUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, MapElementUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
2701
|
+
|
|
2702
|
+
/**
|
|
2703
|
+
* Create or update one MapElement.
|
|
2704
|
+
* @param {MapElementUpsertArgs} args - Arguments to update or create a MapElement.
|
|
2705
|
+
* @example
|
|
2706
|
+
* // Update or create a MapElement
|
|
2707
|
+
* const mapElement = await prisma.mapElement.upsert({
|
|
2708
|
+
* create: {
|
|
2709
|
+
* // ... data to create a MapElement
|
|
2710
|
+
* },
|
|
2711
|
+
* update: {
|
|
2712
|
+
* // ... in case it already exists, update
|
|
2713
|
+
* },
|
|
2714
|
+
* where: {
|
|
2715
|
+
* // ... the filter for the MapElement we want to update
|
|
2716
|
+
* }
|
|
2717
|
+
* })
|
|
2718
|
+
*/
|
|
2719
|
+
upsert<T extends MapElementUpsertArgs>(args: Prisma.SelectSubset<T, MapElementUpsertArgs<ExtArgs>>): Prisma.Prisma__MapElementClient<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2720
|
+
|
|
2721
|
+
|
|
2722
|
+
/**
|
|
2723
|
+
* Count the number of MapElements.
|
|
2724
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2725
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2726
|
+
* @param {MapElementCountArgs} args - Arguments to filter MapElements to count.
|
|
2727
|
+
* @example
|
|
2728
|
+
* // Count the number of MapElements
|
|
2729
|
+
* const count = await prisma.mapElement.count({
|
|
2730
|
+
* where: {
|
|
2731
|
+
* // ... the filter for the MapElements we want to count
|
|
2732
|
+
* }
|
|
2733
|
+
* })
|
|
2734
|
+
**/
|
|
2735
|
+
count<T extends MapElementCountArgs>(
|
|
2736
|
+
args?: Prisma.Subset<T, MapElementCountArgs>,
|
|
2737
|
+
): Prisma.PrismaPromise<
|
|
2738
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
2739
|
+
? T['select'] extends true
|
|
2740
|
+
? number
|
|
2741
|
+
: Prisma.GetScalarType<T['select'], MapElementCountAggregateOutputType>
|
|
2742
|
+
: number
|
|
2743
|
+
>
|
|
2744
|
+
|
|
2745
|
+
/**
|
|
2746
|
+
* Allows you to perform aggregations operations on a MapElement.
|
|
2747
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2748
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2749
|
+
* @param {MapElementAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
2750
|
+
* @example
|
|
2751
|
+
* // Ordered by age ascending
|
|
2752
|
+
* // Where email contains prisma.io
|
|
2753
|
+
* // Limited to the 10 users
|
|
2754
|
+
* const aggregations = await prisma.user.aggregate({
|
|
2755
|
+
* _avg: {
|
|
2756
|
+
* age: true,
|
|
2757
|
+
* },
|
|
2758
|
+
* where: {
|
|
2759
|
+
* email: {
|
|
2760
|
+
* contains: "prisma.io",
|
|
2761
|
+
* },
|
|
2762
|
+
* },
|
|
2763
|
+
* orderBy: {
|
|
2764
|
+
* age: "asc",
|
|
2765
|
+
* },
|
|
2766
|
+
* take: 10,
|
|
2767
|
+
* })
|
|
2768
|
+
**/
|
|
2769
|
+
aggregate<T extends MapElementAggregateArgs>(args: Prisma.Subset<T, MapElementAggregateArgs>): Prisma.PrismaPromise<GetMapElementAggregateType<T>>
|
|
2770
|
+
|
|
2771
|
+
/**
|
|
2772
|
+
* Group by MapElement.
|
|
2773
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2774
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2775
|
+
* @param {MapElementGroupByArgs} args - Group by arguments.
|
|
2776
|
+
* @example
|
|
2777
|
+
* // Group by city, order by createdAt, get count
|
|
2778
|
+
* const result = await prisma.user.groupBy({
|
|
2779
|
+
* by: ['city', 'createdAt'],
|
|
2780
|
+
* orderBy: {
|
|
2781
|
+
* createdAt: true
|
|
2782
|
+
* },
|
|
2783
|
+
* _count: {
|
|
2784
|
+
* _all: true
|
|
2785
|
+
* },
|
|
2786
|
+
* })
|
|
2787
|
+
*
|
|
2788
|
+
**/
|
|
2789
|
+
groupBy<
|
|
2790
|
+
T extends MapElementGroupByArgs,
|
|
2791
|
+
HasSelectOrTake extends Prisma.Or<
|
|
2792
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
2793
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
2794
|
+
>,
|
|
2795
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
2796
|
+
? { orderBy: MapElementGroupByArgs['orderBy'] }
|
|
2797
|
+
: { orderBy?: MapElementGroupByArgs['orderBy'] },
|
|
2798
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
2799
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
2800
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
2801
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
2802
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
2803
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
2804
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
2805
|
+
? `Error: "by" must not be empty.`
|
|
2806
|
+
: HavingValid extends Prisma.False
|
|
2807
|
+
? {
|
|
2808
|
+
[P in HavingFields]: P extends ByFields
|
|
2809
|
+
? never
|
|
2810
|
+
: P extends string
|
|
2811
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
2812
|
+
: [
|
|
2813
|
+
Error,
|
|
2814
|
+
'Field ',
|
|
2815
|
+
P,
|
|
2816
|
+
` in "having" needs to be provided in "by"`,
|
|
2817
|
+
]
|
|
2818
|
+
}[HavingFields]
|
|
2819
|
+
: 'take' extends Prisma.Keys<T>
|
|
2820
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
2821
|
+
? ByValid extends Prisma.True
|
|
2822
|
+
? {}
|
|
2823
|
+
: {
|
|
2824
|
+
[P in OrderFields]: P extends ByFields
|
|
2825
|
+
? never
|
|
2826
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2827
|
+
}[OrderFields]
|
|
2828
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
2829
|
+
: 'skip' extends Prisma.Keys<T>
|
|
2830
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
2831
|
+
? ByValid extends Prisma.True
|
|
2832
|
+
? {}
|
|
2833
|
+
: {
|
|
2834
|
+
[P in OrderFields]: P extends ByFields
|
|
2835
|
+
? never
|
|
2836
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2837
|
+
}[OrderFields]
|
|
2838
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
2839
|
+
: ByValid extends Prisma.True
|
|
2840
|
+
? {}
|
|
2841
|
+
: {
|
|
2842
|
+
[P in OrderFields]: P extends ByFields
|
|
2843
|
+
? never
|
|
2844
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2845
|
+
}[OrderFields]
|
|
2846
|
+
>(args: Prisma.SubsetIntersection<T, MapElementGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetMapElementGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
2847
|
+
/**
|
|
2848
|
+
* Fields of the MapElement model
|
|
2849
|
+
*/
|
|
2850
|
+
readonly fields: MapElementFieldRefs;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
/**
|
|
2854
|
+
* The delegate class that acts as a "Promise-like" for MapElement.
|
|
2855
|
+
* Why is this prefixed with `Prisma__`?
|
|
2856
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
2857
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
2858
|
+
*/
|
|
2859
|
+
export interface Prisma__MapElementClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
2860
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
2861
|
+
updatedBy<T extends Prisma.MapElement$updatedByArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.MapElement$updatedByArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2862
|
+
networkElement<T extends Prisma.NetworkElementDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementDefaultArgs<ExtArgs>>): Prisma.Prisma__NetworkElementClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
2863
|
+
template<T extends Prisma.MapElement$templateArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.MapElement$templateArgs<ExtArgs>>): Prisma.Prisma__MapElementTemplateClient<runtime.Types.Result.GetResult<Prisma.$MapElementTemplatePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2864
|
+
project<T extends Prisma.MapElement$projectArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.MapElement$projectArgs<ExtArgs>>): Prisma.Prisma__ProjectClient<runtime.Types.Result.GetResult<Prisma.$ProjectPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2865
|
+
cluster<T extends Prisma.MapElement$clusterArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.MapElement$clusterArgs<ExtArgs>>): Prisma.Prisma__ClusterClient<runtime.Types.Result.GetResult<Prisma.$ClusterPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2866
|
+
node<T extends Prisma.MapElement$nodeArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.MapElement$nodeArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2867
|
+
qrCodeTag<T extends Prisma.MapElement$qrCodeTagArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.MapElement$qrCodeTagArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$qrCodeTagPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2868
|
+
/**
|
|
2869
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2870
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
2871
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2872
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
2873
|
+
*/
|
|
2874
|
+
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
|
|
2875
|
+
/**
|
|
2876
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
2877
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2878
|
+
* @returns A Promise for the completion of the callback.
|
|
2879
|
+
*/
|
|
2880
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
2881
|
+
/**
|
|
2882
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2883
|
+
* resolved value cannot be modified from the callback.
|
|
2884
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2885
|
+
* @returns A Promise for the completion of the callback.
|
|
2886
|
+
*/
|
|
2887
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
|
|
2891
|
+
|
|
2892
|
+
|
|
2893
|
+
/**
|
|
2894
|
+
* Fields of the MapElement model
|
|
2895
|
+
*/
|
|
2896
|
+
export interface MapElementFieldRefs {
|
|
2897
|
+
readonly id: Prisma.FieldRef<"MapElement", 'String'>
|
|
2898
|
+
readonly no: Prisma.FieldRef<"MapElement", 'Int'>
|
|
2899
|
+
readonly status: Prisma.FieldRef<"MapElement", 'String'>
|
|
2900
|
+
readonly name: Prisma.FieldRef<"MapElement", 'String'>
|
|
2901
|
+
readonly photos: Prisma.FieldRef<"MapElement", 'Json'>
|
|
2902
|
+
readonly texts: Prisma.FieldRef<"MapElement", 'Json'>
|
|
2903
|
+
readonly files: Prisma.FieldRef<"MapElement", 'Json'>
|
|
2904
|
+
readonly zone: Prisma.FieldRef<"MapElement", 'Json'>
|
|
2905
|
+
readonly geometry: Prisma.FieldRef<"MapElement", 'Json'>
|
|
2906
|
+
readonly coordinates: Prisma.FieldRef<"MapElement", 'Json'>
|
|
2907
|
+
readonly autoincrement: Prisma.FieldRef<"MapElement", 'Boolean'>
|
|
2908
|
+
readonly namePrefix: Prisma.FieldRef<"MapElement", 'String'>
|
|
2909
|
+
readonly templateIndex: Prisma.FieldRef<"MapElement", 'Int'>
|
|
2910
|
+
readonly mapElementType: Prisma.FieldRef<"MapElement", 'MapElementType'>
|
|
2911
|
+
readonly createdAt: Prisma.FieldRef<"MapElement", 'DateTime'>
|
|
2912
|
+
readonly updatedAt: Prisma.FieldRef<"MapElement", 'DateTime'>
|
|
2913
|
+
readonly deletedAt: Prisma.FieldRef<"MapElement", 'DateTime'>
|
|
2914
|
+
readonly updatedById: Prisma.FieldRef<"MapElement", 'String'>
|
|
2915
|
+
readonly networkElementId: Prisma.FieldRef<"MapElement", 'String'>
|
|
2916
|
+
readonly templateId: Prisma.FieldRef<"MapElement", 'String'>
|
|
2917
|
+
readonly projectId: Prisma.FieldRef<"MapElement", 'String'>
|
|
2918
|
+
readonly clusterId: Prisma.FieldRef<"MapElement", 'String'>
|
|
2919
|
+
readonly nodeId: Prisma.FieldRef<"MapElement", 'String'>
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
|
|
2923
|
+
// Custom InputTypes
|
|
2924
|
+
/**
|
|
2925
|
+
* MapElement findUnique
|
|
2926
|
+
*/
|
|
2927
|
+
export type MapElementFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2928
|
+
/**
|
|
2929
|
+
* Select specific fields to fetch from the MapElement
|
|
2930
|
+
*/
|
|
2931
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
2932
|
+
/**
|
|
2933
|
+
* Omit specific fields from the MapElement
|
|
2934
|
+
*/
|
|
2935
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
2936
|
+
/**
|
|
2937
|
+
* Choose, which related nodes to fetch as well
|
|
2938
|
+
*/
|
|
2939
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
2940
|
+
/**
|
|
2941
|
+
* Filter, which MapElement to fetch.
|
|
2942
|
+
*/
|
|
2943
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
2944
|
+
}
|
|
2945
|
+
|
|
2946
|
+
/**
|
|
2947
|
+
* MapElement findUniqueOrThrow
|
|
2948
|
+
*/
|
|
2949
|
+
export type MapElementFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2950
|
+
/**
|
|
2951
|
+
* Select specific fields to fetch from the MapElement
|
|
2952
|
+
*/
|
|
2953
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
2954
|
+
/**
|
|
2955
|
+
* Omit specific fields from the MapElement
|
|
2956
|
+
*/
|
|
2957
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
2958
|
+
/**
|
|
2959
|
+
* Choose, which related nodes to fetch as well
|
|
2960
|
+
*/
|
|
2961
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
2962
|
+
/**
|
|
2963
|
+
* Filter, which MapElement to fetch.
|
|
2964
|
+
*/
|
|
2965
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
/**
|
|
2969
|
+
* MapElement findFirst
|
|
2970
|
+
*/
|
|
2971
|
+
export type MapElementFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2972
|
+
/**
|
|
2973
|
+
* Select specific fields to fetch from the MapElement
|
|
2974
|
+
*/
|
|
2975
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
2976
|
+
/**
|
|
2977
|
+
* Omit specific fields from the MapElement
|
|
2978
|
+
*/
|
|
2979
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
2980
|
+
/**
|
|
2981
|
+
* Choose, which related nodes to fetch as well
|
|
2982
|
+
*/
|
|
2983
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
2984
|
+
/**
|
|
2985
|
+
* Filter, which MapElement to fetch.
|
|
2986
|
+
*/
|
|
2987
|
+
where?: Prisma.MapElementWhereInput
|
|
2988
|
+
/**
|
|
2989
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2990
|
+
*
|
|
2991
|
+
* Determine the order of MapElements to fetch.
|
|
2992
|
+
*/
|
|
2993
|
+
orderBy?: Prisma.MapElementOrderByWithRelationInput | Prisma.MapElementOrderByWithRelationInput[]
|
|
2994
|
+
/**
|
|
2995
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2996
|
+
*
|
|
2997
|
+
* Sets the position for searching for MapElements.
|
|
2998
|
+
*/
|
|
2999
|
+
cursor?: Prisma.MapElementWhereUniqueInput
|
|
3000
|
+
/**
|
|
3001
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3002
|
+
*
|
|
3003
|
+
* Take `±n` MapElements from the position of the cursor.
|
|
3004
|
+
*/
|
|
3005
|
+
take?: number
|
|
3006
|
+
/**
|
|
3007
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3008
|
+
*
|
|
3009
|
+
* Skip the first `n` MapElements.
|
|
3010
|
+
*/
|
|
3011
|
+
skip?: number
|
|
3012
|
+
/**
|
|
3013
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3014
|
+
*
|
|
3015
|
+
* Filter by unique combinations of MapElements.
|
|
3016
|
+
*/
|
|
3017
|
+
distinct?: Prisma.MapElementScalarFieldEnum | Prisma.MapElementScalarFieldEnum[]
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
/**
|
|
3021
|
+
* MapElement findFirstOrThrow
|
|
3022
|
+
*/
|
|
3023
|
+
export type MapElementFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3024
|
+
/**
|
|
3025
|
+
* Select specific fields to fetch from the MapElement
|
|
3026
|
+
*/
|
|
3027
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
3028
|
+
/**
|
|
3029
|
+
* Omit specific fields from the MapElement
|
|
3030
|
+
*/
|
|
3031
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3032
|
+
/**
|
|
3033
|
+
* Choose, which related nodes to fetch as well
|
|
3034
|
+
*/
|
|
3035
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
3036
|
+
/**
|
|
3037
|
+
* Filter, which MapElement to fetch.
|
|
3038
|
+
*/
|
|
3039
|
+
where?: Prisma.MapElementWhereInput
|
|
3040
|
+
/**
|
|
3041
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3042
|
+
*
|
|
3043
|
+
* Determine the order of MapElements to fetch.
|
|
3044
|
+
*/
|
|
3045
|
+
orderBy?: Prisma.MapElementOrderByWithRelationInput | Prisma.MapElementOrderByWithRelationInput[]
|
|
3046
|
+
/**
|
|
3047
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3048
|
+
*
|
|
3049
|
+
* Sets the position for searching for MapElements.
|
|
3050
|
+
*/
|
|
3051
|
+
cursor?: Prisma.MapElementWhereUniqueInput
|
|
3052
|
+
/**
|
|
3053
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3054
|
+
*
|
|
3055
|
+
* Take `±n` MapElements from the position of the cursor.
|
|
3056
|
+
*/
|
|
3057
|
+
take?: number
|
|
3058
|
+
/**
|
|
3059
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3060
|
+
*
|
|
3061
|
+
* Skip the first `n` MapElements.
|
|
3062
|
+
*/
|
|
3063
|
+
skip?: number
|
|
3064
|
+
/**
|
|
3065
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3066
|
+
*
|
|
3067
|
+
* Filter by unique combinations of MapElements.
|
|
3068
|
+
*/
|
|
3069
|
+
distinct?: Prisma.MapElementScalarFieldEnum | Prisma.MapElementScalarFieldEnum[]
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
/**
|
|
3073
|
+
* MapElement findMany
|
|
3074
|
+
*/
|
|
3075
|
+
export type MapElementFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3076
|
+
/**
|
|
3077
|
+
* Select specific fields to fetch from the MapElement
|
|
3078
|
+
*/
|
|
3079
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
3080
|
+
/**
|
|
3081
|
+
* Omit specific fields from the MapElement
|
|
3082
|
+
*/
|
|
3083
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3084
|
+
/**
|
|
3085
|
+
* Choose, which related nodes to fetch as well
|
|
3086
|
+
*/
|
|
3087
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
3088
|
+
/**
|
|
3089
|
+
* Filter, which MapElements to fetch.
|
|
3090
|
+
*/
|
|
3091
|
+
where?: Prisma.MapElementWhereInput
|
|
3092
|
+
/**
|
|
3093
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3094
|
+
*
|
|
3095
|
+
* Determine the order of MapElements to fetch.
|
|
3096
|
+
*/
|
|
3097
|
+
orderBy?: Prisma.MapElementOrderByWithRelationInput | Prisma.MapElementOrderByWithRelationInput[]
|
|
3098
|
+
/**
|
|
3099
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3100
|
+
*
|
|
3101
|
+
* Sets the position for listing MapElements.
|
|
3102
|
+
*/
|
|
3103
|
+
cursor?: Prisma.MapElementWhereUniqueInput
|
|
3104
|
+
/**
|
|
3105
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3106
|
+
*
|
|
3107
|
+
* Take `±n` MapElements from the position of the cursor.
|
|
3108
|
+
*/
|
|
3109
|
+
take?: number
|
|
3110
|
+
/**
|
|
3111
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3112
|
+
*
|
|
3113
|
+
* Skip the first `n` MapElements.
|
|
3114
|
+
*/
|
|
3115
|
+
skip?: number
|
|
3116
|
+
distinct?: Prisma.MapElementScalarFieldEnum | Prisma.MapElementScalarFieldEnum[]
|
|
3117
|
+
}
|
|
3118
|
+
|
|
3119
|
+
/**
|
|
3120
|
+
* MapElement create
|
|
3121
|
+
*/
|
|
3122
|
+
export type MapElementCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3123
|
+
/**
|
|
3124
|
+
* Select specific fields to fetch from the MapElement
|
|
3125
|
+
*/
|
|
3126
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
3127
|
+
/**
|
|
3128
|
+
* Omit specific fields from the MapElement
|
|
3129
|
+
*/
|
|
3130
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3131
|
+
/**
|
|
3132
|
+
* Choose, which related nodes to fetch as well
|
|
3133
|
+
*/
|
|
3134
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
3135
|
+
/**
|
|
3136
|
+
* The data needed to create a MapElement.
|
|
3137
|
+
*/
|
|
3138
|
+
data: Prisma.XOR<Prisma.MapElementCreateInput, Prisma.MapElementUncheckedCreateInput>
|
|
3139
|
+
}
|
|
3140
|
+
|
|
3141
|
+
/**
|
|
3142
|
+
* MapElement createMany
|
|
3143
|
+
*/
|
|
3144
|
+
export type MapElementCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3145
|
+
/**
|
|
3146
|
+
* The data used to create many MapElements.
|
|
3147
|
+
*/
|
|
3148
|
+
data: Prisma.MapElementCreateManyInput | Prisma.MapElementCreateManyInput[]
|
|
3149
|
+
skipDuplicates?: boolean
|
|
3150
|
+
}
|
|
3151
|
+
|
|
3152
|
+
/**
|
|
3153
|
+
* MapElement createManyAndReturn
|
|
3154
|
+
*/
|
|
3155
|
+
export type MapElementCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3156
|
+
/**
|
|
3157
|
+
* Select specific fields to fetch from the MapElement
|
|
3158
|
+
*/
|
|
3159
|
+
select?: Prisma.MapElementSelectCreateManyAndReturn<ExtArgs> | null
|
|
3160
|
+
/**
|
|
3161
|
+
* Omit specific fields from the MapElement
|
|
3162
|
+
*/
|
|
3163
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3164
|
+
/**
|
|
3165
|
+
* The data used to create many MapElements.
|
|
3166
|
+
*/
|
|
3167
|
+
data: Prisma.MapElementCreateManyInput | Prisma.MapElementCreateManyInput[]
|
|
3168
|
+
skipDuplicates?: boolean
|
|
3169
|
+
/**
|
|
3170
|
+
* Choose, which related nodes to fetch as well
|
|
3171
|
+
*/
|
|
3172
|
+
include?: Prisma.MapElementIncludeCreateManyAndReturn<ExtArgs> | null
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3175
|
+
/**
|
|
3176
|
+
* MapElement update
|
|
3177
|
+
*/
|
|
3178
|
+
export type MapElementUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3179
|
+
/**
|
|
3180
|
+
* Select specific fields to fetch from the MapElement
|
|
3181
|
+
*/
|
|
3182
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
3183
|
+
/**
|
|
3184
|
+
* Omit specific fields from the MapElement
|
|
3185
|
+
*/
|
|
3186
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3187
|
+
/**
|
|
3188
|
+
* Choose, which related nodes to fetch as well
|
|
3189
|
+
*/
|
|
3190
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
3191
|
+
/**
|
|
3192
|
+
* The data needed to update a MapElement.
|
|
3193
|
+
*/
|
|
3194
|
+
data: Prisma.XOR<Prisma.MapElementUpdateInput, Prisma.MapElementUncheckedUpdateInput>
|
|
3195
|
+
/**
|
|
3196
|
+
* Choose, which MapElement to update.
|
|
3197
|
+
*/
|
|
3198
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3201
|
+
/**
|
|
3202
|
+
* MapElement updateMany
|
|
3203
|
+
*/
|
|
3204
|
+
export type MapElementUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3205
|
+
/**
|
|
3206
|
+
* The data used to update MapElements.
|
|
3207
|
+
*/
|
|
3208
|
+
data: Prisma.XOR<Prisma.MapElementUpdateManyMutationInput, Prisma.MapElementUncheckedUpdateManyInput>
|
|
3209
|
+
/**
|
|
3210
|
+
* Filter which MapElements to update
|
|
3211
|
+
*/
|
|
3212
|
+
where?: Prisma.MapElementWhereInput
|
|
3213
|
+
/**
|
|
3214
|
+
* Limit how many MapElements to update.
|
|
3215
|
+
*/
|
|
3216
|
+
limit?: number
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3219
|
+
/**
|
|
3220
|
+
* MapElement updateManyAndReturn
|
|
3221
|
+
*/
|
|
3222
|
+
export type MapElementUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3223
|
+
/**
|
|
3224
|
+
* Select specific fields to fetch from the MapElement
|
|
3225
|
+
*/
|
|
3226
|
+
select?: Prisma.MapElementSelectUpdateManyAndReturn<ExtArgs> | null
|
|
3227
|
+
/**
|
|
3228
|
+
* Omit specific fields from the MapElement
|
|
3229
|
+
*/
|
|
3230
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3231
|
+
/**
|
|
3232
|
+
* The data used to update MapElements.
|
|
3233
|
+
*/
|
|
3234
|
+
data: Prisma.XOR<Prisma.MapElementUpdateManyMutationInput, Prisma.MapElementUncheckedUpdateManyInput>
|
|
3235
|
+
/**
|
|
3236
|
+
* Filter which MapElements to update
|
|
3237
|
+
*/
|
|
3238
|
+
where?: Prisma.MapElementWhereInput
|
|
3239
|
+
/**
|
|
3240
|
+
* Limit how many MapElements to update.
|
|
3241
|
+
*/
|
|
3242
|
+
limit?: number
|
|
3243
|
+
/**
|
|
3244
|
+
* Choose, which related nodes to fetch as well
|
|
3245
|
+
*/
|
|
3246
|
+
include?: Prisma.MapElementIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
/**
|
|
3250
|
+
* MapElement upsert
|
|
3251
|
+
*/
|
|
3252
|
+
export type MapElementUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3253
|
+
/**
|
|
3254
|
+
* Select specific fields to fetch from the MapElement
|
|
3255
|
+
*/
|
|
3256
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
3257
|
+
/**
|
|
3258
|
+
* Omit specific fields from the MapElement
|
|
3259
|
+
*/
|
|
3260
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3261
|
+
/**
|
|
3262
|
+
* Choose, which related nodes to fetch as well
|
|
3263
|
+
*/
|
|
3264
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
3265
|
+
/**
|
|
3266
|
+
* The filter to search for the MapElement to update in case it exists.
|
|
3267
|
+
*/
|
|
3268
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
3269
|
+
/**
|
|
3270
|
+
* In case the MapElement found by the `where` argument doesn't exist, create a new MapElement with this data.
|
|
3271
|
+
*/
|
|
3272
|
+
create: Prisma.XOR<Prisma.MapElementCreateInput, Prisma.MapElementUncheckedCreateInput>
|
|
3273
|
+
/**
|
|
3274
|
+
* In case the MapElement was found with the provided `where` argument, update it with this data.
|
|
3275
|
+
*/
|
|
3276
|
+
update: Prisma.XOR<Prisma.MapElementUpdateInput, Prisma.MapElementUncheckedUpdateInput>
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
/**
|
|
3280
|
+
* MapElement delete
|
|
3281
|
+
*/
|
|
3282
|
+
export type MapElementDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3283
|
+
/**
|
|
3284
|
+
* Select specific fields to fetch from the MapElement
|
|
3285
|
+
*/
|
|
3286
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
3287
|
+
/**
|
|
3288
|
+
* Omit specific fields from the MapElement
|
|
3289
|
+
*/
|
|
3290
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3291
|
+
/**
|
|
3292
|
+
* Choose, which related nodes to fetch as well
|
|
3293
|
+
*/
|
|
3294
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
3295
|
+
/**
|
|
3296
|
+
* Filter which MapElement to delete.
|
|
3297
|
+
*/
|
|
3298
|
+
where: Prisma.MapElementWhereUniqueInput
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
/**
|
|
3302
|
+
* MapElement deleteMany
|
|
3303
|
+
*/
|
|
3304
|
+
export type MapElementDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3305
|
+
/**
|
|
3306
|
+
* Filter which MapElements to delete
|
|
3307
|
+
*/
|
|
3308
|
+
where?: Prisma.MapElementWhereInput
|
|
3309
|
+
/**
|
|
3310
|
+
* Limit how many MapElements to delete.
|
|
3311
|
+
*/
|
|
3312
|
+
limit?: number
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
|
+
/**
|
|
3316
|
+
* MapElement.updatedBy
|
|
3317
|
+
*/
|
|
3318
|
+
export type MapElement$updatedByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3319
|
+
/**
|
|
3320
|
+
* Select specific fields to fetch from the User
|
|
3321
|
+
*/
|
|
3322
|
+
select?: Prisma.UserSelect<ExtArgs> | null
|
|
3323
|
+
/**
|
|
3324
|
+
* Omit specific fields from the User
|
|
3325
|
+
*/
|
|
3326
|
+
omit?: Prisma.UserOmit<ExtArgs> | null
|
|
3327
|
+
/**
|
|
3328
|
+
* Choose, which related nodes to fetch as well
|
|
3329
|
+
*/
|
|
3330
|
+
include?: Prisma.UserInclude<ExtArgs> | null
|
|
3331
|
+
where?: Prisma.UserWhereInput
|
|
3332
|
+
}
|
|
3333
|
+
|
|
3334
|
+
/**
|
|
3335
|
+
* MapElement.template
|
|
3336
|
+
*/
|
|
3337
|
+
export type MapElement$templateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3338
|
+
/**
|
|
3339
|
+
* Select specific fields to fetch from the MapElementTemplate
|
|
3340
|
+
*/
|
|
3341
|
+
select?: Prisma.MapElementTemplateSelect<ExtArgs> | null
|
|
3342
|
+
/**
|
|
3343
|
+
* Omit specific fields from the MapElementTemplate
|
|
3344
|
+
*/
|
|
3345
|
+
omit?: Prisma.MapElementTemplateOmit<ExtArgs> | null
|
|
3346
|
+
/**
|
|
3347
|
+
* Choose, which related nodes to fetch as well
|
|
3348
|
+
*/
|
|
3349
|
+
include?: Prisma.MapElementTemplateInclude<ExtArgs> | null
|
|
3350
|
+
where?: Prisma.MapElementTemplateWhereInput
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
/**
|
|
3354
|
+
* MapElement.project
|
|
3355
|
+
*/
|
|
3356
|
+
export type MapElement$projectArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3357
|
+
/**
|
|
3358
|
+
* Select specific fields to fetch from the Project
|
|
3359
|
+
*/
|
|
3360
|
+
select?: Prisma.ProjectSelect<ExtArgs> | null
|
|
3361
|
+
/**
|
|
3362
|
+
* Omit specific fields from the Project
|
|
3363
|
+
*/
|
|
3364
|
+
omit?: Prisma.ProjectOmit<ExtArgs> | null
|
|
3365
|
+
/**
|
|
3366
|
+
* Choose, which related nodes to fetch as well
|
|
3367
|
+
*/
|
|
3368
|
+
include?: Prisma.ProjectInclude<ExtArgs> | null
|
|
3369
|
+
where?: Prisma.ProjectWhereInput
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3372
|
+
/**
|
|
3373
|
+
* MapElement.cluster
|
|
3374
|
+
*/
|
|
3375
|
+
export type MapElement$clusterArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3376
|
+
/**
|
|
3377
|
+
* Select specific fields to fetch from the Cluster
|
|
3378
|
+
*/
|
|
3379
|
+
select?: Prisma.ClusterSelect<ExtArgs> | null
|
|
3380
|
+
/**
|
|
3381
|
+
* Omit specific fields from the Cluster
|
|
3382
|
+
*/
|
|
3383
|
+
omit?: Prisma.ClusterOmit<ExtArgs> | null
|
|
3384
|
+
/**
|
|
3385
|
+
* Choose, which related nodes to fetch as well
|
|
3386
|
+
*/
|
|
3387
|
+
include?: Prisma.ClusterInclude<ExtArgs> | null
|
|
3388
|
+
where?: Prisma.ClusterWhereInput
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3391
|
+
/**
|
|
3392
|
+
* MapElement.node
|
|
3393
|
+
*/
|
|
3394
|
+
export type MapElement$nodeArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3395
|
+
/**
|
|
3396
|
+
* Select specific fields to fetch from the ElementNode
|
|
3397
|
+
*/
|
|
3398
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3399
|
+
/**
|
|
3400
|
+
* Omit specific fields from the ElementNode
|
|
3401
|
+
*/
|
|
3402
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3403
|
+
/**
|
|
3404
|
+
* Choose, which related nodes to fetch as well
|
|
3405
|
+
*/
|
|
3406
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3407
|
+
where?: Prisma.ElementNodeWhereInput
|
|
3408
|
+
}
|
|
3409
|
+
|
|
3410
|
+
/**
|
|
3411
|
+
* MapElement.qrCodeTag
|
|
3412
|
+
*/
|
|
3413
|
+
export type MapElement$qrCodeTagArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3414
|
+
/**
|
|
3415
|
+
* Select specific fields to fetch from the qrCodeTag
|
|
3416
|
+
*/
|
|
3417
|
+
select?: Prisma.qrCodeTagSelect<ExtArgs> | null
|
|
3418
|
+
/**
|
|
3419
|
+
* Omit specific fields from the qrCodeTag
|
|
3420
|
+
*/
|
|
3421
|
+
omit?: Prisma.qrCodeTagOmit<ExtArgs> | null
|
|
3422
|
+
/**
|
|
3423
|
+
* Choose, which related nodes to fetch as well
|
|
3424
|
+
*/
|
|
3425
|
+
include?: Prisma.qrCodeTagInclude<ExtArgs> | null
|
|
3426
|
+
where?: Prisma.qrCodeTagWhereInput
|
|
3427
|
+
orderBy?: Prisma.qrCodeTagOrderByWithRelationInput | Prisma.qrCodeTagOrderByWithRelationInput[]
|
|
3428
|
+
cursor?: Prisma.qrCodeTagWhereUniqueInput
|
|
3429
|
+
take?: number
|
|
3430
|
+
skip?: number
|
|
3431
|
+
distinct?: Prisma.QrCodeTagScalarFieldEnum | Prisma.QrCodeTagScalarFieldEnum[]
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
/**
|
|
3435
|
+
* MapElement without action
|
|
3436
|
+
*/
|
|
3437
|
+
export type MapElementDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3438
|
+
/**
|
|
3439
|
+
* Select specific fields to fetch from the MapElement
|
|
3440
|
+
*/
|
|
3441
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
3442
|
+
/**
|
|
3443
|
+
* Omit specific fields from the MapElement
|
|
3444
|
+
*/
|
|
3445
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
3446
|
+
/**
|
|
3447
|
+
* Choose, which related nodes to fetch as well
|
|
3448
|
+
*/
|
|
3449
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
3450
|
+
}
|