@actuate-media/cms-core 0.90.0 → 0.91.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.
Files changed (88) hide show
  1. package/CHANGELOG.md +69 -0
  2. package/dist/actions.d.ts +31 -1
  3. package/dist/actions.d.ts.map +1 -1
  4. package/dist/actions.js +76 -21
  5. package/dist/actions.js.map +1 -1
  6. package/dist/api/route-helpers.d.ts +4 -1
  7. package/dist/api/route-helpers.d.ts.map +1 -1
  8. package/dist/api/route-helpers.js +2 -2
  9. package/dist/api/route-helpers.js.map +1 -1
  10. package/dist/api/routes/documents.d.ts.map +1 -1
  11. package/dist/api/routes/documents.js +4 -1
  12. package/dist/api/routes/documents.js.map +1 -1
  13. package/dist/api/routes/media.d.ts.map +1 -1
  14. package/dist/api/routes/media.js +10 -0
  15. package/dist/api/routes/media.js.map +1 -1
  16. package/dist/api/routes/url-resolution.d.ts.map +1 -1
  17. package/dist/api/routes/url-resolution.js +4 -1
  18. package/dist/api/routes/url-resolution.js.map +1 -1
  19. package/dist/config/index.d.ts +16 -0
  20. package/dist/config/index.d.ts.map +1 -1
  21. package/dist/config/index.js +59 -2
  22. package/dist/config/index.js.map +1 -1
  23. package/dist/config/runtime.d.ts +8 -0
  24. package/dist/config/runtime.d.ts.map +1 -1
  25. package/dist/config/runtime.js.map +1 -1
  26. package/dist/config/types.d.ts +35 -4
  27. package/dist/config/types.d.ts.map +1 -1
  28. package/dist/index.d.ts +3 -1
  29. package/dist/index.d.ts.map +1 -1
  30. package/dist/index.js +1 -0
  31. package/dist/index.js.map +1 -1
  32. package/dist/media/usage-sync.d.ts +37 -0
  33. package/dist/media/usage-sync.d.ts.map +1 -0
  34. package/dist/media/usage-sync.js +234 -0
  35. package/dist/media/usage-sync.js.map +1 -0
  36. package/dist/realtime/comments.d.ts +1 -1
  37. package/dist/realtime/comments.js +1 -1
  38. package/dist/realtime/notifications.d.ts +1 -1
  39. package/dist/realtime/notifications.js +1 -1
  40. package/dist/realtime/persistence.d.ts +1 -1
  41. package/dist/search/index.d.ts.map +1 -1
  42. package/dist/search/index.js +58 -35
  43. package/dist/search/index.js.map +1 -1
  44. package/generated/browser.ts +229 -0
  45. package/generated/client.ts +253 -0
  46. package/generated/commonInputTypes.ts +1024 -0
  47. package/generated/enums.ts +211 -0
  48. package/generated/internal/class.ts +547 -0
  49. package/generated/internal/prismaNamespace.ts +4596 -0
  50. package/generated/internal/prismaNamespaceBrowser.ts +1188 -0
  51. package/generated/models/AiCrawlerHit.ts +1275 -0
  52. package/generated/models/ApiKey.ts +1559 -0
  53. package/generated/models/ApiRequestMetric.ts +1390 -0
  54. package/generated/models/AuditLog.ts +1215 -0
  55. package/generated/models/BackupRecord.ts +1259 -0
  56. package/generated/models/ContentIssue.ts +1496 -0
  57. package/generated/models/ContentLock.ts +1481 -0
  58. package/generated/models/ContentTemplate.ts +1425 -0
  59. package/generated/models/Document.ts +3486 -0
  60. package/generated/models/Folder.ts +1905 -0
  61. package/generated/models/FormSchemaVersion.ts +1265 -0
  62. package/generated/models/FormSubmission.ts +2105 -0
  63. package/generated/models/FormSubmissionFile.ts +1615 -0
  64. package/generated/models/FormWebhook.ts +1371 -0
  65. package/generated/models/InAppNotification.ts +1466 -0
  66. package/generated/models/Invite.ts +1393 -0
  67. package/generated/models/Media.ts +2887 -0
  68. package/generated/models/MediaUsage.ts +1488 -0
  69. package/generated/models/OAuthAccount.ts +1472 -0
  70. package/generated/models/PageTemplate.ts +1271 -0
  71. package/generated/models/PasswordResetToken.ts +1396 -0
  72. package/generated/models/Redirect.ts +1501 -0
  73. package/generated/models/Redirect404Hit.ts +1266 -0
  74. package/generated/models/RedirectSuggestion.ts +1344 -0
  75. package/generated/models/SavedSection.ts +1315 -0
  76. package/generated/models/ScriptTag.ts +1453 -0
  77. package/generated/models/SeoAuditRun.ts +1745 -0
  78. package/generated/models/SeoIssue.ts +2047 -0
  79. package/generated/models/Session.ts +1501 -0
  80. package/generated/models/Site.ts +1215 -0
  81. package/generated/models/User.ts +4558 -0
  82. package/generated/models/Version.ts +1520 -0
  83. package/generated/models/WebhookDeliveryLog.ts +1656 -0
  84. package/generated/models/WebhookEndpoint.ts +1433 -0
  85. package/generated/models/WorkflowState.ts +1523 -0
  86. package/generated/models.ts +46 -0
  87. package/package.json +10 -3
  88. package/{prisma → schema-fragments}/cms-schema.prisma +15 -2
