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