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