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