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