@igstack/app-catalog-backend-core 0.3.1-alpha-20260405015231 → 0.4.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 (72) hide show
  1. package/dist/db/syncAppCatalog.d.mts +3 -5
  2. package/dist/db/syncAppCatalog.d.mts.map +1 -1
  3. package/dist/db/syncAppCatalog.mjs +49 -57
  4. package/dist/db/syncAppCatalog.mjs.map +1 -1
  5. package/dist/db/tableSyncMagazine.d.mts +3 -7
  6. package/dist/db/tableSyncMagazine.d.mts.map +1 -1
  7. package/dist/db/tableSyncMagazine.mjs +3 -7
  8. package/dist/db/tableSyncMagazine.mjs.map +1 -1
  9. package/dist/db/tableSyncPrismaAdapter.mjs.map +1 -1
  10. package/dist/generated/prisma/client.mjs.map +1 -1
  11. package/dist/generated/prisma/internal/class.d.mts +5 -17
  12. package/dist/generated/prisma/internal/class.d.mts.map +1 -1
  13. package/dist/generated/prisma/internal/class.mjs +4 -4
  14. package/dist/generated/prisma/internal/class.mjs.map +1 -1
  15. package/dist/generated/prisma/internal/prismaNamespace.d.mts +46 -132
  16. package/dist/generated/prisma/internal/prismaNamespace.d.mts.map +1 -1
  17. package/dist/generated/prisma/models/DbResource.d.mts +2433 -0
  18. package/dist/generated/prisma/models/DbResource.d.mts.map +1 -0
  19. package/dist/generated/prisma/models/SourceReference.d.mts +90 -90
  20. package/dist/generated/prisma/models/SourceReference.d.mts.map +1 -1
  21. package/dist/generated/prisma/models.d.mts +2 -3
  22. package/dist/index.d.mts +3 -4
  23. package/dist/modules/appCatalog/checkLinks.mjs +1 -1
  24. package/dist/modules/appCatalog/checkLinks.mjs.map +1 -1
  25. package/dist/modules/appCatalog/service.mjs +26 -34
  26. package/dist/modules/appCatalog/service.mjs.map +1 -1
  27. package/dist/modules/assets/screenshotRestController.mjs +2 -2
  28. package/dist/modules/assets/screenshotRestController.mjs.map +1 -1
  29. package/dist/modules/assets/syncAssets.mjs +4 -4
  30. package/dist/modules/assets/syncAssets.mjs.map +1 -1
  31. package/dist/modules/lighthouseKeeper/tools.mjs +1 -1
  32. package/dist/modules/lighthouseKeeper/tools.mjs.map +1 -1
  33. package/dist/server/controller.d.mts +2 -2
  34. package/dist/server/controller.mjs.map +1 -1
  35. package/dist/types/common/appCatalogTypes.d.mts +26 -9
  36. package/dist/types/common/appCatalogTypes.d.mts.map +1 -1
  37. package/dist/types/common/approvalMethodTypes.d.mts +5 -1
  38. package/dist/types/common/approvalMethodTypes.d.mts.map +1 -1
  39. package/package.json +3 -3
  40. package/prisma/schema.prisma +53 -62
  41. package/src/db/syncAppCatalog.ts +68 -73
  42. package/src/db/tableSyncMagazine.ts +3 -7
  43. package/src/db/tableSyncPrismaAdapter.ts +1 -1
  44. package/src/generated/prisma/browser.ts +2 -7
  45. package/src/generated/prisma/client.ts +2 -7
  46. package/src/generated/prisma/internal/class.ts +8 -18
  47. package/src/generated/prisma/internal/prismaNamespace.ts +43 -131
  48. package/src/generated/prisma/internal/prismaNamespaceBrowser.ts +7 -20
  49. package/src/generated/prisma/models/DbResource.ts +2701 -0
  50. package/src/generated/prisma/models/SourceReference.ts +89 -89
  51. package/src/generated/prisma/models.ts +1 -2
  52. package/src/index.ts +1 -1
  53. package/src/modules/appCatalog/checkLinks.ts +7 -7
  54. package/src/modules/appCatalog/service.ts +51 -62
  55. package/src/modules/assets/screenshotRestController.ts +2 -2
  56. package/src/modules/assets/screenshotRouter.ts +2 -2
  57. package/src/modules/assets/syncAssets.ts +4 -4
  58. package/src/modules/lighthouseKeeper/tools.ts +1 -1
  59. package/src/prisma-json-types.d.ts +8 -8
  60. package/src/server/controller.ts +2 -2
  61. package/src/types/common/appCatalogTypes.ts +28 -9
  62. package/src/types/common/approvalMethodTypes.ts +6 -0
  63. package/src/types/index.ts +0 -1
  64. package/dist/generated/prisma/models/DbAppForCatalog.d.mts +0 -1778
  65. package/dist/generated/prisma/models/DbAppForCatalog.d.mts.map +0 -1
  66. package/dist/generated/prisma/models/DbSubResource.d.mts +0 -1468
  67. package/dist/generated/prisma/models/DbSubResource.d.mts.map +0 -1
  68. package/dist/types/common/subResourceTypes.d.mts +0 -24
  69. package/dist/types/common/subResourceTypes.d.mts.map +0 -1
  70. package/src/generated/prisma/models/DbAppForCatalog.ts +0 -2014
  71. package/src/generated/prisma/models/DbSubResource.ts +0 -1692
  72. package/src/types/common/subResourceTypes.ts +0 -20
