efiber-prisma-schema 1.16.2 → 2.0.1
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 +12 -5
- package/prisma/generated/browser.ts +559 -0
- package/prisma/generated/client.ts +581 -0
- package/prisma/generated/commonInputTypes.ts +1246 -0
- package/prisma/generated/enums.ts +188 -0
- package/prisma/generated/internal/class.ts +1260 -0
- package/prisma/generated/internal/prismaNamespace.ts +11532 -0
- package/prisma/generated/internal/prismaNamespaceBrowser.ts +2582 -0
- package/prisma/generated/models/AttributeDefinition.ts +1498 -0
- package/prisma/generated/models/AttributeValue.ts +1419 -0
- package/prisma/generated/models/Audit.ts +1725 -0
- package/prisma/generated/models/BillOfMaterial.ts +1934 -0
- package/prisma/generated/models/Building.ts +6130 -0
- package/prisma/generated/models/BuildingTemplate.ts +2912 -0
- package/prisma/generated/models/Cable.ts +10501 -0
- package/prisma/generated/models/CableAttachment.ts +1530 -0
- package/prisma/generated/models/CableAttributes.ts +2244 -0
- package/prisma/generated/models/CableTemplate.ts +3170 -0
- package/prisma/generated/models/CamusatClient.ts +2001 -0
- package/prisma/generated/models/CamusatCountry.ts +2425 -0
- package/prisma/generated/models/CentralOffice.ts +1921 -0
- package/prisma/generated/models/CentralOfficeTeam.ts +1620 -0
- package/prisma/generated/models/CentralOfficeUser.ts +1650 -0
- package/prisma/generated/models/Cluster.ts +10984 -0
- package/prisma/generated/models/ClusterComments.ts +1668 -0
- package/prisma/generated/models/ClusterNotes.ts +1703 -0
- package/prisma/generated/models/Conduit.ts +5119 -0
- package/prisma/generated/models/ConduitTemplate.ts +2940 -0
- package/prisma/generated/models/Country.ts +1795 -0
- package/prisma/generated/models/DispatchMaterial.ts +3070 -0
- package/prisma/generated/models/DispatchProject.ts +4179 -0
- package/prisma/generated/models/DispatchTeam.ts +3053 -0
- package/prisma/generated/models/Duct.ts +1813 -0
- package/prisma/generated/models/ElementNode.ts +4413 -0
- package/prisma/generated/models/ElementRelation.ts +1644 -0
- package/prisma/generated/models/EmailConfigurations.ts +3736 -0
- package/prisma/generated/models/EmailTemplates.ts +1739 -0
- package/prisma/generated/models/EmailsIncoming.ts +2010 -0
- package/prisma/generated/models/EmailsIncomingSample.ts +1503 -0
- package/prisma/generated/models/EmailsOutgoing.ts +1648 -0
- package/prisma/generated/models/FDTSRO.ts +6180 -0
- package/prisma/generated/models/FDTSROTemplate.ts +2912 -0
- package/prisma/generated/models/Feature.ts +1867 -0
- package/prisma/generated/models/FeatureType.ts +1430 -0
- package/prisma/generated/models/IntegrationReportTemplate.ts +1878 -0
- package/prisma/generated/models/Loop.ts +5271 -0
- package/prisma/generated/models/LoopTemplate.ts +2912 -0
- package/prisma/generated/models/MainProject.ts +1664 -0
- package/prisma/generated/models/Manhole.ts +5090 -0
- package/prisma/generated/models/ManholeTemplate.ts +2912 -0
- package/prisma/generated/models/MapElement.ts +3450 -0
- package/prisma/generated/models/MapElementTemplate.ts +2742 -0
- package/prisma/generated/models/Material.ts +1963 -0
- package/prisma/generated/models/MaterialBillOfMaterial.ts +1737 -0
- package/prisma/generated/models/MaterialChangeLog.ts +1454 -0
- package/prisma/generated/models/NetworkElement.ts +6891 -0
- package/prisma/generated/models/NetworkElementInstallation.ts +3320 -0
- package/prisma/generated/models/Notifications.ts +1563 -0
- package/prisma/generated/models/OptionSource.ts +1132 -0
- package/prisma/generated/models/PboFat.ts +8248 -0
- package/prisma/generated/models/PboFatAttributes.ts +2672 -0
- package/prisma/generated/models/PboFatTemplate.ts +3112 -0
- package/prisma/generated/models/Platform.ts +1759 -0
- package/prisma/generated/models/Pole.ts +5266 -0
- package/prisma/generated/models/PoleTemplate.ts +2912 -0
- package/prisma/generated/models/Position.ts +1490 -0
- package/prisma/generated/models/PreviousEquipment.ts +1881 -0
- package/prisma/generated/models/Project.ts +14893 -0
- package/prisma/generated/models/ProjectType.ts +1351 -0
- package/prisma/generated/models/ProjectWorkFlow.ts +1856 -0
- package/prisma/generated/models/ReportFormats.ts +1768 -0
- package/prisma/generated/models/ReportFormulaConfig.ts +1375 -0
- package/prisma/generated/models/ReportMetric.ts +1737 -0
- package/prisma/generated/models/ReportTable.ts +1498 -0
- package/prisma/generated/models/ReportVisualization.ts +1446 -0
- package/prisma/generated/models/Revision.ts +4653 -0
- package/prisma/generated/models/Role.ts +2960 -0
- package/prisma/generated/models/SFU.ts +5977 -0
- package/prisma/generated/models/SFUTemplate.ts +2912 -0
- package/prisma/generated/models/SpliceClosure.ts +6405 -0
- package/prisma/generated/models/SpliceClosureAttributes.ts +2172 -0
- package/prisma/generated/models/SpliceClosureTemplate.ts +3176 -0
- package/prisma/generated/models/Splitter.ts +1459 -0
- package/prisma/generated/models/StockMovement.ts +1589 -0
- package/prisma/generated/models/SubsidiaryMaterial.ts +2193 -0
- package/prisma/generated/models/SubsidiaryMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/Team.ts +2044 -0
- package/prisma/generated/models/TeamMaterial.ts +2193 -0
- package/prisma/generated/models/TeamMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/TeamPlatform.ts +1874 -0
- package/prisma/generated/models/TeamType.ts +1655 -0
- package/prisma/generated/models/Template.ts +1691 -0
- package/prisma/generated/models/TemplateComponent.ts +1995 -0
- package/prisma/generated/models/User.ts +25676 -0
- package/prisma/generated/models/WorkOrder.ts +5901 -0
- package/prisma/generated/models/WorkOrderActivityLog.ts +2126 -0
- package/prisma/generated/models/WorkOrderChannel.ts +1454 -0
- package/prisma/generated/models/WorkOrderComments.ts +1687 -0
- package/prisma/generated/models/WorkOrderEditLog.ts +1757 -0
- package/prisma/generated/models/WorkOrderMaterial.ts +1933 -0
- package/prisma/generated/models/WorkOrderPauses.ts +1454 -0
- package/prisma/generated/models/WorkOrderTask.ts +2220 -0
- package/prisma/generated/models/WorkOrderTaskData.ts +1244 -0
- package/prisma/generated/models/ZoneNro.ts +3926 -0
- package/prisma/generated/models/ZoneNroTemplate.ts +2966 -0
- package/prisma/generated/models/clientMaterial.ts +2193 -0
- package/prisma/generated/models/clientMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/ductTemplate.ts +1606 -0
- package/prisma/generated/models/installationSequence.ts +1708 -0
- package/prisma/generated/models/integrationProjectUserStatus.ts +1916 -0
- package/prisma/generated/models/integrationUserLocation.ts +1681 -0
- package/prisma/generated/models/problemCategorization.ts +1543 -0
- package/prisma/generated/models/projectPhaseLog.ts +1728 -0
- package/prisma/generated/models/qrCodeTag.ts +4978 -0
- package/prisma/generated/models/qrCodeTemplate.ts +6500 -0
- package/prisma/generated/models/ticketMaterialMovementLog.ts +1651 -0
- package/prisma/generated/models.ts +119 -0
- package/prisma/schema.prisma +2 -2
- package/prisma/seed.ts +33 -0
- package/prisma.config.ts +13 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,2172 @@
|
|
|
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 `SpliceClosureAttributes` 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 SpliceClosureAttributes
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type SpliceClosureAttributesModel = runtime.Types.Result.DefaultSelection<Prisma.$SpliceClosureAttributesPayload>
|
|
20
|
+
|
|
21
|
+
export type AggregateSpliceClosureAttributes = {
|
|
22
|
+
_count: SpliceClosureAttributesCountAggregateOutputType | null
|
|
23
|
+
_avg: SpliceClosureAttributesAvgAggregateOutputType | null
|
|
24
|
+
_sum: SpliceClosureAttributesSumAggregateOutputType | null
|
|
25
|
+
_min: SpliceClosureAttributesMinAggregateOutputType | null
|
|
26
|
+
_max: SpliceClosureAttributesMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type SpliceClosureAttributesAvgAggregateOutputType = {
|
|
30
|
+
no: number | null
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export type SpliceClosureAttributesSumAggregateOutputType = {
|
|
34
|
+
no: number | null
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type SpliceClosureAttributesMinAggregateOutputType = {
|
|
38
|
+
id: string | null
|
|
39
|
+
no: number | null
|
|
40
|
+
name: string | null
|
|
41
|
+
description: string | null
|
|
42
|
+
value: string | null
|
|
43
|
+
createdAt: Date | null
|
|
44
|
+
updatedAt: Date | null
|
|
45
|
+
deletedAt: Date | null
|
|
46
|
+
projectId: string | null
|
|
47
|
+
materialId: string | null
|
|
48
|
+
spliceClosureId: string | null
|
|
49
|
+
spliceClosureTemplateId: string | null
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export type SpliceClosureAttributesMaxAggregateOutputType = {
|
|
53
|
+
id: string | null
|
|
54
|
+
no: number | null
|
|
55
|
+
name: string | null
|
|
56
|
+
description: string | null
|
|
57
|
+
value: string | null
|
|
58
|
+
createdAt: Date | null
|
|
59
|
+
updatedAt: Date | null
|
|
60
|
+
deletedAt: Date | null
|
|
61
|
+
projectId: string | null
|
|
62
|
+
materialId: string | null
|
|
63
|
+
spliceClosureId: string | null
|
|
64
|
+
spliceClosureTemplateId: string | null
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export type SpliceClosureAttributesCountAggregateOutputType = {
|
|
68
|
+
id: number
|
|
69
|
+
no: number
|
|
70
|
+
name: number
|
|
71
|
+
description: number
|
|
72
|
+
value: number
|
|
73
|
+
createdAt: number
|
|
74
|
+
updatedAt: number
|
|
75
|
+
deletedAt: number
|
|
76
|
+
projectId: number
|
|
77
|
+
materialId: number
|
|
78
|
+
spliceClosureId: number
|
|
79
|
+
spliceClosureTemplateId: number
|
|
80
|
+
_all: number
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
export type SpliceClosureAttributesAvgAggregateInputType = {
|
|
85
|
+
no?: true
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export type SpliceClosureAttributesSumAggregateInputType = {
|
|
89
|
+
no?: true
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export type SpliceClosureAttributesMinAggregateInputType = {
|
|
93
|
+
id?: true
|
|
94
|
+
no?: true
|
|
95
|
+
name?: true
|
|
96
|
+
description?: true
|
|
97
|
+
value?: true
|
|
98
|
+
createdAt?: true
|
|
99
|
+
updatedAt?: true
|
|
100
|
+
deletedAt?: true
|
|
101
|
+
projectId?: true
|
|
102
|
+
materialId?: true
|
|
103
|
+
spliceClosureId?: true
|
|
104
|
+
spliceClosureTemplateId?: true
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export type SpliceClosureAttributesMaxAggregateInputType = {
|
|
108
|
+
id?: true
|
|
109
|
+
no?: true
|
|
110
|
+
name?: true
|
|
111
|
+
description?: true
|
|
112
|
+
value?: true
|
|
113
|
+
createdAt?: true
|
|
114
|
+
updatedAt?: true
|
|
115
|
+
deletedAt?: true
|
|
116
|
+
projectId?: true
|
|
117
|
+
materialId?: true
|
|
118
|
+
spliceClosureId?: true
|
|
119
|
+
spliceClosureTemplateId?: true
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export type SpliceClosureAttributesCountAggregateInputType = {
|
|
123
|
+
id?: true
|
|
124
|
+
no?: true
|
|
125
|
+
name?: true
|
|
126
|
+
description?: true
|
|
127
|
+
value?: true
|
|
128
|
+
createdAt?: true
|
|
129
|
+
updatedAt?: true
|
|
130
|
+
deletedAt?: true
|
|
131
|
+
projectId?: true
|
|
132
|
+
materialId?: true
|
|
133
|
+
spliceClosureId?: true
|
|
134
|
+
spliceClosureTemplateId?: true
|
|
135
|
+
_all?: true
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export type SpliceClosureAttributesAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
139
|
+
/**
|
|
140
|
+
* Filter which SpliceClosureAttributes to aggregate.
|
|
141
|
+
*/
|
|
142
|
+
where?: Prisma.SpliceClosureAttributesWhereInput
|
|
143
|
+
/**
|
|
144
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
145
|
+
*
|
|
146
|
+
* Determine the order of SpliceClosureAttributes to fetch.
|
|
147
|
+
*/
|
|
148
|
+
orderBy?: Prisma.SpliceClosureAttributesOrderByWithRelationInput | Prisma.SpliceClosureAttributesOrderByWithRelationInput[]
|
|
149
|
+
/**
|
|
150
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
151
|
+
*
|
|
152
|
+
* Sets the start position
|
|
153
|
+
*/
|
|
154
|
+
cursor?: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
155
|
+
/**
|
|
156
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
157
|
+
*
|
|
158
|
+
* Take `±n` SpliceClosureAttributes from the position of the cursor.
|
|
159
|
+
*/
|
|
160
|
+
take?: number
|
|
161
|
+
/**
|
|
162
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
163
|
+
*
|
|
164
|
+
* Skip the first `n` SpliceClosureAttributes.
|
|
165
|
+
*/
|
|
166
|
+
skip?: number
|
|
167
|
+
/**
|
|
168
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
169
|
+
*
|
|
170
|
+
* Count returned SpliceClosureAttributes
|
|
171
|
+
**/
|
|
172
|
+
_count?: true | SpliceClosureAttributesCountAggregateInputType
|
|
173
|
+
/**
|
|
174
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
175
|
+
*
|
|
176
|
+
* Select which fields to average
|
|
177
|
+
**/
|
|
178
|
+
_avg?: SpliceClosureAttributesAvgAggregateInputType
|
|
179
|
+
/**
|
|
180
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
181
|
+
*
|
|
182
|
+
* Select which fields to sum
|
|
183
|
+
**/
|
|
184
|
+
_sum?: SpliceClosureAttributesSumAggregateInputType
|
|
185
|
+
/**
|
|
186
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
187
|
+
*
|
|
188
|
+
* Select which fields to find the minimum value
|
|
189
|
+
**/
|
|
190
|
+
_min?: SpliceClosureAttributesMinAggregateInputType
|
|
191
|
+
/**
|
|
192
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
193
|
+
*
|
|
194
|
+
* Select which fields to find the maximum value
|
|
195
|
+
**/
|
|
196
|
+
_max?: SpliceClosureAttributesMaxAggregateInputType
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export type GetSpliceClosureAttributesAggregateType<T extends SpliceClosureAttributesAggregateArgs> = {
|
|
200
|
+
[P in keyof T & keyof AggregateSpliceClosureAttributes]: P extends '_count' | 'count'
|
|
201
|
+
? T[P] extends true
|
|
202
|
+
? number
|
|
203
|
+
: Prisma.GetScalarType<T[P], AggregateSpliceClosureAttributes[P]>
|
|
204
|
+
: Prisma.GetScalarType<T[P], AggregateSpliceClosureAttributes[P]>
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
export type SpliceClosureAttributesGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
211
|
+
where?: Prisma.SpliceClosureAttributesWhereInput
|
|
212
|
+
orderBy?: Prisma.SpliceClosureAttributesOrderByWithAggregationInput | Prisma.SpliceClosureAttributesOrderByWithAggregationInput[]
|
|
213
|
+
by: Prisma.SpliceClosureAttributesScalarFieldEnum[] | Prisma.SpliceClosureAttributesScalarFieldEnum
|
|
214
|
+
having?: Prisma.SpliceClosureAttributesScalarWhereWithAggregatesInput
|
|
215
|
+
take?: number
|
|
216
|
+
skip?: number
|
|
217
|
+
_count?: SpliceClosureAttributesCountAggregateInputType | true
|
|
218
|
+
_avg?: SpliceClosureAttributesAvgAggregateInputType
|
|
219
|
+
_sum?: SpliceClosureAttributesSumAggregateInputType
|
|
220
|
+
_min?: SpliceClosureAttributesMinAggregateInputType
|
|
221
|
+
_max?: SpliceClosureAttributesMaxAggregateInputType
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
export type SpliceClosureAttributesGroupByOutputType = {
|
|
225
|
+
id: string
|
|
226
|
+
no: number
|
|
227
|
+
name: string
|
|
228
|
+
description: string | null
|
|
229
|
+
value: string | null
|
|
230
|
+
createdAt: Date
|
|
231
|
+
updatedAt: Date
|
|
232
|
+
deletedAt: Date | null
|
|
233
|
+
projectId: string | null
|
|
234
|
+
materialId: string | null
|
|
235
|
+
spliceClosureId: string
|
|
236
|
+
spliceClosureTemplateId: string | null
|
|
237
|
+
_count: SpliceClosureAttributesCountAggregateOutputType | null
|
|
238
|
+
_avg: SpliceClosureAttributesAvgAggregateOutputType | null
|
|
239
|
+
_sum: SpliceClosureAttributesSumAggregateOutputType | null
|
|
240
|
+
_min: SpliceClosureAttributesMinAggregateOutputType | null
|
|
241
|
+
_max: SpliceClosureAttributesMaxAggregateOutputType | null
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
type GetSpliceClosureAttributesGroupByPayload<T extends SpliceClosureAttributesGroupByArgs> = Prisma.PrismaPromise<
|
|
245
|
+
Array<
|
|
246
|
+
Prisma.PickEnumerable<SpliceClosureAttributesGroupByOutputType, T['by']> &
|
|
247
|
+
{
|
|
248
|
+
[P in ((keyof T) & (keyof SpliceClosureAttributesGroupByOutputType))]: P extends '_count'
|
|
249
|
+
? T[P] extends boolean
|
|
250
|
+
? number
|
|
251
|
+
: Prisma.GetScalarType<T[P], SpliceClosureAttributesGroupByOutputType[P]>
|
|
252
|
+
: Prisma.GetScalarType<T[P], SpliceClosureAttributesGroupByOutputType[P]>
|
|
253
|
+
}
|
|
254
|
+
>
|
|
255
|
+
>
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
export type SpliceClosureAttributesWhereInput = {
|
|
260
|
+
AND?: Prisma.SpliceClosureAttributesWhereInput | Prisma.SpliceClosureAttributesWhereInput[]
|
|
261
|
+
OR?: Prisma.SpliceClosureAttributesWhereInput[]
|
|
262
|
+
NOT?: Prisma.SpliceClosureAttributesWhereInput | Prisma.SpliceClosureAttributesWhereInput[]
|
|
263
|
+
id?: Prisma.StringFilter<"SpliceClosureAttributes"> | string
|
|
264
|
+
no?: Prisma.IntFilter<"SpliceClosureAttributes"> | number
|
|
265
|
+
name?: Prisma.StringFilter<"SpliceClosureAttributes"> | string
|
|
266
|
+
description?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
267
|
+
value?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
268
|
+
createdAt?: Prisma.DateTimeFilter<"SpliceClosureAttributes"> | Date | string
|
|
269
|
+
updatedAt?: Prisma.DateTimeFilter<"SpliceClosureAttributes"> | Date | string
|
|
270
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"SpliceClosureAttributes"> | Date | string | null
|
|
271
|
+
projectId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
272
|
+
materialId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
273
|
+
spliceClosureId?: Prisma.StringFilter<"SpliceClosureAttributes"> | string
|
|
274
|
+
spliceClosureTemplateId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
275
|
+
project?: Prisma.XOR<Prisma.ProjectNullableScalarRelationFilter, Prisma.ProjectWhereInput> | null
|
|
276
|
+
material?: Prisma.XOR<Prisma.MaterialNullableScalarRelationFilter, Prisma.MaterialWhereInput> | null
|
|
277
|
+
spliceClosure?: Prisma.XOR<Prisma.SpliceClosureScalarRelationFilter, Prisma.SpliceClosureWhereInput>
|
|
278
|
+
SpliceClosureTemplate?: Prisma.XOR<Prisma.SpliceClosureTemplateNullableScalarRelationFilter, Prisma.SpliceClosureTemplateWhereInput> | null
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
export type SpliceClosureAttributesOrderByWithRelationInput = {
|
|
282
|
+
id?: Prisma.SortOrder
|
|
283
|
+
no?: Prisma.SortOrder
|
|
284
|
+
name?: Prisma.SortOrder
|
|
285
|
+
description?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
286
|
+
value?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
287
|
+
createdAt?: Prisma.SortOrder
|
|
288
|
+
updatedAt?: Prisma.SortOrder
|
|
289
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
290
|
+
projectId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
291
|
+
materialId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
292
|
+
spliceClosureId?: Prisma.SortOrder
|
|
293
|
+
spliceClosureTemplateId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
294
|
+
project?: Prisma.ProjectOrderByWithRelationInput
|
|
295
|
+
material?: Prisma.MaterialOrderByWithRelationInput
|
|
296
|
+
spliceClosure?: Prisma.SpliceClosureOrderByWithRelationInput
|
|
297
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateOrderByWithRelationInput
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export type SpliceClosureAttributesWhereUniqueInput = Prisma.AtLeast<{
|
|
301
|
+
id?: string
|
|
302
|
+
AND?: Prisma.SpliceClosureAttributesWhereInput | Prisma.SpliceClosureAttributesWhereInput[]
|
|
303
|
+
OR?: Prisma.SpliceClosureAttributesWhereInput[]
|
|
304
|
+
NOT?: Prisma.SpliceClosureAttributesWhereInput | Prisma.SpliceClosureAttributesWhereInput[]
|
|
305
|
+
no?: Prisma.IntFilter<"SpliceClosureAttributes"> | number
|
|
306
|
+
name?: Prisma.StringFilter<"SpliceClosureAttributes"> | string
|
|
307
|
+
description?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
308
|
+
value?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
309
|
+
createdAt?: Prisma.DateTimeFilter<"SpliceClosureAttributes"> | Date | string
|
|
310
|
+
updatedAt?: Prisma.DateTimeFilter<"SpliceClosureAttributes"> | Date | string
|
|
311
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"SpliceClosureAttributes"> | Date | string | null
|
|
312
|
+
projectId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
313
|
+
materialId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
314
|
+
spliceClosureId?: Prisma.StringFilter<"SpliceClosureAttributes"> | string
|
|
315
|
+
spliceClosureTemplateId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
316
|
+
project?: Prisma.XOR<Prisma.ProjectNullableScalarRelationFilter, Prisma.ProjectWhereInput> | null
|
|
317
|
+
material?: Prisma.XOR<Prisma.MaterialNullableScalarRelationFilter, Prisma.MaterialWhereInput> | null
|
|
318
|
+
spliceClosure?: Prisma.XOR<Prisma.SpliceClosureScalarRelationFilter, Prisma.SpliceClosureWhereInput>
|
|
319
|
+
SpliceClosureTemplate?: Prisma.XOR<Prisma.SpliceClosureTemplateNullableScalarRelationFilter, Prisma.SpliceClosureTemplateWhereInput> | null
|
|
320
|
+
}, "id" | "id">
|
|
321
|
+
|
|
322
|
+
export type SpliceClosureAttributesOrderByWithAggregationInput = {
|
|
323
|
+
id?: Prisma.SortOrder
|
|
324
|
+
no?: Prisma.SortOrder
|
|
325
|
+
name?: Prisma.SortOrder
|
|
326
|
+
description?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
327
|
+
value?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
328
|
+
createdAt?: Prisma.SortOrder
|
|
329
|
+
updatedAt?: Prisma.SortOrder
|
|
330
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
331
|
+
projectId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
332
|
+
materialId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
333
|
+
spliceClosureId?: Prisma.SortOrder
|
|
334
|
+
spliceClosureTemplateId?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
335
|
+
_count?: Prisma.SpliceClosureAttributesCountOrderByAggregateInput
|
|
336
|
+
_avg?: Prisma.SpliceClosureAttributesAvgOrderByAggregateInput
|
|
337
|
+
_max?: Prisma.SpliceClosureAttributesMaxOrderByAggregateInput
|
|
338
|
+
_min?: Prisma.SpliceClosureAttributesMinOrderByAggregateInput
|
|
339
|
+
_sum?: Prisma.SpliceClosureAttributesSumOrderByAggregateInput
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export type SpliceClosureAttributesScalarWhereWithAggregatesInput = {
|
|
343
|
+
AND?: Prisma.SpliceClosureAttributesScalarWhereWithAggregatesInput | Prisma.SpliceClosureAttributesScalarWhereWithAggregatesInput[]
|
|
344
|
+
OR?: Prisma.SpliceClosureAttributesScalarWhereWithAggregatesInput[]
|
|
345
|
+
NOT?: Prisma.SpliceClosureAttributesScalarWhereWithAggregatesInput | Prisma.SpliceClosureAttributesScalarWhereWithAggregatesInput[]
|
|
346
|
+
id?: Prisma.StringWithAggregatesFilter<"SpliceClosureAttributes"> | string
|
|
347
|
+
no?: Prisma.IntWithAggregatesFilter<"SpliceClosureAttributes"> | number
|
|
348
|
+
name?: Prisma.StringWithAggregatesFilter<"SpliceClosureAttributes"> | string
|
|
349
|
+
description?: Prisma.StringNullableWithAggregatesFilter<"SpliceClosureAttributes"> | string | null
|
|
350
|
+
value?: Prisma.StringNullableWithAggregatesFilter<"SpliceClosureAttributes"> | string | null
|
|
351
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"SpliceClosureAttributes"> | Date | string
|
|
352
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"SpliceClosureAttributes"> | Date | string
|
|
353
|
+
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"SpliceClosureAttributes"> | Date | string | null
|
|
354
|
+
projectId?: Prisma.StringNullableWithAggregatesFilter<"SpliceClosureAttributes"> | string | null
|
|
355
|
+
materialId?: Prisma.StringNullableWithAggregatesFilter<"SpliceClosureAttributes"> | string | null
|
|
356
|
+
spliceClosureId?: Prisma.StringWithAggregatesFilter<"SpliceClosureAttributes"> | string
|
|
357
|
+
spliceClosureTemplateId?: Prisma.StringNullableWithAggregatesFilter<"SpliceClosureAttributes"> | string | null
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export type SpliceClosureAttributesCreateInput = {
|
|
361
|
+
id?: string
|
|
362
|
+
no?: number
|
|
363
|
+
name: string
|
|
364
|
+
description?: string | null
|
|
365
|
+
value?: string | null
|
|
366
|
+
createdAt?: Date | string
|
|
367
|
+
updatedAt?: Date | string
|
|
368
|
+
deletedAt?: Date | string | null
|
|
369
|
+
project?: Prisma.ProjectCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
370
|
+
material?: Prisma.MaterialCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
371
|
+
spliceClosure: Prisma.SpliceClosureCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
372
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export type SpliceClosureAttributesUncheckedCreateInput = {
|
|
376
|
+
id?: string
|
|
377
|
+
no?: number
|
|
378
|
+
name: string
|
|
379
|
+
description?: string | null
|
|
380
|
+
value?: string | null
|
|
381
|
+
createdAt?: Date | string
|
|
382
|
+
updatedAt?: Date | string
|
|
383
|
+
deletedAt?: Date | string | null
|
|
384
|
+
projectId?: string | null
|
|
385
|
+
materialId?: string | null
|
|
386
|
+
spliceClosureId: string
|
|
387
|
+
spliceClosureTemplateId?: string | null
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
export type SpliceClosureAttributesUpdateInput = {
|
|
391
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
392
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
393
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
394
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
395
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
396
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
397
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
398
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
399
|
+
project?: Prisma.ProjectUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
400
|
+
material?: Prisma.MaterialUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
401
|
+
spliceClosure?: Prisma.SpliceClosureUpdateOneRequiredWithoutSpliceClosureAttributesNestedInput
|
|
402
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export type SpliceClosureAttributesUncheckedUpdateInput = {
|
|
406
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
407
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
408
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
409
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
410
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
411
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
412
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
413
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
414
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
415
|
+
materialId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
416
|
+
spliceClosureId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
417
|
+
spliceClosureTemplateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
export type SpliceClosureAttributesCreateManyInput = {
|
|
421
|
+
id?: string
|
|
422
|
+
no?: number
|
|
423
|
+
name: string
|
|
424
|
+
description?: string | null
|
|
425
|
+
value?: string | null
|
|
426
|
+
createdAt?: Date | string
|
|
427
|
+
updatedAt?: Date | string
|
|
428
|
+
deletedAt?: Date | string | null
|
|
429
|
+
projectId?: string | null
|
|
430
|
+
materialId?: string | null
|
|
431
|
+
spliceClosureId: string
|
|
432
|
+
spliceClosureTemplateId?: string | null
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
export type SpliceClosureAttributesUpdateManyMutationInput = {
|
|
436
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
437
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
438
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
439
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
440
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
441
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
442
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
443
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
export type SpliceClosureAttributesUncheckedUpdateManyInput = {
|
|
447
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
448
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
449
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
450
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
451
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
452
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
453
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
454
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
455
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
456
|
+
materialId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
457
|
+
spliceClosureId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
458
|
+
spliceClosureTemplateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
export type SpliceClosureAttributesListRelationFilter = {
|
|
462
|
+
every?: Prisma.SpliceClosureAttributesWhereInput
|
|
463
|
+
some?: Prisma.SpliceClosureAttributesWhereInput
|
|
464
|
+
none?: Prisma.SpliceClosureAttributesWhereInput
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
export type SpliceClosureAttributesOrderByRelationAggregateInput = {
|
|
468
|
+
_count?: Prisma.SortOrder
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export type SpliceClosureAttributesCountOrderByAggregateInput = {
|
|
472
|
+
id?: Prisma.SortOrder
|
|
473
|
+
no?: Prisma.SortOrder
|
|
474
|
+
name?: Prisma.SortOrder
|
|
475
|
+
description?: Prisma.SortOrder
|
|
476
|
+
value?: Prisma.SortOrder
|
|
477
|
+
createdAt?: Prisma.SortOrder
|
|
478
|
+
updatedAt?: Prisma.SortOrder
|
|
479
|
+
deletedAt?: Prisma.SortOrder
|
|
480
|
+
projectId?: Prisma.SortOrder
|
|
481
|
+
materialId?: Prisma.SortOrder
|
|
482
|
+
spliceClosureId?: Prisma.SortOrder
|
|
483
|
+
spliceClosureTemplateId?: Prisma.SortOrder
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export type SpliceClosureAttributesAvgOrderByAggregateInput = {
|
|
487
|
+
no?: Prisma.SortOrder
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
export type SpliceClosureAttributesMaxOrderByAggregateInput = {
|
|
491
|
+
id?: Prisma.SortOrder
|
|
492
|
+
no?: Prisma.SortOrder
|
|
493
|
+
name?: Prisma.SortOrder
|
|
494
|
+
description?: Prisma.SortOrder
|
|
495
|
+
value?: Prisma.SortOrder
|
|
496
|
+
createdAt?: Prisma.SortOrder
|
|
497
|
+
updatedAt?: Prisma.SortOrder
|
|
498
|
+
deletedAt?: Prisma.SortOrder
|
|
499
|
+
projectId?: Prisma.SortOrder
|
|
500
|
+
materialId?: Prisma.SortOrder
|
|
501
|
+
spliceClosureId?: Prisma.SortOrder
|
|
502
|
+
spliceClosureTemplateId?: Prisma.SortOrder
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
export type SpliceClosureAttributesMinOrderByAggregateInput = {
|
|
506
|
+
id?: Prisma.SortOrder
|
|
507
|
+
no?: Prisma.SortOrder
|
|
508
|
+
name?: Prisma.SortOrder
|
|
509
|
+
description?: Prisma.SortOrder
|
|
510
|
+
value?: Prisma.SortOrder
|
|
511
|
+
createdAt?: Prisma.SortOrder
|
|
512
|
+
updatedAt?: Prisma.SortOrder
|
|
513
|
+
deletedAt?: Prisma.SortOrder
|
|
514
|
+
projectId?: Prisma.SortOrder
|
|
515
|
+
materialId?: Prisma.SortOrder
|
|
516
|
+
spliceClosureId?: Prisma.SortOrder
|
|
517
|
+
spliceClosureTemplateId?: Prisma.SortOrder
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
export type SpliceClosureAttributesSumOrderByAggregateInput = {
|
|
521
|
+
no?: Prisma.SortOrder
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
export type SpliceClosureAttributesCreateNestedManyWithoutProjectInput = {
|
|
525
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutProjectInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput> | Prisma.SpliceClosureAttributesCreateWithoutProjectInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput[]
|
|
526
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutProjectInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutProjectInput[]
|
|
527
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManyProjectInputEnvelope
|
|
528
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export type SpliceClosureAttributesUncheckedCreateNestedManyWithoutProjectInput = {
|
|
532
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutProjectInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput> | Prisma.SpliceClosureAttributesCreateWithoutProjectInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput[]
|
|
533
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutProjectInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutProjectInput[]
|
|
534
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManyProjectInputEnvelope
|
|
535
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
export type SpliceClosureAttributesUpdateManyWithoutProjectNestedInput = {
|
|
539
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutProjectInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput> | Prisma.SpliceClosureAttributesCreateWithoutProjectInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput[]
|
|
540
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutProjectInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutProjectInput[]
|
|
541
|
+
upsert?: Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutProjectInput | Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutProjectInput[]
|
|
542
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManyProjectInputEnvelope
|
|
543
|
+
set?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
544
|
+
disconnect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
545
|
+
delete?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
546
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
547
|
+
update?: Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutProjectInput | Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutProjectInput[]
|
|
548
|
+
updateMany?: Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutProjectInput | Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutProjectInput[]
|
|
549
|
+
deleteMany?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export type SpliceClosureAttributesUncheckedUpdateManyWithoutProjectNestedInput = {
|
|
553
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutProjectInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput> | Prisma.SpliceClosureAttributesCreateWithoutProjectInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput[]
|
|
554
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutProjectInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutProjectInput[]
|
|
555
|
+
upsert?: Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutProjectInput | Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutProjectInput[]
|
|
556
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManyProjectInputEnvelope
|
|
557
|
+
set?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
558
|
+
disconnect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
559
|
+
delete?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
560
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
561
|
+
update?: Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutProjectInput | Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutProjectInput[]
|
|
562
|
+
updateMany?: Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutProjectInput | Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutProjectInput[]
|
|
563
|
+
deleteMany?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
export type SpliceClosureAttributesCreateNestedManyWithoutMaterialInput = {
|
|
567
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutMaterialInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput> | Prisma.SpliceClosureAttributesCreateWithoutMaterialInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput[]
|
|
568
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutMaterialInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutMaterialInput[]
|
|
569
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManyMaterialInputEnvelope
|
|
570
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
export type SpliceClosureAttributesUncheckedCreateNestedManyWithoutMaterialInput = {
|
|
574
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutMaterialInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput> | Prisma.SpliceClosureAttributesCreateWithoutMaterialInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput[]
|
|
575
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutMaterialInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutMaterialInput[]
|
|
576
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManyMaterialInputEnvelope
|
|
577
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
export type SpliceClosureAttributesUpdateManyWithoutMaterialNestedInput = {
|
|
581
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutMaterialInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput> | Prisma.SpliceClosureAttributesCreateWithoutMaterialInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput[]
|
|
582
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutMaterialInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutMaterialInput[]
|
|
583
|
+
upsert?: Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutMaterialInput | Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutMaterialInput[]
|
|
584
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManyMaterialInputEnvelope
|
|
585
|
+
set?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
586
|
+
disconnect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
587
|
+
delete?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
588
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
589
|
+
update?: Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutMaterialInput | Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutMaterialInput[]
|
|
590
|
+
updateMany?: Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutMaterialInput | Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutMaterialInput[]
|
|
591
|
+
deleteMany?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
export type SpliceClosureAttributesUncheckedUpdateManyWithoutMaterialNestedInput = {
|
|
595
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutMaterialInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput> | Prisma.SpliceClosureAttributesCreateWithoutMaterialInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput[]
|
|
596
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutMaterialInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutMaterialInput[]
|
|
597
|
+
upsert?: Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutMaterialInput | Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutMaterialInput[]
|
|
598
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManyMaterialInputEnvelope
|
|
599
|
+
set?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
600
|
+
disconnect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
601
|
+
delete?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
602
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
603
|
+
update?: Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutMaterialInput | Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutMaterialInput[]
|
|
604
|
+
updateMany?: Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutMaterialInput | Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutMaterialInput[]
|
|
605
|
+
deleteMany?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
export type SpliceClosureAttributesCreateNestedManyWithoutSpliceClosureInput = {
|
|
609
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput> | Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput[]
|
|
610
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput[]
|
|
611
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManySpliceClosureInputEnvelope
|
|
612
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export type SpliceClosureAttributesUncheckedCreateNestedManyWithoutSpliceClosureInput = {
|
|
616
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput> | Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput[]
|
|
617
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput[]
|
|
618
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManySpliceClosureInputEnvelope
|
|
619
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
export type SpliceClosureAttributesUpdateManyWithoutSpliceClosureNestedInput = {
|
|
623
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput> | Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput[]
|
|
624
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput[]
|
|
625
|
+
upsert?: Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureInput[]
|
|
626
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManySpliceClosureInputEnvelope
|
|
627
|
+
set?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
628
|
+
disconnect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
629
|
+
delete?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
630
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
631
|
+
update?: Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureInput[]
|
|
632
|
+
updateMany?: Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureInput[]
|
|
633
|
+
deleteMany?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
export type SpliceClosureAttributesUncheckedUpdateManyWithoutSpliceClosureNestedInput = {
|
|
637
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput> | Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput[]
|
|
638
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput[]
|
|
639
|
+
upsert?: Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureInput[]
|
|
640
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManySpliceClosureInputEnvelope
|
|
641
|
+
set?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
642
|
+
disconnect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
643
|
+
delete?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
644
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
645
|
+
update?: Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureInput[]
|
|
646
|
+
updateMany?: Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureInput | Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureInput[]
|
|
647
|
+
deleteMany?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
export type SpliceClosureAttributesCreateNestedManyWithoutSpliceClosureTemplateInput = {
|
|
651
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput> | Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput[]
|
|
652
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput[]
|
|
653
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManySpliceClosureTemplateInputEnvelope
|
|
654
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
export type SpliceClosureAttributesUncheckedCreateNestedManyWithoutSpliceClosureTemplateInput = {
|
|
658
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput> | Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput[]
|
|
659
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput[]
|
|
660
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManySpliceClosureTemplateInputEnvelope
|
|
661
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export type SpliceClosureAttributesUpdateManyWithoutSpliceClosureTemplateNestedInput = {
|
|
665
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput> | Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput[]
|
|
666
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput[]
|
|
667
|
+
upsert?: Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureTemplateInput[]
|
|
668
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManySpliceClosureTemplateInputEnvelope
|
|
669
|
+
set?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
670
|
+
disconnect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
671
|
+
delete?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
672
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
673
|
+
update?: Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureTemplateInput[]
|
|
674
|
+
updateMany?: Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureTemplateInput[]
|
|
675
|
+
deleteMany?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export type SpliceClosureAttributesUncheckedUpdateManyWithoutSpliceClosureTemplateNestedInput = {
|
|
679
|
+
create?: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput> | Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput[] | Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput[]
|
|
680
|
+
connectOrCreate?: Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput[]
|
|
681
|
+
upsert?: Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureTemplateInput[]
|
|
682
|
+
createMany?: Prisma.SpliceClosureAttributesCreateManySpliceClosureTemplateInputEnvelope
|
|
683
|
+
set?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
684
|
+
disconnect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
685
|
+
delete?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
686
|
+
connect?: Prisma.SpliceClosureAttributesWhereUniqueInput | Prisma.SpliceClosureAttributesWhereUniqueInput[]
|
|
687
|
+
update?: Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureTemplateInput[]
|
|
688
|
+
updateMany?: Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureTemplateInput | Prisma.SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureTemplateInput[]
|
|
689
|
+
deleteMany?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
export type SpliceClosureAttributesCreateWithoutProjectInput = {
|
|
693
|
+
id?: string
|
|
694
|
+
no?: number
|
|
695
|
+
name: string
|
|
696
|
+
description?: string | null
|
|
697
|
+
value?: string | null
|
|
698
|
+
createdAt?: Date | string
|
|
699
|
+
updatedAt?: Date | string
|
|
700
|
+
deletedAt?: Date | string | null
|
|
701
|
+
material?: Prisma.MaterialCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
702
|
+
spliceClosure: Prisma.SpliceClosureCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
703
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
export type SpliceClosureAttributesUncheckedCreateWithoutProjectInput = {
|
|
707
|
+
id?: string
|
|
708
|
+
no?: number
|
|
709
|
+
name: string
|
|
710
|
+
description?: string | null
|
|
711
|
+
value?: string | null
|
|
712
|
+
createdAt?: Date | string
|
|
713
|
+
updatedAt?: Date | string
|
|
714
|
+
deletedAt?: Date | string | null
|
|
715
|
+
materialId?: string | null
|
|
716
|
+
spliceClosureId: string
|
|
717
|
+
spliceClosureTemplateId?: string | null
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
export type SpliceClosureAttributesCreateOrConnectWithoutProjectInput = {
|
|
721
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
722
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutProjectInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput>
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export type SpliceClosureAttributesCreateManyProjectInputEnvelope = {
|
|
726
|
+
data: Prisma.SpliceClosureAttributesCreateManyProjectInput | Prisma.SpliceClosureAttributesCreateManyProjectInput[]
|
|
727
|
+
skipDuplicates?: boolean
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
export type SpliceClosureAttributesUpsertWithWhereUniqueWithoutProjectInput = {
|
|
731
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
732
|
+
update: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateWithoutProjectInput, Prisma.SpliceClosureAttributesUncheckedUpdateWithoutProjectInput>
|
|
733
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutProjectInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutProjectInput>
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
export type SpliceClosureAttributesUpdateWithWhereUniqueWithoutProjectInput = {
|
|
737
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
738
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateWithoutProjectInput, Prisma.SpliceClosureAttributesUncheckedUpdateWithoutProjectInput>
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export type SpliceClosureAttributesUpdateManyWithWhereWithoutProjectInput = {
|
|
742
|
+
where: Prisma.SpliceClosureAttributesScalarWhereInput
|
|
743
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateManyMutationInput, Prisma.SpliceClosureAttributesUncheckedUpdateManyWithoutProjectInput>
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
export type SpliceClosureAttributesScalarWhereInput = {
|
|
747
|
+
AND?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
748
|
+
OR?: Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
749
|
+
NOT?: Prisma.SpliceClosureAttributesScalarWhereInput | Prisma.SpliceClosureAttributesScalarWhereInput[]
|
|
750
|
+
id?: Prisma.StringFilter<"SpliceClosureAttributes"> | string
|
|
751
|
+
no?: Prisma.IntFilter<"SpliceClosureAttributes"> | number
|
|
752
|
+
name?: Prisma.StringFilter<"SpliceClosureAttributes"> | string
|
|
753
|
+
description?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
754
|
+
value?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
755
|
+
createdAt?: Prisma.DateTimeFilter<"SpliceClosureAttributes"> | Date | string
|
|
756
|
+
updatedAt?: Prisma.DateTimeFilter<"SpliceClosureAttributes"> | Date | string
|
|
757
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"SpliceClosureAttributes"> | Date | string | null
|
|
758
|
+
projectId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
759
|
+
materialId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
760
|
+
spliceClosureId?: Prisma.StringFilter<"SpliceClosureAttributes"> | string
|
|
761
|
+
spliceClosureTemplateId?: Prisma.StringNullableFilter<"SpliceClosureAttributes"> | string | null
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export type SpliceClosureAttributesCreateWithoutMaterialInput = {
|
|
765
|
+
id?: string
|
|
766
|
+
no?: number
|
|
767
|
+
name: string
|
|
768
|
+
description?: string | null
|
|
769
|
+
value?: string | null
|
|
770
|
+
createdAt?: Date | string
|
|
771
|
+
updatedAt?: Date | string
|
|
772
|
+
deletedAt?: Date | string | null
|
|
773
|
+
project?: Prisma.ProjectCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
774
|
+
spliceClosure: Prisma.SpliceClosureCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
775
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
export type SpliceClosureAttributesUncheckedCreateWithoutMaterialInput = {
|
|
779
|
+
id?: string
|
|
780
|
+
no?: number
|
|
781
|
+
name: string
|
|
782
|
+
description?: string | null
|
|
783
|
+
value?: string | null
|
|
784
|
+
createdAt?: Date | string
|
|
785
|
+
updatedAt?: Date | string
|
|
786
|
+
deletedAt?: Date | string | null
|
|
787
|
+
projectId?: string | null
|
|
788
|
+
spliceClosureId: string
|
|
789
|
+
spliceClosureTemplateId?: string | null
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
export type SpliceClosureAttributesCreateOrConnectWithoutMaterialInput = {
|
|
793
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
794
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutMaterialInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput>
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
export type SpliceClosureAttributesCreateManyMaterialInputEnvelope = {
|
|
798
|
+
data: Prisma.SpliceClosureAttributesCreateManyMaterialInput | Prisma.SpliceClosureAttributesCreateManyMaterialInput[]
|
|
799
|
+
skipDuplicates?: boolean
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
export type SpliceClosureAttributesUpsertWithWhereUniqueWithoutMaterialInput = {
|
|
803
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
804
|
+
update: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateWithoutMaterialInput, Prisma.SpliceClosureAttributesUncheckedUpdateWithoutMaterialInput>
|
|
805
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutMaterialInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutMaterialInput>
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export type SpliceClosureAttributesUpdateWithWhereUniqueWithoutMaterialInput = {
|
|
809
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
810
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateWithoutMaterialInput, Prisma.SpliceClosureAttributesUncheckedUpdateWithoutMaterialInput>
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
export type SpliceClosureAttributesUpdateManyWithWhereWithoutMaterialInput = {
|
|
814
|
+
where: Prisma.SpliceClosureAttributesScalarWhereInput
|
|
815
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateManyMutationInput, Prisma.SpliceClosureAttributesUncheckedUpdateManyWithoutMaterialInput>
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
export type SpliceClosureAttributesCreateWithoutSpliceClosureInput = {
|
|
819
|
+
id?: string
|
|
820
|
+
no?: number
|
|
821
|
+
name: string
|
|
822
|
+
description?: string | null
|
|
823
|
+
value?: string | null
|
|
824
|
+
createdAt?: Date | string
|
|
825
|
+
updatedAt?: Date | string
|
|
826
|
+
deletedAt?: Date | string | null
|
|
827
|
+
project?: Prisma.ProjectCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
828
|
+
material?: Prisma.MaterialCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
829
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
export type SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput = {
|
|
833
|
+
id?: string
|
|
834
|
+
no?: number
|
|
835
|
+
name: string
|
|
836
|
+
description?: string | null
|
|
837
|
+
value?: string | null
|
|
838
|
+
createdAt?: Date | string
|
|
839
|
+
updatedAt?: Date | string
|
|
840
|
+
deletedAt?: Date | string | null
|
|
841
|
+
projectId?: string | null
|
|
842
|
+
materialId?: string | null
|
|
843
|
+
spliceClosureTemplateId?: string | null
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
export type SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureInput = {
|
|
847
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
848
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput>
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
export type SpliceClosureAttributesCreateManySpliceClosureInputEnvelope = {
|
|
852
|
+
data: Prisma.SpliceClosureAttributesCreateManySpliceClosureInput | Prisma.SpliceClosureAttributesCreateManySpliceClosureInput[]
|
|
853
|
+
skipDuplicates?: boolean
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
export type SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureInput = {
|
|
857
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
858
|
+
update: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateWithoutSpliceClosureInput, Prisma.SpliceClosureAttributesUncheckedUpdateWithoutSpliceClosureInput>
|
|
859
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureInput>
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
export type SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureInput = {
|
|
863
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
864
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateWithoutSpliceClosureInput, Prisma.SpliceClosureAttributesUncheckedUpdateWithoutSpliceClosureInput>
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
export type SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureInput = {
|
|
868
|
+
where: Prisma.SpliceClosureAttributesScalarWhereInput
|
|
869
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateManyMutationInput, Prisma.SpliceClosureAttributesUncheckedUpdateManyWithoutSpliceClosureInput>
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
export type SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput = {
|
|
873
|
+
id?: string
|
|
874
|
+
no?: number
|
|
875
|
+
name: string
|
|
876
|
+
description?: string | null
|
|
877
|
+
value?: string | null
|
|
878
|
+
createdAt?: Date | string
|
|
879
|
+
updatedAt?: Date | string
|
|
880
|
+
deletedAt?: Date | string | null
|
|
881
|
+
project?: Prisma.ProjectCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
882
|
+
material?: Prisma.MaterialCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
883
|
+
spliceClosure: Prisma.SpliceClosureCreateNestedOneWithoutSpliceClosureAttributesInput
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
export type SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput = {
|
|
887
|
+
id?: string
|
|
888
|
+
no?: number
|
|
889
|
+
name: string
|
|
890
|
+
description?: string | null
|
|
891
|
+
value?: string | null
|
|
892
|
+
createdAt?: Date | string
|
|
893
|
+
updatedAt?: Date | string
|
|
894
|
+
deletedAt?: Date | string | null
|
|
895
|
+
projectId?: string | null
|
|
896
|
+
materialId?: string | null
|
|
897
|
+
spliceClosureId: string
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
export type SpliceClosureAttributesCreateOrConnectWithoutSpliceClosureTemplateInput = {
|
|
901
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
902
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput>
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
export type SpliceClosureAttributesCreateManySpliceClosureTemplateInputEnvelope = {
|
|
906
|
+
data: Prisma.SpliceClosureAttributesCreateManySpliceClosureTemplateInput | Prisma.SpliceClosureAttributesCreateManySpliceClosureTemplateInput[]
|
|
907
|
+
skipDuplicates?: boolean
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
export type SpliceClosureAttributesUpsertWithWhereUniqueWithoutSpliceClosureTemplateInput = {
|
|
911
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
912
|
+
update: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateWithoutSpliceClosureTemplateInput, Prisma.SpliceClosureAttributesUncheckedUpdateWithoutSpliceClosureTemplateInput>
|
|
913
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateWithoutSpliceClosureTemplateInput, Prisma.SpliceClosureAttributesUncheckedCreateWithoutSpliceClosureTemplateInput>
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
export type SpliceClosureAttributesUpdateWithWhereUniqueWithoutSpliceClosureTemplateInput = {
|
|
917
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
918
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateWithoutSpliceClosureTemplateInput, Prisma.SpliceClosureAttributesUncheckedUpdateWithoutSpliceClosureTemplateInput>
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
export type SpliceClosureAttributesUpdateManyWithWhereWithoutSpliceClosureTemplateInput = {
|
|
922
|
+
where: Prisma.SpliceClosureAttributesScalarWhereInput
|
|
923
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateManyMutationInput, Prisma.SpliceClosureAttributesUncheckedUpdateManyWithoutSpliceClosureTemplateInput>
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export type SpliceClosureAttributesCreateManyProjectInput = {
|
|
927
|
+
id?: string
|
|
928
|
+
no?: number
|
|
929
|
+
name: string
|
|
930
|
+
description?: string | null
|
|
931
|
+
value?: string | null
|
|
932
|
+
createdAt?: Date | string
|
|
933
|
+
updatedAt?: Date | string
|
|
934
|
+
deletedAt?: Date | string | null
|
|
935
|
+
materialId?: string | null
|
|
936
|
+
spliceClosureId: string
|
|
937
|
+
spliceClosureTemplateId?: string | null
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
export type SpliceClosureAttributesUpdateWithoutProjectInput = {
|
|
941
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
942
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
943
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
944
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
945
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
946
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
947
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
948
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
949
|
+
material?: Prisma.MaterialUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
950
|
+
spliceClosure?: Prisma.SpliceClosureUpdateOneRequiredWithoutSpliceClosureAttributesNestedInput
|
|
951
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
export type SpliceClosureAttributesUncheckedUpdateWithoutProjectInput = {
|
|
955
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
956
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
957
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
958
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
959
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
960
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
961
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
962
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
963
|
+
materialId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
964
|
+
spliceClosureId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
965
|
+
spliceClosureTemplateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
export type SpliceClosureAttributesUncheckedUpdateManyWithoutProjectInput = {
|
|
969
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
970
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
971
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
972
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
973
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
974
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
975
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
976
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
977
|
+
materialId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
978
|
+
spliceClosureId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
979
|
+
spliceClosureTemplateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
export type SpliceClosureAttributesCreateManyMaterialInput = {
|
|
983
|
+
id?: string
|
|
984
|
+
no?: number
|
|
985
|
+
name: string
|
|
986
|
+
description?: string | null
|
|
987
|
+
value?: string | null
|
|
988
|
+
createdAt?: Date | string
|
|
989
|
+
updatedAt?: Date | string
|
|
990
|
+
deletedAt?: Date | string | null
|
|
991
|
+
projectId?: string | null
|
|
992
|
+
spliceClosureId: string
|
|
993
|
+
spliceClosureTemplateId?: string | null
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
export type SpliceClosureAttributesUpdateWithoutMaterialInput = {
|
|
997
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
998
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
999
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1000
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1001
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1002
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1003
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1004
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1005
|
+
project?: Prisma.ProjectUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
1006
|
+
spliceClosure?: Prisma.SpliceClosureUpdateOneRequiredWithoutSpliceClosureAttributesNestedInput
|
|
1007
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
export type SpliceClosureAttributesUncheckedUpdateWithoutMaterialInput = {
|
|
1011
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1012
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1013
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1014
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1015
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1016
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1017
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1018
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1019
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1020
|
+
spliceClosureId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1021
|
+
spliceClosureTemplateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
export type SpliceClosureAttributesUncheckedUpdateManyWithoutMaterialInput = {
|
|
1025
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1026
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1027
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1028
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1029
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1030
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1031
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1032
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1033
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1034
|
+
spliceClosureId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1035
|
+
spliceClosureTemplateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
export type SpliceClosureAttributesCreateManySpliceClosureInput = {
|
|
1039
|
+
id?: string
|
|
1040
|
+
no?: number
|
|
1041
|
+
name: string
|
|
1042
|
+
description?: string | null
|
|
1043
|
+
value?: string | null
|
|
1044
|
+
createdAt?: Date | string
|
|
1045
|
+
updatedAt?: Date | string
|
|
1046
|
+
deletedAt?: Date | string | null
|
|
1047
|
+
projectId?: string | null
|
|
1048
|
+
materialId?: string | null
|
|
1049
|
+
spliceClosureTemplateId?: string | null
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export type SpliceClosureAttributesUpdateWithoutSpliceClosureInput = {
|
|
1053
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1054
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1055
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1056
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1057
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1058
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1059
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1060
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1061
|
+
project?: Prisma.ProjectUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
1062
|
+
material?: Prisma.MaterialUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
1063
|
+
SpliceClosureTemplate?: Prisma.SpliceClosureTemplateUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
export type SpliceClosureAttributesUncheckedUpdateWithoutSpliceClosureInput = {
|
|
1067
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1068
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1069
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1070
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1071
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1072
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1073
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1074
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1075
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1076
|
+
materialId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1077
|
+
spliceClosureTemplateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
export type SpliceClosureAttributesUncheckedUpdateManyWithoutSpliceClosureInput = {
|
|
1081
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1082
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1083
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1084
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1085
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1086
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1087
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1088
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1089
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1090
|
+
materialId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1091
|
+
spliceClosureTemplateId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
export type SpliceClosureAttributesCreateManySpliceClosureTemplateInput = {
|
|
1095
|
+
id?: string
|
|
1096
|
+
no?: number
|
|
1097
|
+
name: string
|
|
1098
|
+
description?: string | null
|
|
1099
|
+
value?: string | null
|
|
1100
|
+
createdAt?: Date | string
|
|
1101
|
+
updatedAt?: Date | string
|
|
1102
|
+
deletedAt?: Date | string | null
|
|
1103
|
+
projectId?: string | null
|
|
1104
|
+
materialId?: string | null
|
|
1105
|
+
spliceClosureId: string
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
export type SpliceClosureAttributesUpdateWithoutSpliceClosureTemplateInput = {
|
|
1109
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1110
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1111
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1112
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1113
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1114
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1115
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1116
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1117
|
+
project?: Prisma.ProjectUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
1118
|
+
material?: Prisma.MaterialUpdateOneWithoutSpliceClosureAttributesNestedInput
|
|
1119
|
+
spliceClosure?: Prisma.SpliceClosureUpdateOneRequiredWithoutSpliceClosureAttributesNestedInput
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
export type SpliceClosureAttributesUncheckedUpdateWithoutSpliceClosureTemplateInput = {
|
|
1123
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1124
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1125
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1126
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1127
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1128
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1129
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1130
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1131
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1132
|
+
materialId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1133
|
+
spliceClosureId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
export type SpliceClosureAttributesUncheckedUpdateManyWithoutSpliceClosureTemplateInput = {
|
|
1137
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1138
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1139
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1140
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1141
|
+
value?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1142
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1143
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1144
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1145
|
+
projectId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1146
|
+
materialId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1147
|
+
spliceClosureId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
export type SpliceClosureAttributesSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1153
|
+
id?: boolean
|
|
1154
|
+
no?: boolean
|
|
1155
|
+
name?: boolean
|
|
1156
|
+
description?: boolean
|
|
1157
|
+
value?: boolean
|
|
1158
|
+
createdAt?: boolean
|
|
1159
|
+
updatedAt?: boolean
|
|
1160
|
+
deletedAt?: boolean
|
|
1161
|
+
projectId?: boolean
|
|
1162
|
+
materialId?: boolean
|
|
1163
|
+
spliceClosureId?: boolean
|
|
1164
|
+
spliceClosureTemplateId?: boolean
|
|
1165
|
+
project?: boolean | Prisma.SpliceClosureAttributes$projectArgs<ExtArgs>
|
|
1166
|
+
material?: boolean | Prisma.SpliceClosureAttributes$materialArgs<ExtArgs>
|
|
1167
|
+
spliceClosure?: boolean | Prisma.SpliceClosureDefaultArgs<ExtArgs>
|
|
1168
|
+
SpliceClosureTemplate?: boolean | Prisma.SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs>
|
|
1169
|
+
}, ExtArgs["result"]["spliceClosureAttributes"]>
|
|
1170
|
+
|
|
1171
|
+
export type SpliceClosureAttributesSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1172
|
+
id?: boolean
|
|
1173
|
+
no?: boolean
|
|
1174
|
+
name?: boolean
|
|
1175
|
+
description?: boolean
|
|
1176
|
+
value?: boolean
|
|
1177
|
+
createdAt?: boolean
|
|
1178
|
+
updatedAt?: boolean
|
|
1179
|
+
deletedAt?: boolean
|
|
1180
|
+
projectId?: boolean
|
|
1181
|
+
materialId?: boolean
|
|
1182
|
+
spliceClosureId?: boolean
|
|
1183
|
+
spliceClosureTemplateId?: boolean
|
|
1184
|
+
project?: boolean | Prisma.SpliceClosureAttributes$projectArgs<ExtArgs>
|
|
1185
|
+
material?: boolean | Prisma.SpliceClosureAttributes$materialArgs<ExtArgs>
|
|
1186
|
+
spliceClosure?: boolean | Prisma.SpliceClosureDefaultArgs<ExtArgs>
|
|
1187
|
+
SpliceClosureTemplate?: boolean | Prisma.SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs>
|
|
1188
|
+
}, ExtArgs["result"]["spliceClosureAttributes"]>
|
|
1189
|
+
|
|
1190
|
+
export type SpliceClosureAttributesSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1191
|
+
id?: boolean
|
|
1192
|
+
no?: boolean
|
|
1193
|
+
name?: boolean
|
|
1194
|
+
description?: boolean
|
|
1195
|
+
value?: boolean
|
|
1196
|
+
createdAt?: boolean
|
|
1197
|
+
updatedAt?: boolean
|
|
1198
|
+
deletedAt?: boolean
|
|
1199
|
+
projectId?: boolean
|
|
1200
|
+
materialId?: boolean
|
|
1201
|
+
spliceClosureId?: boolean
|
|
1202
|
+
spliceClosureTemplateId?: boolean
|
|
1203
|
+
project?: boolean | Prisma.SpliceClosureAttributes$projectArgs<ExtArgs>
|
|
1204
|
+
material?: boolean | Prisma.SpliceClosureAttributes$materialArgs<ExtArgs>
|
|
1205
|
+
spliceClosure?: boolean | Prisma.SpliceClosureDefaultArgs<ExtArgs>
|
|
1206
|
+
SpliceClosureTemplate?: boolean | Prisma.SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs>
|
|
1207
|
+
}, ExtArgs["result"]["spliceClosureAttributes"]>
|
|
1208
|
+
|
|
1209
|
+
export type SpliceClosureAttributesSelectScalar = {
|
|
1210
|
+
id?: boolean
|
|
1211
|
+
no?: boolean
|
|
1212
|
+
name?: boolean
|
|
1213
|
+
description?: boolean
|
|
1214
|
+
value?: boolean
|
|
1215
|
+
createdAt?: boolean
|
|
1216
|
+
updatedAt?: boolean
|
|
1217
|
+
deletedAt?: boolean
|
|
1218
|
+
projectId?: boolean
|
|
1219
|
+
materialId?: boolean
|
|
1220
|
+
spliceClosureId?: boolean
|
|
1221
|
+
spliceClosureTemplateId?: boolean
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
export type SpliceClosureAttributesOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "no" | "name" | "description" | "value" | "createdAt" | "updatedAt" | "deletedAt" | "projectId" | "materialId" | "spliceClosureId" | "spliceClosureTemplateId", ExtArgs["result"]["spliceClosureAttributes"]>
|
|
1225
|
+
export type SpliceClosureAttributesInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1226
|
+
project?: boolean | Prisma.SpliceClosureAttributes$projectArgs<ExtArgs>
|
|
1227
|
+
material?: boolean | Prisma.SpliceClosureAttributes$materialArgs<ExtArgs>
|
|
1228
|
+
spliceClosure?: boolean | Prisma.SpliceClosureDefaultArgs<ExtArgs>
|
|
1229
|
+
SpliceClosureTemplate?: boolean | Prisma.SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs>
|
|
1230
|
+
}
|
|
1231
|
+
export type SpliceClosureAttributesIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1232
|
+
project?: boolean | Prisma.SpliceClosureAttributes$projectArgs<ExtArgs>
|
|
1233
|
+
material?: boolean | Prisma.SpliceClosureAttributes$materialArgs<ExtArgs>
|
|
1234
|
+
spliceClosure?: boolean | Prisma.SpliceClosureDefaultArgs<ExtArgs>
|
|
1235
|
+
SpliceClosureTemplate?: boolean | Prisma.SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs>
|
|
1236
|
+
}
|
|
1237
|
+
export type SpliceClosureAttributesIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1238
|
+
project?: boolean | Prisma.SpliceClosureAttributes$projectArgs<ExtArgs>
|
|
1239
|
+
material?: boolean | Prisma.SpliceClosureAttributes$materialArgs<ExtArgs>
|
|
1240
|
+
spliceClosure?: boolean | Prisma.SpliceClosureDefaultArgs<ExtArgs>
|
|
1241
|
+
SpliceClosureTemplate?: boolean | Prisma.SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs>
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
export type $SpliceClosureAttributesPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1245
|
+
name: "SpliceClosureAttributes"
|
|
1246
|
+
objects: {
|
|
1247
|
+
project: Prisma.$ProjectPayload<ExtArgs> | null
|
|
1248
|
+
material: Prisma.$MaterialPayload<ExtArgs> | null
|
|
1249
|
+
spliceClosure: Prisma.$SpliceClosurePayload<ExtArgs>
|
|
1250
|
+
SpliceClosureTemplate: Prisma.$SpliceClosureTemplatePayload<ExtArgs> | null
|
|
1251
|
+
}
|
|
1252
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1253
|
+
id: string
|
|
1254
|
+
no: number
|
|
1255
|
+
name: string
|
|
1256
|
+
description: string | null
|
|
1257
|
+
value: string | null
|
|
1258
|
+
createdAt: Date
|
|
1259
|
+
updatedAt: Date
|
|
1260
|
+
deletedAt: Date | null
|
|
1261
|
+
projectId: string | null
|
|
1262
|
+
materialId: string | null
|
|
1263
|
+
spliceClosureId: string
|
|
1264
|
+
spliceClosureTemplateId: string | null
|
|
1265
|
+
}, ExtArgs["result"]["spliceClosureAttributes"]>
|
|
1266
|
+
composites: {}
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
export type SpliceClosureAttributesGetPayload<S extends boolean | null | undefined | SpliceClosureAttributesDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload, S>
|
|
1270
|
+
|
|
1271
|
+
export type SpliceClosureAttributesCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
1272
|
+
Omit<SpliceClosureAttributesFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1273
|
+
select?: SpliceClosureAttributesCountAggregateInputType | true
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
export interface SpliceClosureAttributesDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1277
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['SpliceClosureAttributes'], meta: { name: 'SpliceClosureAttributes' } }
|
|
1278
|
+
/**
|
|
1279
|
+
* Find zero or one SpliceClosureAttributes that matches the filter.
|
|
1280
|
+
* @param {SpliceClosureAttributesFindUniqueArgs} args - Arguments to find a SpliceClosureAttributes
|
|
1281
|
+
* @example
|
|
1282
|
+
* // Get one SpliceClosureAttributes
|
|
1283
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.findUnique({
|
|
1284
|
+
* where: {
|
|
1285
|
+
* // ... provide filter here
|
|
1286
|
+
* }
|
|
1287
|
+
* })
|
|
1288
|
+
*/
|
|
1289
|
+
findUnique<T extends SpliceClosureAttributesFindUniqueArgs>(args: Prisma.SelectSubset<T, SpliceClosureAttributesFindUniqueArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureAttributesClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1290
|
+
|
|
1291
|
+
/**
|
|
1292
|
+
* Find one SpliceClosureAttributes that matches the filter or throw an error with `error.code='P2025'`
|
|
1293
|
+
* if no matches were found.
|
|
1294
|
+
* @param {SpliceClosureAttributesFindUniqueOrThrowArgs} args - Arguments to find a SpliceClosureAttributes
|
|
1295
|
+
* @example
|
|
1296
|
+
* // Get one SpliceClosureAttributes
|
|
1297
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.findUniqueOrThrow({
|
|
1298
|
+
* where: {
|
|
1299
|
+
* // ... provide filter here
|
|
1300
|
+
* }
|
|
1301
|
+
* })
|
|
1302
|
+
*/
|
|
1303
|
+
findUniqueOrThrow<T extends SpliceClosureAttributesFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, SpliceClosureAttributesFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureAttributesClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* Find the first SpliceClosureAttributes that matches the filter.
|
|
1307
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1308
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1309
|
+
* @param {SpliceClosureAttributesFindFirstArgs} args - Arguments to find a SpliceClosureAttributes
|
|
1310
|
+
* @example
|
|
1311
|
+
* // Get one SpliceClosureAttributes
|
|
1312
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.findFirst({
|
|
1313
|
+
* where: {
|
|
1314
|
+
* // ... provide filter here
|
|
1315
|
+
* }
|
|
1316
|
+
* })
|
|
1317
|
+
*/
|
|
1318
|
+
findFirst<T extends SpliceClosureAttributesFindFirstArgs>(args?: Prisma.SelectSubset<T, SpliceClosureAttributesFindFirstArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureAttributesClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1319
|
+
|
|
1320
|
+
/**
|
|
1321
|
+
* Find the first SpliceClosureAttributes that matches the filter or
|
|
1322
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1323
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1324
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1325
|
+
* @param {SpliceClosureAttributesFindFirstOrThrowArgs} args - Arguments to find a SpliceClosureAttributes
|
|
1326
|
+
* @example
|
|
1327
|
+
* // Get one SpliceClosureAttributes
|
|
1328
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.findFirstOrThrow({
|
|
1329
|
+
* where: {
|
|
1330
|
+
* // ... provide filter here
|
|
1331
|
+
* }
|
|
1332
|
+
* })
|
|
1333
|
+
*/
|
|
1334
|
+
findFirstOrThrow<T extends SpliceClosureAttributesFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, SpliceClosureAttributesFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureAttributesClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1335
|
+
|
|
1336
|
+
/**
|
|
1337
|
+
* Find zero or more SpliceClosureAttributes that matches the filter.
|
|
1338
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1339
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1340
|
+
* @param {SpliceClosureAttributesFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1341
|
+
* @example
|
|
1342
|
+
* // Get all SpliceClosureAttributes
|
|
1343
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.findMany()
|
|
1344
|
+
*
|
|
1345
|
+
* // Get first 10 SpliceClosureAttributes
|
|
1346
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.findMany({ take: 10 })
|
|
1347
|
+
*
|
|
1348
|
+
* // Only select the `id`
|
|
1349
|
+
* const spliceClosureAttributesWithIdOnly = await prisma.spliceClosureAttributes.findMany({ select: { id: true } })
|
|
1350
|
+
*
|
|
1351
|
+
*/
|
|
1352
|
+
findMany<T extends SpliceClosureAttributesFindManyArgs>(args?: Prisma.SelectSubset<T, SpliceClosureAttributesFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
1353
|
+
|
|
1354
|
+
/**
|
|
1355
|
+
* Create a SpliceClosureAttributes.
|
|
1356
|
+
* @param {SpliceClosureAttributesCreateArgs} args - Arguments to create a SpliceClosureAttributes.
|
|
1357
|
+
* @example
|
|
1358
|
+
* // Create one SpliceClosureAttributes
|
|
1359
|
+
* const SpliceClosureAttributes = await prisma.spliceClosureAttributes.create({
|
|
1360
|
+
* data: {
|
|
1361
|
+
* // ... data to create a SpliceClosureAttributes
|
|
1362
|
+
* }
|
|
1363
|
+
* })
|
|
1364
|
+
*
|
|
1365
|
+
*/
|
|
1366
|
+
create<T extends SpliceClosureAttributesCreateArgs>(args: Prisma.SelectSubset<T, SpliceClosureAttributesCreateArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureAttributesClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1367
|
+
|
|
1368
|
+
/**
|
|
1369
|
+
* Create many SpliceClosureAttributes.
|
|
1370
|
+
* @param {SpliceClosureAttributesCreateManyArgs} args - Arguments to create many SpliceClosureAttributes.
|
|
1371
|
+
* @example
|
|
1372
|
+
* // Create many SpliceClosureAttributes
|
|
1373
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.createMany({
|
|
1374
|
+
* data: [
|
|
1375
|
+
* // ... provide data here
|
|
1376
|
+
* ]
|
|
1377
|
+
* })
|
|
1378
|
+
*
|
|
1379
|
+
*/
|
|
1380
|
+
createMany<T extends SpliceClosureAttributesCreateManyArgs>(args?: Prisma.SelectSubset<T, SpliceClosureAttributesCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1381
|
+
|
|
1382
|
+
/**
|
|
1383
|
+
* Create many SpliceClosureAttributes and returns the data saved in the database.
|
|
1384
|
+
* @param {SpliceClosureAttributesCreateManyAndReturnArgs} args - Arguments to create many SpliceClosureAttributes.
|
|
1385
|
+
* @example
|
|
1386
|
+
* // Create many SpliceClosureAttributes
|
|
1387
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.createManyAndReturn({
|
|
1388
|
+
* data: [
|
|
1389
|
+
* // ... provide data here
|
|
1390
|
+
* ]
|
|
1391
|
+
* })
|
|
1392
|
+
*
|
|
1393
|
+
* // Create many SpliceClosureAttributes and only return the `id`
|
|
1394
|
+
* const spliceClosureAttributesWithIdOnly = await prisma.spliceClosureAttributes.createManyAndReturn({
|
|
1395
|
+
* select: { id: true },
|
|
1396
|
+
* data: [
|
|
1397
|
+
* // ... provide data here
|
|
1398
|
+
* ]
|
|
1399
|
+
* })
|
|
1400
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1401
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1402
|
+
*
|
|
1403
|
+
*/
|
|
1404
|
+
createManyAndReturn<T extends SpliceClosureAttributesCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, SpliceClosureAttributesCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
1405
|
+
|
|
1406
|
+
/**
|
|
1407
|
+
* Delete a SpliceClosureAttributes.
|
|
1408
|
+
* @param {SpliceClosureAttributesDeleteArgs} args - Arguments to delete one SpliceClosureAttributes.
|
|
1409
|
+
* @example
|
|
1410
|
+
* // Delete one SpliceClosureAttributes
|
|
1411
|
+
* const SpliceClosureAttributes = await prisma.spliceClosureAttributes.delete({
|
|
1412
|
+
* where: {
|
|
1413
|
+
* // ... filter to delete one SpliceClosureAttributes
|
|
1414
|
+
* }
|
|
1415
|
+
* })
|
|
1416
|
+
*
|
|
1417
|
+
*/
|
|
1418
|
+
delete<T extends SpliceClosureAttributesDeleteArgs>(args: Prisma.SelectSubset<T, SpliceClosureAttributesDeleteArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureAttributesClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1419
|
+
|
|
1420
|
+
/**
|
|
1421
|
+
* Update one SpliceClosureAttributes.
|
|
1422
|
+
* @param {SpliceClosureAttributesUpdateArgs} args - Arguments to update one SpliceClosureAttributes.
|
|
1423
|
+
* @example
|
|
1424
|
+
* // Update one SpliceClosureAttributes
|
|
1425
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.update({
|
|
1426
|
+
* where: {
|
|
1427
|
+
* // ... provide filter here
|
|
1428
|
+
* },
|
|
1429
|
+
* data: {
|
|
1430
|
+
* // ... provide data here
|
|
1431
|
+
* }
|
|
1432
|
+
* })
|
|
1433
|
+
*
|
|
1434
|
+
*/
|
|
1435
|
+
update<T extends SpliceClosureAttributesUpdateArgs>(args: Prisma.SelectSubset<T, SpliceClosureAttributesUpdateArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureAttributesClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1436
|
+
|
|
1437
|
+
/**
|
|
1438
|
+
* Delete zero or more SpliceClosureAttributes.
|
|
1439
|
+
* @param {SpliceClosureAttributesDeleteManyArgs} args - Arguments to filter SpliceClosureAttributes to delete.
|
|
1440
|
+
* @example
|
|
1441
|
+
* // Delete a few SpliceClosureAttributes
|
|
1442
|
+
* const { count } = await prisma.spliceClosureAttributes.deleteMany({
|
|
1443
|
+
* where: {
|
|
1444
|
+
* // ... provide filter here
|
|
1445
|
+
* }
|
|
1446
|
+
* })
|
|
1447
|
+
*
|
|
1448
|
+
*/
|
|
1449
|
+
deleteMany<T extends SpliceClosureAttributesDeleteManyArgs>(args?: Prisma.SelectSubset<T, SpliceClosureAttributesDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1450
|
+
|
|
1451
|
+
/**
|
|
1452
|
+
* Update zero or more SpliceClosureAttributes.
|
|
1453
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1454
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1455
|
+
* @param {SpliceClosureAttributesUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1456
|
+
* @example
|
|
1457
|
+
* // Update many SpliceClosureAttributes
|
|
1458
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.updateMany({
|
|
1459
|
+
* where: {
|
|
1460
|
+
* // ... provide filter here
|
|
1461
|
+
* },
|
|
1462
|
+
* data: {
|
|
1463
|
+
* // ... provide data here
|
|
1464
|
+
* }
|
|
1465
|
+
* })
|
|
1466
|
+
*
|
|
1467
|
+
*/
|
|
1468
|
+
updateMany<T extends SpliceClosureAttributesUpdateManyArgs>(args: Prisma.SelectSubset<T, SpliceClosureAttributesUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1469
|
+
|
|
1470
|
+
/**
|
|
1471
|
+
* Update zero or more SpliceClosureAttributes and returns the data updated in the database.
|
|
1472
|
+
* @param {SpliceClosureAttributesUpdateManyAndReturnArgs} args - Arguments to update many SpliceClosureAttributes.
|
|
1473
|
+
* @example
|
|
1474
|
+
* // Update many SpliceClosureAttributes
|
|
1475
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.updateManyAndReturn({
|
|
1476
|
+
* where: {
|
|
1477
|
+
* // ... provide filter here
|
|
1478
|
+
* },
|
|
1479
|
+
* data: [
|
|
1480
|
+
* // ... provide data here
|
|
1481
|
+
* ]
|
|
1482
|
+
* })
|
|
1483
|
+
*
|
|
1484
|
+
* // Update zero or more SpliceClosureAttributes and only return the `id`
|
|
1485
|
+
* const spliceClosureAttributesWithIdOnly = await prisma.spliceClosureAttributes.updateManyAndReturn({
|
|
1486
|
+
* select: { id: true },
|
|
1487
|
+
* where: {
|
|
1488
|
+
* // ... provide filter here
|
|
1489
|
+
* },
|
|
1490
|
+
* data: [
|
|
1491
|
+
* // ... provide data here
|
|
1492
|
+
* ]
|
|
1493
|
+
* })
|
|
1494
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1495
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1496
|
+
*
|
|
1497
|
+
*/
|
|
1498
|
+
updateManyAndReturn<T extends SpliceClosureAttributesUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, SpliceClosureAttributesUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
1499
|
+
|
|
1500
|
+
/**
|
|
1501
|
+
* Create or update one SpliceClosureAttributes.
|
|
1502
|
+
* @param {SpliceClosureAttributesUpsertArgs} args - Arguments to update or create a SpliceClosureAttributes.
|
|
1503
|
+
* @example
|
|
1504
|
+
* // Update or create a SpliceClosureAttributes
|
|
1505
|
+
* const spliceClosureAttributes = await prisma.spliceClosureAttributes.upsert({
|
|
1506
|
+
* create: {
|
|
1507
|
+
* // ... data to create a SpliceClosureAttributes
|
|
1508
|
+
* },
|
|
1509
|
+
* update: {
|
|
1510
|
+
* // ... in case it already exists, update
|
|
1511
|
+
* },
|
|
1512
|
+
* where: {
|
|
1513
|
+
* // ... the filter for the SpliceClosureAttributes we want to update
|
|
1514
|
+
* }
|
|
1515
|
+
* })
|
|
1516
|
+
*/
|
|
1517
|
+
upsert<T extends SpliceClosureAttributesUpsertArgs>(args: Prisma.SelectSubset<T, SpliceClosureAttributesUpsertArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureAttributesClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureAttributesPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* Count the number of SpliceClosureAttributes.
|
|
1522
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1523
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1524
|
+
* @param {SpliceClosureAttributesCountArgs} args - Arguments to filter SpliceClosureAttributes to count.
|
|
1525
|
+
* @example
|
|
1526
|
+
* // Count the number of SpliceClosureAttributes
|
|
1527
|
+
* const count = await prisma.spliceClosureAttributes.count({
|
|
1528
|
+
* where: {
|
|
1529
|
+
* // ... the filter for the SpliceClosureAttributes we want to count
|
|
1530
|
+
* }
|
|
1531
|
+
* })
|
|
1532
|
+
**/
|
|
1533
|
+
count<T extends SpliceClosureAttributesCountArgs>(
|
|
1534
|
+
args?: Prisma.Subset<T, SpliceClosureAttributesCountArgs>,
|
|
1535
|
+
): Prisma.PrismaPromise<
|
|
1536
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
1537
|
+
? T['select'] extends true
|
|
1538
|
+
? number
|
|
1539
|
+
: Prisma.GetScalarType<T['select'], SpliceClosureAttributesCountAggregateOutputType>
|
|
1540
|
+
: number
|
|
1541
|
+
>
|
|
1542
|
+
|
|
1543
|
+
/**
|
|
1544
|
+
* Allows you to perform aggregations operations on a SpliceClosureAttributes.
|
|
1545
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1546
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1547
|
+
* @param {SpliceClosureAttributesAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1548
|
+
* @example
|
|
1549
|
+
* // Ordered by age ascending
|
|
1550
|
+
* // Where email contains prisma.io
|
|
1551
|
+
* // Limited to the 10 users
|
|
1552
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1553
|
+
* _avg: {
|
|
1554
|
+
* age: true,
|
|
1555
|
+
* },
|
|
1556
|
+
* where: {
|
|
1557
|
+
* email: {
|
|
1558
|
+
* contains: "prisma.io",
|
|
1559
|
+
* },
|
|
1560
|
+
* },
|
|
1561
|
+
* orderBy: {
|
|
1562
|
+
* age: "asc",
|
|
1563
|
+
* },
|
|
1564
|
+
* take: 10,
|
|
1565
|
+
* })
|
|
1566
|
+
**/
|
|
1567
|
+
aggregate<T extends SpliceClosureAttributesAggregateArgs>(args: Prisma.Subset<T, SpliceClosureAttributesAggregateArgs>): Prisma.PrismaPromise<GetSpliceClosureAttributesAggregateType<T>>
|
|
1568
|
+
|
|
1569
|
+
/**
|
|
1570
|
+
* Group by SpliceClosureAttributes.
|
|
1571
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1572
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1573
|
+
* @param {SpliceClosureAttributesGroupByArgs} args - Group by arguments.
|
|
1574
|
+
* @example
|
|
1575
|
+
* // Group by city, order by createdAt, get count
|
|
1576
|
+
* const result = await prisma.user.groupBy({
|
|
1577
|
+
* by: ['city', 'createdAt'],
|
|
1578
|
+
* orderBy: {
|
|
1579
|
+
* createdAt: true
|
|
1580
|
+
* },
|
|
1581
|
+
* _count: {
|
|
1582
|
+
* _all: true
|
|
1583
|
+
* },
|
|
1584
|
+
* })
|
|
1585
|
+
*
|
|
1586
|
+
**/
|
|
1587
|
+
groupBy<
|
|
1588
|
+
T extends SpliceClosureAttributesGroupByArgs,
|
|
1589
|
+
HasSelectOrTake extends Prisma.Or<
|
|
1590
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
1591
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
1592
|
+
>,
|
|
1593
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
1594
|
+
? { orderBy: SpliceClosureAttributesGroupByArgs['orderBy'] }
|
|
1595
|
+
: { orderBy?: SpliceClosureAttributesGroupByArgs['orderBy'] },
|
|
1596
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
1597
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
1598
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
1599
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
1600
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
1601
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
1602
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
1603
|
+
? `Error: "by" must not be empty.`
|
|
1604
|
+
: HavingValid extends Prisma.False
|
|
1605
|
+
? {
|
|
1606
|
+
[P in HavingFields]: P extends ByFields
|
|
1607
|
+
? never
|
|
1608
|
+
: P extends string
|
|
1609
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
1610
|
+
: [
|
|
1611
|
+
Error,
|
|
1612
|
+
'Field ',
|
|
1613
|
+
P,
|
|
1614
|
+
` in "having" needs to be provided in "by"`,
|
|
1615
|
+
]
|
|
1616
|
+
}[HavingFields]
|
|
1617
|
+
: 'take' extends Prisma.Keys<T>
|
|
1618
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
1619
|
+
? ByValid extends Prisma.True
|
|
1620
|
+
? {}
|
|
1621
|
+
: {
|
|
1622
|
+
[P in OrderFields]: P extends ByFields
|
|
1623
|
+
? never
|
|
1624
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1625
|
+
}[OrderFields]
|
|
1626
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
1627
|
+
: 'skip' extends Prisma.Keys<T>
|
|
1628
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
1629
|
+
? ByValid extends Prisma.True
|
|
1630
|
+
? {}
|
|
1631
|
+
: {
|
|
1632
|
+
[P in OrderFields]: P extends ByFields
|
|
1633
|
+
? never
|
|
1634
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1635
|
+
}[OrderFields]
|
|
1636
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
1637
|
+
: ByValid extends Prisma.True
|
|
1638
|
+
? {}
|
|
1639
|
+
: {
|
|
1640
|
+
[P in OrderFields]: P extends ByFields
|
|
1641
|
+
? never
|
|
1642
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1643
|
+
}[OrderFields]
|
|
1644
|
+
>(args: Prisma.SubsetIntersection<T, SpliceClosureAttributesGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetSpliceClosureAttributesGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
1645
|
+
/**
|
|
1646
|
+
* Fields of the SpliceClosureAttributes model
|
|
1647
|
+
*/
|
|
1648
|
+
readonly fields: SpliceClosureAttributesFieldRefs;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
/**
|
|
1652
|
+
* The delegate class that acts as a "Promise-like" for SpliceClosureAttributes.
|
|
1653
|
+
* Why is this prefixed with `Prisma__`?
|
|
1654
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1655
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1656
|
+
*/
|
|
1657
|
+
export interface Prisma__SpliceClosureAttributesClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1658
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
1659
|
+
project<T extends Prisma.SpliceClosureAttributes$projectArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.SpliceClosureAttributes$projectArgs<ExtArgs>>): Prisma.Prisma__ProjectClient<runtime.Types.Result.GetResult<Prisma.$ProjectPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1660
|
+
material<T extends Prisma.SpliceClosureAttributes$materialArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.SpliceClosureAttributes$materialArgs<ExtArgs>>): Prisma.Prisma__MaterialClient<runtime.Types.Result.GetResult<Prisma.$MaterialPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1661
|
+
spliceClosure<T extends Prisma.SpliceClosureDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.SpliceClosureDefaultArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosurePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
1662
|
+
SpliceClosureTemplate<T extends Prisma.SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs>>): Prisma.Prisma__SpliceClosureTemplateClient<runtime.Types.Result.GetResult<Prisma.$SpliceClosureTemplatePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1663
|
+
/**
|
|
1664
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1665
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1666
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1667
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1668
|
+
*/
|
|
1669
|
+
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>
|
|
1670
|
+
/**
|
|
1671
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1672
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1673
|
+
* @returns A Promise for the completion of the callback.
|
|
1674
|
+
*/
|
|
1675
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
1676
|
+
/**
|
|
1677
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1678
|
+
* resolved value cannot be modified from the callback.
|
|
1679
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1680
|
+
* @returns A Promise for the completion of the callback.
|
|
1681
|
+
*/
|
|
1682
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
/**
|
|
1689
|
+
* Fields of the SpliceClosureAttributes model
|
|
1690
|
+
*/
|
|
1691
|
+
export interface SpliceClosureAttributesFieldRefs {
|
|
1692
|
+
readonly id: Prisma.FieldRef<"SpliceClosureAttributes", 'String'>
|
|
1693
|
+
readonly no: Prisma.FieldRef<"SpliceClosureAttributes", 'Int'>
|
|
1694
|
+
readonly name: Prisma.FieldRef<"SpliceClosureAttributes", 'String'>
|
|
1695
|
+
readonly description: Prisma.FieldRef<"SpliceClosureAttributes", 'String'>
|
|
1696
|
+
readonly value: Prisma.FieldRef<"SpliceClosureAttributes", 'String'>
|
|
1697
|
+
readonly createdAt: Prisma.FieldRef<"SpliceClosureAttributes", 'DateTime'>
|
|
1698
|
+
readonly updatedAt: Prisma.FieldRef<"SpliceClosureAttributes", 'DateTime'>
|
|
1699
|
+
readonly deletedAt: Prisma.FieldRef<"SpliceClosureAttributes", 'DateTime'>
|
|
1700
|
+
readonly projectId: Prisma.FieldRef<"SpliceClosureAttributes", 'String'>
|
|
1701
|
+
readonly materialId: Prisma.FieldRef<"SpliceClosureAttributes", 'String'>
|
|
1702
|
+
readonly spliceClosureId: Prisma.FieldRef<"SpliceClosureAttributes", 'String'>
|
|
1703
|
+
readonly spliceClosureTemplateId: Prisma.FieldRef<"SpliceClosureAttributes", 'String'>
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
// Custom InputTypes
|
|
1708
|
+
/**
|
|
1709
|
+
* SpliceClosureAttributes findUnique
|
|
1710
|
+
*/
|
|
1711
|
+
export type SpliceClosureAttributesFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1712
|
+
/**
|
|
1713
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
1714
|
+
*/
|
|
1715
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
1716
|
+
/**
|
|
1717
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
1718
|
+
*/
|
|
1719
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
1720
|
+
/**
|
|
1721
|
+
* Choose, which related nodes to fetch as well
|
|
1722
|
+
*/
|
|
1723
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
1724
|
+
/**
|
|
1725
|
+
* Filter, which SpliceClosureAttributes to fetch.
|
|
1726
|
+
*/
|
|
1727
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
/**
|
|
1731
|
+
* SpliceClosureAttributes findUniqueOrThrow
|
|
1732
|
+
*/
|
|
1733
|
+
export type SpliceClosureAttributesFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1734
|
+
/**
|
|
1735
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
1736
|
+
*/
|
|
1737
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
1738
|
+
/**
|
|
1739
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
1740
|
+
*/
|
|
1741
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
1742
|
+
/**
|
|
1743
|
+
* Choose, which related nodes to fetch as well
|
|
1744
|
+
*/
|
|
1745
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
1746
|
+
/**
|
|
1747
|
+
* Filter, which SpliceClosureAttributes to fetch.
|
|
1748
|
+
*/
|
|
1749
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
/**
|
|
1753
|
+
* SpliceClosureAttributes findFirst
|
|
1754
|
+
*/
|
|
1755
|
+
export type SpliceClosureAttributesFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1756
|
+
/**
|
|
1757
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
1758
|
+
*/
|
|
1759
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
1760
|
+
/**
|
|
1761
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
1762
|
+
*/
|
|
1763
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
1764
|
+
/**
|
|
1765
|
+
* Choose, which related nodes to fetch as well
|
|
1766
|
+
*/
|
|
1767
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
1768
|
+
/**
|
|
1769
|
+
* Filter, which SpliceClosureAttributes to fetch.
|
|
1770
|
+
*/
|
|
1771
|
+
where?: Prisma.SpliceClosureAttributesWhereInput
|
|
1772
|
+
/**
|
|
1773
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1774
|
+
*
|
|
1775
|
+
* Determine the order of SpliceClosureAttributes to fetch.
|
|
1776
|
+
*/
|
|
1777
|
+
orderBy?: Prisma.SpliceClosureAttributesOrderByWithRelationInput | Prisma.SpliceClosureAttributesOrderByWithRelationInput[]
|
|
1778
|
+
/**
|
|
1779
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1780
|
+
*
|
|
1781
|
+
* Sets the position for searching for SpliceClosureAttributes.
|
|
1782
|
+
*/
|
|
1783
|
+
cursor?: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
1784
|
+
/**
|
|
1785
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1786
|
+
*
|
|
1787
|
+
* Take `±n` SpliceClosureAttributes from the position of the cursor.
|
|
1788
|
+
*/
|
|
1789
|
+
take?: number
|
|
1790
|
+
/**
|
|
1791
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1792
|
+
*
|
|
1793
|
+
* Skip the first `n` SpliceClosureAttributes.
|
|
1794
|
+
*/
|
|
1795
|
+
skip?: number
|
|
1796
|
+
/**
|
|
1797
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1798
|
+
*
|
|
1799
|
+
* Filter by unique combinations of SpliceClosureAttributes.
|
|
1800
|
+
*/
|
|
1801
|
+
distinct?: Prisma.SpliceClosureAttributesScalarFieldEnum | Prisma.SpliceClosureAttributesScalarFieldEnum[]
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
/**
|
|
1805
|
+
* SpliceClosureAttributes findFirstOrThrow
|
|
1806
|
+
*/
|
|
1807
|
+
export type SpliceClosureAttributesFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1808
|
+
/**
|
|
1809
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
1810
|
+
*/
|
|
1811
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
1812
|
+
/**
|
|
1813
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
1814
|
+
*/
|
|
1815
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
1816
|
+
/**
|
|
1817
|
+
* Choose, which related nodes to fetch as well
|
|
1818
|
+
*/
|
|
1819
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
1820
|
+
/**
|
|
1821
|
+
* Filter, which SpliceClosureAttributes to fetch.
|
|
1822
|
+
*/
|
|
1823
|
+
where?: Prisma.SpliceClosureAttributesWhereInput
|
|
1824
|
+
/**
|
|
1825
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1826
|
+
*
|
|
1827
|
+
* Determine the order of SpliceClosureAttributes to fetch.
|
|
1828
|
+
*/
|
|
1829
|
+
orderBy?: Prisma.SpliceClosureAttributesOrderByWithRelationInput | Prisma.SpliceClosureAttributesOrderByWithRelationInput[]
|
|
1830
|
+
/**
|
|
1831
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1832
|
+
*
|
|
1833
|
+
* Sets the position for searching for SpliceClosureAttributes.
|
|
1834
|
+
*/
|
|
1835
|
+
cursor?: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
1836
|
+
/**
|
|
1837
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1838
|
+
*
|
|
1839
|
+
* Take `±n` SpliceClosureAttributes from the position of the cursor.
|
|
1840
|
+
*/
|
|
1841
|
+
take?: number
|
|
1842
|
+
/**
|
|
1843
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1844
|
+
*
|
|
1845
|
+
* Skip the first `n` SpliceClosureAttributes.
|
|
1846
|
+
*/
|
|
1847
|
+
skip?: number
|
|
1848
|
+
/**
|
|
1849
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1850
|
+
*
|
|
1851
|
+
* Filter by unique combinations of SpliceClosureAttributes.
|
|
1852
|
+
*/
|
|
1853
|
+
distinct?: Prisma.SpliceClosureAttributesScalarFieldEnum | Prisma.SpliceClosureAttributesScalarFieldEnum[]
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
/**
|
|
1857
|
+
* SpliceClosureAttributes findMany
|
|
1858
|
+
*/
|
|
1859
|
+
export type SpliceClosureAttributesFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1860
|
+
/**
|
|
1861
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
1862
|
+
*/
|
|
1863
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
1864
|
+
/**
|
|
1865
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
1866
|
+
*/
|
|
1867
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
1868
|
+
/**
|
|
1869
|
+
* Choose, which related nodes to fetch as well
|
|
1870
|
+
*/
|
|
1871
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
1872
|
+
/**
|
|
1873
|
+
* Filter, which SpliceClosureAttributes to fetch.
|
|
1874
|
+
*/
|
|
1875
|
+
where?: Prisma.SpliceClosureAttributesWhereInput
|
|
1876
|
+
/**
|
|
1877
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1878
|
+
*
|
|
1879
|
+
* Determine the order of SpliceClosureAttributes to fetch.
|
|
1880
|
+
*/
|
|
1881
|
+
orderBy?: Prisma.SpliceClosureAttributesOrderByWithRelationInput | Prisma.SpliceClosureAttributesOrderByWithRelationInput[]
|
|
1882
|
+
/**
|
|
1883
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1884
|
+
*
|
|
1885
|
+
* Sets the position for listing SpliceClosureAttributes.
|
|
1886
|
+
*/
|
|
1887
|
+
cursor?: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
1888
|
+
/**
|
|
1889
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1890
|
+
*
|
|
1891
|
+
* Take `±n` SpliceClosureAttributes from the position of the cursor.
|
|
1892
|
+
*/
|
|
1893
|
+
take?: number
|
|
1894
|
+
/**
|
|
1895
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1896
|
+
*
|
|
1897
|
+
* Skip the first `n` SpliceClosureAttributes.
|
|
1898
|
+
*/
|
|
1899
|
+
skip?: number
|
|
1900
|
+
distinct?: Prisma.SpliceClosureAttributesScalarFieldEnum | Prisma.SpliceClosureAttributesScalarFieldEnum[]
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
/**
|
|
1904
|
+
* SpliceClosureAttributes create
|
|
1905
|
+
*/
|
|
1906
|
+
export type SpliceClosureAttributesCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1907
|
+
/**
|
|
1908
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
1909
|
+
*/
|
|
1910
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
1911
|
+
/**
|
|
1912
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
1913
|
+
*/
|
|
1914
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
1915
|
+
/**
|
|
1916
|
+
* Choose, which related nodes to fetch as well
|
|
1917
|
+
*/
|
|
1918
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
1919
|
+
/**
|
|
1920
|
+
* The data needed to create a SpliceClosureAttributes.
|
|
1921
|
+
*/
|
|
1922
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesCreateInput, Prisma.SpliceClosureAttributesUncheckedCreateInput>
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
/**
|
|
1926
|
+
* SpliceClosureAttributes createMany
|
|
1927
|
+
*/
|
|
1928
|
+
export type SpliceClosureAttributesCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1929
|
+
/**
|
|
1930
|
+
* The data used to create many SpliceClosureAttributes.
|
|
1931
|
+
*/
|
|
1932
|
+
data: Prisma.SpliceClosureAttributesCreateManyInput | Prisma.SpliceClosureAttributesCreateManyInput[]
|
|
1933
|
+
skipDuplicates?: boolean
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
/**
|
|
1937
|
+
* SpliceClosureAttributes createManyAndReturn
|
|
1938
|
+
*/
|
|
1939
|
+
export type SpliceClosureAttributesCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1940
|
+
/**
|
|
1941
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
1942
|
+
*/
|
|
1943
|
+
select?: Prisma.SpliceClosureAttributesSelectCreateManyAndReturn<ExtArgs> | null
|
|
1944
|
+
/**
|
|
1945
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
1946
|
+
*/
|
|
1947
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
1948
|
+
/**
|
|
1949
|
+
* The data used to create many SpliceClosureAttributes.
|
|
1950
|
+
*/
|
|
1951
|
+
data: Prisma.SpliceClosureAttributesCreateManyInput | Prisma.SpliceClosureAttributesCreateManyInput[]
|
|
1952
|
+
skipDuplicates?: boolean
|
|
1953
|
+
/**
|
|
1954
|
+
* Choose, which related nodes to fetch as well
|
|
1955
|
+
*/
|
|
1956
|
+
include?: Prisma.SpliceClosureAttributesIncludeCreateManyAndReturn<ExtArgs> | null
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
/**
|
|
1960
|
+
* SpliceClosureAttributes update
|
|
1961
|
+
*/
|
|
1962
|
+
export type SpliceClosureAttributesUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1963
|
+
/**
|
|
1964
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
1965
|
+
*/
|
|
1966
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
1967
|
+
/**
|
|
1968
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
1969
|
+
*/
|
|
1970
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
1971
|
+
/**
|
|
1972
|
+
* Choose, which related nodes to fetch as well
|
|
1973
|
+
*/
|
|
1974
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
1975
|
+
/**
|
|
1976
|
+
* The data needed to update a SpliceClosureAttributes.
|
|
1977
|
+
*/
|
|
1978
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateInput, Prisma.SpliceClosureAttributesUncheckedUpdateInput>
|
|
1979
|
+
/**
|
|
1980
|
+
* Choose, which SpliceClosureAttributes to update.
|
|
1981
|
+
*/
|
|
1982
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
/**
|
|
1986
|
+
* SpliceClosureAttributes updateMany
|
|
1987
|
+
*/
|
|
1988
|
+
export type SpliceClosureAttributesUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1989
|
+
/**
|
|
1990
|
+
* The data used to update SpliceClosureAttributes.
|
|
1991
|
+
*/
|
|
1992
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateManyMutationInput, Prisma.SpliceClosureAttributesUncheckedUpdateManyInput>
|
|
1993
|
+
/**
|
|
1994
|
+
* Filter which SpliceClosureAttributes to update
|
|
1995
|
+
*/
|
|
1996
|
+
where?: Prisma.SpliceClosureAttributesWhereInput
|
|
1997
|
+
/**
|
|
1998
|
+
* Limit how many SpliceClosureAttributes to update.
|
|
1999
|
+
*/
|
|
2000
|
+
limit?: number
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
/**
|
|
2004
|
+
* SpliceClosureAttributes updateManyAndReturn
|
|
2005
|
+
*/
|
|
2006
|
+
export type SpliceClosureAttributesUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2007
|
+
/**
|
|
2008
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
2009
|
+
*/
|
|
2010
|
+
select?: Prisma.SpliceClosureAttributesSelectUpdateManyAndReturn<ExtArgs> | null
|
|
2011
|
+
/**
|
|
2012
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
2013
|
+
*/
|
|
2014
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
2015
|
+
/**
|
|
2016
|
+
* The data used to update SpliceClosureAttributes.
|
|
2017
|
+
*/
|
|
2018
|
+
data: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateManyMutationInput, Prisma.SpliceClosureAttributesUncheckedUpdateManyInput>
|
|
2019
|
+
/**
|
|
2020
|
+
* Filter which SpliceClosureAttributes to update
|
|
2021
|
+
*/
|
|
2022
|
+
where?: Prisma.SpliceClosureAttributesWhereInput
|
|
2023
|
+
/**
|
|
2024
|
+
* Limit how many SpliceClosureAttributes to update.
|
|
2025
|
+
*/
|
|
2026
|
+
limit?: number
|
|
2027
|
+
/**
|
|
2028
|
+
* Choose, which related nodes to fetch as well
|
|
2029
|
+
*/
|
|
2030
|
+
include?: Prisma.SpliceClosureAttributesIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
/**
|
|
2034
|
+
* SpliceClosureAttributes upsert
|
|
2035
|
+
*/
|
|
2036
|
+
export type SpliceClosureAttributesUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2037
|
+
/**
|
|
2038
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
2039
|
+
*/
|
|
2040
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
2041
|
+
/**
|
|
2042
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
2043
|
+
*/
|
|
2044
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
2045
|
+
/**
|
|
2046
|
+
* Choose, which related nodes to fetch as well
|
|
2047
|
+
*/
|
|
2048
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
2049
|
+
/**
|
|
2050
|
+
* The filter to search for the SpliceClosureAttributes to update in case it exists.
|
|
2051
|
+
*/
|
|
2052
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
2053
|
+
/**
|
|
2054
|
+
* In case the SpliceClosureAttributes found by the `where` argument doesn't exist, create a new SpliceClosureAttributes with this data.
|
|
2055
|
+
*/
|
|
2056
|
+
create: Prisma.XOR<Prisma.SpliceClosureAttributesCreateInput, Prisma.SpliceClosureAttributesUncheckedCreateInput>
|
|
2057
|
+
/**
|
|
2058
|
+
* In case the SpliceClosureAttributes was found with the provided `where` argument, update it with this data.
|
|
2059
|
+
*/
|
|
2060
|
+
update: Prisma.XOR<Prisma.SpliceClosureAttributesUpdateInput, Prisma.SpliceClosureAttributesUncheckedUpdateInput>
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
/**
|
|
2064
|
+
* SpliceClosureAttributes delete
|
|
2065
|
+
*/
|
|
2066
|
+
export type SpliceClosureAttributesDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2067
|
+
/**
|
|
2068
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
2069
|
+
*/
|
|
2070
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
2071
|
+
/**
|
|
2072
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
2073
|
+
*/
|
|
2074
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
2075
|
+
/**
|
|
2076
|
+
* Choose, which related nodes to fetch as well
|
|
2077
|
+
*/
|
|
2078
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
2079
|
+
/**
|
|
2080
|
+
* Filter which SpliceClosureAttributes to delete.
|
|
2081
|
+
*/
|
|
2082
|
+
where: Prisma.SpliceClosureAttributesWhereUniqueInput
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
/**
|
|
2086
|
+
* SpliceClosureAttributes deleteMany
|
|
2087
|
+
*/
|
|
2088
|
+
export type SpliceClosureAttributesDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2089
|
+
/**
|
|
2090
|
+
* Filter which SpliceClosureAttributes to delete
|
|
2091
|
+
*/
|
|
2092
|
+
where?: Prisma.SpliceClosureAttributesWhereInput
|
|
2093
|
+
/**
|
|
2094
|
+
* Limit how many SpliceClosureAttributes to delete.
|
|
2095
|
+
*/
|
|
2096
|
+
limit?: number
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
/**
|
|
2100
|
+
* SpliceClosureAttributes.project
|
|
2101
|
+
*/
|
|
2102
|
+
export type SpliceClosureAttributes$projectArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2103
|
+
/**
|
|
2104
|
+
* Select specific fields to fetch from the Project
|
|
2105
|
+
*/
|
|
2106
|
+
select?: Prisma.ProjectSelect<ExtArgs> | null
|
|
2107
|
+
/**
|
|
2108
|
+
* Omit specific fields from the Project
|
|
2109
|
+
*/
|
|
2110
|
+
omit?: Prisma.ProjectOmit<ExtArgs> | null
|
|
2111
|
+
/**
|
|
2112
|
+
* Choose, which related nodes to fetch as well
|
|
2113
|
+
*/
|
|
2114
|
+
include?: Prisma.ProjectInclude<ExtArgs> | null
|
|
2115
|
+
where?: Prisma.ProjectWhereInput
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
/**
|
|
2119
|
+
* SpliceClosureAttributes.material
|
|
2120
|
+
*/
|
|
2121
|
+
export type SpliceClosureAttributes$materialArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2122
|
+
/**
|
|
2123
|
+
* Select specific fields to fetch from the Material
|
|
2124
|
+
*/
|
|
2125
|
+
select?: Prisma.MaterialSelect<ExtArgs> | null
|
|
2126
|
+
/**
|
|
2127
|
+
* Omit specific fields from the Material
|
|
2128
|
+
*/
|
|
2129
|
+
omit?: Prisma.MaterialOmit<ExtArgs> | null
|
|
2130
|
+
/**
|
|
2131
|
+
* Choose, which related nodes to fetch as well
|
|
2132
|
+
*/
|
|
2133
|
+
include?: Prisma.MaterialInclude<ExtArgs> | null
|
|
2134
|
+
where?: Prisma.MaterialWhereInput
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
/**
|
|
2138
|
+
* SpliceClosureAttributes.SpliceClosureTemplate
|
|
2139
|
+
*/
|
|
2140
|
+
export type SpliceClosureAttributes$SpliceClosureTemplateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2141
|
+
/**
|
|
2142
|
+
* Select specific fields to fetch from the SpliceClosureTemplate
|
|
2143
|
+
*/
|
|
2144
|
+
select?: Prisma.SpliceClosureTemplateSelect<ExtArgs> | null
|
|
2145
|
+
/**
|
|
2146
|
+
* Omit specific fields from the SpliceClosureTemplate
|
|
2147
|
+
*/
|
|
2148
|
+
omit?: Prisma.SpliceClosureTemplateOmit<ExtArgs> | null
|
|
2149
|
+
/**
|
|
2150
|
+
* Choose, which related nodes to fetch as well
|
|
2151
|
+
*/
|
|
2152
|
+
include?: Prisma.SpliceClosureTemplateInclude<ExtArgs> | null
|
|
2153
|
+
where?: Prisma.SpliceClosureTemplateWhereInput
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
/**
|
|
2157
|
+
* SpliceClosureAttributes without action
|
|
2158
|
+
*/
|
|
2159
|
+
export type SpliceClosureAttributesDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2160
|
+
/**
|
|
2161
|
+
* Select specific fields to fetch from the SpliceClosureAttributes
|
|
2162
|
+
*/
|
|
2163
|
+
select?: Prisma.SpliceClosureAttributesSelect<ExtArgs> | null
|
|
2164
|
+
/**
|
|
2165
|
+
* Omit specific fields from the SpliceClosureAttributes
|
|
2166
|
+
*/
|
|
2167
|
+
omit?: Prisma.SpliceClosureAttributesOmit<ExtArgs> | null
|
|
2168
|
+
/**
|
|
2169
|
+
* Choose, which related nodes to fetch as well
|
|
2170
|
+
*/
|
|
2171
|
+
include?: Prisma.SpliceClosureAttributesInclude<ExtArgs> | null
|
|
2172
|
+
}
|