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