efiber-prisma-schema 1.16.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -1
- package/index.js +10 -1
- package/package.json +13 -5
- package/prisma/generated/browser.ts +559 -0
- package/prisma/generated/client.ts +581 -0
- package/prisma/generated/commonInputTypes.ts +1246 -0
- package/prisma/generated/enums.ts +188 -0
- package/prisma/generated/internal/class.ts +1260 -0
- package/prisma/generated/internal/prismaNamespace.ts +11532 -0
- package/prisma/generated/internal/prismaNamespaceBrowser.ts +2582 -0
- package/prisma/generated/models/AttributeDefinition.ts +1498 -0
- package/prisma/generated/models/AttributeValue.ts +1419 -0
- package/prisma/generated/models/Audit.ts +1725 -0
- package/prisma/generated/models/BillOfMaterial.ts +1934 -0
- package/prisma/generated/models/Building.ts +6130 -0
- package/prisma/generated/models/BuildingTemplate.ts +2912 -0
- package/prisma/generated/models/Cable.ts +10501 -0
- package/prisma/generated/models/CableAttachment.ts +1530 -0
- package/prisma/generated/models/CableAttributes.ts +2244 -0
- package/prisma/generated/models/CableTemplate.ts +3170 -0
- package/prisma/generated/models/CamusatClient.ts +2001 -0
- package/prisma/generated/models/CamusatCountry.ts +2425 -0
- package/prisma/generated/models/CentralOffice.ts +1921 -0
- package/prisma/generated/models/CentralOfficeTeam.ts +1620 -0
- package/prisma/generated/models/CentralOfficeUser.ts +1650 -0
- package/prisma/generated/models/Cluster.ts +10984 -0
- package/prisma/generated/models/ClusterComments.ts +1668 -0
- package/prisma/generated/models/ClusterNotes.ts +1703 -0
- package/prisma/generated/models/Conduit.ts +5119 -0
- package/prisma/generated/models/ConduitTemplate.ts +2940 -0
- package/prisma/generated/models/Country.ts +1795 -0
- package/prisma/generated/models/DispatchMaterial.ts +3070 -0
- package/prisma/generated/models/DispatchProject.ts +4179 -0
- package/prisma/generated/models/DispatchTeam.ts +3053 -0
- package/prisma/generated/models/Duct.ts +1813 -0
- package/prisma/generated/models/ElementNode.ts +4413 -0
- package/prisma/generated/models/ElementRelation.ts +1644 -0
- package/prisma/generated/models/EmailConfigurations.ts +3736 -0
- package/prisma/generated/models/EmailTemplates.ts +1739 -0
- package/prisma/generated/models/EmailsIncoming.ts +2010 -0
- package/prisma/generated/models/EmailsIncomingSample.ts +1503 -0
- package/prisma/generated/models/EmailsOutgoing.ts +1648 -0
- package/prisma/generated/models/FDTSRO.ts +6180 -0
- package/prisma/generated/models/FDTSROTemplate.ts +2912 -0
- package/prisma/generated/models/Feature.ts +1867 -0
- package/prisma/generated/models/FeatureType.ts +1430 -0
- package/prisma/generated/models/IntegrationReportTemplate.ts +1878 -0
- package/prisma/generated/models/Loop.ts +5271 -0
- package/prisma/generated/models/LoopTemplate.ts +2912 -0
- package/prisma/generated/models/MainProject.ts +1664 -0
- package/prisma/generated/models/Manhole.ts +5090 -0
- package/prisma/generated/models/ManholeTemplate.ts +2912 -0
- package/prisma/generated/models/MapElement.ts +3450 -0
- package/prisma/generated/models/MapElementTemplate.ts +2742 -0
- package/prisma/generated/models/Material.ts +1963 -0
- package/prisma/generated/models/MaterialBillOfMaterial.ts +1737 -0
- package/prisma/generated/models/MaterialChangeLog.ts +1454 -0
- package/prisma/generated/models/NetworkElement.ts +6891 -0
- package/prisma/generated/models/NetworkElementInstallation.ts +3320 -0
- package/prisma/generated/models/Notifications.ts +1563 -0
- package/prisma/generated/models/OptionSource.ts +1132 -0
- package/prisma/generated/models/PboFat.ts +8248 -0
- package/prisma/generated/models/PboFatAttributes.ts +2672 -0
- package/prisma/generated/models/PboFatTemplate.ts +3112 -0
- package/prisma/generated/models/Platform.ts +1759 -0
- package/prisma/generated/models/Pole.ts +5266 -0
- package/prisma/generated/models/PoleTemplate.ts +2912 -0
- package/prisma/generated/models/Position.ts +1490 -0
- package/prisma/generated/models/PreviousEquipment.ts +1881 -0
- package/prisma/generated/models/Project.ts +14893 -0
- package/prisma/generated/models/ProjectType.ts +1351 -0
- package/prisma/generated/models/ProjectWorkFlow.ts +1856 -0
- package/prisma/generated/models/ReportFormats.ts +1768 -0
- package/prisma/generated/models/ReportFormulaConfig.ts +1375 -0
- package/prisma/generated/models/ReportMetric.ts +1737 -0
- package/prisma/generated/models/ReportTable.ts +1498 -0
- package/prisma/generated/models/ReportVisualization.ts +1446 -0
- package/prisma/generated/models/Revision.ts +4653 -0
- package/prisma/generated/models/Role.ts +2960 -0
- package/prisma/generated/models/SFU.ts +5977 -0
- package/prisma/generated/models/SFUTemplate.ts +2912 -0
- package/prisma/generated/models/SpliceClosure.ts +6405 -0
- package/prisma/generated/models/SpliceClosureAttributes.ts +2172 -0
- package/prisma/generated/models/SpliceClosureTemplate.ts +3176 -0
- package/prisma/generated/models/Splitter.ts +1459 -0
- package/prisma/generated/models/StockMovement.ts +1589 -0
- package/prisma/generated/models/SubsidiaryMaterial.ts +2193 -0
- package/prisma/generated/models/SubsidiaryMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/Team.ts +2044 -0
- package/prisma/generated/models/TeamMaterial.ts +2193 -0
- package/prisma/generated/models/TeamMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/TeamPlatform.ts +1874 -0
- package/prisma/generated/models/TeamType.ts +1655 -0
- package/prisma/generated/models/Template.ts +1691 -0
- package/prisma/generated/models/TemplateComponent.ts +1995 -0
- package/prisma/generated/models/User.ts +25676 -0
- package/prisma/generated/models/WorkOrder.ts +5901 -0
- package/prisma/generated/models/WorkOrderActivityLog.ts +2126 -0
- package/prisma/generated/models/WorkOrderChannel.ts +1454 -0
- package/prisma/generated/models/WorkOrderComments.ts +1687 -0
- package/prisma/generated/models/WorkOrderEditLog.ts +1757 -0
- package/prisma/generated/models/WorkOrderMaterial.ts +1933 -0
- package/prisma/generated/models/WorkOrderPauses.ts +1454 -0
- package/prisma/generated/models/WorkOrderTask.ts +2220 -0
- package/prisma/generated/models/WorkOrderTaskData.ts +1244 -0
- package/prisma/generated/models/ZoneNro.ts +3926 -0
- package/prisma/generated/models/ZoneNroTemplate.ts +2966 -0
- package/prisma/generated/models/clientMaterial.ts +2193 -0
- package/prisma/generated/models/clientMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/ductTemplate.ts +1606 -0
- package/prisma/generated/models/installationSequence.ts +1708 -0
- package/prisma/generated/models/integrationProjectUserStatus.ts +1916 -0
- package/prisma/generated/models/integrationUserLocation.ts +1681 -0
- package/prisma/generated/models/problemCategorization.ts +1543 -0
- package/prisma/generated/models/projectPhaseLog.ts +1728 -0
- package/prisma/generated/models/qrCodeTag.ts +4978 -0
- package/prisma/generated/models/qrCodeTemplate.ts +6500 -0
- package/prisma/generated/models/ticketMaterialMovementLog.ts +1651 -0
- package/prisma/generated/models.ts +119 -0
- package/prisma/migrations/20251106101538_max_capacity_string/migration.sql +2 -0
- package/prisma/schema.prisma +3 -3
- package/prisma/seed.ts +33 -0
- package/prisma.config.ts +13 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,3320 @@
|
|
|
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 `NetworkElementInstallation` 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 NetworkElementInstallation
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type NetworkElementInstallationModel = runtime.Types.Result.DefaultSelection<Prisma.$NetworkElementInstallationPayload>
|
|
20
|
+
|
|
21
|
+
export type AggregateNetworkElementInstallation = {
|
|
22
|
+
_count: NetworkElementInstallationCountAggregateOutputType | null
|
|
23
|
+
_avg: NetworkElementInstallationAvgAggregateOutputType | null
|
|
24
|
+
_sum: NetworkElementInstallationSumAggregateOutputType | null
|
|
25
|
+
_min: NetworkElementInstallationMinAggregateOutputType | null
|
|
26
|
+
_max: NetworkElementInstallationMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type NetworkElementInstallationAvgAggregateOutputType = {
|
|
30
|
+
no: number | null
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export type NetworkElementInstallationSumAggregateOutputType = {
|
|
34
|
+
no: number | null
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type NetworkElementInstallationMinAggregateOutputType = {
|
|
38
|
+
id: string | null
|
|
39
|
+
no: number | null
|
|
40
|
+
createdAt: Date | null
|
|
41
|
+
updatedAt: Date | null
|
|
42
|
+
networkElementId: string | null
|
|
43
|
+
previousType: string | null
|
|
44
|
+
previousName: string | null
|
|
45
|
+
previousId: string | null
|
|
46
|
+
nextType: string | null
|
|
47
|
+
nextName: string | null
|
|
48
|
+
nextId: string | null
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export type NetworkElementInstallationMaxAggregateOutputType = {
|
|
52
|
+
id: string | null
|
|
53
|
+
no: number | null
|
|
54
|
+
createdAt: Date | null
|
|
55
|
+
updatedAt: Date | null
|
|
56
|
+
networkElementId: string | null
|
|
57
|
+
previousType: string | null
|
|
58
|
+
previousName: string | null
|
|
59
|
+
previousId: string | null
|
|
60
|
+
nextType: string | null
|
|
61
|
+
nextName: string | null
|
|
62
|
+
nextId: string | null
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export type NetworkElementInstallationCountAggregateOutputType = {
|
|
66
|
+
id: number
|
|
67
|
+
no: number
|
|
68
|
+
createdAt: number
|
|
69
|
+
updatedAt: number
|
|
70
|
+
networkElementId: number
|
|
71
|
+
previousType: number
|
|
72
|
+
previousName: number
|
|
73
|
+
previousId: number
|
|
74
|
+
nextType: number
|
|
75
|
+
nextName: number
|
|
76
|
+
nextId: number
|
|
77
|
+
_all: number
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
export type NetworkElementInstallationAvgAggregateInputType = {
|
|
82
|
+
no?: true
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export type NetworkElementInstallationSumAggregateInputType = {
|
|
86
|
+
no?: true
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export type NetworkElementInstallationMinAggregateInputType = {
|
|
90
|
+
id?: true
|
|
91
|
+
no?: true
|
|
92
|
+
createdAt?: true
|
|
93
|
+
updatedAt?: true
|
|
94
|
+
networkElementId?: true
|
|
95
|
+
previousType?: true
|
|
96
|
+
previousName?: true
|
|
97
|
+
previousId?: true
|
|
98
|
+
nextType?: true
|
|
99
|
+
nextName?: true
|
|
100
|
+
nextId?: true
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export type NetworkElementInstallationMaxAggregateInputType = {
|
|
104
|
+
id?: true
|
|
105
|
+
no?: true
|
|
106
|
+
createdAt?: true
|
|
107
|
+
updatedAt?: true
|
|
108
|
+
networkElementId?: true
|
|
109
|
+
previousType?: true
|
|
110
|
+
previousName?: true
|
|
111
|
+
previousId?: true
|
|
112
|
+
nextType?: true
|
|
113
|
+
nextName?: true
|
|
114
|
+
nextId?: true
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export type NetworkElementInstallationCountAggregateInputType = {
|
|
118
|
+
id?: true
|
|
119
|
+
no?: true
|
|
120
|
+
createdAt?: true
|
|
121
|
+
updatedAt?: true
|
|
122
|
+
networkElementId?: true
|
|
123
|
+
previousType?: true
|
|
124
|
+
previousName?: true
|
|
125
|
+
previousId?: true
|
|
126
|
+
nextType?: true
|
|
127
|
+
nextName?: true
|
|
128
|
+
nextId?: true
|
|
129
|
+
_all?: true
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export type NetworkElementInstallationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
133
|
+
/**
|
|
134
|
+
* Filter which NetworkElementInstallation to aggregate.
|
|
135
|
+
*/
|
|
136
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
137
|
+
/**
|
|
138
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
139
|
+
*
|
|
140
|
+
* Determine the order of NetworkElementInstallations to fetch.
|
|
141
|
+
*/
|
|
142
|
+
orderBy?: Prisma.NetworkElementInstallationOrderByWithRelationInput | Prisma.NetworkElementInstallationOrderByWithRelationInput[]
|
|
143
|
+
/**
|
|
144
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
145
|
+
*
|
|
146
|
+
* Sets the start position
|
|
147
|
+
*/
|
|
148
|
+
cursor?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
149
|
+
/**
|
|
150
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
151
|
+
*
|
|
152
|
+
* Take `±n` NetworkElementInstallations from the position of the cursor.
|
|
153
|
+
*/
|
|
154
|
+
take?: number
|
|
155
|
+
/**
|
|
156
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
157
|
+
*
|
|
158
|
+
* Skip the first `n` NetworkElementInstallations.
|
|
159
|
+
*/
|
|
160
|
+
skip?: number
|
|
161
|
+
/**
|
|
162
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
163
|
+
*
|
|
164
|
+
* Count returned NetworkElementInstallations
|
|
165
|
+
**/
|
|
166
|
+
_count?: true | NetworkElementInstallationCountAggregateInputType
|
|
167
|
+
/**
|
|
168
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
169
|
+
*
|
|
170
|
+
* Select which fields to average
|
|
171
|
+
**/
|
|
172
|
+
_avg?: NetworkElementInstallationAvgAggregateInputType
|
|
173
|
+
/**
|
|
174
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
175
|
+
*
|
|
176
|
+
* Select which fields to sum
|
|
177
|
+
**/
|
|
178
|
+
_sum?: NetworkElementInstallationSumAggregateInputType
|
|
179
|
+
/**
|
|
180
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
181
|
+
*
|
|
182
|
+
* Select which fields to find the minimum value
|
|
183
|
+
**/
|
|
184
|
+
_min?: NetworkElementInstallationMinAggregateInputType
|
|
185
|
+
/**
|
|
186
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
187
|
+
*
|
|
188
|
+
* Select which fields to find the maximum value
|
|
189
|
+
**/
|
|
190
|
+
_max?: NetworkElementInstallationMaxAggregateInputType
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export type GetNetworkElementInstallationAggregateType<T extends NetworkElementInstallationAggregateArgs> = {
|
|
194
|
+
[P in keyof T & keyof AggregateNetworkElementInstallation]: P extends '_count' | 'count'
|
|
195
|
+
? T[P] extends true
|
|
196
|
+
? number
|
|
197
|
+
: Prisma.GetScalarType<T[P], AggregateNetworkElementInstallation[P]>
|
|
198
|
+
: Prisma.GetScalarType<T[P], AggregateNetworkElementInstallation[P]>
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
export type NetworkElementInstallationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
205
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
206
|
+
orderBy?: Prisma.NetworkElementInstallationOrderByWithAggregationInput | Prisma.NetworkElementInstallationOrderByWithAggregationInput[]
|
|
207
|
+
by: Prisma.NetworkElementInstallationScalarFieldEnum[] | Prisma.NetworkElementInstallationScalarFieldEnum
|
|
208
|
+
having?: Prisma.NetworkElementInstallationScalarWhereWithAggregatesInput
|
|
209
|
+
take?: number
|
|
210
|
+
skip?: number
|
|
211
|
+
_count?: NetworkElementInstallationCountAggregateInputType | true
|
|
212
|
+
_avg?: NetworkElementInstallationAvgAggregateInputType
|
|
213
|
+
_sum?: NetworkElementInstallationSumAggregateInputType
|
|
214
|
+
_min?: NetworkElementInstallationMinAggregateInputType
|
|
215
|
+
_max?: NetworkElementInstallationMaxAggregateInputType
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export type NetworkElementInstallationGroupByOutputType = {
|
|
219
|
+
id: string
|
|
220
|
+
no: number
|
|
221
|
+
createdAt: Date
|
|
222
|
+
updatedAt: Date
|
|
223
|
+
networkElementId: string | null
|
|
224
|
+
previousType: string | null
|
|
225
|
+
previousName: string | null
|
|
226
|
+
previousId: string | null
|
|
227
|
+
nextType: string | null
|
|
228
|
+
nextName: string | null
|
|
229
|
+
nextId: string | null
|
|
230
|
+
_count: NetworkElementInstallationCountAggregateOutputType | null
|
|
231
|
+
_avg: NetworkElementInstallationAvgAggregateOutputType | null
|
|
232
|
+
_sum: NetworkElementInstallationSumAggregateOutputType | null
|
|
233
|
+
_min: NetworkElementInstallationMinAggregateOutputType | null
|
|
234
|
+
_max: NetworkElementInstallationMaxAggregateOutputType | null
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
type GetNetworkElementInstallationGroupByPayload<T extends NetworkElementInstallationGroupByArgs> = Prisma.PrismaPromise<
|
|
238
|
+
Array<
|
|
239
|
+
Prisma.PickEnumerable<NetworkElementInstallationGroupByOutputType, T['by']> &
|
|
240
|
+
{
|
|
241
|
+
[P in ((keyof T) & (keyof NetworkElementInstallationGroupByOutputType))]: P extends '_count'
|
|
242
|
+
? T[P] extends boolean
|
|
243
|
+
? number
|
|
244
|
+
: Prisma.GetScalarType<T[P], NetworkElementInstallationGroupByOutputType[P]>
|
|
245
|
+
: Prisma.GetScalarType<T[P], NetworkElementInstallationGroupByOutputType[P]>
|
|
246
|
+
}
|
|
247
|
+
>
|
|
248
|
+
>
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
export type NetworkElementInstallationWhereInput = {
|
|
253
|
+
AND?: Prisma.NetworkElementInstallationWhereInput | Prisma.NetworkElementInstallationWhereInput[]
|
|
254
|
+
OR?: Prisma.NetworkElementInstallationWhereInput[]
|
|
255
|
+
NOT?: Prisma.NetworkElementInstallationWhereInput | Prisma.NetworkElementInstallationWhereInput[]
|
|
256
|
+
id?: Prisma.StringFilter<"NetworkElementInstallation"> | string
|
|
257
|
+
no?: Prisma.IntFilter<"NetworkElementInstallation"> | number
|
|
258
|
+
createdAt?: Prisma.DateTimeFilter<"NetworkElementInstallation"> | Date | string
|
|
259
|
+
updatedAt?: Prisma.DateTimeFilter<"NetworkElementInstallation"> | Date | string
|
|
260
|
+
networkElementId?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
261
|
+
previousType?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
262
|
+
previousName?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
263
|
+
previousId?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
264
|
+
nextType?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
265
|
+
nextName?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
266
|
+
nextId?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
267
|
+
Cable?: Prisma.CableListRelationFilter
|
|
268
|
+
PboFat?: Prisma.PboFatListRelationFilter
|
|
269
|
+
SpliceClosure?: Prisma.SpliceClosureListRelationFilter
|
|
270
|
+
ZoneNro?: Prisma.ZoneNroListRelationFilter
|
|
271
|
+
Pole?: Prisma.PoleListRelationFilter
|
|
272
|
+
Manhole?: Prisma.ManholeListRelationFilter
|
|
273
|
+
Loop?: Prisma.LoopListRelationFilter
|
|
274
|
+
FDTSRO?: Prisma.FDTSROListRelationFilter
|
|
275
|
+
SFU?: Prisma.SFUListRelationFilter
|
|
276
|
+
Building?: Prisma.BuildingListRelationFilter
|
|
277
|
+
Conduit?: Prisma.ConduitListRelationFilter
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export type NetworkElementInstallationOrderByWithRelationInput = {
|
|
281
|
+
id?: Prisma.SortOrder
|
|
282
|
+
no?: Prisma.SortOrder
|
|
283
|
+
createdAt?: Prisma.SortOrder
|
|
284
|
+
updatedAt?: Prisma.SortOrder
|
|
285
|
+
networkElementId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
286
|
+
previousType?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
287
|
+
previousName?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
288
|
+
previousId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
289
|
+
nextType?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
290
|
+
nextName?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
291
|
+
nextId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
292
|
+
Cable?: Prisma.CableOrderByRelationAggregateInput
|
|
293
|
+
PboFat?: Prisma.PboFatOrderByRelationAggregateInput
|
|
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
|
+
Conduit?: Prisma.ConduitOrderByRelationAggregateInput
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export type NetworkElementInstallationWhereUniqueInput = Prisma.AtLeast<{
|
|
306
|
+
id?: string
|
|
307
|
+
AND?: Prisma.NetworkElementInstallationWhereInput | Prisma.NetworkElementInstallationWhereInput[]
|
|
308
|
+
OR?: Prisma.NetworkElementInstallationWhereInput[]
|
|
309
|
+
NOT?: Prisma.NetworkElementInstallationWhereInput | Prisma.NetworkElementInstallationWhereInput[]
|
|
310
|
+
no?: Prisma.IntFilter<"NetworkElementInstallation"> | number
|
|
311
|
+
createdAt?: Prisma.DateTimeFilter<"NetworkElementInstallation"> | Date | string
|
|
312
|
+
updatedAt?: Prisma.DateTimeFilter<"NetworkElementInstallation"> | Date | string
|
|
313
|
+
networkElementId?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
314
|
+
previousType?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
315
|
+
previousName?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
316
|
+
previousId?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
317
|
+
nextType?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
318
|
+
nextName?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
319
|
+
nextId?: Prisma.StringNullableFilter<"NetworkElementInstallation"> | string | null
|
|
320
|
+
Cable?: Prisma.CableListRelationFilter
|
|
321
|
+
PboFat?: Prisma.PboFatListRelationFilter
|
|
322
|
+
SpliceClosure?: Prisma.SpliceClosureListRelationFilter
|
|
323
|
+
ZoneNro?: Prisma.ZoneNroListRelationFilter
|
|
324
|
+
Pole?: Prisma.PoleListRelationFilter
|
|
325
|
+
Manhole?: Prisma.ManholeListRelationFilter
|
|
326
|
+
Loop?: Prisma.LoopListRelationFilter
|
|
327
|
+
FDTSRO?: Prisma.FDTSROListRelationFilter
|
|
328
|
+
SFU?: Prisma.SFUListRelationFilter
|
|
329
|
+
Building?: Prisma.BuildingListRelationFilter
|
|
330
|
+
Conduit?: Prisma.ConduitListRelationFilter
|
|
331
|
+
}, "id" | "id">
|
|
332
|
+
|
|
333
|
+
export type NetworkElementInstallationOrderByWithAggregationInput = {
|
|
334
|
+
id?: Prisma.SortOrder
|
|
335
|
+
no?: Prisma.SortOrder
|
|
336
|
+
createdAt?: Prisma.SortOrder
|
|
337
|
+
updatedAt?: Prisma.SortOrder
|
|
338
|
+
networkElementId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
339
|
+
previousType?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
340
|
+
previousName?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
341
|
+
previousId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
342
|
+
nextType?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
343
|
+
nextName?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
344
|
+
nextId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
345
|
+
_count?: Prisma.NetworkElementInstallationCountOrderByAggregateInput
|
|
346
|
+
_avg?: Prisma.NetworkElementInstallationAvgOrderByAggregateInput
|
|
347
|
+
_max?: Prisma.NetworkElementInstallationMaxOrderByAggregateInput
|
|
348
|
+
_min?: Prisma.NetworkElementInstallationMinOrderByAggregateInput
|
|
349
|
+
_sum?: Prisma.NetworkElementInstallationSumOrderByAggregateInput
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export type NetworkElementInstallationScalarWhereWithAggregatesInput = {
|
|
353
|
+
AND?: Prisma.NetworkElementInstallationScalarWhereWithAggregatesInput | Prisma.NetworkElementInstallationScalarWhereWithAggregatesInput[]
|
|
354
|
+
OR?: Prisma.NetworkElementInstallationScalarWhereWithAggregatesInput[]
|
|
355
|
+
NOT?: Prisma.NetworkElementInstallationScalarWhereWithAggregatesInput | Prisma.NetworkElementInstallationScalarWhereWithAggregatesInput[]
|
|
356
|
+
id?: Prisma.StringWithAggregatesFilter<"NetworkElementInstallation"> | string
|
|
357
|
+
no?: Prisma.IntWithAggregatesFilter<"NetworkElementInstallation"> | number
|
|
358
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"NetworkElementInstallation"> | Date | string
|
|
359
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"NetworkElementInstallation"> | Date | string
|
|
360
|
+
networkElementId?: Prisma.StringNullableWithAggregatesFilter<"NetworkElementInstallation"> | string | null
|
|
361
|
+
previousType?: Prisma.StringNullableWithAggregatesFilter<"NetworkElementInstallation"> | string | null
|
|
362
|
+
previousName?: Prisma.StringNullableWithAggregatesFilter<"NetworkElementInstallation"> | string | null
|
|
363
|
+
previousId?: Prisma.StringNullableWithAggregatesFilter<"NetworkElementInstallation"> | string | null
|
|
364
|
+
nextType?: Prisma.StringNullableWithAggregatesFilter<"NetworkElementInstallation"> | string | null
|
|
365
|
+
nextName?: Prisma.StringNullableWithAggregatesFilter<"NetworkElementInstallation"> | string | null
|
|
366
|
+
nextId?: Prisma.StringNullableWithAggregatesFilter<"NetworkElementInstallation"> | string | null
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
export type NetworkElementInstallationCreateInput = {
|
|
370
|
+
id?: string
|
|
371
|
+
no?: number
|
|
372
|
+
createdAt?: Date | string
|
|
373
|
+
updatedAt?: Date | string
|
|
374
|
+
networkElementId?: string | null
|
|
375
|
+
previousType?: string | null
|
|
376
|
+
previousName?: string | null
|
|
377
|
+
previousId?: string | null
|
|
378
|
+
nextType?: string | null
|
|
379
|
+
nextName?: string | null
|
|
380
|
+
nextId?: string | null
|
|
381
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
382
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
383
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
384
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
385
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
386
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
387
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
388
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
389
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
390
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
391
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export type NetworkElementInstallationUncheckedCreateInput = {
|
|
395
|
+
id?: string
|
|
396
|
+
no?: number
|
|
397
|
+
createdAt?: Date | string
|
|
398
|
+
updatedAt?: Date | string
|
|
399
|
+
networkElementId?: string | null
|
|
400
|
+
previousType?: string | null
|
|
401
|
+
previousName?: string | null
|
|
402
|
+
previousId?: string | null
|
|
403
|
+
nextType?: string | null
|
|
404
|
+
nextName?: string | null
|
|
405
|
+
nextId?: string | null
|
|
406
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
407
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
408
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
409
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
410
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
411
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
412
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
413
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
414
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
415
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
416
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export type NetworkElementInstallationUpdateInput = {
|
|
420
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
421
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
422
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
423
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
424
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
425
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
426
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
427
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
428
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
429
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
430
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
431
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
432
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
433
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
434
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
435
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
436
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
437
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
438
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
439
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
440
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
441
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
export type NetworkElementInstallationUncheckedUpdateInput = {
|
|
445
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
446
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
447
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
448
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
449
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
450
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
451
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
452
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
453
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
454
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
455
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
456
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
457
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
458
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
459
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
460
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
461
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
462
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
463
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
464
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
465
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
466
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export type NetworkElementInstallationCreateManyInput = {
|
|
470
|
+
id?: string
|
|
471
|
+
no?: number
|
|
472
|
+
createdAt?: Date | string
|
|
473
|
+
updatedAt?: Date | string
|
|
474
|
+
networkElementId?: string | null
|
|
475
|
+
previousType?: string | null
|
|
476
|
+
previousName?: string | null
|
|
477
|
+
previousId?: string | null
|
|
478
|
+
nextType?: string | null
|
|
479
|
+
nextName?: string | null
|
|
480
|
+
nextId?: string | null
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
export type NetworkElementInstallationUpdateManyMutationInput = {
|
|
484
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
485
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
486
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
487
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
488
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
489
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
490
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
491
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
492
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
493
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
494
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export type NetworkElementInstallationUncheckedUpdateManyInput = {
|
|
498
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
499
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
500
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
501
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
502
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
503
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
504
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
505
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
506
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
507
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
508
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export type NetworkElementInstallationNullableScalarRelationFilter = {
|
|
512
|
+
is?: Prisma.NetworkElementInstallationWhereInput | null
|
|
513
|
+
isNot?: Prisma.NetworkElementInstallationWhereInput | null
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
export type NetworkElementInstallationCountOrderByAggregateInput = {
|
|
517
|
+
id?: Prisma.SortOrder
|
|
518
|
+
no?: Prisma.SortOrder
|
|
519
|
+
createdAt?: Prisma.SortOrder
|
|
520
|
+
updatedAt?: Prisma.SortOrder
|
|
521
|
+
networkElementId?: Prisma.SortOrder
|
|
522
|
+
previousType?: Prisma.SortOrder
|
|
523
|
+
previousName?: Prisma.SortOrder
|
|
524
|
+
previousId?: Prisma.SortOrder
|
|
525
|
+
nextType?: Prisma.SortOrder
|
|
526
|
+
nextName?: Prisma.SortOrder
|
|
527
|
+
nextId?: Prisma.SortOrder
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export type NetworkElementInstallationAvgOrderByAggregateInput = {
|
|
531
|
+
no?: Prisma.SortOrder
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export type NetworkElementInstallationMaxOrderByAggregateInput = {
|
|
535
|
+
id?: Prisma.SortOrder
|
|
536
|
+
no?: Prisma.SortOrder
|
|
537
|
+
createdAt?: Prisma.SortOrder
|
|
538
|
+
updatedAt?: Prisma.SortOrder
|
|
539
|
+
networkElementId?: Prisma.SortOrder
|
|
540
|
+
previousType?: Prisma.SortOrder
|
|
541
|
+
previousName?: Prisma.SortOrder
|
|
542
|
+
previousId?: Prisma.SortOrder
|
|
543
|
+
nextType?: Prisma.SortOrder
|
|
544
|
+
nextName?: Prisma.SortOrder
|
|
545
|
+
nextId?: Prisma.SortOrder
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
export type NetworkElementInstallationMinOrderByAggregateInput = {
|
|
549
|
+
id?: Prisma.SortOrder
|
|
550
|
+
no?: Prisma.SortOrder
|
|
551
|
+
createdAt?: Prisma.SortOrder
|
|
552
|
+
updatedAt?: Prisma.SortOrder
|
|
553
|
+
networkElementId?: Prisma.SortOrder
|
|
554
|
+
previousType?: Prisma.SortOrder
|
|
555
|
+
previousName?: Prisma.SortOrder
|
|
556
|
+
previousId?: Prisma.SortOrder
|
|
557
|
+
nextType?: Prisma.SortOrder
|
|
558
|
+
nextName?: Prisma.SortOrder
|
|
559
|
+
nextId?: Prisma.SortOrder
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
export type NetworkElementInstallationSumOrderByAggregateInput = {
|
|
563
|
+
no?: Prisma.SortOrder
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
export type NetworkElementInstallationCreateNestedOneWithoutCableInput = {
|
|
567
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutCableInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutCableInput>
|
|
568
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutCableInput
|
|
569
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
export type NetworkElementInstallationUpdateOneWithoutCableNestedInput = {
|
|
573
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutCableInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutCableInput>
|
|
574
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutCableInput
|
|
575
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutCableInput
|
|
576
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
577
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
578
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
579
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutCableInput, Prisma.NetworkElementInstallationUpdateWithoutCableInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutCableInput>
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
export type NetworkElementInstallationCreateNestedOneWithoutConduitInput = {
|
|
583
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutConduitInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutConduitInput>
|
|
584
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutConduitInput
|
|
585
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export type NetworkElementInstallationUpdateOneWithoutConduitNestedInput = {
|
|
589
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutConduitInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutConduitInput>
|
|
590
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutConduitInput
|
|
591
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutConduitInput
|
|
592
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
593
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
594
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
595
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutConduitInput, Prisma.NetworkElementInstallationUpdateWithoutConduitInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutConduitInput>
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
export type NetworkElementInstallationCreateNestedOneWithoutPboFatInput = {
|
|
599
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutPboFatInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutPboFatInput>
|
|
600
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutPboFatInput
|
|
601
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
export type NetworkElementInstallationUpdateOneWithoutPboFatNestedInput = {
|
|
605
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutPboFatInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutPboFatInput>
|
|
606
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutPboFatInput
|
|
607
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutPboFatInput
|
|
608
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
609
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
610
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
611
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutPboFatInput, Prisma.NetworkElementInstallationUpdateWithoutPboFatInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutPboFatInput>
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
export type NetworkElementInstallationCreateNestedOneWithoutSpliceClosureInput = {
|
|
615
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutSpliceClosureInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutSpliceClosureInput>
|
|
616
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutSpliceClosureInput
|
|
617
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
export type NetworkElementInstallationUpdateOneWithoutSpliceClosureNestedInput = {
|
|
621
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutSpliceClosureInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutSpliceClosureInput>
|
|
622
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutSpliceClosureInput
|
|
623
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutSpliceClosureInput
|
|
624
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
625
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
626
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
627
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutSpliceClosureInput, Prisma.NetworkElementInstallationUpdateWithoutSpliceClosureInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutSpliceClosureInput>
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
export type NetworkElementInstallationCreateNestedOneWithoutZoneNroInput = {
|
|
631
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutZoneNroInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutZoneNroInput>
|
|
632
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutZoneNroInput
|
|
633
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export type NetworkElementInstallationUpdateOneWithoutZoneNroNestedInput = {
|
|
637
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutZoneNroInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutZoneNroInput>
|
|
638
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutZoneNroInput
|
|
639
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutZoneNroInput
|
|
640
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
641
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
642
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
643
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutZoneNroInput, Prisma.NetworkElementInstallationUpdateWithoutZoneNroInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutZoneNroInput>
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export type NetworkElementInstallationCreateNestedOneWithoutPoleInput = {
|
|
647
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutPoleInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutPoleInput>
|
|
648
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutPoleInput
|
|
649
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
export type NetworkElementInstallationUpdateOneWithoutPoleNestedInput = {
|
|
653
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutPoleInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutPoleInput>
|
|
654
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutPoleInput
|
|
655
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutPoleInput
|
|
656
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
657
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
658
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
659
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutPoleInput, Prisma.NetworkElementInstallationUpdateWithoutPoleInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutPoleInput>
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
export type NetworkElementInstallationCreateNestedOneWithoutManholeInput = {
|
|
663
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutManholeInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutManholeInput>
|
|
664
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutManholeInput
|
|
665
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
export type NetworkElementInstallationUpdateOneWithoutManholeNestedInput = {
|
|
669
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutManholeInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutManholeInput>
|
|
670
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutManholeInput
|
|
671
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutManholeInput
|
|
672
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
673
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
674
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
675
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutManholeInput, Prisma.NetworkElementInstallationUpdateWithoutManholeInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutManholeInput>
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export type NetworkElementInstallationCreateNestedOneWithoutLoopInput = {
|
|
679
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutLoopInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutLoopInput>
|
|
680
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutLoopInput
|
|
681
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export type NetworkElementInstallationUpdateOneWithoutLoopNestedInput = {
|
|
685
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutLoopInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutLoopInput>
|
|
686
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutLoopInput
|
|
687
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutLoopInput
|
|
688
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
689
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
690
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
691
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutLoopInput, Prisma.NetworkElementInstallationUpdateWithoutLoopInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutLoopInput>
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
export type NetworkElementInstallationCreateNestedOneWithoutFDTSROInput = {
|
|
695
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutFDTSROInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutFDTSROInput>
|
|
696
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutFDTSROInput
|
|
697
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export type NetworkElementInstallationUpdateOneWithoutFDTSRONestedInput = {
|
|
701
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutFDTSROInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutFDTSROInput>
|
|
702
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutFDTSROInput
|
|
703
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutFDTSROInput
|
|
704
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
705
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
706
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
707
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutFDTSROInput, Prisma.NetworkElementInstallationUpdateWithoutFDTSROInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutFDTSROInput>
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
export type NetworkElementInstallationCreateNestedOneWithoutSFUInput = {
|
|
711
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutSFUInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutSFUInput>
|
|
712
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutSFUInput
|
|
713
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export type NetworkElementInstallationUpdateOneWithoutSFUNestedInput = {
|
|
717
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutSFUInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutSFUInput>
|
|
718
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutSFUInput
|
|
719
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutSFUInput
|
|
720
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
721
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
722
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
723
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutSFUInput, Prisma.NetworkElementInstallationUpdateWithoutSFUInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutSFUInput>
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export type NetworkElementInstallationCreateNestedOneWithoutBuildingInput = {
|
|
727
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutBuildingInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutBuildingInput>
|
|
728
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutBuildingInput
|
|
729
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
export type NetworkElementInstallationUpdateOneWithoutBuildingNestedInput = {
|
|
733
|
+
create?: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutBuildingInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutBuildingInput>
|
|
734
|
+
connectOrCreate?: Prisma.NetworkElementInstallationCreateOrConnectWithoutBuildingInput
|
|
735
|
+
upsert?: Prisma.NetworkElementInstallationUpsertWithoutBuildingInput
|
|
736
|
+
disconnect?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
737
|
+
delete?: Prisma.NetworkElementInstallationWhereInput | boolean
|
|
738
|
+
connect?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
739
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.NetworkElementInstallationUpdateToOneWithWhereWithoutBuildingInput, Prisma.NetworkElementInstallationUpdateWithoutBuildingInput>, Prisma.NetworkElementInstallationUncheckedUpdateWithoutBuildingInput>
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
export type NetworkElementInstallationCreateWithoutCableInput = {
|
|
743
|
+
id?: string
|
|
744
|
+
no?: number
|
|
745
|
+
createdAt?: Date | string
|
|
746
|
+
updatedAt?: Date | string
|
|
747
|
+
networkElementId?: string | null
|
|
748
|
+
previousType?: string | null
|
|
749
|
+
previousName?: string | null
|
|
750
|
+
previousId?: string | null
|
|
751
|
+
nextType?: string | null
|
|
752
|
+
nextName?: string | null
|
|
753
|
+
nextId?: string | null
|
|
754
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
755
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
756
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
757
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
758
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
759
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
760
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
761
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
762
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
763
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
export type NetworkElementInstallationUncheckedCreateWithoutCableInput = {
|
|
767
|
+
id?: string
|
|
768
|
+
no?: number
|
|
769
|
+
createdAt?: Date | string
|
|
770
|
+
updatedAt?: Date | string
|
|
771
|
+
networkElementId?: string | null
|
|
772
|
+
previousType?: string | null
|
|
773
|
+
previousName?: string | null
|
|
774
|
+
previousId?: string | null
|
|
775
|
+
nextType?: string | null
|
|
776
|
+
nextName?: string | null
|
|
777
|
+
nextId?: string | null
|
|
778
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
779
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
780
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
781
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
782
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
783
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
784
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
785
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
786
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
787
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
export type NetworkElementInstallationCreateOrConnectWithoutCableInput = {
|
|
791
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
792
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutCableInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutCableInput>
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
export type NetworkElementInstallationUpsertWithoutCableInput = {
|
|
796
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutCableInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutCableInput>
|
|
797
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutCableInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutCableInput>
|
|
798
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutCableInput = {
|
|
802
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
803
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutCableInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutCableInput>
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
export type NetworkElementInstallationUpdateWithoutCableInput = {
|
|
807
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
808
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
809
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
810
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
811
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
812
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
813
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
814
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
815
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
816
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
817
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
818
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
819
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
820
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
821
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
822
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
823
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
824
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
825
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
826
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
827
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutCableInput = {
|
|
831
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
832
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
833
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
834
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
835
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
836
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
837
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
838
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
839
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
840
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
841
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
842
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
843
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
844
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
845
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
846
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
847
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
848
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
849
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
850
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
851
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
export type NetworkElementInstallationCreateWithoutConduitInput = {
|
|
855
|
+
id?: string
|
|
856
|
+
no?: number
|
|
857
|
+
createdAt?: Date | string
|
|
858
|
+
updatedAt?: Date | string
|
|
859
|
+
networkElementId?: string | null
|
|
860
|
+
previousType?: string | null
|
|
861
|
+
previousName?: string | null
|
|
862
|
+
previousId?: string | null
|
|
863
|
+
nextType?: string | null
|
|
864
|
+
nextName?: string | null
|
|
865
|
+
nextId?: string | null
|
|
866
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
867
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
868
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
869
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
870
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
871
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
872
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
873
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
874
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
875
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
export type NetworkElementInstallationUncheckedCreateWithoutConduitInput = {
|
|
879
|
+
id?: string
|
|
880
|
+
no?: number
|
|
881
|
+
createdAt?: Date | string
|
|
882
|
+
updatedAt?: Date | string
|
|
883
|
+
networkElementId?: string | null
|
|
884
|
+
previousType?: string | null
|
|
885
|
+
previousName?: string | null
|
|
886
|
+
previousId?: string | null
|
|
887
|
+
nextType?: string | null
|
|
888
|
+
nextName?: string | null
|
|
889
|
+
nextId?: string | null
|
|
890
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
891
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
892
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
893
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
894
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
895
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
896
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
897
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
898
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
899
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
export type NetworkElementInstallationCreateOrConnectWithoutConduitInput = {
|
|
903
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
904
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutConduitInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutConduitInput>
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
export type NetworkElementInstallationUpsertWithoutConduitInput = {
|
|
908
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutConduitInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutConduitInput>
|
|
909
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutConduitInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutConduitInput>
|
|
910
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutConduitInput = {
|
|
914
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
915
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutConduitInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutConduitInput>
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
export type NetworkElementInstallationUpdateWithoutConduitInput = {
|
|
919
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
920
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
921
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
922
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
923
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
924
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
925
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
926
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
927
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
928
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
929
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
930
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
931
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
932
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
933
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
934
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
935
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
936
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
937
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
938
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
939
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutConduitInput = {
|
|
943
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
944
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
945
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
946
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
947
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
948
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
949
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
950
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
951
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
952
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
953
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
954
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
955
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
956
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
957
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
958
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
959
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
960
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
961
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
962
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
963
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
export type NetworkElementInstallationCreateWithoutPboFatInput = {
|
|
967
|
+
id?: string
|
|
968
|
+
no?: number
|
|
969
|
+
createdAt?: Date | string
|
|
970
|
+
updatedAt?: Date | string
|
|
971
|
+
networkElementId?: string | null
|
|
972
|
+
previousType?: string | null
|
|
973
|
+
previousName?: string | null
|
|
974
|
+
previousId?: string | null
|
|
975
|
+
nextType?: string | null
|
|
976
|
+
nextName?: string | null
|
|
977
|
+
nextId?: string | null
|
|
978
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
979
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
980
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
981
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
982
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
983
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
984
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
985
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
986
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
987
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export type NetworkElementInstallationUncheckedCreateWithoutPboFatInput = {
|
|
991
|
+
id?: string
|
|
992
|
+
no?: number
|
|
993
|
+
createdAt?: Date | string
|
|
994
|
+
updatedAt?: Date | string
|
|
995
|
+
networkElementId?: string | null
|
|
996
|
+
previousType?: string | null
|
|
997
|
+
previousName?: string | null
|
|
998
|
+
previousId?: string | null
|
|
999
|
+
nextType?: string | null
|
|
1000
|
+
nextName?: string | null
|
|
1001
|
+
nextId?: string | null
|
|
1002
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1003
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
1004
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
1005
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
1006
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
1007
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
1008
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
1009
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
1010
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
1011
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
export type NetworkElementInstallationCreateOrConnectWithoutPboFatInput = {
|
|
1015
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1016
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutPboFatInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutPboFatInput>
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
export type NetworkElementInstallationUpsertWithoutPboFatInput = {
|
|
1020
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutPboFatInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutPboFatInput>
|
|
1021
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutPboFatInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutPboFatInput>
|
|
1022
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutPboFatInput = {
|
|
1026
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1027
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutPboFatInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutPboFatInput>
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
export type NetworkElementInstallationUpdateWithoutPboFatInput = {
|
|
1031
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1032
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1033
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1034
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1035
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1036
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1037
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1038
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1039
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1040
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1041
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1042
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1043
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
1044
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
1045
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
1046
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
1047
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
1048
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
1049
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
1050
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
1051
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutPboFatInput = {
|
|
1055
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1056
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1057
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1058
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1059
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1060
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1061
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1062
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1063
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1064
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1065
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1066
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1067
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1068
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1069
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1070
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1071
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1072
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1073
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1074
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1075
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
export type NetworkElementInstallationCreateWithoutSpliceClosureInput = {
|
|
1079
|
+
id?: string
|
|
1080
|
+
no?: number
|
|
1081
|
+
createdAt?: Date | string
|
|
1082
|
+
updatedAt?: Date | string
|
|
1083
|
+
networkElementId?: string | null
|
|
1084
|
+
previousType?: string | null
|
|
1085
|
+
previousName?: string | null
|
|
1086
|
+
previousId?: string | null
|
|
1087
|
+
nextType?: string | null
|
|
1088
|
+
nextName?: string | null
|
|
1089
|
+
nextId?: string | null
|
|
1090
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
1091
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
1092
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
1093
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
1094
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
1095
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
1096
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
1097
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
1098
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
1099
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
export type NetworkElementInstallationUncheckedCreateWithoutSpliceClosureInput = {
|
|
1103
|
+
id?: string
|
|
1104
|
+
no?: number
|
|
1105
|
+
createdAt?: Date | string
|
|
1106
|
+
updatedAt?: Date | string
|
|
1107
|
+
networkElementId?: string | null
|
|
1108
|
+
previousType?: string | null
|
|
1109
|
+
previousName?: string | null
|
|
1110
|
+
previousId?: string | null
|
|
1111
|
+
nextType?: string | null
|
|
1112
|
+
nextName?: string | null
|
|
1113
|
+
nextId?: string | null
|
|
1114
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1115
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
1116
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
1117
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
1118
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
1119
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
1120
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
1121
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
1122
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
1123
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
export type NetworkElementInstallationCreateOrConnectWithoutSpliceClosureInput = {
|
|
1127
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1128
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutSpliceClosureInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutSpliceClosureInput>
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
export type NetworkElementInstallationUpsertWithoutSpliceClosureInput = {
|
|
1132
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutSpliceClosureInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutSpliceClosureInput>
|
|
1133
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutSpliceClosureInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutSpliceClosureInput>
|
|
1134
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutSpliceClosureInput = {
|
|
1138
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1139
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutSpliceClosureInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutSpliceClosureInput>
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
export type NetworkElementInstallationUpdateWithoutSpliceClosureInput = {
|
|
1143
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1144
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1145
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1146
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1147
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1148
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1149
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1150
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1151
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1152
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1153
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1154
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1155
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
1156
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
1157
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
1158
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
1159
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
1160
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
1161
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
1162
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
1163
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutSpliceClosureInput = {
|
|
1167
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1168
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1169
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1170
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1171
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1172
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1173
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1174
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1175
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1176
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1177
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1178
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1179
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1180
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1181
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1182
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1183
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1184
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1185
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1186
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1187
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
export type NetworkElementInstallationCreateWithoutZoneNroInput = {
|
|
1191
|
+
id?: string
|
|
1192
|
+
no?: number
|
|
1193
|
+
createdAt?: Date | string
|
|
1194
|
+
updatedAt?: Date | string
|
|
1195
|
+
networkElementId?: string | null
|
|
1196
|
+
previousType?: string | null
|
|
1197
|
+
previousName?: string | null
|
|
1198
|
+
previousId?: string | null
|
|
1199
|
+
nextType?: string | null
|
|
1200
|
+
nextName?: string | null
|
|
1201
|
+
nextId?: string | null
|
|
1202
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
1203
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
1204
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
1205
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
1206
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
1207
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
1208
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
1209
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
1210
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
1211
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
export type NetworkElementInstallationUncheckedCreateWithoutZoneNroInput = {
|
|
1215
|
+
id?: string
|
|
1216
|
+
no?: number
|
|
1217
|
+
createdAt?: Date | string
|
|
1218
|
+
updatedAt?: Date | string
|
|
1219
|
+
networkElementId?: string | null
|
|
1220
|
+
previousType?: string | null
|
|
1221
|
+
previousName?: string | null
|
|
1222
|
+
previousId?: string | null
|
|
1223
|
+
nextType?: string | null
|
|
1224
|
+
nextName?: string | null
|
|
1225
|
+
nextId?: string | null
|
|
1226
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1227
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
1228
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
1229
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
1230
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
1231
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
1232
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
1233
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
1234
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
1235
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
export type NetworkElementInstallationCreateOrConnectWithoutZoneNroInput = {
|
|
1239
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1240
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutZoneNroInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutZoneNroInput>
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
export type NetworkElementInstallationUpsertWithoutZoneNroInput = {
|
|
1244
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutZoneNroInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutZoneNroInput>
|
|
1245
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutZoneNroInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutZoneNroInput>
|
|
1246
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutZoneNroInput = {
|
|
1250
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1251
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutZoneNroInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutZoneNroInput>
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
export type NetworkElementInstallationUpdateWithoutZoneNroInput = {
|
|
1255
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1256
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1257
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1258
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1259
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1260
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1261
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1262
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1263
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1264
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1265
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1266
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1267
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
1268
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
1269
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
1270
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
1271
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
1272
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
1273
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
1274
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
1275
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutZoneNroInput = {
|
|
1279
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1280
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1281
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1282
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1283
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1284
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1285
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1286
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1287
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1288
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1289
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1290
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1291
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1292
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1293
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1294
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1295
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1296
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1297
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1298
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1299
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
export type NetworkElementInstallationCreateWithoutPoleInput = {
|
|
1303
|
+
id?: string
|
|
1304
|
+
no?: number
|
|
1305
|
+
createdAt?: Date | string
|
|
1306
|
+
updatedAt?: Date | string
|
|
1307
|
+
networkElementId?: string | null
|
|
1308
|
+
previousType?: string | null
|
|
1309
|
+
previousName?: string | null
|
|
1310
|
+
previousId?: string | null
|
|
1311
|
+
nextType?: string | null
|
|
1312
|
+
nextName?: string | null
|
|
1313
|
+
nextId?: string | null
|
|
1314
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
1315
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
1316
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
1317
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
1318
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
1319
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
1320
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
1321
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
1322
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
1323
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
export type NetworkElementInstallationUncheckedCreateWithoutPoleInput = {
|
|
1327
|
+
id?: string
|
|
1328
|
+
no?: number
|
|
1329
|
+
createdAt?: Date | string
|
|
1330
|
+
updatedAt?: Date | string
|
|
1331
|
+
networkElementId?: string | null
|
|
1332
|
+
previousType?: string | null
|
|
1333
|
+
previousName?: string | null
|
|
1334
|
+
previousId?: string | null
|
|
1335
|
+
nextType?: string | null
|
|
1336
|
+
nextName?: string | null
|
|
1337
|
+
nextId?: string | null
|
|
1338
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1339
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
1340
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
1341
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
1342
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
1343
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
1344
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
1345
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
1346
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
1347
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
export type NetworkElementInstallationCreateOrConnectWithoutPoleInput = {
|
|
1351
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1352
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutPoleInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutPoleInput>
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
export type NetworkElementInstallationUpsertWithoutPoleInput = {
|
|
1356
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutPoleInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutPoleInput>
|
|
1357
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutPoleInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutPoleInput>
|
|
1358
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutPoleInput = {
|
|
1362
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1363
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutPoleInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutPoleInput>
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
export type NetworkElementInstallationUpdateWithoutPoleInput = {
|
|
1367
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1368
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1369
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1370
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1371
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1372
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1373
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1374
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1375
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1376
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1377
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1378
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1379
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
1380
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
1381
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
1382
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
1383
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
1384
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
1385
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
1386
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
1387
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutPoleInput = {
|
|
1391
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1392
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1393
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1394
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1395
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1396
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1397
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1398
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1399
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1400
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1401
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1402
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1403
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1404
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1405
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1406
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1407
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1408
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1409
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1410
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1411
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
export type NetworkElementInstallationCreateWithoutManholeInput = {
|
|
1415
|
+
id?: string
|
|
1416
|
+
no?: number
|
|
1417
|
+
createdAt?: Date | string
|
|
1418
|
+
updatedAt?: Date | string
|
|
1419
|
+
networkElementId?: string | null
|
|
1420
|
+
previousType?: string | null
|
|
1421
|
+
previousName?: string | null
|
|
1422
|
+
previousId?: string | null
|
|
1423
|
+
nextType?: string | null
|
|
1424
|
+
nextName?: string | null
|
|
1425
|
+
nextId?: string | null
|
|
1426
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
1427
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
1428
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
1429
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
1430
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
1431
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
1432
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
1433
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
1434
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
1435
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
export type NetworkElementInstallationUncheckedCreateWithoutManholeInput = {
|
|
1439
|
+
id?: string
|
|
1440
|
+
no?: number
|
|
1441
|
+
createdAt?: Date | string
|
|
1442
|
+
updatedAt?: Date | string
|
|
1443
|
+
networkElementId?: string | null
|
|
1444
|
+
previousType?: string | null
|
|
1445
|
+
previousName?: string | null
|
|
1446
|
+
previousId?: string | null
|
|
1447
|
+
nextType?: string | null
|
|
1448
|
+
nextName?: string | null
|
|
1449
|
+
nextId?: string | null
|
|
1450
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1451
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
1452
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
1453
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
1454
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
1455
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
1456
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
1457
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
1458
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
1459
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
export type NetworkElementInstallationCreateOrConnectWithoutManholeInput = {
|
|
1463
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1464
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutManholeInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutManholeInput>
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
export type NetworkElementInstallationUpsertWithoutManholeInput = {
|
|
1468
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutManholeInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutManholeInput>
|
|
1469
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutManholeInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutManholeInput>
|
|
1470
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutManholeInput = {
|
|
1474
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1475
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutManholeInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutManholeInput>
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
export type NetworkElementInstallationUpdateWithoutManholeInput = {
|
|
1479
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1480
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1481
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1482
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1483
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1484
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1485
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1486
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1487
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1488
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1489
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1490
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1491
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
1492
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
1493
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
1494
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
1495
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
1496
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
1497
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
1498
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
1499
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutManholeInput = {
|
|
1503
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1504
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1505
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1506
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1507
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1508
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1509
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1510
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1511
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1512
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1513
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1514
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1515
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1516
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1517
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1518
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1519
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1520
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1521
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1522
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1523
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
export type NetworkElementInstallationCreateWithoutLoopInput = {
|
|
1527
|
+
id?: string
|
|
1528
|
+
no?: number
|
|
1529
|
+
createdAt?: Date | string
|
|
1530
|
+
updatedAt?: Date | string
|
|
1531
|
+
networkElementId?: string | null
|
|
1532
|
+
previousType?: string | null
|
|
1533
|
+
previousName?: string | null
|
|
1534
|
+
previousId?: string | null
|
|
1535
|
+
nextType?: string | null
|
|
1536
|
+
nextName?: string | null
|
|
1537
|
+
nextId?: string | null
|
|
1538
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
1539
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
1540
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
1541
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
1542
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
1543
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
1544
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
1545
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
1546
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
1547
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
export type NetworkElementInstallationUncheckedCreateWithoutLoopInput = {
|
|
1551
|
+
id?: string
|
|
1552
|
+
no?: number
|
|
1553
|
+
createdAt?: Date | string
|
|
1554
|
+
updatedAt?: Date | string
|
|
1555
|
+
networkElementId?: string | null
|
|
1556
|
+
previousType?: string | null
|
|
1557
|
+
previousName?: string | null
|
|
1558
|
+
previousId?: string | null
|
|
1559
|
+
nextType?: string | null
|
|
1560
|
+
nextName?: string | null
|
|
1561
|
+
nextId?: string | null
|
|
1562
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1563
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
1564
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
1565
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
1566
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
1567
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
1568
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
1569
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
1570
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
1571
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
export type NetworkElementInstallationCreateOrConnectWithoutLoopInput = {
|
|
1575
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1576
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutLoopInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutLoopInput>
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
export type NetworkElementInstallationUpsertWithoutLoopInput = {
|
|
1580
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutLoopInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutLoopInput>
|
|
1581
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutLoopInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutLoopInput>
|
|
1582
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutLoopInput = {
|
|
1586
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1587
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutLoopInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutLoopInput>
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
export type NetworkElementInstallationUpdateWithoutLoopInput = {
|
|
1591
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1592
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1593
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1594
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1595
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1596
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1597
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1598
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1599
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1600
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1601
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1602
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1603
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
1604
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
1605
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
1606
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
1607
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
1608
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
1609
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
1610
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
1611
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutLoopInput = {
|
|
1615
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1616
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1617
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1618
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1619
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1620
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1621
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1622
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1623
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1624
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1625
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1626
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1627
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1628
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1629
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1630
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1631
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1632
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1633
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1634
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1635
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
export type NetworkElementInstallationCreateWithoutFDTSROInput = {
|
|
1639
|
+
id?: string
|
|
1640
|
+
no?: number
|
|
1641
|
+
createdAt?: Date | string
|
|
1642
|
+
updatedAt?: Date | string
|
|
1643
|
+
networkElementId?: string | null
|
|
1644
|
+
previousType?: string | null
|
|
1645
|
+
previousName?: string | null
|
|
1646
|
+
previousId?: string | null
|
|
1647
|
+
nextType?: string | null
|
|
1648
|
+
nextName?: string | null
|
|
1649
|
+
nextId?: string | null
|
|
1650
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
1651
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
1652
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
1653
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
1654
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
1655
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
1656
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
1657
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
1658
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
1659
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
export type NetworkElementInstallationUncheckedCreateWithoutFDTSROInput = {
|
|
1663
|
+
id?: string
|
|
1664
|
+
no?: number
|
|
1665
|
+
createdAt?: Date | string
|
|
1666
|
+
updatedAt?: Date | string
|
|
1667
|
+
networkElementId?: string | null
|
|
1668
|
+
previousType?: string | null
|
|
1669
|
+
previousName?: string | null
|
|
1670
|
+
previousId?: string | null
|
|
1671
|
+
nextType?: string | null
|
|
1672
|
+
nextName?: string | null
|
|
1673
|
+
nextId?: string | null
|
|
1674
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1675
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
1676
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
1677
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
1678
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
1679
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
1680
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
1681
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
1682
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
1683
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
export type NetworkElementInstallationCreateOrConnectWithoutFDTSROInput = {
|
|
1687
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1688
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutFDTSROInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutFDTSROInput>
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
export type NetworkElementInstallationUpsertWithoutFDTSROInput = {
|
|
1692
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutFDTSROInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutFDTSROInput>
|
|
1693
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutFDTSROInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutFDTSROInput>
|
|
1694
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutFDTSROInput = {
|
|
1698
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1699
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutFDTSROInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutFDTSROInput>
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
export type NetworkElementInstallationUpdateWithoutFDTSROInput = {
|
|
1703
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1704
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1705
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1706
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1707
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1708
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1709
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1710
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1711
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1712
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1713
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1714
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1715
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
1716
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
1717
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
1718
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
1719
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
1720
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
1721
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
1722
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
1723
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutFDTSROInput = {
|
|
1727
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1728
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1729
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1730
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1731
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1732
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1733
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1734
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1735
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1736
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1737
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1738
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1739
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1740
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1741
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1742
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1743
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1744
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1745
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1746
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1747
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
export type NetworkElementInstallationCreateWithoutSFUInput = {
|
|
1751
|
+
id?: string
|
|
1752
|
+
no?: number
|
|
1753
|
+
createdAt?: Date | string
|
|
1754
|
+
updatedAt?: Date | string
|
|
1755
|
+
networkElementId?: string | null
|
|
1756
|
+
previousType?: string | null
|
|
1757
|
+
previousName?: string | null
|
|
1758
|
+
previousId?: string | null
|
|
1759
|
+
nextType?: string | null
|
|
1760
|
+
nextName?: string | null
|
|
1761
|
+
nextId?: string | null
|
|
1762
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
1763
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
1764
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
1765
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
1766
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
1767
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
1768
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
1769
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
1770
|
+
Building?: Prisma.BuildingCreateNestedManyWithoutInstallationInput
|
|
1771
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
export type NetworkElementInstallationUncheckedCreateWithoutSFUInput = {
|
|
1775
|
+
id?: string
|
|
1776
|
+
no?: number
|
|
1777
|
+
createdAt?: Date | string
|
|
1778
|
+
updatedAt?: Date | string
|
|
1779
|
+
networkElementId?: string | null
|
|
1780
|
+
previousType?: string | null
|
|
1781
|
+
previousName?: string | null
|
|
1782
|
+
previousId?: string | null
|
|
1783
|
+
nextType?: string | null
|
|
1784
|
+
nextName?: string | null
|
|
1785
|
+
nextId?: string | null
|
|
1786
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1787
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
1788
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
1789
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
1790
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
1791
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
1792
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
1793
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
1794
|
+
Building?: Prisma.BuildingUncheckedCreateNestedManyWithoutInstallationInput
|
|
1795
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
export type NetworkElementInstallationCreateOrConnectWithoutSFUInput = {
|
|
1799
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1800
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutSFUInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutSFUInput>
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
export type NetworkElementInstallationUpsertWithoutSFUInput = {
|
|
1804
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutSFUInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutSFUInput>
|
|
1805
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutSFUInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutSFUInput>
|
|
1806
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutSFUInput = {
|
|
1810
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1811
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutSFUInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutSFUInput>
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
export type NetworkElementInstallationUpdateWithoutSFUInput = {
|
|
1815
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1816
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1817
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1818
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1819
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1820
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1821
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1822
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1823
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1824
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1825
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1826
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1827
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
1828
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
1829
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
1830
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
1831
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
1832
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
1833
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
1834
|
+
Building?: Prisma.BuildingUpdateManyWithoutInstallationNestedInput
|
|
1835
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutSFUInput = {
|
|
1839
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1840
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1841
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1842
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1843
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1844
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1845
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1846
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1847
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1848
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1849
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1850
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1851
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1852
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1853
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1854
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1855
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1856
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1857
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1858
|
+
Building?: Prisma.BuildingUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1859
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
export type NetworkElementInstallationCreateWithoutBuildingInput = {
|
|
1863
|
+
id?: string
|
|
1864
|
+
no?: number
|
|
1865
|
+
createdAt?: Date | string
|
|
1866
|
+
updatedAt?: Date | string
|
|
1867
|
+
networkElementId?: string | null
|
|
1868
|
+
previousType?: string | null
|
|
1869
|
+
previousName?: string | null
|
|
1870
|
+
previousId?: string | null
|
|
1871
|
+
nextType?: string | null
|
|
1872
|
+
nextName?: string | null
|
|
1873
|
+
nextId?: string | null
|
|
1874
|
+
Cable?: Prisma.CableCreateNestedManyWithoutInstallationInput
|
|
1875
|
+
PboFat?: Prisma.PboFatCreateNestedManyWithoutInstallationInput
|
|
1876
|
+
SpliceClosure?: Prisma.SpliceClosureCreateNestedManyWithoutInstallationInput
|
|
1877
|
+
ZoneNro?: Prisma.ZoneNroCreateNestedManyWithoutInstallationInput
|
|
1878
|
+
Pole?: Prisma.PoleCreateNestedManyWithoutInstallationInput
|
|
1879
|
+
Manhole?: Prisma.ManholeCreateNestedManyWithoutInstallationInput
|
|
1880
|
+
Loop?: Prisma.LoopCreateNestedManyWithoutInstallationInput
|
|
1881
|
+
FDTSRO?: Prisma.FDTSROCreateNestedManyWithoutInstallationInput
|
|
1882
|
+
SFU?: Prisma.SFUCreateNestedManyWithoutInstallationInput
|
|
1883
|
+
Conduit?: Prisma.ConduitCreateNestedManyWithoutInstallationInput
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
export type NetworkElementInstallationUncheckedCreateWithoutBuildingInput = {
|
|
1887
|
+
id?: string
|
|
1888
|
+
no?: number
|
|
1889
|
+
createdAt?: Date | string
|
|
1890
|
+
updatedAt?: Date | string
|
|
1891
|
+
networkElementId?: string | null
|
|
1892
|
+
previousType?: string | null
|
|
1893
|
+
previousName?: string | null
|
|
1894
|
+
previousId?: string | null
|
|
1895
|
+
nextType?: string | null
|
|
1896
|
+
nextName?: string | null
|
|
1897
|
+
nextId?: string | null
|
|
1898
|
+
Cable?: Prisma.CableUncheckedCreateNestedManyWithoutInstallationInput
|
|
1899
|
+
PboFat?: Prisma.PboFatUncheckedCreateNestedManyWithoutInstallationInput
|
|
1900
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedCreateNestedManyWithoutInstallationInput
|
|
1901
|
+
ZoneNro?: Prisma.ZoneNroUncheckedCreateNestedManyWithoutInstallationInput
|
|
1902
|
+
Pole?: Prisma.PoleUncheckedCreateNestedManyWithoutInstallationInput
|
|
1903
|
+
Manhole?: Prisma.ManholeUncheckedCreateNestedManyWithoutInstallationInput
|
|
1904
|
+
Loop?: Prisma.LoopUncheckedCreateNestedManyWithoutInstallationInput
|
|
1905
|
+
FDTSRO?: Prisma.FDTSROUncheckedCreateNestedManyWithoutInstallationInput
|
|
1906
|
+
SFU?: Prisma.SFUUncheckedCreateNestedManyWithoutInstallationInput
|
|
1907
|
+
Conduit?: Prisma.ConduitUncheckedCreateNestedManyWithoutInstallationInput
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
export type NetworkElementInstallationCreateOrConnectWithoutBuildingInput = {
|
|
1911
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
1912
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutBuildingInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutBuildingInput>
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
export type NetworkElementInstallationUpsertWithoutBuildingInput = {
|
|
1916
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutBuildingInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutBuildingInput>
|
|
1917
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateWithoutBuildingInput, Prisma.NetworkElementInstallationUncheckedCreateWithoutBuildingInput>
|
|
1918
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
export type NetworkElementInstallationUpdateToOneWithWhereWithoutBuildingInput = {
|
|
1922
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
1923
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateWithoutBuildingInput, Prisma.NetworkElementInstallationUncheckedUpdateWithoutBuildingInput>
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
export type NetworkElementInstallationUpdateWithoutBuildingInput = {
|
|
1927
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1928
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1929
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1930
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1931
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1932
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1933
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1934
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1935
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1936
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1937
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1938
|
+
Cable?: Prisma.CableUpdateManyWithoutInstallationNestedInput
|
|
1939
|
+
PboFat?: Prisma.PboFatUpdateManyWithoutInstallationNestedInput
|
|
1940
|
+
SpliceClosure?: Prisma.SpliceClosureUpdateManyWithoutInstallationNestedInput
|
|
1941
|
+
ZoneNro?: Prisma.ZoneNroUpdateManyWithoutInstallationNestedInput
|
|
1942
|
+
Pole?: Prisma.PoleUpdateManyWithoutInstallationNestedInput
|
|
1943
|
+
Manhole?: Prisma.ManholeUpdateManyWithoutInstallationNestedInput
|
|
1944
|
+
Loop?: Prisma.LoopUpdateManyWithoutInstallationNestedInput
|
|
1945
|
+
FDTSRO?: Prisma.FDTSROUpdateManyWithoutInstallationNestedInput
|
|
1946
|
+
SFU?: Prisma.SFUUpdateManyWithoutInstallationNestedInput
|
|
1947
|
+
Conduit?: Prisma.ConduitUpdateManyWithoutInstallationNestedInput
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
export type NetworkElementInstallationUncheckedUpdateWithoutBuildingInput = {
|
|
1951
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1952
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1953
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1954
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1955
|
+
networkElementId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1956
|
+
previousType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1957
|
+
previousName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1958
|
+
previousId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1959
|
+
nextType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1960
|
+
nextName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1961
|
+
nextId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1962
|
+
Cable?: Prisma.CableUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1963
|
+
PboFat?: Prisma.PboFatUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1964
|
+
SpliceClosure?: Prisma.SpliceClosureUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1965
|
+
ZoneNro?: Prisma.ZoneNroUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1966
|
+
Pole?: Prisma.PoleUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1967
|
+
Manhole?: Prisma.ManholeUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1968
|
+
Loop?: Prisma.LoopUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1969
|
+
FDTSRO?: Prisma.FDTSROUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1970
|
+
SFU?: Prisma.SFUUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1971
|
+
Conduit?: Prisma.ConduitUncheckedUpdateManyWithoutInstallationNestedInput
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
/**
|
|
1976
|
+
* Count Type NetworkElementInstallationCountOutputType
|
|
1977
|
+
*/
|
|
1978
|
+
|
|
1979
|
+
export type NetworkElementInstallationCountOutputType = {
|
|
1980
|
+
Cable: number
|
|
1981
|
+
PboFat: number
|
|
1982
|
+
SpliceClosure: number
|
|
1983
|
+
ZoneNro: number
|
|
1984
|
+
Pole: number
|
|
1985
|
+
Manhole: number
|
|
1986
|
+
Loop: number
|
|
1987
|
+
FDTSRO: number
|
|
1988
|
+
SFU: number
|
|
1989
|
+
Building: number
|
|
1990
|
+
Conduit: number
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
export type NetworkElementInstallationCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1994
|
+
Cable?: boolean | NetworkElementInstallationCountOutputTypeCountCableArgs
|
|
1995
|
+
PboFat?: boolean | NetworkElementInstallationCountOutputTypeCountPboFatArgs
|
|
1996
|
+
SpliceClosure?: boolean | NetworkElementInstallationCountOutputTypeCountSpliceClosureArgs
|
|
1997
|
+
ZoneNro?: boolean | NetworkElementInstallationCountOutputTypeCountZoneNroArgs
|
|
1998
|
+
Pole?: boolean | NetworkElementInstallationCountOutputTypeCountPoleArgs
|
|
1999
|
+
Manhole?: boolean | NetworkElementInstallationCountOutputTypeCountManholeArgs
|
|
2000
|
+
Loop?: boolean | NetworkElementInstallationCountOutputTypeCountLoopArgs
|
|
2001
|
+
FDTSRO?: boolean | NetworkElementInstallationCountOutputTypeCountFDTSROArgs
|
|
2002
|
+
SFU?: boolean | NetworkElementInstallationCountOutputTypeCountSFUArgs
|
|
2003
|
+
Building?: boolean | NetworkElementInstallationCountOutputTypeCountBuildingArgs
|
|
2004
|
+
Conduit?: boolean | NetworkElementInstallationCountOutputTypeCountConduitArgs
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
/**
|
|
2008
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2009
|
+
*/
|
|
2010
|
+
export type NetworkElementInstallationCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2011
|
+
/**
|
|
2012
|
+
* Select specific fields to fetch from the NetworkElementInstallationCountOutputType
|
|
2013
|
+
*/
|
|
2014
|
+
select?: Prisma.NetworkElementInstallationCountOutputTypeSelect<ExtArgs> | null
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
/**
|
|
2018
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2019
|
+
*/
|
|
2020
|
+
export type NetworkElementInstallationCountOutputTypeCountCableArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2021
|
+
where?: Prisma.CableWhereInput
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
/**
|
|
2025
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2026
|
+
*/
|
|
2027
|
+
export type NetworkElementInstallationCountOutputTypeCountPboFatArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2028
|
+
where?: Prisma.PboFatWhereInput
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
/**
|
|
2032
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2033
|
+
*/
|
|
2034
|
+
export type NetworkElementInstallationCountOutputTypeCountSpliceClosureArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2035
|
+
where?: Prisma.SpliceClosureWhereInput
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
/**
|
|
2039
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2040
|
+
*/
|
|
2041
|
+
export type NetworkElementInstallationCountOutputTypeCountZoneNroArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2042
|
+
where?: Prisma.ZoneNroWhereInput
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
/**
|
|
2046
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2047
|
+
*/
|
|
2048
|
+
export type NetworkElementInstallationCountOutputTypeCountPoleArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2049
|
+
where?: Prisma.PoleWhereInput
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
/**
|
|
2053
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2054
|
+
*/
|
|
2055
|
+
export type NetworkElementInstallationCountOutputTypeCountManholeArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2056
|
+
where?: Prisma.ManholeWhereInput
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
/**
|
|
2060
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2061
|
+
*/
|
|
2062
|
+
export type NetworkElementInstallationCountOutputTypeCountLoopArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2063
|
+
where?: Prisma.LoopWhereInput
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
/**
|
|
2067
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2068
|
+
*/
|
|
2069
|
+
export type NetworkElementInstallationCountOutputTypeCountFDTSROArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2070
|
+
where?: Prisma.FDTSROWhereInput
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
/**
|
|
2074
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2075
|
+
*/
|
|
2076
|
+
export type NetworkElementInstallationCountOutputTypeCountSFUArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2077
|
+
where?: Prisma.SFUWhereInput
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
/**
|
|
2081
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2082
|
+
*/
|
|
2083
|
+
export type NetworkElementInstallationCountOutputTypeCountBuildingArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2084
|
+
where?: Prisma.BuildingWhereInput
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
/**
|
|
2088
|
+
* NetworkElementInstallationCountOutputType without action
|
|
2089
|
+
*/
|
|
2090
|
+
export type NetworkElementInstallationCountOutputTypeCountConduitArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2091
|
+
where?: Prisma.ConduitWhereInput
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
export type NetworkElementInstallationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2096
|
+
id?: boolean
|
|
2097
|
+
no?: boolean
|
|
2098
|
+
createdAt?: boolean
|
|
2099
|
+
updatedAt?: boolean
|
|
2100
|
+
networkElementId?: boolean
|
|
2101
|
+
previousType?: boolean
|
|
2102
|
+
previousName?: boolean
|
|
2103
|
+
previousId?: boolean
|
|
2104
|
+
nextType?: boolean
|
|
2105
|
+
nextName?: boolean
|
|
2106
|
+
nextId?: boolean
|
|
2107
|
+
Cable?: boolean | Prisma.NetworkElementInstallation$CableArgs<ExtArgs>
|
|
2108
|
+
PboFat?: boolean | Prisma.NetworkElementInstallation$PboFatArgs<ExtArgs>
|
|
2109
|
+
SpliceClosure?: boolean | Prisma.NetworkElementInstallation$SpliceClosureArgs<ExtArgs>
|
|
2110
|
+
ZoneNro?: boolean | Prisma.NetworkElementInstallation$ZoneNroArgs<ExtArgs>
|
|
2111
|
+
Pole?: boolean | Prisma.NetworkElementInstallation$PoleArgs<ExtArgs>
|
|
2112
|
+
Manhole?: boolean | Prisma.NetworkElementInstallation$ManholeArgs<ExtArgs>
|
|
2113
|
+
Loop?: boolean | Prisma.NetworkElementInstallation$LoopArgs<ExtArgs>
|
|
2114
|
+
FDTSRO?: boolean | Prisma.NetworkElementInstallation$FDTSROArgs<ExtArgs>
|
|
2115
|
+
SFU?: boolean | Prisma.NetworkElementInstallation$SFUArgs<ExtArgs>
|
|
2116
|
+
Building?: boolean | Prisma.NetworkElementInstallation$BuildingArgs<ExtArgs>
|
|
2117
|
+
Conduit?: boolean | Prisma.NetworkElementInstallation$ConduitArgs<ExtArgs>
|
|
2118
|
+
_count?: boolean | Prisma.NetworkElementInstallationCountOutputTypeDefaultArgs<ExtArgs>
|
|
2119
|
+
}, ExtArgs["result"]["networkElementInstallation"]>
|
|
2120
|
+
|
|
2121
|
+
export type NetworkElementInstallationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2122
|
+
id?: boolean
|
|
2123
|
+
no?: boolean
|
|
2124
|
+
createdAt?: boolean
|
|
2125
|
+
updatedAt?: boolean
|
|
2126
|
+
networkElementId?: boolean
|
|
2127
|
+
previousType?: boolean
|
|
2128
|
+
previousName?: boolean
|
|
2129
|
+
previousId?: boolean
|
|
2130
|
+
nextType?: boolean
|
|
2131
|
+
nextName?: boolean
|
|
2132
|
+
nextId?: boolean
|
|
2133
|
+
}, ExtArgs["result"]["networkElementInstallation"]>
|
|
2134
|
+
|
|
2135
|
+
export type NetworkElementInstallationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2136
|
+
id?: boolean
|
|
2137
|
+
no?: boolean
|
|
2138
|
+
createdAt?: boolean
|
|
2139
|
+
updatedAt?: boolean
|
|
2140
|
+
networkElementId?: boolean
|
|
2141
|
+
previousType?: boolean
|
|
2142
|
+
previousName?: boolean
|
|
2143
|
+
previousId?: boolean
|
|
2144
|
+
nextType?: boolean
|
|
2145
|
+
nextName?: boolean
|
|
2146
|
+
nextId?: boolean
|
|
2147
|
+
}, ExtArgs["result"]["networkElementInstallation"]>
|
|
2148
|
+
|
|
2149
|
+
export type NetworkElementInstallationSelectScalar = {
|
|
2150
|
+
id?: boolean
|
|
2151
|
+
no?: boolean
|
|
2152
|
+
createdAt?: boolean
|
|
2153
|
+
updatedAt?: boolean
|
|
2154
|
+
networkElementId?: boolean
|
|
2155
|
+
previousType?: boolean
|
|
2156
|
+
previousName?: boolean
|
|
2157
|
+
previousId?: boolean
|
|
2158
|
+
nextType?: boolean
|
|
2159
|
+
nextName?: boolean
|
|
2160
|
+
nextId?: boolean
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
export type NetworkElementInstallationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "no" | "createdAt" | "updatedAt" | "networkElementId" | "previousType" | "previousName" | "previousId" | "nextType" | "nextName" | "nextId", ExtArgs["result"]["networkElementInstallation"]>
|
|
2164
|
+
export type NetworkElementInstallationInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2165
|
+
Cable?: boolean | Prisma.NetworkElementInstallation$CableArgs<ExtArgs>
|
|
2166
|
+
PboFat?: boolean | Prisma.NetworkElementInstallation$PboFatArgs<ExtArgs>
|
|
2167
|
+
SpliceClosure?: boolean | Prisma.NetworkElementInstallation$SpliceClosureArgs<ExtArgs>
|
|
2168
|
+
ZoneNro?: boolean | Prisma.NetworkElementInstallation$ZoneNroArgs<ExtArgs>
|
|
2169
|
+
Pole?: boolean | Prisma.NetworkElementInstallation$PoleArgs<ExtArgs>
|
|
2170
|
+
Manhole?: boolean | Prisma.NetworkElementInstallation$ManholeArgs<ExtArgs>
|
|
2171
|
+
Loop?: boolean | Prisma.NetworkElementInstallation$LoopArgs<ExtArgs>
|
|
2172
|
+
FDTSRO?: boolean | Prisma.NetworkElementInstallation$FDTSROArgs<ExtArgs>
|
|
2173
|
+
SFU?: boolean | Prisma.NetworkElementInstallation$SFUArgs<ExtArgs>
|
|
2174
|
+
Building?: boolean | Prisma.NetworkElementInstallation$BuildingArgs<ExtArgs>
|
|
2175
|
+
Conduit?: boolean | Prisma.NetworkElementInstallation$ConduitArgs<ExtArgs>
|
|
2176
|
+
_count?: boolean | Prisma.NetworkElementInstallationCountOutputTypeDefaultArgs<ExtArgs>
|
|
2177
|
+
}
|
|
2178
|
+
export type NetworkElementInstallationIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
|
2179
|
+
export type NetworkElementInstallationIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
|
2180
|
+
|
|
2181
|
+
export type $NetworkElementInstallationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2182
|
+
name: "NetworkElementInstallation"
|
|
2183
|
+
objects: {
|
|
2184
|
+
Cable: Prisma.$CablePayload<ExtArgs>[]
|
|
2185
|
+
PboFat: Prisma.$PboFatPayload<ExtArgs>[]
|
|
2186
|
+
SpliceClosure: Prisma.$SpliceClosurePayload<ExtArgs>[]
|
|
2187
|
+
ZoneNro: Prisma.$ZoneNroPayload<ExtArgs>[]
|
|
2188
|
+
Pole: Prisma.$PolePayload<ExtArgs>[]
|
|
2189
|
+
Manhole: Prisma.$ManholePayload<ExtArgs>[]
|
|
2190
|
+
Loop: Prisma.$LoopPayload<ExtArgs>[]
|
|
2191
|
+
FDTSRO: Prisma.$FDTSROPayload<ExtArgs>[]
|
|
2192
|
+
SFU: Prisma.$SFUPayload<ExtArgs>[]
|
|
2193
|
+
Building: Prisma.$BuildingPayload<ExtArgs>[]
|
|
2194
|
+
Conduit: Prisma.$ConduitPayload<ExtArgs>[]
|
|
2195
|
+
}
|
|
2196
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
2197
|
+
id: string
|
|
2198
|
+
no: number
|
|
2199
|
+
createdAt: Date
|
|
2200
|
+
updatedAt: Date
|
|
2201
|
+
networkElementId: string | null
|
|
2202
|
+
previousType: string | null
|
|
2203
|
+
previousName: string | null
|
|
2204
|
+
previousId: string | null
|
|
2205
|
+
nextType: string | null
|
|
2206
|
+
nextName: string | null
|
|
2207
|
+
nextId: string | null
|
|
2208
|
+
}, ExtArgs["result"]["networkElementInstallation"]>
|
|
2209
|
+
composites: {}
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
export type NetworkElementInstallationGetPayload<S extends boolean | null | undefined | NetworkElementInstallationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload, S>
|
|
2213
|
+
|
|
2214
|
+
export type NetworkElementInstallationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
2215
|
+
Omit<NetworkElementInstallationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
2216
|
+
select?: NetworkElementInstallationCountAggregateInputType | true
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
export interface NetworkElementInstallationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
2220
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['NetworkElementInstallation'], meta: { name: 'NetworkElementInstallation' } }
|
|
2221
|
+
/**
|
|
2222
|
+
* Find zero or one NetworkElementInstallation that matches the filter.
|
|
2223
|
+
* @param {NetworkElementInstallationFindUniqueArgs} args - Arguments to find a NetworkElementInstallation
|
|
2224
|
+
* @example
|
|
2225
|
+
* // Get one NetworkElementInstallation
|
|
2226
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.findUnique({
|
|
2227
|
+
* where: {
|
|
2228
|
+
* // ... provide filter here
|
|
2229
|
+
* }
|
|
2230
|
+
* })
|
|
2231
|
+
*/
|
|
2232
|
+
findUnique<T extends NetworkElementInstallationFindUniqueArgs>(args: Prisma.SelectSubset<T, NetworkElementInstallationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__NetworkElementInstallationClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2233
|
+
|
|
2234
|
+
/**
|
|
2235
|
+
* Find one NetworkElementInstallation that matches the filter or throw an error with `error.code='P2025'`
|
|
2236
|
+
* if no matches were found.
|
|
2237
|
+
* @param {NetworkElementInstallationFindUniqueOrThrowArgs} args - Arguments to find a NetworkElementInstallation
|
|
2238
|
+
* @example
|
|
2239
|
+
* // Get one NetworkElementInstallation
|
|
2240
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.findUniqueOrThrow({
|
|
2241
|
+
* where: {
|
|
2242
|
+
* // ... provide filter here
|
|
2243
|
+
* }
|
|
2244
|
+
* })
|
|
2245
|
+
*/
|
|
2246
|
+
findUniqueOrThrow<T extends NetworkElementInstallationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, NetworkElementInstallationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__NetworkElementInstallationClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2247
|
+
|
|
2248
|
+
/**
|
|
2249
|
+
* Find the first NetworkElementInstallation that matches the filter.
|
|
2250
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2251
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2252
|
+
* @param {NetworkElementInstallationFindFirstArgs} args - Arguments to find a NetworkElementInstallation
|
|
2253
|
+
* @example
|
|
2254
|
+
* // Get one NetworkElementInstallation
|
|
2255
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.findFirst({
|
|
2256
|
+
* where: {
|
|
2257
|
+
* // ... provide filter here
|
|
2258
|
+
* }
|
|
2259
|
+
* })
|
|
2260
|
+
*/
|
|
2261
|
+
findFirst<T extends NetworkElementInstallationFindFirstArgs>(args?: Prisma.SelectSubset<T, NetworkElementInstallationFindFirstArgs<ExtArgs>>): Prisma.Prisma__NetworkElementInstallationClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2262
|
+
|
|
2263
|
+
/**
|
|
2264
|
+
* Find the first NetworkElementInstallation that matches the filter or
|
|
2265
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
2266
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2267
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2268
|
+
* @param {NetworkElementInstallationFindFirstOrThrowArgs} args - Arguments to find a NetworkElementInstallation
|
|
2269
|
+
* @example
|
|
2270
|
+
* // Get one NetworkElementInstallation
|
|
2271
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.findFirstOrThrow({
|
|
2272
|
+
* where: {
|
|
2273
|
+
* // ... provide filter here
|
|
2274
|
+
* }
|
|
2275
|
+
* })
|
|
2276
|
+
*/
|
|
2277
|
+
findFirstOrThrow<T extends NetworkElementInstallationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, NetworkElementInstallationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__NetworkElementInstallationClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2278
|
+
|
|
2279
|
+
/**
|
|
2280
|
+
* Find zero or more NetworkElementInstallations that matches the filter.
|
|
2281
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2282
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2283
|
+
* @param {NetworkElementInstallationFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
2284
|
+
* @example
|
|
2285
|
+
* // Get all NetworkElementInstallations
|
|
2286
|
+
* const networkElementInstallations = await prisma.networkElementInstallation.findMany()
|
|
2287
|
+
*
|
|
2288
|
+
* // Get first 10 NetworkElementInstallations
|
|
2289
|
+
* const networkElementInstallations = await prisma.networkElementInstallation.findMany({ take: 10 })
|
|
2290
|
+
*
|
|
2291
|
+
* // Only select the `id`
|
|
2292
|
+
* const networkElementInstallationWithIdOnly = await prisma.networkElementInstallation.findMany({ select: { id: true } })
|
|
2293
|
+
*
|
|
2294
|
+
*/
|
|
2295
|
+
findMany<T extends NetworkElementInstallationFindManyArgs>(args?: Prisma.SelectSubset<T, NetworkElementInstallationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
2296
|
+
|
|
2297
|
+
/**
|
|
2298
|
+
* Create a NetworkElementInstallation.
|
|
2299
|
+
* @param {NetworkElementInstallationCreateArgs} args - Arguments to create a NetworkElementInstallation.
|
|
2300
|
+
* @example
|
|
2301
|
+
* // Create one NetworkElementInstallation
|
|
2302
|
+
* const NetworkElementInstallation = await prisma.networkElementInstallation.create({
|
|
2303
|
+
* data: {
|
|
2304
|
+
* // ... data to create a NetworkElementInstallation
|
|
2305
|
+
* }
|
|
2306
|
+
* })
|
|
2307
|
+
*
|
|
2308
|
+
*/
|
|
2309
|
+
create<T extends NetworkElementInstallationCreateArgs>(args: Prisma.SelectSubset<T, NetworkElementInstallationCreateArgs<ExtArgs>>): Prisma.Prisma__NetworkElementInstallationClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2310
|
+
|
|
2311
|
+
/**
|
|
2312
|
+
* Create many NetworkElementInstallations.
|
|
2313
|
+
* @param {NetworkElementInstallationCreateManyArgs} args - Arguments to create many NetworkElementInstallations.
|
|
2314
|
+
* @example
|
|
2315
|
+
* // Create many NetworkElementInstallations
|
|
2316
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.createMany({
|
|
2317
|
+
* data: [
|
|
2318
|
+
* // ... provide data here
|
|
2319
|
+
* ]
|
|
2320
|
+
* })
|
|
2321
|
+
*
|
|
2322
|
+
*/
|
|
2323
|
+
createMany<T extends NetworkElementInstallationCreateManyArgs>(args?: Prisma.SelectSubset<T, NetworkElementInstallationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2324
|
+
|
|
2325
|
+
/**
|
|
2326
|
+
* Create many NetworkElementInstallations and returns the data saved in the database.
|
|
2327
|
+
* @param {NetworkElementInstallationCreateManyAndReturnArgs} args - Arguments to create many NetworkElementInstallations.
|
|
2328
|
+
* @example
|
|
2329
|
+
* // Create many NetworkElementInstallations
|
|
2330
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.createManyAndReturn({
|
|
2331
|
+
* data: [
|
|
2332
|
+
* // ... provide data here
|
|
2333
|
+
* ]
|
|
2334
|
+
* })
|
|
2335
|
+
*
|
|
2336
|
+
* // Create many NetworkElementInstallations and only return the `id`
|
|
2337
|
+
* const networkElementInstallationWithIdOnly = await prisma.networkElementInstallation.createManyAndReturn({
|
|
2338
|
+
* select: { id: true },
|
|
2339
|
+
* data: [
|
|
2340
|
+
* // ... provide data here
|
|
2341
|
+
* ]
|
|
2342
|
+
* })
|
|
2343
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2344
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2345
|
+
*
|
|
2346
|
+
*/
|
|
2347
|
+
createManyAndReturn<T extends NetworkElementInstallationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, NetworkElementInstallationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
2348
|
+
|
|
2349
|
+
/**
|
|
2350
|
+
* Delete a NetworkElementInstallation.
|
|
2351
|
+
* @param {NetworkElementInstallationDeleteArgs} args - Arguments to delete one NetworkElementInstallation.
|
|
2352
|
+
* @example
|
|
2353
|
+
* // Delete one NetworkElementInstallation
|
|
2354
|
+
* const NetworkElementInstallation = await prisma.networkElementInstallation.delete({
|
|
2355
|
+
* where: {
|
|
2356
|
+
* // ... filter to delete one NetworkElementInstallation
|
|
2357
|
+
* }
|
|
2358
|
+
* })
|
|
2359
|
+
*
|
|
2360
|
+
*/
|
|
2361
|
+
delete<T extends NetworkElementInstallationDeleteArgs>(args: Prisma.SelectSubset<T, NetworkElementInstallationDeleteArgs<ExtArgs>>): Prisma.Prisma__NetworkElementInstallationClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2362
|
+
|
|
2363
|
+
/**
|
|
2364
|
+
* Update one NetworkElementInstallation.
|
|
2365
|
+
* @param {NetworkElementInstallationUpdateArgs} args - Arguments to update one NetworkElementInstallation.
|
|
2366
|
+
* @example
|
|
2367
|
+
* // Update one NetworkElementInstallation
|
|
2368
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.update({
|
|
2369
|
+
* where: {
|
|
2370
|
+
* // ... provide filter here
|
|
2371
|
+
* },
|
|
2372
|
+
* data: {
|
|
2373
|
+
* // ... provide data here
|
|
2374
|
+
* }
|
|
2375
|
+
* })
|
|
2376
|
+
*
|
|
2377
|
+
*/
|
|
2378
|
+
update<T extends NetworkElementInstallationUpdateArgs>(args: Prisma.SelectSubset<T, NetworkElementInstallationUpdateArgs<ExtArgs>>): Prisma.Prisma__NetworkElementInstallationClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2379
|
+
|
|
2380
|
+
/**
|
|
2381
|
+
* Delete zero or more NetworkElementInstallations.
|
|
2382
|
+
* @param {NetworkElementInstallationDeleteManyArgs} args - Arguments to filter NetworkElementInstallations to delete.
|
|
2383
|
+
* @example
|
|
2384
|
+
* // Delete a few NetworkElementInstallations
|
|
2385
|
+
* const { count } = await prisma.networkElementInstallation.deleteMany({
|
|
2386
|
+
* where: {
|
|
2387
|
+
* // ... provide filter here
|
|
2388
|
+
* }
|
|
2389
|
+
* })
|
|
2390
|
+
*
|
|
2391
|
+
*/
|
|
2392
|
+
deleteMany<T extends NetworkElementInstallationDeleteManyArgs>(args?: Prisma.SelectSubset<T, NetworkElementInstallationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2393
|
+
|
|
2394
|
+
/**
|
|
2395
|
+
* Update zero or more NetworkElementInstallations.
|
|
2396
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2397
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2398
|
+
* @param {NetworkElementInstallationUpdateManyArgs} args - Arguments to update one or more rows.
|
|
2399
|
+
* @example
|
|
2400
|
+
* // Update many NetworkElementInstallations
|
|
2401
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.updateMany({
|
|
2402
|
+
* where: {
|
|
2403
|
+
* // ... provide filter here
|
|
2404
|
+
* },
|
|
2405
|
+
* data: {
|
|
2406
|
+
* // ... provide data here
|
|
2407
|
+
* }
|
|
2408
|
+
* })
|
|
2409
|
+
*
|
|
2410
|
+
*/
|
|
2411
|
+
updateMany<T extends NetworkElementInstallationUpdateManyArgs>(args: Prisma.SelectSubset<T, NetworkElementInstallationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2412
|
+
|
|
2413
|
+
/**
|
|
2414
|
+
* Update zero or more NetworkElementInstallations and returns the data updated in the database.
|
|
2415
|
+
* @param {NetworkElementInstallationUpdateManyAndReturnArgs} args - Arguments to update many NetworkElementInstallations.
|
|
2416
|
+
* @example
|
|
2417
|
+
* // Update many NetworkElementInstallations
|
|
2418
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.updateManyAndReturn({
|
|
2419
|
+
* where: {
|
|
2420
|
+
* // ... provide filter here
|
|
2421
|
+
* },
|
|
2422
|
+
* data: [
|
|
2423
|
+
* // ... provide data here
|
|
2424
|
+
* ]
|
|
2425
|
+
* })
|
|
2426
|
+
*
|
|
2427
|
+
* // Update zero or more NetworkElementInstallations and only return the `id`
|
|
2428
|
+
* const networkElementInstallationWithIdOnly = await prisma.networkElementInstallation.updateManyAndReturn({
|
|
2429
|
+
* select: { id: true },
|
|
2430
|
+
* where: {
|
|
2431
|
+
* // ... provide filter here
|
|
2432
|
+
* },
|
|
2433
|
+
* data: [
|
|
2434
|
+
* // ... provide data here
|
|
2435
|
+
* ]
|
|
2436
|
+
* })
|
|
2437
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2438
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2439
|
+
*
|
|
2440
|
+
*/
|
|
2441
|
+
updateManyAndReturn<T extends NetworkElementInstallationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, NetworkElementInstallationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
2442
|
+
|
|
2443
|
+
/**
|
|
2444
|
+
* Create or update one NetworkElementInstallation.
|
|
2445
|
+
* @param {NetworkElementInstallationUpsertArgs} args - Arguments to update or create a NetworkElementInstallation.
|
|
2446
|
+
* @example
|
|
2447
|
+
* // Update or create a NetworkElementInstallation
|
|
2448
|
+
* const networkElementInstallation = await prisma.networkElementInstallation.upsert({
|
|
2449
|
+
* create: {
|
|
2450
|
+
* // ... data to create a NetworkElementInstallation
|
|
2451
|
+
* },
|
|
2452
|
+
* update: {
|
|
2453
|
+
* // ... in case it already exists, update
|
|
2454
|
+
* },
|
|
2455
|
+
* where: {
|
|
2456
|
+
* // ... the filter for the NetworkElementInstallation we want to update
|
|
2457
|
+
* }
|
|
2458
|
+
* })
|
|
2459
|
+
*/
|
|
2460
|
+
upsert<T extends NetworkElementInstallationUpsertArgs>(args: Prisma.SelectSubset<T, NetworkElementInstallationUpsertArgs<ExtArgs>>): Prisma.Prisma__NetworkElementInstallationClient<runtime.Types.Result.GetResult<Prisma.$NetworkElementInstallationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2461
|
+
|
|
2462
|
+
|
|
2463
|
+
/**
|
|
2464
|
+
* Count the number of NetworkElementInstallations.
|
|
2465
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2466
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2467
|
+
* @param {NetworkElementInstallationCountArgs} args - Arguments to filter NetworkElementInstallations to count.
|
|
2468
|
+
* @example
|
|
2469
|
+
* // Count the number of NetworkElementInstallations
|
|
2470
|
+
* const count = await prisma.networkElementInstallation.count({
|
|
2471
|
+
* where: {
|
|
2472
|
+
* // ... the filter for the NetworkElementInstallations we want to count
|
|
2473
|
+
* }
|
|
2474
|
+
* })
|
|
2475
|
+
**/
|
|
2476
|
+
count<T extends NetworkElementInstallationCountArgs>(
|
|
2477
|
+
args?: Prisma.Subset<T, NetworkElementInstallationCountArgs>,
|
|
2478
|
+
): Prisma.PrismaPromise<
|
|
2479
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
2480
|
+
? T['select'] extends true
|
|
2481
|
+
? number
|
|
2482
|
+
: Prisma.GetScalarType<T['select'], NetworkElementInstallationCountAggregateOutputType>
|
|
2483
|
+
: number
|
|
2484
|
+
>
|
|
2485
|
+
|
|
2486
|
+
/**
|
|
2487
|
+
* Allows you to perform aggregations operations on a NetworkElementInstallation.
|
|
2488
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2489
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2490
|
+
* @param {NetworkElementInstallationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
2491
|
+
* @example
|
|
2492
|
+
* // Ordered by age ascending
|
|
2493
|
+
* // Where email contains prisma.io
|
|
2494
|
+
* // Limited to the 10 users
|
|
2495
|
+
* const aggregations = await prisma.user.aggregate({
|
|
2496
|
+
* _avg: {
|
|
2497
|
+
* age: true,
|
|
2498
|
+
* },
|
|
2499
|
+
* where: {
|
|
2500
|
+
* email: {
|
|
2501
|
+
* contains: "prisma.io",
|
|
2502
|
+
* },
|
|
2503
|
+
* },
|
|
2504
|
+
* orderBy: {
|
|
2505
|
+
* age: "asc",
|
|
2506
|
+
* },
|
|
2507
|
+
* take: 10,
|
|
2508
|
+
* })
|
|
2509
|
+
**/
|
|
2510
|
+
aggregate<T extends NetworkElementInstallationAggregateArgs>(args: Prisma.Subset<T, NetworkElementInstallationAggregateArgs>): Prisma.PrismaPromise<GetNetworkElementInstallationAggregateType<T>>
|
|
2511
|
+
|
|
2512
|
+
/**
|
|
2513
|
+
* Group by NetworkElementInstallation.
|
|
2514
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2515
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2516
|
+
* @param {NetworkElementInstallationGroupByArgs} args - Group by arguments.
|
|
2517
|
+
* @example
|
|
2518
|
+
* // Group by city, order by createdAt, get count
|
|
2519
|
+
* const result = await prisma.user.groupBy({
|
|
2520
|
+
* by: ['city', 'createdAt'],
|
|
2521
|
+
* orderBy: {
|
|
2522
|
+
* createdAt: true
|
|
2523
|
+
* },
|
|
2524
|
+
* _count: {
|
|
2525
|
+
* _all: true
|
|
2526
|
+
* },
|
|
2527
|
+
* })
|
|
2528
|
+
*
|
|
2529
|
+
**/
|
|
2530
|
+
groupBy<
|
|
2531
|
+
T extends NetworkElementInstallationGroupByArgs,
|
|
2532
|
+
HasSelectOrTake extends Prisma.Or<
|
|
2533
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
2534
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
2535
|
+
>,
|
|
2536
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
2537
|
+
? { orderBy: NetworkElementInstallationGroupByArgs['orderBy'] }
|
|
2538
|
+
: { orderBy?: NetworkElementInstallationGroupByArgs['orderBy'] },
|
|
2539
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
2540
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
2541
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
2542
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
2543
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
2544
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
2545
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
2546
|
+
? `Error: "by" must not be empty.`
|
|
2547
|
+
: HavingValid extends Prisma.False
|
|
2548
|
+
? {
|
|
2549
|
+
[P in HavingFields]: P extends ByFields
|
|
2550
|
+
? never
|
|
2551
|
+
: P extends string
|
|
2552
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
2553
|
+
: [
|
|
2554
|
+
Error,
|
|
2555
|
+
'Field ',
|
|
2556
|
+
P,
|
|
2557
|
+
` in "having" needs to be provided in "by"`,
|
|
2558
|
+
]
|
|
2559
|
+
}[HavingFields]
|
|
2560
|
+
: 'take' extends Prisma.Keys<T>
|
|
2561
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
2562
|
+
? ByValid extends Prisma.True
|
|
2563
|
+
? {}
|
|
2564
|
+
: {
|
|
2565
|
+
[P in OrderFields]: P extends ByFields
|
|
2566
|
+
? never
|
|
2567
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2568
|
+
}[OrderFields]
|
|
2569
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
2570
|
+
: 'skip' extends Prisma.Keys<T>
|
|
2571
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
2572
|
+
? ByValid extends Prisma.True
|
|
2573
|
+
? {}
|
|
2574
|
+
: {
|
|
2575
|
+
[P in OrderFields]: P extends ByFields
|
|
2576
|
+
? never
|
|
2577
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2578
|
+
}[OrderFields]
|
|
2579
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
2580
|
+
: ByValid extends Prisma.True
|
|
2581
|
+
? {}
|
|
2582
|
+
: {
|
|
2583
|
+
[P in OrderFields]: P extends ByFields
|
|
2584
|
+
? never
|
|
2585
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2586
|
+
}[OrderFields]
|
|
2587
|
+
>(args: Prisma.SubsetIntersection<T, NetworkElementInstallationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetNetworkElementInstallationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
2588
|
+
/**
|
|
2589
|
+
* Fields of the NetworkElementInstallation model
|
|
2590
|
+
*/
|
|
2591
|
+
readonly fields: NetworkElementInstallationFieldRefs;
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
/**
|
|
2595
|
+
* The delegate class that acts as a "Promise-like" for NetworkElementInstallation.
|
|
2596
|
+
* Why is this prefixed with `Prisma__`?
|
|
2597
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
2598
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
2599
|
+
*/
|
|
2600
|
+
export interface Prisma__NetworkElementInstallationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
2601
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
2602
|
+
Cable<T extends Prisma.NetworkElementInstallation$CableArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$CableArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CablePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2603
|
+
PboFat<T extends Prisma.NetworkElementInstallation$PboFatArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$PboFatArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PboFatPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2604
|
+
SpliceClosure<T extends Prisma.NetworkElementInstallation$SpliceClosureArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$SpliceClosureArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SpliceClosurePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2605
|
+
ZoneNro<T extends Prisma.NetworkElementInstallation$ZoneNroArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$ZoneNroArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ZoneNroPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2606
|
+
Pole<T extends Prisma.NetworkElementInstallation$PoleArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$PoleArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PolePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2607
|
+
Manhole<T extends Prisma.NetworkElementInstallation$ManholeArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$ManholeArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ManholePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2608
|
+
Loop<T extends Prisma.NetworkElementInstallation$LoopArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$LoopArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$LoopPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2609
|
+
FDTSRO<T extends Prisma.NetworkElementInstallation$FDTSROArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$FDTSROArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FDTSROPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2610
|
+
SFU<T extends Prisma.NetworkElementInstallation$SFUArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$SFUArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SFUPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2611
|
+
Building<T extends Prisma.NetworkElementInstallation$BuildingArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$BuildingArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BuildingPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2612
|
+
Conduit<T extends Prisma.NetworkElementInstallation$ConduitArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.NetworkElementInstallation$ConduitArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ConduitPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2613
|
+
/**
|
|
2614
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2615
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
2616
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2617
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
2618
|
+
*/
|
|
2619
|
+
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>
|
|
2620
|
+
/**
|
|
2621
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
2622
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2623
|
+
* @returns A Promise for the completion of the callback.
|
|
2624
|
+
*/
|
|
2625
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
2626
|
+
/**
|
|
2627
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2628
|
+
* resolved value cannot be modified from the callback.
|
|
2629
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2630
|
+
* @returns A Promise for the completion of the callback.
|
|
2631
|
+
*/
|
|
2632
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
|
|
2636
|
+
|
|
2637
|
+
|
|
2638
|
+
/**
|
|
2639
|
+
* Fields of the NetworkElementInstallation model
|
|
2640
|
+
*/
|
|
2641
|
+
export interface NetworkElementInstallationFieldRefs {
|
|
2642
|
+
readonly id: Prisma.FieldRef<"NetworkElementInstallation", 'String'>
|
|
2643
|
+
readonly no: Prisma.FieldRef<"NetworkElementInstallation", 'Int'>
|
|
2644
|
+
readonly createdAt: Prisma.FieldRef<"NetworkElementInstallation", 'DateTime'>
|
|
2645
|
+
readonly updatedAt: Prisma.FieldRef<"NetworkElementInstallation", 'DateTime'>
|
|
2646
|
+
readonly networkElementId: Prisma.FieldRef<"NetworkElementInstallation", 'String'>
|
|
2647
|
+
readonly previousType: Prisma.FieldRef<"NetworkElementInstallation", 'String'>
|
|
2648
|
+
readonly previousName: Prisma.FieldRef<"NetworkElementInstallation", 'String'>
|
|
2649
|
+
readonly previousId: Prisma.FieldRef<"NetworkElementInstallation", 'String'>
|
|
2650
|
+
readonly nextType: Prisma.FieldRef<"NetworkElementInstallation", 'String'>
|
|
2651
|
+
readonly nextName: Prisma.FieldRef<"NetworkElementInstallation", 'String'>
|
|
2652
|
+
readonly nextId: Prisma.FieldRef<"NetworkElementInstallation", 'String'>
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
|
|
2656
|
+
// Custom InputTypes
|
|
2657
|
+
/**
|
|
2658
|
+
* NetworkElementInstallation findUnique
|
|
2659
|
+
*/
|
|
2660
|
+
export type NetworkElementInstallationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2661
|
+
/**
|
|
2662
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2663
|
+
*/
|
|
2664
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
2665
|
+
/**
|
|
2666
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2667
|
+
*/
|
|
2668
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2669
|
+
/**
|
|
2670
|
+
* Choose, which related nodes to fetch as well
|
|
2671
|
+
*/
|
|
2672
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
2673
|
+
/**
|
|
2674
|
+
* Filter, which NetworkElementInstallation to fetch.
|
|
2675
|
+
*/
|
|
2676
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
/**
|
|
2680
|
+
* NetworkElementInstallation findUniqueOrThrow
|
|
2681
|
+
*/
|
|
2682
|
+
export type NetworkElementInstallationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2683
|
+
/**
|
|
2684
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2685
|
+
*/
|
|
2686
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
2687
|
+
/**
|
|
2688
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2689
|
+
*/
|
|
2690
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2691
|
+
/**
|
|
2692
|
+
* Choose, which related nodes to fetch as well
|
|
2693
|
+
*/
|
|
2694
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
2695
|
+
/**
|
|
2696
|
+
* Filter, which NetworkElementInstallation to fetch.
|
|
2697
|
+
*/
|
|
2698
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
/**
|
|
2702
|
+
* NetworkElementInstallation findFirst
|
|
2703
|
+
*/
|
|
2704
|
+
export type NetworkElementInstallationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2705
|
+
/**
|
|
2706
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2707
|
+
*/
|
|
2708
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
2709
|
+
/**
|
|
2710
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2711
|
+
*/
|
|
2712
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2713
|
+
/**
|
|
2714
|
+
* Choose, which related nodes to fetch as well
|
|
2715
|
+
*/
|
|
2716
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
2717
|
+
/**
|
|
2718
|
+
* Filter, which NetworkElementInstallation to fetch.
|
|
2719
|
+
*/
|
|
2720
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
2721
|
+
/**
|
|
2722
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2723
|
+
*
|
|
2724
|
+
* Determine the order of NetworkElementInstallations to fetch.
|
|
2725
|
+
*/
|
|
2726
|
+
orderBy?: Prisma.NetworkElementInstallationOrderByWithRelationInput | Prisma.NetworkElementInstallationOrderByWithRelationInput[]
|
|
2727
|
+
/**
|
|
2728
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2729
|
+
*
|
|
2730
|
+
* Sets the position for searching for NetworkElementInstallations.
|
|
2731
|
+
*/
|
|
2732
|
+
cursor?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
2733
|
+
/**
|
|
2734
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2735
|
+
*
|
|
2736
|
+
* Take `±n` NetworkElementInstallations from the position of the cursor.
|
|
2737
|
+
*/
|
|
2738
|
+
take?: number
|
|
2739
|
+
/**
|
|
2740
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2741
|
+
*
|
|
2742
|
+
* Skip the first `n` NetworkElementInstallations.
|
|
2743
|
+
*/
|
|
2744
|
+
skip?: number
|
|
2745
|
+
/**
|
|
2746
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2747
|
+
*
|
|
2748
|
+
* Filter by unique combinations of NetworkElementInstallations.
|
|
2749
|
+
*/
|
|
2750
|
+
distinct?: Prisma.NetworkElementInstallationScalarFieldEnum | Prisma.NetworkElementInstallationScalarFieldEnum[]
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
/**
|
|
2754
|
+
* NetworkElementInstallation findFirstOrThrow
|
|
2755
|
+
*/
|
|
2756
|
+
export type NetworkElementInstallationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2757
|
+
/**
|
|
2758
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2759
|
+
*/
|
|
2760
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
2761
|
+
/**
|
|
2762
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2763
|
+
*/
|
|
2764
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2765
|
+
/**
|
|
2766
|
+
* Choose, which related nodes to fetch as well
|
|
2767
|
+
*/
|
|
2768
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
2769
|
+
/**
|
|
2770
|
+
* Filter, which NetworkElementInstallation to fetch.
|
|
2771
|
+
*/
|
|
2772
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
2773
|
+
/**
|
|
2774
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2775
|
+
*
|
|
2776
|
+
* Determine the order of NetworkElementInstallations to fetch.
|
|
2777
|
+
*/
|
|
2778
|
+
orderBy?: Prisma.NetworkElementInstallationOrderByWithRelationInput | Prisma.NetworkElementInstallationOrderByWithRelationInput[]
|
|
2779
|
+
/**
|
|
2780
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2781
|
+
*
|
|
2782
|
+
* Sets the position for searching for NetworkElementInstallations.
|
|
2783
|
+
*/
|
|
2784
|
+
cursor?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
2785
|
+
/**
|
|
2786
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2787
|
+
*
|
|
2788
|
+
* Take `±n` NetworkElementInstallations from the position of the cursor.
|
|
2789
|
+
*/
|
|
2790
|
+
take?: number
|
|
2791
|
+
/**
|
|
2792
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2793
|
+
*
|
|
2794
|
+
* Skip the first `n` NetworkElementInstallations.
|
|
2795
|
+
*/
|
|
2796
|
+
skip?: number
|
|
2797
|
+
/**
|
|
2798
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2799
|
+
*
|
|
2800
|
+
* Filter by unique combinations of NetworkElementInstallations.
|
|
2801
|
+
*/
|
|
2802
|
+
distinct?: Prisma.NetworkElementInstallationScalarFieldEnum | Prisma.NetworkElementInstallationScalarFieldEnum[]
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
/**
|
|
2806
|
+
* NetworkElementInstallation findMany
|
|
2807
|
+
*/
|
|
2808
|
+
export type NetworkElementInstallationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2809
|
+
/**
|
|
2810
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2811
|
+
*/
|
|
2812
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
2813
|
+
/**
|
|
2814
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2815
|
+
*/
|
|
2816
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2817
|
+
/**
|
|
2818
|
+
* Choose, which related nodes to fetch as well
|
|
2819
|
+
*/
|
|
2820
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
2821
|
+
/**
|
|
2822
|
+
* Filter, which NetworkElementInstallations to fetch.
|
|
2823
|
+
*/
|
|
2824
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
2825
|
+
/**
|
|
2826
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2827
|
+
*
|
|
2828
|
+
* Determine the order of NetworkElementInstallations to fetch.
|
|
2829
|
+
*/
|
|
2830
|
+
orderBy?: Prisma.NetworkElementInstallationOrderByWithRelationInput | Prisma.NetworkElementInstallationOrderByWithRelationInput[]
|
|
2831
|
+
/**
|
|
2832
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2833
|
+
*
|
|
2834
|
+
* Sets the position for listing NetworkElementInstallations.
|
|
2835
|
+
*/
|
|
2836
|
+
cursor?: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
2837
|
+
/**
|
|
2838
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2839
|
+
*
|
|
2840
|
+
* Take `±n` NetworkElementInstallations from the position of the cursor.
|
|
2841
|
+
*/
|
|
2842
|
+
take?: number
|
|
2843
|
+
/**
|
|
2844
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2845
|
+
*
|
|
2846
|
+
* Skip the first `n` NetworkElementInstallations.
|
|
2847
|
+
*/
|
|
2848
|
+
skip?: number
|
|
2849
|
+
distinct?: Prisma.NetworkElementInstallationScalarFieldEnum | Prisma.NetworkElementInstallationScalarFieldEnum[]
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
/**
|
|
2853
|
+
* NetworkElementInstallation create
|
|
2854
|
+
*/
|
|
2855
|
+
export type NetworkElementInstallationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2856
|
+
/**
|
|
2857
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2858
|
+
*/
|
|
2859
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
2860
|
+
/**
|
|
2861
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2862
|
+
*/
|
|
2863
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2864
|
+
/**
|
|
2865
|
+
* Choose, which related nodes to fetch as well
|
|
2866
|
+
*/
|
|
2867
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
2868
|
+
/**
|
|
2869
|
+
* The data needed to create a NetworkElementInstallation.
|
|
2870
|
+
*/
|
|
2871
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationCreateInput, Prisma.NetworkElementInstallationUncheckedCreateInput>
|
|
2872
|
+
}
|
|
2873
|
+
|
|
2874
|
+
/**
|
|
2875
|
+
* NetworkElementInstallation createMany
|
|
2876
|
+
*/
|
|
2877
|
+
export type NetworkElementInstallationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2878
|
+
/**
|
|
2879
|
+
* The data used to create many NetworkElementInstallations.
|
|
2880
|
+
*/
|
|
2881
|
+
data: Prisma.NetworkElementInstallationCreateManyInput | Prisma.NetworkElementInstallationCreateManyInput[]
|
|
2882
|
+
skipDuplicates?: boolean
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
/**
|
|
2886
|
+
* NetworkElementInstallation createManyAndReturn
|
|
2887
|
+
*/
|
|
2888
|
+
export type NetworkElementInstallationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2889
|
+
/**
|
|
2890
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2891
|
+
*/
|
|
2892
|
+
select?: Prisma.NetworkElementInstallationSelectCreateManyAndReturn<ExtArgs> | null
|
|
2893
|
+
/**
|
|
2894
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2895
|
+
*/
|
|
2896
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2897
|
+
/**
|
|
2898
|
+
* The data used to create many NetworkElementInstallations.
|
|
2899
|
+
*/
|
|
2900
|
+
data: Prisma.NetworkElementInstallationCreateManyInput | Prisma.NetworkElementInstallationCreateManyInput[]
|
|
2901
|
+
skipDuplicates?: boolean
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
/**
|
|
2905
|
+
* NetworkElementInstallation update
|
|
2906
|
+
*/
|
|
2907
|
+
export type NetworkElementInstallationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2908
|
+
/**
|
|
2909
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2910
|
+
*/
|
|
2911
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
2912
|
+
/**
|
|
2913
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2914
|
+
*/
|
|
2915
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2916
|
+
/**
|
|
2917
|
+
* Choose, which related nodes to fetch as well
|
|
2918
|
+
*/
|
|
2919
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
2920
|
+
/**
|
|
2921
|
+
* The data needed to update a NetworkElementInstallation.
|
|
2922
|
+
*/
|
|
2923
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateInput, Prisma.NetworkElementInstallationUncheckedUpdateInput>
|
|
2924
|
+
/**
|
|
2925
|
+
* Choose, which NetworkElementInstallation to update.
|
|
2926
|
+
*/
|
|
2927
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
/**
|
|
2931
|
+
* NetworkElementInstallation updateMany
|
|
2932
|
+
*/
|
|
2933
|
+
export type NetworkElementInstallationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2934
|
+
/**
|
|
2935
|
+
* The data used to update NetworkElementInstallations.
|
|
2936
|
+
*/
|
|
2937
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateManyMutationInput, Prisma.NetworkElementInstallationUncheckedUpdateManyInput>
|
|
2938
|
+
/**
|
|
2939
|
+
* Filter which NetworkElementInstallations to update
|
|
2940
|
+
*/
|
|
2941
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
2942
|
+
/**
|
|
2943
|
+
* Limit how many NetworkElementInstallations to update.
|
|
2944
|
+
*/
|
|
2945
|
+
limit?: number
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
/**
|
|
2949
|
+
* NetworkElementInstallation updateManyAndReturn
|
|
2950
|
+
*/
|
|
2951
|
+
export type NetworkElementInstallationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2952
|
+
/**
|
|
2953
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2954
|
+
*/
|
|
2955
|
+
select?: Prisma.NetworkElementInstallationSelectUpdateManyAndReturn<ExtArgs> | null
|
|
2956
|
+
/**
|
|
2957
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2958
|
+
*/
|
|
2959
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2960
|
+
/**
|
|
2961
|
+
* The data used to update NetworkElementInstallations.
|
|
2962
|
+
*/
|
|
2963
|
+
data: Prisma.XOR<Prisma.NetworkElementInstallationUpdateManyMutationInput, Prisma.NetworkElementInstallationUncheckedUpdateManyInput>
|
|
2964
|
+
/**
|
|
2965
|
+
* Filter which NetworkElementInstallations to update
|
|
2966
|
+
*/
|
|
2967
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
2968
|
+
/**
|
|
2969
|
+
* Limit how many NetworkElementInstallations to update.
|
|
2970
|
+
*/
|
|
2971
|
+
limit?: number
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
/**
|
|
2975
|
+
* NetworkElementInstallation upsert
|
|
2976
|
+
*/
|
|
2977
|
+
export type NetworkElementInstallationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2978
|
+
/**
|
|
2979
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
2980
|
+
*/
|
|
2981
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
2982
|
+
/**
|
|
2983
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
2984
|
+
*/
|
|
2985
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
2986
|
+
/**
|
|
2987
|
+
* Choose, which related nodes to fetch as well
|
|
2988
|
+
*/
|
|
2989
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
2990
|
+
/**
|
|
2991
|
+
* The filter to search for the NetworkElementInstallation to update in case it exists.
|
|
2992
|
+
*/
|
|
2993
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
2994
|
+
/**
|
|
2995
|
+
* In case the NetworkElementInstallation found by the `where` argument doesn't exist, create a new NetworkElementInstallation with this data.
|
|
2996
|
+
*/
|
|
2997
|
+
create: Prisma.XOR<Prisma.NetworkElementInstallationCreateInput, Prisma.NetworkElementInstallationUncheckedCreateInput>
|
|
2998
|
+
/**
|
|
2999
|
+
* In case the NetworkElementInstallation was found with the provided `where` argument, update it with this data.
|
|
3000
|
+
*/
|
|
3001
|
+
update: Prisma.XOR<Prisma.NetworkElementInstallationUpdateInput, Prisma.NetworkElementInstallationUncheckedUpdateInput>
|
|
3002
|
+
}
|
|
3003
|
+
|
|
3004
|
+
/**
|
|
3005
|
+
* NetworkElementInstallation delete
|
|
3006
|
+
*/
|
|
3007
|
+
export type NetworkElementInstallationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3008
|
+
/**
|
|
3009
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
3010
|
+
*/
|
|
3011
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
3012
|
+
/**
|
|
3013
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
3014
|
+
*/
|
|
3015
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
3016
|
+
/**
|
|
3017
|
+
* Choose, which related nodes to fetch as well
|
|
3018
|
+
*/
|
|
3019
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
3020
|
+
/**
|
|
3021
|
+
* Filter which NetworkElementInstallation to delete.
|
|
3022
|
+
*/
|
|
3023
|
+
where: Prisma.NetworkElementInstallationWhereUniqueInput
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
/**
|
|
3027
|
+
* NetworkElementInstallation deleteMany
|
|
3028
|
+
*/
|
|
3029
|
+
export type NetworkElementInstallationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3030
|
+
/**
|
|
3031
|
+
* Filter which NetworkElementInstallations to delete
|
|
3032
|
+
*/
|
|
3033
|
+
where?: Prisma.NetworkElementInstallationWhereInput
|
|
3034
|
+
/**
|
|
3035
|
+
* Limit how many NetworkElementInstallations to delete.
|
|
3036
|
+
*/
|
|
3037
|
+
limit?: number
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3040
|
+
/**
|
|
3041
|
+
* NetworkElementInstallation.Cable
|
|
3042
|
+
*/
|
|
3043
|
+
export type NetworkElementInstallation$CableArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3044
|
+
/**
|
|
3045
|
+
* Select specific fields to fetch from the Cable
|
|
3046
|
+
*/
|
|
3047
|
+
select?: Prisma.CableSelect<ExtArgs> | null
|
|
3048
|
+
/**
|
|
3049
|
+
* Omit specific fields from the Cable
|
|
3050
|
+
*/
|
|
3051
|
+
omit?: Prisma.CableOmit<ExtArgs> | null
|
|
3052
|
+
/**
|
|
3053
|
+
* Choose, which related nodes to fetch as well
|
|
3054
|
+
*/
|
|
3055
|
+
include?: Prisma.CableInclude<ExtArgs> | null
|
|
3056
|
+
where?: Prisma.CableWhereInput
|
|
3057
|
+
orderBy?: Prisma.CableOrderByWithRelationInput | Prisma.CableOrderByWithRelationInput[]
|
|
3058
|
+
cursor?: Prisma.CableWhereUniqueInput
|
|
3059
|
+
take?: number
|
|
3060
|
+
skip?: number
|
|
3061
|
+
distinct?: Prisma.CableScalarFieldEnum | Prisma.CableScalarFieldEnum[]
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
/**
|
|
3065
|
+
* NetworkElementInstallation.PboFat
|
|
3066
|
+
*/
|
|
3067
|
+
export type NetworkElementInstallation$PboFatArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3068
|
+
/**
|
|
3069
|
+
* Select specific fields to fetch from the PboFat
|
|
3070
|
+
*/
|
|
3071
|
+
select?: Prisma.PboFatSelect<ExtArgs> | null
|
|
3072
|
+
/**
|
|
3073
|
+
* Omit specific fields from the PboFat
|
|
3074
|
+
*/
|
|
3075
|
+
omit?: Prisma.PboFatOmit<ExtArgs> | null
|
|
3076
|
+
/**
|
|
3077
|
+
* Choose, which related nodes to fetch as well
|
|
3078
|
+
*/
|
|
3079
|
+
include?: Prisma.PboFatInclude<ExtArgs> | null
|
|
3080
|
+
where?: Prisma.PboFatWhereInput
|
|
3081
|
+
orderBy?: Prisma.PboFatOrderByWithRelationInput | Prisma.PboFatOrderByWithRelationInput[]
|
|
3082
|
+
cursor?: Prisma.PboFatWhereUniqueInput
|
|
3083
|
+
take?: number
|
|
3084
|
+
skip?: number
|
|
3085
|
+
distinct?: Prisma.PboFatScalarFieldEnum | Prisma.PboFatScalarFieldEnum[]
|
|
3086
|
+
}
|
|
3087
|
+
|
|
3088
|
+
/**
|
|
3089
|
+
* NetworkElementInstallation.SpliceClosure
|
|
3090
|
+
*/
|
|
3091
|
+
export type NetworkElementInstallation$SpliceClosureArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3092
|
+
/**
|
|
3093
|
+
* Select specific fields to fetch from the SpliceClosure
|
|
3094
|
+
*/
|
|
3095
|
+
select?: Prisma.SpliceClosureSelect<ExtArgs> | null
|
|
3096
|
+
/**
|
|
3097
|
+
* Omit specific fields from the SpliceClosure
|
|
3098
|
+
*/
|
|
3099
|
+
omit?: Prisma.SpliceClosureOmit<ExtArgs> | null
|
|
3100
|
+
/**
|
|
3101
|
+
* Choose, which related nodes to fetch as well
|
|
3102
|
+
*/
|
|
3103
|
+
include?: Prisma.SpliceClosureInclude<ExtArgs> | null
|
|
3104
|
+
where?: Prisma.SpliceClosureWhereInput
|
|
3105
|
+
orderBy?: Prisma.SpliceClosureOrderByWithRelationInput | Prisma.SpliceClosureOrderByWithRelationInput[]
|
|
3106
|
+
cursor?: Prisma.SpliceClosureWhereUniqueInput
|
|
3107
|
+
take?: number
|
|
3108
|
+
skip?: number
|
|
3109
|
+
distinct?: Prisma.SpliceClosureScalarFieldEnum | Prisma.SpliceClosureScalarFieldEnum[]
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
/**
|
|
3113
|
+
* NetworkElementInstallation.ZoneNro
|
|
3114
|
+
*/
|
|
3115
|
+
export type NetworkElementInstallation$ZoneNroArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3116
|
+
/**
|
|
3117
|
+
* Select specific fields to fetch from the ZoneNro
|
|
3118
|
+
*/
|
|
3119
|
+
select?: Prisma.ZoneNroSelect<ExtArgs> | null
|
|
3120
|
+
/**
|
|
3121
|
+
* Omit specific fields from the ZoneNro
|
|
3122
|
+
*/
|
|
3123
|
+
omit?: Prisma.ZoneNroOmit<ExtArgs> | null
|
|
3124
|
+
/**
|
|
3125
|
+
* Choose, which related nodes to fetch as well
|
|
3126
|
+
*/
|
|
3127
|
+
include?: Prisma.ZoneNroInclude<ExtArgs> | null
|
|
3128
|
+
where?: Prisma.ZoneNroWhereInput
|
|
3129
|
+
orderBy?: Prisma.ZoneNroOrderByWithRelationInput | Prisma.ZoneNroOrderByWithRelationInput[]
|
|
3130
|
+
cursor?: Prisma.ZoneNroWhereUniqueInput
|
|
3131
|
+
take?: number
|
|
3132
|
+
skip?: number
|
|
3133
|
+
distinct?: Prisma.ZoneNroScalarFieldEnum | Prisma.ZoneNroScalarFieldEnum[]
|
|
3134
|
+
}
|
|
3135
|
+
|
|
3136
|
+
/**
|
|
3137
|
+
* NetworkElementInstallation.Pole
|
|
3138
|
+
*/
|
|
3139
|
+
export type NetworkElementInstallation$PoleArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3140
|
+
/**
|
|
3141
|
+
* Select specific fields to fetch from the Pole
|
|
3142
|
+
*/
|
|
3143
|
+
select?: Prisma.PoleSelect<ExtArgs> | null
|
|
3144
|
+
/**
|
|
3145
|
+
* Omit specific fields from the Pole
|
|
3146
|
+
*/
|
|
3147
|
+
omit?: Prisma.PoleOmit<ExtArgs> | null
|
|
3148
|
+
/**
|
|
3149
|
+
* Choose, which related nodes to fetch as well
|
|
3150
|
+
*/
|
|
3151
|
+
include?: Prisma.PoleInclude<ExtArgs> | null
|
|
3152
|
+
where?: Prisma.PoleWhereInput
|
|
3153
|
+
orderBy?: Prisma.PoleOrderByWithRelationInput | Prisma.PoleOrderByWithRelationInput[]
|
|
3154
|
+
cursor?: Prisma.PoleWhereUniqueInput
|
|
3155
|
+
take?: number
|
|
3156
|
+
skip?: number
|
|
3157
|
+
distinct?: Prisma.PoleScalarFieldEnum | Prisma.PoleScalarFieldEnum[]
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3160
|
+
/**
|
|
3161
|
+
* NetworkElementInstallation.Manhole
|
|
3162
|
+
*/
|
|
3163
|
+
export type NetworkElementInstallation$ManholeArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3164
|
+
/**
|
|
3165
|
+
* Select specific fields to fetch from the Manhole
|
|
3166
|
+
*/
|
|
3167
|
+
select?: Prisma.ManholeSelect<ExtArgs> | null
|
|
3168
|
+
/**
|
|
3169
|
+
* Omit specific fields from the Manhole
|
|
3170
|
+
*/
|
|
3171
|
+
omit?: Prisma.ManholeOmit<ExtArgs> | null
|
|
3172
|
+
/**
|
|
3173
|
+
* Choose, which related nodes to fetch as well
|
|
3174
|
+
*/
|
|
3175
|
+
include?: Prisma.ManholeInclude<ExtArgs> | null
|
|
3176
|
+
where?: Prisma.ManholeWhereInput
|
|
3177
|
+
orderBy?: Prisma.ManholeOrderByWithRelationInput | Prisma.ManholeOrderByWithRelationInput[]
|
|
3178
|
+
cursor?: Prisma.ManholeWhereUniqueInput
|
|
3179
|
+
take?: number
|
|
3180
|
+
skip?: number
|
|
3181
|
+
distinct?: Prisma.ManholeScalarFieldEnum | Prisma.ManholeScalarFieldEnum[]
|
|
3182
|
+
}
|
|
3183
|
+
|
|
3184
|
+
/**
|
|
3185
|
+
* NetworkElementInstallation.Loop
|
|
3186
|
+
*/
|
|
3187
|
+
export type NetworkElementInstallation$LoopArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3188
|
+
/**
|
|
3189
|
+
* Select specific fields to fetch from the Loop
|
|
3190
|
+
*/
|
|
3191
|
+
select?: Prisma.LoopSelect<ExtArgs> | null
|
|
3192
|
+
/**
|
|
3193
|
+
* Omit specific fields from the Loop
|
|
3194
|
+
*/
|
|
3195
|
+
omit?: Prisma.LoopOmit<ExtArgs> | null
|
|
3196
|
+
/**
|
|
3197
|
+
* Choose, which related nodes to fetch as well
|
|
3198
|
+
*/
|
|
3199
|
+
include?: Prisma.LoopInclude<ExtArgs> | null
|
|
3200
|
+
where?: Prisma.LoopWhereInput
|
|
3201
|
+
orderBy?: Prisma.LoopOrderByWithRelationInput | Prisma.LoopOrderByWithRelationInput[]
|
|
3202
|
+
cursor?: Prisma.LoopWhereUniqueInput
|
|
3203
|
+
take?: number
|
|
3204
|
+
skip?: number
|
|
3205
|
+
distinct?: Prisma.LoopScalarFieldEnum | Prisma.LoopScalarFieldEnum[]
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
/**
|
|
3209
|
+
* NetworkElementInstallation.FDTSRO
|
|
3210
|
+
*/
|
|
3211
|
+
export type NetworkElementInstallation$FDTSROArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3212
|
+
/**
|
|
3213
|
+
* Select specific fields to fetch from the FDTSRO
|
|
3214
|
+
*/
|
|
3215
|
+
select?: Prisma.FDTSROSelect<ExtArgs> | null
|
|
3216
|
+
/**
|
|
3217
|
+
* Omit specific fields from the FDTSRO
|
|
3218
|
+
*/
|
|
3219
|
+
omit?: Prisma.FDTSROOmit<ExtArgs> | null
|
|
3220
|
+
/**
|
|
3221
|
+
* Choose, which related nodes to fetch as well
|
|
3222
|
+
*/
|
|
3223
|
+
include?: Prisma.FDTSROInclude<ExtArgs> | null
|
|
3224
|
+
where?: Prisma.FDTSROWhereInput
|
|
3225
|
+
orderBy?: Prisma.FDTSROOrderByWithRelationInput | Prisma.FDTSROOrderByWithRelationInput[]
|
|
3226
|
+
cursor?: Prisma.FDTSROWhereUniqueInput
|
|
3227
|
+
take?: number
|
|
3228
|
+
skip?: number
|
|
3229
|
+
distinct?: Prisma.FDTSROScalarFieldEnum | Prisma.FDTSROScalarFieldEnum[]
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3232
|
+
/**
|
|
3233
|
+
* NetworkElementInstallation.SFU
|
|
3234
|
+
*/
|
|
3235
|
+
export type NetworkElementInstallation$SFUArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3236
|
+
/**
|
|
3237
|
+
* Select specific fields to fetch from the SFU
|
|
3238
|
+
*/
|
|
3239
|
+
select?: Prisma.SFUSelect<ExtArgs> | null
|
|
3240
|
+
/**
|
|
3241
|
+
* Omit specific fields from the SFU
|
|
3242
|
+
*/
|
|
3243
|
+
omit?: Prisma.SFUOmit<ExtArgs> | null
|
|
3244
|
+
/**
|
|
3245
|
+
* Choose, which related nodes to fetch as well
|
|
3246
|
+
*/
|
|
3247
|
+
include?: Prisma.SFUInclude<ExtArgs> | null
|
|
3248
|
+
where?: Prisma.SFUWhereInput
|
|
3249
|
+
orderBy?: Prisma.SFUOrderByWithRelationInput | Prisma.SFUOrderByWithRelationInput[]
|
|
3250
|
+
cursor?: Prisma.SFUWhereUniqueInput
|
|
3251
|
+
take?: number
|
|
3252
|
+
skip?: number
|
|
3253
|
+
distinct?: Prisma.SFUScalarFieldEnum | Prisma.SFUScalarFieldEnum[]
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
/**
|
|
3257
|
+
* NetworkElementInstallation.Building
|
|
3258
|
+
*/
|
|
3259
|
+
export type NetworkElementInstallation$BuildingArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3260
|
+
/**
|
|
3261
|
+
* Select specific fields to fetch from the Building
|
|
3262
|
+
*/
|
|
3263
|
+
select?: Prisma.BuildingSelect<ExtArgs> | null
|
|
3264
|
+
/**
|
|
3265
|
+
* Omit specific fields from the Building
|
|
3266
|
+
*/
|
|
3267
|
+
omit?: Prisma.BuildingOmit<ExtArgs> | null
|
|
3268
|
+
/**
|
|
3269
|
+
* Choose, which related nodes to fetch as well
|
|
3270
|
+
*/
|
|
3271
|
+
include?: Prisma.BuildingInclude<ExtArgs> | null
|
|
3272
|
+
where?: Prisma.BuildingWhereInput
|
|
3273
|
+
orderBy?: Prisma.BuildingOrderByWithRelationInput | Prisma.BuildingOrderByWithRelationInput[]
|
|
3274
|
+
cursor?: Prisma.BuildingWhereUniqueInput
|
|
3275
|
+
take?: number
|
|
3276
|
+
skip?: number
|
|
3277
|
+
distinct?: Prisma.BuildingScalarFieldEnum | Prisma.BuildingScalarFieldEnum[]
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3280
|
+
/**
|
|
3281
|
+
* NetworkElementInstallation.Conduit
|
|
3282
|
+
*/
|
|
3283
|
+
export type NetworkElementInstallation$ConduitArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3284
|
+
/**
|
|
3285
|
+
* Select specific fields to fetch from the Conduit
|
|
3286
|
+
*/
|
|
3287
|
+
select?: Prisma.ConduitSelect<ExtArgs> | null
|
|
3288
|
+
/**
|
|
3289
|
+
* Omit specific fields from the Conduit
|
|
3290
|
+
*/
|
|
3291
|
+
omit?: Prisma.ConduitOmit<ExtArgs> | null
|
|
3292
|
+
/**
|
|
3293
|
+
* Choose, which related nodes to fetch as well
|
|
3294
|
+
*/
|
|
3295
|
+
include?: Prisma.ConduitInclude<ExtArgs> | null
|
|
3296
|
+
where?: Prisma.ConduitWhereInput
|
|
3297
|
+
orderBy?: Prisma.ConduitOrderByWithRelationInput | Prisma.ConduitOrderByWithRelationInput[]
|
|
3298
|
+
cursor?: Prisma.ConduitWhereUniqueInput
|
|
3299
|
+
take?: number
|
|
3300
|
+
skip?: number
|
|
3301
|
+
distinct?: Prisma.ConduitScalarFieldEnum | Prisma.ConduitScalarFieldEnum[]
|
|
3302
|
+
}
|
|
3303
|
+
|
|
3304
|
+
/**
|
|
3305
|
+
* NetworkElementInstallation without action
|
|
3306
|
+
*/
|
|
3307
|
+
export type NetworkElementInstallationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3308
|
+
/**
|
|
3309
|
+
* Select specific fields to fetch from the NetworkElementInstallation
|
|
3310
|
+
*/
|
|
3311
|
+
select?: Prisma.NetworkElementInstallationSelect<ExtArgs> | null
|
|
3312
|
+
/**
|
|
3313
|
+
* Omit specific fields from the NetworkElementInstallation
|
|
3314
|
+
*/
|
|
3315
|
+
omit?: Prisma.NetworkElementInstallationOmit<ExtArgs> | null
|
|
3316
|
+
/**
|
|
3317
|
+
* Choose, which related nodes to fetch as well
|
|
3318
|
+
*/
|
|
3319
|
+
include?: Prisma.NetworkElementInstallationInclude<ExtArgs> | null
|
|
3320
|
+
}
|