@@ -0,0 +1,2433 @@
1
+ import { DateTimeFieldUpdateOperationsInput, NullableStringFieldUpdateOperationsInput, StringFieldUpdateOperationsInput } from "./user.mjs";
2
+ import { StringNullableListFilter } from "./DbApprovalMethod.mjs";
3
+ import { $SourceReferencePayload, SourceReferenceCreateNestedManyWithoutResourceInput, SourceReferenceInclude, SourceReferenceListRelationFilter, SourceReferenceOmit, SourceReferenceOrderByRelationAggregateInput, SourceReferenceOrderByWithRelationInput, SourceReferenceSelect, SourceReferenceUncheckedCreateNestedManyWithoutResourceInput, SourceReferenceUncheckedUpdateManyWithoutResourceNestedInput, SourceReferenceUpdateManyWithoutResourceNestedInput, SourceReferenceWhereInput, SourceReferenceWhereUniqueInput } from "./SourceReference.mjs";
4
+ import { DateTimeFilter, DateTimeWithAggregatesFilter, JsonNullableFilter, JsonNullableWithAggregatesFilter, SortOrderInput, StringFilter, StringNullableFilter, StringNullableWithAggregatesFilter, StringWithAggregatesFilter } from "../commonInputTypes.mjs";
5
+ import { AtLeast, BatchPayload, DbResourceScalarFieldEnum, ExcludeUnderscoreKeys, Extends, False, FieldRef, GetHavingFields, GetScalarType, Has, Keys, MaybeTupleToUnion, NullableJsonNullValueInput, Or, PickEnumerable, PrismaPromise, SelectSubset, SortOrder, SourceReferenceScalarFieldEnum, Subset, SubsetIntersection, True, TypeMap, XOR } from "../internal/prismaNamespace.mjs";
6
+ import * as runtime from "@prisma/client/runtime/client";
7
+
8
+ //#region src/generated/prisma/models/DbResource.d.ts
9
+ type AggregateDbResource = {
10
+ _count: DbResourceCountAggregateOutputType | null;
11
+ _min: DbResourceMinAggregateOutputType | null;
12
+ _max: DbResourceMaxAggregateOutputType | null;
13
+ };
14
+ type DbResourceMinAggregateOutputType = {
15
+ id: string | null;
16
+ slug: string | null;
17
+ type: string | null;
18
+ displayName: string | null;
19
+ abbreviation: string | null;
20
+ description: string | null;
21
+ notes: string | null;
22
+ appUrl: string | null;
23
+ iconName: string | null;
24
+ aiPrompt: string | null;
25
+ parentSlug: string | null;
26
+ tier: string | null;
27
+ familySlug: string | null;
28
+ ownerPersonSlug: string | null;
29
+ accessComments: string | null;
30
+ createdAt: Date | null;
31
+ updatedAt: Date | null;
32
+ };
33
+ type DbResourceMaxAggregateOutputType = {
34
+ id: string | null;
35
+ slug: string | null;
36
+ type: string | null;
37
+ displayName: string | null;
38
+ abbreviation: string | null;
39
+ description: string | null;
40
+ notes: string | null;
41
+ appUrl: string | null;
42
+ iconName: string | null;
43
+ aiPrompt: string | null;
44
+ parentSlug: string | null;
45
+ tier: string | null;
46
+ familySlug: string | null;
47
+ ownerPersonSlug: string | null;
48
+ accessComments: string | null;
49
+ createdAt: Date | null;
50
+ updatedAt: Date | null;
51
+ };
52
+ type DbResourceCountAggregateOutputType = {
53
+ id: number;
54
+ slug: number;
55
+ type: number;
56
+ displayName: number;
57
+ abbreviation: number;
58
+ nicknames: number;
59
+ description: number;
60
+ access: PrismaJson.AccessMethod;
61
+ teams: number;
62
+ accessRequest: PrismaJson.AccessRequest;
63
+ notes: number;
64
+ tags: number;
65
+ appUrl: number;
66
+ links: PrismaJson.AppLink[];
67
+ iconName: number;
68
+ screenshotIds: number;
69
+ deprecated: PrismaJson.AppDeprecation;
70
+ aiPrompt: number;
71
+ urlIssues: number;
72
+ tiers: PrismaJson.TierVariant[];
73
+ parentSlug: number;
74
+ tier: number;
75
+ familySlug: number;
76
+ aliases: number;
77
+ ownerPersonSlug: number;
78
+ accessMaintainerGroupSlugs: number;
79
+ accessComments: number;
80
+ extra: PrismaJson.SubResourceExtra;
81
+ createdAt: number;
82
+ updatedAt: number;
83
+ _all: number;
84
+ };
85
+ type DbResourceMinAggregateInputType = {
86
+ id?: true;
87
+ slug?: true;
88
+ type?: true;
89
+ displayName?: true;
90
+ abbreviation?: true;
91
+ description?: true;
92
+ notes?: true;
93
+ appUrl?: true;
94
+ iconName?: true;
95
+ aiPrompt?: true;
96
+ parentSlug?: true;
97
+ tier?: true;
98
+ familySlug?: true;
99
+ ownerPersonSlug?: true;
100
+ accessComments?: true;
101
+ createdAt?: true;
102
+ updatedAt?: true;
103
+ };
104
+ type DbResourceMaxAggregateInputType = {
105
+ id?: true;
106
+ slug?: true;
107
+ type?: true;
108
+ displayName?: true;
109
+ abbreviation?: true;
110
+ description?: true;
111
+ notes?: true;
112
+ appUrl?: true;
113
+ iconName?: true;
114
+ aiPrompt?: true;
115
+ parentSlug?: true;
116
+ tier?: true;
117
+ familySlug?: true;
118
+ ownerPersonSlug?: true;
119
+ accessComments?: true;
120
+ createdAt?: true;
121
+ updatedAt?: true;
122
+ };
123
+ type DbResourceCountAggregateInputType = {
124
+ id?: true;
125
+ slug?: true;
126
+ type?: true;
127
+ displayName?: true;
128
+ abbreviation?: true;
129
+ nicknames?: true;
130
+ description?: true;
131
+ access?: true;
132
+ teams?: true;
133
+ accessRequest?: true;
134
+ notes?: true;
135
+ tags?: true;
136
+ appUrl?: true;
137
+ links?: true;
138
+ iconName?: true;
139
+ screenshotIds?: true;
140
+ deprecated?: true;
141
+ aiPrompt?: true;
142
+ urlIssues?: true;
143
+ tiers?: true;
144
+ parentSlug?: true;
145
+ tier?: true;
146
+ familySlug?: true;
147
+ aliases?: true;
148
+ ownerPersonSlug?: true;
149
+ accessMaintainerGroupSlugs?: true;
150
+ accessComments?: true;
151
+ extra?: true;
152
+ createdAt?: true;
153
+ updatedAt?: true;
154
+ _all?: true;
155
+ };
156
+ type DbResourceAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
157
+ /**
158
+ * Filter which DbResource to aggregate.
159
+ */
160
+ where?: DbResourceWhereInput;
161
+ /**
162
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
163
+ *
164
+ * Determine the order of DbResources to fetch.
165
+ */
166
+ orderBy?: DbResourceOrderByWithRelationInput | DbResourceOrderByWithRelationInput[];
167
+ /**
168
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
169
+ *
170
+ * Sets the start position
171
+ */
172
+ cursor?: DbResourceWhereUniqueInput;
173
+ /**
174
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
175
+ *
176
+ * Take `±n` DbResources from the position of the cursor.
177
+ */
178
+ take?: number;
179
+ /**
180
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
181
+ *
182
+ * Skip the first `n` DbResources.
183
+ */
184
+ skip?: number;
185
+ /**
186
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
187
+ *
188
+ * Count returned DbResources
189
+ **/
190
+ _count?: true | DbResourceCountAggregateInputType;
191
+ /**
192
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
193
+ *
194
+ * Select which fields to find the minimum value
195
+ **/
196
+ _min?: DbResourceMinAggregateInputType;
197
+ /**
198
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
199
+ *
200
+ * Select which fields to find the maximum value
201
+ **/
202
+ _max?: DbResourceMaxAggregateInputType;
203
+ };
204
+ type GetDbResourceAggregateType<T extends DbResourceAggregateArgs> = { [P in keyof T & keyof AggregateDbResource]: P extends '_count' | 'count' ? T[P] extends true ? number : GetScalarType<T[P], AggregateDbResource[P]> : GetScalarType<T[P], AggregateDbResource[P]> };
205
+ type DbResourceGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
206
+ where?: DbResourceWhereInput;
207
+ orderBy?: DbResourceOrderByWithAggregationInput | DbResourceOrderByWithAggregationInput[];
208
+ by: DbResourceScalarFieldEnum[] | DbResourceScalarFieldEnum;
209
+ having?: DbResourceScalarWhereWithAggregatesInput;
210
+ take?: number;
211
+ skip?: number;
212
+ _count?: DbResourceCountAggregateInputType | true;
213
+ _min?: DbResourceMinAggregateInputType;
214
+ _max?: DbResourceMaxAggregateInputType;
215
+ };
216
+ type DbResourceGroupByOutputType = {
217
+ id: string;
218
+ slug: string;
219
+ type: string;
220
+ displayName: string;
221
+ abbreviation: string | null;
222
+ nicknames: string[];
223
+ description: string;
224
+ access: PrismaJson.AccessMethod | null;
225
+ teams: string[];
226
+ accessRequest: PrismaJson.AccessRequest | null;
227
+ notes: string | null;
228
+ tags: string[];
229
+ appUrl: string | null;
230
+ links: PrismaJson.AppLink[] | null;
231
+ iconName: string | null;
232
+ screenshotIds: string[];
233
+ deprecated: PrismaJson.AppDeprecation | null;
234
+ aiPrompt: string | null;
235
+ urlIssues: string[];
236
+ tiers: PrismaJson.TierVariant[] | null;
237
+ parentSlug: string | null;
238
+ tier: string | null;
239
+ familySlug: string | null;
240
+ aliases: string[];
241
+ ownerPersonSlug: string | null;
242
+ accessMaintainerGroupSlugs: string[];
243
+ accessComments: string | null;
244
+ extra: PrismaJson.SubResourceExtra | null;
245
+ createdAt: Date;
246
+ updatedAt: Date;
247
+ _count: DbResourceCountAggregateOutputType | null;
248
+ _min: DbResourceMinAggregateOutputType | null;
249
+ _max: DbResourceMaxAggregateOutputType | null;
250
+ };
251
+ type GetDbResourceGroupByPayload<T extends DbResourceGroupByArgs> = PrismaPromise<Array<PickEnumerable<DbResourceGroupByOutputType, T['by']> & { [P in ((keyof T) & (keyof DbResourceGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : GetScalarType<T[P], DbResourceGroupByOutputType[P]> : GetScalarType<T[P], DbResourceGroupByOutputType[P]> }>>;
252
+ type DbResourceWhereInput = {
253
+ AND?: DbResourceWhereInput | DbResourceWhereInput[];
254
+ OR?: DbResourceWhereInput[];
255
+ NOT?: DbResourceWhereInput | DbResourceWhereInput[];
256
+ id?: StringFilter<"DbResource"> | string;
257
+ slug?: StringFilter<"DbResource"> | string;
258
+ type?: StringFilter<"DbResource"> | string;
259
+ displayName?: StringFilter<"DbResource"> | string;
260
+ abbreviation?: StringNullableFilter<"DbResource"> | string | null;
261
+ nicknames?: StringNullableListFilter<"DbResource">;
262
+ description?: StringFilter<"DbResource"> | string;
263
+ access?: JsonNullableFilter<"DbResource">;
264
+ teams?: StringNullableListFilter<"DbResource">;
265
+ accessRequest?: JsonNullableFilter<"DbResource">;
266
+ notes?: StringNullableFilter<"DbResource"> | string | null;
267
+ tags?: StringNullableListFilter<"DbResource">;
268
+ appUrl?: StringNullableFilter<"DbResource"> | string | null;
269
+ links?: JsonNullableFilter<"DbResource">;
270
+ iconName?: StringNullableFilter<"DbResource"> | string | null;
271
+ screenshotIds?: StringNullableListFilter<"DbResource">;
272
+ deprecated?: JsonNullableFilter<"DbResource">;
273
+ aiPrompt?: StringNullableFilter<"DbResource"> | string | null;
274
+ urlIssues?: StringNullableListFilter<"DbResource">;
275
+ tiers?: JsonNullableFilter<"DbResource">;
276
+ parentSlug?: StringNullableFilter<"DbResource"> | string | null;
277
+ tier?: StringNullableFilter<"DbResource"> | string | null;
278
+ familySlug?: StringNullableFilter<"DbResource"> | string | null;
279
+ aliases?: StringNullableListFilter<"DbResource">;
280
+ ownerPersonSlug?: StringNullableFilter<"DbResource"> | string | null;
281
+ accessMaintainerGroupSlugs?: StringNullableListFilter<"DbResource">;
282
+ accessComments?: StringNullableFilter<"DbResource"> | string | null;
283
+ extra?: JsonNullableFilter<"DbResource">;
284
+ createdAt?: DateTimeFilter<"DbResource"> | Date | string;
285
+ updatedAt?: DateTimeFilter<"DbResource"> | Date | string;
286
+ sourceRefs?: SourceReferenceListRelationFilter;
287
+ parent?: XOR<DbResourceNullableScalarRelationFilter, DbResourceWhereInput> | null;
288
+ children?: DbResourceListRelationFilter;
289
+ };
290
+ type DbResourceOrderByWithRelationInput = {
291
+ id?: SortOrder;
292
+ slug?: SortOrder;
293
+ type?: SortOrder;
294
+ displayName?: SortOrder;
295
+ abbreviation?: SortOrderInput | SortOrder;
296
+ nicknames?: SortOrder;
297
+ description?: SortOrder;
298
+ access?: SortOrderInput | SortOrder;
299
+ teams?: SortOrder;
300
+ accessRequest?: SortOrderInput | SortOrder;
301
+ notes?: SortOrderInput | SortOrder;
302
+ tags?: SortOrder;
303
+ appUrl?: SortOrderInput | SortOrder;
304
+ links?: SortOrderInput | SortOrder;
305
+ iconName?: SortOrderInput | SortOrder;
306
+ screenshotIds?: SortOrder;
307
+ deprecated?: SortOrderInput | SortOrder;
308
+ aiPrompt?: SortOrderInput | SortOrder;
309
+ urlIssues?: SortOrder;
310
+ tiers?: SortOrderInput | SortOrder;
311
+ parentSlug?: SortOrderInput | SortOrder;
312
+ tier?: SortOrderInput | SortOrder;
313
+ familySlug?: SortOrderInput | SortOrder;
314
+ aliases?: SortOrder;
315
+ ownerPersonSlug?: SortOrderInput | SortOrder;
316
+ accessMaintainerGroupSlugs?: SortOrder;
317
+ accessComments?: SortOrderInput | SortOrder;
318
+ extra?: SortOrderInput | SortOrder;
319
+ createdAt?: SortOrder;
320
+ updatedAt?: SortOrder;
321
+ sourceRefs?: SourceReferenceOrderByRelationAggregateInput;
322
+ parent?: DbResourceOrderByWithRelationInput;
323
+ children?: DbResourceOrderByRelationAggregateInput;
324
+ };
325
+ type DbResourceWhereUniqueInput = AtLeast<{
326
+ id?: string;
327
+ slug?: string;
328
+ AND?: DbResourceWhereInput | DbResourceWhereInput[];
329
+ OR?: DbResourceWhereInput[];
330
+ NOT?: DbResourceWhereInput | DbResourceWhereInput[];
331
+ type?: StringFilter<"DbResource"> | string;
332
+ displayName?: StringFilter<"DbResource"> | string;
333
+ abbreviation?: StringNullableFilter<"DbResource"> | string | null;
334
+ nicknames?: StringNullableListFilter<"DbResource">;
335
+ description?: StringFilter<"DbResource"> | string;
336
+ access?: JsonNullableFilter<"DbResource">;
337
+ teams?: StringNullableListFilter<"DbResource">;
338
+ accessRequest?: JsonNullableFilter<"DbResource">;
339
+ notes?: StringNullableFilter<"DbResource"> | string | null;
340
+ tags?: StringNullableListFilter<"DbResource">;
341
+ appUrl?: StringNullableFilter<"DbResource"> | string | null;
342
+ links?: JsonNullableFilter<"DbResource">;
343
+ iconName?: StringNullableFilter<"DbResource"> | string | null;
344
+ screenshotIds?: StringNullableListFilter<"DbResource">;
345
+ deprecated?: JsonNullableFilter<"DbResource">;
346
+ aiPrompt?: StringNullableFilter<"DbResource"> | string | null;
347
+ urlIssues?: StringNullableListFilter<"DbResource">;
348
+ tiers?: JsonNullableFilter<"DbResource">;
349
+ parentSlug?: StringNullableFilter<"DbResource"> | string | null;
350
+ tier?: StringNullableFilter<"DbResource"> | string | null;
351
+ familySlug?: StringNullableFilter<"DbResource"> | string | null;
352
+ aliases?: StringNullableListFilter<"DbResource">;
353
+ ownerPersonSlug?: StringNullableFilter<"DbResource"> | string | null;
354
+ accessMaintainerGroupSlugs?: StringNullableListFilter<"DbResource">;
355
+ accessComments?: StringNullableFilter<"DbResource"> | string | null;
356
+ extra?: JsonNullableFilter<"DbResource">;
357
+ createdAt?: DateTimeFilter<"DbResource"> | Date | string;
358
+ updatedAt?: DateTimeFilter<"DbResource"> | Date | string;
359
+ sourceRefs?: SourceReferenceListRelationFilter;
360
+ parent?: XOR<DbResourceNullableScalarRelationFilter, DbResourceWhereInput> | null;
361
+ children?: DbResourceListRelationFilter;
362
+ }, "id" | "slug">;
363
+ type DbResourceOrderByWithAggregationInput = {
364
+ id?: SortOrder;
365
+ slug?: SortOrder;
366
+ type?: SortOrder;
367
+ displayName?: SortOrder;
368
+ abbreviation?: SortOrderInput | SortOrder;
369
+ nicknames?: SortOrder;
370
+ description?: SortOrder;
371
+ access?: SortOrderInput | SortOrder;
372
+ teams?: SortOrder;
373
+ accessRequest?: SortOrderInput | SortOrder;
374
+ notes?: SortOrderInput | SortOrder;
375
+ tags?: SortOrder;
376
+ appUrl?: SortOrderInput | SortOrder;
377
+ links?: SortOrderInput | SortOrder;
378
+ iconName?: SortOrderInput | SortOrder;
379
+ screenshotIds?: SortOrder;
380
+ deprecated?: SortOrderInput | SortOrder;
381
+ aiPrompt?: SortOrderInput | SortOrder;
382
+ urlIssues?: SortOrder;
383
+ tiers?: SortOrderInput | SortOrder;
384
+ parentSlug?: SortOrderInput | SortOrder;
385
+ tier?: SortOrderInput | SortOrder;
386
+ familySlug?: SortOrderInput | SortOrder;
387
+ aliases?: SortOrder;
388
+ ownerPersonSlug?: SortOrderInput | SortOrder;
389
+ accessMaintainerGroupSlugs?: SortOrder;
390
+ accessComments?: SortOrderInput | SortOrder;
391
+ extra?: SortOrderInput | SortOrder;
392
+ createdAt?: SortOrder;
393
+ updatedAt?: SortOrder;
394
+ _count?: DbResourceCountOrderByAggregateInput;
395
+ _max?: DbResourceMaxOrderByAggregateInput;
396
+ _min?: DbResourceMinOrderByAggregateInput;
397
+ };
398
+ type DbResourceScalarWhereWithAggregatesInput = {
399
+ AND?: DbResourceScalarWhereWithAggregatesInput | DbResourceScalarWhereWithAggregatesInput[];
400
+ OR?: DbResourceScalarWhereWithAggregatesInput[];
401
+ NOT?: DbResourceScalarWhereWithAggregatesInput | DbResourceScalarWhereWithAggregatesInput[];
402
+ id?: StringWithAggregatesFilter<"DbResource"> | string;
403
+ slug?: StringWithAggregatesFilter<"DbResource"> | string;
404
+ type?: StringWithAggregatesFilter<"DbResource"> | string;
405
+ displayName?: StringWithAggregatesFilter<"DbResource"> | string;
406
+ abbreviation?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
407
+ nicknames?: StringNullableListFilter<"DbResource">;
408
+ description?: StringWithAggregatesFilter<"DbResource"> | string;
409
+ access?: JsonNullableWithAggregatesFilter<"DbResource">;
410
+ teams?: StringNullableListFilter<"DbResource">;
411
+ accessRequest?: JsonNullableWithAggregatesFilter<"DbResource">;
412
+ notes?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
413
+ tags?: StringNullableListFilter<"DbResource">;
414
+ appUrl?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
415
+ links?: JsonNullableWithAggregatesFilter<"DbResource">;
416
+ iconName?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
417
+ screenshotIds?: StringNullableListFilter<"DbResource">;
418
+ deprecated?: JsonNullableWithAggregatesFilter<"DbResource">;
419
+ aiPrompt?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
420
+ urlIssues?: StringNullableListFilter<"DbResource">;
421
+ tiers?: JsonNullableWithAggregatesFilter<"DbResource">;
422
+ parentSlug?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
423
+ tier?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
424
+ familySlug?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
425
+ aliases?: StringNullableListFilter<"DbResource">;
426
+ ownerPersonSlug?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
427
+ accessMaintainerGroupSlugs?: StringNullableListFilter<"DbResource">;
428
+ accessComments?: StringNullableWithAggregatesFilter<"DbResource"> | string | null;
429
+ extra?: JsonNullableWithAggregatesFilter<"DbResource">;
430
+ createdAt?: DateTimeWithAggregatesFilter<"DbResource"> | Date | string;
431
+ updatedAt?: DateTimeWithAggregatesFilter<"DbResource"> | Date | string;
432
+ };
433
+ type DbResourceCreateInput = {
434
+ id?: string;
435
+ slug: string;
436
+ type?: string;
437
+ displayName: string;
438
+ abbreviation?: string | null;
439
+ nicknames?: DbResourceCreatenicknamesInput | string[];
440
+ description: string;
441
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
442
+ teams?: DbResourceCreateteamsInput | string[];
443
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
444
+ notes?: string | null;
445
+ tags?: DbResourceCreatetagsInput | string[];
446
+ appUrl?: string | null;
447
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
448
+ iconName?: string | null;
449
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
450
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
451
+ aiPrompt?: string | null;
452
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
453
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
454
+ tier?: string | null;
455
+ familySlug?: string | null;
456
+ aliases?: DbResourceCreatealiasesInput | string[];
457
+ ownerPersonSlug?: string | null;
458
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
459
+ accessComments?: string | null;
460
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
461
+ createdAt?: Date | string;
462
+ updatedAt?: Date | string;
463
+ sourceRefs?: SourceReferenceCreateNestedManyWithoutResourceInput;
464
+ parent?: DbResourceCreateNestedOneWithoutChildrenInput;
465
+ children?: DbResourceCreateNestedManyWithoutParentInput;
466
+ };
467
+ type DbResourceUncheckedCreateInput = {
468
+ id?: string;
469
+ slug: string;
470
+ type?: string;
471
+ displayName: string;
472
+ abbreviation?: string | null;
473
+ nicknames?: DbResourceCreatenicknamesInput | string[];
474
+ description: string;
475
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
476
+ teams?: DbResourceCreateteamsInput | string[];
477
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
478
+ notes?: string | null;
479
+ tags?: DbResourceCreatetagsInput | string[];
480
+ appUrl?: string | null;
481
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
482
+ iconName?: string | null;
483
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
484
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
485
+ aiPrompt?: string | null;
486
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
487
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
488
+ parentSlug?: string | null;
489
+ tier?: string | null;
490
+ familySlug?: string | null;
491
+ aliases?: DbResourceCreatealiasesInput | string[];
492
+ ownerPersonSlug?: string | null;
493
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
494
+ accessComments?: string | null;
495
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
496
+ createdAt?: Date | string;
497
+ updatedAt?: Date | string;
498
+ sourceRefs?: SourceReferenceUncheckedCreateNestedManyWithoutResourceInput;
499
+ children?: DbResourceUncheckedCreateNestedManyWithoutParentInput;
500
+ };
501
+ type DbResourceUpdateInput = {
502
+ id?: StringFieldUpdateOperationsInput | string;
503
+ slug?: StringFieldUpdateOperationsInput | string;
504
+ type?: StringFieldUpdateOperationsInput | string;
505
+ displayName?: StringFieldUpdateOperationsInput | string;
506
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
507
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
508
+ description?: StringFieldUpdateOperationsInput | string;
509
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
510
+ teams?: DbResourceUpdateteamsInput | string[];
511
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
512
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
513
+ tags?: DbResourceUpdatetagsInput | string[];
514
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
515
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
516
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
517
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
518
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
519
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
520
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
521
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
522
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
523
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
524
+ aliases?: DbResourceUpdatealiasesInput | string[];
525
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
526
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
527
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
528
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
529
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
530
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
531
+ sourceRefs?: SourceReferenceUpdateManyWithoutResourceNestedInput;
532
+ parent?: DbResourceUpdateOneWithoutChildrenNestedInput;
533
+ children?: DbResourceUpdateManyWithoutParentNestedInput;
534
+ };
535
+ type DbResourceUncheckedUpdateInput = {
536
+ id?: StringFieldUpdateOperationsInput | string;
537
+ slug?: StringFieldUpdateOperationsInput | string;
538
+ type?: StringFieldUpdateOperationsInput | string;
539
+ displayName?: StringFieldUpdateOperationsInput | string;
540
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
541
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
542
+ description?: StringFieldUpdateOperationsInput | string;
543
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
544
+ teams?: DbResourceUpdateteamsInput | string[];
545
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
546
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
547
+ tags?: DbResourceUpdatetagsInput | string[];
548
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
549
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
550
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
551
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
552
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
553
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
554
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
555
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
556
+ parentSlug?: NullableStringFieldUpdateOperationsInput | string | null;
557
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
558
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
559
+ aliases?: DbResourceUpdatealiasesInput | string[];
560
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
561
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
562
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
563
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
564
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
565
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
566
+ sourceRefs?: SourceReferenceUncheckedUpdateManyWithoutResourceNestedInput;
567
+ children?: DbResourceUncheckedUpdateManyWithoutParentNestedInput;
568
+ };
569
+ type DbResourceCreateManyInput = {
570
+ id?: string;
571
+ slug: string;
572
+ type?: string;
573
+ displayName: string;
574
+ abbreviation?: string | null;
575
+ nicknames?: DbResourceCreatenicknamesInput | string[];
576
+ description: string;
577
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
578
+ teams?: DbResourceCreateteamsInput | string[];
579
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
580
+ notes?: string | null;
581
+ tags?: DbResourceCreatetagsInput | string[];
582
+ appUrl?: string | null;
583
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
584
+ iconName?: string | null;
585
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
586
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
587
+ aiPrompt?: string | null;
588
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
589
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
590
+ parentSlug?: string | null;
591
+ tier?: string | null;
592
+ familySlug?: string | null;
593
+ aliases?: DbResourceCreatealiasesInput | string[];
594
+ ownerPersonSlug?: string | null;
595
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
596
+ accessComments?: string | null;
597
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
598
+ createdAt?: Date | string;
599
+ updatedAt?: Date | string;
600
+ };
601
+ type DbResourceUpdateManyMutationInput = {
602
+ id?: StringFieldUpdateOperationsInput | string;
603
+ slug?: StringFieldUpdateOperationsInput | string;
604
+ type?: StringFieldUpdateOperationsInput | string;
605
+ displayName?: StringFieldUpdateOperationsInput | string;
606
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
607
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
608
+ description?: StringFieldUpdateOperationsInput | string;
609
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
610
+ teams?: DbResourceUpdateteamsInput | string[];
611
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
612
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
613
+ tags?: DbResourceUpdatetagsInput | string[];
614
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
615
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
616
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
617
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
618
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
619
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
620
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
621
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
622
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
623
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
624
+ aliases?: DbResourceUpdatealiasesInput | string[];
625
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
626
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
627
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
628
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
629
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
630
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
631
+ };
632
+ type DbResourceUncheckedUpdateManyInput = {
633
+ id?: StringFieldUpdateOperationsInput | string;
634
+ slug?: StringFieldUpdateOperationsInput | string;
635
+ type?: StringFieldUpdateOperationsInput | string;
636
+ displayName?: StringFieldUpdateOperationsInput | string;
637
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
638
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
639
+ description?: StringFieldUpdateOperationsInput | string;
640
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
641
+ teams?: DbResourceUpdateteamsInput | string[];
642
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
643
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
644
+ tags?: DbResourceUpdatetagsInput | string[];
645
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
646
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
647
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
648
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
649
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
650
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
651
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
652
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
653
+ parentSlug?: NullableStringFieldUpdateOperationsInput | string | null;
654
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
655
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
656
+ aliases?: DbResourceUpdatealiasesInput | string[];
657
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
658
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
659
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
660
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
661
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
662
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
663
+ };
664
+ type DbResourceNullableScalarRelationFilter = {
665
+ is?: DbResourceWhereInput | null;
666
+ isNot?: DbResourceWhereInput | null;
667
+ };
668
+ type DbResourceListRelationFilter = {
669
+ every?: DbResourceWhereInput;
670
+ some?: DbResourceWhereInput;
671
+ none?: DbResourceWhereInput;
672
+ };
673
+ type DbResourceOrderByRelationAggregateInput = {
674
+ _count?: SortOrder;
675
+ };
676
+ type DbResourceCountOrderByAggregateInput = {
677
+ id?: SortOrder;
678
+ slug?: SortOrder;
679
+ type?: SortOrder;
680
+ displayName?: SortOrder;
681
+ abbreviation?: SortOrder;
682
+ nicknames?: SortOrder;
683
+ description?: SortOrder;
684
+ access?: SortOrder;
685
+ teams?: SortOrder;
686
+ accessRequest?: SortOrder;
687
+ notes?: SortOrder;
688
+ tags?: SortOrder;
689
+ appUrl?: SortOrder;
690
+ links?: SortOrder;
691
+ iconName?: SortOrder;
692
+ screenshotIds?: SortOrder;
693
+ deprecated?: SortOrder;
694
+ aiPrompt?: SortOrder;
695
+ urlIssues?: SortOrder;
696
+ tiers?: SortOrder;
697
+ parentSlug?: SortOrder;
698
+ tier?: SortOrder;
699
+ familySlug?: SortOrder;
700
+ aliases?: SortOrder;
701
+ ownerPersonSlug?: SortOrder;
702
+ accessMaintainerGroupSlugs?: SortOrder;
703
+ accessComments?: SortOrder;
704
+ extra?: SortOrder;
705
+ createdAt?: SortOrder;
706
+ updatedAt?: SortOrder;
707
+ };
708
+ type DbResourceMaxOrderByAggregateInput = {
709
+ id?: SortOrder;
710
+ slug?: SortOrder;
711
+ type?: SortOrder;
712
+ displayName?: SortOrder;
713
+ abbreviation?: SortOrder;
714
+ description?: SortOrder;
715
+ notes?: SortOrder;
716
+ appUrl?: SortOrder;
717
+ iconName?: SortOrder;
718
+ aiPrompt?: SortOrder;
719
+ parentSlug?: SortOrder;
720
+ tier?: SortOrder;
721
+ familySlug?: SortOrder;
722
+ ownerPersonSlug?: SortOrder;
723
+ accessComments?: SortOrder;
724
+ createdAt?: SortOrder;
725
+ updatedAt?: SortOrder;
726
+ };
727
+ type DbResourceMinOrderByAggregateInput = {
728
+ id?: SortOrder;
729
+ slug?: SortOrder;
730
+ type?: SortOrder;
731
+ displayName?: SortOrder;
732
+ abbreviation?: SortOrder;
733
+ description?: SortOrder;
734
+ notes?: SortOrder;
735
+ appUrl?: SortOrder;
736
+ iconName?: SortOrder;
737
+ aiPrompt?: SortOrder;
738
+ parentSlug?: SortOrder;
739
+ tier?: SortOrder;
740
+ familySlug?: SortOrder;
741
+ ownerPersonSlug?: SortOrder;
742
+ accessComments?: SortOrder;
743
+ createdAt?: SortOrder;
744
+ updatedAt?: SortOrder;
745
+ };
746
+ type DbResourceScalarRelationFilter = {
747
+ is?: DbResourceWhereInput;
748
+ isNot?: DbResourceWhereInput;
749
+ };
750
+ type DbResourceCreatenicknamesInput = {
751
+ set: string[];
752
+ };
753
+ type DbResourceCreateteamsInput = {
754
+ set: string[];
755
+ };
756
+ type DbResourceCreatetagsInput = {
757
+ set: string[];
758
+ };
759
+ type DbResourceCreatescreenshotIdsInput = {
760
+ set: string[];
761
+ };
762
+ type DbResourceCreateurlIssuesInput = {
763
+ set: string[];
764
+ };
765
+ type DbResourceCreatealiasesInput = {
766
+ set: string[];
767
+ };
768
+ type DbResourceCreateaccessMaintainerGroupSlugsInput = {
769
+ set: string[];
770
+ };
771
+ type DbResourceCreateNestedOneWithoutChildrenInput = {
772
+ create?: XOR<DbResourceCreateWithoutChildrenInput, DbResourceUncheckedCreateWithoutChildrenInput>;
773
+ connectOrCreate?: DbResourceCreateOrConnectWithoutChildrenInput;
774
+ connect?: DbResourceWhereUniqueInput;
775
+ };
776
+ type DbResourceCreateNestedManyWithoutParentInput = {
777
+ create?: XOR<DbResourceCreateWithoutParentInput, DbResourceUncheckedCreateWithoutParentInput> | DbResourceCreateWithoutParentInput[] | DbResourceUncheckedCreateWithoutParentInput[];
778
+ connectOrCreate?: DbResourceCreateOrConnectWithoutParentInput | DbResourceCreateOrConnectWithoutParentInput[];
779
+ createMany?: DbResourceCreateManyParentInputEnvelope;
780
+ connect?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
781
+ };
782
+ type DbResourceUncheckedCreateNestedManyWithoutParentInput = {
783
+ create?: XOR<DbResourceCreateWithoutParentInput, DbResourceUncheckedCreateWithoutParentInput> | DbResourceCreateWithoutParentInput[] | DbResourceUncheckedCreateWithoutParentInput[];
784
+ connectOrCreate?: DbResourceCreateOrConnectWithoutParentInput | DbResourceCreateOrConnectWithoutParentInput[];
785
+ createMany?: DbResourceCreateManyParentInputEnvelope;
786
+ connect?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
787
+ };
788
+ type DbResourceUpdatenicknamesInput = {
789
+ set?: string[];
790
+ push?: string | string[];
791
+ };
792
+ type DbResourceUpdateteamsInput = {
793
+ set?: string[];
794
+ push?: string | string[];
795
+ };
796
+ type DbResourceUpdatetagsInput = {
797
+ set?: string[];
798
+ push?: string | string[];
799
+ };
800
+ type DbResourceUpdatescreenshotIdsInput = {
801
+ set?: string[];
802
+ push?: string | string[];
803
+ };
804
+ type DbResourceUpdateurlIssuesInput = {
805
+ set?: string[];
806
+ push?: string | string[];
807
+ };
808
+ type DbResourceUpdatealiasesInput = {
809
+ set?: string[];
810
+ push?: string | string[];
811
+ };
812
+ type DbResourceUpdateaccessMaintainerGroupSlugsInput = {
813
+ set?: string[];
814
+ push?: string | string[];
815
+ };
816
+ type DbResourceUpdateOneWithoutChildrenNestedInput = {
817
+ create?: XOR<DbResourceCreateWithoutChildrenInput, DbResourceUncheckedCreateWithoutChildrenInput>;
818
+ connectOrCreate?: DbResourceCreateOrConnectWithoutChildrenInput;
819
+ upsert?: DbResourceUpsertWithoutChildrenInput;
820
+ disconnect?: DbResourceWhereInput | boolean;
821
+ delete?: DbResourceWhereInput | boolean;
822
+ connect?: DbResourceWhereUniqueInput;
823
+ update?: XOR<XOR<DbResourceUpdateToOneWithWhereWithoutChildrenInput, DbResourceUpdateWithoutChildrenInput>, DbResourceUncheckedUpdateWithoutChildrenInput>;
824
+ };
825
+ type DbResourceUpdateManyWithoutParentNestedInput = {
826
+ create?: XOR<DbResourceCreateWithoutParentInput, DbResourceUncheckedCreateWithoutParentInput> | DbResourceCreateWithoutParentInput[] | DbResourceUncheckedCreateWithoutParentInput[];
827
+ connectOrCreate?: DbResourceCreateOrConnectWithoutParentInput | DbResourceCreateOrConnectWithoutParentInput[];
828
+ upsert?: DbResourceUpsertWithWhereUniqueWithoutParentInput | DbResourceUpsertWithWhereUniqueWithoutParentInput[];
829
+ createMany?: DbResourceCreateManyParentInputEnvelope;
830
+ set?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
831
+ disconnect?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
832
+ delete?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
833
+ connect?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
834
+ update?: DbResourceUpdateWithWhereUniqueWithoutParentInput | DbResourceUpdateWithWhereUniqueWithoutParentInput[];
835
+ updateMany?: DbResourceUpdateManyWithWhereWithoutParentInput | DbResourceUpdateManyWithWhereWithoutParentInput[];
836
+ deleteMany?: DbResourceScalarWhereInput | DbResourceScalarWhereInput[];
837
+ };
838
+ type DbResourceUncheckedUpdateManyWithoutParentNestedInput = {
839
+ create?: XOR<DbResourceCreateWithoutParentInput, DbResourceUncheckedCreateWithoutParentInput> | DbResourceCreateWithoutParentInput[] | DbResourceUncheckedCreateWithoutParentInput[];
840
+ connectOrCreate?: DbResourceCreateOrConnectWithoutParentInput | DbResourceCreateOrConnectWithoutParentInput[];
841
+ upsert?: DbResourceUpsertWithWhereUniqueWithoutParentInput | DbResourceUpsertWithWhereUniqueWithoutParentInput[];
842
+ createMany?: DbResourceCreateManyParentInputEnvelope;
843
+ set?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
844
+ disconnect?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
845
+ delete?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
846
+ connect?: DbResourceWhereUniqueInput | DbResourceWhereUniqueInput[];
847
+ update?: DbResourceUpdateWithWhereUniqueWithoutParentInput | DbResourceUpdateWithWhereUniqueWithoutParentInput[];
848
+ updateMany?: DbResourceUpdateManyWithWhereWithoutParentInput | DbResourceUpdateManyWithWhereWithoutParentInput[];
849
+ deleteMany?: DbResourceScalarWhereInput | DbResourceScalarWhereInput[];
850
+ };
851
+ type DbResourceCreateNestedOneWithoutSourceRefsInput = {
852
+ create?: XOR<DbResourceCreateWithoutSourceRefsInput, DbResourceUncheckedCreateWithoutSourceRefsInput>;
853
+ connectOrCreate?: DbResourceCreateOrConnectWithoutSourceRefsInput;
854
+ connect?: DbResourceWhereUniqueInput;
855
+ };
856
+ type DbResourceUpdateOneRequiredWithoutSourceRefsNestedInput = {
857
+ create?: XOR<DbResourceCreateWithoutSourceRefsInput, DbResourceUncheckedCreateWithoutSourceRefsInput>;
858
+ connectOrCreate?: DbResourceCreateOrConnectWithoutSourceRefsInput;
859
+ upsert?: DbResourceUpsertWithoutSourceRefsInput;
860
+ connect?: DbResourceWhereUniqueInput;
861
+ update?: XOR<XOR<DbResourceUpdateToOneWithWhereWithoutSourceRefsInput, DbResourceUpdateWithoutSourceRefsInput>, DbResourceUncheckedUpdateWithoutSourceRefsInput>;
862
+ };
863
+ type DbResourceCreateWithoutChildrenInput = {
864
+ id?: string;
865
+ slug: string;
866
+ type?: string;
867
+ displayName: string;
868
+ abbreviation?: string | null;
869
+ nicknames?: DbResourceCreatenicknamesInput | string[];
870
+ description: string;
871
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
872
+ teams?: DbResourceCreateteamsInput | string[];
873
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
874
+ notes?: string | null;
875
+ tags?: DbResourceCreatetagsInput | string[];
876
+ appUrl?: string | null;
877
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
878
+ iconName?: string | null;
879
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
880
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
881
+ aiPrompt?: string | null;
882
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
883
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
884
+ tier?: string | null;
885
+ familySlug?: string | null;
886
+ aliases?: DbResourceCreatealiasesInput | string[];
887
+ ownerPersonSlug?: string | null;
888
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
889
+ accessComments?: string | null;
890
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
891
+ createdAt?: Date | string;
892
+ updatedAt?: Date | string;
893
+ sourceRefs?: SourceReferenceCreateNestedManyWithoutResourceInput;
894
+ parent?: DbResourceCreateNestedOneWithoutChildrenInput;
895
+ };
896
+ type DbResourceUncheckedCreateWithoutChildrenInput = {
897
+ id?: string;
898
+ slug: string;
899
+ type?: string;
900
+ displayName: string;
901
+ abbreviation?: string | null;
902
+ nicknames?: DbResourceCreatenicknamesInput | string[];
903
+ description: string;
904
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
905
+ teams?: DbResourceCreateteamsInput | string[];
906
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
907
+ notes?: string | null;
908
+ tags?: DbResourceCreatetagsInput | string[];
909
+ appUrl?: string | null;
910
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
911
+ iconName?: string | null;
912
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
913
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
914
+ aiPrompt?: string | null;
915
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
916
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
917
+ parentSlug?: string | null;
918
+ tier?: string | null;
919
+ familySlug?: string | null;
920
+ aliases?: DbResourceCreatealiasesInput | string[];
921
+ ownerPersonSlug?: string | null;
922
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
923
+ accessComments?: string | null;
924
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
925
+ createdAt?: Date | string;
926
+ updatedAt?: Date | string;
927
+ sourceRefs?: SourceReferenceUncheckedCreateNestedManyWithoutResourceInput;
928
+ };
929
+ type DbResourceCreateOrConnectWithoutChildrenInput = {
930
+ where: DbResourceWhereUniqueInput;
931
+ create: XOR<DbResourceCreateWithoutChildrenInput, DbResourceUncheckedCreateWithoutChildrenInput>;
932
+ };
933
+ type DbResourceCreateWithoutParentInput = {
934
+ id?: string;
935
+ slug: string;
936
+ type?: string;
937
+ displayName: string;
938
+ abbreviation?: string | null;
939
+ nicknames?: DbResourceCreatenicknamesInput | string[];
940
+ description: string;
941
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
942
+ teams?: DbResourceCreateteamsInput | string[];
943
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
944
+ notes?: string | null;
945
+ tags?: DbResourceCreatetagsInput | string[];
946
+ appUrl?: string | null;
947
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
948
+ iconName?: string | null;
949
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
950
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
951
+ aiPrompt?: string | null;
952
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
953
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
954
+ tier?: string | null;
955
+ familySlug?: string | null;
956
+ aliases?: DbResourceCreatealiasesInput | string[];
957
+ ownerPersonSlug?: string | null;
958
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
959
+ accessComments?: string | null;
960
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
961
+ createdAt?: Date | string;
962
+ updatedAt?: Date | string;
963
+ sourceRefs?: SourceReferenceCreateNestedManyWithoutResourceInput;
964
+ children?: DbResourceCreateNestedManyWithoutParentInput;
965
+ };
966
+ type DbResourceUncheckedCreateWithoutParentInput = {
967
+ id?: string;
968
+ slug: string;
969
+ type?: string;
970
+ displayName: string;
971
+ abbreviation?: string | null;
972
+ nicknames?: DbResourceCreatenicknamesInput | string[];
973
+ description: string;
974
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
975
+ teams?: DbResourceCreateteamsInput | string[];
976
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
977
+ notes?: string | null;
978
+ tags?: DbResourceCreatetagsInput | string[];
979
+ appUrl?: string | null;
980
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
981
+ iconName?: string | null;
982
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
983
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
984
+ aiPrompt?: string | null;
985
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
986
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
987
+ tier?: string | null;
988
+ familySlug?: string | null;
989
+ aliases?: DbResourceCreatealiasesInput | string[];
990
+ ownerPersonSlug?: string | null;
991
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
992
+ accessComments?: string | null;
993
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
994
+ createdAt?: Date | string;
995
+ updatedAt?: Date | string;
996
+ sourceRefs?: SourceReferenceUncheckedCreateNestedManyWithoutResourceInput;
997
+ children?: DbResourceUncheckedCreateNestedManyWithoutParentInput;
998
+ };
999
+ type DbResourceCreateOrConnectWithoutParentInput = {
1000
+ where: DbResourceWhereUniqueInput;
1001
+ create: XOR<DbResourceCreateWithoutParentInput, DbResourceUncheckedCreateWithoutParentInput>;
1002
+ };
1003
+ type DbResourceCreateManyParentInputEnvelope = {
1004
+ data: DbResourceCreateManyParentInput | DbResourceCreateManyParentInput[];
1005
+ skipDuplicates?: boolean;
1006
+ };
1007
+ type DbResourceUpsertWithoutChildrenInput = {
1008
+ update: XOR<DbResourceUpdateWithoutChildrenInput, DbResourceUncheckedUpdateWithoutChildrenInput>;
1009
+ create: XOR<DbResourceCreateWithoutChildrenInput, DbResourceUncheckedCreateWithoutChildrenInput>;
1010
+ where?: DbResourceWhereInput;
1011
+ };
1012
+ type DbResourceUpdateToOneWithWhereWithoutChildrenInput = {
1013
+ where?: DbResourceWhereInput;
1014
+ data: XOR<DbResourceUpdateWithoutChildrenInput, DbResourceUncheckedUpdateWithoutChildrenInput>;
1015
+ };
1016
+ type DbResourceUpdateWithoutChildrenInput = {
1017
+ id?: StringFieldUpdateOperationsInput | string;
1018
+ slug?: StringFieldUpdateOperationsInput | string;
1019
+ type?: StringFieldUpdateOperationsInput | string;
1020
+ displayName?: StringFieldUpdateOperationsInput | string;
1021
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
1022
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
1023
+ description?: StringFieldUpdateOperationsInput | string;
1024
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1025
+ teams?: DbResourceUpdateteamsInput | string[];
1026
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1027
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
1028
+ tags?: DbResourceUpdatetagsInput | string[];
1029
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
1030
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1031
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
1032
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
1033
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1034
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
1035
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
1036
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1037
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
1038
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
1039
+ aliases?: DbResourceUpdatealiasesInput | string[];
1040
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1041
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
1042
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
1043
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1044
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1045
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1046
+ sourceRefs?: SourceReferenceUpdateManyWithoutResourceNestedInput;
1047
+ parent?: DbResourceUpdateOneWithoutChildrenNestedInput;
1048
+ };
1049
+ type DbResourceUncheckedUpdateWithoutChildrenInput = {
1050
+ id?: StringFieldUpdateOperationsInput | string;
1051
+ slug?: StringFieldUpdateOperationsInput | string;
1052
+ type?: StringFieldUpdateOperationsInput | string;
1053
+ displayName?: StringFieldUpdateOperationsInput | string;
1054
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
1055
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
1056
+ description?: StringFieldUpdateOperationsInput | string;
1057
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1058
+ teams?: DbResourceUpdateteamsInput | string[];
1059
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1060
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
1061
+ tags?: DbResourceUpdatetagsInput | string[];
1062
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
1063
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1064
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
1065
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
1066
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1067
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
1068
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
1069
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1070
+ parentSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1071
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
1072
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
1073
+ aliases?: DbResourceUpdatealiasesInput | string[];
1074
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1075
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
1076
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
1077
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1078
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1079
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1080
+ sourceRefs?: SourceReferenceUncheckedUpdateManyWithoutResourceNestedInput;
1081
+ };
1082
+ type DbResourceUpsertWithWhereUniqueWithoutParentInput = {
1083
+ where: DbResourceWhereUniqueInput;
1084
+ update: XOR<DbResourceUpdateWithoutParentInput, DbResourceUncheckedUpdateWithoutParentInput>;
1085
+ create: XOR<DbResourceCreateWithoutParentInput, DbResourceUncheckedCreateWithoutParentInput>;
1086
+ };
1087
+ type DbResourceUpdateWithWhereUniqueWithoutParentInput = {
1088
+ where: DbResourceWhereUniqueInput;
1089
+ data: XOR<DbResourceUpdateWithoutParentInput, DbResourceUncheckedUpdateWithoutParentInput>;
1090
+ };
1091
+ type DbResourceUpdateManyWithWhereWithoutParentInput = {
1092
+ where: DbResourceScalarWhereInput;
1093
+ data: XOR<DbResourceUpdateManyMutationInput, DbResourceUncheckedUpdateManyWithoutParentInput>;
1094
+ };
1095
+ type DbResourceScalarWhereInput = {
1096
+ AND?: DbResourceScalarWhereInput | DbResourceScalarWhereInput[];
1097
+ OR?: DbResourceScalarWhereInput[];
1098
+ NOT?: DbResourceScalarWhereInput | DbResourceScalarWhereInput[];
1099
+ id?: StringFilter<"DbResource"> | string;
1100
+ slug?: StringFilter<"DbResource"> | string;
1101
+ type?: StringFilter<"DbResource"> | string;
1102
+ displayName?: StringFilter<"DbResource"> | string;
1103
+ abbreviation?: StringNullableFilter<"DbResource"> | string | null;
1104
+ nicknames?: StringNullableListFilter<"DbResource">;
1105
+ description?: StringFilter<"DbResource"> | string;
1106
+ access?: JsonNullableFilter<"DbResource">;
1107
+ teams?: StringNullableListFilter<"DbResource">;
1108
+ accessRequest?: JsonNullableFilter<"DbResource">;
1109
+ notes?: StringNullableFilter<"DbResource"> | string | null;
1110
+ tags?: StringNullableListFilter<"DbResource">;
1111
+ appUrl?: StringNullableFilter<"DbResource"> | string | null;
1112
+ links?: JsonNullableFilter<"DbResource">;
1113
+ iconName?: StringNullableFilter<"DbResource"> | string | null;
1114
+ screenshotIds?: StringNullableListFilter<"DbResource">;
1115
+ deprecated?: JsonNullableFilter<"DbResource">;
1116
+ aiPrompt?: StringNullableFilter<"DbResource"> | string | null;
1117
+ urlIssues?: StringNullableListFilter<"DbResource">;
1118
+ tiers?: JsonNullableFilter<"DbResource">;
1119
+ parentSlug?: StringNullableFilter<"DbResource"> | string | null;
1120
+ tier?: StringNullableFilter<"DbResource"> | string | null;
1121
+ familySlug?: StringNullableFilter<"DbResource"> | string | null;
1122
+ aliases?: StringNullableListFilter<"DbResource">;
1123
+ ownerPersonSlug?: StringNullableFilter<"DbResource"> | string | null;
1124
+ accessMaintainerGroupSlugs?: StringNullableListFilter<"DbResource">;
1125
+ accessComments?: StringNullableFilter<"DbResource"> | string | null;
1126
+ extra?: JsonNullableFilter<"DbResource">;
1127
+ createdAt?: DateTimeFilter<"DbResource"> | Date | string;
1128
+ updatedAt?: DateTimeFilter<"DbResource"> | Date | string;
1129
+ };
1130
+ type DbResourceCreateWithoutSourceRefsInput = {
1131
+ id?: string;
1132
+ slug: string;
1133
+ type?: string;
1134
+ displayName: string;
1135
+ abbreviation?: string | null;
1136
+ nicknames?: DbResourceCreatenicknamesInput | string[];
1137
+ description: string;
1138
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1139
+ teams?: DbResourceCreateteamsInput | string[];
1140
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1141
+ notes?: string | null;
1142
+ tags?: DbResourceCreatetagsInput | string[];
1143
+ appUrl?: string | null;
1144
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1145
+ iconName?: string | null;
1146
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
1147
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1148
+ aiPrompt?: string | null;
1149
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
1150
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1151
+ tier?: string | null;
1152
+ familySlug?: string | null;
1153
+ aliases?: DbResourceCreatealiasesInput | string[];
1154
+ ownerPersonSlug?: string | null;
1155
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
1156
+ accessComments?: string | null;
1157
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1158
+ createdAt?: Date | string;
1159
+ updatedAt?: Date | string;
1160
+ parent?: DbResourceCreateNestedOneWithoutChildrenInput;
1161
+ children?: DbResourceCreateNestedManyWithoutParentInput;
1162
+ };
1163
+ type DbResourceUncheckedCreateWithoutSourceRefsInput = {
1164
+ id?: string;
1165
+ slug: string;
1166
+ type?: string;
1167
+ displayName: string;
1168
+ abbreviation?: string | null;
1169
+ nicknames?: DbResourceCreatenicknamesInput | string[];
1170
+ description: string;
1171
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1172
+ teams?: DbResourceCreateteamsInput | string[];
1173
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1174
+ notes?: string | null;
1175
+ tags?: DbResourceCreatetagsInput | string[];
1176
+ appUrl?: string | null;
1177
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1178
+ iconName?: string | null;
1179
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
1180
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1181
+ aiPrompt?: string | null;
1182
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
1183
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1184
+ parentSlug?: string | null;
1185
+ tier?: string | null;
1186
+ familySlug?: string | null;
1187
+ aliases?: DbResourceCreatealiasesInput | string[];
1188
+ ownerPersonSlug?: string | null;
1189
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
1190
+ accessComments?: string | null;
1191
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1192
+ createdAt?: Date | string;
1193
+ updatedAt?: Date | string;
1194
+ children?: DbResourceUncheckedCreateNestedManyWithoutParentInput;
1195
+ };
1196
+ type DbResourceCreateOrConnectWithoutSourceRefsInput = {
1197
+ where: DbResourceWhereUniqueInput;
1198
+ create: XOR<DbResourceCreateWithoutSourceRefsInput, DbResourceUncheckedCreateWithoutSourceRefsInput>;
1199
+ };
1200
+ type DbResourceUpsertWithoutSourceRefsInput = {
1201
+ update: XOR<DbResourceUpdateWithoutSourceRefsInput, DbResourceUncheckedUpdateWithoutSourceRefsInput>;
1202
+ create: XOR<DbResourceCreateWithoutSourceRefsInput, DbResourceUncheckedCreateWithoutSourceRefsInput>;
1203
+ where?: DbResourceWhereInput;
1204
+ };
1205
+ type DbResourceUpdateToOneWithWhereWithoutSourceRefsInput = {
1206
+ where?: DbResourceWhereInput;
1207
+ data: XOR<DbResourceUpdateWithoutSourceRefsInput, DbResourceUncheckedUpdateWithoutSourceRefsInput>;
1208
+ };
1209
+ type DbResourceUpdateWithoutSourceRefsInput = {
1210
+ id?: StringFieldUpdateOperationsInput | string;
1211
+ slug?: StringFieldUpdateOperationsInput | string;
1212
+ type?: StringFieldUpdateOperationsInput | string;
1213
+ displayName?: StringFieldUpdateOperationsInput | string;
1214
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
1215
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
1216
+ description?: StringFieldUpdateOperationsInput | string;
1217
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1218
+ teams?: DbResourceUpdateteamsInput | string[];
1219
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1220
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
1221
+ tags?: DbResourceUpdatetagsInput | string[];
1222
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
1223
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1224
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
1225
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
1226
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1227
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
1228
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
1229
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1230
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
1231
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
1232
+ aliases?: DbResourceUpdatealiasesInput | string[];
1233
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1234
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
1235
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
1236
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1237
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1238
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1239
+ parent?: DbResourceUpdateOneWithoutChildrenNestedInput;
1240
+ children?: DbResourceUpdateManyWithoutParentNestedInput;
1241
+ };
1242
+ type DbResourceUncheckedUpdateWithoutSourceRefsInput = {
1243
+ id?: StringFieldUpdateOperationsInput | string;
1244
+ slug?: StringFieldUpdateOperationsInput | string;
1245
+ type?: StringFieldUpdateOperationsInput | string;
1246
+ displayName?: StringFieldUpdateOperationsInput | string;
1247
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
1248
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
1249
+ description?: StringFieldUpdateOperationsInput | string;
1250
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1251
+ teams?: DbResourceUpdateteamsInput | string[];
1252
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1253
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
1254
+ tags?: DbResourceUpdatetagsInput | string[];
1255
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
1256
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1257
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
1258
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
1259
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1260
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
1261
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
1262
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1263
+ parentSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1264
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
1265
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
1266
+ aliases?: DbResourceUpdatealiasesInput | string[];
1267
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1268
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
1269
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
1270
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1271
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1272
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1273
+ children?: DbResourceUncheckedUpdateManyWithoutParentNestedInput;
1274
+ };
1275
+ type DbResourceCreateManyParentInput = {
1276
+ id?: string;
1277
+ slug: string;
1278
+ type?: string;
1279
+ displayName: string;
1280
+ abbreviation?: string | null;
1281
+ nicknames?: DbResourceCreatenicknamesInput | string[];
1282
+ description: string;
1283
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1284
+ teams?: DbResourceCreateteamsInput | string[];
1285
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1286
+ notes?: string | null;
1287
+ tags?: DbResourceCreatetagsInput | string[];
1288
+ appUrl?: string | null;
1289
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1290
+ iconName?: string | null;
1291
+ screenshotIds?: DbResourceCreatescreenshotIdsInput | string[];
1292
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1293
+ aiPrompt?: string | null;
1294
+ urlIssues?: DbResourceCreateurlIssuesInput | string[];
1295
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1296
+ tier?: string | null;
1297
+ familySlug?: string | null;
1298
+ aliases?: DbResourceCreatealiasesInput | string[];
1299
+ ownerPersonSlug?: string | null;
1300
+ accessMaintainerGroupSlugs?: DbResourceCreateaccessMaintainerGroupSlugsInput | string[];
1301
+ accessComments?: string | null;
1302
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1303
+ createdAt?: Date | string;
1304
+ updatedAt?: Date | string;
1305
+ };
1306
+ type DbResourceUpdateWithoutParentInput = {
1307
+ id?: StringFieldUpdateOperationsInput | string;
1308
+ slug?: StringFieldUpdateOperationsInput | string;
1309
+ type?: StringFieldUpdateOperationsInput | string;
1310
+ displayName?: StringFieldUpdateOperationsInput | string;
1311
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
1312
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
1313
+ description?: StringFieldUpdateOperationsInput | string;
1314
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1315
+ teams?: DbResourceUpdateteamsInput | string[];
1316
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1317
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
1318
+ tags?: DbResourceUpdatetagsInput | string[];
1319
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
1320
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1321
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
1322
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
1323
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1324
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
1325
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
1326
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1327
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
1328
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
1329
+ aliases?: DbResourceUpdatealiasesInput | string[];
1330
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1331
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
1332
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
1333
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1334
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1335
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1336
+ sourceRefs?: SourceReferenceUpdateManyWithoutResourceNestedInput;
1337
+ children?: DbResourceUpdateManyWithoutParentNestedInput;
1338
+ };
1339
+ type DbResourceUncheckedUpdateWithoutParentInput = {
1340
+ id?: StringFieldUpdateOperationsInput | string;
1341
+ slug?: StringFieldUpdateOperationsInput | string;
1342
+ type?: StringFieldUpdateOperationsInput | string;
1343
+ displayName?: StringFieldUpdateOperationsInput | string;
1344
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
1345
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
1346
+ description?: StringFieldUpdateOperationsInput | string;
1347
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1348
+ teams?: DbResourceUpdateteamsInput | string[];
1349
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1350
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
1351
+ tags?: DbResourceUpdatetagsInput | string[];
1352
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
1353
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1354
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
1355
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
1356
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1357
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
1358
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
1359
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1360
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
1361
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
1362
+ aliases?: DbResourceUpdatealiasesInput | string[];
1363
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1364
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
1365
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
1366
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1367
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1368
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1369
+ sourceRefs?: SourceReferenceUncheckedUpdateManyWithoutResourceNestedInput;
1370
+ children?: DbResourceUncheckedUpdateManyWithoutParentNestedInput;
1371
+ };
1372
+ type DbResourceUncheckedUpdateManyWithoutParentInput = {
1373
+ id?: StringFieldUpdateOperationsInput | string;
1374
+ slug?: StringFieldUpdateOperationsInput | string;
1375
+ type?: StringFieldUpdateOperationsInput | string;
1376
+ displayName?: StringFieldUpdateOperationsInput | string;
1377
+ abbreviation?: NullableStringFieldUpdateOperationsInput | string | null;
1378
+ nicknames?: DbResourceUpdatenicknamesInput | string[];
1379
+ description?: StringFieldUpdateOperationsInput | string;
1380
+ access?: PrismaJson.AccessMethod | NullableJsonNullValueInput;
1381
+ teams?: DbResourceUpdateteamsInput | string[];
1382
+ accessRequest?: PrismaJson.AccessRequest | NullableJsonNullValueInput;
1383
+ notes?: NullableStringFieldUpdateOperationsInput | string | null;
1384
+ tags?: DbResourceUpdatetagsInput | string[];
1385
+ appUrl?: NullableStringFieldUpdateOperationsInput | string | null;
1386
+ links?: PrismaJson.AppLink[] | NullableJsonNullValueInput;
1387
+ iconName?: NullableStringFieldUpdateOperationsInput | string | null;
1388
+ screenshotIds?: DbResourceUpdatescreenshotIdsInput | string[];
1389
+ deprecated?: PrismaJson.AppDeprecation | NullableJsonNullValueInput;
1390
+ aiPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
1391
+ urlIssues?: DbResourceUpdateurlIssuesInput | string[];
1392
+ tiers?: PrismaJson.TierVariant[] | NullableJsonNullValueInput;
1393
+ tier?: NullableStringFieldUpdateOperationsInput | string | null;
1394
+ familySlug?: NullableStringFieldUpdateOperationsInput | string | null;
1395
+ aliases?: DbResourceUpdatealiasesInput | string[];
1396
+ ownerPersonSlug?: NullableStringFieldUpdateOperationsInput | string | null;
1397
+ accessMaintainerGroupSlugs?: DbResourceUpdateaccessMaintainerGroupSlugsInput | string[];
1398
+ accessComments?: NullableStringFieldUpdateOperationsInput | string | null;
1399
+ extra?: PrismaJson.SubResourceExtra | NullableJsonNullValueInput;
1400
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1401
+ updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
1402
+ };
1403
+ type DbResourceCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1404
+ sourceRefs?: boolean | DbResourceCountOutputTypeCountSourceRefsArgs;
1405
+ children?: boolean | DbResourceCountOutputTypeCountChildrenArgs;
1406
+ };
1407
+ /**
1408
+ * DbResourceCountOutputType without action
1409
+ */
1410
+ type DbResourceCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1411
+ /**
1412
+ * Select specific fields to fetch from the DbResourceCountOutputType
1413
+ */
1414
+ select?: DbResourceCountOutputTypeSelect<ExtArgs> | null;
1415
+ };
1416
+ /**
1417
+ * DbResourceCountOutputType without action
1418
+ */
1419
+ type DbResourceCountOutputTypeCountSourceRefsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1420
+ where?: SourceReferenceWhereInput;
1421
+ };
1422
+ /**
1423
+ * DbResourceCountOutputType without action
1424
+ */
1425
+ type DbResourceCountOutputTypeCountChildrenArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1426
+ where?: DbResourceWhereInput;
1427
+ };
1428
+ type DbResourceSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1429
+ id?: boolean;
1430
+ slug?: boolean;
1431
+ type?: boolean;
1432
+ displayName?: boolean;
1433
+ abbreviation?: boolean;
1434
+ nicknames?: boolean;
1435
+ description?: boolean;
1436
+ access?: boolean;
1437
+ teams?: boolean;
1438
+ accessRequest?: boolean;
1439
+ notes?: boolean;
1440
+ tags?: boolean;
1441
+ appUrl?: boolean;
1442
+ links?: boolean;
1443
+ iconName?: boolean;
1444
+ screenshotIds?: boolean;
1445
+ deprecated?: boolean;
1446
+ aiPrompt?: boolean;
1447
+ urlIssues?: boolean;
1448
+ tiers?: boolean;
1449
+ parentSlug?: boolean;
1450
+ tier?: boolean;
1451
+ familySlug?: boolean;
1452
+ aliases?: boolean;
1453
+ ownerPersonSlug?: boolean;
1454
+ accessMaintainerGroupSlugs?: boolean;
1455
+ accessComments?: boolean;
1456
+ extra?: boolean;
1457
+ createdAt?: boolean;
1458
+ updatedAt?: boolean;
1459
+ sourceRefs?: boolean | DbResource$sourceRefsArgs<ExtArgs>;
1460
+ parent?: boolean | DbResource$parentArgs<ExtArgs>;
1461
+ children?: boolean | DbResource$childrenArgs<ExtArgs>;
1462
+ _count?: boolean | DbResourceCountOutputTypeDefaultArgs<ExtArgs>;
1463
+ }, ExtArgs["result"]["dbResource"]>;
1464
+ type DbResourceSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1465
+ id?: boolean;
1466
+ slug?: boolean;
1467
+ type?: boolean;
1468
+ displayName?: boolean;
1469
+ abbreviation?: boolean;
1470
+ nicknames?: boolean;
1471
+ description?: boolean;
1472
+ access?: boolean;
1473
+ teams?: boolean;
1474
+ accessRequest?: boolean;
1475
+ notes?: boolean;
1476
+ tags?: boolean;
1477
+ appUrl?: boolean;
1478
+ links?: boolean;
1479
+ iconName?: boolean;
1480
+ screenshotIds?: boolean;
1481
+ deprecated?: boolean;
1482
+ aiPrompt?: boolean;
1483
+ urlIssues?: boolean;
1484
+ tiers?: boolean;
1485
+ parentSlug?: boolean;
1486
+ tier?: boolean;
1487
+ familySlug?: boolean;
1488
+ aliases?: boolean;
1489
+ ownerPersonSlug?: boolean;
1490
+ accessMaintainerGroupSlugs?: boolean;
1491
+ accessComments?: boolean;
1492
+ extra?: boolean;
1493
+ createdAt?: boolean;
1494
+ updatedAt?: boolean;
1495
+ parent?: boolean | DbResource$parentArgs<ExtArgs>;
1496
+ }, ExtArgs["result"]["dbResource"]>;
1497
+ type DbResourceSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1498
+ id?: boolean;
1499
+ slug?: boolean;
1500
+ type?: boolean;
1501
+ displayName?: boolean;
1502
+ abbreviation?: boolean;
1503
+ nicknames?: boolean;
1504
+ description?: boolean;
1505
+ access?: boolean;
1506
+ teams?: boolean;
1507
+ accessRequest?: boolean;
1508
+ notes?: boolean;
1509
+ tags?: boolean;
1510
+ appUrl?: boolean;
1511
+ links?: boolean;
1512
+ iconName?: boolean;
1513
+ screenshotIds?: boolean;
1514
+ deprecated?: boolean;
1515
+ aiPrompt?: boolean;
1516
+ urlIssues?: boolean;
1517
+ tiers?: boolean;
1518
+ parentSlug?: boolean;
1519
+ tier?: boolean;
1520
+ familySlug?: boolean;
1521
+ aliases?: boolean;
1522
+ ownerPersonSlug?: boolean;
1523
+ accessMaintainerGroupSlugs?: boolean;
1524
+ accessComments?: boolean;
1525
+ extra?: boolean;
1526
+ createdAt?: boolean;
1527
+ updatedAt?: boolean;
1528
+ parent?: boolean | DbResource$parentArgs<ExtArgs>;
1529
+ }, ExtArgs["result"]["dbResource"]>;
1530
+ type DbResourceOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "slug" | "type" | "displayName" | "abbreviation" | "nicknames" | "description" | "access" | "teams" | "accessRequest" | "notes" | "tags" | "appUrl" | "links" | "iconName" | "screenshotIds" | "deprecated" | "aiPrompt" | "urlIssues" | "tiers" | "parentSlug" | "tier" | "familySlug" | "aliases" | "ownerPersonSlug" | "accessMaintainerGroupSlugs" | "accessComments" | "extra" | "createdAt" | "updatedAt", ExtArgs["result"]["dbResource"]>;
1531
+ type DbResourceInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1532
+ sourceRefs?: boolean | DbResource$sourceRefsArgs<ExtArgs>;
1533
+ parent?: boolean | DbResource$parentArgs<ExtArgs>;
1534
+ children?: boolean | DbResource$childrenArgs<ExtArgs>;
1535
+ _count?: boolean | DbResourceCountOutputTypeDefaultArgs<ExtArgs>;
1536
+ };
1537
+ type DbResourceIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1538
+ parent?: boolean | DbResource$parentArgs<ExtArgs>;
1539
+ };
1540
+ type DbResourceIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1541
+ parent?: boolean | DbResource$parentArgs<ExtArgs>;
1542
+ };
1543
+ type $DbResourcePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1544
+ name: "DbResource";
1545
+ objects: {
1546
+ sourceRefs: $SourceReferencePayload<ExtArgs>[];
1547
+ parent: $DbResourcePayload<ExtArgs> | null;
1548
+ children: $DbResourcePayload<ExtArgs>[];
1549
+ };
1550
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
1551
+ id: string;
1552
+ slug: string;
1553
+ type: string;
1554
+ displayName: string;
1555
+ abbreviation: string | null;
1556
+ nicknames: string[];
1557
+ description: string;
1558
+ /**
1559
+ * [AccessMethod]
1560
+ */
1561
+ access: PrismaJson.AccessMethod | null;
1562
+ teams: string[];
1563
+ /**
1564
+ * [AccessRequest] - Per-resource approval configuration linking to ApprovalMethod
1565
+ */
1566
+ accessRequest: PrismaJson.AccessRequest | null;
1567
+ notes: string | null;
1568
+ tags: string[];
1569
+ appUrl: string | null;
1570
+ /**
1571
+ * [AppLink[]]
1572
+ */
1573
+ links: PrismaJson.AppLink[] | null;
1574
+ iconName: string | null;
1575
+ screenshotIds: string[];
1576
+ /**
1577
+ * [AppDeprecation] - Deprecation info with optional replacement slug
1578
+ */
1579
+ deprecated: PrismaJson.AppDeprecation | null;
1580
+ aiPrompt: string | null;
1581
+ urlIssues: string[];
1582
+ /**
1583
+ * [TierVariant[]]
1584
+ */
1585
+ tiers: PrismaJson.TierVariant[] | null;
1586
+ parentSlug: string | null;
1587
+ tier: string | null;
1588
+ familySlug: string | null;
1589
+ aliases: string[];
1590
+ ownerPersonSlug: string | null;
1591
+ accessMaintainerGroupSlugs: string[];
1592
+ accessComments: string | null;
1593
+ /**
1594
+ * [SubResourceExtra]
1595
+ */
1596
+ extra: PrismaJson.SubResourceExtra | null;
1597
+ createdAt: Date;
1598
+ updatedAt: Date;
1599
+ }, ExtArgs["result"]["dbResource"]>;
1600
+ composites: {};
1601
+ };
1602
+ type DbResourceCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<DbResourceFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
1603
+ select?: DbResourceCountAggregateInputType | true;
1604
+ };
1605
+ interface DbResourceDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
1606
+ [K: symbol]: {
1607
+ types: TypeMap<ExtArgs>['model']['DbResource'];
1608
+ meta: {
1609
+ name: 'DbResource';
1610
+ };
1611
+ };
1612
+ /**
1613
+ * Find zero or one DbResource that matches the filter.
1614
+ * @param {DbResourceFindUniqueArgs} args - Arguments to find a DbResource
1615
+ * @example
1616
+ * // Get one DbResource
1617
+ * const dbResource = await prisma.dbResource.findUnique({
1618
+ * where: {
1619
+ * // ... provide filter here
1620
+ * }
1621
+ * })
1622
+ */
1623
+ findUnique<T extends DbResourceFindUniqueArgs>(args: SelectSubset<T, DbResourceFindUniqueArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
1624
+ /**
1625
+ * Find one DbResource that matches the filter or throw an error with `error.code='P2025'`
1626
+ * if no matches were found.
1627
+ * @param {DbResourceFindUniqueOrThrowArgs} args - Arguments to find a DbResource
1628
+ * @example
1629
+ * // Get one DbResource
1630
+ * const dbResource = await prisma.dbResource.findUniqueOrThrow({
1631
+ * where: {
1632
+ * // ... provide filter here
1633
+ * }
1634
+ * })
1635
+ */
1636
+ findUniqueOrThrow<T extends DbResourceFindUniqueOrThrowArgs>(args: SelectSubset<T, DbResourceFindUniqueOrThrowArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1637
+ /**
1638
+ * Find the first DbResource that matches the filter.
1639
+ * Note, that providing `undefined` is treated as the value not being there.
1640
+ * Read more here: https://pris.ly/d/null-undefined
1641
+ * @param {DbResourceFindFirstArgs} args - Arguments to find a DbResource
1642
+ * @example
1643
+ * // Get one DbResource
1644
+ * const dbResource = await prisma.dbResource.findFirst({
1645
+ * where: {
1646
+ * // ... provide filter here
1647
+ * }
1648
+ * })
1649
+ */
1650
+ findFirst<T extends DbResourceFindFirstArgs>(args?: SelectSubset<T, DbResourceFindFirstArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
1651
+ /**
1652
+ * Find the first DbResource that matches the filter or
1653
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
1654
+ * Note, that providing `undefined` is treated as the value not being there.
1655
+ * Read more here: https://pris.ly/d/null-undefined
1656
+ * @param {DbResourceFindFirstOrThrowArgs} args - Arguments to find a DbResource
1657
+ * @example
1658
+ * // Get one DbResource
1659
+ * const dbResource = await prisma.dbResource.findFirstOrThrow({
1660
+ * where: {
1661
+ * // ... provide filter here
1662
+ * }
1663
+ * })
1664
+ */
1665
+ findFirstOrThrow<T extends DbResourceFindFirstOrThrowArgs>(args?: SelectSubset<T, DbResourceFindFirstOrThrowArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1666
+ /**
1667
+ * Find zero or more DbResources that matches the filter.
1668
+ * Note, that providing `undefined` is treated as the value not being there.
1669
+ * Read more here: https://pris.ly/d/null-undefined
1670
+ * @param {DbResourceFindManyArgs} args - Arguments to filter and select certain fields only.
1671
+ * @example
1672
+ * // Get all DbResources
1673
+ * const dbResources = await prisma.dbResource.findMany()
1674
+ *
1675
+ * // Get first 10 DbResources
1676
+ * const dbResources = await prisma.dbResource.findMany({ take: 10 })
1677
+ *
1678
+ * // Only select the `id`
1679
+ * const dbResourceWithIdOnly = await prisma.dbResource.findMany({ select: { id: true } })
1680
+ *
1681
+ */
1682
+ findMany<T extends DbResourceFindManyArgs>(args?: SelectSubset<T, DbResourceFindManyArgs<ExtArgs>>): PrismaPromise<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
1683
+ /**
1684
+ * Create a DbResource.
1685
+ * @param {DbResourceCreateArgs} args - Arguments to create a DbResource.
1686
+ * @example
1687
+ * // Create one DbResource
1688
+ * const DbResource = await prisma.dbResource.create({
1689
+ * data: {
1690
+ * // ... data to create a DbResource
1691
+ * }
1692
+ * })
1693
+ *
1694
+ */
1695
+ create<T extends DbResourceCreateArgs>(args: SelectSubset<T, DbResourceCreateArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1696
+ /**
1697
+ * Create many DbResources.
1698
+ * @param {DbResourceCreateManyArgs} args - Arguments to create many DbResources.
1699
+ * @example
1700
+ * // Create many DbResources
1701
+ * const dbResource = await prisma.dbResource.createMany({
1702
+ * data: [
1703
+ * // ... provide data here
1704
+ * ]
1705
+ * })
1706
+ *
1707
+ */
1708
+ createMany<T extends DbResourceCreateManyArgs>(args?: SelectSubset<T, DbResourceCreateManyArgs<ExtArgs>>): PrismaPromise<BatchPayload>;
1709
+ /**
1710
+ * Create many DbResources and returns the data saved in the database.
1711
+ * @param {DbResourceCreateManyAndReturnArgs} args - Arguments to create many DbResources.
1712
+ * @example
1713
+ * // Create many DbResources
1714
+ * const dbResource = await prisma.dbResource.createManyAndReturn({
1715
+ * data: [
1716
+ * // ... provide data here
1717
+ * ]
1718
+ * })
1719
+ *
1720
+ * // Create many DbResources and only return the `id`
1721
+ * const dbResourceWithIdOnly = await prisma.dbResource.createManyAndReturn({
1722
+ * select: { id: true },
1723
+ * data: [
1724
+ * // ... provide data here
1725
+ * ]
1726
+ * })
1727
+ * Note, that providing `undefined` is treated as the value not being there.
1728
+ * Read more here: https://pris.ly/d/null-undefined
1729
+ *
1730
+ */
1731
+ createManyAndReturn<T extends DbResourceCreateManyAndReturnArgs>(args?: SelectSubset<T, DbResourceCreateManyAndReturnArgs<ExtArgs>>): PrismaPromise<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
1732
+ /**
1733
+ * Delete a DbResource.
1734
+ * @param {DbResourceDeleteArgs} args - Arguments to delete one DbResource.
1735
+ * @example
1736
+ * // Delete one DbResource
1737
+ * const DbResource = await prisma.dbResource.delete({
1738
+ * where: {
1739
+ * // ... filter to delete one DbResource
1740
+ * }
1741
+ * })
1742
+ *
1743
+ */
1744
+ delete<T extends DbResourceDeleteArgs>(args: SelectSubset<T, DbResourceDeleteArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1745
+ /**
1746
+ * Update one DbResource.
1747
+ * @param {DbResourceUpdateArgs} args - Arguments to update one DbResource.
1748
+ * @example
1749
+ * // Update one DbResource
1750
+ * const dbResource = await prisma.dbResource.update({
1751
+ * where: {
1752
+ * // ... provide filter here
1753
+ * },
1754
+ * data: {
1755
+ * // ... provide data here
1756
+ * }
1757
+ * })
1758
+ *
1759
+ */
1760
+ update<T extends DbResourceUpdateArgs>(args: SelectSubset<T, DbResourceUpdateArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1761
+ /**
1762
+ * Delete zero or more DbResources.
1763
+ * @param {DbResourceDeleteManyArgs} args - Arguments to filter DbResources to delete.
1764
+ * @example
1765
+ * // Delete a few DbResources
1766
+ * const { count } = await prisma.dbResource.deleteMany({
1767
+ * where: {
1768
+ * // ... provide filter here
1769
+ * }
1770
+ * })
1771
+ *
1772
+ */
1773
+ deleteMany<T extends DbResourceDeleteManyArgs>(args?: SelectSubset<T, DbResourceDeleteManyArgs<ExtArgs>>): PrismaPromise<BatchPayload>;
1774
+ /**
1775
+ * Update zero or more DbResources.
1776
+ * Note, that providing `undefined` is treated as the value not being there.
1777
+ * Read more here: https://pris.ly/d/null-undefined
1778
+ * @param {DbResourceUpdateManyArgs} args - Arguments to update one or more rows.
1779
+ * @example
1780
+ * // Update many DbResources
1781
+ * const dbResource = await prisma.dbResource.updateMany({
1782
+ * where: {
1783
+ * // ... provide filter here
1784
+ * },
1785
+ * data: {
1786
+ * // ... provide data here
1787
+ * }
1788
+ * })
1789
+ *
1790
+ */
1791
+ updateMany<T extends DbResourceUpdateManyArgs>(args: SelectSubset<T, DbResourceUpdateManyArgs<ExtArgs>>): PrismaPromise<BatchPayload>;
1792
+ /**
1793
+ * Update zero or more DbResources and returns the data updated in the database.
1794
+ * @param {DbResourceUpdateManyAndReturnArgs} args - Arguments to update many DbResources.
1795
+ * @example
1796
+ * // Update many DbResources
1797
+ * const dbResource = await prisma.dbResource.updateManyAndReturn({
1798
+ * where: {
1799
+ * // ... provide filter here
1800
+ * },
1801
+ * data: [
1802
+ * // ... provide data here
1803
+ * ]
1804
+ * })
1805
+ *
1806
+ * // Update zero or more DbResources and only return the `id`
1807
+ * const dbResourceWithIdOnly = await prisma.dbResource.updateManyAndReturn({
1808
+ * select: { id: true },
1809
+ * where: {
1810
+ * // ... provide filter here
1811
+ * },
1812
+ * data: [
1813
+ * // ... provide data here
1814
+ * ]
1815
+ * })
1816
+ * Note, that providing `undefined` is treated as the value not being there.
1817
+ * Read more here: https://pris.ly/d/null-undefined
1818
+ *
1819
+ */
1820
+ updateManyAndReturn<T extends DbResourceUpdateManyAndReturnArgs>(args: SelectSubset<T, DbResourceUpdateManyAndReturnArgs<ExtArgs>>): PrismaPromise<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
1821
+ /**
1822
+ * Create or update one DbResource.
1823
+ * @param {DbResourceUpsertArgs} args - Arguments to update or create a DbResource.
1824
+ * @example
1825
+ * // Update or create a DbResource
1826
+ * const dbResource = await prisma.dbResource.upsert({
1827
+ * create: {
1828
+ * // ... data to create a DbResource
1829
+ * },
1830
+ * update: {
1831
+ * // ... in case it already exists, update
1832
+ * },
1833
+ * where: {
1834
+ * // ... the filter for the DbResource we want to update
1835
+ * }
1836
+ * })
1837
+ */
1838
+ upsert<T extends DbResourceUpsertArgs>(args: SelectSubset<T, DbResourceUpsertArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1839
+ /**
1840
+ * Count the number of DbResources.
1841
+ * Note, that providing `undefined` is treated as the value not being there.
1842
+ * Read more here: https://pris.ly/d/null-undefined
1843
+ * @param {DbResourceCountArgs} args - Arguments to filter DbResources to count.
1844
+ * @example
1845
+ * // Count the number of DbResources
1846
+ * const count = await prisma.dbResource.count({
1847
+ * where: {
1848
+ * // ... the filter for the DbResources we want to count
1849
+ * }
1850
+ * })
1851
+ **/
1852
+ count<T extends DbResourceCountArgs>(args?: Subset<T, DbResourceCountArgs>): PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : GetScalarType<T['select'], DbResourceCountAggregateOutputType> : number>;
1853
+ /**
1854
+ * Allows you to perform aggregations operations on a DbResource.
1855
+ * Note, that providing `undefined` is treated as the value not being there.
1856
+ * Read more here: https://pris.ly/d/null-undefined
1857
+ * @param {DbResourceAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1858
+ * @example
1859
+ * // Ordered by age ascending
1860
+ * // Where email contains prisma.io
1861
+ * // Limited to the 10 users
1862
+ * const aggregations = await prisma.user.aggregate({
1863
+ * _avg: {
1864
+ * age: true,
1865
+ * },
1866
+ * where: {
1867
+ * email: {
1868
+ * contains: "prisma.io",
1869
+ * },
1870
+ * },
1871
+ * orderBy: {
1872
+ * age: "asc",
1873
+ * },
1874
+ * take: 10,
1875
+ * })
1876
+ **/
1877
+ aggregate<T extends DbResourceAggregateArgs>(args: Subset<T, DbResourceAggregateArgs>): PrismaPromise<GetDbResourceAggregateType<T>>;
1878
+ /**
1879
+ * Group by DbResource.
1880
+ * Note, that providing `undefined` is treated as the value not being there.
1881
+ * Read more here: https://pris.ly/d/null-undefined
1882
+ * @param {DbResourceGroupByArgs} args - Group by arguments.
1883
+ * @example
1884
+ * // Group by city, order by createdAt, get count
1885
+ * const result = await prisma.user.groupBy({
1886
+ * by: ['city', 'createdAt'],
1887
+ * orderBy: {
1888
+ * createdAt: true
1889
+ * },
1890
+ * _count: {
1891
+ * _all: true
1892
+ * },
1893
+ * })
1894
+ *
1895
+ **/
1896
+ groupBy<T extends DbResourceGroupByArgs, HasSelectOrTake extends Or<Extends<'skip', Keys<T>>, Extends<'take', Keys<T>>>, OrderByArg extends (True extends HasSelectOrTake ? {
1897
+ orderBy: DbResourceGroupByArgs['orderBy'];
1898
+ } : {
1899
+ orderBy?: DbResourceGroupByArgs['orderBy'];
1900
+ }), OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>, ByFields extends MaybeTupleToUnion<T['by']>, ByValid extends Has<ByFields, OrderFields>, HavingFields extends GetHavingFields<T['having']>, HavingValid extends Has<ByFields, HavingFields>, ByEmpty extends (T['by'] extends never[] ? True : False), InputErrors extends (ByEmpty extends True ? `Error: "by" must not be empty.` : HavingValid extends False ? { [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [Error, 'Field ', P, ` in "having" needs to be provided in "by"`] }[HavingFields] : 'take' extends Keys<T> ? 'orderBy' extends Keys<T> ? ByValid extends True ? {} : { [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` }[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Keys<T> ? 'orderBy' extends Keys<T> ? ByValid extends True ? {} : { [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends True ? {} : { [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` }[OrderFields])>(args: SubsetIntersection<T, DbResourceGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetDbResourceGroupByPayload<T> : PrismaPromise<InputErrors>;
1901
+ /**
1902
+ * Fields of the DbResource model
1903
+ */
1904
+ readonly fields: DbResourceFieldRefs;
1905
+ }
1906
+ /**
1907
+ * The delegate class that acts as a "Promise-like" for DbResource.
1908
+ * Why is this prefixed with `Prisma__`?
1909
+ * Because we want to prevent naming conflicts as mentioned in
1910
+ * https://github.com/prisma/prisma-client-js/issues/707
1911
+ */
1912
+ interface Prisma__DbResourceClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T> {
1913
+ readonly [Symbol.toStringTag]: "PrismaPromise";
1914
+ sourceRefs<T extends DbResource$sourceRefsArgs<ExtArgs> = {}>(args?: Subset<T, DbResource$sourceRefsArgs<ExtArgs>>): PrismaPromise<runtime.Types.Result.GetResult<$SourceReferencePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
1915
+ parent<T extends DbResource$parentArgs<ExtArgs> = {}>(args?: Subset<T, DbResource$parentArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
1916
+ children<T extends DbResource$childrenArgs<ExtArgs> = {}>(args?: Subset<T, DbResource$childrenArgs<ExtArgs>>): PrismaPromise<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
1917
+ /**
1918
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
1919
+ * @param onfulfilled The callback to execute when the Promise is resolved.
1920
+ * @param onrejected The callback to execute when the Promise is rejected.
1921
+ * @returns A Promise for the completion of which ever callback is executed.
1922
+ */
1923
+ 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>;
1924
+ /**
1925
+ * Attaches a callback for only the rejection of the Promise.
1926
+ * @param onrejected The callback to execute when the Promise is rejected.
1927
+ * @returns A Promise for the completion of the callback.
1928
+ */
1929
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
1930
+ /**
1931
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1932
+ * resolved value cannot be modified from the callback.
1933
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1934
+ * @returns A Promise for the completion of the callback.
1935
+ */
1936
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
1937
+ }
1938
+ /**
1939
+ * Fields of the DbResource model
1940
+ */
1941
+ interface DbResourceFieldRefs {
1942
+ readonly id: FieldRef<"DbResource", 'String'>;
1943
+ readonly slug: FieldRef<"DbResource", 'String'>;
1944
+ readonly type: FieldRef<"DbResource", 'String'>;
1945
+ readonly displayName: FieldRef<"DbResource", 'String'>;
1946
+ readonly abbreviation: FieldRef<"DbResource", 'String'>;
1947
+ readonly nicknames: FieldRef<"DbResource", 'String[]'>;
1948
+ readonly description: FieldRef<"DbResource", 'String'>;
1949
+ readonly access: FieldRef<"DbResource", 'Json'>;
1950
+ readonly teams: FieldRef<"DbResource", 'String[]'>;
1951
+ readonly accessRequest: FieldRef<"DbResource", 'Json'>;
1952
+ readonly notes: FieldRef<"DbResource", 'String'>;
1953
+ readonly tags: FieldRef<"DbResource", 'String[]'>;
1954
+ readonly appUrl: FieldRef<"DbResource", 'String'>;
1955
+ readonly links: FieldRef<"DbResource", 'Json'>;
1956
+ readonly iconName: FieldRef<"DbResource", 'String'>;
1957
+ readonly screenshotIds: FieldRef<"DbResource", 'String[]'>;
1958
+ readonly deprecated: FieldRef<"DbResource", 'Json'>;
1959
+ readonly aiPrompt: FieldRef<"DbResource", 'String'>;
1960
+ readonly urlIssues: FieldRef<"DbResource", 'String[]'>;
1961
+ readonly tiers: FieldRef<"DbResource", 'Json'>;
1962
+ readonly parentSlug: FieldRef<"DbResource", 'String'>;
1963
+ readonly tier: FieldRef<"DbResource", 'String'>;
1964
+ readonly familySlug: FieldRef<"DbResource", 'String'>;
1965
+ readonly aliases: FieldRef<"DbResource", 'String[]'>;
1966
+ readonly ownerPersonSlug: FieldRef<"DbResource", 'String'>;
1967
+ readonly accessMaintainerGroupSlugs: FieldRef<"DbResource", 'String[]'>;
1968
+ readonly accessComments: FieldRef<"DbResource", 'String'>;
1969
+ readonly extra: FieldRef<"DbResource", 'Json'>;
1970
+ readonly createdAt: FieldRef<"DbResource", 'DateTime'>;
1971
+ readonly updatedAt: FieldRef<"DbResource", 'DateTime'>;
1972
+ }
1973
+ /**
1974
+ * DbResource findUnique
1975
+ */
1976
+ type DbResourceFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1977
+ /**
1978
+ * Select specific fields to fetch from the DbResource
1979
+ */
1980
+ select?: DbResourceSelect<ExtArgs> | null;
1981
+ /**
1982
+ * Omit specific fields from the DbResource
1983
+ */
1984
+ omit?: DbResourceOmit<ExtArgs> | null;
1985
+ /**
1986
+ * Choose, which related nodes to fetch as well
1987
+ */
1988
+ include?: DbResourceInclude<ExtArgs> | null;
1989
+ /**
1990
+ * Filter, which DbResource to fetch.
1991
+ */
1992
+ where: DbResourceWhereUniqueInput;
1993
+ };
1994
+ /**
1995
+ * DbResource findUniqueOrThrow
1996
+ */
1997
+ type DbResourceFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1998
+ /**
1999
+ * Select specific fields to fetch from the DbResource
2000
+ */
2001
+ select?: DbResourceSelect<ExtArgs> | null;
2002
+ /**
2003
+ * Omit specific fields from the DbResource
2004
+ */
2005
+ omit?: DbResourceOmit<ExtArgs> | null;
2006
+ /**
2007
+ * Choose, which related nodes to fetch as well
2008
+ */
2009
+ include?: DbResourceInclude<ExtArgs> | null;
2010
+ /**
2011
+ * Filter, which DbResource to fetch.
2012
+ */
2013
+ where: DbResourceWhereUniqueInput;
2014
+ };
2015
+ /**
2016
+ * DbResource findFirst
2017
+ */
2018
+ type DbResourceFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2019
+ /**
2020
+ * Select specific fields to fetch from the DbResource
2021
+ */
2022
+ select?: DbResourceSelect<ExtArgs> | null;
2023
+ /**
2024
+ * Omit specific fields from the DbResource
2025
+ */
2026
+ omit?: DbResourceOmit<ExtArgs> | null;
2027
+ /**
2028
+ * Choose, which related nodes to fetch as well
2029
+ */
2030
+ include?: DbResourceInclude<ExtArgs> | null;
2031
+ /**
2032
+ * Filter, which DbResource to fetch.
2033
+ */
2034
+ where?: DbResourceWhereInput;
2035
+ /**
2036
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2037
+ *
2038
+ * Determine the order of DbResources to fetch.
2039
+ */
2040
+ orderBy?: DbResourceOrderByWithRelationInput | DbResourceOrderByWithRelationInput[];
2041
+ /**
2042
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2043
+ *
2044
+ * Sets the position for searching for DbResources.
2045
+ */
2046
+ cursor?: DbResourceWhereUniqueInput;
2047
+ /**
2048
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2049
+ *
2050
+ * Take `±n` DbResources from the position of the cursor.
2051
+ */
2052
+ take?: number;
2053
+ /**
2054
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2055
+ *
2056
+ * Skip the first `n` DbResources.
2057
+ */
2058
+ skip?: number;
2059
+ /**
2060
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
2061
+ *
2062
+ * Filter by unique combinations of DbResources.
2063
+ */
2064
+ distinct?: DbResourceScalarFieldEnum | DbResourceScalarFieldEnum[];
2065
+ };
2066
+ /**
2067
+ * DbResource findFirstOrThrow
2068
+ */
2069
+ type DbResourceFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2070
+ /**
2071
+ * Select specific fields to fetch from the DbResource
2072
+ */
2073
+ select?: DbResourceSelect<ExtArgs> | null;
2074
+ /**
2075
+ * Omit specific fields from the DbResource
2076
+ */
2077
+ omit?: DbResourceOmit<ExtArgs> | null;
2078
+ /**
2079
+ * Choose, which related nodes to fetch as well
2080
+ */
2081
+ include?: DbResourceInclude<ExtArgs> | null;
2082
+ /**
2083
+ * Filter, which DbResource to fetch.
2084
+ */
2085
+ where?: DbResourceWhereInput;
2086
+ /**
2087
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2088
+ *
2089
+ * Determine the order of DbResources to fetch.
2090
+ */
2091
+ orderBy?: DbResourceOrderByWithRelationInput | DbResourceOrderByWithRelationInput[];
2092
+ /**
2093
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2094
+ *
2095
+ * Sets the position for searching for DbResources.
2096
+ */
2097
+ cursor?: DbResourceWhereUniqueInput;
2098
+ /**
2099
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2100
+ *
2101
+ * Take `±n` DbResources from the position of the cursor.
2102
+ */
2103
+ take?: number;
2104
+ /**
2105
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2106
+ *
2107
+ * Skip the first `n` DbResources.
2108
+ */
2109
+ skip?: number;
2110
+ /**
2111
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
2112
+ *
2113
+ * Filter by unique combinations of DbResources.
2114
+ */
2115
+ distinct?: DbResourceScalarFieldEnum | DbResourceScalarFieldEnum[];
2116
+ };
2117
+ /**
2118
+ * DbResource findMany
2119
+ */
2120
+ type DbResourceFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2121
+ /**
2122
+ * Select specific fields to fetch from the DbResource
2123
+ */
2124
+ select?: DbResourceSelect<ExtArgs> | null;
2125
+ /**
2126
+ * Omit specific fields from the DbResource
2127
+ */
2128
+ omit?: DbResourceOmit<ExtArgs> | null;
2129
+ /**
2130
+ * Choose, which related nodes to fetch as well
2131
+ */
2132
+ include?: DbResourceInclude<ExtArgs> | null;
2133
+ /**
2134
+ * Filter, which DbResources to fetch.
2135
+ */
2136
+ where?: DbResourceWhereInput;
2137
+ /**
2138
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2139
+ *
2140
+ * Determine the order of DbResources to fetch.
2141
+ */
2142
+ orderBy?: DbResourceOrderByWithRelationInput | DbResourceOrderByWithRelationInput[];
2143
+ /**
2144
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2145
+ *
2146
+ * Sets the position for listing DbResources.
2147
+ */
2148
+ cursor?: DbResourceWhereUniqueInput;
2149
+ /**
2150
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2151
+ *
2152
+ * Take `±n` DbResources from the position of the cursor.
2153
+ */
2154
+ take?: number;
2155
+ /**
2156
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2157
+ *
2158
+ * Skip the first `n` DbResources.
2159
+ */
2160
+ skip?: number;
2161
+ distinct?: DbResourceScalarFieldEnum | DbResourceScalarFieldEnum[];
2162
+ };
2163
+ /**
2164
+ * DbResource create
2165
+ */
2166
+ type DbResourceCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2167
+ /**
2168
+ * Select specific fields to fetch from the DbResource
2169
+ */
2170
+ select?: DbResourceSelect<ExtArgs> | null;
2171
+ /**
2172
+ * Omit specific fields from the DbResource
2173
+ */
2174
+ omit?: DbResourceOmit<ExtArgs> | null;
2175
+ /**
2176
+ * Choose, which related nodes to fetch as well
2177
+ */
2178
+ include?: DbResourceInclude<ExtArgs> | null;
2179
+ /**
2180
+ * The data needed to create a DbResource.
2181
+ */
2182
+ data: XOR<DbResourceCreateInput, DbResourceUncheckedCreateInput>;
2183
+ };
2184
+ /**
2185
+ * DbResource createMany
2186
+ */
2187
+ type DbResourceCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2188
+ /**
2189
+ * The data used to create many DbResources.
2190
+ */
2191
+ data: DbResourceCreateManyInput | DbResourceCreateManyInput[];
2192
+ skipDuplicates?: boolean;
2193
+ };
2194
+ /**
2195
+ * DbResource createManyAndReturn
2196
+ */
2197
+ type DbResourceCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2198
+ /**
2199
+ * Select specific fields to fetch from the DbResource
2200
+ */
2201
+ select?: DbResourceSelectCreateManyAndReturn<ExtArgs> | null;
2202
+ /**
2203
+ * Omit specific fields from the DbResource
2204
+ */
2205
+ omit?: DbResourceOmit<ExtArgs> | null;
2206
+ /**
2207
+ * The data used to create many DbResources.
2208
+ */
2209
+ data: DbResourceCreateManyInput | DbResourceCreateManyInput[];
2210
+ skipDuplicates?: boolean;
2211
+ /**
2212
+ * Choose, which related nodes to fetch as well
2213
+ */
2214
+ include?: DbResourceIncludeCreateManyAndReturn<ExtArgs> | null;
2215
+ };
2216
+ /**
2217
+ * DbResource update
2218
+ */
2219
+ type DbResourceUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2220
+ /**
2221
+ * Select specific fields to fetch from the DbResource
2222
+ */
2223
+ select?: DbResourceSelect<ExtArgs> | null;
2224
+ /**
2225
+ * Omit specific fields from the DbResource
2226
+ */
2227
+ omit?: DbResourceOmit<ExtArgs> | null;
2228
+ /**
2229
+ * Choose, which related nodes to fetch as well
2230
+ */
2231
+ include?: DbResourceInclude<ExtArgs> | null;
2232
+ /**
2233
+ * The data needed to update a DbResource.
2234
+ */
2235
+ data: XOR<DbResourceUpdateInput, DbResourceUncheckedUpdateInput>;
2236
+ /**
2237
+ * Choose, which DbResource to update.
2238
+ */
2239
+ where: DbResourceWhereUniqueInput;
2240
+ };
2241
+ /**
2242
+ * DbResource updateMany
2243
+ */
2244
+ type DbResourceUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2245
+ /**
2246
+ * The data used to update DbResources.
2247
+ */
2248
+ data: XOR<DbResourceUpdateManyMutationInput, DbResourceUncheckedUpdateManyInput>;
2249
+ /**
2250
+ * Filter which DbResources to update
2251
+ */
2252
+ where?: DbResourceWhereInput;
2253
+ /**
2254
+ * Limit how many DbResources to update.
2255
+ */
2256
+ limit?: number;
2257
+ };
2258
+ /**
2259
+ * DbResource updateManyAndReturn
2260
+ */
2261
+ type DbResourceUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2262
+ /**
2263
+ * Select specific fields to fetch from the DbResource
2264
+ */
2265
+ select?: DbResourceSelectUpdateManyAndReturn<ExtArgs> | null;
2266
+ /**
2267
+ * Omit specific fields from the DbResource
2268
+ */
2269
+ omit?: DbResourceOmit<ExtArgs> | null;
2270
+ /**
2271
+ * The data used to update DbResources.
2272
+ */
2273
+ data: XOR<DbResourceUpdateManyMutationInput, DbResourceUncheckedUpdateManyInput>;
2274
+ /**
2275
+ * Filter which DbResources to update
2276
+ */
2277
+ where?: DbResourceWhereInput;
2278
+ /**
2279
+ * Limit how many DbResources to update.
2280
+ */
2281
+ limit?: number;
2282
+ /**
2283
+ * Choose, which related nodes to fetch as well
2284
+ */
2285
+ include?: DbResourceIncludeUpdateManyAndReturn<ExtArgs> | null;
2286
+ };
2287
+ /**
2288
+ * DbResource upsert
2289
+ */
2290
+ type DbResourceUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2291
+ /**
2292
+ * Select specific fields to fetch from the DbResource
2293
+ */
2294
+ select?: DbResourceSelect<ExtArgs> | null;
2295
+ /**
2296
+ * Omit specific fields from the DbResource
2297
+ */
2298
+ omit?: DbResourceOmit<ExtArgs> | null;
2299
+ /**
2300
+ * Choose, which related nodes to fetch as well
2301
+ */
2302
+ include?: DbResourceInclude<ExtArgs> | null;
2303
+ /**
2304
+ * The filter to search for the DbResource to update in case it exists.
2305
+ */
2306
+ where: DbResourceWhereUniqueInput;
2307
+ /**
2308
+ * In case the DbResource found by the `where` argument doesn't exist, create a new DbResource with this data.
2309
+ */
2310
+ create: XOR<DbResourceCreateInput, DbResourceUncheckedCreateInput>;
2311
+ /**
2312
+ * In case the DbResource was found with the provided `where` argument, update it with this data.
2313
+ */
2314
+ update: XOR<DbResourceUpdateInput, DbResourceUncheckedUpdateInput>;
2315
+ };
2316
+ /**
2317
+ * DbResource delete
2318
+ */
2319
+ type DbResourceDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2320
+ /**
2321
+ * Select specific fields to fetch from the DbResource
2322
+ */
2323
+ select?: DbResourceSelect<ExtArgs> | null;
2324
+ /**
2325
+ * Omit specific fields from the DbResource
2326
+ */
2327
+ omit?: DbResourceOmit<ExtArgs> | null;
2328
+ /**
2329
+ * Choose, which related nodes to fetch as well
2330
+ */
2331
+ include?: DbResourceInclude<ExtArgs> | null;
2332
+ /**
2333
+ * Filter which DbResource to delete.
2334
+ */
2335
+ where: DbResourceWhereUniqueInput;
2336
+ };
2337
+ /**
2338
+ * DbResource deleteMany
2339
+ */
2340
+ type DbResourceDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2341
+ /**
2342
+ * Filter which DbResources to delete
2343
+ */
2344
+ where?: DbResourceWhereInput;
2345
+ /**
2346
+ * Limit how many DbResources to delete.
2347
+ */
2348
+ limit?: number;
2349
+ };
2350
+ /**
2351
+ * DbResource.sourceRefs
2352
+ */
2353
+ type DbResource$sourceRefsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2354
+ /**
2355
+ * Select specific fields to fetch from the SourceReference
2356
+ */
2357
+ select?: SourceReferenceSelect<ExtArgs> | null;
2358
+ /**
2359
+ * Omit specific fields from the SourceReference
2360
+ */
2361
+ omit?: SourceReferenceOmit<ExtArgs> | null;
2362
+ /**
2363
+ * Choose, which related nodes to fetch as well
2364
+ */
2365
+ include?: SourceReferenceInclude<ExtArgs> | null;
2366
+ where?: SourceReferenceWhereInput;
2367
+ orderBy?: SourceReferenceOrderByWithRelationInput | SourceReferenceOrderByWithRelationInput[];
2368
+ cursor?: SourceReferenceWhereUniqueInput;
2369
+ take?: number;
2370
+ skip?: number;
2371
+ distinct?: SourceReferenceScalarFieldEnum | SourceReferenceScalarFieldEnum[];
2372
+ };
2373
+ /**
2374
+ * DbResource.parent
2375
+ */
2376
+ type DbResource$parentArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2377
+ /**
2378
+ * Select specific fields to fetch from the DbResource
2379
+ */
2380
+ select?: DbResourceSelect<ExtArgs> | null;
2381
+ /**
2382
+ * Omit specific fields from the DbResource
2383
+ */
2384
+ omit?: DbResourceOmit<ExtArgs> | null;
2385
+ /**
2386
+ * Choose, which related nodes to fetch as well
2387
+ */
2388
+ include?: DbResourceInclude<ExtArgs> | null;
2389
+ where?: DbResourceWhereInput;
2390
+ };
2391
+ /**
2392
+ * DbResource.children
2393
+ */
2394
+ type DbResource$childrenArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2395
+ /**
2396
+ * Select specific fields to fetch from the DbResource
2397
+ */
2398
+ select?: DbResourceSelect<ExtArgs> | null;
2399
+ /**
2400
+ * Omit specific fields from the DbResource
2401
+ */
2402
+ omit?: DbResourceOmit<ExtArgs> | null;
2403
+ /**
2404
+ * Choose, which related nodes to fetch as well
2405
+ */
2406
+ include?: DbResourceInclude<ExtArgs> | null;
2407
+ where?: DbResourceWhereInput;
2408
+ orderBy?: DbResourceOrderByWithRelationInput | DbResourceOrderByWithRelationInput[];
2409
+ cursor?: DbResourceWhereUniqueInput;
2410
+ take?: number;
2411
+ skip?: number;
2412
+ distinct?: DbResourceScalarFieldEnum | DbResourceScalarFieldEnum[];
2413
+ };
2414
+ /**
2415
+ * DbResource without action
2416
+ */
2417
+ type DbResourceDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2418
+ /**
2419
+ * Select specific fields to fetch from the DbResource
2420
+ */
2421
+ select?: DbResourceSelect<ExtArgs> | null;
2422
+ /**
2423
+ * Omit specific fields from the DbResource
2424
+ */
2425
+ omit?: DbResourceOmit<ExtArgs> | null;
2426
+ /**
2427
+ * Choose, which related nodes to fetch as well
2428
+ */
2429
+ include?: DbResourceInclude<ExtArgs> | null;
2430
+ };
2431
+ //#endregion
2432
+ export { $DbResourcePayload, AggregateDbResource, DbResource$childrenArgs, DbResource$parentArgs, DbResource$sourceRefsArgs, DbResourceAggregateArgs, DbResourceCountAggregateInputType, DbResourceCountAggregateOutputType, DbResourceCountArgs, DbResourceCountOrderByAggregateInput, DbResourceCountOutputTypeCountChildrenArgs, DbResourceCountOutputTypeCountSourceRefsArgs, DbResourceCountOutputTypeDefaultArgs, DbResourceCountOutputTypeSelect, DbResourceCreateArgs, DbResourceCreateInput, DbResourceCreateManyAndReturnArgs, DbResourceCreateManyArgs, DbResourceCreateManyInput, DbResourceCreateManyParentInput, DbResourceCreateManyParentInputEnvelope, DbResourceCreateNestedManyWithoutParentInput, DbResourceCreateNestedOneWithoutChildrenInput, DbResourceCreateNestedOneWithoutSourceRefsInput, DbResourceCreateOrConnectWithoutChildrenInput, DbResourceCreateOrConnectWithoutParentInput, DbResourceCreateOrConnectWithoutSourceRefsInput, DbResourceCreateWithoutChildrenInput, DbResourceCreateWithoutParentInput, DbResourceCreateWithoutSourceRefsInput, DbResourceCreateaccessMaintainerGroupSlugsInput, DbResourceCreatealiasesInput, DbResourceCreatenicknamesInput, DbResourceCreatescreenshotIdsInput, DbResourceCreatetagsInput, DbResourceCreateteamsInput, DbResourceCreateurlIssuesInput, DbResourceDefaultArgs, DbResourceDelegate, DbResourceDeleteArgs, DbResourceDeleteManyArgs, DbResourceFieldRefs, DbResourceFindFirstArgs, DbResourceFindFirstOrThrowArgs, DbResourceFindManyArgs, DbResourceFindUniqueArgs, DbResourceFindUniqueOrThrowArgs, DbResourceGroupByArgs, DbResourceGroupByOutputType, DbResourceInclude, DbResourceIncludeCreateManyAndReturn, DbResourceIncludeUpdateManyAndReturn, DbResourceListRelationFilter, DbResourceMaxAggregateInputType, DbResourceMaxAggregateOutputType, DbResourceMaxOrderByAggregateInput, DbResourceMinAggregateInputType, DbResourceMinAggregateOutputType, DbResourceMinOrderByAggregateInput, DbResourceNullableScalarRelationFilter, DbResourceOmit, DbResourceOrderByRelationAggregateInput, DbResourceOrderByWithAggregationInput, DbResourceOrderByWithRelationInput, DbResourceScalarRelationFilter, DbResourceScalarWhereInput, DbResourceScalarWhereWithAggregatesInput, DbResourceSelect, DbResourceSelectCreateManyAndReturn, DbResourceSelectUpdateManyAndReturn, DbResourceUncheckedCreateInput, DbResourceUncheckedCreateNestedManyWithoutParentInput, DbResourceUncheckedCreateWithoutChildrenInput, DbResourceUncheckedCreateWithoutParentInput, DbResourceUncheckedCreateWithoutSourceRefsInput, DbResourceUncheckedUpdateInput, DbResourceUncheckedUpdateManyInput, DbResourceUncheckedUpdateManyWithoutParentInput, DbResourceUncheckedUpdateManyWithoutParentNestedInput, DbResourceUncheckedUpdateWithoutChildrenInput, DbResourceUncheckedUpdateWithoutParentInput, DbResourceUncheckedUpdateWithoutSourceRefsInput, DbResourceUpdateArgs, DbResourceUpdateInput, DbResourceUpdateManyAndReturnArgs, DbResourceUpdateManyArgs, DbResourceUpdateManyMutationInput, DbResourceUpdateManyWithWhereWithoutParentInput, DbResourceUpdateManyWithoutParentNestedInput, DbResourceUpdateOneRequiredWithoutSourceRefsNestedInput, DbResourceUpdateOneWithoutChildrenNestedInput, DbResourceUpdateToOneWithWhereWithoutChildrenInput, DbResourceUpdateToOneWithWhereWithoutSourceRefsInput, DbResourceUpdateWithWhereUniqueWithoutParentInput, DbResourceUpdateWithoutChildrenInput, DbResourceUpdateWithoutParentInput, DbResourceUpdateWithoutSourceRefsInput, DbResourceUpdateaccessMaintainerGroupSlugsInput, DbResourceUpdatealiasesInput, DbResourceUpdatenicknamesInput, DbResourceUpdatescreenshotIdsInput, DbResourceUpdatetagsInput, DbResourceUpdateteamsInput, DbResourceUpdateurlIssuesInput, DbResourceUpsertArgs, DbResourceUpsertWithWhereUniqueWithoutParentInput, DbResourceUpsertWithoutChildrenInput, DbResourceUpsertWithoutSourceRefsInput, DbResourceWhereInput, DbResourceWhereUniqueInput, GetDbResourceAggregateType, Prisma__DbResourceClient };
2433
+ //# sourceMappingURL=DbResource.d.mts.map