@allbluecn/database 0.3.14 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/desktop-init.ts +128 -0
- package/generated/browser.ts +494 -0
- package/generated/client.ts +518 -0
- package/generated/commonInputTypes.ts +1056 -0
- package/generated/enums.ts +93 -0
- package/generated/internal/class.ts +1144 -0
- package/generated/internal/prismaNamespace.ts +9603 -0
- package/generated/internal/prismaNamespaceBrowser.ts +1695 -0
- package/generated/models/Account.ts +1648 -0
- package/generated/models/AgentConversation.ts +1651 -0
- package/generated/models/AgentMessage.ts +1409 -0
- package/generated/models/AiProvider.ts +1607 -0
- package/generated/models/AiProviderConfig.ts +1514 -0
- package/generated/models/AiUsageLog.ts +1863 -0
- package/generated/models/AnyHubApp.ts +1911 -0
- package/generated/models/AnyHubMarketApp.ts +2008 -0
- package/generated/models/AnyHubPermission.ts +1422 -0
- package/generated/models/AnyHubRecommendation.ts +1870 -0
- package/generated/models/AnyHubRecommender.ts +1471 -0
- package/generated/models/Artboard.ts +1811 -0
- package/generated/models/ArtboardExport.ts +1548 -0
- package/generated/models/ArticleFavorite.ts +1352 -0
- package/generated/models/AuditLog.ts +1533 -0
- package/generated/models/Block.ts +1650 -0
- package/generated/models/BlockComponent.ts +1734 -0
- package/generated/models/BlockInstance.ts +2043 -0
- package/generated/models/BookmarkCategory.ts +1670 -0
- package/generated/models/ChatInterrupt.ts +1699 -0
- package/generated/models/ChatMessage.ts +1438 -0
- package/generated/models/ChatRun.ts +1632 -0
- package/generated/models/ChatThread.ts +2133 -0
- package/generated/models/Comment.ts +2206 -0
- package/generated/models/CommentIgnore.ts +1430 -0
- package/generated/models/CommentReaction.ts +1472 -0
- package/generated/models/ComplianceExport.ts +1345 -0
- package/generated/models/Component.ts +2345 -0
- package/generated/models/ComponentInstance.ts +2102 -0
- package/generated/models/ComponentTag.ts +1281 -0
- package/generated/models/CustomRole.ts +1560 -0
- package/generated/models/DesignProject.ts +1643 -0
- package/generated/models/DictionaryTerm.ts +1642 -0
- package/generated/models/GenerationRun.ts +1543 -0
- package/generated/models/IndustryCompliance.ts +1797 -0
- package/generated/models/InvitationCode.ts +1417 -0
- package/generated/models/InvitationUse.ts +1424 -0
- package/generated/models/Invoice.ts +1710 -0
- package/generated/models/KnowledgeBase.ts +1671 -0
- package/generated/models/KnowledgeDocument.ts +2458 -0
- package/generated/models/KnowledgeShareRecord.ts +1352 -0
- package/generated/models/Label.ts +1482 -0
- package/generated/models/LegalRegulation.ts +1873 -0
- package/generated/models/LicenseActivation.ts +1415 -0
- package/generated/models/LicenseKey.ts +1884 -0
- package/generated/models/LoginLog.ts +1450 -0
- package/generated/models/MonitoringErrorReport.ts +1299 -0
- package/generated/models/MonitoringHealthSnapshot.ts +1249 -0
- package/generated/models/MonitoringMetricsSnapshot.ts +1369 -0
- package/generated/models/MonitoringRequestLog.ts +1283 -0
- package/generated/models/PRD.ts +2805 -0
- package/generated/models/PRDPage.ts +2402 -0
- package/generated/models/PRDTag.ts +1430 -0
- package/generated/models/PRDVersion.ts +2121 -0
- package/generated/models/PageVersion.ts +1523 -0
- package/generated/models/PasswordResetToken.ts +1380 -0
- package/generated/models/Plan.ts +2069 -0
- package/generated/models/Project.ts +2148 -0
- package/generated/models/ProjectActivity.ts +1582 -0
- package/generated/models/ProjectMember.ts +1512 -0
- package/generated/models/ProviderEvent.ts +1227 -0
- package/generated/models/Reference.ts +1177 -0
- package/generated/models/Review.ts +1912 -0
- package/generated/models/ReviewComment.ts +1904 -0
- package/generated/models/RoleAssignment.ts +1430 -0
- package/generated/models/SequenceCounter.ts +1137 -0
- package/generated/models/Share.ts +1681 -0
- package/generated/models/ShareVersion.ts +1389 -0
- package/generated/models/SsoMapping.ts +1512 -0
- package/generated/models/SsoProvider.ts +1639 -0
- package/generated/models/Story.ts +5234 -0
- package/generated/models/StoryActivity.ts +1664 -0
- package/generated/models/StoryAttachment.ts +1467 -0
- package/generated/models/StoryComment.ts +1992 -0
- package/generated/models/StoryDependency.ts +1517 -0
- package/generated/models/StoryDocLink.ts +1430 -0
- package/generated/models/StoryFilterView.ts +1587 -0
- package/generated/models/StoryLabel.ts +1349 -0
- package/generated/models/StoryLink.ts +1415 -0
- package/generated/models/StoryPrdLink.ts +1430 -0
- package/generated/models/StoryReaction.ts +1472 -0
- package/generated/models/Subscription.ts +2147 -0
- package/generated/models/SystemSetting.ts +1217 -0
- package/generated/models/Tag.ts +1655 -0
- package/generated/models/TeamInvitation.ts +1526 -0
- package/generated/models/TeamMembership.ts +1436 -0
- package/generated/models/Template.ts +1391 -0
- package/generated/models/TemplateBlock.ts +1664 -0
- package/generated/models/ThirdPartyDependency.ts +1473 -0
- package/generated/models/UsageRecord.ts +1505 -0
- package/generated/models/User.ts +20998 -0
- package/generated/models/UserAgent.ts +1900 -0
- package/generated/models/UserSkill.ts +1456 -0
- package/generated/models/WebsiteBookmark.ts +2219 -0
- package/generated/models/Workspace.ts +2279 -0
- package/generated/models.ts +106 -0
- package/generated-sqlite/browser.ts +399 -0
- package/generated-sqlite/client.ts +423 -0
- package/generated-sqlite/commonInputTypes.ts +608 -0
- package/generated-sqlite/enums.ts +15 -0
- package/generated-sqlite/internal/class.ts +954 -0
- package/generated-sqlite/internal/prismaNamespace.ts +7716 -0
- package/generated-sqlite/internal/prismaNamespaceBrowser.ts +1415 -0
- package/generated-sqlite/models/AgentConversation.ts +1647 -0
- package/generated-sqlite/models/AgentMessage.ts +1406 -0
- package/generated-sqlite/models/AiProvider.ts +1605 -0
- package/generated-sqlite/models/AiProviderConfig.ts +1511 -0
- package/generated-sqlite/models/AiUsageLog.ts +1845 -0
- package/generated-sqlite/models/AnyHubApp.ts +1908 -0
- package/generated-sqlite/models/AnyHubMarketApp.ts +1997 -0
- package/generated-sqlite/models/AnyHubPermission.ts +1419 -0
- package/generated-sqlite/models/AnyHubRecommendation.ts +1867 -0
- package/generated-sqlite/models/AnyHubRecommender.ts +1467 -0
- package/generated-sqlite/models/Artboard.ts +1808 -0
- package/generated-sqlite/models/ArtboardExport.ts +1545 -0
- package/generated-sqlite/models/ArticleFavorite.ts +1349 -0
- package/generated-sqlite/models/AuditLog.ts +1287 -0
- package/generated-sqlite/models/Block.ts +1648 -0
- package/generated-sqlite/models/BlockComponent.ts +1730 -0
- package/generated-sqlite/models/BlockInstance.ts +2039 -0
- package/generated-sqlite/models/BookmarkCategory.ts +1667 -0
- package/generated-sqlite/models/ChatInterrupt.ts +1695 -0
- package/generated-sqlite/models/ChatMessage.ts +1435 -0
- package/generated-sqlite/models/ChatRun.ts +1629 -0
- package/generated-sqlite/models/ChatThread.ts +2129 -0
- package/generated-sqlite/models/Comment.ts +2201 -0
- package/generated-sqlite/models/CommentIgnore.ts +1426 -0
- package/generated-sqlite/models/ComplianceExport.ts +1343 -0
- package/generated-sqlite/models/Component.ts +2326 -0
- package/generated-sqlite/models/ComponentInstance.ts +2097 -0
- package/generated-sqlite/models/ComponentTag.ts +1278 -0
- package/generated-sqlite/models/CustomRole.ts +1209 -0
- package/generated-sqlite/models/DesignProject.ts +1640 -0
- package/generated-sqlite/models/DictionaryTerm.ts +1639 -0
- package/generated-sqlite/models/GenerationRun.ts +1540 -0
- package/generated-sqlite/models/IndustryCompliance.ts +1794 -0
- package/generated-sqlite/models/InvitationCode.ts +1415 -0
- package/generated-sqlite/models/InvitationUse.ts +1420 -0
- package/generated-sqlite/models/Invoice.ts +1707 -0
- package/generated-sqlite/models/KnowledgeBase.ts +1668 -0
- package/generated-sqlite/models/KnowledgeDocument.ts +2282 -0
- package/generated-sqlite/models/KnowledgeShareRecord.ts +1349 -0
- package/generated-sqlite/models/LegalRegulation.ts +1870 -0
- package/generated-sqlite/models/LicenseActivation.ts +1203 -0
- package/generated-sqlite/models/LicenseKey.ts +1443 -0
- package/generated-sqlite/models/LoginLog.ts +1447 -0
- package/generated-sqlite/models/PRD.ts +2616 -0
- package/generated-sqlite/models/PRDPage.ts +2398 -0
- package/generated-sqlite/models/PRDTag.ts +1426 -0
- package/generated-sqlite/models/PRDVersion.ts +2117 -0
- package/generated-sqlite/models/PageVersion.ts +1528 -0
- package/generated-sqlite/models/PasswordResetToken.ts +1377 -0
- package/generated-sqlite/models/Plan.ts +2060 -0
- package/generated-sqlite/models/Project.ts +1994 -0
- package/generated-sqlite/models/ProjectActivity.ts +1578 -0
- package/generated-sqlite/models/ProjectMember.ts +1508 -0
- package/generated-sqlite/models/ProviderEvent.ts +1225 -0
- package/generated-sqlite/models/Reference.ts +1175 -0
- package/generated-sqlite/models/Review.ts +1903 -0
- package/generated-sqlite/models/ReviewComment.ts +1899 -0
- package/generated-sqlite/models/RoleAssignment.ts +1125 -0
- package/generated-sqlite/models/Share.ts +1674 -0
- package/generated-sqlite/models/ShareVersion.ts +1385 -0
- package/generated-sqlite/models/SsoMapping.ts +1181 -0
- package/generated-sqlite/models/SsoProvider.ts +1266 -0
- package/generated-sqlite/models/Subscription.ts +2137 -0
- package/generated-sqlite/models/SystemSetting.ts +1215 -0
- package/generated-sqlite/models/Tag.ts +1652 -0
- package/generated-sqlite/models/TeamInvitation.ts +1523 -0
- package/generated-sqlite/models/TeamMembership.ts +1433 -0
- package/generated-sqlite/models/Template.ts +1389 -0
- package/generated-sqlite/models/TemplateBlock.ts +1660 -0
- package/generated-sqlite/models/ThirdPartyDependency.ts +1471 -0
- package/generated-sqlite/models/UsageRecord.ts +1498 -0
- package/generated-sqlite/models/User.ts +13558 -0
- package/generated-sqlite/models/UserAgent.ts +1897 -0
- package/generated-sqlite/models/UserSkill.ts +1453 -0
- package/generated-sqlite/models/WebsiteBookmark.ts +2215 -0
- package/generated-sqlite/models/Workspace.ts +1824 -0
- package/generated-sqlite/models.ts +87 -0
- package/package.json +7 -3
- package/LICENSE +0 -661
|
@@ -0,0 +1,1299 @@
|
|
|
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 `MonitoringErrorReport` 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"
|
|
13
|
+
import type * as Prisma from "../internal/prismaNamespace"
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Model MonitoringErrorReport
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type MonitoringErrorReportModel = runtime.Types.Result.DefaultSelection<Prisma.$MonitoringErrorReportPayload>
|
|
20
|
+
|
|
21
|
+
export type AggregateMonitoringErrorReport = {
|
|
22
|
+
_count: MonitoringErrorReportCountAggregateOutputType | null
|
|
23
|
+
_avg: MonitoringErrorReportAvgAggregateOutputType | null
|
|
24
|
+
_sum: MonitoringErrorReportSumAggregateOutputType | null
|
|
25
|
+
_min: MonitoringErrorReportMinAggregateOutputType | null
|
|
26
|
+
_max: MonitoringErrorReportMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type MonitoringErrorReportAvgAggregateOutputType = {
|
|
30
|
+
count: number | null
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export type MonitoringErrorReportSumAggregateOutputType = {
|
|
34
|
+
count: number | null
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export type MonitoringErrorReportMinAggregateOutputType = {
|
|
38
|
+
id: string | null
|
|
39
|
+
timestamp: Date | null
|
|
40
|
+
errorName: string | null
|
|
41
|
+
errorMessage: string | null
|
|
42
|
+
stackTrace: string | null
|
|
43
|
+
count: number | null
|
|
44
|
+
firstSeen: Date | null
|
|
45
|
+
lastSeen: Date | null
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export type MonitoringErrorReportMaxAggregateOutputType = {
|
|
49
|
+
id: string | null
|
|
50
|
+
timestamp: Date | null
|
|
51
|
+
errorName: string | null
|
|
52
|
+
errorMessage: string | null
|
|
53
|
+
stackTrace: string | null
|
|
54
|
+
count: number | null
|
|
55
|
+
firstSeen: Date | null
|
|
56
|
+
lastSeen: Date | null
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export type MonitoringErrorReportCountAggregateOutputType = {
|
|
60
|
+
id: number
|
|
61
|
+
timestamp: number
|
|
62
|
+
errorName: number
|
|
63
|
+
errorMessage: number
|
|
64
|
+
stackTrace: number
|
|
65
|
+
count: number
|
|
66
|
+
firstSeen: number
|
|
67
|
+
lastSeen: number
|
|
68
|
+
context: number
|
|
69
|
+
_all: number
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
export type MonitoringErrorReportAvgAggregateInputType = {
|
|
74
|
+
count?: true
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export type MonitoringErrorReportSumAggregateInputType = {
|
|
78
|
+
count?: true
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export type MonitoringErrorReportMinAggregateInputType = {
|
|
82
|
+
id?: true
|
|
83
|
+
timestamp?: true
|
|
84
|
+
errorName?: true
|
|
85
|
+
errorMessage?: true
|
|
86
|
+
stackTrace?: true
|
|
87
|
+
count?: true
|
|
88
|
+
firstSeen?: true
|
|
89
|
+
lastSeen?: true
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export type MonitoringErrorReportMaxAggregateInputType = {
|
|
93
|
+
id?: true
|
|
94
|
+
timestamp?: true
|
|
95
|
+
errorName?: true
|
|
96
|
+
errorMessage?: true
|
|
97
|
+
stackTrace?: true
|
|
98
|
+
count?: true
|
|
99
|
+
firstSeen?: true
|
|
100
|
+
lastSeen?: true
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export type MonitoringErrorReportCountAggregateInputType = {
|
|
104
|
+
id?: true
|
|
105
|
+
timestamp?: true
|
|
106
|
+
errorName?: true
|
|
107
|
+
errorMessage?: true
|
|
108
|
+
stackTrace?: true
|
|
109
|
+
count?: true
|
|
110
|
+
firstSeen?: true
|
|
111
|
+
lastSeen?: true
|
|
112
|
+
context?: true
|
|
113
|
+
_all?: true
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export type MonitoringErrorReportAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
117
|
+
/**
|
|
118
|
+
* Filter which MonitoringErrorReport to aggregate.
|
|
119
|
+
*/
|
|
120
|
+
where?: Prisma.MonitoringErrorReportWhereInput
|
|
121
|
+
/**
|
|
122
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
123
|
+
*
|
|
124
|
+
* Determine the order of MonitoringErrorReports to fetch.
|
|
125
|
+
*/
|
|
126
|
+
orderBy?: Prisma.MonitoringErrorReportOrderByWithRelationInput | Prisma.MonitoringErrorReportOrderByWithRelationInput[]
|
|
127
|
+
/**
|
|
128
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
129
|
+
*
|
|
130
|
+
* Sets the start position
|
|
131
|
+
*/
|
|
132
|
+
cursor?: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
133
|
+
/**
|
|
134
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
135
|
+
*
|
|
136
|
+
* Take `±n` MonitoringErrorReports from the position of the cursor.
|
|
137
|
+
*/
|
|
138
|
+
take?: number
|
|
139
|
+
/**
|
|
140
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
141
|
+
*
|
|
142
|
+
* Skip the first `n` MonitoringErrorReports.
|
|
143
|
+
*/
|
|
144
|
+
skip?: number
|
|
145
|
+
/**
|
|
146
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
147
|
+
*
|
|
148
|
+
* Count returned MonitoringErrorReports
|
|
149
|
+
**/
|
|
150
|
+
_count?: true | MonitoringErrorReportCountAggregateInputType
|
|
151
|
+
/**
|
|
152
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
153
|
+
*
|
|
154
|
+
* Select which fields to average
|
|
155
|
+
**/
|
|
156
|
+
_avg?: MonitoringErrorReportAvgAggregateInputType
|
|
157
|
+
/**
|
|
158
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
159
|
+
*
|
|
160
|
+
* Select which fields to sum
|
|
161
|
+
**/
|
|
162
|
+
_sum?: MonitoringErrorReportSumAggregateInputType
|
|
163
|
+
/**
|
|
164
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
165
|
+
*
|
|
166
|
+
* Select which fields to find the minimum value
|
|
167
|
+
**/
|
|
168
|
+
_min?: MonitoringErrorReportMinAggregateInputType
|
|
169
|
+
/**
|
|
170
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
171
|
+
*
|
|
172
|
+
* Select which fields to find the maximum value
|
|
173
|
+
**/
|
|
174
|
+
_max?: MonitoringErrorReportMaxAggregateInputType
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export type GetMonitoringErrorReportAggregateType<T extends MonitoringErrorReportAggregateArgs> = {
|
|
178
|
+
[P in keyof T & keyof AggregateMonitoringErrorReport]: P extends '_count' | 'count'
|
|
179
|
+
? T[P] extends true
|
|
180
|
+
? number
|
|
181
|
+
: Prisma.GetScalarType<T[P], AggregateMonitoringErrorReport[P]>
|
|
182
|
+
: Prisma.GetScalarType<T[P], AggregateMonitoringErrorReport[P]>
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
export type MonitoringErrorReportGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
189
|
+
where?: Prisma.MonitoringErrorReportWhereInput
|
|
190
|
+
orderBy?: Prisma.MonitoringErrorReportOrderByWithAggregationInput | Prisma.MonitoringErrorReportOrderByWithAggregationInput[]
|
|
191
|
+
by: Prisma.MonitoringErrorReportScalarFieldEnum[] | Prisma.MonitoringErrorReportScalarFieldEnum
|
|
192
|
+
having?: Prisma.MonitoringErrorReportScalarWhereWithAggregatesInput
|
|
193
|
+
take?: number
|
|
194
|
+
skip?: number
|
|
195
|
+
_count?: MonitoringErrorReportCountAggregateInputType | true
|
|
196
|
+
_avg?: MonitoringErrorReportAvgAggregateInputType
|
|
197
|
+
_sum?: MonitoringErrorReportSumAggregateInputType
|
|
198
|
+
_min?: MonitoringErrorReportMinAggregateInputType
|
|
199
|
+
_max?: MonitoringErrorReportMaxAggregateInputType
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export type MonitoringErrorReportGroupByOutputType = {
|
|
203
|
+
id: string
|
|
204
|
+
timestamp: Date
|
|
205
|
+
errorName: string
|
|
206
|
+
errorMessage: string
|
|
207
|
+
stackTrace: string | null
|
|
208
|
+
count: number
|
|
209
|
+
firstSeen: Date
|
|
210
|
+
lastSeen: Date
|
|
211
|
+
context: runtime.JsonValue
|
|
212
|
+
_count: MonitoringErrorReportCountAggregateOutputType | null
|
|
213
|
+
_avg: MonitoringErrorReportAvgAggregateOutputType | null
|
|
214
|
+
_sum: MonitoringErrorReportSumAggregateOutputType | null
|
|
215
|
+
_min: MonitoringErrorReportMinAggregateOutputType | null
|
|
216
|
+
_max: MonitoringErrorReportMaxAggregateOutputType | null
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export type GetMonitoringErrorReportGroupByPayload<T extends MonitoringErrorReportGroupByArgs> = Prisma.PrismaPromise<
|
|
220
|
+
Array<
|
|
221
|
+
Prisma.PickEnumerable<MonitoringErrorReportGroupByOutputType, T['by']> &
|
|
222
|
+
{
|
|
223
|
+
[P in ((keyof T) & (keyof MonitoringErrorReportGroupByOutputType))]: P extends '_count'
|
|
224
|
+
? T[P] extends boolean
|
|
225
|
+
? number
|
|
226
|
+
: Prisma.GetScalarType<T[P], MonitoringErrorReportGroupByOutputType[P]>
|
|
227
|
+
: Prisma.GetScalarType<T[P], MonitoringErrorReportGroupByOutputType[P]>
|
|
228
|
+
}
|
|
229
|
+
>
|
|
230
|
+
>
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
export type MonitoringErrorReportWhereInput = {
|
|
235
|
+
AND?: Prisma.MonitoringErrorReportWhereInput | Prisma.MonitoringErrorReportWhereInput[]
|
|
236
|
+
OR?: Prisma.MonitoringErrorReportWhereInput[]
|
|
237
|
+
NOT?: Prisma.MonitoringErrorReportWhereInput | Prisma.MonitoringErrorReportWhereInput[]
|
|
238
|
+
id?: Prisma.StringFilter<"MonitoringErrorReport"> | string
|
|
239
|
+
timestamp?: Prisma.DateTimeFilter<"MonitoringErrorReport"> | Date | string
|
|
240
|
+
errorName?: Prisma.StringFilter<"MonitoringErrorReport"> | string
|
|
241
|
+
errorMessage?: Prisma.StringFilter<"MonitoringErrorReport"> | string
|
|
242
|
+
stackTrace?: Prisma.StringNullableFilter<"MonitoringErrorReport"> | string | null
|
|
243
|
+
count?: Prisma.IntFilter<"MonitoringErrorReport"> | number
|
|
244
|
+
firstSeen?: Prisma.DateTimeFilter<"MonitoringErrorReport"> | Date | string
|
|
245
|
+
lastSeen?: Prisma.DateTimeFilter<"MonitoringErrorReport"> | Date | string
|
|
246
|
+
context?: Prisma.JsonFilter<"MonitoringErrorReport">
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export type MonitoringErrorReportOrderByWithRelationInput = {
|
|
250
|
+
id?: Prisma.SortOrder
|
|
251
|
+
timestamp?: Prisma.SortOrder
|
|
252
|
+
errorName?: Prisma.SortOrder
|
|
253
|
+
errorMessage?: Prisma.SortOrder
|
|
254
|
+
stackTrace?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
255
|
+
count?: Prisma.SortOrder
|
|
256
|
+
firstSeen?: Prisma.SortOrder
|
|
257
|
+
lastSeen?: Prisma.SortOrder
|
|
258
|
+
context?: Prisma.SortOrder
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export type MonitoringErrorReportWhereUniqueInput = Prisma.AtLeast<{
|
|
262
|
+
id?: string
|
|
263
|
+
AND?: Prisma.MonitoringErrorReportWhereInput | Prisma.MonitoringErrorReportWhereInput[]
|
|
264
|
+
OR?: Prisma.MonitoringErrorReportWhereInput[]
|
|
265
|
+
NOT?: Prisma.MonitoringErrorReportWhereInput | Prisma.MonitoringErrorReportWhereInput[]
|
|
266
|
+
timestamp?: Prisma.DateTimeFilter<"MonitoringErrorReport"> | Date | string
|
|
267
|
+
errorName?: Prisma.StringFilter<"MonitoringErrorReport"> | string
|
|
268
|
+
errorMessage?: Prisma.StringFilter<"MonitoringErrorReport"> | string
|
|
269
|
+
stackTrace?: Prisma.StringNullableFilter<"MonitoringErrorReport"> | string | null
|
|
270
|
+
count?: Prisma.IntFilter<"MonitoringErrorReport"> | number
|
|
271
|
+
firstSeen?: Prisma.DateTimeFilter<"MonitoringErrorReport"> | Date | string
|
|
272
|
+
lastSeen?: Prisma.DateTimeFilter<"MonitoringErrorReport"> | Date | string
|
|
273
|
+
context?: Prisma.JsonFilter<"MonitoringErrorReport">
|
|
274
|
+
}, "id">
|
|
275
|
+
|
|
276
|
+
export type MonitoringErrorReportOrderByWithAggregationInput = {
|
|
277
|
+
id?: Prisma.SortOrder
|
|
278
|
+
timestamp?: Prisma.SortOrder
|
|
279
|
+
errorName?: Prisma.SortOrder
|
|
280
|
+
errorMessage?: Prisma.SortOrder
|
|
281
|
+
stackTrace?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
282
|
+
count?: Prisma.SortOrder
|
|
283
|
+
firstSeen?: Prisma.SortOrder
|
|
284
|
+
lastSeen?: Prisma.SortOrder
|
|
285
|
+
context?: Prisma.SortOrder
|
|
286
|
+
_count?: Prisma.MonitoringErrorReportCountOrderByAggregateInput
|
|
287
|
+
_avg?: Prisma.MonitoringErrorReportAvgOrderByAggregateInput
|
|
288
|
+
_max?: Prisma.MonitoringErrorReportMaxOrderByAggregateInput
|
|
289
|
+
_min?: Prisma.MonitoringErrorReportMinOrderByAggregateInput
|
|
290
|
+
_sum?: Prisma.MonitoringErrorReportSumOrderByAggregateInput
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
export type MonitoringErrorReportScalarWhereWithAggregatesInput = {
|
|
294
|
+
AND?: Prisma.MonitoringErrorReportScalarWhereWithAggregatesInput | Prisma.MonitoringErrorReportScalarWhereWithAggregatesInput[]
|
|
295
|
+
OR?: Prisma.MonitoringErrorReportScalarWhereWithAggregatesInput[]
|
|
296
|
+
NOT?: Prisma.MonitoringErrorReportScalarWhereWithAggregatesInput | Prisma.MonitoringErrorReportScalarWhereWithAggregatesInput[]
|
|
297
|
+
id?: Prisma.StringWithAggregatesFilter<"MonitoringErrorReport"> | string
|
|
298
|
+
timestamp?: Prisma.DateTimeWithAggregatesFilter<"MonitoringErrorReport"> | Date | string
|
|
299
|
+
errorName?: Prisma.StringWithAggregatesFilter<"MonitoringErrorReport"> | string
|
|
300
|
+
errorMessage?: Prisma.StringWithAggregatesFilter<"MonitoringErrorReport"> | string
|
|
301
|
+
stackTrace?: Prisma.StringNullableWithAggregatesFilter<"MonitoringErrorReport"> | string | null
|
|
302
|
+
count?: Prisma.IntWithAggregatesFilter<"MonitoringErrorReport"> | number
|
|
303
|
+
firstSeen?: Prisma.DateTimeWithAggregatesFilter<"MonitoringErrorReport"> | Date | string
|
|
304
|
+
lastSeen?: Prisma.DateTimeWithAggregatesFilter<"MonitoringErrorReport"> | Date | string
|
|
305
|
+
context?: Prisma.JsonWithAggregatesFilter<"MonitoringErrorReport">
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export type MonitoringErrorReportCreateInput = {
|
|
309
|
+
id?: string
|
|
310
|
+
timestamp?: Date | string
|
|
311
|
+
errorName: string
|
|
312
|
+
errorMessage: string
|
|
313
|
+
stackTrace?: string | null
|
|
314
|
+
count?: number
|
|
315
|
+
firstSeen?: Date | string
|
|
316
|
+
lastSeen?: Date | string
|
|
317
|
+
context?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export type MonitoringErrorReportUncheckedCreateInput = {
|
|
321
|
+
id?: string
|
|
322
|
+
timestamp?: Date | string
|
|
323
|
+
errorName: string
|
|
324
|
+
errorMessage: string
|
|
325
|
+
stackTrace?: string | null
|
|
326
|
+
count?: number
|
|
327
|
+
firstSeen?: Date | string
|
|
328
|
+
lastSeen?: Date | string
|
|
329
|
+
context?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export type MonitoringErrorReportUpdateInput = {
|
|
333
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
334
|
+
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
335
|
+
errorName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
336
|
+
errorMessage?: Prisma.StringFieldUpdateOperationsInput | string
|
|
337
|
+
stackTrace?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
338
|
+
count?: Prisma.IntFieldUpdateOperationsInput | number
|
|
339
|
+
firstSeen?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
340
|
+
lastSeen?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
341
|
+
context?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
export type MonitoringErrorReportUncheckedUpdateInput = {
|
|
345
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
346
|
+
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
347
|
+
errorName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
348
|
+
errorMessage?: Prisma.StringFieldUpdateOperationsInput | string
|
|
349
|
+
stackTrace?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
350
|
+
count?: Prisma.IntFieldUpdateOperationsInput | number
|
|
351
|
+
firstSeen?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
352
|
+
lastSeen?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
353
|
+
context?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export type MonitoringErrorReportCreateManyInput = {
|
|
357
|
+
id?: string
|
|
358
|
+
timestamp?: Date | string
|
|
359
|
+
errorName: string
|
|
360
|
+
errorMessage: string
|
|
361
|
+
stackTrace?: string | null
|
|
362
|
+
count?: number
|
|
363
|
+
firstSeen?: Date | string
|
|
364
|
+
lastSeen?: Date | string
|
|
365
|
+
context?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
export type MonitoringErrorReportUpdateManyMutationInput = {
|
|
369
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
370
|
+
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
371
|
+
errorName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
372
|
+
errorMessage?: Prisma.StringFieldUpdateOperationsInput | string
|
|
373
|
+
stackTrace?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
374
|
+
count?: Prisma.IntFieldUpdateOperationsInput | number
|
|
375
|
+
firstSeen?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
376
|
+
lastSeen?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
377
|
+
context?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
export type MonitoringErrorReportUncheckedUpdateManyInput = {
|
|
381
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
382
|
+
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
383
|
+
errorName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
384
|
+
errorMessage?: Prisma.StringFieldUpdateOperationsInput | string
|
|
385
|
+
stackTrace?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
386
|
+
count?: Prisma.IntFieldUpdateOperationsInput | number
|
|
387
|
+
firstSeen?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
388
|
+
lastSeen?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
389
|
+
context?: Prisma.JsonNullValueInput | runtime.InputJsonValue
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
export type MonitoringErrorReportCountOrderByAggregateInput = {
|
|
393
|
+
id?: Prisma.SortOrder
|
|
394
|
+
timestamp?: Prisma.SortOrder
|
|
395
|
+
errorName?: Prisma.SortOrder
|
|
396
|
+
errorMessage?: Prisma.SortOrder
|
|
397
|
+
stackTrace?: Prisma.SortOrder
|
|
398
|
+
count?: Prisma.SortOrder
|
|
399
|
+
firstSeen?: Prisma.SortOrder
|
|
400
|
+
lastSeen?: Prisma.SortOrder
|
|
401
|
+
context?: Prisma.SortOrder
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
export type MonitoringErrorReportAvgOrderByAggregateInput = {
|
|
405
|
+
count?: Prisma.SortOrder
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export type MonitoringErrorReportMaxOrderByAggregateInput = {
|
|
409
|
+
id?: Prisma.SortOrder
|
|
410
|
+
timestamp?: Prisma.SortOrder
|
|
411
|
+
errorName?: Prisma.SortOrder
|
|
412
|
+
errorMessage?: Prisma.SortOrder
|
|
413
|
+
stackTrace?: Prisma.SortOrder
|
|
414
|
+
count?: Prisma.SortOrder
|
|
415
|
+
firstSeen?: Prisma.SortOrder
|
|
416
|
+
lastSeen?: Prisma.SortOrder
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export type MonitoringErrorReportMinOrderByAggregateInput = {
|
|
420
|
+
id?: Prisma.SortOrder
|
|
421
|
+
timestamp?: Prisma.SortOrder
|
|
422
|
+
errorName?: Prisma.SortOrder
|
|
423
|
+
errorMessage?: Prisma.SortOrder
|
|
424
|
+
stackTrace?: Prisma.SortOrder
|
|
425
|
+
count?: Prisma.SortOrder
|
|
426
|
+
firstSeen?: Prisma.SortOrder
|
|
427
|
+
lastSeen?: Prisma.SortOrder
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export type MonitoringErrorReportSumOrderByAggregateInput = {
|
|
431
|
+
count?: Prisma.SortOrder
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
export type MonitoringErrorReportSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
437
|
+
id?: boolean
|
|
438
|
+
timestamp?: boolean
|
|
439
|
+
errorName?: boolean
|
|
440
|
+
errorMessage?: boolean
|
|
441
|
+
stackTrace?: boolean
|
|
442
|
+
count?: boolean
|
|
443
|
+
firstSeen?: boolean
|
|
444
|
+
lastSeen?: boolean
|
|
445
|
+
context?: boolean
|
|
446
|
+
}, ExtArgs["result"]["monitoringErrorReport"]>
|
|
447
|
+
|
|
448
|
+
export type MonitoringErrorReportSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
449
|
+
id?: boolean
|
|
450
|
+
timestamp?: boolean
|
|
451
|
+
errorName?: boolean
|
|
452
|
+
errorMessage?: boolean
|
|
453
|
+
stackTrace?: boolean
|
|
454
|
+
count?: boolean
|
|
455
|
+
firstSeen?: boolean
|
|
456
|
+
lastSeen?: boolean
|
|
457
|
+
context?: boolean
|
|
458
|
+
}, ExtArgs["result"]["monitoringErrorReport"]>
|
|
459
|
+
|
|
460
|
+
export type MonitoringErrorReportSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
461
|
+
id?: boolean
|
|
462
|
+
timestamp?: boolean
|
|
463
|
+
errorName?: boolean
|
|
464
|
+
errorMessage?: boolean
|
|
465
|
+
stackTrace?: boolean
|
|
466
|
+
count?: boolean
|
|
467
|
+
firstSeen?: boolean
|
|
468
|
+
lastSeen?: boolean
|
|
469
|
+
context?: boolean
|
|
470
|
+
}, ExtArgs["result"]["monitoringErrorReport"]>
|
|
471
|
+
|
|
472
|
+
export type MonitoringErrorReportSelectScalar = {
|
|
473
|
+
id?: boolean
|
|
474
|
+
timestamp?: boolean
|
|
475
|
+
errorName?: boolean
|
|
476
|
+
errorMessage?: boolean
|
|
477
|
+
stackTrace?: boolean
|
|
478
|
+
count?: boolean
|
|
479
|
+
firstSeen?: boolean
|
|
480
|
+
lastSeen?: boolean
|
|
481
|
+
context?: boolean
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export type MonitoringErrorReportOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "timestamp" | "errorName" | "errorMessage" | "stackTrace" | "count" | "firstSeen" | "lastSeen" | "context", ExtArgs["result"]["monitoringErrorReport"]>
|
|
485
|
+
|
|
486
|
+
export type $MonitoringErrorReportPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
487
|
+
name: "MonitoringErrorReport"
|
|
488
|
+
objects: {}
|
|
489
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
490
|
+
id: string
|
|
491
|
+
timestamp: Date
|
|
492
|
+
errorName: string
|
|
493
|
+
errorMessage: string
|
|
494
|
+
stackTrace: string | null
|
|
495
|
+
count: number
|
|
496
|
+
firstSeen: Date
|
|
497
|
+
lastSeen: Date
|
|
498
|
+
context: runtime.JsonValue
|
|
499
|
+
}, ExtArgs["result"]["monitoringErrorReport"]>
|
|
500
|
+
composites: {}
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
export type MonitoringErrorReportGetPayload<S extends boolean | null | undefined | MonitoringErrorReportDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload, S>
|
|
504
|
+
|
|
505
|
+
export type MonitoringErrorReportCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
506
|
+
Omit<MonitoringErrorReportFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
507
|
+
select?: MonitoringErrorReportCountAggregateInputType | true
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export interface MonitoringErrorReportDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
511
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['MonitoringErrorReport'], meta: { name: 'MonitoringErrorReport' } }
|
|
512
|
+
/**
|
|
513
|
+
* Find zero or one MonitoringErrorReport that matches the filter.
|
|
514
|
+
* @param {MonitoringErrorReportFindUniqueArgs} args - Arguments to find a MonitoringErrorReport
|
|
515
|
+
* @example
|
|
516
|
+
* // Get one MonitoringErrorReport
|
|
517
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.findUnique({
|
|
518
|
+
* where: {
|
|
519
|
+
* // ... provide filter here
|
|
520
|
+
* }
|
|
521
|
+
* })
|
|
522
|
+
*/
|
|
523
|
+
findUnique<T extends MonitoringErrorReportFindUniqueArgs>(args: Prisma.SelectSubset<T, MonitoringErrorReportFindUniqueArgs<ExtArgs>>): Prisma.Prisma__MonitoringErrorReportClient<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
* Find one MonitoringErrorReport that matches the filter or throw an error with `error.code='P2025'`
|
|
527
|
+
* if no matches were found.
|
|
528
|
+
* @param {MonitoringErrorReportFindUniqueOrThrowArgs} args - Arguments to find a MonitoringErrorReport
|
|
529
|
+
* @example
|
|
530
|
+
* // Get one MonitoringErrorReport
|
|
531
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.findUniqueOrThrow({
|
|
532
|
+
* where: {
|
|
533
|
+
* // ... provide filter here
|
|
534
|
+
* }
|
|
535
|
+
* })
|
|
536
|
+
*/
|
|
537
|
+
findUniqueOrThrow<T extends MonitoringErrorReportFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, MonitoringErrorReportFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__MonitoringErrorReportClient<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* Find the first MonitoringErrorReport that matches the filter.
|
|
541
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
542
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
543
|
+
* @param {MonitoringErrorReportFindFirstArgs} args - Arguments to find a MonitoringErrorReport
|
|
544
|
+
* @example
|
|
545
|
+
* // Get one MonitoringErrorReport
|
|
546
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.findFirst({
|
|
547
|
+
* where: {
|
|
548
|
+
* // ... provide filter here
|
|
549
|
+
* }
|
|
550
|
+
* })
|
|
551
|
+
*/
|
|
552
|
+
findFirst<T extends MonitoringErrorReportFindFirstArgs>(args?: Prisma.SelectSubset<T, MonitoringErrorReportFindFirstArgs<ExtArgs>>): Prisma.Prisma__MonitoringErrorReportClient<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* Find the first MonitoringErrorReport that matches the filter or
|
|
556
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
557
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
558
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
559
|
+
* @param {MonitoringErrorReportFindFirstOrThrowArgs} args - Arguments to find a MonitoringErrorReport
|
|
560
|
+
* @example
|
|
561
|
+
* // Get one MonitoringErrorReport
|
|
562
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.findFirstOrThrow({
|
|
563
|
+
* where: {
|
|
564
|
+
* // ... provide filter here
|
|
565
|
+
* }
|
|
566
|
+
* })
|
|
567
|
+
*/
|
|
568
|
+
findFirstOrThrow<T extends MonitoringErrorReportFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, MonitoringErrorReportFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__MonitoringErrorReportClient<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
569
|
+
|
|
570
|
+
/**
|
|
571
|
+
* Find zero or more MonitoringErrorReports that matches the filter.
|
|
572
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
573
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
574
|
+
* @param {MonitoringErrorReportFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
575
|
+
* @example
|
|
576
|
+
* // Get all MonitoringErrorReports
|
|
577
|
+
* const monitoringErrorReports = await prisma.monitoringErrorReport.findMany()
|
|
578
|
+
*
|
|
579
|
+
* // Get first 10 MonitoringErrorReports
|
|
580
|
+
* const monitoringErrorReports = await prisma.monitoringErrorReport.findMany({ take: 10 })
|
|
581
|
+
*
|
|
582
|
+
* // Only select the `id`
|
|
583
|
+
* const monitoringErrorReportWithIdOnly = await prisma.monitoringErrorReport.findMany({ select: { id: true } })
|
|
584
|
+
*
|
|
585
|
+
*/
|
|
586
|
+
findMany<T extends MonitoringErrorReportFindManyArgs>(args?: Prisma.SelectSubset<T, MonitoringErrorReportFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* Create a MonitoringErrorReport.
|
|
590
|
+
* @param {MonitoringErrorReportCreateArgs} args - Arguments to create a MonitoringErrorReport.
|
|
591
|
+
* @example
|
|
592
|
+
* // Create one MonitoringErrorReport
|
|
593
|
+
* const MonitoringErrorReport = await prisma.monitoringErrorReport.create({
|
|
594
|
+
* data: {
|
|
595
|
+
* // ... data to create a MonitoringErrorReport
|
|
596
|
+
* }
|
|
597
|
+
* })
|
|
598
|
+
*
|
|
599
|
+
*/
|
|
600
|
+
create<T extends MonitoringErrorReportCreateArgs>(args: Prisma.SelectSubset<T, MonitoringErrorReportCreateArgs<ExtArgs>>): Prisma.Prisma__MonitoringErrorReportClient<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
601
|
+
|
|
602
|
+
/**
|
|
603
|
+
* Create many MonitoringErrorReports.
|
|
604
|
+
* @param {MonitoringErrorReportCreateManyArgs} args - Arguments to create many MonitoringErrorReports.
|
|
605
|
+
* @example
|
|
606
|
+
* // Create many MonitoringErrorReports
|
|
607
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.createMany({
|
|
608
|
+
* data: [
|
|
609
|
+
* // ... provide data here
|
|
610
|
+
* ]
|
|
611
|
+
* })
|
|
612
|
+
*
|
|
613
|
+
*/
|
|
614
|
+
createMany<T extends MonitoringErrorReportCreateManyArgs>(args?: Prisma.SelectSubset<T, MonitoringErrorReportCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* Create many MonitoringErrorReports and returns the data saved in the database.
|
|
618
|
+
* @param {MonitoringErrorReportCreateManyAndReturnArgs} args - Arguments to create many MonitoringErrorReports.
|
|
619
|
+
* @example
|
|
620
|
+
* // Create many MonitoringErrorReports
|
|
621
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.createManyAndReturn({
|
|
622
|
+
* data: [
|
|
623
|
+
* // ... provide data here
|
|
624
|
+
* ]
|
|
625
|
+
* })
|
|
626
|
+
*
|
|
627
|
+
* // Create many MonitoringErrorReports and only return the `id`
|
|
628
|
+
* const monitoringErrorReportWithIdOnly = await prisma.monitoringErrorReport.createManyAndReturn({
|
|
629
|
+
* select: { id: true },
|
|
630
|
+
* data: [
|
|
631
|
+
* // ... provide data here
|
|
632
|
+
* ]
|
|
633
|
+
* })
|
|
634
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
635
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
636
|
+
*
|
|
637
|
+
*/
|
|
638
|
+
createManyAndReturn<T extends MonitoringErrorReportCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, MonitoringErrorReportCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
639
|
+
|
|
640
|
+
/**
|
|
641
|
+
* Delete a MonitoringErrorReport.
|
|
642
|
+
* @param {MonitoringErrorReportDeleteArgs} args - Arguments to delete one MonitoringErrorReport.
|
|
643
|
+
* @example
|
|
644
|
+
* // Delete one MonitoringErrorReport
|
|
645
|
+
* const MonitoringErrorReport = await prisma.monitoringErrorReport.delete({
|
|
646
|
+
* where: {
|
|
647
|
+
* // ... filter to delete one MonitoringErrorReport
|
|
648
|
+
* }
|
|
649
|
+
* })
|
|
650
|
+
*
|
|
651
|
+
*/
|
|
652
|
+
delete<T extends MonitoringErrorReportDeleteArgs>(args: Prisma.SelectSubset<T, MonitoringErrorReportDeleteArgs<ExtArgs>>): Prisma.Prisma__MonitoringErrorReportClient<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* Update one MonitoringErrorReport.
|
|
656
|
+
* @param {MonitoringErrorReportUpdateArgs} args - Arguments to update one MonitoringErrorReport.
|
|
657
|
+
* @example
|
|
658
|
+
* // Update one MonitoringErrorReport
|
|
659
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.update({
|
|
660
|
+
* where: {
|
|
661
|
+
* // ... provide filter here
|
|
662
|
+
* },
|
|
663
|
+
* data: {
|
|
664
|
+
* // ... provide data here
|
|
665
|
+
* }
|
|
666
|
+
* })
|
|
667
|
+
*
|
|
668
|
+
*/
|
|
669
|
+
update<T extends MonitoringErrorReportUpdateArgs>(args: Prisma.SelectSubset<T, MonitoringErrorReportUpdateArgs<ExtArgs>>): Prisma.Prisma__MonitoringErrorReportClient<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* Delete zero or more MonitoringErrorReports.
|
|
673
|
+
* @param {MonitoringErrorReportDeleteManyArgs} args - Arguments to filter MonitoringErrorReports to delete.
|
|
674
|
+
* @example
|
|
675
|
+
* // Delete a few MonitoringErrorReports
|
|
676
|
+
* const { count } = await prisma.monitoringErrorReport.deleteMany({
|
|
677
|
+
* where: {
|
|
678
|
+
* // ... provide filter here
|
|
679
|
+
* }
|
|
680
|
+
* })
|
|
681
|
+
*
|
|
682
|
+
*/
|
|
683
|
+
deleteMany<T extends MonitoringErrorReportDeleteManyArgs>(args?: Prisma.SelectSubset<T, MonitoringErrorReportDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
684
|
+
|
|
685
|
+
/**
|
|
686
|
+
* Update zero or more MonitoringErrorReports.
|
|
687
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
688
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
689
|
+
* @param {MonitoringErrorReportUpdateManyArgs} args - Arguments to update one or more rows.
|
|
690
|
+
* @example
|
|
691
|
+
* // Update many MonitoringErrorReports
|
|
692
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.updateMany({
|
|
693
|
+
* where: {
|
|
694
|
+
* // ... provide filter here
|
|
695
|
+
* },
|
|
696
|
+
* data: {
|
|
697
|
+
* // ... provide data here
|
|
698
|
+
* }
|
|
699
|
+
* })
|
|
700
|
+
*
|
|
701
|
+
*/
|
|
702
|
+
updateMany<T extends MonitoringErrorReportUpdateManyArgs>(args: Prisma.SelectSubset<T, MonitoringErrorReportUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* Update zero or more MonitoringErrorReports and returns the data updated in the database.
|
|
706
|
+
* @param {MonitoringErrorReportUpdateManyAndReturnArgs} args - Arguments to update many MonitoringErrorReports.
|
|
707
|
+
* @example
|
|
708
|
+
* // Update many MonitoringErrorReports
|
|
709
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.updateManyAndReturn({
|
|
710
|
+
* where: {
|
|
711
|
+
* // ... provide filter here
|
|
712
|
+
* },
|
|
713
|
+
* data: [
|
|
714
|
+
* // ... provide data here
|
|
715
|
+
* ]
|
|
716
|
+
* })
|
|
717
|
+
*
|
|
718
|
+
* // Update zero or more MonitoringErrorReports and only return the `id`
|
|
719
|
+
* const monitoringErrorReportWithIdOnly = await prisma.monitoringErrorReport.updateManyAndReturn({
|
|
720
|
+
* select: { id: true },
|
|
721
|
+
* where: {
|
|
722
|
+
* // ... provide filter here
|
|
723
|
+
* },
|
|
724
|
+
* data: [
|
|
725
|
+
* // ... provide data here
|
|
726
|
+
* ]
|
|
727
|
+
* })
|
|
728
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
729
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
730
|
+
*
|
|
731
|
+
*/
|
|
732
|
+
updateManyAndReturn<T extends MonitoringErrorReportUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, MonitoringErrorReportUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
733
|
+
|
|
734
|
+
/**
|
|
735
|
+
* Create or update one MonitoringErrorReport.
|
|
736
|
+
* @param {MonitoringErrorReportUpsertArgs} args - Arguments to update or create a MonitoringErrorReport.
|
|
737
|
+
* @example
|
|
738
|
+
* // Update or create a MonitoringErrorReport
|
|
739
|
+
* const monitoringErrorReport = await prisma.monitoringErrorReport.upsert({
|
|
740
|
+
* create: {
|
|
741
|
+
* // ... data to create a MonitoringErrorReport
|
|
742
|
+
* },
|
|
743
|
+
* update: {
|
|
744
|
+
* // ... in case it already exists, update
|
|
745
|
+
* },
|
|
746
|
+
* where: {
|
|
747
|
+
* // ... the filter for the MonitoringErrorReport we want to update
|
|
748
|
+
* }
|
|
749
|
+
* })
|
|
750
|
+
*/
|
|
751
|
+
upsert<T extends MonitoringErrorReportUpsertArgs>(args: Prisma.SelectSubset<T, MonitoringErrorReportUpsertArgs<ExtArgs>>): Prisma.Prisma__MonitoringErrorReportClient<runtime.Types.Result.GetResult<Prisma.$MonitoringErrorReportPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* Count the number of MonitoringErrorReports.
|
|
756
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
757
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
758
|
+
* @param {MonitoringErrorReportCountArgs} args - Arguments to filter MonitoringErrorReports to count.
|
|
759
|
+
* @example
|
|
760
|
+
* // Count the number of MonitoringErrorReports
|
|
761
|
+
* const count = await prisma.monitoringErrorReport.count({
|
|
762
|
+
* where: {
|
|
763
|
+
* // ... the filter for the MonitoringErrorReports we want to count
|
|
764
|
+
* }
|
|
765
|
+
* })
|
|
766
|
+
**/
|
|
767
|
+
count<T extends MonitoringErrorReportCountArgs>(
|
|
768
|
+
args?: Prisma.Subset<T, MonitoringErrorReportCountArgs>,
|
|
769
|
+
): Prisma.PrismaPromise<
|
|
770
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
771
|
+
? T['select'] extends true
|
|
772
|
+
? number
|
|
773
|
+
: Prisma.GetScalarType<T['select'], MonitoringErrorReportCountAggregateOutputType>
|
|
774
|
+
: number
|
|
775
|
+
>
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* Allows you to perform aggregations operations on a MonitoringErrorReport.
|
|
779
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
780
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
781
|
+
* @param {MonitoringErrorReportAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
782
|
+
* @example
|
|
783
|
+
* // Ordered by age ascending
|
|
784
|
+
* // Where email contains prisma.io
|
|
785
|
+
* // Limited to the 10 users
|
|
786
|
+
* const aggregations = await prisma.user.aggregate({
|
|
787
|
+
* _avg: {
|
|
788
|
+
* age: true,
|
|
789
|
+
* },
|
|
790
|
+
* where: {
|
|
791
|
+
* email: {
|
|
792
|
+
* contains: "prisma.io",
|
|
793
|
+
* },
|
|
794
|
+
* },
|
|
795
|
+
* orderBy: {
|
|
796
|
+
* age: "asc",
|
|
797
|
+
* },
|
|
798
|
+
* take: 10,
|
|
799
|
+
* })
|
|
800
|
+
**/
|
|
801
|
+
aggregate<T extends MonitoringErrorReportAggregateArgs>(args: Prisma.Subset<T, MonitoringErrorReportAggregateArgs>): Prisma.PrismaPromise<GetMonitoringErrorReportAggregateType<T>>
|
|
802
|
+
|
|
803
|
+
/**
|
|
804
|
+
* Group by MonitoringErrorReport.
|
|
805
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
806
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
807
|
+
* @param {MonitoringErrorReportGroupByArgs} args - Group by arguments.
|
|
808
|
+
* @example
|
|
809
|
+
* // Group by city, order by createdAt, get count
|
|
810
|
+
* const result = await prisma.user.groupBy({
|
|
811
|
+
* by: ['city', 'createdAt'],
|
|
812
|
+
* orderBy: {
|
|
813
|
+
* createdAt: true
|
|
814
|
+
* },
|
|
815
|
+
* _count: {
|
|
816
|
+
* _all: true
|
|
817
|
+
* },
|
|
818
|
+
* })
|
|
819
|
+
*
|
|
820
|
+
**/
|
|
821
|
+
groupBy<
|
|
822
|
+
T extends MonitoringErrorReportGroupByArgs,
|
|
823
|
+
HasSelectOrTake extends Prisma.Or<
|
|
824
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
825
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
826
|
+
>,
|
|
827
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
828
|
+
? { orderBy: MonitoringErrorReportGroupByArgs['orderBy'] }
|
|
829
|
+
: { orderBy?: MonitoringErrorReportGroupByArgs['orderBy'] },
|
|
830
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
831
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
832
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
833
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
834
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
835
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
836
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
837
|
+
? `Error: "by" must not be empty.`
|
|
838
|
+
: HavingValid extends Prisma.False
|
|
839
|
+
? {
|
|
840
|
+
[P in HavingFields]: P extends ByFields
|
|
841
|
+
? never
|
|
842
|
+
: P extends string
|
|
843
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
844
|
+
: [
|
|
845
|
+
Error,
|
|
846
|
+
'Field ',
|
|
847
|
+
P,
|
|
848
|
+
` in "having" needs to be provided in "by"`,
|
|
849
|
+
]
|
|
850
|
+
}[HavingFields]
|
|
851
|
+
: 'take' extends Prisma.Keys<T>
|
|
852
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
853
|
+
? ByValid extends Prisma.True
|
|
854
|
+
? {}
|
|
855
|
+
: {
|
|
856
|
+
[P in OrderFields]: P extends ByFields
|
|
857
|
+
? never
|
|
858
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
859
|
+
}[OrderFields]
|
|
860
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
861
|
+
: 'skip' extends Prisma.Keys<T>
|
|
862
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
863
|
+
? ByValid extends Prisma.True
|
|
864
|
+
? {}
|
|
865
|
+
: {
|
|
866
|
+
[P in OrderFields]: P extends ByFields
|
|
867
|
+
? never
|
|
868
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
869
|
+
}[OrderFields]
|
|
870
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
871
|
+
: ByValid extends Prisma.True
|
|
872
|
+
? {}
|
|
873
|
+
: {
|
|
874
|
+
[P in OrderFields]: P extends ByFields
|
|
875
|
+
? never
|
|
876
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
877
|
+
}[OrderFields]
|
|
878
|
+
>(args: Prisma.SubsetIntersection<T, MonitoringErrorReportGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetMonitoringErrorReportGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
879
|
+
/**
|
|
880
|
+
* Fields of the MonitoringErrorReport model
|
|
881
|
+
*/
|
|
882
|
+
readonly fields: MonitoringErrorReportFieldRefs;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
/**
|
|
886
|
+
* The delegate class that acts as a "Promise-like" for MonitoringErrorReport.
|
|
887
|
+
* Why is this prefixed with `Prisma__`?
|
|
888
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
889
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
890
|
+
*/
|
|
891
|
+
export interface Prisma__MonitoringErrorReportClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
892
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
893
|
+
/**
|
|
894
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
895
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
896
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
897
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
898
|
+
*/
|
|
899
|
+
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>
|
|
900
|
+
/**
|
|
901
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
902
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
903
|
+
* @returns A Promise for the completion of the callback.
|
|
904
|
+
*/
|
|
905
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
906
|
+
/**
|
|
907
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
908
|
+
* resolved value cannot be modified from the callback.
|
|
909
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
910
|
+
* @returns A Promise for the completion of the callback.
|
|
911
|
+
*/
|
|
912
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
/**
|
|
919
|
+
* Fields of the MonitoringErrorReport model
|
|
920
|
+
*/
|
|
921
|
+
export interface MonitoringErrorReportFieldRefs {
|
|
922
|
+
readonly id: Prisma.FieldRef<"MonitoringErrorReport", 'String'>
|
|
923
|
+
readonly timestamp: Prisma.FieldRef<"MonitoringErrorReport", 'DateTime'>
|
|
924
|
+
readonly errorName: Prisma.FieldRef<"MonitoringErrorReport", 'String'>
|
|
925
|
+
readonly errorMessage: Prisma.FieldRef<"MonitoringErrorReport", 'String'>
|
|
926
|
+
readonly stackTrace: Prisma.FieldRef<"MonitoringErrorReport", 'String'>
|
|
927
|
+
readonly count: Prisma.FieldRef<"MonitoringErrorReport", 'Int'>
|
|
928
|
+
readonly firstSeen: Prisma.FieldRef<"MonitoringErrorReport", 'DateTime'>
|
|
929
|
+
readonly lastSeen: Prisma.FieldRef<"MonitoringErrorReport", 'DateTime'>
|
|
930
|
+
readonly context: Prisma.FieldRef<"MonitoringErrorReport", 'Json'>
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
// Custom InputTypes
|
|
935
|
+
/**
|
|
936
|
+
* MonitoringErrorReport findUnique
|
|
937
|
+
*/
|
|
938
|
+
export type MonitoringErrorReportFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
939
|
+
/**
|
|
940
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
941
|
+
*/
|
|
942
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
943
|
+
/**
|
|
944
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
945
|
+
*/
|
|
946
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
947
|
+
/**
|
|
948
|
+
* Filter, which MonitoringErrorReport to fetch.
|
|
949
|
+
*/
|
|
950
|
+
where: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* MonitoringErrorReport findUniqueOrThrow
|
|
955
|
+
*/
|
|
956
|
+
export type MonitoringErrorReportFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
957
|
+
/**
|
|
958
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
959
|
+
*/
|
|
960
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
961
|
+
/**
|
|
962
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
963
|
+
*/
|
|
964
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
965
|
+
/**
|
|
966
|
+
* Filter, which MonitoringErrorReport to fetch.
|
|
967
|
+
*/
|
|
968
|
+
where: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
/**
|
|
972
|
+
* MonitoringErrorReport findFirst
|
|
973
|
+
*/
|
|
974
|
+
export type MonitoringErrorReportFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
975
|
+
/**
|
|
976
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
977
|
+
*/
|
|
978
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
979
|
+
/**
|
|
980
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
981
|
+
*/
|
|
982
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
983
|
+
/**
|
|
984
|
+
* Filter, which MonitoringErrorReport to fetch.
|
|
985
|
+
*/
|
|
986
|
+
where?: Prisma.MonitoringErrorReportWhereInput
|
|
987
|
+
/**
|
|
988
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
989
|
+
*
|
|
990
|
+
* Determine the order of MonitoringErrorReports to fetch.
|
|
991
|
+
*/
|
|
992
|
+
orderBy?: Prisma.MonitoringErrorReportOrderByWithRelationInput | Prisma.MonitoringErrorReportOrderByWithRelationInput[]
|
|
993
|
+
/**
|
|
994
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
995
|
+
*
|
|
996
|
+
* Sets the position for searching for MonitoringErrorReports.
|
|
997
|
+
*/
|
|
998
|
+
cursor?: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
999
|
+
/**
|
|
1000
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1001
|
+
*
|
|
1002
|
+
* Take `±n` MonitoringErrorReports from the position of the cursor.
|
|
1003
|
+
*/
|
|
1004
|
+
take?: number
|
|
1005
|
+
/**
|
|
1006
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1007
|
+
*
|
|
1008
|
+
* Skip the first `n` MonitoringErrorReports.
|
|
1009
|
+
*/
|
|
1010
|
+
skip?: number
|
|
1011
|
+
/**
|
|
1012
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1013
|
+
*
|
|
1014
|
+
* Filter by unique combinations of MonitoringErrorReports.
|
|
1015
|
+
*/
|
|
1016
|
+
distinct?: Prisma.MonitoringErrorReportScalarFieldEnum | Prisma.MonitoringErrorReportScalarFieldEnum[]
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
/**
|
|
1020
|
+
* MonitoringErrorReport findFirstOrThrow
|
|
1021
|
+
*/
|
|
1022
|
+
export type MonitoringErrorReportFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1023
|
+
/**
|
|
1024
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1025
|
+
*/
|
|
1026
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
1027
|
+
/**
|
|
1028
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1029
|
+
*/
|
|
1030
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1031
|
+
/**
|
|
1032
|
+
* Filter, which MonitoringErrorReport to fetch.
|
|
1033
|
+
*/
|
|
1034
|
+
where?: Prisma.MonitoringErrorReportWhereInput
|
|
1035
|
+
/**
|
|
1036
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1037
|
+
*
|
|
1038
|
+
* Determine the order of MonitoringErrorReports to fetch.
|
|
1039
|
+
*/
|
|
1040
|
+
orderBy?: Prisma.MonitoringErrorReportOrderByWithRelationInput | Prisma.MonitoringErrorReportOrderByWithRelationInput[]
|
|
1041
|
+
/**
|
|
1042
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1043
|
+
*
|
|
1044
|
+
* Sets the position for searching for MonitoringErrorReports.
|
|
1045
|
+
*/
|
|
1046
|
+
cursor?: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
1047
|
+
/**
|
|
1048
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1049
|
+
*
|
|
1050
|
+
* Take `±n` MonitoringErrorReports from the position of the cursor.
|
|
1051
|
+
*/
|
|
1052
|
+
take?: number
|
|
1053
|
+
/**
|
|
1054
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1055
|
+
*
|
|
1056
|
+
* Skip the first `n` MonitoringErrorReports.
|
|
1057
|
+
*/
|
|
1058
|
+
skip?: number
|
|
1059
|
+
/**
|
|
1060
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1061
|
+
*
|
|
1062
|
+
* Filter by unique combinations of MonitoringErrorReports.
|
|
1063
|
+
*/
|
|
1064
|
+
distinct?: Prisma.MonitoringErrorReportScalarFieldEnum | Prisma.MonitoringErrorReportScalarFieldEnum[]
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
/**
|
|
1068
|
+
* MonitoringErrorReport findMany
|
|
1069
|
+
*/
|
|
1070
|
+
export type MonitoringErrorReportFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1071
|
+
/**
|
|
1072
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1073
|
+
*/
|
|
1074
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
1075
|
+
/**
|
|
1076
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1077
|
+
*/
|
|
1078
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1079
|
+
/**
|
|
1080
|
+
* Filter, which MonitoringErrorReports to fetch.
|
|
1081
|
+
*/
|
|
1082
|
+
where?: Prisma.MonitoringErrorReportWhereInput
|
|
1083
|
+
/**
|
|
1084
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1085
|
+
*
|
|
1086
|
+
* Determine the order of MonitoringErrorReports to fetch.
|
|
1087
|
+
*/
|
|
1088
|
+
orderBy?: Prisma.MonitoringErrorReportOrderByWithRelationInput | Prisma.MonitoringErrorReportOrderByWithRelationInput[]
|
|
1089
|
+
/**
|
|
1090
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1091
|
+
*
|
|
1092
|
+
* Sets the position for listing MonitoringErrorReports.
|
|
1093
|
+
*/
|
|
1094
|
+
cursor?: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
1095
|
+
/**
|
|
1096
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1097
|
+
*
|
|
1098
|
+
* Take `±n` MonitoringErrorReports from the position of the cursor.
|
|
1099
|
+
*/
|
|
1100
|
+
take?: number
|
|
1101
|
+
/**
|
|
1102
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1103
|
+
*
|
|
1104
|
+
* Skip the first `n` MonitoringErrorReports.
|
|
1105
|
+
*/
|
|
1106
|
+
skip?: number
|
|
1107
|
+
/**
|
|
1108
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1109
|
+
*
|
|
1110
|
+
* Filter by unique combinations of MonitoringErrorReports.
|
|
1111
|
+
*/
|
|
1112
|
+
distinct?: Prisma.MonitoringErrorReportScalarFieldEnum | Prisma.MonitoringErrorReportScalarFieldEnum[]
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
/**
|
|
1116
|
+
* MonitoringErrorReport create
|
|
1117
|
+
*/
|
|
1118
|
+
export type MonitoringErrorReportCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1119
|
+
/**
|
|
1120
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1121
|
+
*/
|
|
1122
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
1123
|
+
/**
|
|
1124
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1125
|
+
*/
|
|
1126
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1127
|
+
/**
|
|
1128
|
+
* The data needed to create a MonitoringErrorReport.
|
|
1129
|
+
*/
|
|
1130
|
+
data: Prisma.XOR<Prisma.MonitoringErrorReportCreateInput, Prisma.MonitoringErrorReportUncheckedCreateInput>
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
/**
|
|
1134
|
+
* MonitoringErrorReport createMany
|
|
1135
|
+
*/
|
|
1136
|
+
export type MonitoringErrorReportCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1137
|
+
/**
|
|
1138
|
+
* The data used to create many MonitoringErrorReports.
|
|
1139
|
+
*/
|
|
1140
|
+
data: Prisma.MonitoringErrorReportCreateManyInput | Prisma.MonitoringErrorReportCreateManyInput[]
|
|
1141
|
+
skipDuplicates?: boolean
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* MonitoringErrorReport createManyAndReturn
|
|
1146
|
+
*/
|
|
1147
|
+
export type MonitoringErrorReportCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1148
|
+
/**
|
|
1149
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1150
|
+
*/
|
|
1151
|
+
select?: Prisma.MonitoringErrorReportSelectCreateManyAndReturn<ExtArgs> | null
|
|
1152
|
+
/**
|
|
1153
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1154
|
+
*/
|
|
1155
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1156
|
+
/**
|
|
1157
|
+
* The data used to create many MonitoringErrorReports.
|
|
1158
|
+
*/
|
|
1159
|
+
data: Prisma.MonitoringErrorReportCreateManyInput | Prisma.MonitoringErrorReportCreateManyInput[]
|
|
1160
|
+
skipDuplicates?: boolean
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
/**
|
|
1164
|
+
* MonitoringErrorReport update
|
|
1165
|
+
*/
|
|
1166
|
+
export type MonitoringErrorReportUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1167
|
+
/**
|
|
1168
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1169
|
+
*/
|
|
1170
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
1171
|
+
/**
|
|
1172
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1173
|
+
*/
|
|
1174
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1175
|
+
/**
|
|
1176
|
+
* The data needed to update a MonitoringErrorReport.
|
|
1177
|
+
*/
|
|
1178
|
+
data: Prisma.XOR<Prisma.MonitoringErrorReportUpdateInput, Prisma.MonitoringErrorReportUncheckedUpdateInput>
|
|
1179
|
+
/**
|
|
1180
|
+
* Choose, which MonitoringErrorReport to update.
|
|
1181
|
+
*/
|
|
1182
|
+
where: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* MonitoringErrorReport updateMany
|
|
1187
|
+
*/
|
|
1188
|
+
export type MonitoringErrorReportUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1189
|
+
/**
|
|
1190
|
+
* The data used to update MonitoringErrorReports.
|
|
1191
|
+
*/
|
|
1192
|
+
data: Prisma.XOR<Prisma.MonitoringErrorReportUpdateManyMutationInput, Prisma.MonitoringErrorReportUncheckedUpdateManyInput>
|
|
1193
|
+
/**
|
|
1194
|
+
* Filter which MonitoringErrorReports to update
|
|
1195
|
+
*/
|
|
1196
|
+
where?: Prisma.MonitoringErrorReportWhereInput
|
|
1197
|
+
/**
|
|
1198
|
+
* Limit how many MonitoringErrorReports to update.
|
|
1199
|
+
*/
|
|
1200
|
+
limit?: number
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
/**
|
|
1204
|
+
* MonitoringErrorReport updateManyAndReturn
|
|
1205
|
+
*/
|
|
1206
|
+
export type MonitoringErrorReportUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1207
|
+
/**
|
|
1208
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1209
|
+
*/
|
|
1210
|
+
select?: Prisma.MonitoringErrorReportSelectUpdateManyAndReturn<ExtArgs> | null
|
|
1211
|
+
/**
|
|
1212
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1213
|
+
*/
|
|
1214
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1215
|
+
/**
|
|
1216
|
+
* The data used to update MonitoringErrorReports.
|
|
1217
|
+
*/
|
|
1218
|
+
data: Prisma.XOR<Prisma.MonitoringErrorReportUpdateManyMutationInput, Prisma.MonitoringErrorReportUncheckedUpdateManyInput>
|
|
1219
|
+
/**
|
|
1220
|
+
* Filter which MonitoringErrorReports to update
|
|
1221
|
+
*/
|
|
1222
|
+
where?: Prisma.MonitoringErrorReportWhereInput
|
|
1223
|
+
/**
|
|
1224
|
+
* Limit how many MonitoringErrorReports to update.
|
|
1225
|
+
*/
|
|
1226
|
+
limit?: number
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
/**
|
|
1230
|
+
* MonitoringErrorReport upsert
|
|
1231
|
+
*/
|
|
1232
|
+
export type MonitoringErrorReportUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1233
|
+
/**
|
|
1234
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1235
|
+
*/
|
|
1236
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
1237
|
+
/**
|
|
1238
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1239
|
+
*/
|
|
1240
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1241
|
+
/**
|
|
1242
|
+
* The filter to search for the MonitoringErrorReport to update in case it exists.
|
|
1243
|
+
*/
|
|
1244
|
+
where: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
1245
|
+
/**
|
|
1246
|
+
* In case the MonitoringErrorReport found by the `where` argument doesn't exist, create a new MonitoringErrorReport with this data.
|
|
1247
|
+
*/
|
|
1248
|
+
create: Prisma.XOR<Prisma.MonitoringErrorReportCreateInput, Prisma.MonitoringErrorReportUncheckedCreateInput>
|
|
1249
|
+
/**
|
|
1250
|
+
* In case the MonitoringErrorReport was found with the provided `where` argument, update it with this data.
|
|
1251
|
+
*/
|
|
1252
|
+
update: Prisma.XOR<Prisma.MonitoringErrorReportUpdateInput, Prisma.MonitoringErrorReportUncheckedUpdateInput>
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
/**
|
|
1256
|
+
* MonitoringErrorReport delete
|
|
1257
|
+
*/
|
|
1258
|
+
export type MonitoringErrorReportDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1259
|
+
/**
|
|
1260
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1261
|
+
*/
|
|
1262
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
1263
|
+
/**
|
|
1264
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1265
|
+
*/
|
|
1266
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1267
|
+
/**
|
|
1268
|
+
* Filter which MonitoringErrorReport to delete.
|
|
1269
|
+
*/
|
|
1270
|
+
where: Prisma.MonitoringErrorReportWhereUniqueInput
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
/**
|
|
1274
|
+
* MonitoringErrorReport deleteMany
|
|
1275
|
+
*/
|
|
1276
|
+
export type MonitoringErrorReportDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1277
|
+
/**
|
|
1278
|
+
* Filter which MonitoringErrorReports to delete
|
|
1279
|
+
*/
|
|
1280
|
+
where?: Prisma.MonitoringErrorReportWhereInput
|
|
1281
|
+
/**
|
|
1282
|
+
* Limit how many MonitoringErrorReports to delete.
|
|
1283
|
+
*/
|
|
1284
|
+
limit?: number
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
/**
|
|
1288
|
+
* MonitoringErrorReport without action
|
|
1289
|
+
*/
|
|
1290
|
+
export type MonitoringErrorReportDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1291
|
+
/**
|
|
1292
|
+
* Select specific fields to fetch from the MonitoringErrorReport
|
|
1293
|
+
*/
|
|
1294
|
+
select?: Prisma.MonitoringErrorReportSelect<ExtArgs> | null
|
|
1295
|
+
/**
|
|
1296
|
+
* Omit specific fields from the MonitoringErrorReport
|
|
1297
|
+
*/
|
|
1298
|
+
omit?: Prisma.MonitoringErrorReportOmit<ExtArgs> | null
|
|
1299
|
+
}
|