efiber-prisma-schema 1.16.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -1
- package/index.js +10 -1
- package/package.json +13 -5
- package/prisma/generated/browser.ts +559 -0
- package/prisma/generated/client.ts +581 -0
- package/prisma/generated/commonInputTypes.ts +1246 -0
- package/prisma/generated/enums.ts +188 -0
- package/prisma/generated/internal/class.ts +1260 -0
- package/prisma/generated/internal/prismaNamespace.ts +11532 -0
- package/prisma/generated/internal/prismaNamespaceBrowser.ts +2582 -0
- package/prisma/generated/models/AttributeDefinition.ts +1498 -0
- package/prisma/generated/models/AttributeValue.ts +1419 -0
- package/prisma/generated/models/Audit.ts +1725 -0
- package/prisma/generated/models/BillOfMaterial.ts +1934 -0
- package/prisma/generated/models/Building.ts +6130 -0
- package/prisma/generated/models/BuildingTemplate.ts +2912 -0
- package/prisma/generated/models/Cable.ts +10501 -0
- package/prisma/generated/models/CableAttachment.ts +1530 -0
- package/prisma/generated/models/CableAttributes.ts +2244 -0
- package/prisma/generated/models/CableTemplate.ts +3170 -0
- package/prisma/generated/models/CamusatClient.ts +2001 -0
- package/prisma/generated/models/CamusatCountry.ts +2425 -0
- package/prisma/generated/models/CentralOffice.ts +1921 -0
- package/prisma/generated/models/CentralOfficeTeam.ts +1620 -0
- package/prisma/generated/models/CentralOfficeUser.ts +1650 -0
- package/prisma/generated/models/Cluster.ts +10984 -0
- package/prisma/generated/models/ClusterComments.ts +1668 -0
- package/prisma/generated/models/ClusterNotes.ts +1703 -0
- package/prisma/generated/models/Conduit.ts +5119 -0
- package/prisma/generated/models/ConduitTemplate.ts +2940 -0
- package/prisma/generated/models/Country.ts +1795 -0
- package/prisma/generated/models/DispatchMaterial.ts +3070 -0
- package/prisma/generated/models/DispatchProject.ts +4179 -0
- package/prisma/generated/models/DispatchTeam.ts +3053 -0
- package/prisma/generated/models/Duct.ts +1813 -0
- package/prisma/generated/models/ElementNode.ts +4413 -0
- package/prisma/generated/models/ElementRelation.ts +1644 -0
- package/prisma/generated/models/EmailConfigurations.ts +3736 -0
- package/prisma/generated/models/EmailTemplates.ts +1739 -0
- package/prisma/generated/models/EmailsIncoming.ts +2010 -0
- package/prisma/generated/models/EmailsIncomingSample.ts +1503 -0
- package/prisma/generated/models/EmailsOutgoing.ts +1648 -0
- package/prisma/generated/models/FDTSRO.ts +6180 -0
- package/prisma/generated/models/FDTSROTemplate.ts +2912 -0
- package/prisma/generated/models/Feature.ts +1867 -0
- package/prisma/generated/models/FeatureType.ts +1430 -0
- package/prisma/generated/models/IntegrationReportTemplate.ts +1878 -0
- package/prisma/generated/models/Loop.ts +5271 -0
- package/prisma/generated/models/LoopTemplate.ts +2912 -0
- package/prisma/generated/models/MainProject.ts +1664 -0
- package/prisma/generated/models/Manhole.ts +5090 -0
- package/prisma/generated/models/ManholeTemplate.ts +2912 -0
- package/prisma/generated/models/MapElement.ts +3450 -0
- package/prisma/generated/models/MapElementTemplate.ts +2742 -0
- package/prisma/generated/models/Material.ts +1963 -0
- package/prisma/generated/models/MaterialBillOfMaterial.ts +1737 -0
- package/prisma/generated/models/MaterialChangeLog.ts +1454 -0
- package/prisma/generated/models/NetworkElement.ts +6891 -0
- package/prisma/generated/models/NetworkElementInstallation.ts +3320 -0
- package/prisma/generated/models/Notifications.ts +1563 -0
- package/prisma/generated/models/OptionSource.ts +1132 -0
- package/prisma/generated/models/PboFat.ts +8248 -0
- package/prisma/generated/models/PboFatAttributes.ts +2672 -0
- package/prisma/generated/models/PboFatTemplate.ts +3112 -0
- package/prisma/generated/models/Platform.ts +1759 -0
- package/prisma/generated/models/Pole.ts +5266 -0
- package/prisma/generated/models/PoleTemplate.ts +2912 -0
- package/prisma/generated/models/Position.ts +1490 -0
- package/prisma/generated/models/PreviousEquipment.ts +1881 -0
- package/prisma/generated/models/Project.ts +14893 -0
- package/prisma/generated/models/ProjectType.ts +1351 -0
- package/prisma/generated/models/ProjectWorkFlow.ts +1856 -0
- package/prisma/generated/models/ReportFormats.ts +1768 -0
- package/prisma/generated/models/ReportFormulaConfig.ts +1375 -0
- package/prisma/generated/models/ReportMetric.ts +1737 -0
- package/prisma/generated/models/ReportTable.ts +1498 -0
- package/prisma/generated/models/ReportVisualization.ts +1446 -0
- package/prisma/generated/models/Revision.ts +4653 -0
- package/prisma/generated/models/Role.ts +2960 -0
- package/prisma/generated/models/SFU.ts +5977 -0
- package/prisma/generated/models/SFUTemplate.ts +2912 -0
- package/prisma/generated/models/SpliceClosure.ts +6405 -0
- package/prisma/generated/models/SpliceClosureAttributes.ts +2172 -0
- package/prisma/generated/models/SpliceClosureTemplate.ts +3176 -0
- package/prisma/generated/models/Splitter.ts +1459 -0
- package/prisma/generated/models/StockMovement.ts +1589 -0
- package/prisma/generated/models/SubsidiaryMaterial.ts +2193 -0
- package/prisma/generated/models/SubsidiaryMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/Team.ts +2044 -0
- package/prisma/generated/models/TeamMaterial.ts +2193 -0
- package/prisma/generated/models/TeamMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/TeamPlatform.ts +1874 -0
- package/prisma/generated/models/TeamType.ts +1655 -0
- package/prisma/generated/models/Template.ts +1691 -0
- package/prisma/generated/models/TemplateComponent.ts +1995 -0
- package/prisma/generated/models/User.ts +25676 -0
- package/prisma/generated/models/WorkOrder.ts +5901 -0
- package/prisma/generated/models/WorkOrderActivityLog.ts +2126 -0
- package/prisma/generated/models/WorkOrderChannel.ts +1454 -0
- package/prisma/generated/models/WorkOrderComments.ts +1687 -0
- package/prisma/generated/models/WorkOrderEditLog.ts +1757 -0
- package/prisma/generated/models/WorkOrderMaterial.ts +1933 -0
- package/prisma/generated/models/WorkOrderPauses.ts +1454 -0
- package/prisma/generated/models/WorkOrderTask.ts +2220 -0
- package/prisma/generated/models/WorkOrderTaskData.ts +1244 -0
- package/prisma/generated/models/ZoneNro.ts +3926 -0
- package/prisma/generated/models/ZoneNroTemplate.ts +2966 -0
- package/prisma/generated/models/clientMaterial.ts +2193 -0
- package/prisma/generated/models/clientMaterialMovementLog.ts +1966 -0
- package/prisma/generated/models/ductTemplate.ts +1606 -0
- package/prisma/generated/models/installationSequence.ts +1708 -0
- package/prisma/generated/models/integrationProjectUserStatus.ts +1916 -0
- package/prisma/generated/models/integrationUserLocation.ts +1681 -0
- package/prisma/generated/models/problemCategorization.ts +1543 -0
- package/prisma/generated/models/projectPhaseLog.ts +1728 -0
- package/prisma/generated/models/qrCodeTag.ts +4978 -0
- package/prisma/generated/models/qrCodeTemplate.ts +6500 -0
- package/prisma/generated/models/ticketMaterialMovementLog.ts +1651 -0
- package/prisma/generated/models.ts +119 -0
- package/prisma/migrations/20251106101538_max_capacity_string/migration.sql +2 -0
- package/prisma/schema.prisma +3 -3
- package/prisma/seed.ts +33 -0
- package/prisma.config.ts +13 -0
- package/tsconfig.json +13 -0
|
@@ -0,0 +1,1430 @@
|
|
|
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 `FeatureType` 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 FeatureType
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type FeatureTypeModel = runtime.Types.Result.DefaultSelection<Prisma.$FeatureTypePayload>
|
|
20
|
+
|
|
21
|
+
export type AggregateFeatureType = {
|
|
22
|
+
_count: FeatureTypeCountAggregateOutputType | null
|
|
23
|
+
_avg: FeatureTypeAvgAggregateOutputType | null
|
|
24
|
+
_sum: FeatureTypeSumAggregateOutputType | null
|
|
25
|
+
_min: FeatureTypeMinAggregateOutputType | null
|
|
26
|
+
_max: FeatureTypeMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type FeatureTypeAvgAggregateOutputType = {
|
|
30
|
+
no: number | null
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export type FeatureTypeSumAggregateOutputType = {
|
|
34
|
+
no: number | null
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type FeatureTypeMinAggregateOutputType = {
|
|
38
|
+
id: string | null
|
|
39
|
+
no: number | null
|
|
40
|
+
type: string | null
|
|
41
|
+
functionality: string | null
|
|
42
|
+
createdAt: Date | null
|
|
43
|
+
updatedAt: Date | null
|
|
44
|
+
deletedAt: Date | null
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export type FeatureTypeMaxAggregateOutputType = {
|
|
48
|
+
id: string | null
|
|
49
|
+
no: number | null
|
|
50
|
+
type: string | null
|
|
51
|
+
functionality: string | null
|
|
52
|
+
createdAt: Date | null
|
|
53
|
+
updatedAt: Date | null
|
|
54
|
+
deletedAt: Date | null
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export type FeatureTypeCountAggregateOutputType = {
|
|
58
|
+
id: number
|
|
59
|
+
no: number
|
|
60
|
+
type: number
|
|
61
|
+
functionality: number
|
|
62
|
+
createdAt: number
|
|
63
|
+
updatedAt: number
|
|
64
|
+
deletedAt: number
|
|
65
|
+
_all: number
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
export type FeatureTypeAvgAggregateInputType = {
|
|
70
|
+
no?: true
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export type FeatureTypeSumAggregateInputType = {
|
|
74
|
+
no?: true
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export type FeatureTypeMinAggregateInputType = {
|
|
78
|
+
id?: true
|
|
79
|
+
no?: true
|
|
80
|
+
type?: true
|
|
81
|
+
functionality?: true
|
|
82
|
+
createdAt?: true
|
|
83
|
+
updatedAt?: true
|
|
84
|
+
deletedAt?: true
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export type FeatureTypeMaxAggregateInputType = {
|
|
88
|
+
id?: true
|
|
89
|
+
no?: true
|
|
90
|
+
type?: true
|
|
91
|
+
functionality?: true
|
|
92
|
+
createdAt?: true
|
|
93
|
+
updatedAt?: true
|
|
94
|
+
deletedAt?: true
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export type FeatureTypeCountAggregateInputType = {
|
|
98
|
+
id?: true
|
|
99
|
+
no?: true
|
|
100
|
+
type?: true
|
|
101
|
+
functionality?: true
|
|
102
|
+
createdAt?: true
|
|
103
|
+
updatedAt?: true
|
|
104
|
+
deletedAt?: true
|
|
105
|
+
_all?: true
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export type FeatureTypeAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
109
|
+
/**
|
|
110
|
+
* Filter which FeatureType to aggregate.
|
|
111
|
+
*/
|
|
112
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
113
|
+
/**
|
|
114
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
115
|
+
*
|
|
116
|
+
* Determine the order of FeatureTypes to fetch.
|
|
117
|
+
*/
|
|
118
|
+
orderBy?: Prisma.FeatureTypeOrderByWithRelationInput | Prisma.FeatureTypeOrderByWithRelationInput[]
|
|
119
|
+
/**
|
|
120
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
121
|
+
*
|
|
122
|
+
* Sets the start position
|
|
123
|
+
*/
|
|
124
|
+
cursor?: Prisma.FeatureTypeWhereUniqueInput
|
|
125
|
+
/**
|
|
126
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
127
|
+
*
|
|
128
|
+
* Take `±n` FeatureTypes from the position of the cursor.
|
|
129
|
+
*/
|
|
130
|
+
take?: number
|
|
131
|
+
/**
|
|
132
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
133
|
+
*
|
|
134
|
+
* Skip the first `n` FeatureTypes.
|
|
135
|
+
*/
|
|
136
|
+
skip?: number
|
|
137
|
+
/**
|
|
138
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
139
|
+
*
|
|
140
|
+
* Count returned FeatureTypes
|
|
141
|
+
**/
|
|
142
|
+
_count?: true | FeatureTypeCountAggregateInputType
|
|
143
|
+
/**
|
|
144
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
145
|
+
*
|
|
146
|
+
* Select which fields to average
|
|
147
|
+
**/
|
|
148
|
+
_avg?: FeatureTypeAvgAggregateInputType
|
|
149
|
+
/**
|
|
150
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
151
|
+
*
|
|
152
|
+
* Select which fields to sum
|
|
153
|
+
**/
|
|
154
|
+
_sum?: FeatureTypeSumAggregateInputType
|
|
155
|
+
/**
|
|
156
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
157
|
+
*
|
|
158
|
+
* Select which fields to find the minimum value
|
|
159
|
+
**/
|
|
160
|
+
_min?: FeatureTypeMinAggregateInputType
|
|
161
|
+
/**
|
|
162
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
163
|
+
*
|
|
164
|
+
* Select which fields to find the maximum value
|
|
165
|
+
**/
|
|
166
|
+
_max?: FeatureTypeMaxAggregateInputType
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
export type GetFeatureTypeAggregateType<T extends FeatureTypeAggregateArgs> = {
|
|
170
|
+
[P in keyof T & keyof AggregateFeatureType]: P extends '_count' | 'count'
|
|
171
|
+
? T[P] extends true
|
|
172
|
+
? number
|
|
173
|
+
: Prisma.GetScalarType<T[P], AggregateFeatureType[P]>
|
|
174
|
+
: Prisma.GetScalarType<T[P], AggregateFeatureType[P]>
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
export type FeatureTypeGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
181
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
182
|
+
orderBy?: Prisma.FeatureTypeOrderByWithAggregationInput | Prisma.FeatureTypeOrderByWithAggregationInput[]
|
|
183
|
+
by: Prisma.FeatureTypeScalarFieldEnum[] | Prisma.FeatureTypeScalarFieldEnum
|
|
184
|
+
having?: Prisma.FeatureTypeScalarWhereWithAggregatesInput
|
|
185
|
+
take?: number
|
|
186
|
+
skip?: number
|
|
187
|
+
_count?: FeatureTypeCountAggregateInputType | true
|
|
188
|
+
_avg?: FeatureTypeAvgAggregateInputType
|
|
189
|
+
_sum?: FeatureTypeSumAggregateInputType
|
|
190
|
+
_min?: FeatureTypeMinAggregateInputType
|
|
191
|
+
_max?: FeatureTypeMaxAggregateInputType
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export type FeatureTypeGroupByOutputType = {
|
|
195
|
+
id: string
|
|
196
|
+
no: number
|
|
197
|
+
type: string
|
|
198
|
+
functionality: string
|
|
199
|
+
createdAt: Date
|
|
200
|
+
updatedAt: Date
|
|
201
|
+
deletedAt: Date | null
|
|
202
|
+
_count: FeatureTypeCountAggregateOutputType | null
|
|
203
|
+
_avg: FeatureTypeAvgAggregateOutputType | null
|
|
204
|
+
_sum: FeatureTypeSumAggregateOutputType | null
|
|
205
|
+
_min: FeatureTypeMinAggregateOutputType | null
|
|
206
|
+
_max: FeatureTypeMaxAggregateOutputType | null
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
type GetFeatureTypeGroupByPayload<T extends FeatureTypeGroupByArgs> = Prisma.PrismaPromise<
|
|
210
|
+
Array<
|
|
211
|
+
Prisma.PickEnumerable<FeatureTypeGroupByOutputType, T['by']> &
|
|
212
|
+
{
|
|
213
|
+
[P in ((keyof T) & (keyof FeatureTypeGroupByOutputType))]: P extends '_count'
|
|
214
|
+
? T[P] extends boolean
|
|
215
|
+
? number
|
|
216
|
+
: Prisma.GetScalarType<T[P], FeatureTypeGroupByOutputType[P]>
|
|
217
|
+
: Prisma.GetScalarType<T[P], FeatureTypeGroupByOutputType[P]>
|
|
218
|
+
}
|
|
219
|
+
>
|
|
220
|
+
>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
export type FeatureTypeWhereInput = {
|
|
225
|
+
AND?: Prisma.FeatureTypeWhereInput | Prisma.FeatureTypeWhereInput[]
|
|
226
|
+
OR?: Prisma.FeatureTypeWhereInput[]
|
|
227
|
+
NOT?: Prisma.FeatureTypeWhereInput | Prisma.FeatureTypeWhereInput[]
|
|
228
|
+
id?: Prisma.StringFilter<"FeatureType"> | string
|
|
229
|
+
no?: Prisma.IntFilter<"FeatureType"> | number
|
|
230
|
+
type?: Prisma.StringFilter<"FeatureType"> | string
|
|
231
|
+
functionality?: Prisma.StringFilter<"FeatureType"> | string
|
|
232
|
+
createdAt?: Prisma.DateTimeFilter<"FeatureType"> | Date | string
|
|
233
|
+
updatedAt?: Prisma.DateTimeFilter<"FeatureType"> | Date | string
|
|
234
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"FeatureType"> | Date | string | null
|
|
235
|
+
Feature?: Prisma.FeatureListRelationFilter
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export type FeatureTypeOrderByWithRelationInput = {
|
|
239
|
+
id?: Prisma.SortOrder
|
|
240
|
+
no?: Prisma.SortOrder
|
|
241
|
+
type?: Prisma.SortOrder
|
|
242
|
+
functionality?: Prisma.SortOrder
|
|
243
|
+
createdAt?: Prisma.SortOrder
|
|
244
|
+
updatedAt?: Prisma.SortOrder
|
|
245
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
246
|
+
Feature?: Prisma.FeatureOrderByRelationAggregateInput
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export type FeatureTypeWhereUniqueInput = Prisma.AtLeast<{
|
|
250
|
+
id?: string
|
|
251
|
+
AND?: Prisma.FeatureTypeWhereInput | Prisma.FeatureTypeWhereInput[]
|
|
252
|
+
OR?: Prisma.FeatureTypeWhereInput[]
|
|
253
|
+
NOT?: Prisma.FeatureTypeWhereInput | Prisma.FeatureTypeWhereInput[]
|
|
254
|
+
no?: Prisma.IntFilter<"FeatureType"> | number
|
|
255
|
+
type?: Prisma.StringFilter<"FeatureType"> | string
|
|
256
|
+
functionality?: Prisma.StringFilter<"FeatureType"> | string
|
|
257
|
+
createdAt?: Prisma.DateTimeFilter<"FeatureType"> | Date | string
|
|
258
|
+
updatedAt?: Prisma.DateTimeFilter<"FeatureType"> | Date | string
|
|
259
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"FeatureType"> | Date | string | null
|
|
260
|
+
Feature?: Prisma.FeatureListRelationFilter
|
|
261
|
+
}, "id" | "id">
|
|
262
|
+
|
|
263
|
+
export type FeatureTypeOrderByWithAggregationInput = {
|
|
264
|
+
id?: Prisma.SortOrder
|
|
265
|
+
no?: Prisma.SortOrder
|
|
266
|
+
type?: Prisma.SortOrder
|
|
267
|
+
functionality?: Prisma.SortOrder
|
|
268
|
+
createdAt?: Prisma.SortOrder
|
|
269
|
+
updatedAt?: Prisma.SortOrder
|
|
270
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
271
|
+
_count?: Prisma.FeatureTypeCountOrderByAggregateInput
|
|
272
|
+
_avg?: Prisma.FeatureTypeAvgOrderByAggregateInput
|
|
273
|
+
_max?: Prisma.FeatureTypeMaxOrderByAggregateInput
|
|
274
|
+
_min?: Prisma.FeatureTypeMinOrderByAggregateInput
|
|
275
|
+
_sum?: Prisma.FeatureTypeSumOrderByAggregateInput
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
export type FeatureTypeScalarWhereWithAggregatesInput = {
|
|
279
|
+
AND?: Prisma.FeatureTypeScalarWhereWithAggregatesInput | Prisma.FeatureTypeScalarWhereWithAggregatesInput[]
|
|
280
|
+
OR?: Prisma.FeatureTypeScalarWhereWithAggregatesInput[]
|
|
281
|
+
NOT?: Prisma.FeatureTypeScalarWhereWithAggregatesInput | Prisma.FeatureTypeScalarWhereWithAggregatesInput[]
|
|
282
|
+
id?: Prisma.StringWithAggregatesFilter<"FeatureType"> | string
|
|
283
|
+
no?: Prisma.IntWithAggregatesFilter<"FeatureType"> | number
|
|
284
|
+
type?: Prisma.StringWithAggregatesFilter<"FeatureType"> | string
|
|
285
|
+
functionality?: Prisma.StringWithAggregatesFilter<"FeatureType"> | string
|
|
286
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"FeatureType"> | Date | string
|
|
287
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"FeatureType"> | Date | string
|
|
288
|
+
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"FeatureType"> | Date | string | null
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export type FeatureTypeCreateInput = {
|
|
292
|
+
id?: string
|
|
293
|
+
no?: number
|
|
294
|
+
type: string
|
|
295
|
+
functionality: string
|
|
296
|
+
createdAt?: Date | string
|
|
297
|
+
updatedAt?: Date | string
|
|
298
|
+
deletedAt?: Date | string | null
|
|
299
|
+
Feature?: Prisma.FeatureCreateNestedManyWithoutFeatureTypeInput
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export type FeatureTypeUncheckedCreateInput = {
|
|
303
|
+
id?: string
|
|
304
|
+
no?: number
|
|
305
|
+
type: string
|
|
306
|
+
functionality: string
|
|
307
|
+
createdAt?: Date | string
|
|
308
|
+
updatedAt?: Date | string
|
|
309
|
+
deletedAt?: Date | string | null
|
|
310
|
+
Feature?: Prisma.FeatureUncheckedCreateNestedManyWithoutFeatureTypeInput
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
export type FeatureTypeUpdateInput = {
|
|
314
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
315
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
316
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
317
|
+
functionality?: Prisma.StringFieldUpdateOperationsInput | string
|
|
318
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
319
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
320
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
321
|
+
Feature?: Prisma.FeatureUpdateManyWithoutFeatureTypeNestedInput
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export type FeatureTypeUncheckedUpdateInput = {
|
|
325
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
326
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
327
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
328
|
+
functionality?: Prisma.StringFieldUpdateOperationsInput | string
|
|
329
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
330
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
331
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
332
|
+
Feature?: Prisma.FeatureUncheckedUpdateManyWithoutFeatureTypeNestedInput
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export type FeatureTypeCreateManyInput = {
|
|
336
|
+
id?: string
|
|
337
|
+
no?: number
|
|
338
|
+
type: string
|
|
339
|
+
functionality: string
|
|
340
|
+
createdAt?: Date | string
|
|
341
|
+
updatedAt?: Date | string
|
|
342
|
+
deletedAt?: Date | string | null
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export type FeatureTypeUpdateManyMutationInput = {
|
|
346
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
347
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
348
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
349
|
+
functionality?: Prisma.StringFieldUpdateOperationsInput | string
|
|
350
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
351
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
352
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export type FeatureTypeUncheckedUpdateManyInput = {
|
|
356
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
357
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
358
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
359
|
+
functionality?: Prisma.StringFieldUpdateOperationsInput | string
|
|
360
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
361
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
362
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export type FeatureTypeScalarRelationFilter = {
|
|
366
|
+
is?: Prisma.FeatureTypeWhereInput
|
|
367
|
+
isNot?: Prisma.FeatureTypeWhereInput
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export type FeatureTypeCountOrderByAggregateInput = {
|
|
371
|
+
id?: Prisma.SortOrder
|
|
372
|
+
no?: Prisma.SortOrder
|
|
373
|
+
type?: Prisma.SortOrder
|
|
374
|
+
functionality?: Prisma.SortOrder
|
|
375
|
+
createdAt?: Prisma.SortOrder
|
|
376
|
+
updatedAt?: Prisma.SortOrder
|
|
377
|
+
deletedAt?: Prisma.SortOrder
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
export type FeatureTypeAvgOrderByAggregateInput = {
|
|
381
|
+
no?: Prisma.SortOrder
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
export type FeatureTypeMaxOrderByAggregateInput = {
|
|
385
|
+
id?: Prisma.SortOrder
|
|
386
|
+
no?: Prisma.SortOrder
|
|
387
|
+
type?: Prisma.SortOrder
|
|
388
|
+
functionality?: Prisma.SortOrder
|
|
389
|
+
createdAt?: Prisma.SortOrder
|
|
390
|
+
updatedAt?: Prisma.SortOrder
|
|
391
|
+
deletedAt?: Prisma.SortOrder
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export type FeatureTypeMinOrderByAggregateInput = {
|
|
395
|
+
id?: Prisma.SortOrder
|
|
396
|
+
no?: Prisma.SortOrder
|
|
397
|
+
type?: Prisma.SortOrder
|
|
398
|
+
functionality?: Prisma.SortOrder
|
|
399
|
+
createdAt?: Prisma.SortOrder
|
|
400
|
+
updatedAt?: Prisma.SortOrder
|
|
401
|
+
deletedAt?: Prisma.SortOrder
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export type FeatureTypeSumOrderByAggregateInput = {
|
|
405
|
+
no?: Prisma.SortOrder
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export type FeatureTypeCreateNestedOneWithoutFeatureInput = {
|
|
409
|
+
create?: Prisma.XOR<Prisma.FeatureTypeCreateWithoutFeatureInput, Prisma.FeatureTypeUncheckedCreateWithoutFeatureInput>
|
|
410
|
+
connectOrCreate?: Prisma.FeatureTypeCreateOrConnectWithoutFeatureInput
|
|
411
|
+
connect?: Prisma.FeatureTypeWhereUniqueInput
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
export type FeatureTypeUpdateOneRequiredWithoutFeatureNestedInput = {
|
|
415
|
+
create?: Prisma.XOR<Prisma.FeatureTypeCreateWithoutFeatureInput, Prisma.FeatureTypeUncheckedCreateWithoutFeatureInput>
|
|
416
|
+
connectOrCreate?: Prisma.FeatureTypeCreateOrConnectWithoutFeatureInput
|
|
417
|
+
upsert?: Prisma.FeatureTypeUpsertWithoutFeatureInput
|
|
418
|
+
connect?: Prisma.FeatureTypeWhereUniqueInput
|
|
419
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.FeatureTypeUpdateToOneWithWhereWithoutFeatureInput, Prisma.FeatureTypeUpdateWithoutFeatureInput>, Prisma.FeatureTypeUncheckedUpdateWithoutFeatureInput>
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
export type FeatureTypeCreateWithoutFeatureInput = {
|
|
423
|
+
id?: string
|
|
424
|
+
no?: number
|
|
425
|
+
type: string
|
|
426
|
+
functionality: string
|
|
427
|
+
createdAt?: Date | string
|
|
428
|
+
updatedAt?: Date | string
|
|
429
|
+
deletedAt?: Date | string | null
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export type FeatureTypeUncheckedCreateWithoutFeatureInput = {
|
|
433
|
+
id?: string
|
|
434
|
+
no?: number
|
|
435
|
+
type: string
|
|
436
|
+
functionality: string
|
|
437
|
+
createdAt?: Date | string
|
|
438
|
+
updatedAt?: Date | string
|
|
439
|
+
deletedAt?: Date | string | null
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export type FeatureTypeCreateOrConnectWithoutFeatureInput = {
|
|
443
|
+
where: Prisma.FeatureTypeWhereUniqueInput
|
|
444
|
+
create: Prisma.XOR<Prisma.FeatureTypeCreateWithoutFeatureInput, Prisma.FeatureTypeUncheckedCreateWithoutFeatureInput>
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export type FeatureTypeUpsertWithoutFeatureInput = {
|
|
448
|
+
update: Prisma.XOR<Prisma.FeatureTypeUpdateWithoutFeatureInput, Prisma.FeatureTypeUncheckedUpdateWithoutFeatureInput>
|
|
449
|
+
create: Prisma.XOR<Prisma.FeatureTypeCreateWithoutFeatureInput, Prisma.FeatureTypeUncheckedCreateWithoutFeatureInput>
|
|
450
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export type FeatureTypeUpdateToOneWithWhereWithoutFeatureInput = {
|
|
454
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
455
|
+
data: Prisma.XOR<Prisma.FeatureTypeUpdateWithoutFeatureInput, Prisma.FeatureTypeUncheckedUpdateWithoutFeatureInput>
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export type FeatureTypeUpdateWithoutFeatureInput = {
|
|
459
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
460
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
461
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
462
|
+
functionality?: Prisma.StringFieldUpdateOperationsInput | string
|
|
463
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
464
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
465
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
export type FeatureTypeUncheckedUpdateWithoutFeatureInput = {
|
|
469
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
470
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
471
|
+
type?: Prisma.StringFieldUpdateOperationsInput | string
|
|
472
|
+
functionality?: Prisma.StringFieldUpdateOperationsInput | string
|
|
473
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
474
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
475
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* Count Type FeatureTypeCountOutputType
|
|
481
|
+
*/
|
|
482
|
+
|
|
483
|
+
export type FeatureTypeCountOutputType = {
|
|
484
|
+
Feature: number
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
export type FeatureTypeCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
488
|
+
Feature?: boolean | FeatureTypeCountOutputTypeCountFeatureArgs
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* FeatureTypeCountOutputType without action
|
|
493
|
+
*/
|
|
494
|
+
export type FeatureTypeCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
495
|
+
/**
|
|
496
|
+
* Select specific fields to fetch from the FeatureTypeCountOutputType
|
|
497
|
+
*/
|
|
498
|
+
select?: Prisma.FeatureTypeCountOutputTypeSelect<ExtArgs> | null
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* FeatureTypeCountOutputType without action
|
|
503
|
+
*/
|
|
504
|
+
export type FeatureTypeCountOutputTypeCountFeatureArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
505
|
+
where?: Prisma.FeatureWhereInput
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
export type FeatureTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
510
|
+
id?: boolean
|
|
511
|
+
no?: boolean
|
|
512
|
+
type?: boolean
|
|
513
|
+
functionality?: boolean
|
|
514
|
+
createdAt?: boolean
|
|
515
|
+
updatedAt?: boolean
|
|
516
|
+
deletedAt?: boolean
|
|
517
|
+
Feature?: boolean | Prisma.FeatureType$FeatureArgs<ExtArgs>
|
|
518
|
+
_count?: boolean | Prisma.FeatureTypeCountOutputTypeDefaultArgs<ExtArgs>
|
|
519
|
+
}, ExtArgs["result"]["featureType"]>
|
|
520
|
+
|
|
521
|
+
export type FeatureTypeSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
522
|
+
id?: boolean
|
|
523
|
+
no?: boolean
|
|
524
|
+
type?: boolean
|
|
525
|
+
functionality?: boolean
|
|
526
|
+
createdAt?: boolean
|
|
527
|
+
updatedAt?: boolean
|
|
528
|
+
deletedAt?: boolean
|
|
529
|
+
}, ExtArgs["result"]["featureType"]>
|
|
530
|
+
|
|
531
|
+
export type FeatureTypeSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
532
|
+
id?: boolean
|
|
533
|
+
no?: boolean
|
|
534
|
+
type?: boolean
|
|
535
|
+
functionality?: boolean
|
|
536
|
+
createdAt?: boolean
|
|
537
|
+
updatedAt?: boolean
|
|
538
|
+
deletedAt?: boolean
|
|
539
|
+
}, ExtArgs["result"]["featureType"]>
|
|
540
|
+
|
|
541
|
+
export type FeatureTypeSelectScalar = {
|
|
542
|
+
id?: boolean
|
|
543
|
+
no?: boolean
|
|
544
|
+
type?: boolean
|
|
545
|
+
functionality?: boolean
|
|
546
|
+
createdAt?: boolean
|
|
547
|
+
updatedAt?: boolean
|
|
548
|
+
deletedAt?: boolean
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export type FeatureTypeOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "no" | "type" | "functionality" | "createdAt" | "updatedAt" | "deletedAt", ExtArgs["result"]["featureType"]>
|
|
552
|
+
export type FeatureTypeInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
553
|
+
Feature?: boolean | Prisma.FeatureType$FeatureArgs<ExtArgs>
|
|
554
|
+
_count?: boolean | Prisma.FeatureTypeCountOutputTypeDefaultArgs<ExtArgs>
|
|
555
|
+
}
|
|
556
|
+
export type FeatureTypeIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
|
557
|
+
export type FeatureTypeIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
|
558
|
+
|
|
559
|
+
export type $FeatureTypePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
560
|
+
name: "FeatureType"
|
|
561
|
+
objects: {
|
|
562
|
+
Feature: Prisma.$FeaturePayload<ExtArgs>[]
|
|
563
|
+
}
|
|
564
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
565
|
+
id: string
|
|
566
|
+
no: number
|
|
567
|
+
type: string
|
|
568
|
+
functionality: string
|
|
569
|
+
createdAt: Date
|
|
570
|
+
updatedAt: Date
|
|
571
|
+
deletedAt: Date | null
|
|
572
|
+
}, ExtArgs["result"]["featureType"]>
|
|
573
|
+
composites: {}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
export type FeatureTypeGetPayload<S extends boolean | null | undefined | FeatureTypeDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload, S>
|
|
577
|
+
|
|
578
|
+
export type FeatureTypeCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
579
|
+
Omit<FeatureTypeFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
580
|
+
select?: FeatureTypeCountAggregateInputType | true
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
export interface FeatureTypeDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
584
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['FeatureType'], meta: { name: 'FeatureType' } }
|
|
585
|
+
/**
|
|
586
|
+
* Find zero or one FeatureType that matches the filter.
|
|
587
|
+
* @param {FeatureTypeFindUniqueArgs} args - Arguments to find a FeatureType
|
|
588
|
+
* @example
|
|
589
|
+
* // Get one FeatureType
|
|
590
|
+
* const featureType = await prisma.featureType.findUnique({
|
|
591
|
+
* where: {
|
|
592
|
+
* // ... provide filter here
|
|
593
|
+
* }
|
|
594
|
+
* })
|
|
595
|
+
*/
|
|
596
|
+
findUnique<T extends FeatureTypeFindUniqueArgs>(args: Prisma.SelectSubset<T, FeatureTypeFindUniqueArgs<ExtArgs>>): Prisma.Prisma__FeatureTypeClient<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
597
|
+
|
|
598
|
+
/**
|
|
599
|
+
* Find one FeatureType that matches the filter or throw an error with `error.code='P2025'`
|
|
600
|
+
* if no matches were found.
|
|
601
|
+
* @param {FeatureTypeFindUniqueOrThrowArgs} args - Arguments to find a FeatureType
|
|
602
|
+
* @example
|
|
603
|
+
* // Get one FeatureType
|
|
604
|
+
* const featureType = await prisma.featureType.findUniqueOrThrow({
|
|
605
|
+
* where: {
|
|
606
|
+
* // ... provide filter here
|
|
607
|
+
* }
|
|
608
|
+
* })
|
|
609
|
+
*/
|
|
610
|
+
findUniqueOrThrow<T extends FeatureTypeFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, FeatureTypeFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__FeatureTypeClient<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
611
|
+
|
|
612
|
+
/**
|
|
613
|
+
* Find the first FeatureType that matches the filter.
|
|
614
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
615
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
616
|
+
* @param {FeatureTypeFindFirstArgs} args - Arguments to find a FeatureType
|
|
617
|
+
* @example
|
|
618
|
+
* // Get one FeatureType
|
|
619
|
+
* const featureType = await prisma.featureType.findFirst({
|
|
620
|
+
* where: {
|
|
621
|
+
* // ... provide filter here
|
|
622
|
+
* }
|
|
623
|
+
* })
|
|
624
|
+
*/
|
|
625
|
+
findFirst<T extends FeatureTypeFindFirstArgs>(args?: Prisma.SelectSubset<T, FeatureTypeFindFirstArgs<ExtArgs>>): Prisma.Prisma__FeatureTypeClient<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* Find the first FeatureType that matches the filter or
|
|
629
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
630
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
631
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
632
|
+
* @param {FeatureTypeFindFirstOrThrowArgs} args - Arguments to find a FeatureType
|
|
633
|
+
* @example
|
|
634
|
+
* // Get one FeatureType
|
|
635
|
+
* const featureType = await prisma.featureType.findFirstOrThrow({
|
|
636
|
+
* where: {
|
|
637
|
+
* // ... provide filter here
|
|
638
|
+
* }
|
|
639
|
+
* })
|
|
640
|
+
*/
|
|
641
|
+
findFirstOrThrow<T extends FeatureTypeFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, FeatureTypeFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__FeatureTypeClient<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* Find zero or more FeatureTypes that matches the filter.
|
|
645
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
646
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
647
|
+
* @param {FeatureTypeFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
648
|
+
* @example
|
|
649
|
+
* // Get all FeatureTypes
|
|
650
|
+
* const featureTypes = await prisma.featureType.findMany()
|
|
651
|
+
*
|
|
652
|
+
* // Get first 10 FeatureTypes
|
|
653
|
+
* const featureTypes = await prisma.featureType.findMany({ take: 10 })
|
|
654
|
+
*
|
|
655
|
+
* // Only select the `id`
|
|
656
|
+
* const featureTypeWithIdOnly = await prisma.featureType.findMany({ select: { id: true } })
|
|
657
|
+
*
|
|
658
|
+
*/
|
|
659
|
+
findMany<T extends FeatureTypeFindManyArgs>(args?: Prisma.SelectSubset<T, FeatureTypeFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* Create a FeatureType.
|
|
663
|
+
* @param {FeatureTypeCreateArgs} args - Arguments to create a FeatureType.
|
|
664
|
+
* @example
|
|
665
|
+
* // Create one FeatureType
|
|
666
|
+
* const FeatureType = await prisma.featureType.create({
|
|
667
|
+
* data: {
|
|
668
|
+
* // ... data to create a FeatureType
|
|
669
|
+
* }
|
|
670
|
+
* })
|
|
671
|
+
*
|
|
672
|
+
*/
|
|
673
|
+
create<T extends FeatureTypeCreateArgs>(args: Prisma.SelectSubset<T, FeatureTypeCreateArgs<ExtArgs>>): Prisma.Prisma__FeatureTypeClient<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
674
|
+
|
|
675
|
+
/**
|
|
676
|
+
* Create many FeatureTypes.
|
|
677
|
+
* @param {FeatureTypeCreateManyArgs} args - Arguments to create many FeatureTypes.
|
|
678
|
+
* @example
|
|
679
|
+
* // Create many FeatureTypes
|
|
680
|
+
* const featureType = await prisma.featureType.createMany({
|
|
681
|
+
* data: [
|
|
682
|
+
* // ... provide data here
|
|
683
|
+
* ]
|
|
684
|
+
* })
|
|
685
|
+
*
|
|
686
|
+
*/
|
|
687
|
+
createMany<T extends FeatureTypeCreateManyArgs>(args?: Prisma.SelectSubset<T, FeatureTypeCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
688
|
+
|
|
689
|
+
/**
|
|
690
|
+
* Create many FeatureTypes and returns the data saved in the database.
|
|
691
|
+
* @param {FeatureTypeCreateManyAndReturnArgs} args - Arguments to create many FeatureTypes.
|
|
692
|
+
* @example
|
|
693
|
+
* // Create many FeatureTypes
|
|
694
|
+
* const featureType = await prisma.featureType.createManyAndReturn({
|
|
695
|
+
* data: [
|
|
696
|
+
* // ... provide data here
|
|
697
|
+
* ]
|
|
698
|
+
* })
|
|
699
|
+
*
|
|
700
|
+
* // Create many FeatureTypes and only return the `id`
|
|
701
|
+
* const featureTypeWithIdOnly = await prisma.featureType.createManyAndReturn({
|
|
702
|
+
* select: { id: true },
|
|
703
|
+
* data: [
|
|
704
|
+
* // ... provide data here
|
|
705
|
+
* ]
|
|
706
|
+
* })
|
|
707
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
708
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
709
|
+
*
|
|
710
|
+
*/
|
|
711
|
+
createManyAndReturn<T extends FeatureTypeCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, FeatureTypeCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* Delete a FeatureType.
|
|
715
|
+
* @param {FeatureTypeDeleteArgs} args - Arguments to delete one FeatureType.
|
|
716
|
+
* @example
|
|
717
|
+
* // Delete one FeatureType
|
|
718
|
+
* const FeatureType = await prisma.featureType.delete({
|
|
719
|
+
* where: {
|
|
720
|
+
* // ... filter to delete one FeatureType
|
|
721
|
+
* }
|
|
722
|
+
* })
|
|
723
|
+
*
|
|
724
|
+
*/
|
|
725
|
+
delete<T extends FeatureTypeDeleteArgs>(args: Prisma.SelectSubset<T, FeatureTypeDeleteArgs<ExtArgs>>): Prisma.Prisma__FeatureTypeClient<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
726
|
+
|
|
727
|
+
/**
|
|
728
|
+
* Update one FeatureType.
|
|
729
|
+
* @param {FeatureTypeUpdateArgs} args - Arguments to update one FeatureType.
|
|
730
|
+
* @example
|
|
731
|
+
* // Update one FeatureType
|
|
732
|
+
* const featureType = await prisma.featureType.update({
|
|
733
|
+
* where: {
|
|
734
|
+
* // ... provide filter here
|
|
735
|
+
* },
|
|
736
|
+
* data: {
|
|
737
|
+
* // ... provide data here
|
|
738
|
+
* }
|
|
739
|
+
* })
|
|
740
|
+
*
|
|
741
|
+
*/
|
|
742
|
+
update<T extends FeatureTypeUpdateArgs>(args: Prisma.SelectSubset<T, FeatureTypeUpdateArgs<ExtArgs>>): Prisma.Prisma__FeatureTypeClient<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* Delete zero or more FeatureTypes.
|
|
746
|
+
* @param {FeatureTypeDeleteManyArgs} args - Arguments to filter FeatureTypes to delete.
|
|
747
|
+
* @example
|
|
748
|
+
* // Delete a few FeatureTypes
|
|
749
|
+
* const { count } = await prisma.featureType.deleteMany({
|
|
750
|
+
* where: {
|
|
751
|
+
* // ... provide filter here
|
|
752
|
+
* }
|
|
753
|
+
* })
|
|
754
|
+
*
|
|
755
|
+
*/
|
|
756
|
+
deleteMany<T extends FeatureTypeDeleteManyArgs>(args?: Prisma.SelectSubset<T, FeatureTypeDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* Update zero or more FeatureTypes.
|
|
760
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
761
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
762
|
+
* @param {FeatureTypeUpdateManyArgs} args - Arguments to update one or more rows.
|
|
763
|
+
* @example
|
|
764
|
+
* // Update many FeatureTypes
|
|
765
|
+
* const featureType = await prisma.featureType.updateMany({
|
|
766
|
+
* where: {
|
|
767
|
+
* // ... provide filter here
|
|
768
|
+
* },
|
|
769
|
+
* data: {
|
|
770
|
+
* // ... provide data here
|
|
771
|
+
* }
|
|
772
|
+
* })
|
|
773
|
+
*
|
|
774
|
+
*/
|
|
775
|
+
updateMany<T extends FeatureTypeUpdateManyArgs>(args: Prisma.SelectSubset<T, FeatureTypeUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* Update zero or more FeatureTypes and returns the data updated in the database.
|
|
779
|
+
* @param {FeatureTypeUpdateManyAndReturnArgs} args - Arguments to update many FeatureTypes.
|
|
780
|
+
* @example
|
|
781
|
+
* // Update many FeatureTypes
|
|
782
|
+
* const featureType = await prisma.featureType.updateManyAndReturn({
|
|
783
|
+
* where: {
|
|
784
|
+
* // ... provide filter here
|
|
785
|
+
* },
|
|
786
|
+
* data: [
|
|
787
|
+
* // ... provide data here
|
|
788
|
+
* ]
|
|
789
|
+
* })
|
|
790
|
+
*
|
|
791
|
+
* // Update zero or more FeatureTypes and only return the `id`
|
|
792
|
+
* const featureTypeWithIdOnly = await prisma.featureType.updateManyAndReturn({
|
|
793
|
+
* select: { id: true },
|
|
794
|
+
* where: {
|
|
795
|
+
* // ... provide filter here
|
|
796
|
+
* },
|
|
797
|
+
* data: [
|
|
798
|
+
* // ... provide data here
|
|
799
|
+
* ]
|
|
800
|
+
* })
|
|
801
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
802
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
803
|
+
*
|
|
804
|
+
*/
|
|
805
|
+
updateManyAndReturn<T extends FeatureTypeUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, FeatureTypeUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
* Create or update one FeatureType.
|
|
809
|
+
* @param {FeatureTypeUpsertArgs} args - Arguments to update or create a FeatureType.
|
|
810
|
+
* @example
|
|
811
|
+
* // Update or create a FeatureType
|
|
812
|
+
* const featureType = await prisma.featureType.upsert({
|
|
813
|
+
* create: {
|
|
814
|
+
* // ... data to create a FeatureType
|
|
815
|
+
* },
|
|
816
|
+
* update: {
|
|
817
|
+
* // ... in case it already exists, update
|
|
818
|
+
* },
|
|
819
|
+
* where: {
|
|
820
|
+
* // ... the filter for the FeatureType we want to update
|
|
821
|
+
* }
|
|
822
|
+
* })
|
|
823
|
+
*/
|
|
824
|
+
upsert<T extends FeatureTypeUpsertArgs>(args: Prisma.SelectSubset<T, FeatureTypeUpsertArgs<ExtArgs>>): Prisma.Prisma__FeatureTypeClient<runtime.Types.Result.GetResult<Prisma.$FeatureTypePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* Count the number of FeatureTypes.
|
|
829
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
830
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
831
|
+
* @param {FeatureTypeCountArgs} args - Arguments to filter FeatureTypes to count.
|
|
832
|
+
* @example
|
|
833
|
+
* // Count the number of FeatureTypes
|
|
834
|
+
* const count = await prisma.featureType.count({
|
|
835
|
+
* where: {
|
|
836
|
+
* // ... the filter for the FeatureTypes we want to count
|
|
837
|
+
* }
|
|
838
|
+
* })
|
|
839
|
+
**/
|
|
840
|
+
count<T extends FeatureTypeCountArgs>(
|
|
841
|
+
args?: Prisma.Subset<T, FeatureTypeCountArgs>,
|
|
842
|
+
): Prisma.PrismaPromise<
|
|
843
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
844
|
+
? T['select'] extends true
|
|
845
|
+
? number
|
|
846
|
+
: Prisma.GetScalarType<T['select'], FeatureTypeCountAggregateOutputType>
|
|
847
|
+
: number
|
|
848
|
+
>
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* Allows you to perform aggregations operations on a FeatureType.
|
|
852
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
853
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
854
|
+
* @param {FeatureTypeAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
855
|
+
* @example
|
|
856
|
+
* // Ordered by age ascending
|
|
857
|
+
* // Where email contains prisma.io
|
|
858
|
+
* // Limited to the 10 users
|
|
859
|
+
* const aggregations = await prisma.user.aggregate({
|
|
860
|
+
* _avg: {
|
|
861
|
+
* age: true,
|
|
862
|
+
* },
|
|
863
|
+
* where: {
|
|
864
|
+
* email: {
|
|
865
|
+
* contains: "prisma.io",
|
|
866
|
+
* },
|
|
867
|
+
* },
|
|
868
|
+
* orderBy: {
|
|
869
|
+
* age: "asc",
|
|
870
|
+
* },
|
|
871
|
+
* take: 10,
|
|
872
|
+
* })
|
|
873
|
+
**/
|
|
874
|
+
aggregate<T extends FeatureTypeAggregateArgs>(args: Prisma.Subset<T, FeatureTypeAggregateArgs>): Prisma.PrismaPromise<GetFeatureTypeAggregateType<T>>
|
|
875
|
+
|
|
876
|
+
/**
|
|
877
|
+
* Group by FeatureType.
|
|
878
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
879
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
880
|
+
* @param {FeatureTypeGroupByArgs} args - Group by arguments.
|
|
881
|
+
* @example
|
|
882
|
+
* // Group by city, order by createdAt, get count
|
|
883
|
+
* const result = await prisma.user.groupBy({
|
|
884
|
+
* by: ['city', 'createdAt'],
|
|
885
|
+
* orderBy: {
|
|
886
|
+
* createdAt: true
|
|
887
|
+
* },
|
|
888
|
+
* _count: {
|
|
889
|
+
* _all: true
|
|
890
|
+
* },
|
|
891
|
+
* })
|
|
892
|
+
*
|
|
893
|
+
**/
|
|
894
|
+
groupBy<
|
|
895
|
+
T extends FeatureTypeGroupByArgs,
|
|
896
|
+
HasSelectOrTake extends Prisma.Or<
|
|
897
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
898
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
899
|
+
>,
|
|
900
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
901
|
+
? { orderBy: FeatureTypeGroupByArgs['orderBy'] }
|
|
902
|
+
: { orderBy?: FeatureTypeGroupByArgs['orderBy'] },
|
|
903
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
904
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
905
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
906
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
907
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
908
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
909
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
910
|
+
? `Error: "by" must not be empty.`
|
|
911
|
+
: HavingValid extends Prisma.False
|
|
912
|
+
? {
|
|
913
|
+
[P in HavingFields]: P extends ByFields
|
|
914
|
+
? never
|
|
915
|
+
: P extends string
|
|
916
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
917
|
+
: [
|
|
918
|
+
Error,
|
|
919
|
+
'Field ',
|
|
920
|
+
P,
|
|
921
|
+
` in "having" needs to be provided in "by"`,
|
|
922
|
+
]
|
|
923
|
+
}[HavingFields]
|
|
924
|
+
: 'take' extends Prisma.Keys<T>
|
|
925
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
926
|
+
? ByValid extends Prisma.True
|
|
927
|
+
? {}
|
|
928
|
+
: {
|
|
929
|
+
[P in OrderFields]: P extends ByFields
|
|
930
|
+
? never
|
|
931
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
932
|
+
}[OrderFields]
|
|
933
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
934
|
+
: 'skip' extends Prisma.Keys<T>
|
|
935
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
936
|
+
? ByValid extends Prisma.True
|
|
937
|
+
? {}
|
|
938
|
+
: {
|
|
939
|
+
[P in OrderFields]: P extends ByFields
|
|
940
|
+
? never
|
|
941
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
942
|
+
}[OrderFields]
|
|
943
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
944
|
+
: ByValid extends Prisma.True
|
|
945
|
+
? {}
|
|
946
|
+
: {
|
|
947
|
+
[P in OrderFields]: P extends ByFields
|
|
948
|
+
? never
|
|
949
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
950
|
+
}[OrderFields]
|
|
951
|
+
>(args: Prisma.SubsetIntersection<T, FeatureTypeGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetFeatureTypeGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
952
|
+
/**
|
|
953
|
+
* Fields of the FeatureType model
|
|
954
|
+
*/
|
|
955
|
+
readonly fields: FeatureTypeFieldRefs;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
/**
|
|
959
|
+
* The delegate class that acts as a "Promise-like" for FeatureType.
|
|
960
|
+
* Why is this prefixed with `Prisma__`?
|
|
961
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
962
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
963
|
+
*/
|
|
964
|
+
export interface Prisma__FeatureTypeClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
965
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
966
|
+
Feature<T extends Prisma.FeatureType$FeatureArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.FeatureType$FeatureArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FeaturePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
967
|
+
/**
|
|
968
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
969
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
970
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
971
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
972
|
+
*/
|
|
973
|
+
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>
|
|
974
|
+
/**
|
|
975
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
976
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
977
|
+
* @returns A Promise for the completion of the callback.
|
|
978
|
+
*/
|
|
979
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
980
|
+
/**
|
|
981
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
982
|
+
* resolved value cannot be modified from the callback.
|
|
983
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
984
|
+
* @returns A Promise for the completion of the callback.
|
|
985
|
+
*/
|
|
986
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* Fields of the FeatureType model
|
|
994
|
+
*/
|
|
995
|
+
export interface FeatureTypeFieldRefs {
|
|
996
|
+
readonly id: Prisma.FieldRef<"FeatureType", 'String'>
|
|
997
|
+
readonly no: Prisma.FieldRef<"FeatureType", 'Int'>
|
|
998
|
+
readonly type: Prisma.FieldRef<"FeatureType", 'String'>
|
|
999
|
+
readonly functionality: Prisma.FieldRef<"FeatureType", 'String'>
|
|
1000
|
+
readonly createdAt: Prisma.FieldRef<"FeatureType", 'DateTime'>
|
|
1001
|
+
readonly updatedAt: Prisma.FieldRef<"FeatureType", 'DateTime'>
|
|
1002
|
+
readonly deletedAt: Prisma.FieldRef<"FeatureType", 'DateTime'>
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
// Custom InputTypes
|
|
1007
|
+
/**
|
|
1008
|
+
* FeatureType findUnique
|
|
1009
|
+
*/
|
|
1010
|
+
export type FeatureTypeFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1011
|
+
/**
|
|
1012
|
+
* Select specific fields to fetch from the FeatureType
|
|
1013
|
+
*/
|
|
1014
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1015
|
+
/**
|
|
1016
|
+
* Omit specific fields from the FeatureType
|
|
1017
|
+
*/
|
|
1018
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1019
|
+
/**
|
|
1020
|
+
* Choose, which related nodes to fetch as well
|
|
1021
|
+
*/
|
|
1022
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1023
|
+
/**
|
|
1024
|
+
* Filter, which FeatureType to fetch.
|
|
1025
|
+
*/
|
|
1026
|
+
where: Prisma.FeatureTypeWhereUniqueInput
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
/**
|
|
1030
|
+
* FeatureType findUniqueOrThrow
|
|
1031
|
+
*/
|
|
1032
|
+
export type FeatureTypeFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1033
|
+
/**
|
|
1034
|
+
* Select specific fields to fetch from the FeatureType
|
|
1035
|
+
*/
|
|
1036
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1037
|
+
/**
|
|
1038
|
+
* Omit specific fields from the FeatureType
|
|
1039
|
+
*/
|
|
1040
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1041
|
+
/**
|
|
1042
|
+
* Choose, which related nodes to fetch as well
|
|
1043
|
+
*/
|
|
1044
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1045
|
+
/**
|
|
1046
|
+
* Filter, which FeatureType to fetch.
|
|
1047
|
+
*/
|
|
1048
|
+
where: Prisma.FeatureTypeWhereUniqueInput
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
/**
|
|
1052
|
+
* FeatureType findFirst
|
|
1053
|
+
*/
|
|
1054
|
+
export type FeatureTypeFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1055
|
+
/**
|
|
1056
|
+
* Select specific fields to fetch from the FeatureType
|
|
1057
|
+
*/
|
|
1058
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1059
|
+
/**
|
|
1060
|
+
* Omit specific fields from the FeatureType
|
|
1061
|
+
*/
|
|
1062
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1063
|
+
/**
|
|
1064
|
+
* Choose, which related nodes to fetch as well
|
|
1065
|
+
*/
|
|
1066
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1067
|
+
/**
|
|
1068
|
+
* Filter, which FeatureType to fetch.
|
|
1069
|
+
*/
|
|
1070
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
1071
|
+
/**
|
|
1072
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1073
|
+
*
|
|
1074
|
+
* Determine the order of FeatureTypes to fetch.
|
|
1075
|
+
*/
|
|
1076
|
+
orderBy?: Prisma.FeatureTypeOrderByWithRelationInput | Prisma.FeatureTypeOrderByWithRelationInput[]
|
|
1077
|
+
/**
|
|
1078
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1079
|
+
*
|
|
1080
|
+
* Sets the position for searching for FeatureTypes.
|
|
1081
|
+
*/
|
|
1082
|
+
cursor?: Prisma.FeatureTypeWhereUniqueInput
|
|
1083
|
+
/**
|
|
1084
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1085
|
+
*
|
|
1086
|
+
* Take `±n` FeatureTypes from the position of the cursor.
|
|
1087
|
+
*/
|
|
1088
|
+
take?: number
|
|
1089
|
+
/**
|
|
1090
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1091
|
+
*
|
|
1092
|
+
* Skip the first `n` FeatureTypes.
|
|
1093
|
+
*/
|
|
1094
|
+
skip?: number
|
|
1095
|
+
/**
|
|
1096
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1097
|
+
*
|
|
1098
|
+
* Filter by unique combinations of FeatureTypes.
|
|
1099
|
+
*/
|
|
1100
|
+
distinct?: Prisma.FeatureTypeScalarFieldEnum | Prisma.FeatureTypeScalarFieldEnum[]
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* FeatureType findFirstOrThrow
|
|
1105
|
+
*/
|
|
1106
|
+
export type FeatureTypeFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1107
|
+
/**
|
|
1108
|
+
* Select specific fields to fetch from the FeatureType
|
|
1109
|
+
*/
|
|
1110
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1111
|
+
/**
|
|
1112
|
+
* Omit specific fields from the FeatureType
|
|
1113
|
+
*/
|
|
1114
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1115
|
+
/**
|
|
1116
|
+
* Choose, which related nodes to fetch as well
|
|
1117
|
+
*/
|
|
1118
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1119
|
+
/**
|
|
1120
|
+
* Filter, which FeatureType to fetch.
|
|
1121
|
+
*/
|
|
1122
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
1123
|
+
/**
|
|
1124
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1125
|
+
*
|
|
1126
|
+
* Determine the order of FeatureTypes to fetch.
|
|
1127
|
+
*/
|
|
1128
|
+
orderBy?: Prisma.FeatureTypeOrderByWithRelationInput | Prisma.FeatureTypeOrderByWithRelationInput[]
|
|
1129
|
+
/**
|
|
1130
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1131
|
+
*
|
|
1132
|
+
* Sets the position for searching for FeatureTypes.
|
|
1133
|
+
*/
|
|
1134
|
+
cursor?: Prisma.FeatureTypeWhereUniqueInput
|
|
1135
|
+
/**
|
|
1136
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1137
|
+
*
|
|
1138
|
+
* Take `±n` FeatureTypes from the position of the cursor.
|
|
1139
|
+
*/
|
|
1140
|
+
take?: number
|
|
1141
|
+
/**
|
|
1142
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1143
|
+
*
|
|
1144
|
+
* Skip the first `n` FeatureTypes.
|
|
1145
|
+
*/
|
|
1146
|
+
skip?: number
|
|
1147
|
+
/**
|
|
1148
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1149
|
+
*
|
|
1150
|
+
* Filter by unique combinations of FeatureTypes.
|
|
1151
|
+
*/
|
|
1152
|
+
distinct?: Prisma.FeatureTypeScalarFieldEnum | Prisma.FeatureTypeScalarFieldEnum[]
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
/**
|
|
1156
|
+
* FeatureType findMany
|
|
1157
|
+
*/
|
|
1158
|
+
export type FeatureTypeFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1159
|
+
/**
|
|
1160
|
+
* Select specific fields to fetch from the FeatureType
|
|
1161
|
+
*/
|
|
1162
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1163
|
+
/**
|
|
1164
|
+
* Omit specific fields from the FeatureType
|
|
1165
|
+
*/
|
|
1166
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1167
|
+
/**
|
|
1168
|
+
* Choose, which related nodes to fetch as well
|
|
1169
|
+
*/
|
|
1170
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1171
|
+
/**
|
|
1172
|
+
* Filter, which FeatureTypes to fetch.
|
|
1173
|
+
*/
|
|
1174
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
1175
|
+
/**
|
|
1176
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1177
|
+
*
|
|
1178
|
+
* Determine the order of FeatureTypes to fetch.
|
|
1179
|
+
*/
|
|
1180
|
+
orderBy?: Prisma.FeatureTypeOrderByWithRelationInput | Prisma.FeatureTypeOrderByWithRelationInput[]
|
|
1181
|
+
/**
|
|
1182
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1183
|
+
*
|
|
1184
|
+
* Sets the position for listing FeatureTypes.
|
|
1185
|
+
*/
|
|
1186
|
+
cursor?: Prisma.FeatureTypeWhereUniqueInput
|
|
1187
|
+
/**
|
|
1188
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1189
|
+
*
|
|
1190
|
+
* Take `±n` FeatureTypes from the position of the cursor.
|
|
1191
|
+
*/
|
|
1192
|
+
take?: number
|
|
1193
|
+
/**
|
|
1194
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1195
|
+
*
|
|
1196
|
+
* Skip the first `n` FeatureTypes.
|
|
1197
|
+
*/
|
|
1198
|
+
skip?: number
|
|
1199
|
+
distinct?: Prisma.FeatureTypeScalarFieldEnum | Prisma.FeatureTypeScalarFieldEnum[]
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
/**
|
|
1203
|
+
* FeatureType create
|
|
1204
|
+
*/
|
|
1205
|
+
export type FeatureTypeCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1206
|
+
/**
|
|
1207
|
+
* Select specific fields to fetch from the FeatureType
|
|
1208
|
+
*/
|
|
1209
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1210
|
+
/**
|
|
1211
|
+
* Omit specific fields from the FeatureType
|
|
1212
|
+
*/
|
|
1213
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1214
|
+
/**
|
|
1215
|
+
* Choose, which related nodes to fetch as well
|
|
1216
|
+
*/
|
|
1217
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1218
|
+
/**
|
|
1219
|
+
* The data needed to create a FeatureType.
|
|
1220
|
+
*/
|
|
1221
|
+
data: Prisma.XOR<Prisma.FeatureTypeCreateInput, Prisma.FeatureTypeUncheckedCreateInput>
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* FeatureType createMany
|
|
1226
|
+
*/
|
|
1227
|
+
export type FeatureTypeCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1228
|
+
/**
|
|
1229
|
+
* The data used to create many FeatureTypes.
|
|
1230
|
+
*/
|
|
1231
|
+
data: Prisma.FeatureTypeCreateManyInput | Prisma.FeatureTypeCreateManyInput[]
|
|
1232
|
+
skipDuplicates?: boolean
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
/**
|
|
1236
|
+
* FeatureType createManyAndReturn
|
|
1237
|
+
*/
|
|
1238
|
+
export type FeatureTypeCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1239
|
+
/**
|
|
1240
|
+
* Select specific fields to fetch from the FeatureType
|
|
1241
|
+
*/
|
|
1242
|
+
select?: Prisma.FeatureTypeSelectCreateManyAndReturn<ExtArgs> | null
|
|
1243
|
+
/**
|
|
1244
|
+
* Omit specific fields from the FeatureType
|
|
1245
|
+
*/
|
|
1246
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1247
|
+
/**
|
|
1248
|
+
* The data used to create many FeatureTypes.
|
|
1249
|
+
*/
|
|
1250
|
+
data: Prisma.FeatureTypeCreateManyInput | Prisma.FeatureTypeCreateManyInput[]
|
|
1251
|
+
skipDuplicates?: boolean
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
/**
|
|
1255
|
+
* FeatureType update
|
|
1256
|
+
*/
|
|
1257
|
+
export type FeatureTypeUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1258
|
+
/**
|
|
1259
|
+
* Select specific fields to fetch from the FeatureType
|
|
1260
|
+
*/
|
|
1261
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1262
|
+
/**
|
|
1263
|
+
* Omit specific fields from the FeatureType
|
|
1264
|
+
*/
|
|
1265
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1266
|
+
/**
|
|
1267
|
+
* Choose, which related nodes to fetch as well
|
|
1268
|
+
*/
|
|
1269
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1270
|
+
/**
|
|
1271
|
+
* The data needed to update a FeatureType.
|
|
1272
|
+
*/
|
|
1273
|
+
data: Prisma.XOR<Prisma.FeatureTypeUpdateInput, Prisma.FeatureTypeUncheckedUpdateInput>
|
|
1274
|
+
/**
|
|
1275
|
+
* Choose, which FeatureType to update.
|
|
1276
|
+
*/
|
|
1277
|
+
where: Prisma.FeatureTypeWhereUniqueInput
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
/**
|
|
1281
|
+
* FeatureType updateMany
|
|
1282
|
+
*/
|
|
1283
|
+
export type FeatureTypeUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1284
|
+
/**
|
|
1285
|
+
* The data used to update FeatureTypes.
|
|
1286
|
+
*/
|
|
1287
|
+
data: Prisma.XOR<Prisma.FeatureTypeUpdateManyMutationInput, Prisma.FeatureTypeUncheckedUpdateManyInput>
|
|
1288
|
+
/**
|
|
1289
|
+
* Filter which FeatureTypes to update
|
|
1290
|
+
*/
|
|
1291
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
1292
|
+
/**
|
|
1293
|
+
* Limit how many FeatureTypes to update.
|
|
1294
|
+
*/
|
|
1295
|
+
limit?: number
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
/**
|
|
1299
|
+
* FeatureType updateManyAndReturn
|
|
1300
|
+
*/
|
|
1301
|
+
export type FeatureTypeUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1302
|
+
/**
|
|
1303
|
+
* Select specific fields to fetch from the FeatureType
|
|
1304
|
+
*/
|
|
1305
|
+
select?: Prisma.FeatureTypeSelectUpdateManyAndReturn<ExtArgs> | null
|
|
1306
|
+
/**
|
|
1307
|
+
* Omit specific fields from the FeatureType
|
|
1308
|
+
*/
|
|
1309
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1310
|
+
/**
|
|
1311
|
+
* The data used to update FeatureTypes.
|
|
1312
|
+
*/
|
|
1313
|
+
data: Prisma.XOR<Prisma.FeatureTypeUpdateManyMutationInput, Prisma.FeatureTypeUncheckedUpdateManyInput>
|
|
1314
|
+
/**
|
|
1315
|
+
* Filter which FeatureTypes to update
|
|
1316
|
+
*/
|
|
1317
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
1318
|
+
/**
|
|
1319
|
+
* Limit how many FeatureTypes to update.
|
|
1320
|
+
*/
|
|
1321
|
+
limit?: number
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
/**
|
|
1325
|
+
* FeatureType upsert
|
|
1326
|
+
*/
|
|
1327
|
+
export type FeatureTypeUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1328
|
+
/**
|
|
1329
|
+
* Select specific fields to fetch from the FeatureType
|
|
1330
|
+
*/
|
|
1331
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1332
|
+
/**
|
|
1333
|
+
* Omit specific fields from the FeatureType
|
|
1334
|
+
*/
|
|
1335
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1336
|
+
/**
|
|
1337
|
+
* Choose, which related nodes to fetch as well
|
|
1338
|
+
*/
|
|
1339
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1340
|
+
/**
|
|
1341
|
+
* The filter to search for the FeatureType to update in case it exists.
|
|
1342
|
+
*/
|
|
1343
|
+
where: Prisma.FeatureTypeWhereUniqueInput
|
|
1344
|
+
/**
|
|
1345
|
+
* In case the FeatureType found by the `where` argument doesn't exist, create a new FeatureType with this data.
|
|
1346
|
+
*/
|
|
1347
|
+
create: Prisma.XOR<Prisma.FeatureTypeCreateInput, Prisma.FeatureTypeUncheckedCreateInput>
|
|
1348
|
+
/**
|
|
1349
|
+
* In case the FeatureType was found with the provided `where` argument, update it with this data.
|
|
1350
|
+
*/
|
|
1351
|
+
update: Prisma.XOR<Prisma.FeatureTypeUpdateInput, Prisma.FeatureTypeUncheckedUpdateInput>
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
/**
|
|
1355
|
+
* FeatureType delete
|
|
1356
|
+
*/
|
|
1357
|
+
export type FeatureTypeDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1358
|
+
/**
|
|
1359
|
+
* Select specific fields to fetch from the FeatureType
|
|
1360
|
+
*/
|
|
1361
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1362
|
+
/**
|
|
1363
|
+
* Omit specific fields from the FeatureType
|
|
1364
|
+
*/
|
|
1365
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1366
|
+
/**
|
|
1367
|
+
* Choose, which related nodes to fetch as well
|
|
1368
|
+
*/
|
|
1369
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1370
|
+
/**
|
|
1371
|
+
* Filter which FeatureType to delete.
|
|
1372
|
+
*/
|
|
1373
|
+
where: Prisma.FeatureTypeWhereUniqueInput
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
/**
|
|
1377
|
+
* FeatureType deleteMany
|
|
1378
|
+
*/
|
|
1379
|
+
export type FeatureTypeDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1380
|
+
/**
|
|
1381
|
+
* Filter which FeatureTypes to delete
|
|
1382
|
+
*/
|
|
1383
|
+
where?: Prisma.FeatureTypeWhereInput
|
|
1384
|
+
/**
|
|
1385
|
+
* Limit how many FeatureTypes to delete.
|
|
1386
|
+
*/
|
|
1387
|
+
limit?: number
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
/**
|
|
1391
|
+
* FeatureType.Feature
|
|
1392
|
+
*/
|
|
1393
|
+
export type FeatureType$FeatureArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1394
|
+
/**
|
|
1395
|
+
* Select specific fields to fetch from the Feature
|
|
1396
|
+
*/
|
|
1397
|
+
select?: Prisma.FeatureSelect<ExtArgs> | null
|
|
1398
|
+
/**
|
|
1399
|
+
* Omit specific fields from the Feature
|
|
1400
|
+
*/
|
|
1401
|
+
omit?: Prisma.FeatureOmit<ExtArgs> | null
|
|
1402
|
+
/**
|
|
1403
|
+
* Choose, which related nodes to fetch as well
|
|
1404
|
+
*/
|
|
1405
|
+
include?: Prisma.FeatureInclude<ExtArgs> | null
|
|
1406
|
+
where?: Prisma.FeatureWhereInput
|
|
1407
|
+
orderBy?: Prisma.FeatureOrderByWithRelationInput | Prisma.FeatureOrderByWithRelationInput[]
|
|
1408
|
+
cursor?: Prisma.FeatureWhereUniqueInput
|
|
1409
|
+
take?: number
|
|
1410
|
+
skip?: number
|
|
1411
|
+
distinct?: Prisma.FeatureScalarFieldEnum | Prisma.FeatureScalarFieldEnum[]
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
/**
|
|
1415
|
+
* FeatureType without action
|
|
1416
|
+
*/
|
|
1417
|
+
export type FeatureTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1418
|
+
/**
|
|
1419
|
+
* Select specific fields to fetch from the FeatureType
|
|
1420
|
+
*/
|
|
1421
|
+
select?: Prisma.FeatureTypeSelect<ExtArgs> | null
|
|
1422
|
+
/**
|
|
1423
|
+
* Omit specific fields from the FeatureType
|
|
1424
|
+
*/
|
|
1425
|
+
omit?: Prisma.FeatureTypeOmit<ExtArgs> | null
|
|
1426
|
+
/**
|
|
1427
|
+
* Choose, which related nodes to fetch as well
|
|
1428
|
+
*/
|
|
1429
|
+
include?: Prisma.FeatureTypeInclude<ExtArgs> | null
|
|
1430
|
+
}
|