@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
|
@@ -2,7 +2,7 @@ import { NullableStringFieldUpdateOperationsInput, StringFieldUpdateOperationsIn
|
|
|
2
2
|
import { NullableDateTimeFieldUpdateOperationsInput } from "./account.mjs";
|
|
3
3
|
import { IntFieldUpdateOperationsInput } from "./DbGroupMembership.mjs";
|
|
4
4
|
import { StringNullableListFilter } from "./DbApprovalMethod.mjs";
|
|
5
|
-
import { $
|
|
5
|
+
import { $DbResourcePayload, DbResourceCreateNestedOneWithoutSourceRefsInput, DbResourceDefaultArgs, DbResourceOrderByWithRelationInput, DbResourceScalarRelationFilter, DbResourceUpdateOneRequiredWithoutSourceRefsNestedInput, DbResourceWhereInput, Prisma__DbResourceClient } from "./DbResource.mjs";
|
|
6
6
|
import { $SourcePayload, Prisma__SourceClient, SourceCreateNestedOneWithoutReferencesInput, SourceDefaultArgs, SourceOrderByWithRelationInput, SourceScalarRelationFilter, SourceUpdateOneRequiredWithoutReferencesNestedInput, SourceWhereInput } from "./Source.mjs";
|
|
7
7
|
import { DateTimeNullableFilter, DateTimeNullableWithAggregatesFilter, IntFilter, IntWithAggregatesFilter, SortOrderInput, StringFilter, StringNullableFilter, StringNullableWithAggregatesFilter, StringWithAggregatesFilter } from "../commonInputTypes.mjs";
|
|
8
8
|
import { AtLeast, BatchPayload, ExcludeUnderscoreKeys, Extends, False, FieldRef, GetHavingFields, GetScalarType, Has, Keys, MaybeTupleToUnion, Or, PickEnumerable, PrismaPromise, SelectSubset, SortOrder, SourceReferenceScalarFieldEnum, Subset, SubsetIntersection, True, TypeMap, XOR } from "../internal/prismaNamespace.mjs";
|
|
@@ -25,7 +25,7 @@ type SourceReferenceSumAggregateOutputType = {
|
|
|
25
25
|
type SourceReferenceMinAggregateOutputType = {
|
|
26
26
|
id: number | null;
|
|
27
27
|
sourceSlug: string | null;
|
|
28
|
-
|
|
28
|
+
resourceId: string | null;
|
|
29
29
|
url: string | null;
|
|
30
30
|
parseDate: Date | null;
|
|
31
31
|
userPrompt: string | null;
|
|
@@ -33,7 +33,7 @@ type SourceReferenceMinAggregateOutputType = {
|
|
|
33
33
|
type SourceReferenceMaxAggregateOutputType = {
|
|
34
34
|
id: number | null;
|
|
35
35
|
sourceSlug: string | null;
|
|
36
|
-
|
|
36
|
+
resourceId: string | null;
|
|
37
37
|
url: string | null;
|
|
38
38
|
parseDate: Date | null;
|
|
39
39
|
userPrompt: string | null;
|
|
@@ -41,7 +41,7 @@ type SourceReferenceMaxAggregateOutputType = {
|
|
|
41
41
|
type SourceReferenceCountAggregateOutputType = {
|
|
42
42
|
id: number;
|
|
43
43
|
sourceSlug: number;
|
|
44
|
-
|
|
44
|
+
resourceId: number;
|
|
45
45
|
url: number;
|
|
46
46
|
parseDate: number;
|
|
47
47
|
excerpts: number;
|
|
@@ -57,7 +57,7 @@ type SourceReferenceSumAggregateInputType = {
|
|
|
57
57
|
type SourceReferenceMinAggregateInputType = {
|
|
58
58
|
id?: true;
|
|
59
59
|
sourceSlug?: true;
|
|
60
|
-
|
|
60
|
+
resourceId?: true;
|
|
61
61
|
url?: true;
|
|
62
62
|
parseDate?: true;
|
|
63
63
|
userPrompt?: true;
|
|
@@ -65,7 +65,7 @@ type SourceReferenceMinAggregateInputType = {
|
|
|
65
65
|
type SourceReferenceMaxAggregateInputType = {
|
|
66
66
|
id?: true;
|
|
67
67
|
sourceSlug?: true;
|
|
68
|
-
|
|
68
|
+
resourceId?: true;
|
|
69
69
|
url?: true;
|
|
70
70
|
parseDate?: true;
|
|
71
71
|
userPrompt?: true;
|
|
@@ -73,7 +73,7 @@ type SourceReferenceMaxAggregateInputType = {
|
|
|
73
73
|
type SourceReferenceCountAggregateInputType = {
|
|
74
74
|
id?: true;
|
|
75
75
|
sourceSlug?: true;
|
|
76
|
-
|
|
76
|
+
resourceId?: true;
|
|
77
77
|
url?: true;
|
|
78
78
|
parseDate?: true;
|
|
79
79
|
excerpts?: true;
|
|
@@ -157,7 +157,7 @@ type SourceReferenceGroupByArgs<ExtArgs extends runtime.Types.Extensions.Interna
|
|
|
157
157
|
type SourceReferenceGroupByOutputType = {
|
|
158
158
|
id: number;
|
|
159
159
|
sourceSlug: string;
|
|
160
|
-
|
|
160
|
+
resourceId: string;
|
|
161
161
|
url: string;
|
|
162
162
|
parseDate: Date | null;
|
|
163
163
|
excerpts: string[];
|
|
@@ -175,44 +175,44 @@ type SourceReferenceWhereInput = {
|
|
|
175
175
|
NOT?: SourceReferenceWhereInput | SourceReferenceWhereInput[];
|
|
176
176
|
id?: IntFilter<"SourceReference"> | number;
|
|
177
177
|
sourceSlug?: StringFilter<"SourceReference"> | string;
|
|
178
|
-
|
|
178
|
+
resourceId?: StringFilter<"SourceReference"> | string;
|
|
179
179
|
url?: StringFilter<"SourceReference"> | string;
|
|
180
180
|
parseDate?: DateTimeNullableFilter<"SourceReference"> | Date | string | null;
|
|
181
181
|
excerpts?: StringNullableListFilter<"SourceReference">;
|
|
182
182
|
userPrompt?: StringNullableFilter<"SourceReference"> | string | null;
|
|
183
183
|
source?: XOR<SourceScalarRelationFilter, SourceWhereInput>;
|
|
184
|
-
|
|
184
|
+
resource?: XOR<DbResourceScalarRelationFilter, DbResourceWhereInput>;
|
|
185
185
|
};
|
|
186
186
|
type SourceReferenceOrderByWithRelationInput = {
|
|
187
187
|
id?: SortOrder;
|
|
188
188
|
sourceSlug?: SortOrder;
|
|
189
|
-
|
|
189
|
+
resourceId?: SortOrder;
|
|
190
190
|
url?: SortOrder;
|
|
191
191
|
parseDate?: SortOrderInput | SortOrder;
|
|
192
192
|
excerpts?: SortOrder;
|
|
193
193
|
userPrompt?: SortOrderInput | SortOrder;
|
|
194
194
|
source?: SourceOrderByWithRelationInput;
|
|
195
|
-
|
|
195
|
+
resource?: DbResourceOrderByWithRelationInput;
|
|
196
196
|
};
|
|
197
197
|
type SourceReferenceWhereUniqueInput = AtLeast<{
|
|
198
198
|
id?: number;
|
|
199
|
-
|
|
199
|
+
resourceId_url?: SourceReferenceResourceIdUrlCompoundUniqueInput;
|
|
200
200
|
AND?: SourceReferenceWhereInput | SourceReferenceWhereInput[];
|
|
201
201
|
OR?: SourceReferenceWhereInput[];
|
|
202
202
|
NOT?: SourceReferenceWhereInput | SourceReferenceWhereInput[];
|
|
203
203
|
sourceSlug?: StringFilter<"SourceReference"> | string;
|
|
204
|
-
|
|
204
|
+
resourceId?: StringFilter<"SourceReference"> | string;
|
|
205
205
|
url?: StringFilter<"SourceReference"> | string;
|
|
206
206
|
parseDate?: DateTimeNullableFilter<"SourceReference"> | Date | string | null;
|
|
207
207
|
excerpts?: StringNullableListFilter<"SourceReference">;
|
|
208
208
|
userPrompt?: StringNullableFilter<"SourceReference"> | string | null;
|
|
209
209
|
source?: XOR<SourceScalarRelationFilter, SourceWhereInput>;
|
|
210
|
-
|
|
211
|
-
}, "id" | "
|
|
210
|
+
resource?: XOR<DbResourceScalarRelationFilter, DbResourceWhereInput>;
|
|
211
|
+
}, "id" | "resourceId_url">;
|
|
212
212
|
type SourceReferenceOrderByWithAggregationInput = {
|
|
213
213
|
id?: SortOrder;
|
|
214
214
|
sourceSlug?: SortOrder;
|
|
215
|
-
|
|
215
|
+
resourceId?: SortOrder;
|
|
216
216
|
url?: SortOrder;
|
|
217
217
|
parseDate?: SortOrderInput | SortOrder;
|
|
218
218
|
excerpts?: SortOrder;
|
|
@@ -229,7 +229,7 @@ type SourceReferenceScalarWhereWithAggregatesInput = {
|
|
|
229
229
|
NOT?: SourceReferenceScalarWhereWithAggregatesInput | SourceReferenceScalarWhereWithAggregatesInput[];
|
|
230
230
|
id?: IntWithAggregatesFilter<"SourceReference"> | number;
|
|
231
231
|
sourceSlug?: StringWithAggregatesFilter<"SourceReference"> | string;
|
|
232
|
-
|
|
232
|
+
resourceId?: StringWithAggregatesFilter<"SourceReference"> | string;
|
|
233
233
|
url?: StringWithAggregatesFilter<"SourceReference"> | string;
|
|
234
234
|
parseDate?: DateTimeNullableWithAggregatesFilter<"SourceReference"> | Date | string | null;
|
|
235
235
|
excerpts?: StringNullableListFilter<"SourceReference">;
|
|
@@ -241,12 +241,12 @@ type SourceReferenceCreateInput = {
|
|
|
241
241
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
242
242
|
userPrompt?: string | null;
|
|
243
243
|
source: SourceCreateNestedOneWithoutReferencesInput;
|
|
244
|
-
|
|
244
|
+
resource: DbResourceCreateNestedOneWithoutSourceRefsInput;
|
|
245
245
|
};
|
|
246
246
|
type SourceReferenceUncheckedCreateInput = {
|
|
247
247
|
id?: number;
|
|
248
248
|
sourceSlug: string;
|
|
249
|
-
|
|
249
|
+
resourceId: string;
|
|
250
250
|
url: string;
|
|
251
251
|
parseDate?: Date | string | null;
|
|
252
252
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
@@ -258,12 +258,12 @@ type SourceReferenceUpdateInput = {
|
|
|
258
258
|
excerpts?: SourceReferenceUpdateexcerptsInput | string[];
|
|
259
259
|
userPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
260
260
|
source?: SourceUpdateOneRequiredWithoutReferencesNestedInput;
|
|
261
|
-
|
|
261
|
+
resource?: DbResourceUpdateOneRequiredWithoutSourceRefsNestedInput;
|
|
262
262
|
};
|
|
263
263
|
type SourceReferenceUncheckedUpdateInput = {
|
|
264
264
|
id?: IntFieldUpdateOperationsInput | number;
|
|
265
265
|
sourceSlug?: StringFieldUpdateOperationsInput | string;
|
|
266
|
-
|
|
266
|
+
resourceId?: StringFieldUpdateOperationsInput | string;
|
|
267
267
|
url?: StringFieldUpdateOperationsInput | string;
|
|
268
268
|
parseDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
269
269
|
excerpts?: SourceReferenceUpdateexcerptsInput | string[];
|
|
@@ -272,7 +272,7 @@ type SourceReferenceUncheckedUpdateInput = {
|
|
|
272
272
|
type SourceReferenceCreateManyInput = {
|
|
273
273
|
id?: number;
|
|
274
274
|
sourceSlug: string;
|
|
275
|
-
|
|
275
|
+
resourceId: string;
|
|
276
276
|
url: string;
|
|
277
277
|
parseDate?: Date | string | null;
|
|
278
278
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
@@ -287,7 +287,7 @@ type SourceReferenceUpdateManyMutationInput = {
|
|
|
287
287
|
type SourceReferenceUncheckedUpdateManyInput = {
|
|
288
288
|
id?: IntFieldUpdateOperationsInput | number;
|
|
289
289
|
sourceSlug?: StringFieldUpdateOperationsInput | string;
|
|
290
|
-
|
|
290
|
+
resourceId?: StringFieldUpdateOperationsInput | string;
|
|
291
291
|
url?: StringFieldUpdateOperationsInput | string;
|
|
292
292
|
parseDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
293
293
|
excerpts?: SourceReferenceUpdateexcerptsInput | string[];
|
|
@@ -301,14 +301,14 @@ type SourceReferenceListRelationFilter = {
|
|
|
301
301
|
type SourceReferenceOrderByRelationAggregateInput = {
|
|
302
302
|
_count?: SortOrder;
|
|
303
303
|
};
|
|
304
|
-
type
|
|
305
|
-
|
|
304
|
+
type SourceReferenceResourceIdUrlCompoundUniqueInput = {
|
|
305
|
+
resourceId: string;
|
|
306
306
|
url: string;
|
|
307
307
|
};
|
|
308
308
|
type SourceReferenceCountOrderByAggregateInput = {
|
|
309
309
|
id?: SortOrder;
|
|
310
310
|
sourceSlug?: SortOrder;
|
|
311
|
-
|
|
311
|
+
resourceId?: SortOrder;
|
|
312
312
|
url?: SortOrder;
|
|
313
313
|
parseDate?: SortOrder;
|
|
314
314
|
excerpts?: SortOrder;
|
|
@@ -320,7 +320,7 @@ type SourceReferenceAvgOrderByAggregateInput = {
|
|
|
320
320
|
type SourceReferenceMaxOrderByAggregateInput = {
|
|
321
321
|
id?: SortOrder;
|
|
322
322
|
sourceSlug?: SortOrder;
|
|
323
|
-
|
|
323
|
+
resourceId?: SortOrder;
|
|
324
324
|
url?: SortOrder;
|
|
325
325
|
parseDate?: SortOrder;
|
|
326
326
|
userPrompt?: SortOrder;
|
|
@@ -328,7 +328,7 @@ type SourceReferenceMaxOrderByAggregateInput = {
|
|
|
328
328
|
type SourceReferenceMinOrderByAggregateInput = {
|
|
329
329
|
id?: SortOrder;
|
|
330
330
|
sourceSlug?: SortOrder;
|
|
331
|
-
|
|
331
|
+
resourceId?: SortOrder;
|
|
332
332
|
url?: SortOrder;
|
|
333
333
|
parseDate?: SortOrder;
|
|
334
334
|
userPrompt?: SortOrder;
|
|
@@ -336,42 +336,42 @@ type SourceReferenceMinOrderByAggregateInput = {
|
|
|
336
336
|
type SourceReferenceSumOrderByAggregateInput = {
|
|
337
337
|
id?: SortOrder;
|
|
338
338
|
};
|
|
339
|
-
type
|
|
340
|
-
create?: XOR<
|
|
341
|
-
connectOrCreate?:
|
|
342
|
-
createMany?:
|
|
339
|
+
type SourceReferenceCreateNestedManyWithoutResourceInput = {
|
|
340
|
+
create?: XOR<SourceReferenceCreateWithoutResourceInput, SourceReferenceUncheckedCreateWithoutResourceInput> | SourceReferenceCreateWithoutResourceInput[] | SourceReferenceUncheckedCreateWithoutResourceInput[];
|
|
341
|
+
connectOrCreate?: SourceReferenceCreateOrConnectWithoutResourceInput | SourceReferenceCreateOrConnectWithoutResourceInput[];
|
|
342
|
+
createMany?: SourceReferenceCreateManyResourceInputEnvelope;
|
|
343
343
|
connect?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
344
344
|
};
|
|
345
|
-
type
|
|
346
|
-
create?: XOR<
|
|
347
|
-
connectOrCreate?:
|
|
348
|
-
createMany?:
|
|
345
|
+
type SourceReferenceUncheckedCreateNestedManyWithoutResourceInput = {
|
|
346
|
+
create?: XOR<SourceReferenceCreateWithoutResourceInput, SourceReferenceUncheckedCreateWithoutResourceInput> | SourceReferenceCreateWithoutResourceInput[] | SourceReferenceUncheckedCreateWithoutResourceInput[];
|
|
347
|
+
connectOrCreate?: SourceReferenceCreateOrConnectWithoutResourceInput | SourceReferenceCreateOrConnectWithoutResourceInput[];
|
|
348
|
+
createMany?: SourceReferenceCreateManyResourceInputEnvelope;
|
|
349
349
|
connect?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
350
350
|
};
|
|
351
|
-
type
|
|
352
|
-
create?: XOR<
|
|
353
|
-
connectOrCreate?:
|
|
354
|
-
upsert?:
|
|
355
|
-
createMany?:
|
|
351
|
+
type SourceReferenceUpdateManyWithoutResourceNestedInput = {
|
|
352
|
+
create?: XOR<SourceReferenceCreateWithoutResourceInput, SourceReferenceUncheckedCreateWithoutResourceInput> | SourceReferenceCreateWithoutResourceInput[] | SourceReferenceUncheckedCreateWithoutResourceInput[];
|
|
353
|
+
connectOrCreate?: SourceReferenceCreateOrConnectWithoutResourceInput | SourceReferenceCreateOrConnectWithoutResourceInput[];
|
|
354
|
+
upsert?: SourceReferenceUpsertWithWhereUniqueWithoutResourceInput | SourceReferenceUpsertWithWhereUniqueWithoutResourceInput[];
|
|
355
|
+
createMany?: SourceReferenceCreateManyResourceInputEnvelope;
|
|
356
356
|
set?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
357
357
|
disconnect?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
358
358
|
delete?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
359
359
|
connect?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
360
|
-
update?:
|
|
361
|
-
updateMany?:
|
|
360
|
+
update?: SourceReferenceUpdateWithWhereUniqueWithoutResourceInput | SourceReferenceUpdateWithWhereUniqueWithoutResourceInput[];
|
|
361
|
+
updateMany?: SourceReferenceUpdateManyWithWhereWithoutResourceInput | SourceReferenceUpdateManyWithWhereWithoutResourceInput[];
|
|
362
362
|
deleteMany?: SourceReferenceScalarWhereInput | SourceReferenceScalarWhereInput[];
|
|
363
363
|
};
|
|
364
|
-
type
|
|
365
|
-
create?: XOR<
|
|
366
|
-
connectOrCreate?:
|
|
367
|
-
upsert?:
|
|
368
|
-
createMany?:
|
|
364
|
+
type SourceReferenceUncheckedUpdateManyWithoutResourceNestedInput = {
|
|
365
|
+
create?: XOR<SourceReferenceCreateWithoutResourceInput, SourceReferenceUncheckedCreateWithoutResourceInput> | SourceReferenceCreateWithoutResourceInput[] | SourceReferenceUncheckedCreateWithoutResourceInput[];
|
|
366
|
+
connectOrCreate?: SourceReferenceCreateOrConnectWithoutResourceInput | SourceReferenceCreateOrConnectWithoutResourceInput[];
|
|
367
|
+
upsert?: SourceReferenceUpsertWithWhereUniqueWithoutResourceInput | SourceReferenceUpsertWithWhereUniqueWithoutResourceInput[];
|
|
368
|
+
createMany?: SourceReferenceCreateManyResourceInputEnvelope;
|
|
369
369
|
set?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
370
370
|
disconnect?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
371
371
|
delete?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
372
372
|
connect?: SourceReferenceWhereUniqueInput | SourceReferenceWhereUniqueInput[];
|
|
373
|
-
update?:
|
|
374
|
-
updateMany?:
|
|
373
|
+
update?: SourceReferenceUpdateWithWhereUniqueWithoutResourceInput | SourceReferenceUpdateWithWhereUniqueWithoutResourceInput[];
|
|
374
|
+
updateMany?: SourceReferenceUpdateManyWithWhereWithoutResourceInput | SourceReferenceUpdateManyWithWhereWithoutResourceInput[];
|
|
375
375
|
deleteMany?: SourceReferenceScalarWhereInput | SourceReferenceScalarWhereInput[];
|
|
376
376
|
};
|
|
377
377
|
type SourceReferenceCreateNestedManyWithoutSourceInput = {
|
|
@@ -419,14 +419,14 @@ type SourceReferenceUpdateexcerptsInput = {
|
|
|
419
419
|
set?: string[];
|
|
420
420
|
push?: string | string[];
|
|
421
421
|
};
|
|
422
|
-
type
|
|
422
|
+
type SourceReferenceCreateWithoutResourceInput = {
|
|
423
423
|
url: string;
|
|
424
424
|
parseDate?: Date | string | null;
|
|
425
425
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
426
426
|
userPrompt?: string | null;
|
|
427
427
|
source: SourceCreateNestedOneWithoutReferencesInput;
|
|
428
428
|
};
|
|
429
|
-
type
|
|
429
|
+
type SourceReferenceUncheckedCreateWithoutResourceInput = {
|
|
430
430
|
id?: number;
|
|
431
431
|
sourceSlug: string;
|
|
432
432
|
url: string;
|
|
@@ -434,26 +434,26 @@ type SourceReferenceUncheckedCreateWithoutAppInput = {
|
|
|
434
434
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
435
435
|
userPrompt?: string | null;
|
|
436
436
|
};
|
|
437
|
-
type
|
|
437
|
+
type SourceReferenceCreateOrConnectWithoutResourceInput = {
|
|
438
438
|
where: SourceReferenceWhereUniqueInput;
|
|
439
|
-
create: XOR<
|
|
439
|
+
create: XOR<SourceReferenceCreateWithoutResourceInput, SourceReferenceUncheckedCreateWithoutResourceInput>;
|
|
440
440
|
};
|
|
441
|
-
type
|
|
442
|
-
data:
|
|
441
|
+
type SourceReferenceCreateManyResourceInputEnvelope = {
|
|
442
|
+
data: SourceReferenceCreateManyResourceInput | SourceReferenceCreateManyResourceInput[];
|
|
443
443
|
skipDuplicates?: boolean;
|
|
444
444
|
};
|
|
445
|
-
type
|
|
445
|
+
type SourceReferenceUpsertWithWhereUniqueWithoutResourceInput = {
|
|
446
446
|
where: SourceReferenceWhereUniqueInput;
|
|
447
|
-
update: XOR<
|
|
448
|
-
create: XOR<
|
|
447
|
+
update: XOR<SourceReferenceUpdateWithoutResourceInput, SourceReferenceUncheckedUpdateWithoutResourceInput>;
|
|
448
|
+
create: XOR<SourceReferenceCreateWithoutResourceInput, SourceReferenceUncheckedCreateWithoutResourceInput>;
|
|
449
449
|
};
|
|
450
|
-
type
|
|
450
|
+
type SourceReferenceUpdateWithWhereUniqueWithoutResourceInput = {
|
|
451
451
|
where: SourceReferenceWhereUniqueInput;
|
|
452
|
-
data: XOR<
|
|
452
|
+
data: XOR<SourceReferenceUpdateWithoutResourceInput, SourceReferenceUncheckedUpdateWithoutResourceInput>;
|
|
453
453
|
};
|
|
454
|
-
type
|
|
454
|
+
type SourceReferenceUpdateManyWithWhereWithoutResourceInput = {
|
|
455
455
|
where: SourceReferenceScalarWhereInput;
|
|
456
|
-
data: XOR<SourceReferenceUpdateManyMutationInput,
|
|
456
|
+
data: XOR<SourceReferenceUpdateManyMutationInput, SourceReferenceUncheckedUpdateManyWithoutResourceInput>;
|
|
457
457
|
};
|
|
458
458
|
type SourceReferenceScalarWhereInput = {
|
|
459
459
|
AND?: SourceReferenceScalarWhereInput | SourceReferenceScalarWhereInput[];
|
|
@@ -461,7 +461,7 @@ type SourceReferenceScalarWhereInput = {
|
|
|
461
461
|
NOT?: SourceReferenceScalarWhereInput | SourceReferenceScalarWhereInput[];
|
|
462
462
|
id?: IntFilter<"SourceReference"> | number;
|
|
463
463
|
sourceSlug?: StringFilter<"SourceReference"> | string;
|
|
464
|
-
|
|
464
|
+
resourceId?: StringFilter<"SourceReference"> | string;
|
|
465
465
|
url?: StringFilter<"SourceReference"> | string;
|
|
466
466
|
parseDate?: DateTimeNullableFilter<"SourceReference"> | Date | string | null;
|
|
467
467
|
excerpts?: StringNullableListFilter<"SourceReference">;
|
|
@@ -472,11 +472,11 @@ type SourceReferenceCreateWithoutSourceInput = {
|
|
|
472
472
|
parseDate?: Date | string | null;
|
|
473
473
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
474
474
|
userPrompt?: string | null;
|
|
475
|
-
|
|
475
|
+
resource: DbResourceCreateNestedOneWithoutSourceRefsInput;
|
|
476
476
|
};
|
|
477
477
|
type SourceReferenceUncheckedCreateWithoutSourceInput = {
|
|
478
478
|
id?: number;
|
|
479
|
-
|
|
479
|
+
resourceId: string;
|
|
480
480
|
url: string;
|
|
481
481
|
parseDate?: Date | string | null;
|
|
482
482
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
@@ -503,7 +503,7 @@ type SourceReferenceUpdateManyWithWhereWithoutSourceInput = {
|
|
|
503
503
|
where: SourceReferenceScalarWhereInput;
|
|
504
504
|
data: XOR<SourceReferenceUpdateManyMutationInput, SourceReferenceUncheckedUpdateManyWithoutSourceInput>;
|
|
505
505
|
};
|
|
506
|
-
type
|
|
506
|
+
type SourceReferenceCreateManyResourceInput = {
|
|
507
507
|
id?: number;
|
|
508
508
|
sourceSlug: string;
|
|
509
509
|
url: string;
|
|
@@ -511,14 +511,14 @@ type SourceReferenceCreateManyAppInput = {
|
|
|
511
511
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
512
512
|
userPrompt?: string | null;
|
|
513
513
|
};
|
|
514
|
-
type
|
|
514
|
+
type SourceReferenceUpdateWithoutResourceInput = {
|
|
515
515
|
url?: StringFieldUpdateOperationsInput | string;
|
|
516
516
|
parseDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
517
517
|
excerpts?: SourceReferenceUpdateexcerptsInput | string[];
|
|
518
518
|
userPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
519
519
|
source?: SourceUpdateOneRequiredWithoutReferencesNestedInput;
|
|
520
520
|
};
|
|
521
|
-
type
|
|
521
|
+
type SourceReferenceUncheckedUpdateWithoutResourceInput = {
|
|
522
522
|
id?: IntFieldUpdateOperationsInput | number;
|
|
523
523
|
sourceSlug?: StringFieldUpdateOperationsInput | string;
|
|
524
524
|
url?: StringFieldUpdateOperationsInput | string;
|
|
@@ -526,7 +526,7 @@ type SourceReferenceUncheckedUpdateWithoutAppInput = {
|
|
|
526
526
|
excerpts?: SourceReferenceUpdateexcerptsInput | string[];
|
|
527
527
|
userPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
528
528
|
};
|
|
529
|
-
type
|
|
529
|
+
type SourceReferenceUncheckedUpdateManyWithoutResourceInput = {
|
|
530
530
|
id?: IntFieldUpdateOperationsInput | number;
|
|
531
531
|
sourceSlug?: StringFieldUpdateOperationsInput | string;
|
|
532
532
|
url?: StringFieldUpdateOperationsInput | string;
|
|
@@ -536,7 +536,7 @@ type SourceReferenceUncheckedUpdateManyWithoutAppInput = {
|
|
|
536
536
|
};
|
|
537
537
|
type SourceReferenceCreateManySourceInput = {
|
|
538
538
|
id?: number;
|
|
539
|
-
|
|
539
|
+
resourceId: string;
|
|
540
540
|
url: string;
|
|
541
541
|
parseDate?: Date | string | null;
|
|
542
542
|
excerpts?: SourceReferenceCreateexcerptsInput | string[];
|
|
@@ -547,11 +547,11 @@ type SourceReferenceUpdateWithoutSourceInput = {
|
|
|
547
547
|
parseDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
548
548
|
excerpts?: SourceReferenceUpdateexcerptsInput | string[];
|
|
549
549
|
userPrompt?: NullableStringFieldUpdateOperationsInput | string | null;
|
|
550
|
-
|
|
550
|
+
resource?: DbResourceUpdateOneRequiredWithoutSourceRefsNestedInput;
|
|
551
551
|
};
|
|
552
552
|
type SourceReferenceUncheckedUpdateWithoutSourceInput = {
|
|
553
553
|
id?: IntFieldUpdateOperationsInput | number;
|
|
554
|
-
|
|
554
|
+
resourceId?: StringFieldUpdateOperationsInput | string;
|
|
555
555
|
url?: StringFieldUpdateOperationsInput | string;
|
|
556
556
|
parseDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
557
557
|
excerpts?: SourceReferenceUpdateexcerptsInput | string[];
|
|
@@ -559,7 +559,7 @@ type SourceReferenceUncheckedUpdateWithoutSourceInput = {
|
|
|
559
559
|
};
|
|
560
560
|
type SourceReferenceUncheckedUpdateManyWithoutSourceInput = {
|
|
561
561
|
id?: IntFieldUpdateOperationsInput | number;
|
|
562
|
-
|
|
562
|
+
resourceId?: StringFieldUpdateOperationsInput | string;
|
|
563
563
|
url?: StringFieldUpdateOperationsInput | string;
|
|
564
564
|
parseDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
565
565
|
excerpts?: SourceReferenceUpdateexcerptsInput | string[];
|
|
@@ -568,59 +568,59 @@ type SourceReferenceUncheckedUpdateManyWithoutSourceInput = {
|
|
|
568
568
|
type SourceReferenceSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
569
569
|
id?: boolean;
|
|
570
570
|
sourceSlug?: boolean;
|
|
571
|
-
|
|
571
|
+
resourceId?: boolean;
|
|
572
572
|
url?: boolean;
|
|
573
573
|
parseDate?: boolean;
|
|
574
574
|
excerpts?: boolean;
|
|
575
575
|
userPrompt?: boolean;
|
|
576
576
|
source?: boolean | SourceDefaultArgs<ExtArgs>;
|
|
577
|
-
|
|
577
|
+
resource?: boolean | DbResourceDefaultArgs<ExtArgs>;
|
|
578
578
|
}, ExtArgs["result"]["sourceReference"]>;
|
|
579
579
|
type SourceReferenceSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
580
580
|
id?: boolean;
|
|
581
581
|
sourceSlug?: boolean;
|
|
582
|
-
|
|
582
|
+
resourceId?: boolean;
|
|
583
583
|
url?: boolean;
|
|
584
584
|
parseDate?: boolean;
|
|
585
585
|
excerpts?: boolean;
|
|
586
586
|
userPrompt?: boolean;
|
|
587
587
|
source?: boolean | SourceDefaultArgs<ExtArgs>;
|
|
588
|
-
|
|
588
|
+
resource?: boolean | DbResourceDefaultArgs<ExtArgs>;
|
|
589
589
|
}, ExtArgs["result"]["sourceReference"]>;
|
|
590
590
|
type SourceReferenceSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
591
591
|
id?: boolean;
|
|
592
592
|
sourceSlug?: boolean;
|
|
593
|
-
|
|
593
|
+
resourceId?: boolean;
|
|
594
594
|
url?: boolean;
|
|
595
595
|
parseDate?: boolean;
|
|
596
596
|
excerpts?: boolean;
|
|
597
597
|
userPrompt?: boolean;
|
|
598
598
|
source?: boolean | SourceDefaultArgs<ExtArgs>;
|
|
599
|
-
|
|
599
|
+
resource?: boolean | DbResourceDefaultArgs<ExtArgs>;
|
|
600
600
|
}, ExtArgs["result"]["sourceReference"]>;
|
|
601
|
-
type SourceReferenceOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "sourceSlug" | "
|
|
601
|
+
type SourceReferenceOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "sourceSlug" | "resourceId" | "url" | "parseDate" | "excerpts" | "userPrompt", ExtArgs["result"]["sourceReference"]>;
|
|
602
602
|
type SourceReferenceInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
603
603
|
source?: boolean | SourceDefaultArgs<ExtArgs>;
|
|
604
|
-
|
|
604
|
+
resource?: boolean | DbResourceDefaultArgs<ExtArgs>;
|
|
605
605
|
};
|
|
606
606
|
type SourceReferenceIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
607
607
|
source?: boolean | SourceDefaultArgs<ExtArgs>;
|
|
608
|
-
|
|
608
|
+
resource?: boolean | DbResourceDefaultArgs<ExtArgs>;
|
|
609
609
|
};
|
|
610
610
|
type SourceReferenceIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
611
611
|
source?: boolean | SourceDefaultArgs<ExtArgs>;
|
|
612
|
-
|
|
612
|
+
resource?: boolean | DbResourceDefaultArgs<ExtArgs>;
|
|
613
613
|
};
|
|
614
614
|
type $SourceReferencePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
615
615
|
name: "SourceReference";
|
|
616
616
|
objects: {
|
|
617
617
|
source: $SourcePayload<ExtArgs>;
|
|
618
|
-
|
|
618
|
+
resource: $DbResourcePayload<ExtArgs>;
|
|
619
619
|
};
|
|
620
620
|
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
621
621
|
id: number;
|
|
622
622
|
sourceSlug: string;
|
|
623
|
-
|
|
623
|
+
resourceId: string;
|
|
624
624
|
url: string;
|
|
625
625
|
parseDate: Date | null;
|
|
626
626
|
excerpts: string[];
|
|
@@ -941,7 +941,7 @@ interface SourceReferenceDelegate<ExtArgs extends runtime.Types.Extensions.Inter
|
|
|
941
941
|
interface Prisma__SourceReferenceClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends PrismaPromise<T> {
|
|
942
942
|
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
943
943
|
source<T extends SourceDefaultArgs<ExtArgs> = {}>(args?: Subset<T, SourceDefaultArgs<ExtArgs>>): Prisma__SourceClient<runtime.Types.Result.GetResult<$SourcePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
944
|
-
|
|
944
|
+
resource<T extends DbResourceDefaultArgs<ExtArgs> = {}>(args?: Subset<T, DbResourceDefaultArgs<ExtArgs>>): Prisma__DbResourceClient<runtime.Types.Result.GetResult<$DbResourcePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
945
945
|
/**
|
|
946
946
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
947
947
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -969,7 +969,7 @@ interface Prisma__SourceReferenceClient<T, Null = never, ExtArgs extends runtime
|
|
|
969
969
|
interface SourceReferenceFieldRefs {
|
|
970
970
|
readonly id: FieldRef<"SourceReference", 'Int'>;
|
|
971
971
|
readonly sourceSlug: FieldRef<"SourceReference", 'String'>;
|
|
972
|
-
readonly
|
|
972
|
+
readonly resourceId: FieldRef<"SourceReference", 'String'>;
|
|
973
973
|
readonly url: FieldRef<"SourceReference", 'String'>;
|
|
974
974
|
readonly parseDate: FieldRef<"SourceReference", 'DateTime'>;
|
|
975
975
|
readonly excerpts: FieldRef<"SourceReference", 'String[]'>;
|
|
@@ -1353,5 +1353,5 @@ type SourceReferenceDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.Inte
|
|
|
1353
1353
|
limit?: number;
|
|
1354
1354
|
};
|
|
1355
1355
|
//#endregion
|
|
1356
|
-
export { $SourceReferencePayload, AggregateSourceReference, GetSourceReferenceAggregateType, Prisma__SourceReferenceClient, SourceReferenceAggregateArgs,
|
|
1356
|
+
export { $SourceReferencePayload, AggregateSourceReference, GetSourceReferenceAggregateType, Prisma__SourceReferenceClient, SourceReferenceAggregateArgs, SourceReferenceAvgAggregateInputType, SourceReferenceAvgAggregateOutputType, SourceReferenceAvgOrderByAggregateInput, SourceReferenceCountAggregateInputType, SourceReferenceCountAggregateOutputType, SourceReferenceCountArgs, SourceReferenceCountOrderByAggregateInput, SourceReferenceCreateArgs, SourceReferenceCreateInput, SourceReferenceCreateManyAndReturnArgs, SourceReferenceCreateManyArgs, SourceReferenceCreateManyInput, SourceReferenceCreateManyResourceInput, SourceReferenceCreateManyResourceInputEnvelope, SourceReferenceCreateManySourceInput, SourceReferenceCreateManySourceInputEnvelope, SourceReferenceCreateNestedManyWithoutResourceInput, SourceReferenceCreateNestedManyWithoutSourceInput, SourceReferenceCreateOrConnectWithoutResourceInput, SourceReferenceCreateOrConnectWithoutSourceInput, SourceReferenceCreateWithoutResourceInput, SourceReferenceCreateWithoutSourceInput, SourceReferenceCreateexcerptsInput, SourceReferenceDelegate, SourceReferenceDeleteArgs, SourceReferenceDeleteManyArgs, SourceReferenceFieldRefs, SourceReferenceFindFirstArgs, SourceReferenceFindFirstOrThrowArgs, SourceReferenceFindManyArgs, SourceReferenceFindUniqueArgs, SourceReferenceFindUniqueOrThrowArgs, SourceReferenceGroupByArgs, SourceReferenceGroupByOutputType, SourceReferenceInclude, SourceReferenceIncludeCreateManyAndReturn, SourceReferenceIncludeUpdateManyAndReturn, SourceReferenceListRelationFilter, SourceReferenceMaxAggregateInputType, SourceReferenceMaxAggregateOutputType, SourceReferenceMaxOrderByAggregateInput, SourceReferenceMinAggregateInputType, SourceReferenceMinAggregateOutputType, SourceReferenceMinOrderByAggregateInput, SourceReferenceOmit, SourceReferenceOrderByRelationAggregateInput, SourceReferenceOrderByWithAggregationInput, SourceReferenceOrderByWithRelationInput, SourceReferenceResourceIdUrlCompoundUniqueInput, SourceReferenceScalarWhereInput, SourceReferenceScalarWhereWithAggregatesInput, SourceReferenceSelect, SourceReferenceSelectCreateManyAndReturn, SourceReferenceSelectUpdateManyAndReturn, SourceReferenceSumAggregateInputType, SourceReferenceSumAggregateOutputType, SourceReferenceSumOrderByAggregateInput, SourceReferenceUncheckedCreateInput, SourceReferenceUncheckedCreateNestedManyWithoutResourceInput, SourceReferenceUncheckedCreateNestedManyWithoutSourceInput, SourceReferenceUncheckedCreateWithoutResourceInput, SourceReferenceUncheckedCreateWithoutSourceInput, SourceReferenceUncheckedUpdateInput, SourceReferenceUncheckedUpdateManyInput, SourceReferenceUncheckedUpdateManyWithoutResourceInput, SourceReferenceUncheckedUpdateManyWithoutResourceNestedInput, SourceReferenceUncheckedUpdateManyWithoutSourceInput, SourceReferenceUncheckedUpdateManyWithoutSourceNestedInput, SourceReferenceUncheckedUpdateWithoutResourceInput, SourceReferenceUncheckedUpdateWithoutSourceInput, SourceReferenceUpdateArgs, SourceReferenceUpdateInput, SourceReferenceUpdateManyAndReturnArgs, SourceReferenceUpdateManyArgs, SourceReferenceUpdateManyMutationInput, SourceReferenceUpdateManyWithWhereWithoutResourceInput, SourceReferenceUpdateManyWithWhereWithoutSourceInput, SourceReferenceUpdateManyWithoutResourceNestedInput, SourceReferenceUpdateManyWithoutSourceNestedInput, SourceReferenceUpdateWithWhereUniqueWithoutResourceInput, SourceReferenceUpdateWithWhereUniqueWithoutSourceInput, SourceReferenceUpdateWithoutResourceInput, SourceReferenceUpdateWithoutSourceInput, SourceReferenceUpdateexcerptsInput, SourceReferenceUpsertArgs, SourceReferenceUpsertWithWhereUniqueWithoutResourceInput, SourceReferenceUpsertWithWhereUniqueWithoutSourceInput, SourceReferenceWhereInput, SourceReferenceWhereUniqueInput };
|
|
1357
1357
|
//# sourceMappingURL=SourceReference.d.mts.map
|