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