@@ -0,0 +1,2047 @@
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 `SeoIssue` 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 SeoIssue
17
+ * A single SEO problem detected by an audit run. `issueKey` is a stable
18
+ * hash of (type + entityId/url) used to carry status across runs so a
19
+ * resolved/ignored issue stays resolved/ignored when re-detected.
20
+ */
21
+ export type SeoIssueModel = runtime.Types.Result.DefaultSelection<Prisma.$SeoIssuePayload>
22
+
23
+ export type AggregateSeoIssue = {
24
+ _count: SeoIssueCountAggregateOutputType | null
25
+ _min: SeoIssueMinAggregateOutputType | null
26
+ _max: SeoIssueMaxAggregateOutputType | null
27
+ }
28
+
29
+ export type SeoIssueMinAggregateOutputType = {
30
+ id: string | null
31
+ auditRunId: string | null
32
+ issueKey: string | null
33
+ entityType: string | null
34
+ entityId: string | null
35
+ entityTitle: string | null
36
+ url: string | null
37
+ severity: $Enums.SeoIssueSeverity | null
38
+ category: $Enums.SeoIssueCategory | null
39
+ type: string | null
40
+ title: string | null
41
+ description: string | null
42
+ impact: string | null
43
+ recommendation: string | null
44
+ status: $Enums.SeoIssueStatus | null
45
+ fixable: boolean | null
46
+ fixActionType: string | null
47
+ source: string | null
48
+ firstDetectedAt: Date | null
49
+ lastDetectedAt: Date | null
50
+ resolvedAt: Date | null
51
+ resolvedById: string | null
52
+ }
53
+
54
+ export type SeoIssueMaxAggregateOutputType = {
55
+ id: string | null
56
+ auditRunId: string | null
57
+ issueKey: string | null
58
+ entityType: string | null
59
+ entityId: string | null
60
+ entityTitle: string | null
61
+ url: string | null
62
+ severity: $Enums.SeoIssueSeverity | null
63
+ category: $Enums.SeoIssueCategory | null
64
+ type: string | null
65
+ title: string | null
66
+ description: string | null
67
+ impact: string | null
68
+ recommendation: string | null
69
+ status: $Enums.SeoIssueStatus | null
70
+ fixable: boolean | null
71
+ fixActionType: string | null
72
+ source: string | null
73
+ firstDetectedAt: Date | null
74
+ lastDetectedAt: Date | null
75
+ resolvedAt: Date | null
76
+ resolvedById: string | null
77
+ }
78
+
79
+ export type SeoIssueCountAggregateOutputType = {
80
+ id: number
81
+ auditRunId: number
82
+ issueKey: number
83
+ entityType: number
84
+ entityId: number
85
+ entityTitle: number
86
+ url: number
87
+ severity: number
88
+ category: number
89
+ type: number
90
+ title: number
91
+ description: number
92
+ impact: number
93
+ recommendation: number
94
+ status: number
95
+ fixable: number
96
+ fixActionType: number
97
+ relatedEntityIds: number
98
+ source: number
99
+ firstDetectedAt: number
100
+ lastDetectedAt: number
101
+ resolvedAt: number
102
+ resolvedById: number
103
+ metadata: number
104
+ _all: number
105
+ }
106
+
107
+
108
+ export type SeoIssueMinAggregateInputType = {
109
+ id?: true
110
+ auditRunId?: true
111
+ issueKey?: true
112
+ entityType?: true
113
+ entityId?: true
114
+ entityTitle?: true
115
+ url?: true
116
+ severity?: true
117
+ category?: true
118
+ type?: true
119
+ title?: true
120
+ description?: true
121
+ impact?: true
122
+ recommendation?: true
123
+ status?: true
124
+ fixable?: true
125
+ fixActionType?: true
126
+ source?: true
127
+ firstDetectedAt?: true
128
+ lastDetectedAt?: true
129
+ resolvedAt?: true
130
+ resolvedById?: true
131
+ }
132
+
133
+ export type SeoIssueMaxAggregateInputType = {
134
+ id?: true
135
+ auditRunId?: true
136
+ issueKey?: true
137
+ entityType?: true
138
+ entityId?: true
139
+ entityTitle?: true
140
+ url?: true
141
+ severity?: true
142
+ category?: true
143
+ type?: true
144
+ title?: true
145
+ description?: true
146
+ impact?: true
147
+ recommendation?: true
148
+ status?: true
149
+ fixable?: true
150
+ fixActionType?: true
151
+ source?: true
152
+ firstDetectedAt?: true
153
+ lastDetectedAt?: true
154
+ resolvedAt?: true
155
+ resolvedById?: true
156
+ }
157
+
158
+ export type SeoIssueCountAggregateInputType = {
159
+ id?: true
160
+ auditRunId?: true
161
+ issueKey?: true
162
+ entityType?: true
163
+ entityId?: true
164
+ entityTitle?: true
165
+ url?: true
166
+ severity?: true
167
+ category?: true
168
+ type?: true
169
+ title?: true
170
+ description?: true
171
+ impact?: true
172
+ recommendation?: true
173
+ status?: true
174
+ fixable?: true
175
+ fixActionType?: true
176
+ relatedEntityIds?: true
177
+ source?: true
178
+ firstDetectedAt?: true
179
+ lastDetectedAt?: true
180
+ resolvedAt?: true
181
+ resolvedById?: true
182
+ metadata?: true
183
+ _all?: true
184
+ }
185
+
186
+ export type SeoIssueAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
187
+ /**
188
+ * Filter which SeoIssue to aggregate.
189
+ */
190
+ where?: Prisma.SeoIssueWhereInput
191
+ /**
192
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
193
+ *
194
+ * Determine the order of SeoIssues to fetch.
195
+ */
196
+ orderBy?: Prisma.SeoIssueOrderByWithRelationInput | Prisma.SeoIssueOrderByWithRelationInput[]
197
+ /**
198
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
199
+ *
200
+ * Sets the start position
201
+ */
202
+ cursor?: Prisma.SeoIssueWhereUniqueInput
203
+ /**
204
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
205
+ *
206
+ * Take `±n` SeoIssues from the position of the cursor.
207
+ */
208
+ take?: number
209
+ /**
210
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
211
+ *
212
+ * Skip the first `n` SeoIssues.
213
+ */
214
+ skip?: number
215
+ /**
216
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
217
+ *
218
+ * Count returned SeoIssues
219
+ **/
220
+ _count?: true | SeoIssueCountAggregateInputType
221
+ /**
222
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
223
+ *
224
+ * Select which fields to find the minimum value
225
+ **/
226
+ _min?: SeoIssueMinAggregateInputType
227
+ /**
228
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
229
+ *
230
+ * Select which fields to find the maximum value
231
+ **/
232
+ _max?: SeoIssueMaxAggregateInputType
233
+ }
234
+
235
+ export type GetSeoIssueAggregateType<T extends SeoIssueAggregateArgs> = {
236
+ [P in keyof T & keyof AggregateSeoIssue]: P extends '_count' | 'count'
237
+ ? T[P] extends true
238
+ ? number
239
+ : Prisma.GetScalarType<T[P], AggregateSeoIssue[P]>
240
+ : Prisma.GetScalarType<T[P], AggregateSeoIssue[P]>
241
+ }
242
+
243
+
244
+
245
+
246
+ export type SeoIssueGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
247
+ where?: Prisma.SeoIssueWhereInput
248
+ orderBy?: Prisma.SeoIssueOrderByWithAggregationInput | Prisma.SeoIssueOrderByWithAggregationInput[]
249
+ by: Prisma.SeoIssueScalarFieldEnum[] | Prisma.SeoIssueScalarFieldEnum
250
+ having?: Prisma.SeoIssueScalarWhereWithAggregatesInput
251
+ take?: number
252
+ skip?: number
253
+ _count?: SeoIssueCountAggregateInputType | true
254
+ _min?: SeoIssueMinAggregateInputType
255
+ _max?: SeoIssueMaxAggregateInputType
256
+ }
257
+
258
+ export type SeoIssueGroupByOutputType = {
259
+ id: string
260
+ auditRunId: string | null
261
+ issueKey: string
262
+ entityType: string | null
263
+ entityId: string | null
264
+ entityTitle: string | null
265
+ url: string | null
266
+ severity: $Enums.SeoIssueSeverity
267
+ category: $Enums.SeoIssueCategory
268
+ type: string
269
+ title: string
270
+ description: string | null
271
+ impact: string | null
272
+ recommendation: string | null
273
+ status: $Enums.SeoIssueStatus
274
+ fixable: boolean
275
+ fixActionType: string | null
276
+ relatedEntityIds: runtime.JsonValue | null
277
+ source: string
278
+ firstDetectedAt: Date
279
+ lastDetectedAt: Date
280
+ resolvedAt: Date | null
281
+ resolvedById: string | null
282
+ metadata: runtime.JsonValue | null
283
+ _count: SeoIssueCountAggregateOutputType | null
284
+ _min: SeoIssueMinAggregateOutputType | null
285
+ _max: SeoIssueMaxAggregateOutputType | null
286
+ }
287
+
288
+ export type GetSeoIssueGroupByPayload<T extends SeoIssueGroupByArgs> = Prisma.PrismaPromise<
289
+ Array<
290
+ Prisma.PickEnumerable<SeoIssueGroupByOutputType, T['by']> &
291
+ {
292
+ [P in ((keyof T) & (keyof SeoIssueGroupByOutputType))]: P extends '_count'
293
+ ? T[P] extends boolean
294
+ ? number
295
+ : Prisma.GetScalarType<T[P], SeoIssueGroupByOutputType[P]>
296
+ : Prisma.GetScalarType<T[P], SeoIssueGroupByOutputType[P]>
297
+ }
298
+ >
299
+ >
300
+
301
+
302
+
303
+ export type SeoIssueWhereInput = {
304
+ AND?: Prisma.SeoIssueWhereInput | Prisma.SeoIssueWhereInput[]
305
+ OR?: Prisma.SeoIssueWhereInput[]
306
+ NOT?: Prisma.SeoIssueWhereInput | Prisma.SeoIssueWhereInput[]
307
+ id?: Prisma.StringFilter<"SeoIssue"> | string
308
+ auditRunId?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
309
+ issueKey?: Prisma.StringFilter<"SeoIssue"> | string
310
+ entityType?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
311
+ entityId?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
312
+ entityTitle?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
313
+ url?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
314
+ severity?: Prisma.EnumSeoIssueSeverityFilter<"SeoIssue"> | $Enums.SeoIssueSeverity
315
+ category?: Prisma.EnumSeoIssueCategoryFilter<"SeoIssue"> | $Enums.SeoIssueCategory
316
+ type?: Prisma.StringFilter<"SeoIssue"> | string
317
+ title?: Prisma.StringFilter<"SeoIssue"> | string
318
+ description?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
319
+ impact?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
320
+ recommendation?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
321
+ status?: Prisma.EnumSeoIssueStatusFilter<"SeoIssue"> | $Enums.SeoIssueStatus
322
+ fixable?: Prisma.BoolFilter<"SeoIssue"> | boolean
323
+ fixActionType?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
324
+ relatedEntityIds?: Prisma.JsonNullableFilter<"SeoIssue">
325
+ source?: Prisma.StringFilter<"SeoIssue"> | string
326
+ firstDetectedAt?: Prisma.DateTimeFilter<"SeoIssue"> | Date | string
327
+ lastDetectedAt?: Prisma.DateTimeFilter<"SeoIssue"> | Date | string
328
+ resolvedAt?: Prisma.DateTimeNullableFilter<"SeoIssue"> | Date | string | null
329
+ resolvedById?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
330
+ metadata?: Prisma.JsonNullableFilter<"SeoIssue">
331
+ auditRun?: Prisma.XOR<Prisma.SeoAuditRunNullableScalarRelationFilter, Prisma.SeoAuditRunWhereInput> | null
332
+ }
333
+
334
+ export type SeoIssueOrderByWithRelationInput = {
335
+ id?: Prisma.SortOrder
336
+ auditRunId?: Prisma.SortOrderInput | Prisma.SortOrder
337
+ issueKey?: Prisma.SortOrder
338
+ entityType?: Prisma.SortOrderInput | Prisma.SortOrder
339
+ entityId?: Prisma.SortOrderInput | Prisma.SortOrder
340
+ entityTitle?: Prisma.SortOrderInput | Prisma.SortOrder
341
+ url?: Prisma.SortOrderInput | Prisma.SortOrder
342
+ severity?: Prisma.SortOrder
343
+ category?: Prisma.SortOrder
344
+ type?: Prisma.SortOrder
345
+ title?: Prisma.SortOrder
346
+ description?: Prisma.SortOrderInput | Prisma.SortOrder
347
+ impact?: Prisma.SortOrderInput | Prisma.SortOrder
348
+ recommendation?: Prisma.SortOrderInput | Prisma.SortOrder
349
+ status?: Prisma.SortOrder
350
+ fixable?: Prisma.SortOrder
351
+ fixActionType?: Prisma.SortOrderInput | Prisma.SortOrder
352
+ relatedEntityIds?: Prisma.SortOrderInput | Prisma.SortOrder
353
+ source?: Prisma.SortOrder
354
+ firstDetectedAt?: Prisma.SortOrder
355
+ lastDetectedAt?: Prisma.SortOrder
356
+ resolvedAt?: Prisma.SortOrderInput | Prisma.SortOrder
357
+ resolvedById?: Prisma.SortOrderInput | Prisma.SortOrder
358
+ metadata?: Prisma.SortOrderInput | Prisma.SortOrder
359
+ auditRun?: Prisma.SeoAuditRunOrderByWithRelationInput
360
+ _relevance?: Prisma.SeoIssueOrderByRelevanceInput
361
+ }
362
+
363
+ export type SeoIssueWhereUniqueInput = Prisma.AtLeast<{
364
+ id?: string
365
+ AND?: Prisma.SeoIssueWhereInput | Prisma.SeoIssueWhereInput[]
366
+ OR?: Prisma.SeoIssueWhereInput[]
367
+ NOT?: Prisma.SeoIssueWhereInput | Prisma.SeoIssueWhereInput[]
368
+ auditRunId?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
369
+ issueKey?: Prisma.StringFilter<"SeoIssue"> | string
370
+ entityType?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
371
+ entityId?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
372
+ entityTitle?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
373
+ url?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
374
+ severity?: Prisma.EnumSeoIssueSeverityFilter<"SeoIssue"> | $Enums.SeoIssueSeverity
375
+ category?: Prisma.EnumSeoIssueCategoryFilter<"SeoIssue"> | $Enums.SeoIssueCategory
376
+ type?: Prisma.StringFilter<"SeoIssue"> | string
377
+ title?: Prisma.StringFilter<"SeoIssue"> | string
378
+ description?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
379
+ impact?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
380
+ recommendation?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
381
+ status?: Prisma.EnumSeoIssueStatusFilter<"SeoIssue"> | $Enums.SeoIssueStatus
382
+ fixable?: Prisma.BoolFilter<"SeoIssue"> | boolean
383
+ fixActionType?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
384
+ relatedEntityIds?: Prisma.JsonNullableFilter<"SeoIssue">
385
+ source?: Prisma.StringFilter<"SeoIssue"> | string
386
+ firstDetectedAt?: Prisma.DateTimeFilter<"SeoIssue"> | Date | string
387
+ lastDetectedAt?: Prisma.DateTimeFilter<"SeoIssue"> | Date | string
388
+ resolvedAt?: Prisma.DateTimeNullableFilter<"SeoIssue"> | Date | string | null
389
+ resolvedById?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
390
+ metadata?: Prisma.JsonNullableFilter<"SeoIssue">
391
+ auditRun?: Prisma.XOR<Prisma.SeoAuditRunNullableScalarRelationFilter, Prisma.SeoAuditRunWhereInput> | null
392
+ }, "id">
393
+
394
+ export type SeoIssueOrderByWithAggregationInput = {
395
+ id?: Prisma.SortOrder
396
+ auditRunId?: Prisma.SortOrderInput | Prisma.SortOrder
397
+ issueKey?: Prisma.SortOrder
398
+ entityType?: Prisma.SortOrderInput | Prisma.SortOrder
399
+ entityId?: Prisma.SortOrderInput | Prisma.SortOrder
400
+ entityTitle?: Prisma.SortOrderInput | Prisma.SortOrder
401
+ url?: Prisma.SortOrderInput | Prisma.SortOrder
402
+ severity?: Prisma.SortOrder
403
+ category?: Prisma.SortOrder
404
+ type?: Prisma.SortOrder
405
+ title?: Prisma.SortOrder
406
+ description?: Prisma.SortOrderInput | Prisma.SortOrder
407
+ impact?: Prisma.SortOrderInput | Prisma.SortOrder
408
+ recommendation?: Prisma.SortOrderInput | Prisma.SortOrder
409
+ status?: Prisma.SortOrder
410
+ fixable?: Prisma.SortOrder
411
+ fixActionType?: Prisma.SortOrderInput | Prisma.SortOrder
412
+ relatedEntityIds?: Prisma.SortOrderInput | Prisma.SortOrder
413
+ source?: Prisma.SortOrder
414
+ firstDetectedAt?: Prisma.SortOrder
415
+ lastDetectedAt?: Prisma.SortOrder
416
+ resolvedAt?: Prisma.SortOrderInput | Prisma.SortOrder
417
+ resolvedById?: Prisma.SortOrderInput | Prisma.SortOrder
418
+ metadata?: Prisma.SortOrderInput | Prisma.SortOrder
419
+ _count?: Prisma.SeoIssueCountOrderByAggregateInput
420
+ _max?: Prisma.SeoIssueMaxOrderByAggregateInput
421
+ _min?: Prisma.SeoIssueMinOrderByAggregateInput
422
+ }
423
+
424
+ export type SeoIssueScalarWhereWithAggregatesInput = {
425
+ AND?: Prisma.SeoIssueScalarWhereWithAggregatesInput | Prisma.SeoIssueScalarWhereWithAggregatesInput[]
426
+ OR?: Prisma.SeoIssueScalarWhereWithAggregatesInput[]
427
+ NOT?: Prisma.SeoIssueScalarWhereWithAggregatesInput | Prisma.SeoIssueScalarWhereWithAggregatesInput[]
428
+ id?: Prisma.StringWithAggregatesFilter<"SeoIssue"> | string
429
+ auditRunId?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
430
+ issueKey?: Prisma.StringWithAggregatesFilter<"SeoIssue"> | string
431
+ entityType?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
432
+ entityId?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
433
+ entityTitle?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
434
+ url?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
435
+ severity?: Prisma.EnumSeoIssueSeverityWithAggregatesFilter<"SeoIssue"> | $Enums.SeoIssueSeverity
436
+ category?: Prisma.EnumSeoIssueCategoryWithAggregatesFilter<"SeoIssue"> | $Enums.SeoIssueCategory
437
+ type?: Prisma.StringWithAggregatesFilter<"SeoIssue"> | string
438
+ title?: Prisma.StringWithAggregatesFilter<"SeoIssue"> | string
439
+ description?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
440
+ impact?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
441
+ recommendation?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
442
+ status?: Prisma.EnumSeoIssueStatusWithAggregatesFilter<"SeoIssue"> | $Enums.SeoIssueStatus
443
+ fixable?: Prisma.BoolWithAggregatesFilter<"SeoIssue"> | boolean
444
+ fixActionType?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
445
+ relatedEntityIds?: Prisma.JsonNullableWithAggregatesFilter<"SeoIssue">
446
+ source?: Prisma.StringWithAggregatesFilter<"SeoIssue"> | string
447
+ firstDetectedAt?: Prisma.DateTimeWithAggregatesFilter<"SeoIssue"> | Date | string
448
+ lastDetectedAt?: Prisma.DateTimeWithAggregatesFilter<"SeoIssue"> | Date | string
449
+ resolvedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"SeoIssue"> | Date | string | null
450
+ resolvedById?: Prisma.StringNullableWithAggregatesFilter<"SeoIssue"> | string | null
451
+ metadata?: Prisma.JsonNullableWithAggregatesFilter<"SeoIssue">
452
+ }
453
+
454
+ export type SeoIssueCreateInput = {
455
+ id?: string
456
+ issueKey: string
457
+ entityType?: string | null
458
+ entityId?: string | null
459
+ entityTitle?: string | null
460
+ url?: string | null
461
+ severity: $Enums.SeoIssueSeverity
462
+ category: $Enums.SeoIssueCategory
463
+ type: string
464
+ title: string
465
+ description?: string | null
466
+ impact?: string | null
467
+ recommendation?: string | null
468
+ status?: $Enums.SeoIssueStatus
469
+ fixable?: boolean
470
+ fixActionType?: string | null
471
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
472
+ source?: string
473
+ firstDetectedAt?: Date | string
474
+ lastDetectedAt?: Date | string
475
+ resolvedAt?: Date | string | null
476
+ resolvedById?: string | null
477
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
478
+ auditRun?: Prisma.SeoAuditRunCreateNestedOneWithoutIssuesInput
479
+ }
480
+
481
+ export type SeoIssueUncheckedCreateInput = {
482
+ id?: string
483
+ auditRunId?: string | null
484
+ issueKey: string
485
+ entityType?: string | null
486
+ entityId?: string | null
487
+ entityTitle?: string | null
488
+ url?: string | null
489
+ severity: $Enums.SeoIssueSeverity
490
+ category: $Enums.SeoIssueCategory
491
+ type: string
492
+ title: string
493
+ description?: string | null
494
+ impact?: string | null
495
+ recommendation?: string | null
496
+ status?: $Enums.SeoIssueStatus
497
+ fixable?: boolean
498
+ fixActionType?: string | null
499
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
500
+ source?: string
501
+ firstDetectedAt?: Date | string
502
+ lastDetectedAt?: Date | string
503
+ resolvedAt?: Date | string | null
504
+ resolvedById?: string | null
505
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
506
+ }
507
+
508
+ export type SeoIssueUpdateInput = {
509
+ id?: Prisma.StringFieldUpdateOperationsInput | string
510
+ issueKey?: Prisma.StringFieldUpdateOperationsInput | string
511
+ entityType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
512
+ entityId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
513
+ entityTitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
514
+ url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
515
+ severity?: Prisma.EnumSeoIssueSeverityFieldUpdateOperationsInput | $Enums.SeoIssueSeverity
516
+ category?: Prisma.EnumSeoIssueCategoryFieldUpdateOperationsInput | $Enums.SeoIssueCategory
517
+ type?: Prisma.StringFieldUpdateOperationsInput | string
518
+ title?: Prisma.StringFieldUpdateOperationsInput | string
519
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
520
+ impact?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
521
+ recommendation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
522
+ status?: Prisma.EnumSeoIssueStatusFieldUpdateOperationsInput | $Enums.SeoIssueStatus
523
+ fixable?: Prisma.BoolFieldUpdateOperationsInput | boolean
524
+ fixActionType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
525
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
526
+ source?: Prisma.StringFieldUpdateOperationsInput | string
527
+ firstDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
528
+ lastDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
529
+ resolvedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
530
+ resolvedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
531
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
532
+ auditRun?: Prisma.SeoAuditRunUpdateOneWithoutIssuesNestedInput
533
+ }
534
+
535
+ export type SeoIssueUncheckedUpdateInput = {
536
+ id?: Prisma.StringFieldUpdateOperationsInput | string
537
+ auditRunId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
538
+ issueKey?: Prisma.StringFieldUpdateOperationsInput | string
539
+ entityType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
540
+ entityId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
541
+ entityTitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
542
+ url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
543
+ severity?: Prisma.EnumSeoIssueSeverityFieldUpdateOperationsInput | $Enums.SeoIssueSeverity
544
+ category?: Prisma.EnumSeoIssueCategoryFieldUpdateOperationsInput | $Enums.SeoIssueCategory
545
+ type?: Prisma.StringFieldUpdateOperationsInput | string
546
+ title?: Prisma.StringFieldUpdateOperationsInput | string
547
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
548
+ impact?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
549
+ recommendation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
550
+ status?: Prisma.EnumSeoIssueStatusFieldUpdateOperationsInput | $Enums.SeoIssueStatus
551
+ fixable?: Prisma.BoolFieldUpdateOperationsInput | boolean
552
+ fixActionType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
553
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
554
+ source?: Prisma.StringFieldUpdateOperationsInput | string
555
+ firstDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
556
+ lastDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
557
+ resolvedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
558
+ resolvedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
559
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
560
+ }
561
+
562
+ export type SeoIssueCreateManyInput = {
563
+ id?: string
564
+ auditRunId?: string | null
565
+ issueKey: string
566
+ entityType?: string | null
567
+ entityId?: string | null
568
+ entityTitle?: string | null
569
+ url?: string | null
570
+ severity: $Enums.SeoIssueSeverity
571
+ category: $Enums.SeoIssueCategory
572
+ type: string
573
+ title: string
574
+ description?: string | null
575
+ impact?: string | null
576
+ recommendation?: string | null
577
+ status?: $Enums.SeoIssueStatus
578
+ fixable?: boolean
579
+ fixActionType?: string | null
580
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
581
+ source?: string
582
+ firstDetectedAt?: Date | string
583
+ lastDetectedAt?: Date | string
584
+ resolvedAt?: Date | string | null
585
+ resolvedById?: string | null
586
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
587
+ }
588
+
589
+ export type SeoIssueUpdateManyMutationInput = {
590
+ id?: Prisma.StringFieldUpdateOperationsInput | string
591
+ issueKey?: Prisma.StringFieldUpdateOperationsInput | string
592
+ entityType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
593
+ entityId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
594
+ entityTitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
595
+ url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
596
+ severity?: Prisma.EnumSeoIssueSeverityFieldUpdateOperationsInput | $Enums.SeoIssueSeverity
597
+ category?: Prisma.EnumSeoIssueCategoryFieldUpdateOperationsInput | $Enums.SeoIssueCategory
598
+ type?: Prisma.StringFieldUpdateOperationsInput | string
599
+ title?: Prisma.StringFieldUpdateOperationsInput | string
600
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
601
+ impact?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
602
+ recommendation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
603
+ status?: Prisma.EnumSeoIssueStatusFieldUpdateOperationsInput | $Enums.SeoIssueStatus
604
+ fixable?: Prisma.BoolFieldUpdateOperationsInput | boolean
605
+ fixActionType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
606
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
607
+ source?: Prisma.StringFieldUpdateOperationsInput | string
608
+ firstDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
609
+ lastDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
610
+ resolvedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
611
+ resolvedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
612
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
613
+ }
614
+
615
+ export type SeoIssueUncheckedUpdateManyInput = {
616
+ id?: Prisma.StringFieldUpdateOperationsInput | string
617
+ auditRunId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
618
+ issueKey?: Prisma.StringFieldUpdateOperationsInput | string
619
+ entityType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
620
+ entityId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
621
+ entityTitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
622
+ url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
623
+ severity?: Prisma.EnumSeoIssueSeverityFieldUpdateOperationsInput | $Enums.SeoIssueSeverity
624
+ category?: Prisma.EnumSeoIssueCategoryFieldUpdateOperationsInput | $Enums.SeoIssueCategory
625
+ type?: Prisma.StringFieldUpdateOperationsInput | string
626
+ title?: Prisma.StringFieldUpdateOperationsInput | string
627
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
628
+ impact?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
629
+ recommendation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
630
+ status?: Prisma.EnumSeoIssueStatusFieldUpdateOperationsInput | $Enums.SeoIssueStatus
631
+ fixable?: Prisma.BoolFieldUpdateOperationsInput | boolean
632
+ fixActionType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
633
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
634
+ source?: Prisma.StringFieldUpdateOperationsInput | string
635
+ firstDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
636
+ lastDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
637
+ resolvedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
638
+ resolvedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
639
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
640
+ }
641
+
642
+ export type SeoIssueListRelationFilter = {
643
+ every?: Prisma.SeoIssueWhereInput
644
+ some?: Prisma.SeoIssueWhereInput
645
+ none?: Prisma.SeoIssueWhereInput
646
+ }
647
+
648
+ export type SeoIssueOrderByRelationAggregateInput = {
649
+ _count?: Prisma.SortOrder
650
+ }
651
+
652
+ export type SeoIssueOrderByRelevanceInput = {
653
+ fields: Prisma.SeoIssueOrderByRelevanceFieldEnum | Prisma.SeoIssueOrderByRelevanceFieldEnum[]
654
+ sort: Prisma.SortOrder
655
+ search: string
656
+ }
657
+
658
+ export type SeoIssueCountOrderByAggregateInput = {
659
+ id?: Prisma.SortOrder
660
+ auditRunId?: Prisma.SortOrder
661
+ issueKey?: Prisma.SortOrder
662
+ entityType?: Prisma.SortOrder
663
+ entityId?: Prisma.SortOrder
664
+ entityTitle?: Prisma.SortOrder
665
+ url?: Prisma.SortOrder
666
+ severity?: Prisma.SortOrder
667
+ category?: Prisma.SortOrder
668
+ type?: Prisma.SortOrder
669
+ title?: Prisma.SortOrder
670
+ description?: Prisma.SortOrder
671
+ impact?: Prisma.SortOrder
672
+ recommendation?: Prisma.SortOrder
673
+ status?: Prisma.SortOrder
674
+ fixable?: Prisma.SortOrder
675
+ fixActionType?: Prisma.SortOrder
676
+ relatedEntityIds?: Prisma.SortOrder
677
+ source?: Prisma.SortOrder
678
+ firstDetectedAt?: Prisma.SortOrder
679
+ lastDetectedAt?: Prisma.SortOrder
680
+ resolvedAt?: Prisma.SortOrder
681
+ resolvedById?: Prisma.SortOrder
682
+ metadata?: Prisma.SortOrder
683
+ }
684
+
685
+ export type SeoIssueMaxOrderByAggregateInput = {
686
+ id?: Prisma.SortOrder
687
+ auditRunId?: Prisma.SortOrder
688
+ issueKey?: Prisma.SortOrder
689
+ entityType?: Prisma.SortOrder
690
+ entityId?: Prisma.SortOrder
691
+ entityTitle?: Prisma.SortOrder
692
+ url?: Prisma.SortOrder
693
+ severity?: Prisma.SortOrder
694
+ category?: Prisma.SortOrder
695
+ type?: Prisma.SortOrder
696
+ title?: Prisma.SortOrder
697
+ description?: Prisma.SortOrder
698
+ impact?: Prisma.SortOrder
699
+ recommendation?: Prisma.SortOrder
700
+ status?: Prisma.SortOrder
701
+ fixable?: Prisma.SortOrder
702
+ fixActionType?: Prisma.SortOrder
703
+ source?: Prisma.SortOrder
704
+ firstDetectedAt?: Prisma.SortOrder
705
+ lastDetectedAt?: Prisma.SortOrder
706
+ resolvedAt?: Prisma.SortOrder
707
+ resolvedById?: Prisma.SortOrder
708
+ }
709
+
710
+ export type SeoIssueMinOrderByAggregateInput = {
711
+ id?: Prisma.SortOrder
712
+ auditRunId?: Prisma.SortOrder
713
+ issueKey?: Prisma.SortOrder
714
+ entityType?: Prisma.SortOrder
715
+ entityId?: Prisma.SortOrder
716
+ entityTitle?: Prisma.SortOrder
717
+ url?: Prisma.SortOrder
718
+ severity?: Prisma.SortOrder
719
+ category?: Prisma.SortOrder
720
+ type?: Prisma.SortOrder
721
+ title?: Prisma.SortOrder
722
+ description?: Prisma.SortOrder
723
+ impact?: Prisma.SortOrder
724
+ recommendation?: Prisma.SortOrder
725
+ status?: Prisma.SortOrder
726
+ fixable?: Prisma.SortOrder
727
+ fixActionType?: Prisma.SortOrder
728
+ source?: Prisma.SortOrder
729
+ firstDetectedAt?: Prisma.SortOrder
730
+ lastDetectedAt?: Prisma.SortOrder
731
+ resolvedAt?: Prisma.SortOrder
732
+ resolvedById?: Prisma.SortOrder
733
+ }
734
+
735
+ export type SeoIssueCreateNestedManyWithoutAuditRunInput = {
736
+ create?: Prisma.XOR<Prisma.SeoIssueCreateWithoutAuditRunInput, Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput> | Prisma.SeoIssueCreateWithoutAuditRunInput[] | Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput[]
737
+ connectOrCreate?: Prisma.SeoIssueCreateOrConnectWithoutAuditRunInput | Prisma.SeoIssueCreateOrConnectWithoutAuditRunInput[]
738
+ createMany?: Prisma.SeoIssueCreateManyAuditRunInputEnvelope
739
+ connect?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
740
+ }
741
+
742
+ export type SeoIssueUncheckedCreateNestedManyWithoutAuditRunInput = {
743
+ create?: Prisma.XOR<Prisma.SeoIssueCreateWithoutAuditRunInput, Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput> | Prisma.SeoIssueCreateWithoutAuditRunInput[] | Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput[]
744
+ connectOrCreate?: Prisma.SeoIssueCreateOrConnectWithoutAuditRunInput | Prisma.SeoIssueCreateOrConnectWithoutAuditRunInput[]
745
+ createMany?: Prisma.SeoIssueCreateManyAuditRunInputEnvelope
746
+ connect?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
747
+ }
748
+
749
+ export type SeoIssueUpdateManyWithoutAuditRunNestedInput = {
750
+ create?: Prisma.XOR<Prisma.SeoIssueCreateWithoutAuditRunInput, Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput> | Prisma.SeoIssueCreateWithoutAuditRunInput[] | Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput[]
751
+ connectOrCreate?: Prisma.SeoIssueCreateOrConnectWithoutAuditRunInput | Prisma.SeoIssueCreateOrConnectWithoutAuditRunInput[]
752
+ upsert?: Prisma.SeoIssueUpsertWithWhereUniqueWithoutAuditRunInput | Prisma.SeoIssueUpsertWithWhereUniqueWithoutAuditRunInput[]
753
+ createMany?: Prisma.SeoIssueCreateManyAuditRunInputEnvelope
754
+ set?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
755
+ disconnect?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
756
+ delete?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
757
+ connect?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
758
+ update?: Prisma.SeoIssueUpdateWithWhereUniqueWithoutAuditRunInput | Prisma.SeoIssueUpdateWithWhereUniqueWithoutAuditRunInput[]
759
+ updateMany?: Prisma.SeoIssueUpdateManyWithWhereWithoutAuditRunInput | Prisma.SeoIssueUpdateManyWithWhereWithoutAuditRunInput[]
760
+ deleteMany?: Prisma.SeoIssueScalarWhereInput | Prisma.SeoIssueScalarWhereInput[]
761
+ }
762
+
763
+ export type SeoIssueUncheckedUpdateManyWithoutAuditRunNestedInput = {
764
+ create?: Prisma.XOR<Prisma.SeoIssueCreateWithoutAuditRunInput, Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput> | Prisma.SeoIssueCreateWithoutAuditRunInput[] | Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput[]
765
+ connectOrCreate?: Prisma.SeoIssueCreateOrConnectWithoutAuditRunInput | Prisma.SeoIssueCreateOrConnectWithoutAuditRunInput[]
766
+ upsert?: Prisma.SeoIssueUpsertWithWhereUniqueWithoutAuditRunInput | Prisma.SeoIssueUpsertWithWhereUniqueWithoutAuditRunInput[]
767
+ createMany?: Prisma.SeoIssueCreateManyAuditRunInputEnvelope
768
+ set?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
769
+ disconnect?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
770
+ delete?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
771
+ connect?: Prisma.SeoIssueWhereUniqueInput | Prisma.SeoIssueWhereUniqueInput[]
772
+ update?: Prisma.SeoIssueUpdateWithWhereUniqueWithoutAuditRunInput | Prisma.SeoIssueUpdateWithWhereUniqueWithoutAuditRunInput[]
773
+ updateMany?: Prisma.SeoIssueUpdateManyWithWhereWithoutAuditRunInput | Prisma.SeoIssueUpdateManyWithWhereWithoutAuditRunInput[]
774
+ deleteMany?: Prisma.SeoIssueScalarWhereInput | Prisma.SeoIssueScalarWhereInput[]
775
+ }
776
+
777
+ export type EnumSeoIssueSeverityFieldUpdateOperationsInput = {
778
+ set?: $Enums.SeoIssueSeverity
779
+ }
780
+
781
+ export type EnumSeoIssueCategoryFieldUpdateOperationsInput = {
782
+ set?: $Enums.SeoIssueCategory
783
+ }
784
+
785
+ export type EnumSeoIssueStatusFieldUpdateOperationsInput = {
786
+ set?: $Enums.SeoIssueStatus
787
+ }
788
+
789
+ export type SeoIssueCreateWithoutAuditRunInput = {
790
+ id?: string
791
+ issueKey: string
792
+ entityType?: string | null
793
+ entityId?: string | null
794
+ entityTitle?: string | null
795
+ url?: string | null
796
+ severity: $Enums.SeoIssueSeverity
797
+ category: $Enums.SeoIssueCategory
798
+ type: string
799
+ title: string
800
+ description?: string | null
801
+ impact?: string | null
802
+ recommendation?: string | null
803
+ status?: $Enums.SeoIssueStatus
804
+ fixable?: boolean
805
+ fixActionType?: string | null
806
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
807
+ source?: string
808
+ firstDetectedAt?: Date | string
809
+ lastDetectedAt?: Date | string
810
+ resolvedAt?: Date | string | null
811
+ resolvedById?: string | null
812
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
813
+ }
814
+
815
+ export type SeoIssueUncheckedCreateWithoutAuditRunInput = {
816
+ id?: string
817
+ issueKey: string
818
+ entityType?: string | null
819
+ entityId?: string | null
820
+ entityTitle?: string | null
821
+ url?: string | null
822
+ severity: $Enums.SeoIssueSeverity
823
+ category: $Enums.SeoIssueCategory
824
+ type: string
825
+ title: string
826
+ description?: string | null
827
+ impact?: string | null
828
+ recommendation?: string | null
829
+ status?: $Enums.SeoIssueStatus
830
+ fixable?: boolean
831
+ fixActionType?: string | null
832
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
833
+ source?: string
834
+ firstDetectedAt?: Date | string
835
+ lastDetectedAt?: Date | string
836
+ resolvedAt?: Date | string | null
837
+ resolvedById?: string | null
838
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
839
+ }
840
+
841
+ export type SeoIssueCreateOrConnectWithoutAuditRunInput = {
842
+ where: Prisma.SeoIssueWhereUniqueInput
843
+ create: Prisma.XOR<Prisma.SeoIssueCreateWithoutAuditRunInput, Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput>
844
+ }
845
+
846
+ export type SeoIssueCreateManyAuditRunInputEnvelope = {
847
+ data: Prisma.SeoIssueCreateManyAuditRunInput | Prisma.SeoIssueCreateManyAuditRunInput[]
848
+ skipDuplicates?: boolean
849
+ }
850
+
851
+ export type SeoIssueUpsertWithWhereUniqueWithoutAuditRunInput = {
852
+ where: Prisma.SeoIssueWhereUniqueInput
853
+ update: Prisma.XOR<Prisma.SeoIssueUpdateWithoutAuditRunInput, Prisma.SeoIssueUncheckedUpdateWithoutAuditRunInput>
854
+ create: Prisma.XOR<Prisma.SeoIssueCreateWithoutAuditRunInput, Prisma.SeoIssueUncheckedCreateWithoutAuditRunInput>
855
+ }
856
+
857
+ export type SeoIssueUpdateWithWhereUniqueWithoutAuditRunInput = {
858
+ where: Prisma.SeoIssueWhereUniqueInput
859
+ data: Prisma.XOR<Prisma.SeoIssueUpdateWithoutAuditRunInput, Prisma.SeoIssueUncheckedUpdateWithoutAuditRunInput>
860
+ }
861
+
862
+ export type SeoIssueUpdateManyWithWhereWithoutAuditRunInput = {
863
+ where: Prisma.SeoIssueScalarWhereInput
864
+ data: Prisma.XOR<Prisma.SeoIssueUpdateManyMutationInput, Prisma.SeoIssueUncheckedUpdateManyWithoutAuditRunInput>
865
+ }
866
+
867
+ export type SeoIssueScalarWhereInput = {
868
+ AND?: Prisma.SeoIssueScalarWhereInput | Prisma.SeoIssueScalarWhereInput[]
869
+ OR?: Prisma.SeoIssueScalarWhereInput[]
870
+ NOT?: Prisma.SeoIssueScalarWhereInput | Prisma.SeoIssueScalarWhereInput[]
871
+ id?: Prisma.StringFilter<"SeoIssue"> | string
872
+ auditRunId?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
873
+ issueKey?: Prisma.StringFilter<"SeoIssue"> | string
874
+ entityType?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
875
+ entityId?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
876
+ entityTitle?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
877
+ url?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
878
+ severity?: Prisma.EnumSeoIssueSeverityFilter<"SeoIssue"> | $Enums.SeoIssueSeverity
879
+ category?: Prisma.EnumSeoIssueCategoryFilter<"SeoIssue"> | $Enums.SeoIssueCategory
880
+ type?: Prisma.StringFilter<"SeoIssue"> | string
881
+ title?: Prisma.StringFilter<"SeoIssue"> | string
882
+ description?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
883
+ impact?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
884
+ recommendation?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
885
+ status?: Prisma.EnumSeoIssueStatusFilter<"SeoIssue"> | $Enums.SeoIssueStatus
886
+ fixable?: Prisma.BoolFilter<"SeoIssue"> | boolean
887
+ fixActionType?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
888
+ relatedEntityIds?: Prisma.JsonNullableFilter<"SeoIssue">
889
+ source?: Prisma.StringFilter<"SeoIssue"> | string
890
+ firstDetectedAt?: Prisma.DateTimeFilter<"SeoIssue"> | Date | string
891
+ lastDetectedAt?: Prisma.DateTimeFilter<"SeoIssue"> | Date | string
892
+ resolvedAt?: Prisma.DateTimeNullableFilter<"SeoIssue"> | Date | string | null
893
+ resolvedById?: Prisma.StringNullableFilter<"SeoIssue"> | string | null
894
+ metadata?: Prisma.JsonNullableFilter<"SeoIssue">
895
+ }
896
+
897
+ export type SeoIssueCreateManyAuditRunInput = {
898
+ id?: string
899
+ issueKey: string
900
+ entityType?: string | null
901
+ entityId?: string | null
902
+ entityTitle?: string | null
903
+ url?: string | null
904
+ severity: $Enums.SeoIssueSeverity
905
+ category: $Enums.SeoIssueCategory
906
+ type: string
907
+ title: string
908
+ description?: string | null
909
+ impact?: string | null
910
+ recommendation?: string | null
911
+ status?: $Enums.SeoIssueStatus
912
+ fixable?: boolean
913
+ fixActionType?: string | null
914
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
915
+ source?: string
916
+ firstDetectedAt?: Date | string
917
+ lastDetectedAt?: Date | string
918
+ resolvedAt?: Date | string | null
919
+ resolvedById?: string | null
920
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
921
+ }
922
+
923
+ export type SeoIssueUpdateWithoutAuditRunInput = {
924
+ id?: Prisma.StringFieldUpdateOperationsInput | string
925
+ issueKey?: Prisma.StringFieldUpdateOperationsInput | string
926
+ entityType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
927
+ entityId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
928
+ entityTitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
929
+ url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
930
+ severity?: Prisma.EnumSeoIssueSeverityFieldUpdateOperationsInput | $Enums.SeoIssueSeverity
931
+ category?: Prisma.EnumSeoIssueCategoryFieldUpdateOperationsInput | $Enums.SeoIssueCategory
932
+ type?: Prisma.StringFieldUpdateOperationsInput | string
933
+ title?: Prisma.StringFieldUpdateOperationsInput | string
934
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
935
+ impact?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
936
+ recommendation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
937
+ status?: Prisma.EnumSeoIssueStatusFieldUpdateOperationsInput | $Enums.SeoIssueStatus
938
+ fixable?: Prisma.BoolFieldUpdateOperationsInput | boolean
939
+ fixActionType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
940
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
941
+ source?: Prisma.StringFieldUpdateOperationsInput | string
942
+ firstDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
943
+ lastDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
944
+ resolvedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
945
+ resolvedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
946
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
947
+ }
948
+
949
+ export type SeoIssueUncheckedUpdateWithoutAuditRunInput = {
950
+ id?: Prisma.StringFieldUpdateOperationsInput | string
951
+ issueKey?: Prisma.StringFieldUpdateOperationsInput | string
952
+ entityType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
953
+ entityId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
954
+ entityTitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
955
+ url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
956
+ severity?: Prisma.EnumSeoIssueSeverityFieldUpdateOperationsInput | $Enums.SeoIssueSeverity
957
+ category?: Prisma.EnumSeoIssueCategoryFieldUpdateOperationsInput | $Enums.SeoIssueCategory
958
+ type?: Prisma.StringFieldUpdateOperationsInput | string
959
+ title?: Prisma.StringFieldUpdateOperationsInput | string
960
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
961
+ impact?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
962
+ recommendation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
963
+ status?: Prisma.EnumSeoIssueStatusFieldUpdateOperationsInput | $Enums.SeoIssueStatus
964
+ fixable?: Prisma.BoolFieldUpdateOperationsInput | boolean
965
+ fixActionType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
966
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
967
+ source?: Prisma.StringFieldUpdateOperationsInput | string
968
+ firstDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
969
+ lastDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
970
+ resolvedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
971
+ resolvedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
972
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
973
+ }
974
+
975
+ export type SeoIssueUncheckedUpdateManyWithoutAuditRunInput = {
976
+ id?: Prisma.StringFieldUpdateOperationsInput | string
977
+ issueKey?: Prisma.StringFieldUpdateOperationsInput | string
978
+ entityType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
979
+ entityId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
980
+ entityTitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
981
+ url?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
982
+ severity?: Prisma.EnumSeoIssueSeverityFieldUpdateOperationsInput | $Enums.SeoIssueSeverity
983
+ category?: Prisma.EnumSeoIssueCategoryFieldUpdateOperationsInput | $Enums.SeoIssueCategory
984
+ type?: Prisma.StringFieldUpdateOperationsInput | string
985
+ title?: Prisma.StringFieldUpdateOperationsInput | string
986
+ description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
987
+ impact?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
988
+ recommendation?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
989
+ status?: Prisma.EnumSeoIssueStatusFieldUpdateOperationsInput | $Enums.SeoIssueStatus
990
+ fixable?: Prisma.BoolFieldUpdateOperationsInput | boolean
991
+ fixActionType?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
992
+ relatedEntityIds?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
993
+ source?: Prisma.StringFieldUpdateOperationsInput | string
994
+ firstDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
995
+ lastDetectedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
996
+ resolvedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
997
+ resolvedById?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
998
+ metadata?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
999
+ }
1000
+
1001
+
1002
+
1003
+ export type SeoIssueSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1004
+ id?: boolean
1005
+ auditRunId?: boolean
1006
+ issueKey?: boolean
1007
+ entityType?: boolean
1008
+ entityId?: boolean
1009
+ entityTitle?: boolean
1010
+ url?: boolean
1011
+ severity?: boolean
1012
+ category?: boolean
1013
+ type?: boolean
1014
+ title?: boolean
1015
+ description?: boolean
1016
+ impact?: boolean
1017
+ recommendation?: boolean
1018
+ status?: boolean
1019
+ fixable?: boolean
1020
+ fixActionType?: boolean
1021
+ relatedEntityIds?: boolean
1022
+ source?: boolean
1023
+ firstDetectedAt?: boolean
1024
+ lastDetectedAt?: boolean
1025
+ resolvedAt?: boolean
1026
+ resolvedById?: boolean
1027
+ metadata?: boolean
1028
+ auditRun?: boolean | Prisma.SeoIssue$auditRunArgs<ExtArgs>
1029
+ }, ExtArgs["result"]["seoIssue"]>
1030
+
1031
+ export type SeoIssueSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1032
+ id?: boolean
1033
+ auditRunId?: boolean
1034
+ issueKey?: boolean
1035
+ entityType?: boolean
1036
+ entityId?: boolean
1037
+ entityTitle?: boolean
1038
+ url?: boolean
1039
+ severity?: boolean
1040
+ category?: boolean
1041
+ type?: boolean
1042
+ title?: boolean
1043
+ description?: boolean
1044
+ impact?: boolean
1045
+ recommendation?: boolean
1046
+ status?: boolean
1047
+ fixable?: boolean
1048
+ fixActionType?: boolean
1049
+ relatedEntityIds?: boolean
1050
+ source?: boolean
1051
+ firstDetectedAt?: boolean
1052
+ lastDetectedAt?: boolean
1053
+ resolvedAt?: boolean
1054
+ resolvedById?: boolean
1055
+ metadata?: boolean
1056
+ auditRun?: boolean | Prisma.SeoIssue$auditRunArgs<ExtArgs>
1057
+ }, ExtArgs["result"]["seoIssue"]>
1058
+
1059
+ export type SeoIssueSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1060
+ id?: boolean
1061
+ auditRunId?: boolean
1062
+ issueKey?: boolean
1063
+ entityType?: boolean
1064
+ entityId?: boolean
1065
+ entityTitle?: boolean
1066
+ url?: boolean
1067
+ severity?: boolean
1068
+ category?: boolean
1069
+ type?: boolean
1070
+ title?: boolean
1071
+ description?: boolean
1072
+ impact?: boolean
1073
+ recommendation?: boolean
1074
+ status?: boolean
1075
+ fixable?: boolean
1076
+ fixActionType?: boolean
1077
+ relatedEntityIds?: boolean
1078
+ source?: boolean
1079
+ firstDetectedAt?: boolean
1080
+ lastDetectedAt?: boolean
1081
+ resolvedAt?: boolean
1082
+ resolvedById?: boolean
1083
+ metadata?: boolean
1084
+ auditRun?: boolean | Prisma.SeoIssue$auditRunArgs<ExtArgs>
1085
+ }, ExtArgs["result"]["seoIssue"]>
1086
+
1087
+ export type SeoIssueSelectScalar = {
1088
+ id?: boolean
1089
+ auditRunId?: boolean
1090
+ issueKey?: boolean
1091
+ entityType?: boolean
1092
+ entityId?: boolean
1093
+ entityTitle?: boolean
1094
+ url?: boolean
1095
+ severity?: boolean
1096
+ category?: boolean
1097
+ type?: boolean
1098
+ title?: boolean
1099
+ description?: boolean
1100
+ impact?: boolean
1101
+ recommendation?: boolean
1102
+ status?: boolean
1103
+ fixable?: boolean
1104
+ fixActionType?: boolean
1105
+ relatedEntityIds?: boolean
1106
+ source?: boolean
1107
+ firstDetectedAt?: boolean
1108
+ lastDetectedAt?: boolean
1109
+ resolvedAt?: boolean
1110
+ resolvedById?: boolean
1111
+ metadata?: boolean
1112
+ }
1113
+
1114
+ export type SeoIssueOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "auditRunId" | "issueKey" | "entityType" | "entityId" | "entityTitle" | "url" | "severity" | "category" | "type" | "title" | "description" | "impact" | "recommendation" | "status" | "fixable" | "fixActionType" | "relatedEntityIds" | "source" | "firstDetectedAt" | "lastDetectedAt" | "resolvedAt" | "resolvedById" | "metadata", ExtArgs["result"]["seoIssue"]>
1115
+ export type SeoIssueInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1116
+ auditRun?: boolean | Prisma.SeoIssue$auditRunArgs<ExtArgs>
1117
+ }
1118
+ export type SeoIssueIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1119
+ auditRun?: boolean | Prisma.SeoIssue$auditRunArgs<ExtArgs>
1120
+ }
1121
+ export type SeoIssueIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1122
+ auditRun?: boolean | Prisma.SeoIssue$auditRunArgs<ExtArgs>
1123
+ }
1124
+
1125
+ export type $SeoIssuePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1126
+ name: "SeoIssue"
1127
+ objects: {
1128
+ auditRun: Prisma.$SeoAuditRunPayload<ExtArgs> | null
1129
+ }
1130
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
1131
+ id: string
1132
+ auditRunId: string | null
1133
+ issueKey: string
1134
+ entityType: string | null
1135
+ entityId: string | null
1136
+ entityTitle: string | null
1137
+ url: string | null
1138
+ severity: $Enums.SeoIssueSeverity
1139
+ category: $Enums.SeoIssueCategory
1140
+ type: string
1141
+ title: string
1142
+ description: string | null
1143
+ impact: string | null
1144
+ recommendation: string | null
1145
+ status: $Enums.SeoIssueStatus
1146
+ fixable: boolean
1147
+ fixActionType: string | null
1148
+ relatedEntityIds: runtime.JsonValue | null
1149
+ source: string
1150
+ firstDetectedAt: Date
1151
+ lastDetectedAt: Date
1152
+ resolvedAt: Date | null
1153
+ resolvedById: string | null
1154
+ metadata: runtime.JsonValue | null
1155
+ }, ExtArgs["result"]["seoIssue"]>
1156
+ composites: {}
1157
+ }
1158
+
1159
+ export type SeoIssueGetPayload<S extends boolean | null | undefined | SeoIssueDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload, S>
1160
+
1161
+ export type SeoIssueCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
1162
+ Omit<SeoIssueFindManyArgs, 'select' | 'include' | 'distinct' | 'omit' | 'relationLoadStrategy'> & {
1163
+ select?: SeoIssueCountAggregateInputType | true
1164
+ }
1165
+
1166
+ export interface SeoIssueDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
1167
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['SeoIssue'], meta: { name: 'SeoIssue' } }
1168
+ /**
1169
+ * Find zero or one SeoIssue that matches the filter.
1170
+ * @param {SeoIssueFindUniqueArgs} args - Arguments to find a SeoIssue
1171
+ * @example
1172
+ * // Get one SeoIssue
1173
+ * const seoIssue = await prisma.seoIssue.findUnique({
1174
+ * where: {
1175
+ * // ... provide filter here
1176
+ * }
1177
+ * })
1178
+ */
1179
+ findUnique<T extends SeoIssueFindUniqueArgs>(args: Prisma.SelectSubset<T, SeoIssueFindUniqueArgs<ExtArgs>>): Prisma.Prisma__SeoIssueClient<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1180
+
1181
+ /**
1182
+ * Find one SeoIssue that matches the filter or throw an error with `error.code='P2025'`
1183
+ * if no matches were found.
1184
+ * @param {SeoIssueFindUniqueOrThrowArgs} args - Arguments to find a SeoIssue
1185
+ * @example
1186
+ * // Get one SeoIssue
1187
+ * const seoIssue = await prisma.seoIssue.findUniqueOrThrow({
1188
+ * where: {
1189
+ * // ... provide filter here
1190
+ * }
1191
+ * })
1192
+ */
1193
+ findUniqueOrThrow<T extends SeoIssueFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, SeoIssueFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__SeoIssueClient<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1194
+
1195
+ /**
1196
+ * Find the first SeoIssue that matches the filter.
1197
+ * Note, that providing `undefined` is treated as the value not being there.
1198
+ * Read more here: https://pris.ly/d/null-undefined
1199
+ * @param {SeoIssueFindFirstArgs} args - Arguments to find a SeoIssue
1200
+ * @example
1201
+ * // Get one SeoIssue
1202
+ * const seoIssue = await prisma.seoIssue.findFirst({
1203
+ * where: {
1204
+ * // ... provide filter here
1205
+ * }
1206
+ * })
1207
+ */
1208
+ findFirst<T extends SeoIssueFindFirstArgs>(args?: Prisma.SelectSubset<T, SeoIssueFindFirstArgs<ExtArgs>>): Prisma.Prisma__SeoIssueClient<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1209
+
1210
+ /**
1211
+ * Find the first SeoIssue that matches the filter or
1212
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
1213
+ * Note, that providing `undefined` is treated as the value not being there.
1214
+ * Read more here: https://pris.ly/d/null-undefined
1215
+ * @param {SeoIssueFindFirstOrThrowArgs} args - Arguments to find a SeoIssue
1216
+ * @example
1217
+ * // Get one SeoIssue
1218
+ * const seoIssue = await prisma.seoIssue.findFirstOrThrow({
1219
+ * where: {
1220
+ * // ... provide filter here
1221
+ * }
1222
+ * })
1223
+ */
1224
+ findFirstOrThrow<T extends SeoIssueFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, SeoIssueFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__SeoIssueClient<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1225
+
1226
+ /**
1227
+ * Find zero or more SeoIssues that matches the filter.
1228
+ * Note, that providing `undefined` is treated as the value not being there.
1229
+ * Read more here: https://pris.ly/d/null-undefined
1230
+ * @param {SeoIssueFindManyArgs} args - Arguments to filter and select certain fields only.
1231
+ * @example
1232
+ * // Get all SeoIssues
1233
+ * const seoIssues = await prisma.seoIssue.findMany()
1234
+ *
1235
+ * // Get first 10 SeoIssues
1236
+ * const seoIssues = await prisma.seoIssue.findMany({ take: 10 })
1237
+ *
1238
+ * // Only select the `id`
1239
+ * const seoIssueWithIdOnly = await prisma.seoIssue.findMany({ select: { id: true } })
1240
+ *
1241
+ */
1242
+ findMany<T extends SeoIssueFindManyArgs>(args?: Prisma.SelectSubset<T, SeoIssueFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
1243
+
1244
+ /**
1245
+ * Create a SeoIssue.
1246
+ * @param {SeoIssueCreateArgs} args - Arguments to create a SeoIssue.
1247
+ * @example
1248
+ * // Create one SeoIssue
1249
+ * const SeoIssue = await prisma.seoIssue.create({
1250
+ * data: {
1251
+ * // ... data to create a SeoIssue
1252
+ * }
1253
+ * })
1254
+ *
1255
+ */
1256
+ create<T extends SeoIssueCreateArgs>(args: Prisma.SelectSubset<T, SeoIssueCreateArgs<ExtArgs>>): Prisma.Prisma__SeoIssueClient<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1257
+
1258
+ /**
1259
+ * Create many SeoIssues.
1260
+ * @param {SeoIssueCreateManyArgs} args - Arguments to create many SeoIssues.
1261
+ * @example
1262
+ * // Create many SeoIssues
1263
+ * const seoIssue = await prisma.seoIssue.createMany({
1264
+ * data: [
1265
+ * // ... provide data here
1266
+ * ]
1267
+ * })
1268
+ *
1269
+ */
1270
+ createMany<T extends SeoIssueCreateManyArgs>(args?: Prisma.SelectSubset<T, SeoIssueCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1271
+
1272
+ /**
1273
+ * Create many SeoIssues and returns the data saved in the database.
1274
+ * @param {SeoIssueCreateManyAndReturnArgs} args - Arguments to create many SeoIssues.
1275
+ * @example
1276
+ * // Create many SeoIssues
1277
+ * const seoIssue = await prisma.seoIssue.createManyAndReturn({
1278
+ * data: [
1279
+ * // ... provide data here
1280
+ * ]
1281
+ * })
1282
+ *
1283
+ * // Create many SeoIssues and only return the `id`
1284
+ * const seoIssueWithIdOnly = await prisma.seoIssue.createManyAndReturn({
1285
+ * select: { id: true },
1286
+ * data: [
1287
+ * // ... provide data here
1288
+ * ]
1289
+ * })
1290
+ * Note, that providing `undefined` is treated as the value not being there.
1291
+ * Read more here: https://pris.ly/d/null-undefined
1292
+ *
1293
+ */
1294
+ createManyAndReturn<T extends SeoIssueCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, SeoIssueCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1295
+
1296
+ /**
1297
+ * Delete a SeoIssue.
1298
+ * @param {SeoIssueDeleteArgs} args - Arguments to delete one SeoIssue.
1299
+ * @example
1300
+ * // Delete one SeoIssue
1301
+ * const SeoIssue = await prisma.seoIssue.delete({
1302
+ * where: {
1303
+ * // ... filter to delete one SeoIssue
1304
+ * }
1305
+ * })
1306
+ *
1307
+ */
1308
+ delete<T extends SeoIssueDeleteArgs>(args: Prisma.SelectSubset<T, SeoIssueDeleteArgs<ExtArgs>>): Prisma.Prisma__SeoIssueClient<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1309
+
1310
+ /**
1311
+ * Update one SeoIssue.
1312
+ * @param {SeoIssueUpdateArgs} args - Arguments to update one SeoIssue.
1313
+ * @example
1314
+ * // Update one SeoIssue
1315
+ * const seoIssue = await prisma.seoIssue.update({
1316
+ * where: {
1317
+ * // ... provide filter here
1318
+ * },
1319
+ * data: {
1320
+ * // ... provide data here
1321
+ * }
1322
+ * })
1323
+ *
1324
+ */
1325
+ update<T extends SeoIssueUpdateArgs>(args: Prisma.SelectSubset<T, SeoIssueUpdateArgs<ExtArgs>>): Prisma.Prisma__SeoIssueClient<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1326
+
1327
+ /**
1328
+ * Delete zero or more SeoIssues.
1329
+ * @param {SeoIssueDeleteManyArgs} args - Arguments to filter SeoIssues to delete.
1330
+ * @example
1331
+ * // Delete a few SeoIssues
1332
+ * const { count } = await prisma.seoIssue.deleteMany({
1333
+ * where: {
1334
+ * // ... provide filter here
1335
+ * }
1336
+ * })
1337
+ *
1338
+ */
1339
+ deleteMany<T extends SeoIssueDeleteManyArgs>(args?: Prisma.SelectSubset<T, SeoIssueDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1340
+
1341
+ /**
1342
+ * Update zero or more SeoIssues.
1343
+ * Note, that providing `undefined` is treated as the value not being there.
1344
+ * Read more here: https://pris.ly/d/null-undefined
1345
+ * @param {SeoIssueUpdateManyArgs} args - Arguments to update one or more rows.
1346
+ * @example
1347
+ * // Update many SeoIssues
1348
+ * const seoIssue = await prisma.seoIssue.updateMany({
1349
+ * where: {
1350
+ * // ... provide filter here
1351
+ * },
1352
+ * data: {
1353
+ * // ... provide data here
1354
+ * }
1355
+ * })
1356
+ *
1357
+ */
1358
+ updateMany<T extends SeoIssueUpdateManyArgs>(args: Prisma.SelectSubset<T, SeoIssueUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1359
+
1360
+ /**
1361
+ * Update zero or more SeoIssues and returns the data updated in the database.
1362
+ * @param {SeoIssueUpdateManyAndReturnArgs} args - Arguments to update many SeoIssues.
1363
+ * @example
1364
+ * // Update many SeoIssues
1365
+ * const seoIssue = await prisma.seoIssue.updateManyAndReturn({
1366
+ * where: {
1367
+ * // ... provide filter here
1368
+ * },
1369
+ * data: [
1370
+ * // ... provide data here
1371
+ * ]
1372
+ * })
1373
+ *
1374
+ * // Update zero or more SeoIssues and only return the `id`
1375
+ * const seoIssueWithIdOnly = await prisma.seoIssue.updateManyAndReturn({
1376
+ * select: { id: true },
1377
+ * where: {
1378
+ * // ... provide filter here
1379
+ * },
1380
+ * data: [
1381
+ * // ... provide data here
1382
+ * ]
1383
+ * })
1384
+ * Note, that providing `undefined` is treated as the value not being there.
1385
+ * Read more here: https://pris.ly/d/null-undefined
1386
+ *
1387
+ */
1388
+ updateManyAndReturn<T extends SeoIssueUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, SeoIssueUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
1389
+
1390
+ /**
1391
+ * Create or update one SeoIssue.
1392
+ * @param {SeoIssueUpsertArgs} args - Arguments to update or create a SeoIssue.
1393
+ * @example
1394
+ * // Update or create a SeoIssue
1395
+ * const seoIssue = await prisma.seoIssue.upsert({
1396
+ * create: {
1397
+ * // ... data to create a SeoIssue
1398
+ * },
1399
+ * update: {
1400
+ * // ... in case it already exists, update
1401
+ * },
1402
+ * where: {
1403
+ * // ... the filter for the SeoIssue we want to update
1404
+ * }
1405
+ * })
1406
+ */
1407
+ upsert<T extends SeoIssueUpsertArgs>(args: Prisma.SelectSubset<T, SeoIssueUpsertArgs<ExtArgs>>): Prisma.Prisma__SeoIssueClient<runtime.Types.Result.GetResult<Prisma.$SeoIssuePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1408
+
1409
+
1410
+ /**
1411
+ * Count the number of SeoIssues.
1412
+ * Note, that providing `undefined` is treated as the value not being there.
1413
+ * Read more here: https://pris.ly/d/null-undefined
1414
+ * @param {SeoIssueCountArgs} args - Arguments to filter SeoIssues to count.
1415
+ * @example
1416
+ * // Count the number of SeoIssues
1417
+ * const count = await prisma.seoIssue.count({
1418
+ * where: {
1419
+ * // ... the filter for the SeoIssues we want to count
1420
+ * }
1421
+ * })
1422
+ **/
1423
+ count<T extends SeoIssueCountArgs>(
1424
+ args?: Prisma.Subset<T, SeoIssueCountArgs>,
1425
+ ): Prisma.PrismaPromise<
1426
+ T extends runtime.Types.Utils.Record<'select', any>
1427
+ ? T['select'] extends true
1428
+ ? number
1429
+ : Prisma.GetScalarType<T['select'], SeoIssueCountAggregateOutputType>
1430
+ : number
1431
+ >
1432
+
1433
+ /**
1434
+ * Allows you to perform aggregations operations on a SeoIssue.
1435
+ * Note, that providing `undefined` is treated as the value not being there.
1436
+ * Read more here: https://pris.ly/d/null-undefined
1437
+ * @param {SeoIssueAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1438
+ * @example
1439
+ * // Ordered by age ascending
1440
+ * // Where email contains prisma.io
1441
+ * // Limited to the 10 users
1442
+ * const aggregations = await prisma.user.aggregate({
1443
+ * _avg: {
1444
+ * age: true,
1445
+ * },
1446
+ * where: {
1447
+ * email: {
1448
+ * contains: "prisma.io",
1449
+ * },
1450
+ * },
1451
+ * orderBy: {
1452
+ * age: "asc",
1453
+ * },
1454
+ * take: 10,
1455
+ * })
1456
+ **/
1457
+ aggregate<T extends SeoIssueAggregateArgs>(args: Prisma.Subset<T, SeoIssueAggregateArgs>): Prisma.PrismaPromise<GetSeoIssueAggregateType<T>>
1458
+
1459
+ /**
1460
+ * Group by SeoIssue.
1461
+ * Note, that providing `undefined` is treated as the value not being there.
1462
+ * Read more here: https://pris.ly/d/null-undefined
1463
+ * @param {SeoIssueGroupByArgs} args - Group by arguments.
1464
+ * @example
1465
+ * // Group by city, order by createdAt, get count
1466
+ * const result = await prisma.user.groupBy({
1467
+ * by: ['city', 'createdAt'],
1468
+ * orderBy: {
1469
+ * createdAt: true
1470
+ * },
1471
+ * _count: {
1472
+ * _all: true
1473
+ * },
1474
+ * })
1475
+ *
1476
+ **/
1477
+ groupBy<
1478
+ T extends SeoIssueGroupByArgs,
1479
+ HasSelectOrTake extends Prisma.Or<
1480
+ Prisma.Extends<'skip', Prisma.Keys<T>>,
1481
+ Prisma.Extends<'take', Prisma.Keys<T>>
1482
+ >,
1483
+ OrderByArg extends Prisma.True extends HasSelectOrTake
1484
+ ? { orderBy: SeoIssueGroupByArgs['orderBy'] }
1485
+ : { orderBy?: SeoIssueGroupByArgs['orderBy'] },
1486
+ OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
1487
+ ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
1488
+ ByValid extends Prisma.Has<ByFields, OrderFields>,
1489
+ HavingFields extends Prisma.GetHavingFields<T['having']>,
1490
+ HavingValid extends Prisma.Has<ByFields, HavingFields>,
1491
+ ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
1492
+ InputErrors extends ByEmpty extends Prisma.True
1493
+ ? `Error: "by" must not be empty.`
1494
+ : HavingValid extends Prisma.False
1495
+ ? {
1496
+ [P in HavingFields]: P extends ByFields
1497
+ ? never
1498
+ : P extends string
1499
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
1500
+ : [
1501
+ Error,
1502
+ 'Field ',
1503
+ P,
1504
+ ` in "having" needs to be provided in "by"`,
1505
+ ]
1506
+ }[HavingFields]
1507
+ : 'take' extends Prisma.Keys<T>
1508
+ ? 'orderBy' extends Prisma.Keys<T>
1509
+ ? ByValid extends Prisma.True
1510
+ ? {}
1511
+ : {
1512
+ [P in OrderFields]: P extends ByFields
1513
+ ? never
1514
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1515
+ }[OrderFields]
1516
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
1517
+ : 'skip' extends Prisma.Keys<T>
1518
+ ? 'orderBy' extends Prisma.Keys<T>
1519
+ ? ByValid extends Prisma.True
1520
+ ? {}
1521
+ : {
1522
+ [P in OrderFields]: P extends ByFields
1523
+ ? never
1524
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1525
+ }[OrderFields]
1526
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
1527
+ : ByValid extends Prisma.True
1528
+ ? {}
1529
+ : {
1530
+ [P in OrderFields]: P extends ByFields
1531
+ ? never
1532
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1533
+ }[OrderFields]
1534
+ >(args: Prisma.SubsetIntersection<T, SeoIssueGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetSeoIssueGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
1535
+ /**
1536
+ * Fields of the SeoIssue model
1537
+ */
1538
+ readonly fields: SeoIssueFieldRefs;
1539
+ }
1540
+
1541
+ /**
1542
+ * The delegate class that acts as a "Promise-like" for SeoIssue.
1543
+ * Why is this prefixed with `Prisma__`?
1544
+ * Because we want to prevent naming conflicts as mentioned in
1545
+ * https://github.com/prisma/prisma-client-js/issues/707
1546
+ */
1547
+ export interface Prisma__SeoIssueClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1548
+ readonly [Symbol.toStringTag]: "PrismaPromise"
1549
+ auditRun<T extends Prisma.SeoIssue$auditRunArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.SeoIssue$auditRunArgs<ExtArgs>>): Prisma.Prisma__SeoAuditRunClient<runtime.Types.Result.GetResult<Prisma.$SeoAuditRunPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1550
+ /**
1551
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
1552
+ * @param onfulfilled The callback to execute when the Promise is resolved.
1553
+ * @param onrejected The callback to execute when the Promise is rejected.
1554
+ * @returns A Promise for the completion of which ever callback is executed.
1555
+ */
1556
+ 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>
1557
+ /**
1558
+ * Attaches a callback for only the rejection of the Promise.
1559
+ * @param onrejected The callback to execute when the Promise is rejected.
1560
+ * @returns A Promise for the completion of the callback.
1561
+ */
1562
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
1563
+ /**
1564
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1565
+ * resolved value cannot be modified from the callback.
1566
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1567
+ * @returns A Promise for the completion of the callback.
1568
+ */
1569
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1570
+ }
1571
+
1572
+
1573
+
1574
+
1575
+ /**
1576
+ * Fields of the SeoIssue model
1577
+ */
1578
+ export interface SeoIssueFieldRefs {
1579
+ readonly id: Prisma.FieldRef<"SeoIssue", 'String'>
1580
+ readonly auditRunId: Prisma.FieldRef<"SeoIssue", 'String'>
1581
+ readonly issueKey: Prisma.FieldRef<"SeoIssue", 'String'>
1582
+ readonly entityType: Prisma.FieldRef<"SeoIssue", 'String'>
1583
+ readonly entityId: Prisma.FieldRef<"SeoIssue", 'String'>
1584
+ readonly entityTitle: Prisma.FieldRef<"SeoIssue", 'String'>
1585
+ readonly url: Prisma.FieldRef<"SeoIssue", 'String'>
1586
+ readonly severity: Prisma.FieldRef<"SeoIssue", 'SeoIssueSeverity'>
1587
+ readonly category: Prisma.FieldRef<"SeoIssue", 'SeoIssueCategory'>
1588
+ readonly type: Prisma.FieldRef<"SeoIssue", 'String'>
1589
+ readonly title: Prisma.FieldRef<"SeoIssue", 'String'>
1590
+ readonly description: Prisma.FieldRef<"SeoIssue", 'String'>
1591
+ readonly impact: Prisma.FieldRef<"SeoIssue", 'String'>
1592
+ readonly recommendation: Prisma.FieldRef<"SeoIssue", 'String'>
1593
+ readonly status: Prisma.FieldRef<"SeoIssue", 'SeoIssueStatus'>
1594
+ readonly fixable: Prisma.FieldRef<"SeoIssue", 'Boolean'>
1595
+ readonly fixActionType: Prisma.FieldRef<"SeoIssue", 'String'>
1596
+ readonly relatedEntityIds: Prisma.FieldRef<"SeoIssue", 'Json'>
1597
+ readonly source: Prisma.FieldRef<"SeoIssue", 'String'>
1598
+ readonly firstDetectedAt: Prisma.FieldRef<"SeoIssue", 'DateTime'>
1599
+ readonly lastDetectedAt: Prisma.FieldRef<"SeoIssue", 'DateTime'>
1600
+ readonly resolvedAt: Prisma.FieldRef<"SeoIssue", 'DateTime'>
1601
+ readonly resolvedById: Prisma.FieldRef<"SeoIssue", 'String'>
1602
+ readonly metadata: Prisma.FieldRef<"SeoIssue", 'Json'>
1603
+ }
1604
+
1605
+
1606
+ // Custom InputTypes
1607
+ /**
1608
+ * SeoIssue findUnique
1609
+ */
1610
+ export type SeoIssueFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1611
+ /**
1612
+ * Select specific fields to fetch from the SeoIssue
1613
+ */
1614
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1615
+ /**
1616
+ * Omit specific fields from the SeoIssue
1617
+ */
1618
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1619
+ /**
1620
+ * Choose, which related nodes to fetch as well
1621
+ */
1622
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1623
+ /**
1624
+ * Filter, which SeoIssue to fetch.
1625
+ */
1626
+ where: Prisma.SeoIssueWhereUniqueInput
1627
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1628
+ }
1629
+
1630
+ /**
1631
+ * SeoIssue findUniqueOrThrow
1632
+ */
1633
+ export type SeoIssueFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1634
+ /**
1635
+ * Select specific fields to fetch from the SeoIssue
1636
+ */
1637
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1638
+ /**
1639
+ * Omit specific fields from the SeoIssue
1640
+ */
1641
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1642
+ /**
1643
+ * Choose, which related nodes to fetch as well
1644
+ */
1645
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1646
+ /**
1647
+ * Filter, which SeoIssue to fetch.
1648
+ */
1649
+ where: Prisma.SeoIssueWhereUniqueInput
1650
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1651
+ }
1652
+
1653
+ /**
1654
+ * SeoIssue findFirst
1655
+ */
1656
+ export type SeoIssueFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1657
+ /**
1658
+ * Select specific fields to fetch from the SeoIssue
1659
+ */
1660
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1661
+ /**
1662
+ * Omit specific fields from the SeoIssue
1663
+ */
1664
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1665
+ /**
1666
+ * Choose, which related nodes to fetch as well
1667
+ */
1668
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1669
+ /**
1670
+ * Filter, which SeoIssue to fetch.
1671
+ */
1672
+ where?: Prisma.SeoIssueWhereInput
1673
+ /**
1674
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1675
+ *
1676
+ * Determine the order of SeoIssues to fetch.
1677
+ */
1678
+ orderBy?: Prisma.SeoIssueOrderByWithRelationInput | Prisma.SeoIssueOrderByWithRelationInput[]
1679
+ /**
1680
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1681
+ *
1682
+ * Sets the position for searching for SeoIssues.
1683
+ */
1684
+ cursor?: Prisma.SeoIssueWhereUniqueInput
1685
+ /**
1686
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1687
+ *
1688
+ * Take `±n` SeoIssues from the position of the cursor.
1689
+ */
1690
+ take?: number
1691
+ /**
1692
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1693
+ *
1694
+ * Skip the first `n` SeoIssues.
1695
+ */
1696
+ skip?: number
1697
+ /**
1698
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1699
+ *
1700
+ * Filter by unique combinations of SeoIssues.
1701
+ */
1702
+ distinct?: Prisma.SeoIssueScalarFieldEnum | Prisma.SeoIssueScalarFieldEnum[]
1703
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1704
+ }
1705
+
1706
+ /**
1707
+ * SeoIssue findFirstOrThrow
1708
+ */
1709
+ export type SeoIssueFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1710
+ /**
1711
+ * Select specific fields to fetch from the SeoIssue
1712
+ */
1713
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1714
+ /**
1715
+ * Omit specific fields from the SeoIssue
1716
+ */
1717
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1718
+ /**
1719
+ * Choose, which related nodes to fetch as well
1720
+ */
1721
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1722
+ /**
1723
+ * Filter, which SeoIssue to fetch.
1724
+ */
1725
+ where?: Prisma.SeoIssueWhereInput
1726
+ /**
1727
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1728
+ *
1729
+ * Determine the order of SeoIssues to fetch.
1730
+ */
1731
+ orderBy?: Prisma.SeoIssueOrderByWithRelationInput | Prisma.SeoIssueOrderByWithRelationInput[]
1732
+ /**
1733
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1734
+ *
1735
+ * Sets the position for searching for SeoIssues.
1736
+ */
1737
+ cursor?: Prisma.SeoIssueWhereUniqueInput
1738
+ /**
1739
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1740
+ *
1741
+ * Take `±n` SeoIssues from the position of the cursor.
1742
+ */
1743
+ take?: number
1744
+ /**
1745
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1746
+ *
1747
+ * Skip the first `n` SeoIssues.
1748
+ */
1749
+ skip?: number
1750
+ /**
1751
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1752
+ *
1753
+ * Filter by unique combinations of SeoIssues.
1754
+ */
1755
+ distinct?: Prisma.SeoIssueScalarFieldEnum | Prisma.SeoIssueScalarFieldEnum[]
1756
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1757
+ }
1758
+
1759
+ /**
1760
+ * SeoIssue findMany
1761
+ */
1762
+ export type SeoIssueFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1763
+ /**
1764
+ * Select specific fields to fetch from the SeoIssue
1765
+ */
1766
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1767
+ /**
1768
+ * Omit specific fields from the SeoIssue
1769
+ */
1770
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1771
+ /**
1772
+ * Choose, which related nodes to fetch as well
1773
+ */
1774
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1775
+ /**
1776
+ * Filter, which SeoIssues to fetch.
1777
+ */
1778
+ where?: Prisma.SeoIssueWhereInput
1779
+ /**
1780
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1781
+ *
1782
+ * Determine the order of SeoIssues to fetch.
1783
+ */
1784
+ orderBy?: Prisma.SeoIssueOrderByWithRelationInput | Prisma.SeoIssueOrderByWithRelationInput[]
1785
+ /**
1786
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1787
+ *
1788
+ * Sets the position for listing SeoIssues.
1789
+ */
1790
+ cursor?: Prisma.SeoIssueWhereUniqueInput
1791
+ /**
1792
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1793
+ *
1794
+ * Take `±n` SeoIssues from the position of the cursor.
1795
+ */
1796
+ take?: number
1797
+ /**
1798
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1799
+ *
1800
+ * Skip the first `n` SeoIssues.
1801
+ */
1802
+ skip?: number
1803
+ /**
1804
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1805
+ *
1806
+ * Filter by unique combinations of SeoIssues.
1807
+ */
1808
+ distinct?: Prisma.SeoIssueScalarFieldEnum | Prisma.SeoIssueScalarFieldEnum[]
1809
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1810
+ }
1811
+
1812
+ /**
1813
+ * SeoIssue create
1814
+ */
1815
+ export type SeoIssueCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1816
+ /**
1817
+ * Select specific fields to fetch from the SeoIssue
1818
+ */
1819
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1820
+ /**
1821
+ * Omit specific fields from the SeoIssue
1822
+ */
1823
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1824
+ /**
1825
+ * Choose, which related nodes to fetch as well
1826
+ */
1827
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1828
+ /**
1829
+ * The data needed to create a SeoIssue.
1830
+ */
1831
+ data: Prisma.XOR<Prisma.SeoIssueCreateInput, Prisma.SeoIssueUncheckedCreateInput>
1832
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1833
+ }
1834
+
1835
+ /**
1836
+ * SeoIssue createMany
1837
+ */
1838
+ export type SeoIssueCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1839
+ /**
1840
+ * The data used to create many SeoIssues.
1841
+ */
1842
+ data: Prisma.SeoIssueCreateManyInput | Prisma.SeoIssueCreateManyInput[]
1843
+ skipDuplicates?: boolean
1844
+ }
1845
+
1846
+ /**
1847
+ * SeoIssue createManyAndReturn
1848
+ */
1849
+ export type SeoIssueCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1850
+ /**
1851
+ * Select specific fields to fetch from the SeoIssue
1852
+ */
1853
+ select?: Prisma.SeoIssueSelectCreateManyAndReturn<ExtArgs> | null
1854
+ /**
1855
+ * Omit specific fields from the SeoIssue
1856
+ */
1857
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1858
+ /**
1859
+ * The data used to create many SeoIssues.
1860
+ */
1861
+ data: Prisma.SeoIssueCreateManyInput | Prisma.SeoIssueCreateManyInput[]
1862
+ skipDuplicates?: boolean
1863
+ /**
1864
+ * Choose, which related nodes to fetch as well
1865
+ */
1866
+ include?: Prisma.SeoIssueIncludeCreateManyAndReturn<ExtArgs> | null
1867
+ }
1868
+
1869
+ /**
1870
+ * SeoIssue update
1871
+ */
1872
+ export type SeoIssueUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1873
+ /**
1874
+ * Select specific fields to fetch from the SeoIssue
1875
+ */
1876
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1877
+ /**
1878
+ * Omit specific fields from the SeoIssue
1879
+ */
1880
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1881
+ /**
1882
+ * Choose, which related nodes to fetch as well
1883
+ */
1884
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1885
+ /**
1886
+ * The data needed to update a SeoIssue.
1887
+ */
1888
+ data: Prisma.XOR<Prisma.SeoIssueUpdateInput, Prisma.SeoIssueUncheckedUpdateInput>
1889
+ /**
1890
+ * Choose, which SeoIssue to update.
1891
+ */
1892
+ where: Prisma.SeoIssueWhereUniqueInput
1893
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1894
+ }
1895
+
1896
+ /**
1897
+ * SeoIssue updateMany
1898
+ */
1899
+ export type SeoIssueUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1900
+ /**
1901
+ * The data used to update SeoIssues.
1902
+ */
1903
+ data: Prisma.XOR<Prisma.SeoIssueUpdateManyMutationInput, Prisma.SeoIssueUncheckedUpdateManyInput>
1904
+ /**
1905
+ * Filter which SeoIssues to update
1906
+ */
1907
+ where?: Prisma.SeoIssueWhereInput
1908
+ /**
1909
+ * Limit how many SeoIssues to update.
1910
+ */
1911
+ limit?: number
1912
+ }
1913
+
1914
+ /**
1915
+ * SeoIssue updateManyAndReturn
1916
+ */
1917
+ export type SeoIssueUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1918
+ /**
1919
+ * Select specific fields to fetch from the SeoIssue
1920
+ */
1921
+ select?: Prisma.SeoIssueSelectUpdateManyAndReturn<ExtArgs> | null
1922
+ /**
1923
+ * Omit specific fields from the SeoIssue
1924
+ */
1925
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1926
+ /**
1927
+ * The data used to update SeoIssues.
1928
+ */
1929
+ data: Prisma.XOR<Prisma.SeoIssueUpdateManyMutationInput, Prisma.SeoIssueUncheckedUpdateManyInput>
1930
+ /**
1931
+ * Filter which SeoIssues to update
1932
+ */
1933
+ where?: Prisma.SeoIssueWhereInput
1934
+ /**
1935
+ * Limit how many SeoIssues to update.
1936
+ */
1937
+ limit?: number
1938
+ /**
1939
+ * Choose, which related nodes to fetch as well
1940
+ */
1941
+ include?: Prisma.SeoIssueIncludeUpdateManyAndReturn<ExtArgs> | null
1942
+ }
1943
+
1944
+ /**
1945
+ * SeoIssue upsert
1946
+ */
1947
+ export type SeoIssueUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1948
+ /**
1949
+ * Select specific fields to fetch from the SeoIssue
1950
+ */
1951
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1952
+ /**
1953
+ * Omit specific fields from the SeoIssue
1954
+ */
1955
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1956
+ /**
1957
+ * Choose, which related nodes to fetch as well
1958
+ */
1959
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1960
+ /**
1961
+ * The filter to search for the SeoIssue to update in case it exists.
1962
+ */
1963
+ where: Prisma.SeoIssueWhereUniqueInput
1964
+ /**
1965
+ * In case the SeoIssue found by the `where` argument doesn't exist, create a new SeoIssue with this data.
1966
+ */
1967
+ create: Prisma.XOR<Prisma.SeoIssueCreateInput, Prisma.SeoIssueUncheckedCreateInput>
1968
+ /**
1969
+ * In case the SeoIssue was found with the provided `where` argument, update it with this data.
1970
+ */
1971
+ update: Prisma.XOR<Prisma.SeoIssueUpdateInput, Prisma.SeoIssueUncheckedUpdateInput>
1972
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1973
+ }
1974
+
1975
+ /**
1976
+ * SeoIssue delete
1977
+ */
1978
+ export type SeoIssueDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1979
+ /**
1980
+ * Select specific fields to fetch from the SeoIssue
1981
+ */
1982
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
1983
+ /**
1984
+ * Omit specific fields from the SeoIssue
1985
+ */
1986
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
1987
+ /**
1988
+ * Choose, which related nodes to fetch as well
1989
+ */
1990
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
1991
+ /**
1992
+ * Filter which SeoIssue to delete.
1993
+ */
1994
+ where: Prisma.SeoIssueWhereUniqueInput
1995
+ relationLoadStrategy?: Prisma.RelationLoadStrategy
1996
+ }
1997
+
1998
+ /**
1999
+ * SeoIssue deleteMany
2000
+ */
2001
+ export type SeoIssueDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2002
+ /**
2003
+ * Filter which SeoIssues to delete
2004
+ */
2005
+ where?: Prisma.SeoIssueWhereInput
2006
+ /**
2007
+ * Limit how many SeoIssues to delete.
2008
+ */
2009
+ limit?: number
2010
+ }
2011
+
2012
+ /**
2013
+ * SeoIssue.auditRun
2014
+ */
2015
+ export type SeoIssue$auditRunArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2016
+ /**
2017
+ * Select specific fields to fetch from the SeoAuditRun
2018
+ */
2019
+ select?: Prisma.SeoAuditRunSelect<ExtArgs> | null
2020
+ /**
2021
+ * Omit specific fields from the SeoAuditRun
2022
+ */
2023
+ omit?: Prisma.SeoAuditRunOmit<ExtArgs> | null
2024
+ /**
2025
+ * Choose, which related nodes to fetch as well
2026
+ */
2027
+ include?: Prisma.SeoAuditRunInclude<ExtArgs> | null
2028
+ where?: Prisma.SeoAuditRunWhereInput
2029
+ }
2030
+
2031
+ /**
2032
+ * SeoIssue without action
2033
+ */
2034
+ export type SeoIssueDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2035
+ /**
2036
+ * Select specific fields to fetch from the SeoIssue
2037
+ */
2038
+ select?: Prisma.SeoIssueSelect<ExtArgs> | null
2039
+ /**
2040
+ * Omit specific fields from the SeoIssue
2041
+ */
2042
+ omit?: Prisma.SeoIssueOmit<ExtArgs> | null
2043
+ /**
2044
+ * Choose, which related nodes to fetch as well
2045
+ */
2046
+ include?: Prisma.SeoIssueInclude<ExtArgs> | null
2047
+ }