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