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,1759 @@
|
|
|
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 `Platform` 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 Platform
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type PlatformModel = runtime.Types.Result.DefaultSelection<Prisma.$PlatformPayload>
|
|
20
|
+
|
|
21
|
+
export type AggregatePlatform = {
|
|
22
|
+
_count: PlatformCountAggregateOutputType | null
|
|
23
|
+
_avg: PlatformAvgAggregateOutputType | null
|
|
24
|
+
_sum: PlatformSumAggregateOutputType | null
|
|
25
|
+
_min: PlatformMinAggregateOutputType | null
|
|
26
|
+
_max: PlatformMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type PlatformAvgAggregateOutputType = {
|
|
30
|
+
no: number | null
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export type PlatformSumAggregateOutputType = {
|
|
34
|
+
no: number | null
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type PlatformMinAggregateOutputType = {
|
|
38
|
+
id: string | null
|
|
39
|
+
no: number | null
|
|
40
|
+
name: string | null
|
|
41
|
+
url: string | null
|
|
42
|
+
directory: string | null
|
|
43
|
+
status: string | null
|
|
44
|
+
createdAt: Date | null
|
|
45
|
+
updatedAt: Date | null
|
|
46
|
+
deletedAt: Date | null
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export type PlatformMaxAggregateOutputType = {
|
|
50
|
+
id: string | null
|
|
51
|
+
no: number | null
|
|
52
|
+
name: string | null
|
|
53
|
+
url: string | null
|
|
54
|
+
directory: string | null
|
|
55
|
+
status: string | null
|
|
56
|
+
createdAt: Date | null
|
|
57
|
+
updatedAt: Date | null
|
|
58
|
+
deletedAt: Date | null
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export type PlatformCountAggregateOutputType = {
|
|
62
|
+
id: number
|
|
63
|
+
no: number
|
|
64
|
+
name: number
|
|
65
|
+
url: number
|
|
66
|
+
directory: number
|
|
67
|
+
status: number
|
|
68
|
+
countries: number
|
|
69
|
+
createdAt: number
|
|
70
|
+
updatedAt: number
|
|
71
|
+
deletedAt: number
|
|
72
|
+
_all: number
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
export type PlatformAvgAggregateInputType = {
|
|
77
|
+
no?: true
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export type PlatformSumAggregateInputType = {
|
|
81
|
+
no?: true
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export type PlatformMinAggregateInputType = {
|
|
85
|
+
id?: true
|
|
86
|
+
no?: true
|
|
87
|
+
name?: true
|
|
88
|
+
url?: true
|
|
89
|
+
directory?: true
|
|
90
|
+
status?: true
|
|
91
|
+
createdAt?: true
|
|
92
|
+
updatedAt?: true
|
|
93
|
+
deletedAt?: true
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export type PlatformMaxAggregateInputType = {
|
|
97
|
+
id?: true
|
|
98
|
+
no?: true
|
|
99
|
+
name?: true
|
|
100
|
+
url?: true
|
|
101
|
+
directory?: true
|
|
102
|
+
status?: true
|
|
103
|
+
createdAt?: true
|
|
104
|
+
updatedAt?: true
|
|
105
|
+
deletedAt?: true
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export type PlatformCountAggregateInputType = {
|
|
109
|
+
id?: true
|
|
110
|
+
no?: true
|
|
111
|
+
name?: true
|
|
112
|
+
url?: true
|
|
113
|
+
directory?: true
|
|
114
|
+
status?: true
|
|
115
|
+
countries?: true
|
|
116
|
+
createdAt?: true
|
|
117
|
+
updatedAt?: true
|
|
118
|
+
deletedAt?: true
|
|
119
|
+
_all?: true
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export type PlatformAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
123
|
+
/**
|
|
124
|
+
* Filter which Platform to aggregate.
|
|
125
|
+
*/
|
|
126
|
+
where?: Prisma.PlatformWhereInput
|
|
127
|
+
/**
|
|
128
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
129
|
+
*
|
|
130
|
+
* Determine the order of Platforms to fetch.
|
|
131
|
+
*/
|
|
132
|
+
orderBy?: Prisma.PlatformOrderByWithRelationInput | Prisma.PlatformOrderByWithRelationInput[]
|
|
133
|
+
/**
|
|
134
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
135
|
+
*
|
|
136
|
+
* Sets the start position
|
|
137
|
+
*/
|
|
138
|
+
cursor?: Prisma.PlatformWhereUniqueInput
|
|
139
|
+
/**
|
|
140
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
141
|
+
*
|
|
142
|
+
* Take `±n` Platforms from the position of the cursor.
|
|
143
|
+
*/
|
|
144
|
+
take?: number
|
|
145
|
+
/**
|
|
146
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
147
|
+
*
|
|
148
|
+
* Skip the first `n` Platforms.
|
|
149
|
+
*/
|
|
150
|
+
skip?: number
|
|
151
|
+
/**
|
|
152
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
153
|
+
*
|
|
154
|
+
* Count returned Platforms
|
|
155
|
+
**/
|
|
156
|
+
_count?: true | PlatformCountAggregateInputType
|
|
157
|
+
/**
|
|
158
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
159
|
+
*
|
|
160
|
+
* Select which fields to average
|
|
161
|
+
**/
|
|
162
|
+
_avg?: PlatformAvgAggregateInputType
|
|
163
|
+
/**
|
|
164
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
165
|
+
*
|
|
166
|
+
* Select which fields to sum
|
|
167
|
+
**/
|
|
168
|
+
_sum?: PlatformSumAggregateInputType
|
|
169
|
+
/**
|
|
170
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
171
|
+
*
|
|
172
|
+
* Select which fields to find the minimum value
|
|
173
|
+
**/
|
|
174
|
+
_min?: PlatformMinAggregateInputType
|
|
175
|
+
/**
|
|
176
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
177
|
+
*
|
|
178
|
+
* Select which fields to find the maximum value
|
|
179
|
+
**/
|
|
180
|
+
_max?: PlatformMaxAggregateInputType
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
export type GetPlatformAggregateType<T extends PlatformAggregateArgs> = {
|
|
184
|
+
[P in keyof T & keyof AggregatePlatform]: P extends '_count' | 'count'
|
|
185
|
+
? T[P] extends true
|
|
186
|
+
? number
|
|
187
|
+
: Prisma.GetScalarType<T[P], AggregatePlatform[P]>
|
|
188
|
+
: Prisma.GetScalarType<T[P], AggregatePlatform[P]>
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
export type PlatformGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
195
|
+
where?: Prisma.PlatformWhereInput
|
|
196
|
+
orderBy?: Prisma.PlatformOrderByWithAggregationInput | Prisma.PlatformOrderByWithAggregationInput[]
|
|
197
|
+
by: Prisma.PlatformScalarFieldEnum[] | Prisma.PlatformScalarFieldEnum
|
|
198
|
+
having?: Prisma.PlatformScalarWhereWithAggregatesInput
|
|
199
|
+
take?: number
|
|
200
|
+
skip?: number
|
|
201
|
+
_count?: PlatformCountAggregateInputType | true
|
|
202
|
+
_avg?: PlatformAvgAggregateInputType
|
|
203
|
+
_sum?: PlatformSumAggregateInputType
|
|
204
|
+
_min?: PlatformMinAggregateInputType
|
|
205
|
+
_max?: PlatformMaxAggregateInputType
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export type PlatformGroupByOutputType = {
|
|
209
|
+
id: string
|
|
210
|
+
no: number
|
|
211
|
+
name: string
|
|
212
|
+
url: string | null
|
|
213
|
+
directory: string | null
|
|
214
|
+
status: string
|
|
215
|
+
countries: runtime.JsonValue | null
|
|
216
|
+
createdAt: Date
|
|
217
|
+
updatedAt: Date
|
|
218
|
+
deletedAt: Date | null
|
|
219
|
+
_count: PlatformCountAggregateOutputType | null
|
|
220
|
+
_avg: PlatformAvgAggregateOutputType | null
|
|
221
|
+
_sum: PlatformSumAggregateOutputType | null
|
|
222
|
+
_min: PlatformMinAggregateOutputType | null
|
|
223
|
+
_max: PlatformMaxAggregateOutputType | null
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
type GetPlatformGroupByPayload<T extends PlatformGroupByArgs> = Prisma.PrismaPromise<
|
|
227
|
+
Array<
|
|
228
|
+
Prisma.PickEnumerable<PlatformGroupByOutputType, T['by']> &
|
|
229
|
+
{
|
|
230
|
+
[P in ((keyof T) & (keyof PlatformGroupByOutputType))]: P extends '_count'
|
|
231
|
+
? T[P] extends boolean
|
|
232
|
+
? number
|
|
233
|
+
: Prisma.GetScalarType<T[P], PlatformGroupByOutputType[P]>
|
|
234
|
+
: Prisma.GetScalarType<T[P], PlatformGroupByOutputType[P]>
|
|
235
|
+
}
|
|
236
|
+
>
|
|
237
|
+
>
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
export type PlatformWhereInput = {
|
|
242
|
+
AND?: Prisma.PlatformWhereInput | Prisma.PlatformWhereInput[]
|
|
243
|
+
OR?: Prisma.PlatformWhereInput[]
|
|
244
|
+
NOT?: Prisma.PlatformWhereInput | Prisma.PlatformWhereInput[]
|
|
245
|
+
id?: Prisma.StringFilter<"Platform"> | string
|
|
246
|
+
no?: Prisma.IntFilter<"Platform"> | number
|
|
247
|
+
name?: Prisma.StringFilter<"Platform"> | string
|
|
248
|
+
url?: Prisma.StringNullableFilter<"Platform"> | string | null
|
|
249
|
+
directory?: Prisma.StringNullableFilter<"Platform"> | string | null
|
|
250
|
+
status?: Prisma.StringFilter<"Platform"> | string
|
|
251
|
+
countries?: Prisma.JsonNullableFilter<"Platform">
|
|
252
|
+
createdAt?: Prisma.DateTimeFilter<"Platform"> | Date | string
|
|
253
|
+
updatedAt?: Prisma.DateTimeFilter<"Platform"> | Date | string
|
|
254
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Platform"> | Date | string | null
|
|
255
|
+
User?: Prisma.UserListRelationFilter
|
|
256
|
+
Project?: Prisma.ProjectListRelationFilter
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export type PlatformOrderByWithRelationInput = {
|
|
260
|
+
id?: Prisma.SortOrder
|
|
261
|
+
no?: Prisma.SortOrder
|
|
262
|
+
name?: Prisma.SortOrder
|
|
263
|
+
url?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
264
|
+
directory?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
265
|
+
status?: Prisma.SortOrder
|
|
266
|
+
countries?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
267
|
+
createdAt?: Prisma.SortOrder
|
|
268
|
+
updatedAt?: Prisma.SortOrder
|
|
269
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
270
|
+
User?: Prisma.UserOrderByRelationAggregateInput
|
|
271
|
+
Project?: Prisma.ProjectOrderByRelationAggregateInput
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export type PlatformWhereUniqueInput = Prisma.AtLeast<{
|
|
275
|
+
id?: string
|
|
276
|
+
AND?: Prisma.PlatformWhereInput | Prisma.PlatformWhereInput[]
|
|
277
|
+
OR?: Prisma.PlatformWhereInput[]
|
|
278
|
+
NOT?: Prisma.PlatformWhereInput | Prisma.PlatformWhereInput[]
|
|
279
|
+
no?: Prisma.IntFilter<"Platform"> | number
|
|
280
|
+
name?: Prisma.StringFilter<"Platform"> | string
|
|
281
|
+
url?: Prisma.StringNullableFilter<"Platform"> | string | null
|
|
282
|
+
directory?: Prisma.StringNullableFilter<"Platform"> | string | null
|
|
283
|
+
status?: Prisma.StringFilter<"Platform"> | string
|
|
284
|
+
countries?: Prisma.JsonNullableFilter<"Platform">
|
|
285
|
+
createdAt?: Prisma.DateTimeFilter<"Platform"> | Date | string
|
|
286
|
+
updatedAt?: Prisma.DateTimeFilter<"Platform"> | Date | string
|
|
287
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Platform"> | Date | string | null
|
|
288
|
+
User?: Prisma.UserListRelationFilter
|
|
289
|
+
Project?: Prisma.ProjectListRelationFilter
|
|
290
|
+
}, "id" | "id">
|
|
291
|
+
|
|
292
|
+
export type PlatformOrderByWithAggregationInput = {
|
|
293
|
+
id?: Prisma.SortOrder
|
|
294
|
+
no?: Prisma.SortOrder
|
|
295
|
+
name?: Prisma.SortOrder
|
|
296
|
+
url?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
297
|
+
directory?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
298
|
+
status?: Prisma.SortOrder
|
|
299
|
+
countries?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
300
|
+
createdAt?: Prisma.SortOrder
|
|
301
|
+
updatedAt?: Prisma.SortOrder
|
|
302
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
303
|
+
_count?: Prisma.PlatformCountOrderByAggregateInput
|
|
304
|
+
_avg?: Prisma.PlatformAvgOrderByAggregateInput
|
|
305
|
+
_max?: Prisma.PlatformMaxOrderByAggregateInput
|
|
306
|
+
_min?: Prisma.PlatformMinOrderByAggregateInput
|
|
307
|
+
_sum?: Prisma.PlatformSumOrderByAggregateInput
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export type PlatformScalarWhereWithAggregatesInput = {
|
|
311
|
+
AND?: Prisma.PlatformScalarWhereWithAggregatesInput | Prisma.PlatformScalarWhereWithAggregatesInput[]
|
|
312
|
+
OR?: Prisma.PlatformScalarWhereWithAggregatesInput[]
|
|
313
|
+
NOT?: Prisma.PlatformScalarWhereWithAggregatesInput | Prisma.PlatformScalarWhereWithAggregatesInput[]
|
|
314
|
+
id?: Prisma.StringWithAggregatesFilter<"Platform"> | string
|
|
315
|
+
no?: Prisma.IntWithAggregatesFilter<"Platform"> | number
|
|
316
|
+
name?: Prisma.StringWithAggregatesFilter<"Platform"> | string
|
|
317
|
+
url?: Prisma.StringNullableWithAggregatesFilter<"Platform"> | string | null
|
|
318
|
+
directory?: Prisma.StringNullableWithAggregatesFilter<"Platform"> | string | null
|
|
319
|
+
status?: Prisma.StringWithAggregatesFilter<"Platform"> | string
|
|
320
|
+
countries?: Prisma.JsonNullableWithAggregatesFilter<"Platform">
|
|
321
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"Platform"> | Date | string
|
|
322
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"Platform"> | Date | string
|
|
323
|
+
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"Platform"> | Date | string | null
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export type PlatformCreateInput = {
|
|
327
|
+
id?: string
|
|
328
|
+
no?: number
|
|
329
|
+
name: string
|
|
330
|
+
url?: string | null
|
|
331
|
+
directory?: string | null
|
|
332
|
+
status?: string
|
|
333
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
334
|
+
createdAt?: Date | string
|
|
335
|
+
updatedAt?: Date | string
|
|
336
|
+
deletedAt?: Date | string | null
|
|
337
|
+
User?: Prisma.UserCreateNestedManyWithoutPlatforms_listInput
|
|
338
|
+
Project?: Prisma.ProjectCreateNestedManyWithoutPlatformsInput
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export type PlatformUncheckedCreateInput = {
|
|
342
|
+
id?: string
|
|
343
|
+
no?: number
|
|
344
|
+
name: string
|
|
345
|
+
url?: string | null
|
|
346
|
+
directory?: string | null
|
|
347
|
+
status?: string
|
|
348
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
349
|
+
createdAt?: Date | string
|
|
350
|
+
updatedAt?: Date | string
|
|
351
|
+
deletedAt?: Date | string | null
|
|
352
|
+
User?: Prisma.UserUncheckedCreateNestedManyWithoutPlatforms_listInput
|
|
353
|
+
Project?: Prisma.ProjectUncheckedCreateNestedManyWithoutPlatformsInput
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export type PlatformUpdateInput = {
|
|
357
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
358
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
359
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
360
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
361
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
362
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
363
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
364
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
365
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
366
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
367
|
+
User?: Prisma.UserUpdateManyWithoutPlatforms_listNestedInput
|
|
368
|
+
Project?: Prisma.ProjectUpdateManyWithoutPlatformsNestedInput
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
export type PlatformUncheckedUpdateInput = {
|
|
372
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
373
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
374
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
375
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
376
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
377
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
378
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
379
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
380
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
381
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
382
|
+
User?: Prisma.UserUncheckedUpdateManyWithoutPlatforms_listNestedInput
|
|
383
|
+
Project?: Prisma.ProjectUncheckedUpdateManyWithoutPlatformsNestedInput
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export type PlatformCreateManyInput = {
|
|
387
|
+
id?: string
|
|
388
|
+
no?: number
|
|
389
|
+
name: string
|
|
390
|
+
url?: string | null
|
|
391
|
+
directory?: string | null
|
|
392
|
+
status?: string
|
|
393
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
394
|
+
createdAt?: Date | string
|
|
395
|
+
updatedAt?: Date | string
|
|
396
|
+
deletedAt?: Date | string | null
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export type PlatformUpdateManyMutationInput = {
|
|
400
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
401
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
402
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
403
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
404
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
405
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
406
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
407
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
408
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
409
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export type PlatformUncheckedUpdateManyInput = {
|
|
413
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
414
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
415
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
416
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
417
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
418
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
419
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
420
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
421
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
422
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export type PlatformCountOrderByAggregateInput = {
|
|
426
|
+
id?: Prisma.SortOrder
|
|
427
|
+
no?: Prisma.SortOrder
|
|
428
|
+
name?: Prisma.SortOrder
|
|
429
|
+
url?: Prisma.SortOrder
|
|
430
|
+
directory?: Prisma.SortOrder
|
|
431
|
+
status?: Prisma.SortOrder
|
|
432
|
+
countries?: Prisma.SortOrder
|
|
433
|
+
createdAt?: Prisma.SortOrder
|
|
434
|
+
updatedAt?: Prisma.SortOrder
|
|
435
|
+
deletedAt?: Prisma.SortOrder
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export type PlatformAvgOrderByAggregateInput = {
|
|
439
|
+
no?: Prisma.SortOrder
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export type PlatformMaxOrderByAggregateInput = {
|
|
443
|
+
id?: Prisma.SortOrder
|
|
444
|
+
no?: Prisma.SortOrder
|
|
445
|
+
name?: Prisma.SortOrder
|
|
446
|
+
url?: Prisma.SortOrder
|
|
447
|
+
directory?: Prisma.SortOrder
|
|
448
|
+
status?: Prisma.SortOrder
|
|
449
|
+
createdAt?: Prisma.SortOrder
|
|
450
|
+
updatedAt?: Prisma.SortOrder
|
|
451
|
+
deletedAt?: Prisma.SortOrder
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
export type PlatformMinOrderByAggregateInput = {
|
|
455
|
+
id?: Prisma.SortOrder
|
|
456
|
+
no?: Prisma.SortOrder
|
|
457
|
+
name?: Prisma.SortOrder
|
|
458
|
+
url?: Prisma.SortOrder
|
|
459
|
+
directory?: Prisma.SortOrder
|
|
460
|
+
status?: Prisma.SortOrder
|
|
461
|
+
createdAt?: Prisma.SortOrder
|
|
462
|
+
updatedAt?: Prisma.SortOrder
|
|
463
|
+
deletedAt?: Prisma.SortOrder
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export type PlatformSumOrderByAggregateInput = {
|
|
467
|
+
no?: Prisma.SortOrder
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export type PlatformListRelationFilter = {
|
|
471
|
+
every?: Prisma.PlatformWhereInput
|
|
472
|
+
some?: Prisma.PlatformWhereInput
|
|
473
|
+
none?: Prisma.PlatformWhereInput
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export type PlatformOrderByRelationAggregateInput = {
|
|
477
|
+
_count?: Prisma.SortOrder
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export type PlatformCreateNestedManyWithoutUserInput = {
|
|
481
|
+
create?: Prisma.XOR<Prisma.PlatformCreateWithoutUserInput, Prisma.PlatformUncheckedCreateWithoutUserInput> | Prisma.PlatformCreateWithoutUserInput[] | Prisma.PlatformUncheckedCreateWithoutUserInput[]
|
|
482
|
+
connectOrCreate?: Prisma.PlatformCreateOrConnectWithoutUserInput | Prisma.PlatformCreateOrConnectWithoutUserInput[]
|
|
483
|
+
connect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export type PlatformUncheckedCreateNestedManyWithoutUserInput = {
|
|
487
|
+
create?: Prisma.XOR<Prisma.PlatformCreateWithoutUserInput, Prisma.PlatformUncheckedCreateWithoutUserInput> | Prisma.PlatformCreateWithoutUserInput[] | Prisma.PlatformUncheckedCreateWithoutUserInput[]
|
|
488
|
+
connectOrCreate?: Prisma.PlatformCreateOrConnectWithoutUserInput | Prisma.PlatformCreateOrConnectWithoutUserInput[]
|
|
489
|
+
connect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
export type PlatformUpdateManyWithoutUserNestedInput = {
|
|
493
|
+
create?: Prisma.XOR<Prisma.PlatformCreateWithoutUserInput, Prisma.PlatformUncheckedCreateWithoutUserInput> | Prisma.PlatformCreateWithoutUserInput[] | Prisma.PlatformUncheckedCreateWithoutUserInput[]
|
|
494
|
+
connectOrCreate?: Prisma.PlatformCreateOrConnectWithoutUserInput | Prisma.PlatformCreateOrConnectWithoutUserInput[]
|
|
495
|
+
upsert?: Prisma.PlatformUpsertWithWhereUniqueWithoutUserInput | Prisma.PlatformUpsertWithWhereUniqueWithoutUserInput[]
|
|
496
|
+
set?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
497
|
+
disconnect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
498
|
+
delete?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
499
|
+
connect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
500
|
+
update?: Prisma.PlatformUpdateWithWhereUniqueWithoutUserInput | Prisma.PlatformUpdateWithWhereUniqueWithoutUserInput[]
|
|
501
|
+
updateMany?: Prisma.PlatformUpdateManyWithWhereWithoutUserInput | Prisma.PlatformUpdateManyWithWhereWithoutUserInput[]
|
|
502
|
+
deleteMany?: Prisma.PlatformScalarWhereInput | Prisma.PlatformScalarWhereInput[]
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
export type PlatformUncheckedUpdateManyWithoutUserNestedInput = {
|
|
506
|
+
create?: Prisma.XOR<Prisma.PlatformCreateWithoutUserInput, Prisma.PlatformUncheckedCreateWithoutUserInput> | Prisma.PlatformCreateWithoutUserInput[] | Prisma.PlatformUncheckedCreateWithoutUserInput[]
|
|
507
|
+
connectOrCreate?: Prisma.PlatformCreateOrConnectWithoutUserInput | Prisma.PlatformCreateOrConnectWithoutUserInput[]
|
|
508
|
+
upsert?: Prisma.PlatformUpsertWithWhereUniqueWithoutUserInput | Prisma.PlatformUpsertWithWhereUniqueWithoutUserInput[]
|
|
509
|
+
set?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
510
|
+
disconnect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
511
|
+
delete?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
512
|
+
connect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
513
|
+
update?: Prisma.PlatformUpdateWithWhereUniqueWithoutUserInput | Prisma.PlatformUpdateWithWhereUniqueWithoutUserInput[]
|
|
514
|
+
updateMany?: Prisma.PlatformUpdateManyWithWhereWithoutUserInput | Prisma.PlatformUpdateManyWithWhereWithoutUserInput[]
|
|
515
|
+
deleteMany?: Prisma.PlatformScalarWhereInput | Prisma.PlatformScalarWhereInput[]
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
export type PlatformCreateNestedManyWithoutProjectInput = {
|
|
519
|
+
create?: Prisma.XOR<Prisma.PlatformCreateWithoutProjectInput, Prisma.PlatformUncheckedCreateWithoutProjectInput> | Prisma.PlatformCreateWithoutProjectInput[] | Prisma.PlatformUncheckedCreateWithoutProjectInput[]
|
|
520
|
+
connectOrCreate?: Prisma.PlatformCreateOrConnectWithoutProjectInput | Prisma.PlatformCreateOrConnectWithoutProjectInput[]
|
|
521
|
+
connect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
export type PlatformUncheckedCreateNestedManyWithoutProjectInput = {
|
|
525
|
+
create?: Prisma.XOR<Prisma.PlatformCreateWithoutProjectInput, Prisma.PlatformUncheckedCreateWithoutProjectInput> | Prisma.PlatformCreateWithoutProjectInput[] | Prisma.PlatformUncheckedCreateWithoutProjectInput[]
|
|
526
|
+
connectOrCreate?: Prisma.PlatformCreateOrConnectWithoutProjectInput | Prisma.PlatformCreateOrConnectWithoutProjectInput[]
|
|
527
|
+
connect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export type PlatformUpdateManyWithoutProjectNestedInput = {
|
|
531
|
+
create?: Prisma.XOR<Prisma.PlatformCreateWithoutProjectInput, Prisma.PlatformUncheckedCreateWithoutProjectInput> | Prisma.PlatformCreateWithoutProjectInput[] | Prisma.PlatformUncheckedCreateWithoutProjectInput[]
|
|
532
|
+
connectOrCreate?: Prisma.PlatformCreateOrConnectWithoutProjectInput | Prisma.PlatformCreateOrConnectWithoutProjectInput[]
|
|
533
|
+
upsert?: Prisma.PlatformUpsertWithWhereUniqueWithoutProjectInput | Prisma.PlatformUpsertWithWhereUniqueWithoutProjectInput[]
|
|
534
|
+
set?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
535
|
+
disconnect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
536
|
+
delete?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
537
|
+
connect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
538
|
+
update?: Prisma.PlatformUpdateWithWhereUniqueWithoutProjectInput | Prisma.PlatformUpdateWithWhereUniqueWithoutProjectInput[]
|
|
539
|
+
updateMany?: Prisma.PlatformUpdateManyWithWhereWithoutProjectInput | Prisma.PlatformUpdateManyWithWhereWithoutProjectInput[]
|
|
540
|
+
deleteMany?: Prisma.PlatformScalarWhereInput | Prisma.PlatformScalarWhereInput[]
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
export type PlatformUncheckedUpdateManyWithoutProjectNestedInput = {
|
|
544
|
+
create?: Prisma.XOR<Prisma.PlatformCreateWithoutProjectInput, Prisma.PlatformUncheckedCreateWithoutProjectInput> | Prisma.PlatformCreateWithoutProjectInput[] | Prisma.PlatformUncheckedCreateWithoutProjectInput[]
|
|
545
|
+
connectOrCreate?: Prisma.PlatformCreateOrConnectWithoutProjectInput | Prisma.PlatformCreateOrConnectWithoutProjectInput[]
|
|
546
|
+
upsert?: Prisma.PlatformUpsertWithWhereUniqueWithoutProjectInput | Prisma.PlatformUpsertWithWhereUniqueWithoutProjectInput[]
|
|
547
|
+
set?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
548
|
+
disconnect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
549
|
+
delete?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
550
|
+
connect?: Prisma.PlatformWhereUniqueInput | Prisma.PlatformWhereUniqueInput[]
|
|
551
|
+
update?: Prisma.PlatformUpdateWithWhereUniqueWithoutProjectInput | Prisma.PlatformUpdateWithWhereUniqueWithoutProjectInput[]
|
|
552
|
+
updateMany?: Prisma.PlatformUpdateManyWithWhereWithoutProjectInput | Prisma.PlatformUpdateManyWithWhereWithoutProjectInput[]
|
|
553
|
+
deleteMany?: Prisma.PlatformScalarWhereInput | Prisma.PlatformScalarWhereInput[]
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
export type PlatformCreateWithoutUserInput = {
|
|
557
|
+
id?: string
|
|
558
|
+
no?: number
|
|
559
|
+
name: string
|
|
560
|
+
url?: string | null
|
|
561
|
+
directory?: string | null
|
|
562
|
+
status?: string
|
|
563
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
564
|
+
createdAt?: Date | string
|
|
565
|
+
updatedAt?: Date | string
|
|
566
|
+
deletedAt?: Date | string | null
|
|
567
|
+
Project?: Prisma.ProjectCreateNestedManyWithoutPlatformsInput
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export type PlatformUncheckedCreateWithoutUserInput = {
|
|
571
|
+
id?: string
|
|
572
|
+
no?: number
|
|
573
|
+
name: string
|
|
574
|
+
url?: string | null
|
|
575
|
+
directory?: string | null
|
|
576
|
+
status?: string
|
|
577
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
578
|
+
createdAt?: Date | string
|
|
579
|
+
updatedAt?: Date | string
|
|
580
|
+
deletedAt?: Date | string | null
|
|
581
|
+
Project?: Prisma.ProjectUncheckedCreateNestedManyWithoutPlatformsInput
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
export type PlatformCreateOrConnectWithoutUserInput = {
|
|
585
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
586
|
+
create: Prisma.XOR<Prisma.PlatformCreateWithoutUserInput, Prisma.PlatformUncheckedCreateWithoutUserInput>
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export type PlatformUpsertWithWhereUniqueWithoutUserInput = {
|
|
590
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
591
|
+
update: Prisma.XOR<Prisma.PlatformUpdateWithoutUserInput, Prisma.PlatformUncheckedUpdateWithoutUserInput>
|
|
592
|
+
create: Prisma.XOR<Prisma.PlatformCreateWithoutUserInput, Prisma.PlatformUncheckedCreateWithoutUserInput>
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
export type PlatformUpdateWithWhereUniqueWithoutUserInput = {
|
|
596
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
597
|
+
data: Prisma.XOR<Prisma.PlatformUpdateWithoutUserInput, Prisma.PlatformUncheckedUpdateWithoutUserInput>
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
export type PlatformUpdateManyWithWhereWithoutUserInput = {
|
|
601
|
+
where: Prisma.PlatformScalarWhereInput
|
|
602
|
+
data: Prisma.XOR<Prisma.PlatformUpdateManyMutationInput, Prisma.PlatformUncheckedUpdateManyWithoutUserInput>
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export type PlatformScalarWhereInput = {
|
|
606
|
+
AND?: Prisma.PlatformScalarWhereInput | Prisma.PlatformScalarWhereInput[]
|
|
607
|
+
OR?: Prisma.PlatformScalarWhereInput[]
|
|
608
|
+
NOT?: Prisma.PlatformScalarWhereInput | Prisma.PlatformScalarWhereInput[]
|
|
609
|
+
id?: Prisma.StringFilter<"Platform"> | string
|
|
610
|
+
no?: Prisma.IntFilter<"Platform"> | number
|
|
611
|
+
name?: Prisma.StringFilter<"Platform"> | string
|
|
612
|
+
url?: Prisma.StringNullableFilter<"Platform"> | string | null
|
|
613
|
+
directory?: Prisma.StringNullableFilter<"Platform"> | string | null
|
|
614
|
+
status?: Prisma.StringFilter<"Platform"> | string
|
|
615
|
+
countries?: Prisma.JsonNullableFilter<"Platform">
|
|
616
|
+
createdAt?: Prisma.DateTimeFilter<"Platform"> | Date | string
|
|
617
|
+
updatedAt?: Prisma.DateTimeFilter<"Platform"> | Date | string
|
|
618
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"Platform"> | Date | string | null
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export type PlatformCreateWithoutProjectInput = {
|
|
622
|
+
id?: string
|
|
623
|
+
no?: number
|
|
624
|
+
name: string
|
|
625
|
+
url?: string | null
|
|
626
|
+
directory?: string | null
|
|
627
|
+
status?: string
|
|
628
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
629
|
+
createdAt?: Date | string
|
|
630
|
+
updatedAt?: Date | string
|
|
631
|
+
deletedAt?: Date | string | null
|
|
632
|
+
User?: Prisma.UserCreateNestedManyWithoutPlatforms_listInput
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
export type PlatformUncheckedCreateWithoutProjectInput = {
|
|
636
|
+
id?: string
|
|
637
|
+
no?: number
|
|
638
|
+
name: string
|
|
639
|
+
url?: string | null
|
|
640
|
+
directory?: string | null
|
|
641
|
+
status?: string
|
|
642
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
643
|
+
createdAt?: Date | string
|
|
644
|
+
updatedAt?: Date | string
|
|
645
|
+
deletedAt?: Date | string | null
|
|
646
|
+
User?: Prisma.UserUncheckedCreateNestedManyWithoutPlatforms_listInput
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
export type PlatformCreateOrConnectWithoutProjectInput = {
|
|
650
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
651
|
+
create: Prisma.XOR<Prisma.PlatformCreateWithoutProjectInput, Prisma.PlatformUncheckedCreateWithoutProjectInput>
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
export type PlatformUpsertWithWhereUniqueWithoutProjectInput = {
|
|
655
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
656
|
+
update: Prisma.XOR<Prisma.PlatformUpdateWithoutProjectInput, Prisma.PlatformUncheckedUpdateWithoutProjectInput>
|
|
657
|
+
create: Prisma.XOR<Prisma.PlatformCreateWithoutProjectInput, Prisma.PlatformUncheckedCreateWithoutProjectInput>
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
export type PlatformUpdateWithWhereUniqueWithoutProjectInput = {
|
|
661
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
662
|
+
data: Prisma.XOR<Prisma.PlatformUpdateWithoutProjectInput, Prisma.PlatformUncheckedUpdateWithoutProjectInput>
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
export type PlatformUpdateManyWithWhereWithoutProjectInput = {
|
|
666
|
+
where: Prisma.PlatformScalarWhereInput
|
|
667
|
+
data: Prisma.XOR<Prisma.PlatformUpdateManyMutationInput, Prisma.PlatformUncheckedUpdateManyWithoutProjectInput>
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
export type PlatformUpdateWithoutUserInput = {
|
|
671
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
672
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
673
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
674
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
675
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
676
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
677
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
678
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
679
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
680
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
681
|
+
Project?: Prisma.ProjectUpdateManyWithoutPlatformsNestedInput
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export type PlatformUncheckedUpdateWithoutUserInput = {
|
|
685
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
686
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
687
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
688
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
689
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
690
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
691
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
692
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
693
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
694
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
695
|
+
Project?: Prisma.ProjectUncheckedUpdateManyWithoutPlatformsNestedInput
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
export type PlatformUncheckedUpdateManyWithoutUserInput = {
|
|
699
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
700
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
701
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
702
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
703
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
704
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
705
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
706
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
707
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
708
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export type PlatformUpdateWithoutProjectInput = {
|
|
712
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
713
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
714
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
715
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
716
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
717
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
718
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
719
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
720
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
721
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
722
|
+
User?: Prisma.UserUpdateManyWithoutPlatforms_listNestedInput
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export type PlatformUncheckedUpdateWithoutProjectInput = {
|
|
726
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
727
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
728
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
729
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
730
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
731
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
732
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
733
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
734
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
735
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
736
|
+
User?: Prisma.UserUncheckedUpdateManyWithoutPlatforms_listNestedInput
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
export type PlatformUncheckedUpdateManyWithoutProjectInput = {
|
|
740
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
741
|
+
no?: Prisma.IntFieldUpdateOperationsInput | number
|
|
742
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string
|
|
743
|
+
url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
744
|
+
directory?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
745
|
+
status?: Prisma.StringFieldUpdateOperationsInput | string
|
|
746
|
+
countries?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
747
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
748
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
749
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* Count Type PlatformCountOutputType
|
|
755
|
+
*/
|
|
756
|
+
|
|
757
|
+
export type PlatformCountOutputType = {
|
|
758
|
+
User: number
|
|
759
|
+
Project: number
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
export type PlatformCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
763
|
+
User?: boolean | PlatformCountOutputTypeCountUserArgs
|
|
764
|
+
Project?: boolean | PlatformCountOutputTypeCountProjectArgs
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* PlatformCountOutputType without action
|
|
769
|
+
*/
|
|
770
|
+
export type PlatformCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
771
|
+
/**
|
|
772
|
+
* Select specific fields to fetch from the PlatformCountOutputType
|
|
773
|
+
*/
|
|
774
|
+
select?: Prisma.PlatformCountOutputTypeSelect<ExtArgs> | null
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* PlatformCountOutputType without action
|
|
779
|
+
*/
|
|
780
|
+
export type PlatformCountOutputTypeCountUserArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
781
|
+
where?: Prisma.UserWhereInput
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
/**
|
|
785
|
+
* PlatformCountOutputType without action
|
|
786
|
+
*/
|
|
787
|
+
export type PlatformCountOutputTypeCountProjectArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
788
|
+
where?: Prisma.ProjectWhereInput
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
export type PlatformSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
793
|
+
id?: boolean
|
|
794
|
+
no?: boolean
|
|
795
|
+
name?: boolean
|
|
796
|
+
url?: boolean
|
|
797
|
+
directory?: boolean
|
|
798
|
+
status?: boolean
|
|
799
|
+
countries?: boolean
|
|
800
|
+
createdAt?: boolean
|
|
801
|
+
updatedAt?: boolean
|
|
802
|
+
deletedAt?: boolean
|
|
803
|
+
User?: boolean | Prisma.Platform$UserArgs<ExtArgs>
|
|
804
|
+
Project?: boolean | Prisma.Platform$ProjectArgs<ExtArgs>
|
|
805
|
+
_count?: boolean | Prisma.PlatformCountOutputTypeDefaultArgs<ExtArgs>
|
|
806
|
+
}, ExtArgs["result"]["platform"]>
|
|
807
|
+
|
|
808
|
+
export type PlatformSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
809
|
+
id?: boolean
|
|
810
|
+
no?: boolean
|
|
811
|
+
name?: boolean
|
|
812
|
+
url?: boolean
|
|
813
|
+
directory?: boolean
|
|
814
|
+
status?: boolean
|
|
815
|
+
countries?: boolean
|
|
816
|
+
createdAt?: boolean
|
|
817
|
+
updatedAt?: boolean
|
|
818
|
+
deletedAt?: boolean
|
|
819
|
+
}, ExtArgs["result"]["platform"]>
|
|
820
|
+
|
|
821
|
+
export type PlatformSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
822
|
+
id?: boolean
|
|
823
|
+
no?: boolean
|
|
824
|
+
name?: boolean
|
|
825
|
+
url?: boolean
|
|
826
|
+
directory?: boolean
|
|
827
|
+
status?: boolean
|
|
828
|
+
countries?: boolean
|
|
829
|
+
createdAt?: boolean
|
|
830
|
+
updatedAt?: boolean
|
|
831
|
+
deletedAt?: boolean
|
|
832
|
+
}, ExtArgs["result"]["platform"]>
|
|
833
|
+
|
|
834
|
+
export type PlatformSelectScalar = {
|
|
835
|
+
id?: boolean
|
|
836
|
+
no?: boolean
|
|
837
|
+
name?: boolean
|
|
838
|
+
url?: boolean
|
|
839
|
+
directory?: boolean
|
|
840
|
+
status?: boolean
|
|
841
|
+
countries?: boolean
|
|
842
|
+
createdAt?: boolean
|
|
843
|
+
updatedAt?: boolean
|
|
844
|
+
deletedAt?: boolean
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export type PlatformOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "no" | "name" | "url" | "directory" | "status" | "countries" | "createdAt" | "updatedAt" | "deletedAt", ExtArgs["result"]["platform"]>
|
|
848
|
+
export type PlatformInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
849
|
+
User?: boolean | Prisma.Platform$UserArgs<ExtArgs>
|
|
850
|
+
Project?: boolean | Prisma.Platform$ProjectArgs<ExtArgs>
|
|
851
|
+
_count?: boolean | Prisma.PlatformCountOutputTypeDefaultArgs<ExtArgs>
|
|
852
|
+
}
|
|
853
|
+
export type PlatformIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
|
854
|
+
export type PlatformIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {}
|
|
855
|
+
|
|
856
|
+
export type $PlatformPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
857
|
+
name: "Platform"
|
|
858
|
+
objects: {
|
|
859
|
+
User: Prisma.$UserPayload<ExtArgs>[]
|
|
860
|
+
Project: Prisma.$ProjectPayload<ExtArgs>[]
|
|
861
|
+
}
|
|
862
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
863
|
+
id: string
|
|
864
|
+
no: number
|
|
865
|
+
name: string
|
|
866
|
+
url: string | null
|
|
867
|
+
directory: string | null
|
|
868
|
+
status: string
|
|
869
|
+
countries: runtime.JsonValue | null
|
|
870
|
+
createdAt: Date
|
|
871
|
+
updatedAt: Date
|
|
872
|
+
deletedAt: Date | null
|
|
873
|
+
}, ExtArgs["result"]["platform"]>
|
|
874
|
+
composites: {}
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
export type PlatformGetPayload<S extends boolean | null | undefined | PlatformDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$PlatformPayload, S>
|
|
878
|
+
|
|
879
|
+
export type PlatformCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
880
|
+
Omit<PlatformFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
881
|
+
select?: PlatformCountAggregateInputType | true
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
export interface PlatformDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
885
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['Platform'], meta: { name: 'Platform' } }
|
|
886
|
+
/**
|
|
887
|
+
* Find zero or one Platform that matches the filter.
|
|
888
|
+
* @param {PlatformFindUniqueArgs} args - Arguments to find a Platform
|
|
889
|
+
* @example
|
|
890
|
+
* // Get one Platform
|
|
891
|
+
* const platform = await prisma.platform.findUnique({
|
|
892
|
+
* where: {
|
|
893
|
+
* // ... provide filter here
|
|
894
|
+
* }
|
|
895
|
+
* })
|
|
896
|
+
*/
|
|
897
|
+
findUnique<T extends PlatformFindUniqueArgs>(args: Prisma.SelectSubset<T, PlatformFindUniqueArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* Find one Platform that matches the filter or throw an error with `error.code='P2025'`
|
|
901
|
+
* if no matches were found.
|
|
902
|
+
* @param {PlatformFindUniqueOrThrowArgs} args - Arguments to find a Platform
|
|
903
|
+
* @example
|
|
904
|
+
* // Get one Platform
|
|
905
|
+
* const platform = await prisma.platform.findUniqueOrThrow({
|
|
906
|
+
* where: {
|
|
907
|
+
* // ... provide filter here
|
|
908
|
+
* }
|
|
909
|
+
* })
|
|
910
|
+
*/
|
|
911
|
+
findUniqueOrThrow<T extends PlatformFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, PlatformFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
912
|
+
|
|
913
|
+
/**
|
|
914
|
+
* Find the first Platform that matches the filter.
|
|
915
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
916
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
917
|
+
* @param {PlatformFindFirstArgs} args - Arguments to find a Platform
|
|
918
|
+
* @example
|
|
919
|
+
* // Get one Platform
|
|
920
|
+
* const platform = await prisma.platform.findFirst({
|
|
921
|
+
* where: {
|
|
922
|
+
* // ... provide filter here
|
|
923
|
+
* }
|
|
924
|
+
* })
|
|
925
|
+
*/
|
|
926
|
+
findFirst<T extends PlatformFindFirstArgs>(args?: Prisma.SelectSubset<T, PlatformFindFirstArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
* Find the first Platform that matches the filter or
|
|
930
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
931
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
932
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
933
|
+
* @param {PlatformFindFirstOrThrowArgs} args - Arguments to find a Platform
|
|
934
|
+
* @example
|
|
935
|
+
* // Get one Platform
|
|
936
|
+
* const platform = await prisma.platform.findFirstOrThrow({
|
|
937
|
+
* where: {
|
|
938
|
+
* // ... provide filter here
|
|
939
|
+
* }
|
|
940
|
+
* })
|
|
941
|
+
*/
|
|
942
|
+
findFirstOrThrow<T extends PlatformFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, PlatformFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* Find zero or more Platforms that matches the filter.
|
|
946
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
947
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
948
|
+
* @param {PlatformFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
949
|
+
* @example
|
|
950
|
+
* // Get all Platforms
|
|
951
|
+
* const platforms = await prisma.platform.findMany()
|
|
952
|
+
*
|
|
953
|
+
* // Get first 10 Platforms
|
|
954
|
+
* const platforms = await prisma.platform.findMany({ take: 10 })
|
|
955
|
+
*
|
|
956
|
+
* // Only select the `id`
|
|
957
|
+
* const platformWithIdOnly = await prisma.platform.findMany({ select: { id: true } })
|
|
958
|
+
*
|
|
959
|
+
*/
|
|
960
|
+
findMany<T extends PlatformFindManyArgs>(args?: Prisma.SelectSubset<T, PlatformFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* Create a Platform.
|
|
964
|
+
* @param {PlatformCreateArgs} args - Arguments to create a Platform.
|
|
965
|
+
* @example
|
|
966
|
+
* // Create one Platform
|
|
967
|
+
* const Platform = await prisma.platform.create({
|
|
968
|
+
* data: {
|
|
969
|
+
* // ... data to create a Platform
|
|
970
|
+
* }
|
|
971
|
+
* })
|
|
972
|
+
*
|
|
973
|
+
*/
|
|
974
|
+
create<T extends PlatformCreateArgs>(args: Prisma.SelectSubset<T, PlatformCreateArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
975
|
+
|
|
976
|
+
/**
|
|
977
|
+
* Create many Platforms.
|
|
978
|
+
* @param {PlatformCreateManyArgs} args - Arguments to create many Platforms.
|
|
979
|
+
* @example
|
|
980
|
+
* // Create many Platforms
|
|
981
|
+
* const platform = await prisma.platform.createMany({
|
|
982
|
+
* data: [
|
|
983
|
+
* // ... provide data here
|
|
984
|
+
* ]
|
|
985
|
+
* })
|
|
986
|
+
*
|
|
987
|
+
*/
|
|
988
|
+
createMany<T extends PlatformCreateManyArgs>(args?: Prisma.SelectSubset<T, PlatformCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* Create many Platforms and returns the data saved in the database.
|
|
992
|
+
* @param {PlatformCreateManyAndReturnArgs} args - Arguments to create many Platforms.
|
|
993
|
+
* @example
|
|
994
|
+
* // Create many Platforms
|
|
995
|
+
* const platform = await prisma.platform.createManyAndReturn({
|
|
996
|
+
* data: [
|
|
997
|
+
* // ... provide data here
|
|
998
|
+
* ]
|
|
999
|
+
* })
|
|
1000
|
+
*
|
|
1001
|
+
* // Create many Platforms and only return the `id`
|
|
1002
|
+
* const platformWithIdOnly = await prisma.platform.createManyAndReturn({
|
|
1003
|
+
* select: { id: true },
|
|
1004
|
+
* data: [
|
|
1005
|
+
* // ... provide data here
|
|
1006
|
+
* ]
|
|
1007
|
+
* })
|
|
1008
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1009
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1010
|
+
*
|
|
1011
|
+
*/
|
|
1012
|
+
createManyAndReturn<T extends PlatformCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, PlatformCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
1013
|
+
|
|
1014
|
+
/**
|
|
1015
|
+
* Delete a Platform.
|
|
1016
|
+
* @param {PlatformDeleteArgs} args - Arguments to delete one Platform.
|
|
1017
|
+
* @example
|
|
1018
|
+
* // Delete one Platform
|
|
1019
|
+
* const Platform = await prisma.platform.delete({
|
|
1020
|
+
* where: {
|
|
1021
|
+
* // ... filter to delete one Platform
|
|
1022
|
+
* }
|
|
1023
|
+
* })
|
|
1024
|
+
*
|
|
1025
|
+
*/
|
|
1026
|
+
delete<T extends PlatformDeleteArgs>(args: Prisma.SelectSubset<T, PlatformDeleteArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1027
|
+
|
|
1028
|
+
/**
|
|
1029
|
+
* Update one Platform.
|
|
1030
|
+
* @param {PlatformUpdateArgs} args - Arguments to update one Platform.
|
|
1031
|
+
* @example
|
|
1032
|
+
* // Update one Platform
|
|
1033
|
+
* const platform = await prisma.platform.update({
|
|
1034
|
+
* where: {
|
|
1035
|
+
* // ... provide filter here
|
|
1036
|
+
* },
|
|
1037
|
+
* data: {
|
|
1038
|
+
* // ... provide data here
|
|
1039
|
+
* }
|
|
1040
|
+
* })
|
|
1041
|
+
*
|
|
1042
|
+
*/
|
|
1043
|
+
update<T extends PlatformUpdateArgs>(args: Prisma.SelectSubset<T, PlatformUpdateArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* Delete zero or more Platforms.
|
|
1047
|
+
* @param {PlatformDeleteManyArgs} args - Arguments to filter Platforms to delete.
|
|
1048
|
+
* @example
|
|
1049
|
+
* // Delete a few Platforms
|
|
1050
|
+
* const { count } = await prisma.platform.deleteMany({
|
|
1051
|
+
* where: {
|
|
1052
|
+
* // ... provide filter here
|
|
1053
|
+
* }
|
|
1054
|
+
* })
|
|
1055
|
+
*
|
|
1056
|
+
*/
|
|
1057
|
+
deleteMany<T extends PlatformDeleteManyArgs>(args?: Prisma.SelectSubset<T, PlatformDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1058
|
+
|
|
1059
|
+
/**
|
|
1060
|
+
* Update zero or more Platforms.
|
|
1061
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1062
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1063
|
+
* @param {PlatformUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1064
|
+
* @example
|
|
1065
|
+
* // Update many Platforms
|
|
1066
|
+
* const platform = await prisma.platform.updateMany({
|
|
1067
|
+
* where: {
|
|
1068
|
+
* // ... provide filter here
|
|
1069
|
+
* },
|
|
1070
|
+
* data: {
|
|
1071
|
+
* // ... provide data here
|
|
1072
|
+
* }
|
|
1073
|
+
* })
|
|
1074
|
+
*
|
|
1075
|
+
*/
|
|
1076
|
+
updateMany<T extends PlatformUpdateManyArgs>(args: Prisma.SelectSubset<T, PlatformUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1077
|
+
|
|
1078
|
+
/**
|
|
1079
|
+
* Update zero or more Platforms and returns the data updated in the database.
|
|
1080
|
+
* @param {PlatformUpdateManyAndReturnArgs} args - Arguments to update many Platforms.
|
|
1081
|
+
* @example
|
|
1082
|
+
* // Update many Platforms
|
|
1083
|
+
* const platform = await prisma.platform.updateManyAndReturn({
|
|
1084
|
+
* where: {
|
|
1085
|
+
* // ... provide filter here
|
|
1086
|
+
* },
|
|
1087
|
+
* data: [
|
|
1088
|
+
* // ... provide data here
|
|
1089
|
+
* ]
|
|
1090
|
+
* })
|
|
1091
|
+
*
|
|
1092
|
+
* // Update zero or more Platforms and only return the `id`
|
|
1093
|
+
* const platformWithIdOnly = await prisma.platform.updateManyAndReturn({
|
|
1094
|
+
* select: { id: true },
|
|
1095
|
+
* where: {
|
|
1096
|
+
* // ... provide filter here
|
|
1097
|
+
* },
|
|
1098
|
+
* data: [
|
|
1099
|
+
* // ... provide data here
|
|
1100
|
+
* ]
|
|
1101
|
+
* })
|
|
1102
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1103
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1104
|
+
*
|
|
1105
|
+
*/
|
|
1106
|
+
updateManyAndReturn<T extends PlatformUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, PlatformUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* Create or update one Platform.
|
|
1110
|
+
* @param {PlatformUpsertArgs} args - Arguments to update or create a Platform.
|
|
1111
|
+
* @example
|
|
1112
|
+
* // Update or create a Platform
|
|
1113
|
+
* const platform = await prisma.platform.upsert({
|
|
1114
|
+
* create: {
|
|
1115
|
+
* // ... data to create a Platform
|
|
1116
|
+
* },
|
|
1117
|
+
* update: {
|
|
1118
|
+
* // ... in case it already exists, update
|
|
1119
|
+
* },
|
|
1120
|
+
* where: {
|
|
1121
|
+
* // ... the filter for the Platform we want to update
|
|
1122
|
+
* }
|
|
1123
|
+
* })
|
|
1124
|
+
*/
|
|
1125
|
+
upsert<T extends PlatformUpsertArgs>(args: Prisma.SelectSubset<T, PlatformUpsertArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
/**
|
|
1129
|
+
* Count the number of Platforms.
|
|
1130
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1131
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1132
|
+
* @param {PlatformCountArgs} args - Arguments to filter Platforms to count.
|
|
1133
|
+
* @example
|
|
1134
|
+
* // Count the number of Platforms
|
|
1135
|
+
* const count = await prisma.platform.count({
|
|
1136
|
+
* where: {
|
|
1137
|
+
* // ... the filter for the Platforms we want to count
|
|
1138
|
+
* }
|
|
1139
|
+
* })
|
|
1140
|
+
**/
|
|
1141
|
+
count<T extends PlatformCountArgs>(
|
|
1142
|
+
args?: Prisma.Subset<T, PlatformCountArgs>,
|
|
1143
|
+
): Prisma.PrismaPromise<
|
|
1144
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
1145
|
+
? T['select'] extends true
|
|
1146
|
+
? number
|
|
1147
|
+
: Prisma.GetScalarType<T['select'], PlatformCountAggregateOutputType>
|
|
1148
|
+
: number
|
|
1149
|
+
>
|
|
1150
|
+
|
|
1151
|
+
/**
|
|
1152
|
+
* Allows you to perform aggregations operations on a Platform.
|
|
1153
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1154
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1155
|
+
* @param {PlatformAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1156
|
+
* @example
|
|
1157
|
+
* // Ordered by age ascending
|
|
1158
|
+
* // Where email contains prisma.io
|
|
1159
|
+
* // Limited to the 10 users
|
|
1160
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1161
|
+
* _avg: {
|
|
1162
|
+
* age: true,
|
|
1163
|
+
* },
|
|
1164
|
+
* where: {
|
|
1165
|
+
* email: {
|
|
1166
|
+
* contains: "prisma.io",
|
|
1167
|
+
* },
|
|
1168
|
+
* },
|
|
1169
|
+
* orderBy: {
|
|
1170
|
+
* age: "asc",
|
|
1171
|
+
* },
|
|
1172
|
+
* take: 10,
|
|
1173
|
+
* })
|
|
1174
|
+
**/
|
|
1175
|
+
aggregate<T extends PlatformAggregateArgs>(args: Prisma.Subset<T, PlatformAggregateArgs>): Prisma.PrismaPromise<GetPlatformAggregateType<T>>
|
|
1176
|
+
|
|
1177
|
+
/**
|
|
1178
|
+
* Group by Platform.
|
|
1179
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1180
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1181
|
+
* @param {PlatformGroupByArgs} args - Group by arguments.
|
|
1182
|
+
* @example
|
|
1183
|
+
* // Group by city, order by createdAt, get count
|
|
1184
|
+
* const result = await prisma.user.groupBy({
|
|
1185
|
+
* by: ['city', 'createdAt'],
|
|
1186
|
+
* orderBy: {
|
|
1187
|
+
* createdAt: true
|
|
1188
|
+
* },
|
|
1189
|
+
* _count: {
|
|
1190
|
+
* _all: true
|
|
1191
|
+
* },
|
|
1192
|
+
* })
|
|
1193
|
+
*
|
|
1194
|
+
**/
|
|
1195
|
+
groupBy<
|
|
1196
|
+
T extends PlatformGroupByArgs,
|
|
1197
|
+
HasSelectOrTake extends Prisma.Or<
|
|
1198
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
1199
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
1200
|
+
>,
|
|
1201
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
1202
|
+
? { orderBy: PlatformGroupByArgs['orderBy'] }
|
|
1203
|
+
: { orderBy?: PlatformGroupByArgs['orderBy'] },
|
|
1204
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
1205
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
1206
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
1207
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
1208
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
1209
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
1210
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
1211
|
+
? `Error: "by" must not be empty.`
|
|
1212
|
+
: HavingValid extends Prisma.False
|
|
1213
|
+
? {
|
|
1214
|
+
[P in HavingFields]: P extends ByFields
|
|
1215
|
+
? never
|
|
1216
|
+
: P extends string
|
|
1217
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
1218
|
+
: [
|
|
1219
|
+
Error,
|
|
1220
|
+
'Field ',
|
|
1221
|
+
P,
|
|
1222
|
+
` in "having" needs to be provided in "by"`,
|
|
1223
|
+
]
|
|
1224
|
+
}[HavingFields]
|
|
1225
|
+
: 'take' extends Prisma.Keys<T>
|
|
1226
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
1227
|
+
? ByValid extends Prisma.True
|
|
1228
|
+
? {}
|
|
1229
|
+
: {
|
|
1230
|
+
[P in OrderFields]: P extends ByFields
|
|
1231
|
+
? never
|
|
1232
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1233
|
+
}[OrderFields]
|
|
1234
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
1235
|
+
: 'skip' extends Prisma.Keys<T>
|
|
1236
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
1237
|
+
? ByValid extends Prisma.True
|
|
1238
|
+
? {}
|
|
1239
|
+
: {
|
|
1240
|
+
[P in OrderFields]: P extends ByFields
|
|
1241
|
+
? never
|
|
1242
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1243
|
+
}[OrderFields]
|
|
1244
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
1245
|
+
: ByValid extends Prisma.True
|
|
1246
|
+
? {}
|
|
1247
|
+
: {
|
|
1248
|
+
[P in OrderFields]: P extends ByFields
|
|
1249
|
+
? never
|
|
1250
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1251
|
+
}[OrderFields]
|
|
1252
|
+
>(args: Prisma.SubsetIntersection<T, PlatformGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetPlatformGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
1253
|
+
/**
|
|
1254
|
+
* Fields of the Platform model
|
|
1255
|
+
*/
|
|
1256
|
+
readonly fields: PlatformFieldRefs;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* The delegate class that acts as a "Promise-like" for Platform.
|
|
1261
|
+
* Why is this prefixed with `Prisma__`?
|
|
1262
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1263
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1264
|
+
*/
|
|
1265
|
+
export interface Prisma__PlatformClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1266
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
1267
|
+
User<T extends Prisma.Platform$UserArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Platform$UserArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
1268
|
+
Project<T extends Prisma.Platform$ProjectArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Platform$ProjectArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProjectPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
1269
|
+
/**
|
|
1270
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1271
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1272
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1273
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1274
|
+
*/
|
|
1275
|
+
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>
|
|
1276
|
+
/**
|
|
1277
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1278
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1279
|
+
* @returns A Promise for the completion of the callback.
|
|
1280
|
+
*/
|
|
1281
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
1282
|
+
/**
|
|
1283
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1284
|
+
* resolved value cannot be modified from the callback.
|
|
1285
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1286
|
+
* @returns A Promise for the completion of the callback.
|
|
1287
|
+
*/
|
|
1288
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
/**
|
|
1295
|
+
* Fields of the Platform model
|
|
1296
|
+
*/
|
|
1297
|
+
export interface PlatformFieldRefs {
|
|
1298
|
+
readonly id: Prisma.FieldRef<"Platform", 'String'>
|
|
1299
|
+
readonly no: Prisma.FieldRef<"Platform", 'Int'>
|
|
1300
|
+
readonly name: Prisma.FieldRef<"Platform", 'String'>
|
|
1301
|
+
readonly url: Prisma.FieldRef<"Platform", 'String'>
|
|
1302
|
+
readonly directory: Prisma.FieldRef<"Platform", 'String'>
|
|
1303
|
+
readonly status: Prisma.FieldRef<"Platform", 'String'>
|
|
1304
|
+
readonly countries: Prisma.FieldRef<"Platform", 'Json'>
|
|
1305
|
+
readonly createdAt: Prisma.FieldRef<"Platform", 'DateTime'>
|
|
1306
|
+
readonly updatedAt: Prisma.FieldRef<"Platform", 'DateTime'>
|
|
1307
|
+
readonly deletedAt: Prisma.FieldRef<"Platform", 'DateTime'>
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
// Custom InputTypes
|
|
1312
|
+
/**
|
|
1313
|
+
* Platform findUnique
|
|
1314
|
+
*/
|
|
1315
|
+
export type PlatformFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1316
|
+
/**
|
|
1317
|
+
* Select specific fields to fetch from the Platform
|
|
1318
|
+
*/
|
|
1319
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1320
|
+
/**
|
|
1321
|
+
* Omit specific fields from the Platform
|
|
1322
|
+
*/
|
|
1323
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1324
|
+
/**
|
|
1325
|
+
* Choose, which related nodes to fetch as well
|
|
1326
|
+
*/
|
|
1327
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1328
|
+
/**
|
|
1329
|
+
* Filter, which Platform to fetch.
|
|
1330
|
+
*/
|
|
1331
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
/**
|
|
1335
|
+
* Platform findUniqueOrThrow
|
|
1336
|
+
*/
|
|
1337
|
+
export type PlatformFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1338
|
+
/**
|
|
1339
|
+
* Select specific fields to fetch from the Platform
|
|
1340
|
+
*/
|
|
1341
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1342
|
+
/**
|
|
1343
|
+
* Omit specific fields from the Platform
|
|
1344
|
+
*/
|
|
1345
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1346
|
+
/**
|
|
1347
|
+
* Choose, which related nodes to fetch as well
|
|
1348
|
+
*/
|
|
1349
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1350
|
+
/**
|
|
1351
|
+
* Filter, which Platform to fetch.
|
|
1352
|
+
*/
|
|
1353
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
/**
|
|
1357
|
+
* Platform findFirst
|
|
1358
|
+
*/
|
|
1359
|
+
export type PlatformFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1360
|
+
/**
|
|
1361
|
+
* Select specific fields to fetch from the Platform
|
|
1362
|
+
*/
|
|
1363
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1364
|
+
/**
|
|
1365
|
+
* Omit specific fields from the Platform
|
|
1366
|
+
*/
|
|
1367
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1368
|
+
/**
|
|
1369
|
+
* Choose, which related nodes to fetch as well
|
|
1370
|
+
*/
|
|
1371
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1372
|
+
/**
|
|
1373
|
+
* Filter, which Platform to fetch.
|
|
1374
|
+
*/
|
|
1375
|
+
where?: Prisma.PlatformWhereInput
|
|
1376
|
+
/**
|
|
1377
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1378
|
+
*
|
|
1379
|
+
* Determine the order of Platforms to fetch.
|
|
1380
|
+
*/
|
|
1381
|
+
orderBy?: Prisma.PlatformOrderByWithRelationInput | Prisma.PlatformOrderByWithRelationInput[]
|
|
1382
|
+
/**
|
|
1383
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1384
|
+
*
|
|
1385
|
+
* Sets the position for searching for Platforms.
|
|
1386
|
+
*/
|
|
1387
|
+
cursor?: Prisma.PlatformWhereUniqueInput
|
|
1388
|
+
/**
|
|
1389
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1390
|
+
*
|
|
1391
|
+
* Take `±n` Platforms from the position of the cursor.
|
|
1392
|
+
*/
|
|
1393
|
+
take?: number
|
|
1394
|
+
/**
|
|
1395
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1396
|
+
*
|
|
1397
|
+
* Skip the first `n` Platforms.
|
|
1398
|
+
*/
|
|
1399
|
+
skip?: number
|
|
1400
|
+
/**
|
|
1401
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1402
|
+
*
|
|
1403
|
+
* Filter by unique combinations of Platforms.
|
|
1404
|
+
*/
|
|
1405
|
+
distinct?: Prisma.PlatformScalarFieldEnum | Prisma.PlatformScalarFieldEnum[]
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
/**
|
|
1409
|
+
* Platform findFirstOrThrow
|
|
1410
|
+
*/
|
|
1411
|
+
export type PlatformFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1412
|
+
/**
|
|
1413
|
+
* Select specific fields to fetch from the Platform
|
|
1414
|
+
*/
|
|
1415
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1416
|
+
/**
|
|
1417
|
+
* Omit specific fields from the Platform
|
|
1418
|
+
*/
|
|
1419
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1420
|
+
/**
|
|
1421
|
+
* Choose, which related nodes to fetch as well
|
|
1422
|
+
*/
|
|
1423
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1424
|
+
/**
|
|
1425
|
+
* Filter, which Platform to fetch.
|
|
1426
|
+
*/
|
|
1427
|
+
where?: Prisma.PlatformWhereInput
|
|
1428
|
+
/**
|
|
1429
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1430
|
+
*
|
|
1431
|
+
* Determine the order of Platforms to fetch.
|
|
1432
|
+
*/
|
|
1433
|
+
orderBy?: Prisma.PlatformOrderByWithRelationInput | Prisma.PlatformOrderByWithRelationInput[]
|
|
1434
|
+
/**
|
|
1435
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1436
|
+
*
|
|
1437
|
+
* Sets the position for searching for Platforms.
|
|
1438
|
+
*/
|
|
1439
|
+
cursor?: Prisma.PlatformWhereUniqueInput
|
|
1440
|
+
/**
|
|
1441
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1442
|
+
*
|
|
1443
|
+
* Take `±n` Platforms from the position of the cursor.
|
|
1444
|
+
*/
|
|
1445
|
+
take?: number
|
|
1446
|
+
/**
|
|
1447
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1448
|
+
*
|
|
1449
|
+
* Skip the first `n` Platforms.
|
|
1450
|
+
*/
|
|
1451
|
+
skip?: number
|
|
1452
|
+
/**
|
|
1453
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1454
|
+
*
|
|
1455
|
+
* Filter by unique combinations of Platforms.
|
|
1456
|
+
*/
|
|
1457
|
+
distinct?: Prisma.PlatformScalarFieldEnum | Prisma.PlatformScalarFieldEnum[]
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
/**
|
|
1461
|
+
* Platform findMany
|
|
1462
|
+
*/
|
|
1463
|
+
export type PlatformFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1464
|
+
/**
|
|
1465
|
+
* Select specific fields to fetch from the Platform
|
|
1466
|
+
*/
|
|
1467
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1468
|
+
/**
|
|
1469
|
+
* Omit specific fields from the Platform
|
|
1470
|
+
*/
|
|
1471
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1472
|
+
/**
|
|
1473
|
+
* Choose, which related nodes to fetch as well
|
|
1474
|
+
*/
|
|
1475
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1476
|
+
/**
|
|
1477
|
+
* Filter, which Platforms to fetch.
|
|
1478
|
+
*/
|
|
1479
|
+
where?: Prisma.PlatformWhereInput
|
|
1480
|
+
/**
|
|
1481
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1482
|
+
*
|
|
1483
|
+
* Determine the order of Platforms to fetch.
|
|
1484
|
+
*/
|
|
1485
|
+
orderBy?: Prisma.PlatformOrderByWithRelationInput | Prisma.PlatformOrderByWithRelationInput[]
|
|
1486
|
+
/**
|
|
1487
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1488
|
+
*
|
|
1489
|
+
* Sets the position for listing Platforms.
|
|
1490
|
+
*/
|
|
1491
|
+
cursor?: Prisma.PlatformWhereUniqueInput
|
|
1492
|
+
/**
|
|
1493
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1494
|
+
*
|
|
1495
|
+
* Take `±n` Platforms from the position of the cursor.
|
|
1496
|
+
*/
|
|
1497
|
+
take?: number
|
|
1498
|
+
/**
|
|
1499
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1500
|
+
*
|
|
1501
|
+
* Skip the first `n` Platforms.
|
|
1502
|
+
*/
|
|
1503
|
+
skip?: number
|
|
1504
|
+
distinct?: Prisma.PlatformScalarFieldEnum | Prisma.PlatformScalarFieldEnum[]
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
/**
|
|
1508
|
+
* Platform create
|
|
1509
|
+
*/
|
|
1510
|
+
export type PlatformCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1511
|
+
/**
|
|
1512
|
+
* Select specific fields to fetch from the Platform
|
|
1513
|
+
*/
|
|
1514
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1515
|
+
/**
|
|
1516
|
+
* Omit specific fields from the Platform
|
|
1517
|
+
*/
|
|
1518
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1519
|
+
/**
|
|
1520
|
+
* Choose, which related nodes to fetch as well
|
|
1521
|
+
*/
|
|
1522
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1523
|
+
/**
|
|
1524
|
+
* The data needed to create a Platform.
|
|
1525
|
+
*/
|
|
1526
|
+
data: Prisma.XOR<Prisma.PlatformCreateInput, Prisma.PlatformUncheckedCreateInput>
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
/**
|
|
1530
|
+
* Platform createMany
|
|
1531
|
+
*/
|
|
1532
|
+
export type PlatformCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1533
|
+
/**
|
|
1534
|
+
* The data used to create many Platforms.
|
|
1535
|
+
*/
|
|
1536
|
+
data: Prisma.PlatformCreateManyInput | Prisma.PlatformCreateManyInput[]
|
|
1537
|
+
skipDuplicates?: boolean
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
/**
|
|
1541
|
+
* Platform createManyAndReturn
|
|
1542
|
+
*/
|
|
1543
|
+
export type PlatformCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1544
|
+
/**
|
|
1545
|
+
* Select specific fields to fetch from the Platform
|
|
1546
|
+
*/
|
|
1547
|
+
select?: Prisma.PlatformSelectCreateManyAndReturn<ExtArgs> | null
|
|
1548
|
+
/**
|
|
1549
|
+
* Omit specific fields from the Platform
|
|
1550
|
+
*/
|
|
1551
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1552
|
+
/**
|
|
1553
|
+
* The data used to create many Platforms.
|
|
1554
|
+
*/
|
|
1555
|
+
data: Prisma.PlatformCreateManyInput | Prisma.PlatformCreateManyInput[]
|
|
1556
|
+
skipDuplicates?: boolean
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
/**
|
|
1560
|
+
* Platform update
|
|
1561
|
+
*/
|
|
1562
|
+
export type PlatformUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1563
|
+
/**
|
|
1564
|
+
* Select specific fields to fetch from the Platform
|
|
1565
|
+
*/
|
|
1566
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1567
|
+
/**
|
|
1568
|
+
* Omit specific fields from the Platform
|
|
1569
|
+
*/
|
|
1570
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1571
|
+
/**
|
|
1572
|
+
* Choose, which related nodes to fetch as well
|
|
1573
|
+
*/
|
|
1574
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1575
|
+
/**
|
|
1576
|
+
* The data needed to update a Platform.
|
|
1577
|
+
*/
|
|
1578
|
+
data: Prisma.XOR<Prisma.PlatformUpdateInput, Prisma.PlatformUncheckedUpdateInput>
|
|
1579
|
+
/**
|
|
1580
|
+
* Choose, which Platform to update.
|
|
1581
|
+
*/
|
|
1582
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
/**
|
|
1586
|
+
* Platform updateMany
|
|
1587
|
+
*/
|
|
1588
|
+
export type PlatformUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1589
|
+
/**
|
|
1590
|
+
* The data used to update Platforms.
|
|
1591
|
+
*/
|
|
1592
|
+
data: Prisma.XOR<Prisma.PlatformUpdateManyMutationInput, Prisma.PlatformUncheckedUpdateManyInput>
|
|
1593
|
+
/**
|
|
1594
|
+
* Filter which Platforms to update
|
|
1595
|
+
*/
|
|
1596
|
+
where?: Prisma.PlatformWhereInput
|
|
1597
|
+
/**
|
|
1598
|
+
* Limit how many Platforms to update.
|
|
1599
|
+
*/
|
|
1600
|
+
limit?: number
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
/**
|
|
1604
|
+
* Platform updateManyAndReturn
|
|
1605
|
+
*/
|
|
1606
|
+
export type PlatformUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1607
|
+
/**
|
|
1608
|
+
* Select specific fields to fetch from the Platform
|
|
1609
|
+
*/
|
|
1610
|
+
select?: Prisma.PlatformSelectUpdateManyAndReturn<ExtArgs> | null
|
|
1611
|
+
/**
|
|
1612
|
+
* Omit specific fields from the Platform
|
|
1613
|
+
*/
|
|
1614
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1615
|
+
/**
|
|
1616
|
+
* The data used to update Platforms.
|
|
1617
|
+
*/
|
|
1618
|
+
data: Prisma.XOR<Prisma.PlatformUpdateManyMutationInput, Prisma.PlatformUncheckedUpdateManyInput>
|
|
1619
|
+
/**
|
|
1620
|
+
* Filter which Platforms to update
|
|
1621
|
+
*/
|
|
1622
|
+
where?: Prisma.PlatformWhereInput
|
|
1623
|
+
/**
|
|
1624
|
+
* Limit how many Platforms to update.
|
|
1625
|
+
*/
|
|
1626
|
+
limit?: number
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
/**
|
|
1630
|
+
* Platform upsert
|
|
1631
|
+
*/
|
|
1632
|
+
export type PlatformUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1633
|
+
/**
|
|
1634
|
+
* Select specific fields to fetch from the Platform
|
|
1635
|
+
*/
|
|
1636
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1637
|
+
/**
|
|
1638
|
+
* Omit specific fields from the Platform
|
|
1639
|
+
*/
|
|
1640
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1641
|
+
/**
|
|
1642
|
+
* Choose, which related nodes to fetch as well
|
|
1643
|
+
*/
|
|
1644
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1645
|
+
/**
|
|
1646
|
+
* The filter to search for the Platform to update in case it exists.
|
|
1647
|
+
*/
|
|
1648
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
1649
|
+
/**
|
|
1650
|
+
* In case the Platform found by the `where` argument doesn't exist, create a new Platform with this data.
|
|
1651
|
+
*/
|
|
1652
|
+
create: Prisma.XOR<Prisma.PlatformCreateInput, Prisma.PlatformUncheckedCreateInput>
|
|
1653
|
+
/**
|
|
1654
|
+
* In case the Platform was found with the provided `where` argument, update it with this data.
|
|
1655
|
+
*/
|
|
1656
|
+
update: Prisma.XOR<Prisma.PlatformUpdateInput, Prisma.PlatformUncheckedUpdateInput>
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
/**
|
|
1660
|
+
* Platform delete
|
|
1661
|
+
*/
|
|
1662
|
+
export type PlatformDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1663
|
+
/**
|
|
1664
|
+
* Select specific fields to fetch from the Platform
|
|
1665
|
+
*/
|
|
1666
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1667
|
+
/**
|
|
1668
|
+
* Omit specific fields from the Platform
|
|
1669
|
+
*/
|
|
1670
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1671
|
+
/**
|
|
1672
|
+
* Choose, which related nodes to fetch as well
|
|
1673
|
+
*/
|
|
1674
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1675
|
+
/**
|
|
1676
|
+
* Filter which Platform to delete.
|
|
1677
|
+
*/
|
|
1678
|
+
where: Prisma.PlatformWhereUniqueInput
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
/**
|
|
1682
|
+
* Platform deleteMany
|
|
1683
|
+
*/
|
|
1684
|
+
export type PlatformDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1685
|
+
/**
|
|
1686
|
+
* Filter which Platforms to delete
|
|
1687
|
+
*/
|
|
1688
|
+
where?: Prisma.PlatformWhereInput
|
|
1689
|
+
/**
|
|
1690
|
+
* Limit how many Platforms to delete.
|
|
1691
|
+
*/
|
|
1692
|
+
limit?: number
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
/**
|
|
1696
|
+
* Platform.User
|
|
1697
|
+
*/
|
|
1698
|
+
export type Platform$UserArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1699
|
+
/**
|
|
1700
|
+
* Select specific fields to fetch from the User
|
|
1701
|
+
*/
|
|
1702
|
+
select?: Prisma.UserSelect<ExtArgs> | null
|
|
1703
|
+
/**
|
|
1704
|
+
* Omit specific fields from the User
|
|
1705
|
+
*/
|
|
1706
|
+
omit?: Prisma.UserOmit<ExtArgs> | null
|
|
1707
|
+
/**
|
|
1708
|
+
* Choose, which related nodes to fetch as well
|
|
1709
|
+
*/
|
|
1710
|
+
include?: Prisma.UserInclude<ExtArgs> | null
|
|
1711
|
+
where?: Prisma.UserWhereInput
|
|
1712
|
+
orderBy?: Prisma.UserOrderByWithRelationInput | Prisma.UserOrderByWithRelationInput[]
|
|
1713
|
+
cursor?: Prisma.UserWhereUniqueInput
|
|
1714
|
+
take?: number
|
|
1715
|
+
skip?: number
|
|
1716
|
+
distinct?: Prisma.UserScalarFieldEnum | Prisma.UserScalarFieldEnum[]
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
/**
|
|
1720
|
+
* Platform.Project
|
|
1721
|
+
*/
|
|
1722
|
+
export type Platform$ProjectArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1723
|
+
/**
|
|
1724
|
+
* Select specific fields to fetch from the Project
|
|
1725
|
+
*/
|
|
1726
|
+
select?: Prisma.ProjectSelect<ExtArgs> | null
|
|
1727
|
+
/**
|
|
1728
|
+
* Omit specific fields from the Project
|
|
1729
|
+
*/
|
|
1730
|
+
omit?: Prisma.ProjectOmit<ExtArgs> | null
|
|
1731
|
+
/**
|
|
1732
|
+
* Choose, which related nodes to fetch as well
|
|
1733
|
+
*/
|
|
1734
|
+
include?: Prisma.ProjectInclude<ExtArgs> | null
|
|
1735
|
+
where?: Prisma.ProjectWhereInput
|
|
1736
|
+
orderBy?: Prisma.ProjectOrderByWithRelationInput | Prisma.ProjectOrderByWithRelationInput[]
|
|
1737
|
+
cursor?: Prisma.ProjectWhereUniqueInput
|
|
1738
|
+
take?: number
|
|
1739
|
+
skip?: number
|
|
1740
|
+
distinct?: Prisma.ProjectScalarFieldEnum | Prisma.ProjectScalarFieldEnum[]
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
/**
|
|
1744
|
+
* Platform without action
|
|
1745
|
+
*/
|
|
1746
|
+
export type PlatformDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1747
|
+
/**
|
|
1748
|
+
* Select specific fields to fetch from the Platform
|
|
1749
|
+
*/
|
|
1750
|
+
select?: Prisma.PlatformSelect<ExtArgs> | null
|
|
1751
|
+
/**
|
|
1752
|
+
* Omit specific fields from the Platform
|
|
1753
|
+
*/
|
|
1754
|
+
omit?: Prisma.PlatformOmit<ExtArgs> | null
|
|
1755
|
+
/**
|
|
1756
|
+
* Choose, which related nodes to fetch as well
|
|
1757
|
+
*/
|
|
1758
|
+
include?: Prisma.PlatformInclude<ExtArgs> | null
|
|
1759
|
+
}
|