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