efiber-prisma-schema 1.16.2 → 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/schema.prisma +2 -2
- package/prisma/seed.ts +33 -0
- package/prisma.config.ts +13 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,4413 @@
|
|
|
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 `ElementNode` 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 ElementNode
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type ElementNodeModel = runtime.Types.Result.DefaultSelection<Prisma.$ElementNodePayload>
|
|
20
|
+
|
|
21
|
+
export type AggregateElementNode = {
|
|
22
|
+
_count: ElementNodeCountAggregateOutputType | null
|
|
23
|
+
_avg: ElementNodeAvgAggregateOutputType | null
|
|
24
|
+
_sum: ElementNodeSumAggregateOutputType | null
|
|
25
|
+
_min: ElementNodeMinAggregateOutputType | null
|
|
26
|
+
_max: ElementNodeMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type ElementNodeAvgAggregateOutputType = {
|
|
30
|
+
lat: number | null
|
|
31
|
+
lng: number | null
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export type ElementNodeSumAggregateOutputType = {
|
|
35
|
+
lat: number | null
|
|
36
|
+
lng: number | null
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export type ElementNodeMinAggregateOutputType = {
|
|
40
|
+
id: string | null
|
|
41
|
+
typeId: string | null
|
|
42
|
+
name: string | null
|
|
43
|
+
lat: number | null
|
|
44
|
+
lng: number | null
|
|
45
|
+
isInstalled: boolean | null
|
|
46
|
+
installationDate: Date | null
|
|
47
|
+
createdAt: Date | null
|
|
48
|
+
updatedAt: Date | null
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export type ElementNodeMaxAggregateOutputType = {
|
|
52
|
+
id: string | null
|
|
53
|
+
typeId: string | null
|
|
54
|
+
name: string | null
|
|
55
|
+
lat: number | null
|
|
56
|
+
lng: number | null
|
|
57
|
+
isInstalled: boolean | null
|
|
58
|
+
installationDate: Date | null
|
|
59
|
+
createdAt: Date | null
|
|
60
|
+
updatedAt: Date | null
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export type ElementNodeCountAggregateOutputType = {
|
|
64
|
+
id: number
|
|
65
|
+
typeId: number
|
|
66
|
+
name: number
|
|
67
|
+
lat: number
|
|
68
|
+
lng: number
|
|
69
|
+
geometry: number
|
|
70
|
+
isInstalled: number
|
|
71
|
+
installationDate: number
|
|
72
|
+
createdAt: number
|
|
73
|
+
updatedAt: number
|
|
74
|
+
_all: number
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
export type ElementNodeAvgAggregateInputType = {
|
|
79
|
+
lat?: true
|
|
80
|
+
lng?: true
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export type ElementNodeSumAggregateInputType = {
|
|
84
|
+
lat?: true
|
|
85
|
+
lng?: true
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export type ElementNodeMinAggregateInputType = {
|
|
89
|
+
id?: true
|
|
90
|
+
typeId?: true
|
|
91
|
+
name?: true
|
|
92
|
+
lat?: true
|
|
93
|
+
lng?: true
|
|
94
|
+
isInstalled?: true
|
|
95
|
+
installationDate?: true
|
|
96
|
+
createdAt?: true
|
|
97
|
+
updatedAt?: true
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export type ElementNodeMaxAggregateInputType = {
|
|
101
|
+
id?: true
|
|
102
|
+
typeId?: true
|
|
103
|
+
name?: true
|
|
104
|
+
lat?: true
|
|
105
|
+
lng?: true
|
|
106
|
+
isInstalled?: true
|
|
107
|
+
installationDate?: true
|
|
108
|
+
createdAt?: true
|
|
109
|
+
updatedAt?: true
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export type ElementNodeCountAggregateInputType = {
|
|
113
|
+
id?: true
|
|
114
|
+
typeId?: true
|
|
115
|
+
name?: true
|
|
116
|
+
lat?: true
|
|
117
|
+
lng?: true
|
|
118
|
+
geometry?: true
|
|
119
|
+
isInstalled?: true
|
|
120
|
+
installationDate?: true
|
|
121
|
+
createdAt?: true
|
|
122
|
+
updatedAt?: true
|
|
123
|
+
_all?: true
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export type ElementNodeAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
127
|
+
/**
|
|
128
|
+
* Filter which ElementNode to aggregate.
|
|
129
|
+
*/
|
|
130
|
+
where?: Prisma.ElementNodeWhereInput
|
|
131
|
+
/**
|
|
132
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
133
|
+
*
|
|
134
|
+
* Determine the order of ElementNodes to fetch.
|
|
135
|
+
*/
|
|
136
|
+
orderBy?: Prisma.ElementNodeOrderByWithRelationInput | Prisma.ElementNodeOrderByWithRelationInput[]
|
|
137
|
+
/**
|
|
138
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
139
|
+
*
|
|
140
|
+
* Sets the start position
|
|
141
|
+
*/
|
|
142
|
+
cursor?: Prisma.ElementNodeWhereUniqueInput
|
|
143
|
+
/**
|
|
144
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
145
|
+
*
|
|
146
|
+
* Take `±n` ElementNodes from the position of the cursor.
|
|
147
|
+
*/
|
|
148
|
+
take?: number
|
|
149
|
+
/**
|
|
150
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
151
|
+
*
|
|
152
|
+
* Skip the first `n` ElementNodes.
|
|
153
|
+
*/
|
|
154
|
+
skip?: number
|
|
155
|
+
/**
|
|
156
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
157
|
+
*
|
|
158
|
+
* Count returned ElementNodes
|
|
159
|
+
**/
|
|
160
|
+
_count?: true | ElementNodeCountAggregateInputType
|
|
161
|
+
/**
|
|
162
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
163
|
+
*
|
|
164
|
+
* Select which fields to average
|
|
165
|
+
**/
|
|
166
|
+
_avg?: ElementNodeAvgAggregateInputType
|
|
167
|
+
/**
|
|
168
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
169
|
+
*
|
|
170
|
+
* Select which fields to sum
|
|
171
|
+
**/
|
|
172
|
+
_sum?: ElementNodeSumAggregateInputType
|
|
173
|
+
/**
|
|
174
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
175
|
+
*
|
|
176
|
+
* Select which fields to find the minimum value
|
|
177
|
+
**/
|
|
178
|
+
_min?: ElementNodeMinAggregateInputType
|
|
179
|
+
/**
|
|
180
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
181
|
+
*
|
|
182
|
+
* Select which fields to find the maximum value
|
|
183
|
+
**/
|
|
184
|
+
_max?: ElementNodeMaxAggregateInputType
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export type GetElementNodeAggregateType<T extends ElementNodeAggregateArgs> = {
|
|
188
|
+
[P in keyof T & keyof AggregateElementNode]: P extends '_count' | 'count'
|
|
189
|
+
? T[P] extends true
|
|
190
|
+
? number
|
|
191
|
+
: Prisma.GetScalarType<T[P], AggregateElementNode[P]>
|
|
192
|
+
: Prisma.GetScalarType<T[P], AggregateElementNode[P]>
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
export type ElementNodeGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
199
|
+
where?: Prisma.ElementNodeWhereInput
|
|
200
|
+
orderBy?: Prisma.ElementNodeOrderByWithAggregationInput | Prisma.ElementNodeOrderByWithAggregationInput[]
|
|
201
|
+
by: Prisma.ElementNodeScalarFieldEnum[] | Prisma.ElementNodeScalarFieldEnum
|
|
202
|
+
having?: Prisma.ElementNodeScalarWhereWithAggregatesInput
|
|
203
|
+
take?: number
|
|
204
|
+
skip?: number
|
|
205
|
+
_count?: ElementNodeCountAggregateInputType | true
|
|
206
|
+
_avg?: ElementNodeAvgAggregateInputType
|
|
207
|
+
_sum?: ElementNodeSumAggregateInputType
|
|
208
|
+
_min?: ElementNodeMinAggregateInputType
|
|
209
|
+
_max?: ElementNodeMaxAggregateInputType
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export type ElementNodeGroupByOutputType = {
|
|
213
|
+
id: string
|
|
214
|
+
typeId: string
|
|
215
|
+
name: string
|
|
216
|
+
lat: number | null
|
|
217
|
+
lng: number | null
|
|
218
|
+
geometry: runtime.JsonValue | null
|
|
219
|
+
isInstalled: boolean
|
|
220
|
+
installationDate: Date | null
|
|
221
|
+
createdAt: Date
|
|
222
|
+
updatedAt: Date
|
|
223
|
+
_count: ElementNodeCountAggregateOutputType | null
|
|
224
|
+
_avg: ElementNodeAvgAggregateOutputType | null
|
|
225
|
+
_sum: ElementNodeSumAggregateOutputType | null
|
|
226
|
+
_min: ElementNodeMinAggregateOutputType | null
|
|
227
|
+
_max: ElementNodeMaxAggregateOutputType | null
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
type GetElementNodeGroupByPayload<T extends ElementNodeGroupByArgs> = Prisma.PrismaPromise<
|
|
231
|
+
Array<
|
|
232
|
+
Prisma.PickEnumerable<ElementNodeGroupByOutputType, T['by']> &
|
|
233
|
+
{
|
|
234
|
+
[P in ((keyof T) & (keyof ElementNodeGroupByOutputType))]: P extends '_count'
|
|
235
|
+
? T[P] extends boolean
|
|
236
|
+
? number
|
|
237
|
+
: Prisma.GetScalarType<T[P], ElementNodeGroupByOutputType[P]>
|
|
238
|
+
: Prisma.GetScalarType<T[P], ElementNodeGroupByOutputType[P]>
|
|
239
|
+
}
|
|
240
|
+
>
|
|
241
|
+
>
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
export type ElementNodeWhereInput = {
|
|
246
|
+
AND?: Prisma.ElementNodeWhereInput | Prisma.ElementNodeWhereInput[]
|
|
247
|
+
OR?: Prisma.ElementNodeWhereInput[]
|
|
248
|
+
NOT?: Prisma.ElementNodeWhereInput | Prisma.ElementNodeWhereInput[]
|
|
249
|
+
id?: Prisma.StringFilter<"ElementNode"> | string
|
|
250
|
+
typeId?: Prisma.StringFilter<"ElementNode"> | string
|
|
251
|
+
name?: Prisma.StringFilter<"ElementNode"> | string
|
|
252
|
+
lat?: Prisma.FloatNullableFilter<"ElementNode"> | number | null
|
|
253
|
+
lng?: Prisma.FloatNullableFilter<"ElementNode"> | number | null
|
|
254
|
+
geometry?: Prisma.JsonNullableFilter<"ElementNode">
|
|
255
|
+
isInstalled?: Prisma.BoolFilter<"ElementNode"> | boolean
|
|
256
|
+
installationDate?: Prisma.DateTimeNullableFilter<"ElementNode"> | Date | string | null
|
|
257
|
+
createdAt?: Prisma.DateTimeFilter<"ElementNode"> | Date | string
|
|
258
|
+
updatedAt?: Prisma.DateTimeFilter<"ElementNode"> | Date | string
|
|
259
|
+
type?: Prisma.XOR<Prisma.NetworkElementScalarRelationFilter, Prisma.NetworkElementWhereInput>
|
|
260
|
+
relationsFrom?: Prisma.ElementRelationListRelationFilter
|
|
261
|
+
relationsTo?: Prisma.ElementRelationListRelationFilter
|
|
262
|
+
AttributeValues?: Prisma.AttributeValueListRelationFilter
|
|
263
|
+
PboFat?: Prisma.PboFatListRelationFilter
|
|
264
|
+
Cable?: Prisma.CableListRelationFilter
|
|
265
|
+
SpliceClosure?: Prisma.SpliceClosureListRelationFilter
|
|
266
|
+
ZoneNro?: Prisma.ZoneNroListRelationFilter
|
|
267
|
+
Pole?: Prisma.PoleListRelationFilter
|
|
268
|
+
Manhole?: Prisma.ManholeListRelationFilter
|
|
269
|
+
Loop?: Prisma.LoopListRelationFilter
|
|
270
|
+
FDTSRO?: Prisma.FDTSROListRelationFilter
|
|
271
|
+
SFU?: Prisma.SFUListRelationFilter
|
|
272
|
+
Building?: Prisma.BuildingListRelationFilter
|
|
273
|
+
MapElement?: Prisma.MapElementListRelationFilter
|
|
274
|
+
Conduit?: Prisma.ConduitListRelationFilter
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
export type ElementNodeOrderByWithRelationInput = {
|
|
278
|
+
id?: Prisma.SortOrder
|
|
279
|
+
typeId?: Prisma.SortOrder
|
|
280
|
+
name?: Prisma.SortOrder
|
|
281
|
+
lat?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
282
|
+
lng?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
283
|
+
geometry?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
284
|
+
isInstalled?: Prisma.SortOrder
|
|
285
|
+
installationDate?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
286
|
+
createdAt?: Prisma.SortOrder
|
|
287
|
+
updatedAt?: Prisma.SortOrder
|
|
288
|
+
type?: Prisma.NetworkElementOrderByWithRelationInput
|
|
289
|
+
relationsFrom?: Prisma.ElementRelationOrderByRelationAggregateInput
|
|
290
|
+
relationsTo?: Prisma.ElementRelationOrderByRelationAggregateInput
|
|
291
|
+
AttributeValues?: Prisma.AttributeValueOrderByRelationAggregateInput
|
|
292
|
+
PboFat?: Prisma.PboFatOrderByRelationAggregateInput
|
|
293
|
+
Cable?: Prisma.CableOrderByRelationAggregateInput
|
|
294
|
+
SpliceClosure?: Prisma.SpliceClosureOrderByRelationAggregateInput
|
|
295
|
+
ZoneNro?: Prisma.ZoneNroOrderByRelationAggregateInput
|
|
296
|
+
Pole?: Prisma.PoleOrderByRelationAggregateInput
|
|
297
|
+
Manhole?: Prisma.ManholeOrderByRelationAggregateInput
|
|
298
|
+
Loop?: Prisma.LoopOrderByRelationAggregateInput
|
|
299
|
+
FDTSRO?: Prisma.FDTSROOrderByRelationAggregateInput
|
|
300
|
+
SFU?: Prisma.SFUOrderByRelationAggregateInput
|
|
301
|
+
Building?: Prisma.BuildingOrderByRelationAggregateInput
|
|
302
|
+
MapElement?: Prisma.MapElementOrderByRelationAggregateInput
|
|
303
|
+
Conduit?: Prisma.ConduitOrderByRelationAggregateInput
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export type ElementNodeWhereUniqueInput = Prisma.AtLeast<{
|
|
307
|
+
id?: string
|
|
308
|
+
AND?: Prisma.ElementNodeWhereInput | Prisma.ElementNodeWhereInput[]
|
|
309
|
+
OR?: Prisma.ElementNodeWhereInput[]
|
|
310
|
+
NOT?: Prisma.ElementNodeWhereInput | Prisma.ElementNodeWhereInput[]
|
|
311
|
+
typeId?: Prisma.StringFilter<"ElementNode"> | string
|
|
312
|
+
name?: Prisma.StringFilter<"ElementNode"> | string
|
|
313
|
+
lat?: Prisma.FloatNullableFilter<"ElementNode"> | number | null
|
|
314
|
+
lng?: Prisma.FloatNullableFilter<"ElementNode"> | number | null
|
|
315
|
+
geometry?: Prisma.JsonNullableFilter<"ElementNode">
|
|
316
|
+
isInstalled?: Prisma.BoolFilter<"ElementNode"> | boolean
|
|
317
|
+
installationDate?: Prisma.DateTimeNullableFilter<"ElementNode"> | Date | string | null
|
|
318
|
+
createdAt?: Prisma.DateTimeFilter<"ElementNode"> | Date | string
|
|
319
|
+
updatedAt?: Prisma.DateTimeFilter<"ElementNode"> | Date | string
|
|
320
|
+
type?: Prisma.XOR<Prisma.NetworkElementScalarRelationFilter, Prisma.NetworkElementWhereInput>
|
|
321
|
+
relationsFrom?: Prisma.ElementRelationListRelationFilter
|
|
322
|
+
relationsTo?: Prisma.ElementRelationListRelationFilter
|
|
323
|
+
AttributeValues?: Prisma.AttributeValueListRelationFilter
|
|
324
|
+
PboFat?: Prisma.PboFatListRelationFilter
|
|
325
|
+
Cable?: Prisma.CableListRelationFilter
|
|
326
|
+
SpliceClosure?: Prisma.SpliceClosureListRelationFilter
|
|
327
|
+
ZoneNro?: Prisma.ZoneNroListRelationFilter
|
|
328
|
+
Pole?: Prisma.PoleListRelationFilter
|
|
329
|
+
Manhole?: Prisma.ManholeListRelationFilter
|
|
330
|
+
Loop?: Prisma.LoopListRelationFilter
|
|
331
|
+
FDTSRO?: Prisma.FDTSROListRelationFilter
|
|
332
|
+
SFU?: Prisma.SFUListRelationFilter
|
|
333
|
+
Building?: Prisma.BuildingListRelationFilter
|
|
334
|
+
MapElement?: Prisma.MapElementListRelationFilter
|
|
335
|
+
Conduit?: Prisma.ConduitListRelationFilter
|
|
336
|
+
}, "id" | "id">
|
|
337
|
+
|
|
338
|
+
export type ElementNodeOrderByWithAggregationInput = {
|
|
339
|
+
id?: Prisma.SortOrder
|
|
340
|
+
typeId?: Prisma.SortOrder
|
|
341
|
+
name?: Prisma.SortOrder
|
|
342
|
+
lat?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
343
|
+
lng?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
344
|
+
geometry?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
345
|
+
isInstalled?: Prisma.SortOrder
|
|
346
|
+
installationDate?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
347
|
+
createdAt?: Prisma.SortOrder
|
|
348
|
+
updatedAt?: Prisma.SortOrder
|
|
349
|
+
_count?: Prisma.ElementNodeCountOrderByAggregateInput
|
|
350
|
+
_avg?: Prisma.ElementNodeAvgOrderByAggregateInput
|
|
351
|
+
_max?: Prisma.ElementNodeMaxOrderByAggregateInput
|
|
352
|
+
_min?: Prisma.ElementNodeMinOrderByAggregateInput
|
|
353
|
+
_sum?: Prisma.ElementNodeSumOrderByAggregateInput
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export type ElementNodeScalarWhereWithAggregatesInput = {
|
|
357
|
+
AND?: Prisma.ElementNodeScalarWhereWithAggregatesInput | Prisma.ElementNodeScalarWhereWithAggregatesInput[]
|
|
358
|
+
OR?: Prisma.ElementNodeScalarWhereWithAggregatesInput[]
|
|
359
|
+
NOT?: Prisma.ElementNodeScalarWhereWithAggregatesInput | Prisma.ElementNodeScalarWhereWithAggregatesInput[]
|
|
360
|
+
id?: Prisma.StringWithAggregatesFilter<"ElementNode"> | string
|
|
361
|
+
typeId?: Prisma.StringWithAggregatesFilter<"ElementNode"> | string
|
|
362
|
+
name?: Prisma.StringWithAggregatesFilter<"ElementNode"> | string
|
|
363
|
+
lat?: Prisma.FloatNullableWithAggregatesFilter<"ElementNode"> | number | null
|
|
364
|
+
lng?: Prisma.FloatNullableWithAggregatesFilter<"ElementNode"> | number | null
|
|
365
|
+
geometry?: Prisma.JsonNullableWithAggregatesFilter<"ElementNode">
|
|
366
|
+
isInstalled?: Prisma.BoolWithAggregatesFilter<"ElementNode"> | boolean
|
|
367
|
+
installationDate?: Prisma.DateTimeNullableWithAggregatesFilter<"ElementNode"> | Date | string | null
|
|
368
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"ElementNode"> | Date | string
|
|
369
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"ElementNode"> | Date | string
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export type ElementNodeCreateInput = {
|
|
373
|
+
id?: string
|
|
374
|
+
name: string
|
|
375
|
+
lat?: number | null
|
|
376
|
+
lng?: number | null
|
|
377
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
378
|
+
isInstalled?: boolean
|
|
379
|
+
installationDate?: Date | string | null
|
|
380
|
+
createdAt?: Date | string
|
|
381
|
+
updatedAt?: Date | string
|
|
382
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
383
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
384
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
385
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
386
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
387
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
388
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
389
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
390
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
391
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
392
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
393
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
394
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
395
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
396
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
397
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export type ElementNodeUncheckedCreateInput = {
|
|
401
|
+
id?: string
|
|
402
|
+
typeId: string
|
|
403
|
+
name: string
|
|
404
|
+
lat?: number | null
|
|
405
|
+
lng?: number | null
|
|
406
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
407
|
+
isInstalled?: boolean
|
|
408
|
+
installationDate?: Date | string | null
|
|
409
|
+
createdAt?: Date | string
|
|
410
|
+
updatedAt?: Date | string
|
|
411
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
412
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
413
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
414
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
415
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
416
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
417
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
418
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
419
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
420
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
421
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
422
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
423
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
424
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
425
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export type ElementNodeUpdateInput = {
|
|
429
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
430
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
431
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
432
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
433
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
434
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
435
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
436
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
437
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
438
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
439
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
440
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
441
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
442
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
443
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
444
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
445
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
446
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
447
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
448
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
449
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
450
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
451
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
452
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
453
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export type ElementNodeUncheckedUpdateInput = {
|
|
457
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
458
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
459
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
460
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
461
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
462
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
463
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
464
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
465
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
466
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
467
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
468
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
469
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
470
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
471
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
472
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
473
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
474
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
475
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
476
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
477
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
478
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
479
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
480
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
481
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export type ElementNodeCreateManyInput = {
|
|
485
|
+
id?: string
|
|
486
|
+
typeId: string
|
|
487
|
+
name: string
|
|
488
|
+
lat?: number | null
|
|
489
|
+
lng?: number | null
|
|
490
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
491
|
+
isInstalled?: boolean
|
|
492
|
+
installationDate?: Date | string | null
|
|
493
|
+
createdAt?: Date | string
|
|
494
|
+
updatedAt?: Date | string
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export type ElementNodeUpdateManyMutationInput = {
|
|
498
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
499
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
500
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
501
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
502
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
503
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
504
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
505
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
506
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
export type ElementNodeUncheckedUpdateManyInput = {
|
|
510
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
511
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
512
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
513
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
514
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
515
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
516
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
517
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
518
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
519
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export type ElementNodeListRelationFilter = {
|
|
523
|
+
every?: Prisma.ElementNodeWhereInput
|
|
524
|
+
some?: Prisma.ElementNodeWhereInput
|
|
525
|
+
none?: Prisma.ElementNodeWhereInput
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
export type ElementNodeOrderByRelationAggregateInput = {
|
|
529
|
+
_count?: Prisma.SortOrder
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
export type ElementNodeCountOrderByAggregateInput = {
|
|
533
|
+
id?: Prisma.SortOrder
|
|
534
|
+
typeId?: Prisma.SortOrder
|
|
535
|
+
name?: Prisma.SortOrder
|
|
536
|
+
lat?: Prisma.SortOrder
|
|
537
|
+
lng?: Prisma.SortOrder
|
|
538
|
+
geometry?: Prisma.SortOrder
|
|
539
|
+
isInstalled?: Prisma.SortOrder
|
|
540
|
+
installationDate?: Prisma.SortOrder
|
|
541
|
+
createdAt?: Prisma.SortOrder
|
|
542
|
+
updatedAt?: Prisma.SortOrder
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export type ElementNodeAvgOrderByAggregateInput = {
|
|
546
|
+
lat?: Prisma.SortOrder
|
|
547
|
+
lng?: Prisma.SortOrder
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
export type ElementNodeMaxOrderByAggregateInput = {
|
|
551
|
+
id?: Prisma.SortOrder
|
|
552
|
+
typeId?: Prisma.SortOrder
|
|
553
|
+
name?: Prisma.SortOrder
|
|
554
|
+
lat?: Prisma.SortOrder
|
|
555
|
+
lng?: Prisma.SortOrder
|
|
556
|
+
isInstalled?: Prisma.SortOrder
|
|
557
|
+
installationDate?: Prisma.SortOrder
|
|
558
|
+
createdAt?: Prisma.SortOrder
|
|
559
|
+
updatedAt?: Prisma.SortOrder
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
export type ElementNodeMinOrderByAggregateInput = {
|
|
563
|
+
id?: Prisma.SortOrder
|
|
564
|
+
typeId?: Prisma.SortOrder
|
|
565
|
+
name?: Prisma.SortOrder
|
|
566
|
+
lat?: Prisma.SortOrder
|
|
567
|
+
lng?: Prisma.SortOrder
|
|
568
|
+
isInstalled?: Prisma.SortOrder
|
|
569
|
+
installationDate?: Prisma.SortOrder
|
|
570
|
+
createdAt?: Prisma.SortOrder
|
|
571
|
+
updatedAt?: Prisma.SortOrder
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
export type ElementNodeSumOrderByAggregateInput = {
|
|
575
|
+
lat?: Prisma.SortOrder
|
|
576
|
+
lng?: Prisma.SortOrder
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
export type ElementNodeScalarRelationFilter = {
|
|
580
|
+
is?: Prisma.ElementNodeWhereInput
|
|
581
|
+
isNot?: Prisma.ElementNodeWhereInput
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
export type ElementNodeNullableScalarRelationFilter = {
|
|
585
|
+
is?: Prisma.ElementNodeWhereInput | null
|
|
586
|
+
isNot?: Prisma.ElementNodeWhereInput | null
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export type ElementNodeCreateNestedManyWithoutTypeInput = {
|
|
590
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutTypeInput, Prisma.ElementNodeUncheckedCreateWithoutTypeInput> | Prisma.ElementNodeCreateWithoutTypeInput[] | Prisma.ElementNodeUncheckedCreateWithoutTypeInput[]
|
|
591
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutTypeInput | Prisma.ElementNodeCreateOrConnectWithoutTypeInput[]
|
|
592
|
+
createMany?: Prisma.ElementNodeCreateManyTypeInputEnvelope
|
|
593
|
+
connect?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
export type ElementNodeUncheckedCreateNestedManyWithoutTypeInput = {
|
|
597
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutTypeInput, Prisma.ElementNodeUncheckedCreateWithoutTypeInput> | Prisma.ElementNodeCreateWithoutTypeInput[] | Prisma.ElementNodeUncheckedCreateWithoutTypeInput[]
|
|
598
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutTypeInput | Prisma.ElementNodeCreateOrConnectWithoutTypeInput[]
|
|
599
|
+
createMany?: Prisma.ElementNodeCreateManyTypeInputEnvelope
|
|
600
|
+
connect?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export type ElementNodeUpdateManyWithoutTypeNestedInput = {
|
|
604
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutTypeInput, Prisma.ElementNodeUncheckedCreateWithoutTypeInput> | Prisma.ElementNodeCreateWithoutTypeInput[] | Prisma.ElementNodeUncheckedCreateWithoutTypeInput[]
|
|
605
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutTypeInput | Prisma.ElementNodeCreateOrConnectWithoutTypeInput[]
|
|
606
|
+
upsert?: Prisma.ElementNodeUpsertWithWhereUniqueWithoutTypeInput | Prisma.ElementNodeUpsertWithWhereUniqueWithoutTypeInput[]
|
|
607
|
+
createMany?: Prisma.ElementNodeCreateManyTypeInputEnvelope
|
|
608
|
+
set?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
609
|
+
disconnect?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
610
|
+
delete?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
611
|
+
connect?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
612
|
+
update?: Prisma.ElementNodeUpdateWithWhereUniqueWithoutTypeInput | Prisma.ElementNodeUpdateWithWhereUniqueWithoutTypeInput[]
|
|
613
|
+
updateMany?: Prisma.ElementNodeUpdateManyWithWhereWithoutTypeInput | Prisma.ElementNodeUpdateManyWithWhereWithoutTypeInput[]
|
|
614
|
+
deleteMany?: Prisma.ElementNodeScalarWhereInput | Prisma.ElementNodeScalarWhereInput[]
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
export type ElementNodeUncheckedUpdateManyWithoutTypeNestedInput = {
|
|
618
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutTypeInput, Prisma.ElementNodeUncheckedCreateWithoutTypeInput> | Prisma.ElementNodeCreateWithoutTypeInput[] | Prisma.ElementNodeUncheckedCreateWithoutTypeInput[]
|
|
619
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutTypeInput | Prisma.ElementNodeCreateOrConnectWithoutTypeInput[]
|
|
620
|
+
upsert?: Prisma.ElementNodeUpsertWithWhereUniqueWithoutTypeInput | Prisma.ElementNodeUpsertWithWhereUniqueWithoutTypeInput[]
|
|
621
|
+
createMany?: Prisma.ElementNodeCreateManyTypeInputEnvelope
|
|
622
|
+
set?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
623
|
+
disconnect?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
624
|
+
delete?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
625
|
+
connect?: Prisma.ElementNodeWhereUniqueInput | Prisma.ElementNodeWhereUniqueInput[]
|
|
626
|
+
update?: Prisma.ElementNodeUpdateWithWhereUniqueWithoutTypeInput | Prisma.ElementNodeUpdateWithWhereUniqueWithoutTypeInput[]
|
|
627
|
+
updateMany?: Prisma.ElementNodeUpdateManyWithWhereWithoutTypeInput | Prisma.ElementNodeUpdateManyWithWhereWithoutTypeInput[]
|
|
628
|
+
deleteMany?: Prisma.ElementNodeScalarWhereInput | Prisma.ElementNodeScalarWhereInput[]
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
export type NullableFloatFieldUpdateOperationsInput = {
|
|
632
|
+
set?: number | null
|
|
633
|
+
increment?: number
|
|
634
|
+
decrement?: number
|
|
635
|
+
multiply?: number
|
|
636
|
+
divide?: number
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
export type ElementNodeCreateNestedOneWithoutRelationsFromInput = {
|
|
640
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutRelationsFromInput, Prisma.ElementNodeUncheckedCreateWithoutRelationsFromInput>
|
|
641
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutRelationsFromInput
|
|
642
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
export type ElementNodeCreateNestedOneWithoutRelationsToInput = {
|
|
646
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutRelationsToInput, Prisma.ElementNodeUncheckedCreateWithoutRelationsToInput>
|
|
647
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutRelationsToInput
|
|
648
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export type ElementNodeUpdateOneRequiredWithoutRelationsFromNestedInput = {
|
|
652
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutRelationsFromInput, Prisma.ElementNodeUncheckedCreateWithoutRelationsFromInput>
|
|
653
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutRelationsFromInput
|
|
654
|
+
upsert?: Prisma.ElementNodeUpsertWithoutRelationsFromInput
|
|
655
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
656
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutRelationsFromInput, Prisma.ElementNodeUpdateWithoutRelationsFromInput>, Prisma.ElementNodeUncheckedUpdateWithoutRelationsFromInput>
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
export type ElementNodeUpdateOneRequiredWithoutRelationsToNestedInput = {
|
|
660
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutRelationsToInput, Prisma.ElementNodeUncheckedCreateWithoutRelationsToInput>
|
|
661
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutRelationsToInput
|
|
662
|
+
upsert?: Prisma.ElementNodeUpsertWithoutRelationsToInput
|
|
663
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
664
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutRelationsToInput, Prisma.ElementNodeUpdateWithoutRelationsToInput>, Prisma.ElementNodeUncheckedUpdateWithoutRelationsToInput>
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
export type ElementNodeCreateNestedOneWithoutAttributeValuesInput = {
|
|
668
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutAttributeValuesInput, Prisma.ElementNodeUncheckedCreateWithoutAttributeValuesInput>
|
|
669
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutAttributeValuesInput
|
|
670
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export type ElementNodeUpdateOneRequiredWithoutAttributeValuesNestedInput = {
|
|
674
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutAttributeValuesInput, Prisma.ElementNodeUncheckedCreateWithoutAttributeValuesInput>
|
|
675
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutAttributeValuesInput
|
|
676
|
+
upsert?: Prisma.ElementNodeUpsertWithoutAttributeValuesInput
|
|
677
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
678
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutAttributeValuesInput, Prisma.ElementNodeUpdateWithoutAttributeValuesInput>, Prisma.ElementNodeUncheckedUpdateWithoutAttributeValuesInput>
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
export type ElementNodeCreateNestedOneWithoutCableInput = {
|
|
682
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutCableInput, Prisma.ElementNodeUncheckedCreateWithoutCableInput>
|
|
683
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutCableInput
|
|
684
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export type ElementNodeUpdateOneWithoutCableNestedInput = {
|
|
688
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutCableInput, Prisma.ElementNodeUncheckedCreateWithoutCableInput>
|
|
689
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutCableInput
|
|
690
|
+
upsert?: Prisma.ElementNodeUpsertWithoutCableInput
|
|
691
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
692
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
693
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
694
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutCableInput, Prisma.ElementNodeUpdateWithoutCableInput>, Prisma.ElementNodeUncheckedUpdateWithoutCableInput>
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export type ElementNodeCreateNestedOneWithoutConduitInput = {
|
|
698
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutConduitInput, Prisma.ElementNodeUncheckedCreateWithoutConduitInput>
|
|
699
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutConduitInput
|
|
700
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
export type ElementNodeUpdateOneWithoutConduitNestedInput = {
|
|
704
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutConduitInput, Prisma.ElementNodeUncheckedCreateWithoutConduitInput>
|
|
705
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutConduitInput
|
|
706
|
+
upsert?: Prisma.ElementNodeUpsertWithoutConduitInput
|
|
707
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
708
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
709
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
710
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutConduitInput, Prisma.ElementNodeUpdateWithoutConduitInput>, Prisma.ElementNodeUncheckedUpdateWithoutConduitInput>
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
export type ElementNodeCreateNestedOneWithoutPboFatInput = {
|
|
714
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutPboFatInput, Prisma.ElementNodeUncheckedCreateWithoutPboFatInput>
|
|
715
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutPboFatInput
|
|
716
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
export type ElementNodeUpdateOneWithoutPboFatNestedInput = {
|
|
720
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutPboFatInput, Prisma.ElementNodeUncheckedCreateWithoutPboFatInput>
|
|
721
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutPboFatInput
|
|
722
|
+
upsert?: Prisma.ElementNodeUpsertWithoutPboFatInput
|
|
723
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
724
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
725
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
726
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutPboFatInput, Prisma.ElementNodeUpdateWithoutPboFatInput>, Prisma.ElementNodeUncheckedUpdateWithoutPboFatInput>
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
export type ElementNodeCreateNestedOneWithoutSpliceClosureInput = {
|
|
730
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutSpliceClosureInput, Prisma.ElementNodeUncheckedCreateWithoutSpliceClosureInput>
|
|
731
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutSpliceClosureInput
|
|
732
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
export type ElementNodeUpdateOneWithoutSpliceClosureNestedInput = {
|
|
736
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutSpliceClosureInput, Prisma.ElementNodeUncheckedCreateWithoutSpliceClosureInput>
|
|
737
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutSpliceClosureInput
|
|
738
|
+
upsert?: Prisma.ElementNodeUpsertWithoutSpliceClosureInput
|
|
739
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
740
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
741
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
742
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutSpliceClosureInput, Prisma.ElementNodeUpdateWithoutSpliceClosureInput>, Prisma.ElementNodeUncheckedUpdateWithoutSpliceClosureInput>
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
export type ElementNodeCreateNestedOneWithoutZoneNroInput = {
|
|
746
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutZoneNroInput, Prisma.ElementNodeUncheckedCreateWithoutZoneNroInput>
|
|
747
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutZoneNroInput
|
|
748
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export type ElementNodeUpdateOneWithoutZoneNroNestedInput = {
|
|
752
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutZoneNroInput, Prisma.ElementNodeUncheckedCreateWithoutZoneNroInput>
|
|
753
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutZoneNroInput
|
|
754
|
+
upsert?: Prisma.ElementNodeUpsertWithoutZoneNroInput
|
|
755
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
756
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
757
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
758
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutZoneNroInput, Prisma.ElementNodeUpdateWithoutZoneNroInput>, Prisma.ElementNodeUncheckedUpdateWithoutZoneNroInput>
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
export type ElementNodeCreateNestedOneWithoutPoleInput = {
|
|
762
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutPoleInput, Prisma.ElementNodeUncheckedCreateWithoutPoleInput>
|
|
763
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutPoleInput
|
|
764
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
export type ElementNodeUpdateOneWithoutPoleNestedInput = {
|
|
768
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutPoleInput, Prisma.ElementNodeUncheckedCreateWithoutPoleInput>
|
|
769
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutPoleInput
|
|
770
|
+
upsert?: Prisma.ElementNodeUpsertWithoutPoleInput
|
|
771
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
772
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
773
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
774
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutPoleInput, Prisma.ElementNodeUpdateWithoutPoleInput>, Prisma.ElementNodeUncheckedUpdateWithoutPoleInput>
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
export type ElementNodeCreateNestedOneWithoutManholeInput = {
|
|
778
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutManholeInput, Prisma.ElementNodeUncheckedCreateWithoutManholeInput>
|
|
779
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutManholeInput
|
|
780
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
export type ElementNodeUpdateOneWithoutManholeNestedInput = {
|
|
784
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutManholeInput, Prisma.ElementNodeUncheckedCreateWithoutManholeInput>
|
|
785
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutManholeInput
|
|
786
|
+
upsert?: Prisma.ElementNodeUpsertWithoutManholeInput
|
|
787
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
788
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
789
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
790
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutManholeInput, Prisma.ElementNodeUpdateWithoutManholeInput>, Prisma.ElementNodeUncheckedUpdateWithoutManholeInput>
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
export type ElementNodeCreateNestedOneWithoutLoopInput = {
|
|
794
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutLoopInput, Prisma.ElementNodeUncheckedCreateWithoutLoopInput>
|
|
795
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutLoopInput
|
|
796
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export type ElementNodeUpdateOneWithoutLoopNestedInput = {
|
|
800
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutLoopInput, Prisma.ElementNodeUncheckedCreateWithoutLoopInput>
|
|
801
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutLoopInput
|
|
802
|
+
upsert?: Prisma.ElementNodeUpsertWithoutLoopInput
|
|
803
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
804
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
805
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
806
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutLoopInput, Prisma.ElementNodeUpdateWithoutLoopInput>, Prisma.ElementNodeUncheckedUpdateWithoutLoopInput>
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
export type ElementNodeCreateNestedOneWithoutFDTSROInput = {
|
|
810
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutFDTSROInput, Prisma.ElementNodeUncheckedCreateWithoutFDTSROInput>
|
|
811
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutFDTSROInput
|
|
812
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export type ElementNodeUpdateOneWithoutFDTSRONestedInput = {
|
|
816
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutFDTSROInput, Prisma.ElementNodeUncheckedCreateWithoutFDTSROInput>
|
|
817
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutFDTSROInput
|
|
818
|
+
upsert?: Prisma.ElementNodeUpsertWithoutFDTSROInput
|
|
819
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
820
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
821
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
822
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutFDTSROInput, Prisma.ElementNodeUpdateWithoutFDTSROInput>, Prisma.ElementNodeUncheckedUpdateWithoutFDTSROInput>
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
export type ElementNodeCreateNestedOneWithoutSFUInput = {
|
|
826
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutSFUInput, Prisma.ElementNodeUncheckedCreateWithoutSFUInput>
|
|
827
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutSFUInput
|
|
828
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
export type ElementNodeUpdateOneWithoutSFUNestedInput = {
|
|
832
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutSFUInput, Prisma.ElementNodeUncheckedCreateWithoutSFUInput>
|
|
833
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutSFUInput
|
|
834
|
+
upsert?: Prisma.ElementNodeUpsertWithoutSFUInput
|
|
835
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
836
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
837
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
838
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutSFUInput, Prisma.ElementNodeUpdateWithoutSFUInput>, Prisma.ElementNodeUncheckedUpdateWithoutSFUInput>
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
export type ElementNodeCreateNestedOneWithoutBuildingInput = {
|
|
842
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutBuildingInput, Prisma.ElementNodeUncheckedCreateWithoutBuildingInput>
|
|
843
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutBuildingInput
|
|
844
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export type ElementNodeUpdateOneWithoutBuildingNestedInput = {
|
|
848
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutBuildingInput, Prisma.ElementNodeUncheckedCreateWithoutBuildingInput>
|
|
849
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutBuildingInput
|
|
850
|
+
upsert?: Prisma.ElementNodeUpsertWithoutBuildingInput
|
|
851
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
852
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
853
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
854
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutBuildingInput, Prisma.ElementNodeUpdateWithoutBuildingInput>, Prisma.ElementNodeUncheckedUpdateWithoutBuildingInput>
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
export type ElementNodeCreateNestedOneWithoutMapElementInput = {
|
|
858
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutMapElementInput, Prisma.ElementNodeUncheckedCreateWithoutMapElementInput>
|
|
859
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutMapElementInput
|
|
860
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
export type ElementNodeUpdateOneWithoutMapElementNestedInput = {
|
|
864
|
+
create?: Prisma.XOR<Prisma.ElementNodeCreateWithoutMapElementInput, Prisma.ElementNodeUncheckedCreateWithoutMapElementInput>
|
|
865
|
+
connectOrCreate?: Prisma.ElementNodeCreateOrConnectWithoutMapElementInput
|
|
866
|
+
upsert?: Prisma.ElementNodeUpsertWithoutMapElementInput
|
|
867
|
+
disconnect?: Prisma.ElementNodeWhereInput | boolean
|
|
868
|
+
delete?: Prisma.ElementNodeWhereInput | boolean
|
|
869
|
+
connect?: Prisma.ElementNodeWhereUniqueInput
|
|
870
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ElementNodeUpdateToOneWithWhereWithoutMapElementInput, Prisma.ElementNodeUpdateWithoutMapElementInput>, Prisma.ElementNodeUncheckedUpdateWithoutMapElementInput>
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
export type ElementNodeCreateWithoutTypeInput = {
|
|
874
|
+
id?: string
|
|
875
|
+
name: string
|
|
876
|
+
lat?: number | null
|
|
877
|
+
lng?: number | null
|
|
878
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
879
|
+
isInstalled?: boolean
|
|
880
|
+
installationDate?: Date | string | null
|
|
881
|
+
createdAt?: Date | string
|
|
882
|
+
updatedAt?: Date | string
|
|
883
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
884
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
885
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
886
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
887
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
888
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
889
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
890
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
891
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
892
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
893
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
894
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
895
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
896
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
897
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
export type ElementNodeUncheckedCreateWithoutTypeInput = {
|
|
901
|
+
id?: string
|
|
902
|
+
name: string
|
|
903
|
+
lat?: number | null
|
|
904
|
+
lng?: number | null
|
|
905
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
906
|
+
isInstalled?: boolean
|
|
907
|
+
installationDate?: Date | string | null
|
|
908
|
+
createdAt?: Date | string
|
|
909
|
+
updatedAt?: Date | string
|
|
910
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
911
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
912
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
913
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
914
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
915
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
916
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
917
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
918
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
919
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
920
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
921
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
922
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
923
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
924
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
export type ElementNodeCreateOrConnectWithoutTypeInput = {
|
|
928
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
929
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutTypeInput, Prisma.ElementNodeUncheckedCreateWithoutTypeInput>
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
export type ElementNodeCreateManyTypeInputEnvelope = {
|
|
933
|
+
data: Prisma.ElementNodeCreateManyTypeInput | Prisma.ElementNodeCreateManyTypeInput[]
|
|
934
|
+
skipDuplicates?: boolean
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
export type ElementNodeUpsertWithWhereUniqueWithoutTypeInput = {
|
|
938
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
939
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutTypeInput, Prisma.ElementNodeUncheckedUpdateWithoutTypeInput>
|
|
940
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutTypeInput, Prisma.ElementNodeUncheckedCreateWithoutTypeInput>
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
export type ElementNodeUpdateWithWhereUniqueWithoutTypeInput = {
|
|
944
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
945
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutTypeInput, Prisma.ElementNodeUncheckedUpdateWithoutTypeInput>
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
export type ElementNodeUpdateManyWithWhereWithoutTypeInput = {
|
|
949
|
+
where: Prisma.ElementNodeScalarWhereInput
|
|
950
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateManyMutationInput, Prisma.ElementNodeUncheckedUpdateManyWithoutTypeInput>
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
export type ElementNodeScalarWhereInput = {
|
|
954
|
+
AND?: Prisma.ElementNodeScalarWhereInput | Prisma.ElementNodeScalarWhereInput[]
|
|
955
|
+
OR?: Prisma.ElementNodeScalarWhereInput[]
|
|
956
|
+
NOT?: Prisma.ElementNodeScalarWhereInput | Prisma.ElementNodeScalarWhereInput[]
|
|
957
|
+
id?: Prisma.StringFilter<"ElementNode"> | string
|
|
958
|
+
typeId?: Prisma.StringFilter<"ElementNode"> | string
|
|
959
|
+
name?: Prisma.StringFilter<"ElementNode"> | string
|
|
960
|
+
lat?: Prisma.FloatNullableFilter<"ElementNode"> | number | null
|
|
961
|
+
lng?: Prisma.FloatNullableFilter<"ElementNode"> | number | null
|
|
962
|
+
geometry?: Prisma.JsonNullableFilter<"ElementNode">
|
|
963
|
+
isInstalled?: Prisma.BoolFilter<"ElementNode"> | boolean
|
|
964
|
+
installationDate?: Prisma.DateTimeNullableFilter<"ElementNode"> | Date | string | null
|
|
965
|
+
createdAt?: Prisma.DateTimeFilter<"ElementNode"> | Date | string
|
|
966
|
+
updatedAt?: Prisma.DateTimeFilter<"ElementNode"> | Date | string
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
export type ElementNodeCreateWithoutRelationsFromInput = {
|
|
970
|
+
id?: string
|
|
971
|
+
name: string
|
|
972
|
+
lat?: number | null
|
|
973
|
+
lng?: number | null
|
|
974
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
975
|
+
isInstalled?: boolean
|
|
976
|
+
installationDate?: Date | string | null
|
|
977
|
+
createdAt?: Date | string
|
|
978
|
+
updatedAt?: Date | string
|
|
979
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
980
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
981
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
982
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
983
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
984
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
985
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
986
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
987
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
988
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
989
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
990
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
991
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
992
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
993
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
export type ElementNodeUncheckedCreateWithoutRelationsFromInput = {
|
|
997
|
+
id?: string
|
|
998
|
+
typeId: string
|
|
999
|
+
name: string
|
|
1000
|
+
lat?: number | null
|
|
1001
|
+
lng?: number | null
|
|
1002
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1003
|
+
isInstalled?: boolean
|
|
1004
|
+
installationDate?: Date | string | null
|
|
1005
|
+
createdAt?: Date | string
|
|
1006
|
+
updatedAt?: Date | string
|
|
1007
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
1008
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
1009
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
1010
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
1011
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
1012
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
1013
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
1014
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
1015
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
1016
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
1017
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
1018
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
1019
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
1020
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export type ElementNodeCreateOrConnectWithoutRelationsFromInput = {
|
|
1024
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
1025
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutRelationsFromInput, Prisma.ElementNodeUncheckedCreateWithoutRelationsFromInput>
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
export type ElementNodeCreateWithoutRelationsToInput = {
|
|
1029
|
+
id?: string
|
|
1030
|
+
name: string
|
|
1031
|
+
lat?: number | null
|
|
1032
|
+
lng?: number | null
|
|
1033
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1034
|
+
isInstalled?: boolean
|
|
1035
|
+
installationDate?: Date | string | null
|
|
1036
|
+
createdAt?: Date | string
|
|
1037
|
+
updatedAt?: Date | string
|
|
1038
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
1039
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
1040
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
1041
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
1042
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
1043
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
1044
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
1045
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
1046
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
1047
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
1048
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
1049
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
1050
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
1051
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
1052
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
export type ElementNodeUncheckedCreateWithoutRelationsToInput = {
|
|
1056
|
+
id?: string
|
|
1057
|
+
typeId: string
|
|
1058
|
+
name: string
|
|
1059
|
+
lat?: number | null
|
|
1060
|
+
lng?: number | null
|
|
1061
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1062
|
+
isInstalled?: boolean
|
|
1063
|
+
installationDate?: Date | string | null
|
|
1064
|
+
createdAt?: Date | string
|
|
1065
|
+
updatedAt?: Date | string
|
|
1066
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
1067
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
1068
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
1069
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
1070
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
1071
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
1072
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
1073
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
1074
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
1075
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
1076
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
1077
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
1078
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
1079
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
export type ElementNodeCreateOrConnectWithoutRelationsToInput = {
|
|
1083
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
1084
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutRelationsToInput, Prisma.ElementNodeUncheckedCreateWithoutRelationsToInput>
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
export type ElementNodeUpsertWithoutRelationsFromInput = {
|
|
1088
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutRelationsFromInput, Prisma.ElementNodeUncheckedUpdateWithoutRelationsFromInput>
|
|
1089
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutRelationsFromInput, Prisma.ElementNodeUncheckedCreateWithoutRelationsFromInput>
|
|
1090
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
export type ElementNodeUpdateToOneWithWhereWithoutRelationsFromInput = {
|
|
1094
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1095
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutRelationsFromInput, Prisma.ElementNodeUncheckedUpdateWithoutRelationsFromInput>
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export type ElementNodeUpdateWithoutRelationsFromInput = {
|
|
1099
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1100
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1101
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1102
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1103
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1104
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1105
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1106
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1107
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1108
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
1109
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
1110
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
1111
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
1112
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
1113
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
1114
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
1115
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
1116
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
1117
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
1118
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
1119
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
1120
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
1121
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
1122
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
export type ElementNodeUncheckedUpdateWithoutRelationsFromInput = {
|
|
1126
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1127
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1128
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1129
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1130
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1131
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1132
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1133
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1134
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1135
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1136
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
1137
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
1138
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
1139
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
1140
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
1141
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
1142
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
1143
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
1144
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
1145
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
1146
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
1147
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
1148
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
1149
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
export type ElementNodeUpsertWithoutRelationsToInput = {
|
|
1153
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutRelationsToInput, Prisma.ElementNodeUncheckedUpdateWithoutRelationsToInput>
|
|
1154
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutRelationsToInput, Prisma.ElementNodeUncheckedCreateWithoutRelationsToInput>
|
|
1155
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
export type ElementNodeUpdateToOneWithWhereWithoutRelationsToInput = {
|
|
1159
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1160
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutRelationsToInput, Prisma.ElementNodeUncheckedUpdateWithoutRelationsToInput>
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
export type ElementNodeUpdateWithoutRelationsToInput = {
|
|
1164
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1165
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1166
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1167
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1168
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1169
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1170
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1171
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1172
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1173
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
1174
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
1175
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
1176
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
1177
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
1178
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
1179
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
1180
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
1181
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
1182
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
1183
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
1184
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
1185
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
1186
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
1187
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
export type ElementNodeUncheckedUpdateWithoutRelationsToInput = {
|
|
1191
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1192
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1193
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1194
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1195
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1196
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1197
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1198
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1199
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1200
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1201
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
1202
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
1203
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
1204
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
1205
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
1206
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
1207
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
1208
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
1209
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
1210
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
1211
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
1212
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
1213
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
1214
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
export type ElementNodeCreateWithoutAttributeValuesInput = {
|
|
1218
|
+
id?: string
|
|
1219
|
+
name: string
|
|
1220
|
+
lat?: number | null
|
|
1221
|
+
lng?: number | null
|
|
1222
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1223
|
+
isInstalled?: boolean
|
|
1224
|
+
installationDate?: Date | string | null
|
|
1225
|
+
createdAt?: Date | string
|
|
1226
|
+
updatedAt?: Date | string
|
|
1227
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
1228
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
1229
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
1230
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
1231
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
1232
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
1233
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
1234
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
1235
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
1236
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
1237
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
1238
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
1239
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
1240
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
1241
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
export type ElementNodeUncheckedCreateWithoutAttributeValuesInput = {
|
|
1245
|
+
id?: string
|
|
1246
|
+
typeId: string
|
|
1247
|
+
name: string
|
|
1248
|
+
lat?: number | null
|
|
1249
|
+
lng?: number | null
|
|
1250
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1251
|
+
isInstalled?: boolean
|
|
1252
|
+
installationDate?: Date | string | null
|
|
1253
|
+
createdAt?: Date | string
|
|
1254
|
+
updatedAt?: Date | string
|
|
1255
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
1256
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
1257
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
1258
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
1259
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
1260
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
1261
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
1262
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
1263
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
1264
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
1265
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
1266
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
1267
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
1268
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
export type ElementNodeCreateOrConnectWithoutAttributeValuesInput = {
|
|
1272
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
1273
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutAttributeValuesInput, Prisma.ElementNodeUncheckedCreateWithoutAttributeValuesInput>
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
export type ElementNodeUpsertWithoutAttributeValuesInput = {
|
|
1277
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutAttributeValuesInput, Prisma.ElementNodeUncheckedUpdateWithoutAttributeValuesInput>
|
|
1278
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutAttributeValuesInput, Prisma.ElementNodeUncheckedCreateWithoutAttributeValuesInput>
|
|
1279
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
export type ElementNodeUpdateToOneWithWhereWithoutAttributeValuesInput = {
|
|
1283
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1284
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutAttributeValuesInput, Prisma.ElementNodeUncheckedUpdateWithoutAttributeValuesInput>
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
export type ElementNodeUpdateWithoutAttributeValuesInput = {
|
|
1288
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1289
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1290
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1291
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1292
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1293
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1294
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1295
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1296
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1297
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
1298
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
1299
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
1300
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
1301
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
1302
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
1303
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
1304
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
1305
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
1306
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
1307
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
1308
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
1309
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
1310
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
1311
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
export type ElementNodeUncheckedUpdateWithoutAttributeValuesInput = {
|
|
1315
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1316
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1317
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1318
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1319
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1320
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1321
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1322
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1323
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1324
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1325
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
1326
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
1327
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
1328
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
1329
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
1330
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
1331
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
1332
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
1333
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
1334
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
1335
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
1336
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
1337
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
1338
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
export type ElementNodeCreateWithoutCableInput = {
|
|
1342
|
+
id?: string
|
|
1343
|
+
name: string
|
|
1344
|
+
lat?: number | null
|
|
1345
|
+
lng?: number | null
|
|
1346
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1347
|
+
isInstalled?: boolean
|
|
1348
|
+
installationDate?: Date | string | null
|
|
1349
|
+
createdAt?: Date | string
|
|
1350
|
+
updatedAt?: Date | string
|
|
1351
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
1352
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
1353
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
1354
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
1355
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
1356
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
1357
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
1358
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
1359
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
1360
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
1361
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
1362
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
1363
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
1364
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
1365
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
export type ElementNodeUncheckedCreateWithoutCableInput = {
|
|
1369
|
+
id?: string
|
|
1370
|
+
typeId: string
|
|
1371
|
+
name: string
|
|
1372
|
+
lat?: number | null
|
|
1373
|
+
lng?: number | null
|
|
1374
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1375
|
+
isInstalled?: boolean
|
|
1376
|
+
installationDate?: Date | string | null
|
|
1377
|
+
createdAt?: Date | string
|
|
1378
|
+
updatedAt?: Date | string
|
|
1379
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
1380
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
1381
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
1382
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
1383
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
1384
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
1385
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
1386
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
1387
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
1388
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
1389
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
1390
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
1391
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
1392
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
export type ElementNodeCreateOrConnectWithoutCableInput = {
|
|
1396
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
1397
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutCableInput, Prisma.ElementNodeUncheckedCreateWithoutCableInput>
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
export type ElementNodeUpsertWithoutCableInput = {
|
|
1401
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutCableInput, Prisma.ElementNodeUncheckedUpdateWithoutCableInput>
|
|
1402
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutCableInput, Prisma.ElementNodeUncheckedCreateWithoutCableInput>
|
|
1403
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
export type ElementNodeUpdateToOneWithWhereWithoutCableInput = {
|
|
1407
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1408
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutCableInput, Prisma.ElementNodeUncheckedUpdateWithoutCableInput>
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
export type ElementNodeUpdateWithoutCableInput = {
|
|
1412
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1413
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1414
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1415
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1416
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1417
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1418
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1419
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1420
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1421
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
1422
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
1423
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
1424
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
1425
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
1426
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
1427
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
1428
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
1429
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
1430
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
1431
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
1432
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
1433
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
1434
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
1435
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
export type ElementNodeUncheckedUpdateWithoutCableInput = {
|
|
1439
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1440
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1441
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1442
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1443
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1444
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1445
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1446
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1447
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1448
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1449
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
1450
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
1451
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
1452
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
1453
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
1454
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
1455
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
1456
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
1457
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
1458
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
1459
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
1460
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
1461
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
1462
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
export type ElementNodeCreateWithoutConduitInput = {
|
|
1466
|
+
id?: string
|
|
1467
|
+
name: string
|
|
1468
|
+
lat?: number | null
|
|
1469
|
+
lng?: number | null
|
|
1470
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1471
|
+
isInstalled?: boolean
|
|
1472
|
+
installationDate?: Date | string | null
|
|
1473
|
+
createdAt?: Date | string
|
|
1474
|
+
updatedAt?: Date | string
|
|
1475
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
1476
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
1477
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
1478
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
1479
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
1480
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
1481
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
1482
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
1483
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
1484
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
1485
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
1486
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
1487
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
1488
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
1489
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
export type ElementNodeUncheckedCreateWithoutConduitInput = {
|
|
1493
|
+
id?: string
|
|
1494
|
+
typeId: string
|
|
1495
|
+
name: string
|
|
1496
|
+
lat?: number | null
|
|
1497
|
+
lng?: number | null
|
|
1498
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1499
|
+
isInstalled?: boolean
|
|
1500
|
+
installationDate?: Date | string | null
|
|
1501
|
+
createdAt?: Date | string
|
|
1502
|
+
updatedAt?: Date | string
|
|
1503
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
1504
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
1505
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
1506
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
1507
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
1508
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
1509
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
1510
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
1511
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
1512
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
1513
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
1514
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
1515
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
1516
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
export type ElementNodeCreateOrConnectWithoutConduitInput = {
|
|
1520
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
1521
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutConduitInput, Prisma.ElementNodeUncheckedCreateWithoutConduitInput>
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
export type ElementNodeUpsertWithoutConduitInput = {
|
|
1525
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutConduitInput, Prisma.ElementNodeUncheckedUpdateWithoutConduitInput>
|
|
1526
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutConduitInput, Prisma.ElementNodeUncheckedCreateWithoutConduitInput>
|
|
1527
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
export type ElementNodeUpdateToOneWithWhereWithoutConduitInput = {
|
|
1531
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1532
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutConduitInput, Prisma.ElementNodeUncheckedUpdateWithoutConduitInput>
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
export type ElementNodeUpdateWithoutConduitInput = {
|
|
1536
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1537
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1538
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1539
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1540
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1541
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1542
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1543
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1544
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1545
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
1546
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
1547
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
1548
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
1549
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
1550
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
1551
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
1552
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
1553
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
1554
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
1555
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
1556
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
1557
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
1558
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
1559
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
export type ElementNodeUncheckedUpdateWithoutConduitInput = {
|
|
1563
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1564
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1565
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1566
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1567
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1568
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1569
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1570
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1571
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1572
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1573
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
1574
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
1575
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
1576
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
1577
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
1578
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
1579
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
1580
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
1581
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
1582
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
1583
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
1584
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
1585
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
1586
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
export type ElementNodeCreateWithoutPboFatInput = {
|
|
1590
|
+
id?: string
|
|
1591
|
+
name: string
|
|
1592
|
+
lat?: number | null
|
|
1593
|
+
lng?: number | null
|
|
1594
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1595
|
+
isInstalled?: boolean
|
|
1596
|
+
installationDate?: Date | string | null
|
|
1597
|
+
createdAt?: Date | string
|
|
1598
|
+
updatedAt?: Date | string
|
|
1599
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
1600
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
1601
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
1602
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
1603
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
1604
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
1605
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
1606
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
1607
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
1608
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
1609
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
1610
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
1611
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
1612
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
1613
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
export type ElementNodeUncheckedCreateWithoutPboFatInput = {
|
|
1617
|
+
id?: string
|
|
1618
|
+
typeId: string
|
|
1619
|
+
name: string
|
|
1620
|
+
lat?: number | null
|
|
1621
|
+
lng?: number | null
|
|
1622
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1623
|
+
isInstalled?: boolean
|
|
1624
|
+
installationDate?: Date | string | null
|
|
1625
|
+
createdAt?: Date | string
|
|
1626
|
+
updatedAt?: Date | string
|
|
1627
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
1628
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
1629
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
1630
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
1631
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
1632
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
1633
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
1634
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
1635
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
1636
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
1637
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
1638
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
1639
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
1640
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
export type ElementNodeCreateOrConnectWithoutPboFatInput = {
|
|
1644
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
1645
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutPboFatInput, Prisma.ElementNodeUncheckedCreateWithoutPboFatInput>
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
export type ElementNodeUpsertWithoutPboFatInput = {
|
|
1649
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutPboFatInput, Prisma.ElementNodeUncheckedUpdateWithoutPboFatInput>
|
|
1650
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutPboFatInput, Prisma.ElementNodeUncheckedCreateWithoutPboFatInput>
|
|
1651
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
export type ElementNodeUpdateToOneWithWhereWithoutPboFatInput = {
|
|
1655
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1656
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutPboFatInput, Prisma.ElementNodeUncheckedUpdateWithoutPboFatInput>
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
export type ElementNodeUpdateWithoutPboFatInput = {
|
|
1660
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1661
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1662
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1663
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1664
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1665
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1666
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1667
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1668
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1669
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
1670
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
1671
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
1672
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
1673
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
1674
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
1675
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
1676
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
1677
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
1678
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
1679
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
1680
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
1681
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
1682
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
1683
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
export type ElementNodeUncheckedUpdateWithoutPboFatInput = {
|
|
1687
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1688
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1689
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1690
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1691
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1692
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1693
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1694
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1695
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1696
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1697
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
1698
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
1699
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
1700
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
1701
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
1702
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
1703
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
1704
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
1705
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
1706
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
1707
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
1708
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
1709
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
1710
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
export type ElementNodeCreateWithoutSpliceClosureInput = {
|
|
1714
|
+
id?: string
|
|
1715
|
+
name: string
|
|
1716
|
+
lat?: number | null
|
|
1717
|
+
lng?: number | null
|
|
1718
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1719
|
+
isInstalled?: boolean
|
|
1720
|
+
installationDate?: Date | string | null
|
|
1721
|
+
createdAt?: Date | string
|
|
1722
|
+
updatedAt?: Date | string
|
|
1723
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
1724
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
1725
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
1726
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
1727
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
1728
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
1729
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
1730
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
1731
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
1732
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
1733
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
1734
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
1735
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
1736
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
1737
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
export type ElementNodeUncheckedCreateWithoutSpliceClosureInput = {
|
|
1741
|
+
id?: string
|
|
1742
|
+
typeId: string
|
|
1743
|
+
name: string
|
|
1744
|
+
lat?: number | null
|
|
1745
|
+
lng?: number | null
|
|
1746
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1747
|
+
isInstalled?: boolean
|
|
1748
|
+
installationDate?: Date | string | null
|
|
1749
|
+
createdAt?: Date | string
|
|
1750
|
+
updatedAt?: Date | string
|
|
1751
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
1752
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
1753
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
1754
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
1755
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
1756
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
1757
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
1758
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
1759
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
1760
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
1761
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
1762
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
1763
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
1764
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
export type ElementNodeCreateOrConnectWithoutSpliceClosureInput = {
|
|
1768
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
1769
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutSpliceClosureInput, Prisma.ElementNodeUncheckedCreateWithoutSpliceClosureInput>
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
export type ElementNodeUpsertWithoutSpliceClosureInput = {
|
|
1773
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutSpliceClosureInput, Prisma.ElementNodeUncheckedUpdateWithoutSpliceClosureInput>
|
|
1774
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutSpliceClosureInput, Prisma.ElementNodeUncheckedCreateWithoutSpliceClosureInput>
|
|
1775
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
export type ElementNodeUpdateToOneWithWhereWithoutSpliceClosureInput = {
|
|
1779
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1780
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutSpliceClosureInput, Prisma.ElementNodeUncheckedUpdateWithoutSpliceClosureInput>
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
export type ElementNodeUpdateWithoutSpliceClosureInput = {
|
|
1784
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1785
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1786
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1787
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1788
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1789
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1790
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1791
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1792
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1793
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
1794
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
1795
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
1796
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
1797
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
1798
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
1799
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
1800
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
1801
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
1802
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
1803
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
1804
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
1805
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
1806
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
1807
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
export type ElementNodeUncheckedUpdateWithoutSpliceClosureInput = {
|
|
1811
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1812
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1813
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1814
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1815
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1816
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1817
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1818
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1819
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1820
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1821
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
1822
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
1823
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
1824
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
1825
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
1826
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
1827
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
1828
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
1829
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
1830
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
1831
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
1832
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
1833
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
1834
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
export type ElementNodeCreateWithoutZoneNroInput = {
|
|
1838
|
+
id?: string
|
|
1839
|
+
name: string
|
|
1840
|
+
lat?: number | null
|
|
1841
|
+
lng?: number | null
|
|
1842
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1843
|
+
isInstalled?: boolean
|
|
1844
|
+
installationDate?: Date | string | null
|
|
1845
|
+
createdAt?: Date | string
|
|
1846
|
+
updatedAt?: Date | string
|
|
1847
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
1848
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
1849
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
1850
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
1851
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
1852
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
1853
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
1854
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
1855
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
1856
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
1857
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
1858
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
1859
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
1860
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
1861
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
export type ElementNodeUncheckedCreateWithoutZoneNroInput = {
|
|
1865
|
+
id?: string
|
|
1866
|
+
typeId: string
|
|
1867
|
+
name: string
|
|
1868
|
+
lat?: number | null
|
|
1869
|
+
lng?: number | null
|
|
1870
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1871
|
+
isInstalled?: boolean
|
|
1872
|
+
installationDate?: Date | string | null
|
|
1873
|
+
createdAt?: Date | string
|
|
1874
|
+
updatedAt?: Date | string
|
|
1875
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
1876
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
1877
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
1878
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
1879
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
1880
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
1881
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
1882
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
1883
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
1884
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
1885
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
1886
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
1887
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
1888
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
export type ElementNodeCreateOrConnectWithoutZoneNroInput = {
|
|
1892
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
1893
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutZoneNroInput, Prisma.ElementNodeUncheckedCreateWithoutZoneNroInput>
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
export type ElementNodeUpsertWithoutZoneNroInput = {
|
|
1897
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutZoneNroInput, Prisma.ElementNodeUncheckedUpdateWithoutZoneNroInput>
|
|
1898
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutZoneNroInput, Prisma.ElementNodeUncheckedCreateWithoutZoneNroInput>
|
|
1899
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
export type ElementNodeUpdateToOneWithWhereWithoutZoneNroInput = {
|
|
1903
|
+
where?: Prisma.ElementNodeWhereInput
|
|
1904
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutZoneNroInput, Prisma.ElementNodeUncheckedUpdateWithoutZoneNroInput>
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
export type ElementNodeUpdateWithoutZoneNroInput = {
|
|
1908
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1909
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1910
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1911
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1912
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1913
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1914
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1915
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1916
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1917
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
1918
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
1919
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
1920
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
1921
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
1922
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
1923
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
1924
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
1925
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
1926
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
1927
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
1928
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
1929
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
1930
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
1931
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
export type ElementNodeUncheckedUpdateWithoutZoneNroInput = {
|
|
1935
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1936
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1937
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1938
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1939
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
1940
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1941
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1942
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1943
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1944
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1945
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
1946
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
1947
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
1948
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
1949
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
1950
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
1951
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
1952
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
1953
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
1954
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
1955
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
1956
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
1957
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
1958
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
export type ElementNodeCreateWithoutPoleInput = {
|
|
1962
|
+
id?: string
|
|
1963
|
+
name: string
|
|
1964
|
+
lat?: number | null
|
|
1965
|
+
lng?: number | null
|
|
1966
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1967
|
+
isInstalled?: boolean
|
|
1968
|
+
installationDate?: Date | string | null
|
|
1969
|
+
createdAt?: Date | string
|
|
1970
|
+
updatedAt?: Date | string
|
|
1971
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
1972
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
1973
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
1974
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
1975
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
1976
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
1977
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
1978
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
1979
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
1980
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
1981
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
1982
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
1983
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
1984
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
1985
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
export type ElementNodeUncheckedCreateWithoutPoleInput = {
|
|
1989
|
+
id?: string
|
|
1990
|
+
typeId: string
|
|
1991
|
+
name: string
|
|
1992
|
+
lat?: number | null
|
|
1993
|
+
lng?: number | null
|
|
1994
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1995
|
+
isInstalled?: boolean
|
|
1996
|
+
installationDate?: Date | string | null
|
|
1997
|
+
createdAt?: Date | string
|
|
1998
|
+
updatedAt?: Date | string
|
|
1999
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
2000
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
2001
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
2002
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
2003
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
2004
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
2005
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
2006
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
2007
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
2008
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
2009
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
2010
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
2011
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
2012
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
export type ElementNodeCreateOrConnectWithoutPoleInput = {
|
|
2016
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
2017
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutPoleInput, Prisma.ElementNodeUncheckedCreateWithoutPoleInput>
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
export type ElementNodeUpsertWithoutPoleInput = {
|
|
2021
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutPoleInput, Prisma.ElementNodeUncheckedUpdateWithoutPoleInput>
|
|
2022
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutPoleInput, Prisma.ElementNodeUncheckedCreateWithoutPoleInput>
|
|
2023
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
export type ElementNodeUpdateToOneWithWhereWithoutPoleInput = {
|
|
2027
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2028
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutPoleInput, Prisma.ElementNodeUncheckedUpdateWithoutPoleInput>
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
export type ElementNodeUpdateWithoutPoleInput = {
|
|
2032
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2033
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2034
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2035
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2036
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2037
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2038
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2039
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2040
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2041
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
2042
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
2043
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
2044
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
2045
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
2046
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
2047
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
2048
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
2049
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
2050
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
2051
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
2052
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
2053
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
2054
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
2055
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
export type ElementNodeUncheckedUpdateWithoutPoleInput = {
|
|
2059
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2060
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2061
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2062
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2063
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2064
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2065
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2066
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2067
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2068
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2069
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
2070
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
2071
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
2072
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
2073
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
2074
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
2075
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
2076
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
2077
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
2078
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
2079
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
2080
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
2081
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
2082
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
export type ElementNodeCreateWithoutManholeInput = {
|
|
2086
|
+
id?: string
|
|
2087
|
+
name: string
|
|
2088
|
+
lat?: number | null
|
|
2089
|
+
lng?: number | null
|
|
2090
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2091
|
+
isInstalled?: boolean
|
|
2092
|
+
installationDate?: Date | string | null
|
|
2093
|
+
createdAt?: Date | string
|
|
2094
|
+
updatedAt?: Date | string
|
|
2095
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
2096
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
2097
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
2098
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
2099
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
2100
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
2101
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
2102
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
2103
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
2104
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
2105
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
2106
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
2107
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
2108
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
2109
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
export type ElementNodeUncheckedCreateWithoutManholeInput = {
|
|
2113
|
+
id?: string
|
|
2114
|
+
typeId: string
|
|
2115
|
+
name: string
|
|
2116
|
+
lat?: number | null
|
|
2117
|
+
lng?: number | null
|
|
2118
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2119
|
+
isInstalled?: boolean
|
|
2120
|
+
installationDate?: Date | string | null
|
|
2121
|
+
createdAt?: Date | string
|
|
2122
|
+
updatedAt?: Date | string
|
|
2123
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
2124
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
2125
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
2126
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
2127
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
2128
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
2129
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
2130
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
2131
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
2132
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
2133
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
2134
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
2135
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
2136
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
export type ElementNodeCreateOrConnectWithoutManholeInput = {
|
|
2140
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
2141
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutManholeInput, Prisma.ElementNodeUncheckedCreateWithoutManholeInput>
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
export type ElementNodeUpsertWithoutManholeInput = {
|
|
2145
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutManholeInput, Prisma.ElementNodeUncheckedUpdateWithoutManholeInput>
|
|
2146
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutManholeInput, Prisma.ElementNodeUncheckedCreateWithoutManholeInput>
|
|
2147
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
export type ElementNodeUpdateToOneWithWhereWithoutManholeInput = {
|
|
2151
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2152
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutManholeInput, Prisma.ElementNodeUncheckedUpdateWithoutManholeInput>
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
export type ElementNodeUpdateWithoutManholeInput = {
|
|
2156
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2157
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2158
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2159
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2160
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2161
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2162
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2163
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2164
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2165
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
2166
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
2167
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
2168
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
2169
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
2170
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
2171
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
2172
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
2173
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
2174
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
2175
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
2176
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
2177
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
2178
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
2179
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
export type ElementNodeUncheckedUpdateWithoutManholeInput = {
|
|
2183
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2184
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2185
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2186
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2187
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2188
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2189
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2190
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2191
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2192
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2193
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
2194
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
2195
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
2196
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
2197
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
2198
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
2199
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
2200
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
2201
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
2202
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
2203
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
2204
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
2205
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
2206
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
export type ElementNodeCreateWithoutLoopInput = {
|
|
2210
|
+
id?: string
|
|
2211
|
+
name: string
|
|
2212
|
+
lat?: number | null
|
|
2213
|
+
lng?: number | null
|
|
2214
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2215
|
+
isInstalled?: boolean
|
|
2216
|
+
installationDate?: Date | string | null
|
|
2217
|
+
createdAt?: Date | string
|
|
2218
|
+
updatedAt?: Date | string
|
|
2219
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
2220
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
2221
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
2222
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
2223
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
2224
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
2225
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
2226
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
2227
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
2228
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
2229
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
2230
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
2231
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
2232
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
2233
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
export type ElementNodeUncheckedCreateWithoutLoopInput = {
|
|
2237
|
+
id?: string
|
|
2238
|
+
typeId: string
|
|
2239
|
+
name: string
|
|
2240
|
+
lat?: number | null
|
|
2241
|
+
lng?: number | null
|
|
2242
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2243
|
+
isInstalled?: boolean
|
|
2244
|
+
installationDate?: Date | string | null
|
|
2245
|
+
createdAt?: Date | string
|
|
2246
|
+
updatedAt?: Date | string
|
|
2247
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
2248
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
2249
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
2250
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
2251
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
2252
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
2253
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
2254
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
2255
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
2256
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
2257
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
2258
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
2259
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
2260
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
export type ElementNodeCreateOrConnectWithoutLoopInput = {
|
|
2264
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
2265
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutLoopInput, Prisma.ElementNodeUncheckedCreateWithoutLoopInput>
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
export type ElementNodeUpsertWithoutLoopInput = {
|
|
2269
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutLoopInput, Prisma.ElementNodeUncheckedUpdateWithoutLoopInput>
|
|
2270
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutLoopInput, Prisma.ElementNodeUncheckedCreateWithoutLoopInput>
|
|
2271
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
export type ElementNodeUpdateToOneWithWhereWithoutLoopInput = {
|
|
2275
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2276
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutLoopInput, Prisma.ElementNodeUncheckedUpdateWithoutLoopInput>
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
export type ElementNodeUpdateWithoutLoopInput = {
|
|
2280
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2281
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2282
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2283
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2284
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2285
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2286
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2287
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2288
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2289
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
2290
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
2291
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
2292
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
2293
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
2294
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
2295
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
2296
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
2297
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
2298
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
2299
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
2300
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
2301
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
2302
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
2303
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
export type ElementNodeUncheckedUpdateWithoutLoopInput = {
|
|
2307
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2308
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2309
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2310
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2311
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2312
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2313
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2314
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2315
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2316
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2317
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
2318
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
2319
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
2320
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
2321
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
2322
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
2323
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
2324
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
2325
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
2326
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
2327
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
2328
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
2329
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
2330
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
export type ElementNodeCreateWithoutFDTSROInput = {
|
|
2334
|
+
id?: string
|
|
2335
|
+
name: string
|
|
2336
|
+
lat?: number | null
|
|
2337
|
+
lng?: number | null
|
|
2338
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2339
|
+
isInstalled?: boolean
|
|
2340
|
+
installationDate?: Date | string | null
|
|
2341
|
+
createdAt?: Date | string
|
|
2342
|
+
updatedAt?: Date | string
|
|
2343
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
2344
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
2345
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
2346
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
2347
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
2348
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
2349
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
2350
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
2351
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
2352
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
2353
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
2354
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
2355
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
2356
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
2357
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
export type ElementNodeUncheckedCreateWithoutFDTSROInput = {
|
|
2361
|
+
id?: string
|
|
2362
|
+
typeId: string
|
|
2363
|
+
name: string
|
|
2364
|
+
lat?: number | null
|
|
2365
|
+
lng?: number | null
|
|
2366
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2367
|
+
isInstalled?: boolean
|
|
2368
|
+
installationDate?: Date | string | null
|
|
2369
|
+
createdAt?: Date | string
|
|
2370
|
+
updatedAt?: Date | string
|
|
2371
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
2372
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
2373
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
2374
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
2375
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
2376
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
2377
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
2378
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
2379
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
2380
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
2381
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
2382
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
2383
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
2384
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
export type ElementNodeCreateOrConnectWithoutFDTSROInput = {
|
|
2388
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
2389
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutFDTSROInput, Prisma.ElementNodeUncheckedCreateWithoutFDTSROInput>
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
export type ElementNodeUpsertWithoutFDTSROInput = {
|
|
2393
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutFDTSROInput, Prisma.ElementNodeUncheckedUpdateWithoutFDTSROInput>
|
|
2394
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutFDTSROInput, Prisma.ElementNodeUncheckedCreateWithoutFDTSROInput>
|
|
2395
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
export type ElementNodeUpdateToOneWithWhereWithoutFDTSROInput = {
|
|
2399
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2400
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutFDTSROInput, Prisma.ElementNodeUncheckedUpdateWithoutFDTSROInput>
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
export type ElementNodeUpdateWithoutFDTSROInput = {
|
|
2404
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2405
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2406
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2407
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2408
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2409
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2410
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2411
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2412
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2413
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
2414
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
2415
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
2416
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
2417
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
2418
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
2419
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
2420
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
2421
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
2422
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
2423
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
2424
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
2425
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
2426
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
2427
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
export type ElementNodeUncheckedUpdateWithoutFDTSROInput = {
|
|
2431
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2432
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2433
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2434
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2435
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2436
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2437
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2438
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2439
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2440
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2441
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
2442
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
2443
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
2444
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
2445
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
2446
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
2447
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
2448
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
2449
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
2450
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
2451
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
2452
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
2453
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
2454
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
export type ElementNodeCreateWithoutSFUInput = {
|
|
2458
|
+
id?: string
|
|
2459
|
+
name: string
|
|
2460
|
+
lat?: number | null
|
|
2461
|
+
lng?: number | null
|
|
2462
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2463
|
+
isInstalled?: boolean
|
|
2464
|
+
installationDate?: Date | string | null
|
|
2465
|
+
createdAt?: Date | string
|
|
2466
|
+
updatedAt?: Date | string
|
|
2467
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
2468
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
2469
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
2470
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
2471
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
2472
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
2473
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
2474
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
2475
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
2476
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
2477
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
2478
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
2479
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
2480
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
2481
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
export type ElementNodeUncheckedCreateWithoutSFUInput = {
|
|
2485
|
+
id?: string
|
|
2486
|
+
typeId: string
|
|
2487
|
+
name: string
|
|
2488
|
+
lat?: number | null
|
|
2489
|
+
lng?: number | null
|
|
2490
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2491
|
+
isInstalled?: boolean
|
|
2492
|
+
installationDate?: Date | string | null
|
|
2493
|
+
createdAt?: Date | string
|
|
2494
|
+
updatedAt?: Date | string
|
|
2495
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
2496
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
2497
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
2498
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
2499
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
2500
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
2501
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
2502
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
2503
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
2504
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
2505
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
2506
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
2507
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
2508
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
export type ElementNodeCreateOrConnectWithoutSFUInput = {
|
|
2512
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
2513
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutSFUInput, Prisma.ElementNodeUncheckedCreateWithoutSFUInput>
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
export type ElementNodeUpsertWithoutSFUInput = {
|
|
2517
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutSFUInput, Prisma.ElementNodeUncheckedUpdateWithoutSFUInput>
|
|
2518
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutSFUInput, Prisma.ElementNodeUncheckedCreateWithoutSFUInput>
|
|
2519
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
export type ElementNodeUpdateToOneWithWhereWithoutSFUInput = {
|
|
2523
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2524
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutSFUInput, Prisma.ElementNodeUncheckedUpdateWithoutSFUInput>
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
export type ElementNodeUpdateWithoutSFUInput = {
|
|
2528
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2529
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2530
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2531
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2532
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2533
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2534
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2535
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2536
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2537
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
2538
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
2539
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
2540
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
2541
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
2542
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
2543
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
2544
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
2545
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
2546
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
2547
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
2548
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
2549
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
2550
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
2551
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
export type ElementNodeUncheckedUpdateWithoutSFUInput = {
|
|
2555
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2556
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2557
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2558
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2559
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2560
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2561
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2562
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2563
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2564
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2565
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
2566
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
2567
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
2568
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
2569
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
2570
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
2571
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
2572
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
2573
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
2574
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
2575
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
2576
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
2577
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
2578
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
export type ElementNodeCreateWithoutBuildingInput = {
|
|
2582
|
+
id?: string
|
|
2583
|
+
name: string
|
|
2584
|
+
lat?: number | null
|
|
2585
|
+
lng?: number | null
|
|
2586
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2587
|
+
isInstalled?: boolean
|
|
2588
|
+
installationDate?: Date | string | null
|
|
2589
|
+
createdAt?: Date | string
|
|
2590
|
+
updatedAt?: Date | string
|
|
2591
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
2592
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
2593
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
2594
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
2595
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
2596
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
2597
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
2598
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
2599
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
2600
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
2601
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
2602
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
2603
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
2604
|
+
MapElement?: Prisma.MapElementCreateNestedManyWithoutNodeInput
|
|
2605
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
export type ElementNodeUncheckedCreateWithoutBuildingInput = {
|
|
2609
|
+
id?: string
|
|
2610
|
+
typeId: string
|
|
2611
|
+
name: string
|
|
2612
|
+
lat?: number | null
|
|
2613
|
+
lng?: number | null
|
|
2614
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2615
|
+
isInstalled?: boolean
|
|
2616
|
+
installationDate?: Date | string | null
|
|
2617
|
+
createdAt?: Date | string
|
|
2618
|
+
updatedAt?: Date | string
|
|
2619
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
2620
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
2621
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
2622
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
2623
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
2624
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
2625
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
2626
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
2627
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
2628
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
2629
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
2630
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
2631
|
+
MapElement?: Prisma.MapElementUncheckedCreateNestedManyWithoutNodeInput
|
|
2632
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
export type ElementNodeCreateOrConnectWithoutBuildingInput = {
|
|
2636
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
2637
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutBuildingInput, Prisma.ElementNodeUncheckedCreateWithoutBuildingInput>
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
export type ElementNodeUpsertWithoutBuildingInput = {
|
|
2641
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutBuildingInput, Prisma.ElementNodeUncheckedUpdateWithoutBuildingInput>
|
|
2642
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutBuildingInput, Prisma.ElementNodeUncheckedCreateWithoutBuildingInput>
|
|
2643
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
export type ElementNodeUpdateToOneWithWhereWithoutBuildingInput = {
|
|
2647
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2648
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutBuildingInput, Prisma.ElementNodeUncheckedUpdateWithoutBuildingInput>
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
export type ElementNodeUpdateWithoutBuildingInput = {
|
|
2652
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2653
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2654
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2655
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2656
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2657
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2658
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2659
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2660
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2661
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
2662
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
2663
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
2664
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
2665
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
2666
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
2667
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
2668
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
2669
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
2670
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
2671
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
2672
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
2673
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
2674
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
2675
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
export type ElementNodeUncheckedUpdateWithoutBuildingInput = {
|
|
2679
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2680
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2681
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2682
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2683
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2684
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2685
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2686
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2687
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2688
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2689
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
2690
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
2691
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
2692
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
2693
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
2694
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
2695
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
2696
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
2697
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
2698
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
2699
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
2700
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
2701
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
2702
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
export type ElementNodeCreateWithoutMapElementInput = {
|
|
2706
|
+
id?: string
|
|
2707
|
+
name: string
|
|
2708
|
+
lat?: number | null
|
|
2709
|
+
lng?: number | null
|
|
2710
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2711
|
+
isInstalled?: boolean
|
|
2712
|
+
installationDate?: Date | string | null
|
|
2713
|
+
createdAt?: Date | string
|
|
2714
|
+
updatedAt?: Date | string
|
|
2715
|
+
type: Prisma.NetworkElementCreateNestedOneWithoutElementNodeInput
|
|
2716
|
+
relationsFrom?: Prisma.ElementRelationCreateNestedManyWithoutFromInput
|
|
2717
|
+
relationsTo?: Prisma.ElementRelationCreateNestedManyWithoutToInput
|
|
2718
|
+
AttributeValues?: Prisma.AttributeValueCreateNestedManyWithoutNodeInput
|
|
2719
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutNodeInput
|
|
2720
|
+
Cable?: Prisma.CableCreateNestedManyWithoutNodeInput
|
|
2721
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutNodeInput
|
|
2722
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutNodeInput
|
|
2723
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutNodeInput
|
|
2724
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutNodeInput
|
|
2725
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutNodeInput
|
|
2726
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutNodeInput
|
|
2727
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutNodeInput
|
|
2728
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutNodeInput
|
|
2729
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutNodeInput
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
export type ElementNodeUncheckedCreateWithoutMapElementInput = {
|
|
2733
|
+
id?: string
|
|
2734
|
+
typeId: string
|
|
2735
|
+
name: string
|
|
2736
|
+
lat?: number | null
|
|
2737
|
+
lng?: number | null
|
|
2738
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2739
|
+
isInstalled?: boolean
|
|
2740
|
+
installationDate?: Date | string | null
|
|
2741
|
+
createdAt?: Date | string
|
|
2742
|
+
updatedAt?: Date | string
|
|
2743
|
+
relationsFrom?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutFromInput
|
|
2744
|
+
relationsTo?: Prisma.ElementRelationUncheckedCreateNestedManyWithoutToInput
|
|
2745
|
+
AttributeValues?: Prisma.AttributeValueUncheckedCreateNestedManyWithoutNodeInput
|
|
2746
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutNodeInput
|
|
2747
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutNodeInput
|
|
2748
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutNodeInput
|
|
2749
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutNodeInput
|
|
2750
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutNodeInput
|
|
2751
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutNodeInput
|
|
2752
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutNodeInput
|
|
2753
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutNodeInput
|
|
2754
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutNodeInput
|
|
2755
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutNodeInput
|
|
2756
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutNodeInput
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
export type ElementNodeCreateOrConnectWithoutMapElementInput = {
|
|
2760
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
2761
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutMapElementInput, Prisma.ElementNodeUncheckedCreateWithoutMapElementInput>
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
export type ElementNodeUpsertWithoutMapElementInput = {
|
|
2765
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateWithoutMapElementInput, Prisma.ElementNodeUncheckedUpdateWithoutMapElementInput>
|
|
2766
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateWithoutMapElementInput, Prisma.ElementNodeUncheckedCreateWithoutMapElementInput>
|
|
2767
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
export type ElementNodeUpdateToOneWithWhereWithoutMapElementInput = {
|
|
2771
|
+
where?: Prisma.ElementNodeWhereInput
|
|
2772
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateWithoutMapElementInput, Prisma.ElementNodeUncheckedUpdateWithoutMapElementInput>
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
export type ElementNodeUpdateWithoutMapElementInput = {
|
|
2776
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2777
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2778
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2779
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2780
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2781
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2782
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2783
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2784
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2785
|
+
type?: Prisma.NetworkElementUpdateOneRequiredWithoutElementNodeNestedInput
|
|
2786
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
2787
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
2788
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
2789
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
2790
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
2791
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
2792
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
2793
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
2794
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
2795
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
2796
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
2797
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
2798
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
2799
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2802
|
+
export type ElementNodeUncheckedUpdateWithoutMapElementInput = {
|
|
2803
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2804
|
+
typeId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2805
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2806
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2807
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2808
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2809
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2810
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2811
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2812
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2813
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
2814
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
2815
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
2816
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
2817
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
2818
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
2819
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
2820
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
2821
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
2822
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
2823
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
2824
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
2825
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
2826
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
export type ElementNodeCreateManyTypeInput = {
|
|
2830
|
+
id?: string
|
|
2831
|
+
name: string
|
|
2832
|
+
lat?: number | null
|
|
2833
|
+
lng?: number | null
|
|
2834
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2835
|
+
isInstalled?: boolean
|
|
2836
|
+
installationDate?: Date | string | null
|
|
2837
|
+
createdAt?: Date | string
|
|
2838
|
+
updatedAt?: Date | string
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
export type ElementNodeUpdateWithoutTypeInput = {
|
|
2842
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2843
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2844
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2845
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2846
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2847
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2848
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2849
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2850
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2851
|
+
relationsFrom?: Prisma.ElementRelationUpdateManyWithoutFromNestedInput
|
|
2852
|
+
relationsTo?: Prisma.ElementRelationUpdateManyWithoutToNestedInput
|
|
2853
|
+
AttributeValues?: Prisma.AttributeValueUpdateManyWithoutNodeNestedInput
|
|
2854
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutNodeNestedInput
|
|
2855
|
+
Cable?: Prisma.CableUpdateManyWithoutNodeNestedInput
|
|
2856
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutNodeNestedInput
|
|
2857
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutNodeNestedInput
|
|
2858
|
+
Pole?: Prisma.PoleUpdateManyWithoutNodeNestedInput
|
|
2859
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutNodeNestedInput
|
|
2860
|
+
Loop?: Prisma.LoopUpdateManyWithoutNodeNestedInput
|
|
2861
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutNodeNestedInput
|
|
2862
|
+
SFU?: Prisma.SFUUpdateManyWithoutNodeNestedInput
|
|
2863
|
+
Building?: Prisma.BuildingUpdateManyWithoutNodeNestedInput
|
|
2864
|
+
MapElement?: Prisma.MapElementUpdateManyWithoutNodeNestedInput
|
|
2865
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutNodeNestedInput
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
export type ElementNodeUncheckedUpdateWithoutTypeInput = {
|
|
2869
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2870
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2871
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2872
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2873
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2874
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2875
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2876
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2877
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2878
|
+
relationsFrom?: Prisma.ElementRelationUncheckedUpdateManyWithoutFromNestedInput
|
|
2879
|
+
relationsTo?: Prisma.ElementRelationUncheckedUpdateManyWithoutToNestedInput
|
|
2880
|
+
AttributeValues?: Prisma.AttributeValueUncheckedUpdateManyWithoutNodeNestedInput
|
|
2881
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutNodeNestedInput
|
|
2882
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutNodeNestedInput
|
|
2883
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutNodeNestedInput
|
|
2884
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutNodeNestedInput
|
|
2885
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutNodeNestedInput
|
|
2886
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutNodeNestedInput
|
|
2887
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutNodeNestedInput
|
|
2888
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutNodeNestedInput
|
|
2889
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutNodeNestedInput
|
|
2890
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutNodeNestedInput
|
|
2891
|
+
MapElement?: Prisma.MapElementUncheckedUpdateManyWithoutNodeNestedInput
|
|
2892
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutNodeNestedInput
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
export type ElementNodeUncheckedUpdateManyWithoutTypeInput = {
|
|
2896
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2897
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
2898
|
+
lat?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2899
|
+
lng?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
|
|
2900
|
+
geometry?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
2901
|
+
isInstalled?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
2902
|
+
installationDate?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2903
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2904
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
/**
|
|
2909
|
+
* Count Type ElementNodeCountOutputType
|
|
2910
|
+
*/
|
|
2911
|
+
|
|
2912
|
+
export type ElementNodeCountOutputType = {
|
|
2913
|
+
relationsFrom: number
|
|
2914
|
+
relationsTo: number
|
|
2915
|
+
AttributeValues: number
|
|
2916
|
+
PboFat: number
|
|
2917
|
+
Cable: number
|
|
2918
|
+
SpliceClosure: number
|
|
2919
|
+
ZoneNro: number
|
|
2920
|
+
Pole: number
|
|
2921
|
+
Manhole: number
|
|
2922
|
+
Loop: number
|
|
2923
|
+
FDTSRO: number
|
|
2924
|
+
SFU: number
|
|
2925
|
+
Building: number
|
|
2926
|
+
MapElement: number
|
|
2927
|
+
Conduit: number
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
export type ElementNodeCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2931
|
+
relationsFrom?: boolean | ElementNodeCountOutputTypeCountRelationsFromArgs
|
|
2932
|
+
relationsTo?: boolean | ElementNodeCountOutputTypeCountRelationsToArgs
|
|
2933
|
+
AttributeValues?: boolean | ElementNodeCountOutputTypeCountAttributeValuesArgs
|
|
2934
|
+
PboFat?: boolean | ElementNodeCountOutputTypeCountPboFatArgs
|
|
2935
|
+
Cable?: boolean | ElementNodeCountOutputTypeCountCableArgs
|
|
2936
|
+
SpliceClosure?: boolean | ElementNodeCountOutputTypeCountSpliceClosureArgs
|
|
2937
|
+
ZoneNro?: boolean | ElementNodeCountOutputTypeCountZoneNroArgs
|
|
2938
|
+
Pole?: boolean | ElementNodeCountOutputTypeCountPoleArgs
|
|
2939
|
+
Manhole?: boolean | ElementNodeCountOutputTypeCountManholeArgs
|
|
2940
|
+
Loop?: boolean | ElementNodeCountOutputTypeCountLoopArgs
|
|
2941
|
+
FDTSRO?: boolean | ElementNodeCountOutputTypeCountFDTSROArgs
|
|
2942
|
+
SFU?: boolean | ElementNodeCountOutputTypeCountSFUArgs
|
|
2943
|
+
Building?: boolean | ElementNodeCountOutputTypeCountBuildingArgs
|
|
2944
|
+
MapElement?: boolean | ElementNodeCountOutputTypeCountMapElementArgs
|
|
2945
|
+
Conduit?: boolean | ElementNodeCountOutputTypeCountConduitArgs
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
/**
|
|
2949
|
+
* ElementNodeCountOutputType without action
|
|
2950
|
+
*/
|
|
2951
|
+
export type ElementNodeCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2952
|
+
/**
|
|
2953
|
+
* Select specific fields to fetch from the ElementNodeCountOutputType
|
|
2954
|
+
*/
|
|
2955
|
+
select?: Prisma.ElementNodeCountOutputTypeSelect<ExtArgs> | null
|
|
2956
|
+
}
|
|
2957
|
+
|
|
2958
|
+
/**
|
|
2959
|
+
* ElementNodeCountOutputType without action
|
|
2960
|
+
*/
|
|
2961
|
+
export type ElementNodeCountOutputTypeCountRelationsFromArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2962
|
+
where?: Prisma.ElementRelationWhereInput
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
/**
|
|
2966
|
+
* ElementNodeCountOutputType without action
|
|
2967
|
+
*/
|
|
2968
|
+
export type ElementNodeCountOutputTypeCountRelationsToArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2969
|
+
where?: Prisma.ElementRelationWhereInput
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2972
|
+
/**
|
|
2973
|
+
* ElementNodeCountOutputType without action
|
|
2974
|
+
*/
|
|
2975
|
+
export type ElementNodeCountOutputTypeCountAttributeValuesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2976
|
+
where?: Prisma.AttributeValueWhereInput
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
/**
|
|
2980
|
+
* ElementNodeCountOutputType without action
|
|
2981
|
+
*/
|
|
2982
|
+
export type ElementNodeCountOutputTypeCountPboFatArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2983
|
+
where?: Prisma.PboFatWhereInput
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2986
|
+
/**
|
|
2987
|
+
* ElementNodeCountOutputType without action
|
|
2988
|
+
*/
|
|
2989
|
+
export type ElementNodeCountOutputTypeCountCableArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2990
|
+
where?: Prisma.CableWhereInput
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
/**
|
|
2994
|
+
* ElementNodeCountOutputType without action
|
|
2995
|
+
*/
|
|
2996
|
+
export type ElementNodeCountOutputTypeCountSpliceClosureArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2997
|
+
where?: Prisma.SpliceClosureWhereInput
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
/**
|
|
3001
|
+
* ElementNodeCountOutputType without action
|
|
3002
|
+
*/
|
|
3003
|
+
export type ElementNodeCountOutputTypeCountZoneNroArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3004
|
+
where?: Prisma.ZoneNroWhereInput
|
|
3005
|
+
}
|
|
3006
|
+
|
|
3007
|
+
/**
|
|
3008
|
+
* ElementNodeCountOutputType without action
|
|
3009
|
+
*/
|
|
3010
|
+
export type ElementNodeCountOutputTypeCountPoleArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3011
|
+
where?: Prisma.PoleWhereInput
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
/**
|
|
3015
|
+
* ElementNodeCountOutputType without action
|
|
3016
|
+
*/
|
|
3017
|
+
export type ElementNodeCountOutputTypeCountManholeArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3018
|
+
where?: Prisma.ManholeWhereInput
|
|
3019
|
+
}
|
|
3020
|
+
|
|
3021
|
+
/**
|
|
3022
|
+
* ElementNodeCountOutputType without action
|
|
3023
|
+
*/
|
|
3024
|
+
export type ElementNodeCountOutputTypeCountLoopArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3025
|
+
where?: Prisma.LoopWhereInput
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
/**
|
|
3029
|
+
* ElementNodeCountOutputType without action
|
|
3030
|
+
*/
|
|
3031
|
+
export type ElementNodeCountOutputTypeCountFDTSROArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3032
|
+
where?: Prisma.FDTSROWhereInput
|
|
3033
|
+
}
|
|
3034
|
+
|
|
3035
|
+
/**
|
|
3036
|
+
* ElementNodeCountOutputType without action
|
|
3037
|
+
*/
|
|
3038
|
+
export type ElementNodeCountOutputTypeCountSFUArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3039
|
+
where?: Prisma.SFUWhereInput
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3042
|
+
/**
|
|
3043
|
+
* ElementNodeCountOutputType without action
|
|
3044
|
+
*/
|
|
3045
|
+
export type ElementNodeCountOutputTypeCountBuildingArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3046
|
+
where?: Prisma.BuildingWhereInput
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
/**
|
|
3050
|
+
* ElementNodeCountOutputType without action
|
|
3051
|
+
*/
|
|
3052
|
+
export type ElementNodeCountOutputTypeCountMapElementArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3053
|
+
where?: Prisma.MapElementWhereInput
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3056
|
+
/**
|
|
3057
|
+
* ElementNodeCountOutputType without action
|
|
3058
|
+
*/
|
|
3059
|
+
export type ElementNodeCountOutputTypeCountConduitArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3060
|
+
where?: Prisma.ConduitWhereInput
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
|
|
3064
|
+
export type ElementNodeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
3065
|
+
id?: boolean
|
|
3066
|
+
typeId?: boolean
|
|
3067
|
+
name?: boolean
|
|
3068
|
+
lat?: boolean
|
|
3069
|
+
lng?: boolean
|
|
3070
|
+
geometry?: boolean
|
|
3071
|
+
isInstalled?: boolean
|
|
3072
|
+
installationDate?: boolean
|
|
3073
|
+
createdAt?: boolean
|
|
3074
|
+
updatedAt?: boolean
|
|
3075
|
+
type?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
3076
|
+
relationsFrom?: boolean | Prisma.ElementNode$relationsFromArgs<ExtArgs>
|
|
3077
|
+
relationsTo?: boolean | Prisma.ElementNode$relationsToArgs<ExtArgs>
|
|
3078
|
+
AttributeValues?: boolean | Prisma.ElementNode$AttributeValuesArgs<ExtArgs>
|
|
3079
|
+
PboFat?: boolean | Prisma.ElementNode$PboFatArgs<ExtArgs>
|
|
3080
|
+
Cable?: boolean | Prisma.ElementNode$CableArgs<ExtArgs>
|
|
3081
|
+
SpliceClosure?: boolean | Prisma.ElementNode$SpliceClosureArgs<ExtArgs>
|
|
3082
|
+
ZoneNro?: boolean | Prisma.ElementNode$ZoneNroArgs<ExtArgs>
|
|
3083
|
+
Pole?: boolean | Prisma.ElementNode$PoleArgs<ExtArgs>
|
|
3084
|
+
Manhole?: boolean | Prisma.ElementNode$ManholeArgs<ExtArgs>
|
|
3085
|
+
Loop?: boolean | Prisma.ElementNode$LoopArgs<ExtArgs>
|
|
3086
|
+
FDTSRO?: boolean | Prisma.ElementNode$FDTSROArgs<ExtArgs>
|
|
3087
|
+
SFU?: boolean | Prisma.ElementNode$SFUArgs<ExtArgs>
|
|
3088
|
+
Building?: boolean | Prisma.ElementNode$BuildingArgs<ExtArgs>
|
|
3089
|
+
MapElement?: boolean | Prisma.ElementNode$MapElementArgs<ExtArgs>
|
|
3090
|
+
Conduit?: boolean | Prisma.ElementNode$ConduitArgs<ExtArgs>
|
|
3091
|
+
_count?: boolean | Prisma.ElementNodeCountOutputTypeDefaultArgs<ExtArgs>
|
|
3092
|
+
}, ExtArgs["result"]["elementNode"]>
|
|
3093
|
+
|
|
3094
|
+
export type ElementNodeSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
3095
|
+
id?: boolean
|
|
3096
|
+
typeId?: boolean
|
|
3097
|
+
name?: boolean
|
|
3098
|
+
lat?: boolean
|
|
3099
|
+
lng?: boolean
|
|
3100
|
+
geometry?: boolean
|
|
3101
|
+
isInstalled?: boolean
|
|
3102
|
+
installationDate?: boolean
|
|
3103
|
+
createdAt?: boolean
|
|
3104
|
+
updatedAt?: boolean
|
|
3105
|
+
type?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
3106
|
+
}, ExtArgs["result"]["elementNode"]>
|
|
3107
|
+
|
|
3108
|
+
export type ElementNodeSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
3109
|
+
id?: boolean
|
|
3110
|
+
typeId?: boolean
|
|
3111
|
+
name?: boolean
|
|
3112
|
+
lat?: boolean
|
|
3113
|
+
lng?: boolean
|
|
3114
|
+
geometry?: boolean
|
|
3115
|
+
isInstalled?: boolean
|
|
3116
|
+
installationDate?: boolean
|
|
3117
|
+
createdAt?: boolean
|
|
3118
|
+
updatedAt?: boolean
|
|
3119
|
+
type?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
3120
|
+
}, ExtArgs["result"]["elementNode"]>
|
|
3121
|
+
|
|
3122
|
+
export type ElementNodeSelectScalar = {
|
|
3123
|
+
id?: boolean
|
|
3124
|
+
typeId?: boolean
|
|
3125
|
+
name?: boolean
|
|
3126
|
+
lat?: boolean
|
|
3127
|
+
lng?: boolean
|
|
3128
|
+
geometry?: boolean
|
|
3129
|
+
isInstalled?: boolean
|
|
3130
|
+
installationDate?: boolean
|
|
3131
|
+
createdAt?: boolean
|
|
3132
|
+
updatedAt?: boolean
|
|
3133
|
+
}
|
|
3134
|
+
|
|
3135
|
+
export type ElementNodeOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "typeId" | "name" | "lat" | "lng" | "geometry" | "isInstalled" | "installationDate" | "createdAt" | "updatedAt", ExtArgs["result"]["elementNode"]>
|
|
3136
|
+
export type ElementNodeInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3137
|
+
type?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
3138
|
+
relationsFrom?: boolean | Prisma.ElementNode$relationsFromArgs<ExtArgs>
|
|
3139
|
+
relationsTo?: boolean | Prisma.ElementNode$relationsToArgs<ExtArgs>
|
|
3140
|
+
AttributeValues?: boolean | Prisma.ElementNode$AttributeValuesArgs<ExtArgs>
|
|
3141
|
+
PboFat?: boolean | Prisma.ElementNode$PboFatArgs<ExtArgs>
|
|
3142
|
+
Cable?: boolean | Prisma.ElementNode$CableArgs<ExtArgs>
|
|
3143
|
+
SpliceClosure?: boolean | Prisma.ElementNode$SpliceClosureArgs<ExtArgs>
|
|
3144
|
+
ZoneNro?: boolean | Prisma.ElementNode$ZoneNroArgs<ExtArgs>
|
|
3145
|
+
Pole?: boolean | Prisma.ElementNode$PoleArgs<ExtArgs>
|
|
3146
|
+
Manhole?: boolean | Prisma.ElementNode$ManholeArgs<ExtArgs>
|
|
3147
|
+
Loop?: boolean | Prisma.ElementNode$LoopArgs<ExtArgs>
|
|
3148
|
+
FDTSRO?: boolean | Prisma.ElementNode$FDTSROArgs<ExtArgs>
|
|
3149
|
+
SFU?: boolean | Prisma.ElementNode$SFUArgs<ExtArgs>
|
|
3150
|
+
Building?: boolean | Prisma.ElementNode$BuildingArgs<ExtArgs>
|
|
3151
|
+
MapElement?: boolean | Prisma.ElementNode$MapElementArgs<ExtArgs>
|
|
3152
|
+
Conduit?: boolean | Prisma.ElementNode$ConduitArgs<ExtArgs>
|
|
3153
|
+
_count?: boolean | Prisma.ElementNodeCountOutputTypeDefaultArgs<ExtArgs>
|
|
3154
|
+
}
|
|
3155
|
+
export type ElementNodeIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3156
|
+
type?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
3157
|
+
}
|
|
3158
|
+
export type ElementNodeIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3159
|
+
type?: boolean | Prisma.NetworkElementDefaultArgs<ExtArgs>
|
|
3160
|
+
}
|
|
3161
|
+
|
|
3162
|
+
export type $ElementNodePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3163
|
+
name: "ElementNode"
|
|
3164
|
+
objects: {
|
|
3165
|
+
type: Prisma.$NetworkElementPayload<ExtArgs>
|
|
3166
|
+
relationsFrom: Prisma.$ElementRelationPayload<ExtArgs>[]
|
|
3167
|
+
relationsTo: Prisma.$ElementRelationPayload<ExtArgs>[]
|
|
3168
|
+
AttributeValues: Prisma.$AttributeValuePayload<ExtArgs>[]
|
|
3169
|
+
PboFat: Prisma.$PboFatPayload<ExtArgs>[]
|
|
3170
|
+
Cable: Prisma.$CablePayload<ExtArgs>[]
|
|
3171
|
+
SpliceClosure: Prisma.$SpliceClosurePayload<ExtArgs>[]
|
|
3172
|
+
ZoneNro: Prisma.$ZoneNroPayload<ExtArgs>[]
|
|
3173
|
+
Pole: Prisma.$PolePayload<ExtArgs>[]
|
|
3174
|
+
Manhole: Prisma.$ManholePayload<ExtArgs>[]
|
|
3175
|
+
Loop: Prisma.$LoopPayload<ExtArgs>[]
|
|
3176
|
+
FDTSRO: Prisma.$FDTSROPayload<ExtArgs>[]
|
|
3177
|
+
SFU: Prisma.$SFUPayload<ExtArgs>[]
|
|
3178
|
+
Building: Prisma.$BuildingPayload<ExtArgs>[]
|
|
3179
|
+
MapElement: Prisma.$MapElementPayload<ExtArgs>[]
|
|
3180
|
+
Conduit: Prisma.$ConduitPayload<ExtArgs>[]
|
|
3181
|
+
}
|
|
3182
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
3183
|
+
id: string
|
|
3184
|
+
typeId: string
|
|
3185
|
+
name: string
|
|
3186
|
+
lat: number | null
|
|
3187
|
+
lng: number | null
|
|
3188
|
+
geometry: runtime.JsonValue | null
|
|
3189
|
+
isInstalled: boolean
|
|
3190
|
+
installationDate: Date | null
|
|
3191
|
+
createdAt: Date
|
|
3192
|
+
updatedAt: Date
|
|
3193
|
+
}, ExtArgs["result"]["elementNode"]>
|
|
3194
|
+
composites: {}
|
|
3195
|
+
}
|
|
3196
|
+
|
|
3197
|
+
export type ElementNodeGetPayload<S extends boolean | null | undefined | ElementNodeDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ElementNodePayload, S>
|
|
3198
|
+
|
|
3199
|
+
export type ElementNodeCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
3200
|
+
Omit<ElementNodeFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
3201
|
+
select?: ElementNodeCountAggregateInputType | true
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
export interface ElementNodeDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
3205
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['ElementNode'], meta: { name: 'ElementNode' } }
|
|
3206
|
+
/**
|
|
3207
|
+
* Find zero or one ElementNode that matches the filter.
|
|
3208
|
+
* @param {ElementNodeFindUniqueArgs} args - Arguments to find a ElementNode
|
|
3209
|
+
* @example
|
|
3210
|
+
* // Get one ElementNode
|
|
3211
|
+
* const elementNode = await prisma.elementNode.findUnique({
|
|
3212
|
+
* where: {
|
|
3213
|
+
* // ... provide filter here
|
|
3214
|
+
* }
|
|
3215
|
+
* })
|
|
3216
|
+
*/
|
|
3217
|
+
findUnique<T extends ElementNodeFindUniqueArgs>(args: Prisma.SelectSubset<T, ElementNodeFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
3218
|
+
|
|
3219
|
+
/**
|
|
3220
|
+
* Find one ElementNode that matches the filter or throw an error with `error.code='P2025'`
|
|
3221
|
+
* if no matches were found.
|
|
3222
|
+
* @param {ElementNodeFindUniqueOrThrowArgs} args - Arguments to find a ElementNode
|
|
3223
|
+
* @example
|
|
3224
|
+
* // Get one ElementNode
|
|
3225
|
+
* const elementNode = await prisma.elementNode.findUniqueOrThrow({
|
|
3226
|
+
* where: {
|
|
3227
|
+
* // ... provide filter here
|
|
3228
|
+
* }
|
|
3229
|
+
* })
|
|
3230
|
+
*/
|
|
3231
|
+
findUniqueOrThrow<T extends ElementNodeFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ElementNodeFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3232
|
+
|
|
3233
|
+
/**
|
|
3234
|
+
* Find the first ElementNode that matches the filter.
|
|
3235
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3236
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3237
|
+
* @param {ElementNodeFindFirstArgs} args - Arguments to find a ElementNode
|
|
3238
|
+
* @example
|
|
3239
|
+
* // Get one ElementNode
|
|
3240
|
+
* const elementNode = await prisma.elementNode.findFirst({
|
|
3241
|
+
* where: {
|
|
3242
|
+
* // ... provide filter here
|
|
3243
|
+
* }
|
|
3244
|
+
* })
|
|
3245
|
+
*/
|
|
3246
|
+
findFirst<T extends ElementNodeFindFirstArgs>(args?: Prisma.SelectSubset<T, ElementNodeFindFirstArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
3247
|
+
|
|
3248
|
+
/**
|
|
3249
|
+
* Find the first ElementNode that matches the filter or
|
|
3250
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
3251
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3252
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3253
|
+
* @param {ElementNodeFindFirstOrThrowArgs} args - Arguments to find a ElementNode
|
|
3254
|
+
* @example
|
|
3255
|
+
* // Get one ElementNode
|
|
3256
|
+
* const elementNode = await prisma.elementNode.findFirstOrThrow({
|
|
3257
|
+
* where: {
|
|
3258
|
+
* // ... provide filter here
|
|
3259
|
+
* }
|
|
3260
|
+
* })
|
|
3261
|
+
*/
|
|
3262
|
+
findFirstOrThrow<T extends ElementNodeFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ElementNodeFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3263
|
+
|
|
3264
|
+
/**
|
|
3265
|
+
* Find zero or more ElementNodes that matches the filter.
|
|
3266
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3267
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3268
|
+
* @param {ElementNodeFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
3269
|
+
* @example
|
|
3270
|
+
* // Get all ElementNodes
|
|
3271
|
+
* const elementNodes = await prisma.elementNode.findMany()
|
|
3272
|
+
*
|
|
3273
|
+
* // Get first 10 ElementNodes
|
|
3274
|
+
* const elementNodes = await prisma.elementNode.findMany({ take: 10 })
|
|
3275
|
+
*
|
|
3276
|
+
* // Only select the `id`
|
|
3277
|
+
* const elementNodeWithIdOnly = await prisma.elementNode.findMany({ select: { id: true } })
|
|
3278
|
+
*
|
|
3279
|
+
*/
|
|
3280
|
+
findMany<T extends ElementNodeFindManyArgs>(args?: Prisma.SelectSubset<T, ElementNodeFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
3281
|
+
|
|
3282
|
+
/**
|
|
3283
|
+
* Create a ElementNode.
|
|
3284
|
+
* @param {ElementNodeCreateArgs} args - Arguments to create a ElementNode.
|
|
3285
|
+
* @example
|
|
3286
|
+
* // Create one ElementNode
|
|
3287
|
+
* const ElementNode = await prisma.elementNode.create({
|
|
3288
|
+
* data: {
|
|
3289
|
+
* // ... data to create a ElementNode
|
|
3290
|
+
* }
|
|
3291
|
+
* })
|
|
3292
|
+
*
|
|
3293
|
+
*/
|
|
3294
|
+
create<T extends ElementNodeCreateArgs>(args: Prisma.SelectSubset<T, ElementNodeCreateArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3295
|
+
|
|
3296
|
+
/**
|
|
3297
|
+
* Create many ElementNodes.
|
|
3298
|
+
* @param {ElementNodeCreateManyArgs} args - Arguments to create many ElementNodes.
|
|
3299
|
+
* @example
|
|
3300
|
+
* // Create many ElementNodes
|
|
3301
|
+
* const elementNode = await prisma.elementNode.createMany({
|
|
3302
|
+
* data: [
|
|
3303
|
+
* // ... provide data here
|
|
3304
|
+
* ]
|
|
3305
|
+
* })
|
|
3306
|
+
*
|
|
3307
|
+
*/
|
|
3308
|
+
createMany<T extends ElementNodeCreateManyArgs>(args?: Prisma.SelectSubset<T, ElementNodeCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
3309
|
+
|
|
3310
|
+
/**
|
|
3311
|
+
* Create many ElementNodes and returns the data saved in the database.
|
|
3312
|
+
* @param {ElementNodeCreateManyAndReturnArgs} args - Arguments to create many ElementNodes.
|
|
3313
|
+
* @example
|
|
3314
|
+
* // Create many ElementNodes
|
|
3315
|
+
* const elementNode = await prisma.elementNode.createManyAndReturn({
|
|
3316
|
+
* data: [
|
|
3317
|
+
* // ... provide data here
|
|
3318
|
+
* ]
|
|
3319
|
+
* })
|
|
3320
|
+
*
|
|
3321
|
+
* // Create many ElementNodes and only return the `id`
|
|
3322
|
+
* const elementNodeWithIdOnly = await prisma.elementNode.createManyAndReturn({
|
|
3323
|
+
* select: { id: true },
|
|
3324
|
+
* data: [
|
|
3325
|
+
* // ... provide data here
|
|
3326
|
+
* ]
|
|
3327
|
+
* })
|
|
3328
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3329
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3330
|
+
*
|
|
3331
|
+
*/
|
|
3332
|
+
createManyAndReturn<T extends ElementNodeCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ElementNodeCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
3333
|
+
|
|
3334
|
+
/**
|
|
3335
|
+
* Delete a ElementNode.
|
|
3336
|
+
* @param {ElementNodeDeleteArgs} args - Arguments to delete one ElementNode.
|
|
3337
|
+
* @example
|
|
3338
|
+
* // Delete one ElementNode
|
|
3339
|
+
* const ElementNode = await prisma.elementNode.delete({
|
|
3340
|
+
* where: {
|
|
3341
|
+
* // ... filter to delete one ElementNode
|
|
3342
|
+
* }
|
|
3343
|
+
* })
|
|
3344
|
+
*
|
|
3345
|
+
*/
|
|
3346
|
+
delete<T extends ElementNodeDeleteArgs>(args: Prisma.SelectSubset<T, ElementNodeDeleteArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3347
|
+
|
|
3348
|
+
/**
|
|
3349
|
+
* Update one ElementNode.
|
|
3350
|
+
* @param {ElementNodeUpdateArgs} args - Arguments to update one ElementNode.
|
|
3351
|
+
* @example
|
|
3352
|
+
* // Update one ElementNode
|
|
3353
|
+
* const elementNode = await prisma.elementNode.update({
|
|
3354
|
+
* where: {
|
|
3355
|
+
* // ... provide filter here
|
|
3356
|
+
* },
|
|
3357
|
+
* data: {
|
|
3358
|
+
* // ... provide data here
|
|
3359
|
+
* }
|
|
3360
|
+
* })
|
|
3361
|
+
*
|
|
3362
|
+
*/
|
|
3363
|
+
update<T extends ElementNodeUpdateArgs>(args: Prisma.SelectSubset<T, ElementNodeUpdateArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3364
|
+
|
|
3365
|
+
/**
|
|
3366
|
+
* Delete zero or more ElementNodes.
|
|
3367
|
+
* @param {ElementNodeDeleteManyArgs} args - Arguments to filter ElementNodes to delete.
|
|
3368
|
+
* @example
|
|
3369
|
+
* // Delete a few ElementNodes
|
|
3370
|
+
* const { count } = await prisma.elementNode.deleteMany({
|
|
3371
|
+
* where: {
|
|
3372
|
+
* // ... provide filter here
|
|
3373
|
+
* }
|
|
3374
|
+
* })
|
|
3375
|
+
*
|
|
3376
|
+
*/
|
|
3377
|
+
deleteMany<T extends ElementNodeDeleteManyArgs>(args?: Prisma.SelectSubset<T, ElementNodeDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
3378
|
+
|
|
3379
|
+
/**
|
|
3380
|
+
* Update zero or more ElementNodes.
|
|
3381
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3382
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3383
|
+
* @param {ElementNodeUpdateManyArgs} args - Arguments to update one or more rows.
|
|
3384
|
+
* @example
|
|
3385
|
+
* // Update many ElementNodes
|
|
3386
|
+
* const elementNode = await prisma.elementNode.updateMany({
|
|
3387
|
+
* where: {
|
|
3388
|
+
* // ... provide filter here
|
|
3389
|
+
* },
|
|
3390
|
+
* data: {
|
|
3391
|
+
* // ... provide data here
|
|
3392
|
+
* }
|
|
3393
|
+
* })
|
|
3394
|
+
*
|
|
3395
|
+
*/
|
|
3396
|
+
updateMany<T extends ElementNodeUpdateManyArgs>(args: Prisma.SelectSubset<T, ElementNodeUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
3397
|
+
|
|
3398
|
+
/**
|
|
3399
|
+
* Update zero or more ElementNodes and returns the data updated in the database.
|
|
3400
|
+
* @param {ElementNodeUpdateManyAndReturnArgs} args - Arguments to update many ElementNodes.
|
|
3401
|
+
* @example
|
|
3402
|
+
* // Update many ElementNodes
|
|
3403
|
+
* const elementNode = await prisma.elementNode.updateManyAndReturn({
|
|
3404
|
+
* where: {
|
|
3405
|
+
* // ... provide filter here
|
|
3406
|
+
* },
|
|
3407
|
+
* data: [
|
|
3408
|
+
* // ... provide data here
|
|
3409
|
+
* ]
|
|
3410
|
+
* })
|
|
3411
|
+
*
|
|
3412
|
+
* // Update zero or more ElementNodes and only return the `id`
|
|
3413
|
+
* const elementNodeWithIdOnly = await prisma.elementNode.updateManyAndReturn({
|
|
3414
|
+
* select: { id: true },
|
|
3415
|
+
* where: {
|
|
3416
|
+
* // ... provide filter here
|
|
3417
|
+
* },
|
|
3418
|
+
* data: [
|
|
3419
|
+
* // ... provide data here
|
|
3420
|
+
* ]
|
|
3421
|
+
* })
|
|
3422
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3423
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3424
|
+
*
|
|
3425
|
+
*/
|
|
3426
|
+
updateManyAndReturn<T extends ElementNodeUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ElementNodeUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
3427
|
+
|
|
3428
|
+
/**
|
|
3429
|
+
* Create or update one ElementNode.
|
|
3430
|
+
* @param {ElementNodeUpsertArgs} args - Arguments to update or create a ElementNode.
|
|
3431
|
+
* @example
|
|
3432
|
+
* // Update or create a ElementNode
|
|
3433
|
+
* const elementNode = await prisma.elementNode.upsert({
|
|
3434
|
+
* create: {
|
|
3435
|
+
* // ... data to create a ElementNode
|
|
3436
|
+
* },
|
|
3437
|
+
* update: {
|
|
3438
|
+
* // ... in case it already exists, update
|
|
3439
|
+
* },
|
|
3440
|
+
* where: {
|
|
3441
|
+
* // ... the filter for the ElementNode we want to update
|
|
3442
|
+
* }
|
|
3443
|
+
* })
|
|
3444
|
+
*/
|
|
3445
|
+
upsert<T extends ElementNodeUpsertArgs>(args: Prisma.SelectSubset<T, ElementNodeUpsertArgs<ExtArgs>>): Prisma.Prisma__ElementNodeClient<runtime.Types.Result.GetResult<Prisma.$ElementNodePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
3446
|
+
|
|
3447
|
+
|
|
3448
|
+
/**
|
|
3449
|
+
* Count the number of ElementNodes.
|
|
3450
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3451
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3452
|
+
* @param {ElementNodeCountArgs} args - Arguments to filter ElementNodes to count.
|
|
3453
|
+
* @example
|
|
3454
|
+
* // Count the number of ElementNodes
|
|
3455
|
+
* const count = await prisma.elementNode.count({
|
|
3456
|
+
* where: {
|
|
3457
|
+
* // ... the filter for the ElementNodes we want to count
|
|
3458
|
+
* }
|
|
3459
|
+
* })
|
|
3460
|
+
**/
|
|
3461
|
+
count<T extends ElementNodeCountArgs>(
|
|
3462
|
+
args?: Prisma.Subset<T, ElementNodeCountArgs>,
|
|
3463
|
+
): Prisma.PrismaPromise<
|
|
3464
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
3465
|
+
? T['select'] extends true
|
|
3466
|
+
? number
|
|
3467
|
+
: Prisma.GetScalarType<T['select'], ElementNodeCountAggregateOutputType>
|
|
3468
|
+
: number
|
|
3469
|
+
>
|
|
3470
|
+
|
|
3471
|
+
/**
|
|
3472
|
+
* Allows you to perform aggregations operations on a ElementNode.
|
|
3473
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3474
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3475
|
+
* @param {ElementNodeAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
3476
|
+
* @example
|
|
3477
|
+
* // Ordered by age ascending
|
|
3478
|
+
* // Where email contains prisma.io
|
|
3479
|
+
* // Limited to the 10 users
|
|
3480
|
+
* const aggregations = await prisma.user.aggregate({
|
|
3481
|
+
* _avg: {
|
|
3482
|
+
* age: true,
|
|
3483
|
+
* },
|
|
3484
|
+
* where: {
|
|
3485
|
+
* email: {
|
|
3486
|
+
* contains: "prisma.io",
|
|
3487
|
+
* },
|
|
3488
|
+
* },
|
|
3489
|
+
* orderBy: {
|
|
3490
|
+
* age: "asc",
|
|
3491
|
+
* },
|
|
3492
|
+
* take: 10,
|
|
3493
|
+
* })
|
|
3494
|
+
**/
|
|
3495
|
+
aggregate<T extends ElementNodeAggregateArgs>(args: Prisma.Subset<T, ElementNodeAggregateArgs>): Prisma.PrismaPromise<GetElementNodeAggregateType<T>>
|
|
3496
|
+
|
|
3497
|
+
/**
|
|
3498
|
+
* Group by ElementNode.
|
|
3499
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
3500
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
3501
|
+
* @param {ElementNodeGroupByArgs} args - Group by arguments.
|
|
3502
|
+
* @example
|
|
3503
|
+
* // Group by city, order by createdAt, get count
|
|
3504
|
+
* const result = await prisma.user.groupBy({
|
|
3505
|
+
* by: ['city', 'createdAt'],
|
|
3506
|
+
* orderBy: {
|
|
3507
|
+
* createdAt: true
|
|
3508
|
+
* },
|
|
3509
|
+
* _count: {
|
|
3510
|
+
* _all: true
|
|
3511
|
+
* },
|
|
3512
|
+
* })
|
|
3513
|
+
*
|
|
3514
|
+
**/
|
|
3515
|
+
groupBy<
|
|
3516
|
+
T extends ElementNodeGroupByArgs,
|
|
3517
|
+
HasSelectOrTake extends Prisma.Or<
|
|
3518
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
3519
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
3520
|
+
>,
|
|
3521
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
3522
|
+
? { orderBy: ElementNodeGroupByArgs['orderBy'] }
|
|
3523
|
+
: { orderBy?: ElementNodeGroupByArgs['orderBy'] },
|
|
3524
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
3525
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
3526
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
3527
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
3528
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
3529
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
3530
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
3531
|
+
? `Error: "by" must not be empty.`
|
|
3532
|
+
: HavingValid extends Prisma.False
|
|
3533
|
+
? {
|
|
3534
|
+
[P in HavingFields]: P extends ByFields
|
|
3535
|
+
? never
|
|
3536
|
+
: P extends string
|
|
3537
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
3538
|
+
: [
|
|
3539
|
+
Error,
|
|
3540
|
+
'Field ',
|
|
3541
|
+
P,
|
|
3542
|
+
` in "having" needs to be provided in "by"`,
|
|
3543
|
+
]
|
|
3544
|
+
}[HavingFields]
|
|
3545
|
+
: 'take' extends Prisma.Keys<T>
|
|
3546
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
3547
|
+
? ByValid extends Prisma.True
|
|
3548
|
+
? {}
|
|
3549
|
+
: {
|
|
3550
|
+
[P in OrderFields]: P extends ByFields
|
|
3551
|
+
? never
|
|
3552
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
3553
|
+
}[OrderFields]
|
|
3554
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
3555
|
+
: 'skip' extends Prisma.Keys<T>
|
|
3556
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
3557
|
+
? ByValid extends Prisma.True
|
|
3558
|
+
? {}
|
|
3559
|
+
: {
|
|
3560
|
+
[P in OrderFields]: P extends ByFields
|
|
3561
|
+
? never
|
|
3562
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
3563
|
+
}[OrderFields]
|
|
3564
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
3565
|
+
: ByValid extends Prisma.True
|
|
3566
|
+
? {}
|
|
3567
|
+
: {
|
|
3568
|
+
[P in OrderFields]: P extends ByFields
|
|
3569
|
+
? never
|
|
3570
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
3571
|
+
}[OrderFields]
|
|
3572
|
+
>(args: Prisma.SubsetIntersection<T, ElementNodeGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetElementNodeGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
3573
|
+
/**
|
|
3574
|
+
* Fields of the ElementNode model
|
|
3575
|
+
*/
|
|
3576
|
+
readonly fields: ElementNodeFieldRefs;
|
|
3577
|
+
}
|
|
3578
|
+
|
|
3579
|
+
/**
|
|
3580
|
+
* The delegate class that acts as a "Promise-like" for ElementNode.
|
|
3581
|
+
* Why is this prefixed with `Prisma__`?
|
|
3582
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
3583
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
3584
|
+
*/
|
|
3585
|
+
export interface Prisma__ElementNodeClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
3586
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
3587
|
+
type<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>
|
|
3588
|
+
relationsFrom<T extends Prisma.ElementNode$relationsFromArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$relationsFromArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ElementRelationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3589
|
+
relationsTo<T extends Prisma.ElementNode$relationsToArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$relationsToArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ElementRelationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3590
|
+
AttributeValues<T extends Prisma.ElementNode$AttributeValuesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$AttributeValuesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AttributeValuePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3591
|
+
PboFat<T extends Prisma.ElementNode$PboFatArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$PboFatArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PboFatPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3592
|
+
Cable<T extends Prisma.ElementNode$CableArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$CableArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CablePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3593
|
+
SpliceClosure<T extends Prisma.ElementNode$SpliceClosureArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$SpliceClosureArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SpliceClosurePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3594
|
+
ZoneNro<T extends Prisma.ElementNode$ZoneNroArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$ZoneNroArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ZoneNroPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3595
|
+
Pole<T extends Prisma.ElementNode$PoleArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$PoleArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PolePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3596
|
+
Manhole<T extends Prisma.ElementNode$ManholeArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$ManholeArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ManholePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3597
|
+
Loop<T extends Prisma.ElementNode$LoopArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$LoopArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$LoopPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3598
|
+
FDTSRO<T extends Prisma.ElementNode$FDTSROArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$FDTSROArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FDTSROPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3599
|
+
SFU<T extends Prisma.ElementNode$SFUArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$SFUArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SFUPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3600
|
+
Building<T extends Prisma.ElementNode$BuildingArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$BuildingArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BuildingPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3601
|
+
MapElement<T extends Prisma.ElementNode$MapElementArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$MapElementArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MapElementPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3602
|
+
Conduit<T extends Prisma.ElementNode$ConduitArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ElementNode$ConduitArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ConduitPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
3603
|
+
/**
|
|
3604
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
3605
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
3606
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
3607
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
3608
|
+
*/
|
|
3609
|
+
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>
|
|
3610
|
+
/**
|
|
3611
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
3612
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
3613
|
+
* @returns A Promise for the completion of the callback.
|
|
3614
|
+
*/
|
|
3615
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
3616
|
+
/**
|
|
3617
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
3618
|
+
* resolved value cannot be modified from the callback.
|
|
3619
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
3620
|
+
* @returns A Promise for the completion of the callback.
|
|
3621
|
+
*/
|
|
3622
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3625
|
+
|
|
3626
|
+
|
|
3627
|
+
|
|
3628
|
+
/**
|
|
3629
|
+
* Fields of the ElementNode model
|
|
3630
|
+
*/
|
|
3631
|
+
export interface ElementNodeFieldRefs {
|
|
3632
|
+
readonly id: Prisma.FieldRef<"ElementNode", 'String'>
|
|
3633
|
+
readonly typeId: Prisma.FieldRef<"ElementNode", 'String'>
|
|
3634
|
+
readonly name: Prisma.FieldRef<"ElementNode", 'String'>
|
|
3635
|
+
readonly lat: Prisma.FieldRef<"ElementNode", 'Float'>
|
|
3636
|
+
readonly lng: Prisma.FieldRef<"ElementNode", 'Float'>
|
|
3637
|
+
readonly geometry: Prisma.FieldRef<"ElementNode", 'Json'>
|
|
3638
|
+
readonly isInstalled: Prisma.FieldRef<"ElementNode", 'Boolean'>
|
|
3639
|
+
readonly installationDate: Prisma.FieldRef<"ElementNode", 'DateTime'>
|
|
3640
|
+
readonly createdAt: Prisma.FieldRef<"ElementNode", 'DateTime'>
|
|
3641
|
+
readonly updatedAt: Prisma.FieldRef<"ElementNode", 'DateTime'>
|
|
3642
|
+
}
|
|
3643
|
+
|
|
3644
|
+
|
|
3645
|
+
// Custom InputTypes
|
|
3646
|
+
/**
|
|
3647
|
+
* ElementNode findUnique
|
|
3648
|
+
*/
|
|
3649
|
+
export type ElementNodeFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3650
|
+
/**
|
|
3651
|
+
* Select specific fields to fetch from the ElementNode
|
|
3652
|
+
*/
|
|
3653
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3654
|
+
/**
|
|
3655
|
+
* Omit specific fields from the ElementNode
|
|
3656
|
+
*/
|
|
3657
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3658
|
+
/**
|
|
3659
|
+
* Choose, which related nodes to fetch as well
|
|
3660
|
+
*/
|
|
3661
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3662
|
+
/**
|
|
3663
|
+
* Filter, which ElementNode to fetch.
|
|
3664
|
+
*/
|
|
3665
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
3666
|
+
}
|
|
3667
|
+
|
|
3668
|
+
/**
|
|
3669
|
+
* ElementNode findUniqueOrThrow
|
|
3670
|
+
*/
|
|
3671
|
+
export type ElementNodeFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3672
|
+
/**
|
|
3673
|
+
* Select specific fields to fetch from the ElementNode
|
|
3674
|
+
*/
|
|
3675
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3676
|
+
/**
|
|
3677
|
+
* Omit specific fields from the ElementNode
|
|
3678
|
+
*/
|
|
3679
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3680
|
+
/**
|
|
3681
|
+
* Choose, which related nodes to fetch as well
|
|
3682
|
+
*/
|
|
3683
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3684
|
+
/**
|
|
3685
|
+
* Filter, which ElementNode to fetch.
|
|
3686
|
+
*/
|
|
3687
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
3688
|
+
}
|
|
3689
|
+
|
|
3690
|
+
/**
|
|
3691
|
+
* ElementNode findFirst
|
|
3692
|
+
*/
|
|
3693
|
+
export type ElementNodeFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3694
|
+
/**
|
|
3695
|
+
* Select specific fields to fetch from the ElementNode
|
|
3696
|
+
*/
|
|
3697
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3698
|
+
/**
|
|
3699
|
+
* Omit specific fields from the ElementNode
|
|
3700
|
+
*/
|
|
3701
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3702
|
+
/**
|
|
3703
|
+
* Choose, which related nodes to fetch as well
|
|
3704
|
+
*/
|
|
3705
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3706
|
+
/**
|
|
3707
|
+
* Filter, which ElementNode to fetch.
|
|
3708
|
+
*/
|
|
3709
|
+
where?: Prisma.ElementNodeWhereInput
|
|
3710
|
+
/**
|
|
3711
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3712
|
+
*
|
|
3713
|
+
* Determine the order of ElementNodes to fetch.
|
|
3714
|
+
*/
|
|
3715
|
+
orderBy?: Prisma.ElementNodeOrderByWithRelationInput | Prisma.ElementNodeOrderByWithRelationInput[]
|
|
3716
|
+
/**
|
|
3717
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3718
|
+
*
|
|
3719
|
+
* Sets the position for searching for ElementNodes.
|
|
3720
|
+
*/
|
|
3721
|
+
cursor?: Prisma.ElementNodeWhereUniqueInput
|
|
3722
|
+
/**
|
|
3723
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3724
|
+
*
|
|
3725
|
+
* Take `±n` ElementNodes from the position of the cursor.
|
|
3726
|
+
*/
|
|
3727
|
+
take?: number
|
|
3728
|
+
/**
|
|
3729
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3730
|
+
*
|
|
3731
|
+
* Skip the first `n` ElementNodes.
|
|
3732
|
+
*/
|
|
3733
|
+
skip?: number
|
|
3734
|
+
/**
|
|
3735
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3736
|
+
*
|
|
3737
|
+
* Filter by unique combinations of ElementNodes.
|
|
3738
|
+
*/
|
|
3739
|
+
distinct?: Prisma.ElementNodeScalarFieldEnum | Prisma.ElementNodeScalarFieldEnum[]
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3742
|
+
/**
|
|
3743
|
+
* ElementNode findFirstOrThrow
|
|
3744
|
+
*/
|
|
3745
|
+
export type ElementNodeFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3746
|
+
/**
|
|
3747
|
+
* Select specific fields to fetch from the ElementNode
|
|
3748
|
+
*/
|
|
3749
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3750
|
+
/**
|
|
3751
|
+
* Omit specific fields from the ElementNode
|
|
3752
|
+
*/
|
|
3753
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3754
|
+
/**
|
|
3755
|
+
* Choose, which related nodes to fetch as well
|
|
3756
|
+
*/
|
|
3757
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3758
|
+
/**
|
|
3759
|
+
* Filter, which ElementNode to fetch.
|
|
3760
|
+
*/
|
|
3761
|
+
where?: Prisma.ElementNodeWhereInput
|
|
3762
|
+
/**
|
|
3763
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3764
|
+
*
|
|
3765
|
+
* Determine the order of ElementNodes to fetch.
|
|
3766
|
+
*/
|
|
3767
|
+
orderBy?: Prisma.ElementNodeOrderByWithRelationInput | Prisma.ElementNodeOrderByWithRelationInput[]
|
|
3768
|
+
/**
|
|
3769
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3770
|
+
*
|
|
3771
|
+
* Sets the position for searching for ElementNodes.
|
|
3772
|
+
*/
|
|
3773
|
+
cursor?: Prisma.ElementNodeWhereUniqueInput
|
|
3774
|
+
/**
|
|
3775
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3776
|
+
*
|
|
3777
|
+
* Take `±n` ElementNodes from the position of the cursor.
|
|
3778
|
+
*/
|
|
3779
|
+
take?: number
|
|
3780
|
+
/**
|
|
3781
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3782
|
+
*
|
|
3783
|
+
* Skip the first `n` ElementNodes.
|
|
3784
|
+
*/
|
|
3785
|
+
skip?: number
|
|
3786
|
+
/**
|
|
3787
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3788
|
+
*
|
|
3789
|
+
* Filter by unique combinations of ElementNodes.
|
|
3790
|
+
*/
|
|
3791
|
+
distinct?: Prisma.ElementNodeScalarFieldEnum | Prisma.ElementNodeScalarFieldEnum[]
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3794
|
+
/**
|
|
3795
|
+
* ElementNode findMany
|
|
3796
|
+
*/
|
|
3797
|
+
export type ElementNodeFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3798
|
+
/**
|
|
3799
|
+
* Select specific fields to fetch from the ElementNode
|
|
3800
|
+
*/
|
|
3801
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3802
|
+
/**
|
|
3803
|
+
* Omit specific fields from the ElementNode
|
|
3804
|
+
*/
|
|
3805
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3806
|
+
/**
|
|
3807
|
+
* Choose, which related nodes to fetch as well
|
|
3808
|
+
*/
|
|
3809
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3810
|
+
/**
|
|
3811
|
+
* Filter, which ElementNodes to fetch.
|
|
3812
|
+
*/
|
|
3813
|
+
where?: Prisma.ElementNodeWhereInput
|
|
3814
|
+
/**
|
|
3815
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
3816
|
+
*
|
|
3817
|
+
* Determine the order of ElementNodes to fetch.
|
|
3818
|
+
*/
|
|
3819
|
+
orderBy?: Prisma.ElementNodeOrderByWithRelationInput | Prisma.ElementNodeOrderByWithRelationInput[]
|
|
3820
|
+
/**
|
|
3821
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
3822
|
+
*
|
|
3823
|
+
* Sets the position for listing ElementNodes.
|
|
3824
|
+
*/
|
|
3825
|
+
cursor?: Prisma.ElementNodeWhereUniqueInput
|
|
3826
|
+
/**
|
|
3827
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3828
|
+
*
|
|
3829
|
+
* Take `±n` ElementNodes from the position of the cursor.
|
|
3830
|
+
*/
|
|
3831
|
+
take?: number
|
|
3832
|
+
/**
|
|
3833
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3834
|
+
*
|
|
3835
|
+
* Skip the first `n` ElementNodes.
|
|
3836
|
+
*/
|
|
3837
|
+
skip?: number
|
|
3838
|
+
distinct?: Prisma.ElementNodeScalarFieldEnum | Prisma.ElementNodeScalarFieldEnum[]
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
/**
|
|
3842
|
+
* ElementNode create
|
|
3843
|
+
*/
|
|
3844
|
+
export type ElementNodeCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3845
|
+
/**
|
|
3846
|
+
* Select specific fields to fetch from the ElementNode
|
|
3847
|
+
*/
|
|
3848
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3849
|
+
/**
|
|
3850
|
+
* Omit specific fields from the ElementNode
|
|
3851
|
+
*/
|
|
3852
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3853
|
+
/**
|
|
3854
|
+
* Choose, which related nodes to fetch as well
|
|
3855
|
+
*/
|
|
3856
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3857
|
+
/**
|
|
3858
|
+
* The data needed to create a ElementNode.
|
|
3859
|
+
*/
|
|
3860
|
+
data: Prisma.XOR<Prisma.ElementNodeCreateInput, Prisma.ElementNodeUncheckedCreateInput>
|
|
3861
|
+
}
|
|
3862
|
+
|
|
3863
|
+
/**
|
|
3864
|
+
* ElementNode createMany
|
|
3865
|
+
*/
|
|
3866
|
+
export type ElementNodeCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3867
|
+
/**
|
|
3868
|
+
* The data used to create many ElementNodes.
|
|
3869
|
+
*/
|
|
3870
|
+
data: Prisma.ElementNodeCreateManyInput | Prisma.ElementNodeCreateManyInput[]
|
|
3871
|
+
skipDuplicates?: boolean
|
|
3872
|
+
}
|
|
3873
|
+
|
|
3874
|
+
/**
|
|
3875
|
+
* ElementNode createManyAndReturn
|
|
3876
|
+
*/
|
|
3877
|
+
export type ElementNodeCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3878
|
+
/**
|
|
3879
|
+
* Select specific fields to fetch from the ElementNode
|
|
3880
|
+
*/
|
|
3881
|
+
select?: Prisma.ElementNodeSelectCreateManyAndReturn<ExtArgs> | null
|
|
3882
|
+
/**
|
|
3883
|
+
* Omit specific fields from the ElementNode
|
|
3884
|
+
*/
|
|
3885
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3886
|
+
/**
|
|
3887
|
+
* The data used to create many ElementNodes.
|
|
3888
|
+
*/
|
|
3889
|
+
data: Prisma.ElementNodeCreateManyInput | Prisma.ElementNodeCreateManyInput[]
|
|
3890
|
+
skipDuplicates?: boolean
|
|
3891
|
+
/**
|
|
3892
|
+
* Choose, which related nodes to fetch as well
|
|
3893
|
+
*/
|
|
3894
|
+
include?: Prisma.ElementNodeIncludeCreateManyAndReturn<ExtArgs> | null
|
|
3895
|
+
}
|
|
3896
|
+
|
|
3897
|
+
/**
|
|
3898
|
+
* ElementNode update
|
|
3899
|
+
*/
|
|
3900
|
+
export type ElementNodeUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3901
|
+
/**
|
|
3902
|
+
* Select specific fields to fetch from the ElementNode
|
|
3903
|
+
*/
|
|
3904
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3905
|
+
/**
|
|
3906
|
+
* Omit specific fields from the ElementNode
|
|
3907
|
+
*/
|
|
3908
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3909
|
+
/**
|
|
3910
|
+
* Choose, which related nodes to fetch as well
|
|
3911
|
+
*/
|
|
3912
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3913
|
+
/**
|
|
3914
|
+
* The data needed to update a ElementNode.
|
|
3915
|
+
*/
|
|
3916
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateInput, Prisma.ElementNodeUncheckedUpdateInput>
|
|
3917
|
+
/**
|
|
3918
|
+
* Choose, which ElementNode to update.
|
|
3919
|
+
*/
|
|
3920
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
3921
|
+
}
|
|
3922
|
+
|
|
3923
|
+
/**
|
|
3924
|
+
* ElementNode updateMany
|
|
3925
|
+
*/
|
|
3926
|
+
export type ElementNodeUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3927
|
+
/**
|
|
3928
|
+
* The data used to update ElementNodes.
|
|
3929
|
+
*/
|
|
3930
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateManyMutationInput, Prisma.ElementNodeUncheckedUpdateManyInput>
|
|
3931
|
+
/**
|
|
3932
|
+
* Filter which ElementNodes to update
|
|
3933
|
+
*/
|
|
3934
|
+
where?: Prisma.ElementNodeWhereInput
|
|
3935
|
+
/**
|
|
3936
|
+
* Limit how many ElementNodes to update.
|
|
3937
|
+
*/
|
|
3938
|
+
limit?: number
|
|
3939
|
+
}
|
|
3940
|
+
|
|
3941
|
+
/**
|
|
3942
|
+
* ElementNode updateManyAndReturn
|
|
3943
|
+
*/
|
|
3944
|
+
export type ElementNodeUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3945
|
+
/**
|
|
3946
|
+
* Select specific fields to fetch from the ElementNode
|
|
3947
|
+
*/
|
|
3948
|
+
select?: Prisma.ElementNodeSelectUpdateManyAndReturn<ExtArgs> | null
|
|
3949
|
+
/**
|
|
3950
|
+
* Omit specific fields from the ElementNode
|
|
3951
|
+
*/
|
|
3952
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3953
|
+
/**
|
|
3954
|
+
* The data used to update ElementNodes.
|
|
3955
|
+
*/
|
|
3956
|
+
data: Prisma.XOR<Prisma.ElementNodeUpdateManyMutationInput, Prisma.ElementNodeUncheckedUpdateManyInput>
|
|
3957
|
+
/**
|
|
3958
|
+
* Filter which ElementNodes to update
|
|
3959
|
+
*/
|
|
3960
|
+
where?: Prisma.ElementNodeWhereInput
|
|
3961
|
+
/**
|
|
3962
|
+
* Limit how many ElementNodes to update.
|
|
3963
|
+
*/
|
|
3964
|
+
limit?: number
|
|
3965
|
+
/**
|
|
3966
|
+
* Choose, which related nodes to fetch as well
|
|
3967
|
+
*/
|
|
3968
|
+
include?: Prisma.ElementNodeIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
3969
|
+
}
|
|
3970
|
+
|
|
3971
|
+
/**
|
|
3972
|
+
* ElementNode upsert
|
|
3973
|
+
*/
|
|
3974
|
+
export type ElementNodeUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3975
|
+
/**
|
|
3976
|
+
* Select specific fields to fetch from the ElementNode
|
|
3977
|
+
*/
|
|
3978
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
3979
|
+
/**
|
|
3980
|
+
* Omit specific fields from the ElementNode
|
|
3981
|
+
*/
|
|
3982
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
3983
|
+
/**
|
|
3984
|
+
* Choose, which related nodes to fetch as well
|
|
3985
|
+
*/
|
|
3986
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
3987
|
+
/**
|
|
3988
|
+
* The filter to search for the ElementNode to update in case it exists.
|
|
3989
|
+
*/
|
|
3990
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
3991
|
+
/**
|
|
3992
|
+
* In case the ElementNode found by the `where` argument doesn't exist, create a new ElementNode with this data.
|
|
3993
|
+
*/
|
|
3994
|
+
create: Prisma.XOR<Prisma.ElementNodeCreateInput, Prisma.ElementNodeUncheckedCreateInput>
|
|
3995
|
+
/**
|
|
3996
|
+
* In case the ElementNode was found with the provided `where` argument, update it with this data.
|
|
3997
|
+
*/
|
|
3998
|
+
update: Prisma.XOR<Prisma.ElementNodeUpdateInput, Prisma.ElementNodeUncheckedUpdateInput>
|
|
3999
|
+
}
|
|
4000
|
+
|
|
4001
|
+
/**
|
|
4002
|
+
* ElementNode delete
|
|
4003
|
+
*/
|
|
4004
|
+
export type ElementNodeDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4005
|
+
/**
|
|
4006
|
+
* Select specific fields to fetch from the ElementNode
|
|
4007
|
+
*/
|
|
4008
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
4009
|
+
/**
|
|
4010
|
+
* Omit specific fields from the ElementNode
|
|
4011
|
+
*/
|
|
4012
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
4013
|
+
/**
|
|
4014
|
+
* Choose, which related nodes to fetch as well
|
|
4015
|
+
*/
|
|
4016
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
4017
|
+
/**
|
|
4018
|
+
* Filter which ElementNode to delete.
|
|
4019
|
+
*/
|
|
4020
|
+
where: Prisma.ElementNodeWhereUniqueInput
|
|
4021
|
+
}
|
|
4022
|
+
|
|
4023
|
+
/**
|
|
4024
|
+
* ElementNode deleteMany
|
|
4025
|
+
*/
|
|
4026
|
+
export type ElementNodeDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4027
|
+
/**
|
|
4028
|
+
* Filter which ElementNodes to delete
|
|
4029
|
+
*/
|
|
4030
|
+
where?: Prisma.ElementNodeWhereInput
|
|
4031
|
+
/**
|
|
4032
|
+
* Limit how many ElementNodes to delete.
|
|
4033
|
+
*/
|
|
4034
|
+
limit?: number
|
|
4035
|
+
}
|
|
4036
|
+
|
|
4037
|
+
/**
|
|
4038
|
+
* ElementNode.relationsFrom
|
|
4039
|
+
*/
|
|
4040
|
+
export type ElementNode$relationsFromArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4041
|
+
/**
|
|
4042
|
+
* Select specific fields to fetch from the ElementRelation
|
|
4043
|
+
*/
|
|
4044
|
+
select?: Prisma.ElementRelationSelect<ExtArgs> | null
|
|
4045
|
+
/**
|
|
4046
|
+
* Omit specific fields from the ElementRelation
|
|
4047
|
+
*/
|
|
4048
|
+
omit?: Prisma.ElementRelationOmit<ExtArgs> | null
|
|
4049
|
+
/**
|
|
4050
|
+
* Choose, which related nodes to fetch as well
|
|
4051
|
+
*/
|
|
4052
|
+
include?: Prisma.ElementRelationInclude<ExtArgs> | null
|
|
4053
|
+
where?: Prisma.ElementRelationWhereInput
|
|
4054
|
+
orderBy?: Prisma.ElementRelationOrderByWithRelationInput | Prisma.ElementRelationOrderByWithRelationInput[]
|
|
4055
|
+
cursor?: Prisma.ElementRelationWhereUniqueInput
|
|
4056
|
+
take?: number
|
|
4057
|
+
skip?: number
|
|
4058
|
+
distinct?: Prisma.ElementRelationScalarFieldEnum | Prisma.ElementRelationScalarFieldEnum[]
|
|
4059
|
+
}
|
|
4060
|
+
|
|
4061
|
+
/**
|
|
4062
|
+
* ElementNode.relationsTo
|
|
4063
|
+
*/
|
|
4064
|
+
export type ElementNode$relationsToArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4065
|
+
/**
|
|
4066
|
+
* Select specific fields to fetch from the ElementRelation
|
|
4067
|
+
*/
|
|
4068
|
+
select?: Prisma.ElementRelationSelect<ExtArgs> | null
|
|
4069
|
+
/**
|
|
4070
|
+
* Omit specific fields from the ElementRelation
|
|
4071
|
+
*/
|
|
4072
|
+
omit?: Prisma.ElementRelationOmit<ExtArgs> | null
|
|
4073
|
+
/**
|
|
4074
|
+
* Choose, which related nodes to fetch as well
|
|
4075
|
+
*/
|
|
4076
|
+
include?: Prisma.ElementRelationInclude<ExtArgs> | null
|
|
4077
|
+
where?: Prisma.ElementRelationWhereInput
|
|
4078
|
+
orderBy?: Prisma.ElementRelationOrderByWithRelationInput | Prisma.ElementRelationOrderByWithRelationInput[]
|
|
4079
|
+
cursor?: Prisma.ElementRelationWhereUniqueInput
|
|
4080
|
+
take?: number
|
|
4081
|
+
skip?: number
|
|
4082
|
+
distinct?: Prisma.ElementRelationScalarFieldEnum | Prisma.ElementRelationScalarFieldEnum[]
|
|
4083
|
+
}
|
|
4084
|
+
|
|
4085
|
+
/**
|
|
4086
|
+
* ElementNode.AttributeValues
|
|
4087
|
+
*/
|
|
4088
|
+
export type ElementNode$AttributeValuesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4089
|
+
/**
|
|
4090
|
+
* Select specific fields to fetch from the AttributeValue
|
|
4091
|
+
*/
|
|
4092
|
+
select?: Prisma.AttributeValueSelect<ExtArgs> | null
|
|
4093
|
+
/**
|
|
4094
|
+
* Omit specific fields from the AttributeValue
|
|
4095
|
+
*/
|
|
4096
|
+
omit?: Prisma.AttributeValueOmit<ExtArgs> | null
|
|
4097
|
+
/**
|
|
4098
|
+
* Choose, which related nodes to fetch as well
|
|
4099
|
+
*/
|
|
4100
|
+
include?: Prisma.AttributeValueInclude<ExtArgs> | null
|
|
4101
|
+
where?: Prisma.AttributeValueWhereInput
|
|
4102
|
+
orderBy?: Prisma.AttributeValueOrderByWithRelationInput | Prisma.AttributeValueOrderByWithRelationInput[]
|
|
4103
|
+
cursor?: Prisma.AttributeValueWhereUniqueInput
|
|
4104
|
+
take?: number
|
|
4105
|
+
skip?: number
|
|
4106
|
+
distinct?: Prisma.AttributeValueScalarFieldEnum | Prisma.AttributeValueScalarFieldEnum[]
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
/**
|
|
4110
|
+
* ElementNode.PboFat
|
|
4111
|
+
*/
|
|
4112
|
+
export type ElementNode$PboFatArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4113
|
+
/**
|
|
4114
|
+
* Select specific fields to fetch from the PboFat
|
|
4115
|
+
*/
|
|
4116
|
+
select?: Prisma.PboFatSelect<ExtArgs> | null
|
|
4117
|
+
/**
|
|
4118
|
+
* Omit specific fields from the PboFat
|
|
4119
|
+
*/
|
|
4120
|
+
omit?: Prisma.PboFatOmit<ExtArgs> | null
|
|
4121
|
+
/**
|
|
4122
|
+
* Choose, which related nodes to fetch as well
|
|
4123
|
+
*/
|
|
4124
|
+
include?: Prisma.PboFatInclude<ExtArgs> | null
|
|
4125
|
+
where?: Prisma.PboFatWhereInput
|
|
4126
|
+
orderBy?: Prisma.PboFatOrderByWithRelationInput | Prisma.PboFatOrderByWithRelationInput[]
|
|
4127
|
+
cursor?: Prisma.PboFatWhereUniqueInput
|
|
4128
|
+
take?: number
|
|
4129
|
+
skip?: number
|
|
4130
|
+
distinct?: Prisma.PboFatScalarFieldEnum | Prisma.PboFatScalarFieldEnum[]
|
|
4131
|
+
}
|
|
4132
|
+
|
|
4133
|
+
/**
|
|
4134
|
+
* ElementNode.Cable
|
|
4135
|
+
*/
|
|
4136
|
+
export type ElementNode$CableArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4137
|
+
/**
|
|
4138
|
+
* Select specific fields to fetch from the Cable
|
|
4139
|
+
*/
|
|
4140
|
+
select?: Prisma.CableSelect<ExtArgs> | null
|
|
4141
|
+
/**
|
|
4142
|
+
* Omit specific fields from the Cable
|
|
4143
|
+
*/
|
|
4144
|
+
omit?: Prisma.CableOmit<ExtArgs> | null
|
|
4145
|
+
/**
|
|
4146
|
+
* Choose, which related nodes to fetch as well
|
|
4147
|
+
*/
|
|
4148
|
+
include?: Prisma.CableInclude<ExtArgs> | null
|
|
4149
|
+
where?: Prisma.CableWhereInput
|
|
4150
|
+
orderBy?: Prisma.CableOrderByWithRelationInput | Prisma.CableOrderByWithRelationInput[]
|
|
4151
|
+
cursor?: Prisma.CableWhereUniqueInput
|
|
4152
|
+
take?: number
|
|
4153
|
+
skip?: number
|
|
4154
|
+
distinct?: Prisma.CableScalarFieldEnum | Prisma.CableScalarFieldEnum[]
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4157
|
+
/**
|
|
4158
|
+
* ElementNode.SpliceClosure
|
|
4159
|
+
*/
|
|
4160
|
+
export type ElementNode$SpliceClosureArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4161
|
+
/**
|
|
4162
|
+
* Select specific fields to fetch from the SpliceClosure
|
|
4163
|
+
*/
|
|
4164
|
+
select?: Prisma.SpliceClosureSelect<ExtArgs> | null
|
|
4165
|
+
/**
|
|
4166
|
+
* Omit specific fields from the SpliceClosure
|
|
4167
|
+
*/
|
|
4168
|
+
omit?: Prisma.SpliceClosureOmit<ExtArgs> | null
|
|
4169
|
+
/**
|
|
4170
|
+
* Choose, which related nodes to fetch as well
|
|
4171
|
+
*/
|
|
4172
|
+
include?: Prisma.SpliceClosureInclude<ExtArgs> | null
|
|
4173
|
+
where?: Prisma.SpliceClosureWhereInput
|
|
4174
|
+
orderBy?: Prisma.SpliceClosureOrderByWithRelationInput | Prisma.SpliceClosureOrderByWithRelationInput[]
|
|
4175
|
+
cursor?: Prisma.SpliceClosureWhereUniqueInput
|
|
4176
|
+
take?: number
|
|
4177
|
+
skip?: number
|
|
4178
|
+
distinct?: Prisma.SpliceClosureScalarFieldEnum | Prisma.SpliceClosureScalarFieldEnum[]
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4181
|
+
/**
|
|
4182
|
+
* ElementNode.ZoneNro
|
|
4183
|
+
*/
|
|
4184
|
+
export type ElementNode$ZoneNroArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4185
|
+
/**
|
|
4186
|
+
* Select specific fields to fetch from the ZoneNro
|
|
4187
|
+
*/
|
|
4188
|
+
select?: Prisma.ZoneNroSelect<ExtArgs> | null
|
|
4189
|
+
/**
|
|
4190
|
+
* Omit specific fields from the ZoneNro
|
|
4191
|
+
*/
|
|
4192
|
+
omit?: Prisma.ZoneNroOmit<ExtArgs> | null
|
|
4193
|
+
/**
|
|
4194
|
+
* Choose, which related nodes to fetch as well
|
|
4195
|
+
*/
|
|
4196
|
+
include?: Prisma.ZoneNroInclude<ExtArgs> | null
|
|
4197
|
+
where?: Prisma.ZoneNroWhereInput
|
|
4198
|
+
orderBy?: Prisma.ZoneNroOrderByWithRelationInput | Prisma.ZoneNroOrderByWithRelationInput[]
|
|
4199
|
+
cursor?: Prisma.ZoneNroWhereUniqueInput
|
|
4200
|
+
take?: number
|
|
4201
|
+
skip?: number
|
|
4202
|
+
distinct?: Prisma.ZoneNroScalarFieldEnum | Prisma.ZoneNroScalarFieldEnum[]
|
|
4203
|
+
}
|
|
4204
|
+
|
|
4205
|
+
/**
|
|
4206
|
+
* ElementNode.Pole
|
|
4207
|
+
*/
|
|
4208
|
+
export type ElementNode$PoleArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4209
|
+
/**
|
|
4210
|
+
* Select specific fields to fetch from the Pole
|
|
4211
|
+
*/
|
|
4212
|
+
select?: Prisma.PoleSelect<ExtArgs> | null
|
|
4213
|
+
/**
|
|
4214
|
+
* Omit specific fields from the Pole
|
|
4215
|
+
*/
|
|
4216
|
+
omit?: Prisma.PoleOmit<ExtArgs> | null
|
|
4217
|
+
/**
|
|
4218
|
+
* Choose, which related nodes to fetch as well
|
|
4219
|
+
*/
|
|
4220
|
+
include?: Prisma.PoleInclude<ExtArgs> | null
|
|
4221
|
+
where?: Prisma.PoleWhereInput
|
|
4222
|
+
orderBy?: Prisma.PoleOrderByWithRelationInput | Prisma.PoleOrderByWithRelationInput[]
|
|
4223
|
+
cursor?: Prisma.PoleWhereUniqueInput
|
|
4224
|
+
take?: number
|
|
4225
|
+
skip?: number
|
|
4226
|
+
distinct?: Prisma.PoleScalarFieldEnum | Prisma.PoleScalarFieldEnum[]
|
|
4227
|
+
}
|
|
4228
|
+
|
|
4229
|
+
/**
|
|
4230
|
+
* ElementNode.Manhole
|
|
4231
|
+
*/
|
|
4232
|
+
export type ElementNode$ManholeArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4233
|
+
/**
|
|
4234
|
+
* Select specific fields to fetch from the Manhole
|
|
4235
|
+
*/
|
|
4236
|
+
select?: Prisma.ManholeSelect<ExtArgs> | null
|
|
4237
|
+
/**
|
|
4238
|
+
* Omit specific fields from the Manhole
|
|
4239
|
+
*/
|
|
4240
|
+
omit?: Prisma.ManholeOmit<ExtArgs> | null
|
|
4241
|
+
/**
|
|
4242
|
+
* Choose, which related nodes to fetch as well
|
|
4243
|
+
*/
|
|
4244
|
+
include?: Prisma.ManholeInclude<ExtArgs> | null
|
|
4245
|
+
where?: Prisma.ManholeWhereInput
|
|
4246
|
+
orderBy?: Prisma.ManholeOrderByWithRelationInput | Prisma.ManholeOrderByWithRelationInput[]
|
|
4247
|
+
cursor?: Prisma.ManholeWhereUniqueInput
|
|
4248
|
+
take?: number
|
|
4249
|
+
skip?: number
|
|
4250
|
+
distinct?: Prisma.ManholeScalarFieldEnum | Prisma.ManholeScalarFieldEnum[]
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4253
|
+
/**
|
|
4254
|
+
* ElementNode.Loop
|
|
4255
|
+
*/
|
|
4256
|
+
export type ElementNode$LoopArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4257
|
+
/**
|
|
4258
|
+
* Select specific fields to fetch from the Loop
|
|
4259
|
+
*/
|
|
4260
|
+
select?: Prisma.LoopSelect<ExtArgs> | null
|
|
4261
|
+
/**
|
|
4262
|
+
* Omit specific fields from the Loop
|
|
4263
|
+
*/
|
|
4264
|
+
omit?: Prisma.LoopOmit<ExtArgs> | null
|
|
4265
|
+
/**
|
|
4266
|
+
* Choose, which related nodes to fetch as well
|
|
4267
|
+
*/
|
|
4268
|
+
include?: Prisma.LoopInclude<ExtArgs> | null
|
|
4269
|
+
where?: Prisma.LoopWhereInput
|
|
4270
|
+
orderBy?: Prisma.LoopOrderByWithRelationInput | Prisma.LoopOrderByWithRelationInput[]
|
|
4271
|
+
cursor?: Prisma.LoopWhereUniqueInput
|
|
4272
|
+
take?: number
|
|
4273
|
+
skip?: number
|
|
4274
|
+
distinct?: Prisma.LoopScalarFieldEnum | Prisma.LoopScalarFieldEnum[]
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4277
|
+
/**
|
|
4278
|
+
* ElementNode.FDTSRO
|
|
4279
|
+
*/
|
|
4280
|
+
export type ElementNode$FDTSROArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4281
|
+
/**
|
|
4282
|
+
* Select specific fields to fetch from the FDTSRO
|
|
4283
|
+
*/
|
|
4284
|
+
select?: Prisma.FDTSROSelect<ExtArgs> | null
|
|
4285
|
+
/**
|
|
4286
|
+
* Omit specific fields from the FDTSRO
|
|
4287
|
+
*/
|
|
4288
|
+
omit?: Prisma.FDTSROOmit<ExtArgs> | null
|
|
4289
|
+
/**
|
|
4290
|
+
* Choose, which related nodes to fetch as well
|
|
4291
|
+
*/
|
|
4292
|
+
include?: Prisma.FDTSROInclude<ExtArgs> | null
|
|
4293
|
+
where?: Prisma.FDTSROWhereInput
|
|
4294
|
+
orderBy?: Prisma.FDTSROOrderByWithRelationInput | Prisma.FDTSROOrderByWithRelationInput[]
|
|
4295
|
+
cursor?: Prisma.FDTSROWhereUniqueInput
|
|
4296
|
+
take?: number
|
|
4297
|
+
skip?: number
|
|
4298
|
+
distinct?: Prisma.FDTSROScalarFieldEnum | Prisma.FDTSROScalarFieldEnum[]
|
|
4299
|
+
}
|
|
4300
|
+
|
|
4301
|
+
/**
|
|
4302
|
+
* ElementNode.SFU
|
|
4303
|
+
*/
|
|
4304
|
+
export type ElementNode$SFUArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4305
|
+
/**
|
|
4306
|
+
* Select specific fields to fetch from the SFU
|
|
4307
|
+
*/
|
|
4308
|
+
select?: Prisma.SFUSelect<ExtArgs> | null
|
|
4309
|
+
/**
|
|
4310
|
+
* Omit specific fields from the SFU
|
|
4311
|
+
*/
|
|
4312
|
+
omit?: Prisma.SFUOmit<ExtArgs> | null
|
|
4313
|
+
/**
|
|
4314
|
+
* Choose, which related nodes to fetch as well
|
|
4315
|
+
*/
|
|
4316
|
+
include?: Prisma.SFUInclude<ExtArgs> | null
|
|
4317
|
+
where?: Prisma.SFUWhereInput
|
|
4318
|
+
orderBy?: Prisma.SFUOrderByWithRelationInput | Prisma.SFUOrderByWithRelationInput[]
|
|
4319
|
+
cursor?: Prisma.SFUWhereUniqueInput
|
|
4320
|
+
take?: number
|
|
4321
|
+
skip?: number
|
|
4322
|
+
distinct?: Prisma.SFUScalarFieldEnum | Prisma.SFUScalarFieldEnum[]
|
|
4323
|
+
}
|
|
4324
|
+
|
|
4325
|
+
/**
|
|
4326
|
+
* ElementNode.Building
|
|
4327
|
+
*/
|
|
4328
|
+
export type ElementNode$BuildingArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4329
|
+
/**
|
|
4330
|
+
* Select specific fields to fetch from the Building
|
|
4331
|
+
*/
|
|
4332
|
+
select?: Prisma.BuildingSelect<ExtArgs> | null
|
|
4333
|
+
/**
|
|
4334
|
+
* Omit specific fields from the Building
|
|
4335
|
+
*/
|
|
4336
|
+
omit?: Prisma.BuildingOmit<ExtArgs> | null
|
|
4337
|
+
/**
|
|
4338
|
+
* Choose, which related nodes to fetch as well
|
|
4339
|
+
*/
|
|
4340
|
+
include?: Prisma.BuildingInclude<ExtArgs> | null
|
|
4341
|
+
where?: Prisma.BuildingWhereInput
|
|
4342
|
+
orderBy?: Prisma.BuildingOrderByWithRelationInput | Prisma.BuildingOrderByWithRelationInput[]
|
|
4343
|
+
cursor?: Prisma.BuildingWhereUniqueInput
|
|
4344
|
+
take?: number
|
|
4345
|
+
skip?: number
|
|
4346
|
+
distinct?: Prisma.BuildingScalarFieldEnum | Prisma.BuildingScalarFieldEnum[]
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
/**
|
|
4350
|
+
* ElementNode.MapElement
|
|
4351
|
+
*/
|
|
4352
|
+
export type ElementNode$MapElementArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4353
|
+
/**
|
|
4354
|
+
* Select specific fields to fetch from the MapElement
|
|
4355
|
+
*/
|
|
4356
|
+
select?: Prisma.MapElementSelect<ExtArgs> | null
|
|
4357
|
+
/**
|
|
4358
|
+
* Omit specific fields from the MapElement
|
|
4359
|
+
*/
|
|
4360
|
+
omit?: Prisma.MapElementOmit<ExtArgs> | null
|
|
4361
|
+
/**
|
|
4362
|
+
* Choose, which related nodes to fetch as well
|
|
4363
|
+
*/
|
|
4364
|
+
include?: Prisma.MapElementInclude<ExtArgs> | null
|
|
4365
|
+
where?: Prisma.MapElementWhereInput
|
|
4366
|
+
orderBy?: Prisma.MapElementOrderByWithRelationInput | Prisma.MapElementOrderByWithRelationInput[]
|
|
4367
|
+
cursor?: Prisma.MapElementWhereUniqueInput
|
|
4368
|
+
take?: number
|
|
4369
|
+
skip?: number
|
|
4370
|
+
distinct?: Prisma.MapElementScalarFieldEnum | Prisma.MapElementScalarFieldEnum[]
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
/**
|
|
4374
|
+
* ElementNode.Conduit
|
|
4375
|
+
*/
|
|
4376
|
+
export type ElementNode$ConduitArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4377
|
+
/**
|
|
4378
|
+
* Select specific fields to fetch from the Conduit
|
|
4379
|
+
*/
|
|
4380
|
+
select?: Prisma.ConduitSelect<ExtArgs> | null
|
|
4381
|
+
/**
|
|
4382
|
+
* Omit specific fields from the Conduit
|
|
4383
|
+
*/
|
|
4384
|
+
omit?: Prisma.ConduitOmit<ExtArgs> | null
|
|
4385
|
+
/**
|
|
4386
|
+
* Choose, which related nodes to fetch as well
|
|
4387
|
+
*/
|
|
4388
|
+
include?: Prisma.ConduitInclude<ExtArgs> | null
|
|
4389
|
+
where?: Prisma.ConduitWhereInput
|
|
4390
|
+
orderBy?: Prisma.ConduitOrderByWithRelationInput | Prisma.ConduitOrderByWithRelationInput[]
|
|
4391
|
+
cursor?: Prisma.ConduitWhereUniqueInput
|
|
4392
|
+
take?: number
|
|
4393
|
+
skip?: number
|
|
4394
|
+
distinct?: Prisma.ConduitScalarFieldEnum | Prisma.ConduitScalarFieldEnum[]
|
|
4395
|
+
}
|
|
4396
|
+
|
|
4397
|
+
/**
|
|
4398
|
+
* ElementNode without action
|
|
4399
|
+
*/
|
|
4400
|
+
export type ElementNodeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
4401
|
+
/**
|
|
4402
|
+
* Select specific fields to fetch from the ElementNode
|
|
4403
|
+
*/
|
|
4404
|
+
select?: Prisma.ElementNodeSelect<ExtArgs> | null
|
|
4405
|
+
/**
|
|
4406
|
+
* Omit specific fields from the ElementNode
|
|
4407
|
+
*/
|
|
4408
|
+
omit?: Prisma.ElementNodeOmit<ExtArgs> | null
|
|
4409
|
+
/**
|
|
4410
|
+
* Choose, which related nodes to fetch as well
|
|
4411
|
+
*/
|
|
4412
|
+
include?: Prisma.ElementNodeInclude<ExtArgs> | null
|
|
4413
|
+
}
|