@creeperhost/modlens-mcp 1.6.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/README.md +938 -0
- package/dist/access-flags.d.ts +58 -0
- package/dist/access-flags.d.ts.map +1 -0
- package/dist/access-flags.js +79 -0
- package/dist/access-flags.js.map +1 -0
- package/dist/access-flags.test.d.ts +2 -0
- package/dist/access-flags.test.d.ts.map +1 -0
- package/dist/access-flags.test.js +189 -0
- package/dist/access-flags.test.js.map +1 -0
- package/dist/batch-ingest.d.ts +2 -0
- package/dist/batch-ingest.d.ts.map +1 -0
- package/dist/batch-ingest.js +54 -0
- package/dist/batch-ingest.js.map +1 -0
- package/dist/batch-resolve-mixins.d.ts +2 -0
- package/dist/batch-resolve-mixins.d.ts.map +1 -0
- package/dist/batch-resolve-mixins.js +36 -0
- package/dist/batch-resolve-mixins.js.map +1 -0
- package/dist/cache.d.ts +16 -0
- package/dist/cache.d.ts.map +1 -0
- package/dist/cache.js +36 -0
- package/dist/cache.js.map +1 -0
- package/dist/cli.d.ts +2 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +1318 -0
- package/dist/cli.js.map +1 -0
- package/dist/curseforge.d.ts +53 -0
- package/dist/curseforge.d.ts.map +1 -0
- package/dist/curseforge.js +104 -0
- package/dist/curseforge.js.map +1 -0
- package/dist/db-backend.d.ts +17 -0
- package/dist/db-backend.d.ts.map +1 -0
- package/dist/db-backend.js +40 -0
- package/dist/db-backend.js.map +1 -0
- package/dist/db.d.ts +11 -0
- package/dist/db.d.ts.map +1 -0
- package/dist/db.js +55 -0
- package/dist/db.js.map +1 -0
- package/dist/embed-queue.d.ts +12 -0
- package/dist/embed-queue.d.ts.map +1 -0
- package/dist/embed-queue.js +103 -0
- package/dist/embed-queue.js.map +1 -0
- package/dist/embeddings.d.ts +21 -0
- package/dist/embeddings.d.ts.map +1 -0
- package/dist/embeddings.js +55 -0
- package/dist/embeddings.js.map +1 -0
- package/dist/env-path.d.ts +19 -0
- package/dist/env-path.d.ts.map +1 -0
- package/dist/env-path.js +40 -0
- package/dist/env-path.js.map +1 -0
- package/dist/fetch-utils.d.ts +24 -0
- package/dist/fetch-utils.d.ts.map +1 -0
- package/dist/fetch-utils.js +73 -0
- package/dist/fetch-utils.js.map +1 -0
- package/dist/fetch-utils.test.d.ts +2 -0
- package/dist/fetch-utils.test.d.ts.map +1 -0
- package/dist/fetch-utils.test.js +133 -0
- package/dist/fetch-utils.test.js.map +1 -0
- package/dist/generated/sqlite/browser.d.ts +55 -0
- package/dist/generated/sqlite/browser.d.ts.map +1 -0
- package/dist/generated/sqlite/browser.js +18 -0
- package/dist/generated/sqlite/browser.js.map +1 -0
- package/dist/generated/sqlite/client.d.ts +72 -0
- package/dist/generated/sqlite/client.d.ts.map +1 -0
- package/dist/generated/sqlite/client.js +33 -0
- package/dist/generated/sqlite/client.js.map +1 -0
- package/dist/generated/sqlite/commonInputTypes.d.ts +387 -0
- package/dist/generated/sqlite/commonInputTypes.d.ts.map +1 -0
- package/dist/generated/sqlite/commonInputTypes.js +11 -0
- package/dist/generated/sqlite/commonInputTypes.js.map +1 -0
- package/dist/generated/sqlite/enums.d.ts +2 -0
- package/dist/generated/sqlite/enums.d.ts.map +1 -0
- package/dist/generated/sqlite/enums.js +11 -0
- package/dist/generated/sqlite/enums.js.map +1 -0
- package/dist/generated/sqlite/internal/class.d.ts +226 -0
- package/dist/generated/sqlite/internal/class.d.ts.map +1 -0
- package/dist/generated/sqlite/internal/class.js +84 -0
- package/dist/generated/sqlite/internal/class.js.map +1 -0
- package/dist/generated/sqlite/internal/prismaNamespace.d.ts +1344 -0
- package/dist/generated/sqlite/internal/prismaNamespace.d.ts.map +1 -0
- package/dist/generated/sqlite/internal/prismaNamespace.js +220 -0
- package/dist/generated/sqlite/internal/prismaNamespace.js.map +1 -0
- package/dist/generated/sqlite/internal/prismaNamespaceBrowser.d.ts +204 -0
- package/dist/generated/sqlite/internal/prismaNamespaceBrowser.d.ts.map +1 -0
- package/dist/generated/sqlite/internal/prismaNamespaceBrowser.js +191 -0
- package/dist/generated/sqlite/internal/prismaNamespaceBrowser.js.map +1 -0
- package/dist/generated/sqlite/models/DocEntry.d.ts +1223 -0
- package/dist/generated/sqlite/models/DocEntry.d.ts.map +1 -0
- package/dist/generated/sqlite/models/DocEntry.js +2 -0
- package/dist/generated/sqlite/models/DocEntry.js.map +1 -0
- package/dist/generated/sqlite/models/McSourceFile.d.ts +1289 -0
- package/dist/generated/sqlite/models/McSourceFile.d.ts.map +1 -0
- package/dist/generated/sqlite/models/McSourceFile.js +2 -0
- package/dist/generated/sqlite/models/McSourceFile.js.map +1 -0
- package/dist/generated/sqlite/models/McVersion.d.ts +1315 -0
- package/dist/generated/sqlite/models/McVersion.d.ts.map +1 -0
- package/dist/generated/sqlite/models/McVersion.js +2 -0
- package/dist/generated/sqlite/models/McVersion.js.map +1 -0
- package/dist/generated/sqlite/models/McVersionDiff.d.ts +1061 -0
- package/dist/generated/sqlite/models/McVersionDiff.d.ts.map +1 -0
- package/dist/generated/sqlite/models/McVersionDiff.js +2 -0
- package/dist/generated/sqlite/models/McVersionDiff.js.map +1 -0
- package/dist/generated/sqlite/models/Mod.d.ts +2396 -0
- package/dist/generated/sqlite/models/Mod.d.ts.map +1 -0
- package/dist/generated/sqlite/models/Mod.js +2 -0
- package/dist/generated/sqlite/models/Mod.js.map +1 -0
- package/dist/generated/sqlite/models/ModClass.d.ts +1254 -0
- package/dist/generated/sqlite/models/ModClass.d.ts.map +1 -0
- package/dist/generated/sqlite/models/ModClass.js +2 -0
- package/dist/generated/sqlite/models/ModClass.js.map +1 -0
- package/dist/generated/sqlite/models/ModSourceFile.d.ts +1283 -0
- package/dist/generated/sqlite/models/ModSourceFile.d.ts.map +1 -0
- package/dist/generated/sqlite/models/ModSourceFile.js +2 -0
- package/dist/generated/sqlite/models/ModSourceFile.js.map +1 -0
- package/dist/generated/sqlite/models/ModTag.d.ts +1278 -0
- package/dist/generated/sqlite/models/ModTag.d.ts.map +1 -0
- package/dist/generated/sqlite/models/ModTag.js +2 -0
- package/dist/generated/sqlite/models/ModTag.js.map +1 -0
- package/dist/generated/sqlite/models/ModVersionDiff.d.ts +1073 -0
- package/dist/generated/sqlite/models/ModVersionDiff.d.ts.map +1 -0
- package/dist/generated/sqlite/models/ModVersionDiff.js +2 -0
- package/dist/generated/sqlite/models/ModVersionDiff.js.map +1 -0
- package/dist/generated/sqlite/models/Primer.d.ts +1319 -0
- package/dist/generated/sqlite/models/Primer.d.ts.map +1 -0
- package/dist/generated/sqlite/models/Primer.js +2 -0
- package/dist/generated/sqlite/models/Primer.js.map +1 -0
- package/dist/generated/sqlite/models.d.ts +12 -0
- package/dist/generated/sqlite/models.d.ts.map +1 -0
- package/dist/generated/sqlite/models.js +2 -0
- package/dist/generated/sqlite/models.js.map +1 -0
- package/dist/jar.d.ts +7 -0
- package/dist/jar.d.ts.map +1 -0
- package/dist/jar.js +52 -0
- package/dist/jar.js.map +1 -0
- package/dist/java-tools.d.ts +46 -0
- package/dist/java-tools.d.ts.map +1 -0
- package/dist/java-tools.js +263 -0
- package/dist/java-tools.js.map +1 -0
- package/dist/launcher.d.ts +3 -0
- package/dist/launcher.d.ts.map +1 -0
- package/dist/launcher.js +105 -0
- package/dist/launcher.js.map +1 -0
- package/dist/mappings.d.ts +95 -0
- package/dist/mappings.d.ts.map +1 -0
- package/dist/mappings.js +1094 -0
- package/dist/mappings.js.map +1 -0
- package/dist/mappings.test.d.ts +2 -0
- package/dist/mappings.test.d.ts.map +1 -0
- package/dist/mappings.test.js +161 -0
- package/dist/mappings.test.js.map +1 -0
- package/dist/minecraft.d.ts +21 -0
- package/dist/minecraft.d.ts.map +1 -0
- package/dist/minecraft.js +70 -0
- package/dist/minecraft.js.map +1 -0
- package/dist/modpacks-ch.d.ts +224 -0
- package/dist/modpacks-ch.d.ts.map +1 -0
- package/dist/modpacks-ch.js +146 -0
- package/dist/modpacks-ch.js.map +1 -0
- package/dist/modrinth.d.ts +67 -0
- package/dist/modrinth.d.ts.map +1 -0
- package/dist/modrinth.js +88 -0
- package/dist/modrinth.js.map +1 -0
- package/dist/platform-adapter.d.ts +23 -0
- package/dist/platform-adapter.d.ts.map +1 -0
- package/dist/platform-adapter.js +2 -0
- package/dist/platform-adapter.js.map +1 -0
- package/dist/platform.d.ts +47 -0
- package/dist/platform.d.ts.map +1 -0
- package/dist/platform.js +175 -0
- package/dist/platform.js.map +1 -0
- package/dist/processor.d.ts +51 -0
- package/dist/processor.d.ts.map +1 -0
- package/dist/processor.js +655 -0
- package/dist/processor.js.map +1 -0
- package/dist/processor.test.d.ts +2 -0
- package/dist/processor.test.d.ts.map +1 -0
- package/dist/processor.test.js +629 -0
- package/dist/processor.test.js.map +1 -0
- package/dist/repositories/embeddings-sqlite.d.ts +38 -0
- package/dist/repositories/embeddings-sqlite.d.ts.map +1 -0
- package/dist/repositories/embeddings-sqlite.js +208 -0
- package/dist/repositories/embeddings-sqlite.js.map +1 -0
- package/dist/repositories/embeddings.d.ts +40 -0
- package/dist/repositories/embeddings.d.ts.map +1 -0
- package/dist/repositories/embeddings.js +136 -0
- package/dist/repositories/embeddings.js.map +1 -0
- package/dist/repositories/index.d.ts +2 -0
- package/dist/repositories/index.d.ts.map +1 -0
- package/dist/repositories/index.js +15 -0
- package/dist/repositories/index.js.map +1 -0
- package/dist/repositories/mcVersion.d.ts +16 -0
- package/dist/repositories/mcVersion.d.ts.map +1 -0
- package/dist/repositories/mcVersion.js +52 -0
- package/dist/repositories/mcVersion.js.map +1 -0
- package/dist/repositories/mod.d.ts +241 -0
- package/dist/repositories/mod.d.ts.map +1 -0
- package/dist/repositories/mod.js +342 -0
- package/dist/repositories/mod.js.map +1 -0
- package/dist/repositories/packs.d.ts +44 -0
- package/dist/repositories/packs.d.ts.map +1 -0
- package/dist/repositories/packs.js +138 -0
- package/dist/repositories/packs.js.map +1 -0
- package/dist/search-adapter.d.ts +34 -0
- package/dist/search-adapter.d.ts.map +1 -0
- package/dist/search-adapter.js +195 -0
- package/dist/search-adapter.js.map +1 -0
- package/dist/search.d.ts +6 -0
- package/dist/search.d.ts.map +1 -0
- package/dist/search.js +54 -0
- package/dist/search.js.map +1 -0
- package/dist/search.test.d.ts +2 -0
- package/dist/search.test.d.ts.map +1 -0
- package/dist/search.test.js +71 -0
- package/dist/search.test.js.map +1 -0
- package/dist/security.d.ts +98 -0
- package/dist/security.d.ts.map +1 -0
- package/dist/security.js +446 -0
- package/dist/security.js.map +1 -0
- package/dist/security.test.d.ts +2 -0
- package/dist/security.test.d.ts.map +1 -0
- package/dist/security.test.js +687 -0
- package/dist/security.test.js.map +1 -0
- package/dist/server.d.ts +2 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/server.js +1465 -0
- package/dist/server.js.map +1 -0
- package/dist/setup.d.ts +2 -0
- package/dist/setup.d.ts.map +1 -0
- package/dist/setup.js +1113 -0
- package/dist/setup.js.map +1 -0
- package/dist/tools/bytecode.d.ts +129 -0
- package/dist/tools/bytecode.d.ts.map +1 -0
- package/dist/tools/bytecode.js +679 -0
- package/dist/tools/bytecode.js.map +1 -0
- package/dist/tools/catalog.d.ts +54 -0
- package/dist/tools/catalog.d.ts.map +1 -0
- package/dist/tools/catalog.js +249 -0
- package/dist/tools/catalog.js.map +1 -0
- package/dist/tools/compat-check.d.ts +23 -0
- package/dist/tools/compat-check.d.ts.map +1 -0
- package/dist/tools/compat-check.js +250 -0
- package/dist/tools/compat-check.js.map +1 -0
- package/dist/tools/compat-check.test.d.ts +2 -0
- package/dist/tools/compat-check.test.d.ts.map +1 -0
- package/dist/tools/compat-check.test.js +179 -0
- package/dist/tools/compat-check.test.js.map +1 -0
- package/dist/tools/diagnostics.d.ts +10 -0
- package/dist/tools/diagnostics.d.ts.map +1 -0
- package/dist/tools/diagnostics.js +133 -0
- package/dist/tools/diagnostics.js.map +1 -0
- package/dist/tools/diagnostics.test.d.ts +2 -0
- package/dist/tools/diagnostics.test.d.ts.map +1 -0
- package/dist/tools/diagnostics.test.js +168 -0
- package/dist/tools/diagnostics.test.js.map +1 -0
- package/dist/tools/docs.d.ts +19 -0
- package/dist/tools/docs.d.ts.map +1 -0
- package/dist/tools/docs.js +230 -0
- package/dist/tools/docs.js.map +1 -0
- package/dist/tools/embed-registry.d.ts +125 -0
- package/dist/tools/embed-registry.d.ts.map +1 -0
- package/dist/tools/embed-registry.js +560 -0
- package/dist/tools/embed-registry.js.map +1 -0
- package/dist/tools/gradle.d.ts +16 -0
- package/dist/tools/gradle.d.ts.map +1 -0
- package/dist/tools/gradle.js +182 -0
- package/dist/tools/gradle.js.map +1 -0
- package/dist/tools/graphify.d.ts +144 -0
- package/dist/tools/graphify.d.ts.map +1 -0
- package/dist/tools/graphify.js +798 -0
- package/dist/tools/graphify.js.map +1 -0
- package/dist/tools/graphify.test.d.ts +2 -0
- package/dist/tools/graphify.test.d.ts.map +1 -0
- package/dist/tools/graphify.test.js +39 -0
- package/dist/tools/graphify.test.js.map +1 -0
- package/dist/tools/ingest.d.ts +85 -0
- package/dist/tools/ingest.d.ts.map +1 -0
- package/dist/tools/ingest.js +477 -0
- package/dist/tools/ingest.js.map +1 -0
- package/dist/tools/ingest.test.d.ts +2 -0
- package/dist/tools/ingest.test.d.ts.map +1 -0
- package/dist/tools/ingest.test.js +340 -0
- package/dist/tools/ingest.test.js.map +1 -0
- package/dist/tools/kubejs.d.ts +37 -0
- package/dist/tools/kubejs.d.ts.map +1 -0
- package/dist/tools/kubejs.js +245 -0
- package/dist/tools/kubejs.js.map +1 -0
- package/dist/tools/mappings.d.ts +17 -0
- package/dist/tools/mappings.d.ts.map +1 -0
- package/dist/tools/mappings.js +85 -0
- package/dist/tools/mappings.js.map +1 -0
- package/dist/tools/mc-fts.d.ts +101 -0
- package/dist/tools/mc-fts.d.ts.map +1 -0
- package/dist/tools/mc-fts.js +279 -0
- package/dist/tools/mc-fts.js.map +1 -0
- package/dist/tools/mcmeta.d.ts +41 -0
- package/dist/tools/mcmeta.d.ts.map +1 -0
- package/dist/tools/mcmeta.js +365 -0
- package/dist/tools/mcmeta.js.map +1 -0
- package/dist/tools/mixin-scan.d.ts +113 -0
- package/dist/tools/mixin-scan.d.ts.map +1 -0
- package/dist/tools/mixin-scan.js +433 -0
- package/dist/tools/mixin-scan.js.map +1 -0
- package/dist/tools/mod-data.d.ts +83 -0
- package/dist/tools/mod-data.d.ts.map +1 -0
- package/dist/tools/mod-data.js +630 -0
- package/dist/tools/mod-data.js.map +1 -0
- package/dist/tools/mod-tags.d.ts +59 -0
- package/dist/tools/mod-tags.d.ts.map +1 -0
- package/dist/tools/mod-tags.js +279 -0
- package/dist/tools/mod-tags.js.map +1 -0
- package/dist/tools/mod-tags.test.d.ts +2 -0
- package/dist/tools/mod-tags.test.d.ts.map +1 -0
- package/dist/tools/mod-tags.test.js +75 -0
- package/dist/tools/mod-tags.test.js.map +1 -0
- package/dist/tools/modpacks-ch.d.ts +257 -0
- package/dist/tools/modpacks-ch.d.ts.map +1 -0
- package/dist/tools/modpacks-ch.js +516 -0
- package/dist/tools/modpacks-ch.js.map +1 -0
- package/dist/tools/packtools.d.ts +113 -0
- package/dist/tools/packtools.d.ts.map +1 -0
- package/dist/tools/packtools.js +809 -0
- package/dist/tools/packtools.js.map +1 -0
- package/dist/tools/packtools.test.d.ts +2 -0
- package/dist/tools/packtools.test.d.ts.map +1 -0
- package/dist/tools/packtools.test.js +99 -0
- package/dist/tools/packtools.test.js.map +1 -0
- package/dist/tools/platform.d.ts +68 -0
- package/dist/tools/platform.d.ts.map +1 -0
- package/dist/tools/platform.js +452 -0
- package/dist/tools/platform.js.map +1 -0
- package/dist/tools/primers.d.ts +36 -0
- package/dist/tools/primers.d.ts.map +1 -0
- package/dist/tools/primers.js +451 -0
- package/dist/tools/primers.js.map +1 -0
- package/dist/tools/reports.d.ts +19 -0
- package/dist/tools/reports.d.ts.map +1 -0
- package/dist/tools/reports.js +573 -0
- package/dist/tools/reports.js.map +1 -0
- package/dist/tools/source.d.ts +10 -0
- package/dist/tools/source.d.ts.map +1 -0
- package/dist/tools/source.js +101 -0
- package/dist/tools/source.js.map +1 -0
- package/dist/tools/vanilla-data.d.ts +127 -0
- package/dist/tools/vanilla-data.d.ts.map +1 -0
- package/dist/tools/vanilla-data.js +824 -0
- package/dist/tools/vanilla-data.js.map +1 -0
- package/dist/tools/vanilla.d.ts +171 -0
- package/dist/tools/vanilla.d.ts.map +1 -0
- package/dist/tools/vanilla.js +612 -0
- package/dist/tools/vanilla.js.map +1 -0
- package/dist/tools/version-diff.d.ts +113 -0
- package/dist/tools/version-diff.d.ts.map +1 -0
- package/dist/tools/version-diff.js +519 -0
- package/dist/tools/version-diff.js.map +1 -0
- package/dist/tools/version-diff.test.d.ts +2 -0
- package/dist/tools/version-diff.test.d.ts.map +1 -0
- package/dist/tools/version-diff.test.js +102 -0
- package/dist/tools/version-diff.test.js.map +1 -0
- package/dist/validate.d.ts +19 -0
- package/dist/validate.d.ts.map +1 -0
- package/dist/validate.js +54 -0
- package/dist/validate.js.map +1 -0
- package/dist/validate.test.d.ts +2 -0
- package/dist/validate.test.d.ts.map +1 -0
- package/dist/validate.test.js +73 -0
- package/dist/validate.test.js.map +1 -0
- package/package.json +62 -0
- package/prisma/backends/schema.sqlite.prisma +215 -0
- package/prisma/backends/template.db +0 -0
- package/prisma/schema.prisma +303 -0
- package/scripts/backup.mjs +151 -0
- package/scripts/build-template-db.mjs +38 -0
- package/scripts/check-atm10.mjs +27 -0
- package/scripts/check-sync.mjs +13 -0
- package/scripts/create-fts-index.mjs +50 -0
- package/scripts/enable-pgvector.mjs +90 -0
- package/scripts/enable-sqlite-vec.mjs +158 -0
- package/scripts/migrate-backend.mjs +188 -0
- package/scripts/migrate-embed-provenance.mjs +80 -0
- package/scripts/migrate-metadata-source.mjs +62 -0
- package/scripts/migrate-mod-source-files.mjs +67 -0
- package/scripts/post-update.mjs +77 -0
- package/scripts/verify-atm10.mjs +63 -0
|
@@ -0,0 +1,1283 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model ModSourceFile
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type ModSourceFileModel = runtime.Types.Result.DefaultSelection<Prisma.$ModSourceFilePayload>;
|
|
8
|
+
export type AggregateModSourceFile = {
|
|
9
|
+
_count: ModSourceFileCountAggregateOutputType | null;
|
|
10
|
+
_avg: ModSourceFileAvgAggregateOutputType | null;
|
|
11
|
+
_sum: ModSourceFileSumAggregateOutputType | null;
|
|
12
|
+
_min: ModSourceFileMinAggregateOutputType | null;
|
|
13
|
+
_max: ModSourceFileMaxAggregateOutputType | null;
|
|
14
|
+
};
|
|
15
|
+
export type ModSourceFileAvgAggregateOutputType = {
|
|
16
|
+
id: number | null;
|
|
17
|
+
modId: number | null;
|
|
18
|
+
};
|
|
19
|
+
export type ModSourceFileSumAggregateOutputType = {
|
|
20
|
+
id: number | null;
|
|
21
|
+
modId: number | null;
|
|
22
|
+
};
|
|
23
|
+
export type ModSourceFileMinAggregateOutputType = {
|
|
24
|
+
id: number | null;
|
|
25
|
+
modId: number | null;
|
|
26
|
+
className: string | null;
|
|
27
|
+
content: string | null;
|
|
28
|
+
embedding: runtime.Bytes | null;
|
|
29
|
+
embedSource: string | null;
|
|
30
|
+
embedUpdatedAt: Date | null;
|
|
31
|
+
};
|
|
32
|
+
export type ModSourceFileMaxAggregateOutputType = {
|
|
33
|
+
id: number | null;
|
|
34
|
+
modId: number | null;
|
|
35
|
+
className: string | null;
|
|
36
|
+
content: string | null;
|
|
37
|
+
embedding: runtime.Bytes | null;
|
|
38
|
+
embedSource: string | null;
|
|
39
|
+
embedUpdatedAt: Date | null;
|
|
40
|
+
};
|
|
41
|
+
export type ModSourceFileCountAggregateOutputType = {
|
|
42
|
+
id: number;
|
|
43
|
+
modId: number;
|
|
44
|
+
className: number;
|
|
45
|
+
content: number;
|
|
46
|
+
embedding: number;
|
|
47
|
+
embedSource: number;
|
|
48
|
+
embedUpdatedAt: number;
|
|
49
|
+
_all: number;
|
|
50
|
+
};
|
|
51
|
+
export type ModSourceFileAvgAggregateInputType = {
|
|
52
|
+
id?: true;
|
|
53
|
+
modId?: true;
|
|
54
|
+
};
|
|
55
|
+
export type ModSourceFileSumAggregateInputType = {
|
|
56
|
+
id?: true;
|
|
57
|
+
modId?: true;
|
|
58
|
+
};
|
|
59
|
+
export type ModSourceFileMinAggregateInputType = {
|
|
60
|
+
id?: true;
|
|
61
|
+
modId?: true;
|
|
62
|
+
className?: true;
|
|
63
|
+
content?: true;
|
|
64
|
+
embedding?: true;
|
|
65
|
+
embedSource?: true;
|
|
66
|
+
embedUpdatedAt?: true;
|
|
67
|
+
};
|
|
68
|
+
export type ModSourceFileMaxAggregateInputType = {
|
|
69
|
+
id?: true;
|
|
70
|
+
modId?: true;
|
|
71
|
+
className?: true;
|
|
72
|
+
content?: true;
|
|
73
|
+
embedding?: true;
|
|
74
|
+
embedSource?: true;
|
|
75
|
+
embedUpdatedAt?: true;
|
|
76
|
+
};
|
|
77
|
+
export type ModSourceFileCountAggregateInputType = {
|
|
78
|
+
id?: true;
|
|
79
|
+
modId?: true;
|
|
80
|
+
className?: true;
|
|
81
|
+
content?: true;
|
|
82
|
+
embedding?: true;
|
|
83
|
+
embedSource?: true;
|
|
84
|
+
embedUpdatedAt?: true;
|
|
85
|
+
_all?: true;
|
|
86
|
+
};
|
|
87
|
+
export type ModSourceFileAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
88
|
+
/**
|
|
89
|
+
* Filter which ModSourceFile to aggregate.
|
|
90
|
+
*/
|
|
91
|
+
where?: Prisma.ModSourceFileWhereInput;
|
|
92
|
+
/**
|
|
93
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
94
|
+
*
|
|
95
|
+
* Determine the order of ModSourceFiles to fetch.
|
|
96
|
+
*/
|
|
97
|
+
orderBy?: Prisma.ModSourceFileOrderByWithRelationInput | Prisma.ModSourceFileOrderByWithRelationInput[];
|
|
98
|
+
/**
|
|
99
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
100
|
+
*
|
|
101
|
+
* Sets the start position
|
|
102
|
+
*/
|
|
103
|
+
cursor?: Prisma.ModSourceFileWhereUniqueInput;
|
|
104
|
+
/**
|
|
105
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
106
|
+
*
|
|
107
|
+
* Take `±n` ModSourceFiles from the position of the cursor.
|
|
108
|
+
*/
|
|
109
|
+
take?: number;
|
|
110
|
+
/**
|
|
111
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
112
|
+
*
|
|
113
|
+
* Skip the first `n` ModSourceFiles.
|
|
114
|
+
*/
|
|
115
|
+
skip?: number;
|
|
116
|
+
/**
|
|
117
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
118
|
+
*
|
|
119
|
+
* Count returned ModSourceFiles
|
|
120
|
+
**/
|
|
121
|
+
_count?: true | ModSourceFileCountAggregateInputType;
|
|
122
|
+
/**
|
|
123
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
124
|
+
*
|
|
125
|
+
* Select which fields to average
|
|
126
|
+
**/
|
|
127
|
+
_avg?: ModSourceFileAvgAggregateInputType;
|
|
128
|
+
/**
|
|
129
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
130
|
+
*
|
|
131
|
+
* Select which fields to sum
|
|
132
|
+
**/
|
|
133
|
+
_sum?: ModSourceFileSumAggregateInputType;
|
|
134
|
+
/**
|
|
135
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
136
|
+
*
|
|
137
|
+
* Select which fields to find the minimum value
|
|
138
|
+
**/
|
|
139
|
+
_min?: ModSourceFileMinAggregateInputType;
|
|
140
|
+
/**
|
|
141
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
142
|
+
*
|
|
143
|
+
* Select which fields to find the maximum value
|
|
144
|
+
**/
|
|
145
|
+
_max?: ModSourceFileMaxAggregateInputType;
|
|
146
|
+
};
|
|
147
|
+
export type GetModSourceFileAggregateType<T extends ModSourceFileAggregateArgs> = {
|
|
148
|
+
[P in keyof T & keyof AggregateModSourceFile]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateModSourceFile[P]> : Prisma.GetScalarType<T[P], AggregateModSourceFile[P]>;
|
|
149
|
+
};
|
|
150
|
+
export type ModSourceFileGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
151
|
+
where?: Prisma.ModSourceFileWhereInput;
|
|
152
|
+
orderBy?: Prisma.ModSourceFileOrderByWithAggregationInput | Prisma.ModSourceFileOrderByWithAggregationInput[];
|
|
153
|
+
by: Prisma.ModSourceFileScalarFieldEnum[] | Prisma.ModSourceFileScalarFieldEnum;
|
|
154
|
+
having?: Prisma.ModSourceFileScalarWhereWithAggregatesInput;
|
|
155
|
+
take?: number;
|
|
156
|
+
skip?: number;
|
|
157
|
+
_count?: ModSourceFileCountAggregateInputType | true;
|
|
158
|
+
_avg?: ModSourceFileAvgAggregateInputType;
|
|
159
|
+
_sum?: ModSourceFileSumAggregateInputType;
|
|
160
|
+
_min?: ModSourceFileMinAggregateInputType;
|
|
161
|
+
_max?: ModSourceFileMaxAggregateInputType;
|
|
162
|
+
};
|
|
163
|
+
export type ModSourceFileGroupByOutputType = {
|
|
164
|
+
id: number;
|
|
165
|
+
modId: number;
|
|
166
|
+
className: string;
|
|
167
|
+
content: string;
|
|
168
|
+
embedding: runtime.Bytes | null;
|
|
169
|
+
embedSource: string | null;
|
|
170
|
+
embedUpdatedAt: Date | null;
|
|
171
|
+
_count: ModSourceFileCountAggregateOutputType | null;
|
|
172
|
+
_avg: ModSourceFileAvgAggregateOutputType | null;
|
|
173
|
+
_sum: ModSourceFileSumAggregateOutputType | null;
|
|
174
|
+
_min: ModSourceFileMinAggregateOutputType | null;
|
|
175
|
+
_max: ModSourceFileMaxAggregateOutputType | null;
|
|
176
|
+
};
|
|
177
|
+
type GetModSourceFileGroupByPayload<T extends ModSourceFileGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<ModSourceFileGroupByOutputType, T['by']> & {
|
|
178
|
+
[P in ((keyof T) & (keyof ModSourceFileGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], ModSourceFileGroupByOutputType[P]> : Prisma.GetScalarType<T[P], ModSourceFileGroupByOutputType[P]>;
|
|
179
|
+
}>>;
|
|
180
|
+
export type ModSourceFileWhereInput = {
|
|
181
|
+
AND?: Prisma.ModSourceFileWhereInput | Prisma.ModSourceFileWhereInput[];
|
|
182
|
+
OR?: Prisma.ModSourceFileWhereInput[];
|
|
183
|
+
NOT?: Prisma.ModSourceFileWhereInput | Prisma.ModSourceFileWhereInput[];
|
|
184
|
+
id?: Prisma.IntFilter<"ModSourceFile"> | number;
|
|
185
|
+
modId?: Prisma.IntFilter<"ModSourceFile"> | number;
|
|
186
|
+
className?: Prisma.StringFilter<"ModSourceFile"> | string;
|
|
187
|
+
content?: Prisma.StringFilter<"ModSourceFile"> | string;
|
|
188
|
+
embedding?: Prisma.BytesNullableFilter<"ModSourceFile"> | runtime.Bytes | null;
|
|
189
|
+
embedSource?: Prisma.StringNullableFilter<"ModSourceFile"> | string | null;
|
|
190
|
+
embedUpdatedAt?: Prisma.DateTimeNullableFilter<"ModSourceFile"> | Date | string | null;
|
|
191
|
+
mod?: Prisma.XOR<Prisma.ModScalarRelationFilter, Prisma.ModWhereInput>;
|
|
192
|
+
};
|
|
193
|
+
export type ModSourceFileOrderByWithRelationInput = {
|
|
194
|
+
id?: Prisma.SortOrder;
|
|
195
|
+
modId?: Prisma.SortOrder;
|
|
196
|
+
className?: Prisma.SortOrder;
|
|
197
|
+
content?: Prisma.SortOrder;
|
|
198
|
+
embedding?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
199
|
+
embedSource?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
200
|
+
embedUpdatedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
201
|
+
mod?: Prisma.ModOrderByWithRelationInput;
|
|
202
|
+
};
|
|
203
|
+
export type ModSourceFileWhereUniqueInput = Prisma.AtLeast<{
|
|
204
|
+
id?: number;
|
|
205
|
+
modId_className?: Prisma.ModSourceFileModIdClassNameCompoundUniqueInput;
|
|
206
|
+
AND?: Prisma.ModSourceFileWhereInput | Prisma.ModSourceFileWhereInput[];
|
|
207
|
+
OR?: Prisma.ModSourceFileWhereInput[];
|
|
208
|
+
NOT?: Prisma.ModSourceFileWhereInput | Prisma.ModSourceFileWhereInput[];
|
|
209
|
+
modId?: Prisma.IntFilter<"ModSourceFile"> | number;
|
|
210
|
+
className?: Prisma.StringFilter<"ModSourceFile"> | string;
|
|
211
|
+
content?: Prisma.StringFilter<"ModSourceFile"> | string;
|
|
212
|
+
embedding?: Prisma.BytesNullableFilter<"ModSourceFile"> | runtime.Bytes | null;
|
|
213
|
+
embedSource?: Prisma.StringNullableFilter<"ModSourceFile"> | string | null;
|
|
214
|
+
embedUpdatedAt?: Prisma.DateTimeNullableFilter<"ModSourceFile"> | Date | string | null;
|
|
215
|
+
mod?: Prisma.XOR<Prisma.ModScalarRelationFilter, Prisma.ModWhereInput>;
|
|
216
|
+
}, "id" | "modId_className">;
|
|
217
|
+
export type ModSourceFileOrderByWithAggregationInput = {
|
|
218
|
+
id?: Prisma.SortOrder;
|
|
219
|
+
modId?: Prisma.SortOrder;
|
|
220
|
+
className?: Prisma.SortOrder;
|
|
221
|
+
content?: Prisma.SortOrder;
|
|
222
|
+
embedding?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
223
|
+
embedSource?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
224
|
+
embedUpdatedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
225
|
+
_count?: Prisma.ModSourceFileCountOrderByAggregateInput;
|
|
226
|
+
_avg?: Prisma.ModSourceFileAvgOrderByAggregateInput;
|
|
227
|
+
_max?: Prisma.ModSourceFileMaxOrderByAggregateInput;
|
|
228
|
+
_min?: Prisma.ModSourceFileMinOrderByAggregateInput;
|
|
229
|
+
_sum?: Prisma.ModSourceFileSumOrderByAggregateInput;
|
|
230
|
+
};
|
|
231
|
+
export type ModSourceFileScalarWhereWithAggregatesInput = {
|
|
232
|
+
AND?: Prisma.ModSourceFileScalarWhereWithAggregatesInput | Prisma.ModSourceFileScalarWhereWithAggregatesInput[];
|
|
233
|
+
OR?: Prisma.ModSourceFileScalarWhereWithAggregatesInput[];
|
|
234
|
+
NOT?: Prisma.ModSourceFileScalarWhereWithAggregatesInput | Prisma.ModSourceFileScalarWhereWithAggregatesInput[];
|
|
235
|
+
id?: Prisma.IntWithAggregatesFilter<"ModSourceFile"> | number;
|
|
236
|
+
modId?: Prisma.IntWithAggregatesFilter<"ModSourceFile"> | number;
|
|
237
|
+
className?: Prisma.StringWithAggregatesFilter<"ModSourceFile"> | string;
|
|
238
|
+
content?: Prisma.StringWithAggregatesFilter<"ModSourceFile"> | string;
|
|
239
|
+
embedding?: Prisma.BytesNullableWithAggregatesFilter<"ModSourceFile"> | runtime.Bytes | null;
|
|
240
|
+
embedSource?: Prisma.StringNullableWithAggregatesFilter<"ModSourceFile"> | string | null;
|
|
241
|
+
embedUpdatedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"ModSourceFile"> | Date | string | null;
|
|
242
|
+
};
|
|
243
|
+
export type ModSourceFileCreateInput = {
|
|
244
|
+
className: string;
|
|
245
|
+
content: string;
|
|
246
|
+
embedding?: runtime.Bytes | null;
|
|
247
|
+
embedSource?: string | null;
|
|
248
|
+
embedUpdatedAt?: Date | string | null;
|
|
249
|
+
mod: Prisma.ModCreateNestedOneWithoutSourceFilesInput;
|
|
250
|
+
};
|
|
251
|
+
export type ModSourceFileUncheckedCreateInput = {
|
|
252
|
+
id?: number;
|
|
253
|
+
modId: number;
|
|
254
|
+
className: string;
|
|
255
|
+
content: string;
|
|
256
|
+
embedding?: runtime.Bytes | null;
|
|
257
|
+
embedSource?: string | null;
|
|
258
|
+
embedUpdatedAt?: Date | string | null;
|
|
259
|
+
};
|
|
260
|
+
export type ModSourceFileUpdateInput = {
|
|
261
|
+
className?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
262
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
263
|
+
embedding?: Prisma.NullableBytesFieldUpdateOperationsInput | runtime.Bytes | null;
|
|
264
|
+
embedSource?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
265
|
+
embedUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
266
|
+
mod?: Prisma.ModUpdateOneRequiredWithoutSourceFilesNestedInput;
|
|
267
|
+
};
|
|
268
|
+
export type ModSourceFileUncheckedUpdateInput = {
|
|
269
|
+
id?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
270
|
+
modId?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
271
|
+
className?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
272
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
273
|
+
embedding?: Prisma.NullableBytesFieldUpdateOperationsInput | runtime.Bytes | null;
|
|
274
|
+
embedSource?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
275
|
+
embedUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
276
|
+
};
|
|
277
|
+
export type ModSourceFileCreateManyInput = {
|
|
278
|
+
id?: number;
|
|
279
|
+
modId: number;
|
|
280
|
+
className: string;
|
|
281
|
+
content: string;
|
|
282
|
+
embedding?: runtime.Bytes | null;
|
|
283
|
+
embedSource?: string | null;
|
|
284
|
+
embedUpdatedAt?: Date | string | null;
|
|
285
|
+
};
|
|
286
|
+
export type ModSourceFileUpdateManyMutationInput = {
|
|
287
|
+
className?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
288
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
289
|
+
embedding?: Prisma.NullableBytesFieldUpdateOperationsInput | runtime.Bytes | null;
|
|
290
|
+
embedSource?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
291
|
+
embedUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
292
|
+
};
|
|
293
|
+
export type ModSourceFileUncheckedUpdateManyInput = {
|
|
294
|
+
id?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
295
|
+
modId?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
296
|
+
className?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
297
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
298
|
+
embedding?: Prisma.NullableBytesFieldUpdateOperationsInput | runtime.Bytes | null;
|
|
299
|
+
embedSource?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
300
|
+
embedUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
301
|
+
};
|
|
302
|
+
export type ModSourceFileListRelationFilter = {
|
|
303
|
+
every?: Prisma.ModSourceFileWhereInput;
|
|
304
|
+
some?: Prisma.ModSourceFileWhereInput;
|
|
305
|
+
none?: Prisma.ModSourceFileWhereInput;
|
|
306
|
+
};
|
|
307
|
+
export type ModSourceFileOrderByRelationAggregateInput = {
|
|
308
|
+
_count?: Prisma.SortOrder;
|
|
309
|
+
};
|
|
310
|
+
export type ModSourceFileModIdClassNameCompoundUniqueInput = {
|
|
311
|
+
modId: number;
|
|
312
|
+
className: string;
|
|
313
|
+
};
|
|
314
|
+
export type ModSourceFileCountOrderByAggregateInput = {
|
|
315
|
+
id?: Prisma.SortOrder;
|
|
316
|
+
modId?: Prisma.SortOrder;
|
|
317
|
+
className?: Prisma.SortOrder;
|
|
318
|
+
content?: Prisma.SortOrder;
|
|
319
|
+
embedding?: Prisma.SortOrder;
|
|
320
|
+
embedSource?: Prisma.SortOrder;
|
|
321
|
+
embedUpdatedAt?: Prisma.SortOrder;
|
|
322
|
+
};
|
|
323
|
+
export type ModSourceFileAvgOrderByAggregateInput = {
|
|
324
|
+
id?: Prisma.SortOrder;
|
|
325
|
+
modId?: Prisma.SortOrder;
|
|
326
|
+
};
|
|
327
|
+
export type ModSourceFileMaxOrderByAggregateInput = {
|
|
328
|
+
id?: Prisma.SortOrder;
|
|
329
|
+
modId?: Prisma.SortOrder;
|
|
330
|
+
className?: Prisma.SortOrder;
|
|
331
|
+
content?: Prisma.SortOrder;
|
|
332
|
+
embedding?: Prisma.SortOrder;
|
|
333
|
+
embedSource?: Prisma.SortOrder;
|
|
334
|
+
embedUpdatedAt?: Prisma.SortOrder;
|
|
335
|
+
};
|
|
336
|
+
export type ModSourceFileMinOrderByAggregateInput = {
|
|
337
|
+
id?: Prisma.SortOrder;
|
|
338
|
+
modId?: Prisma.SortOrder;
|
|
339
|
+
className?: Prisma.SortOrder;
|
|
340
|
+
content?: Prisma.SortOrder;
|
|
341
|
+
embedding?: Prisma.SortOrder;
|
|
342
|
+
embedSource?: Prisma.SortOrder;
|
|
343
|
+
embedUpdatedAt?: Prisma.SortOrder;
|
|
344
|
+
};
|
|
345
|
+
export type ModSourceFileSumOrderByAggregateInput = {
|
|
346
|
+
id?: Prisma.SortOrder;
|
|
347
|
+
modId?: Prisma.SortOrder;
|
|
348
|
+
};
|
|
349
|
+
export type ModSourceFileCreateNestedManyWithoutModInput = {
|
|
350
|
+
create?: Prisma.XOR<Prisma.ModSourceFileCreateWithoutModInput, Prisma.ModSourceFileUncheckedCreateWithoutModInput> | Prisma.ModSourceFileCreateWithoutModInput[] | Prisma.ModSourceFileUncheckedCreateWithoutModInput[];
|
|
351
|
+
connectOrCreate?: Prisma.ModSourceFileCreateOrConnectWithoutModInput | Prisma.ModSourceFileCreateOrConnectWithoutModInput[];
|
|
352
|
+
createMany?: Prisma.ModSourceFileCreateManyModInputEnvelope;
|
|
353
|
+
connect?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
354
|
+
};
|
|
355
|
+
export type ModSourceFileUncheckedCreateNestedManyWithoutModInput = {
|
|
356
|
+
create?: Prisma.XOR<Prisma.ModSourceFileCreateWithoutModInput, Prisma.ModSourceFileUncheckedCreateWithoutModInput> | Prisma.ModSourceFileCreateWithoutModInput[] | Prisma.ModSourceFileUncheckedCreateWithoutModInput[];
|
|
357
|
+
connectOrCreate?: Prisma.ModSourceFileCreateOrConnectWithoutModInput | Prisma.ModSourceFileCreateOrConnectWithoutModInput[];
|
|
358
|
+
createMany?: Prisma.ModSourceFileCreateManyModInputEnvelope;
|
|
359
|
+
connect?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
360
|
+
};
|
|
361
|
+
export type ModSourceFileUpdateManyWithoutModNestedInput = {
|
|
362
|
+
create?: Prisma.XOR<Prisma.ModSourceFileCreateWithoutModInput, Prisma.ModSourceFileUncheckedCreateWithoutModInput> | Prisma.ModSourceFileCreateWithoutModInput[] | Prisma.ModSourceFileUncheckedCreateWithoutModInput[];
|
|
363
|
+
connectOrCreate?: Prisma.ModSourceFileCreateOrConnectWithoutModInput | Prisma.ModSourceFileCreateOrConnectWithoutModInput[];
|
|
364
|
+
upsert?: Prisma.ModSourceFileUpsertWithWhereUniqueWithoutModInput | Prisma.ModSourceFileUpsertWithWhereUniqueWithoutModInput[];
|
|
365
|
+
createMany?: Prisma.ModSourceFileCreateManyModInputEnvelope;
|
|
366
|
+
set?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
367
|
+
disconnect?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
368
|
+
delete?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
369
|
+
connect?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
370
|
+
update?: Prisma.ModSourceFileUpdateWithWhereUniqueWithoutModInput | Prisma.ModSourceFileUpdateWithWhereUniqueWithoutModInput[];
|
|
371
|
+
updateMany?: Prisma.ModSourceFileUpdateManyWithWhereWithoutModInput | Prisma.ModSourceFileUpdateManyWithWhereWithoutModInput[];
|
|
372
|
+
deleteMany?: Prisma.ModSourceFileScalarWhereInput | Prisma.ModSourceFileScalarWhereInput[];
|
|
373
|
+
};
|
|
374
|
+
export type ModSourceFileUncheckedUpdateManyWithoutModNestedInput = {
|
|
375
|
+
create?: Prisma.XOR<Prisma.ModSourceFileCreateWithoutModInput, Prisma.ModSourceFileUncheckedCreateWithoutModInput> | Prisma.ModSourceFileCreateWithoutModInput[] | Prisma.ModSourceFileUncheckedCreateWithoutModInput[];
|
|
376
|
+
connectOrCreate?: Prisma.ModSourceFileCreateOrConnectWithoutModInput | Prisma.ModSourceFileCreateOrConnectWithoutModInput[];
|
|
377
|
+
upsert?: Prisma.ModSourceFileUpsertWithWhereUniqueWithoutModInput | Prisma.ModSourceFileUpsertWithWhereUniqueWithoutModInput[];
|
|
378
|
+
createMany?: Prisma.ModSourceFileCreateManyModInputEnvelope;
|
|
379
|
+
set?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
380
|
+
disconnect?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
381
|
+
delete?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
382
|
+
connect?: Prisma.ModSourceFileWhereUniqueInput | Prisma.ModSourceFileWhereUniqueInput[];
|
|
383
|
+
update?: Prisma.ModSourceFileUpdateWithWhereUniqueWithoutModInput | Prisma.ModSourceFileUpdateWithWhereUniqueWithoutModInput[];
|
|
384
|
+
updateMany?: Prisma.ModSourceFileUpdateManyWithWhereWithoutModInput | Prisma.ModSourceFileUpdateManyWithWhereWithoutModInput[];
|
|
385
|
+
deleteMany?: Prisma.ModSourceFileScalarWhereInput | Prisma.ModSourceFileScalarWhereInput[];
|
|
386
|
+
};
|
|
387
|
+
export type ModSourceFileCreateWithoutModInput = {
|
|
388
|
+
className: string;
|
|
389
|
+
content: string;
|
|
390
|
+
embedding?: runtime.Bytes | null;
|
|
391
|
+
embedSource?: string | null;
|
|
392
|
+
embedUpdatedAt?: Date | string | null;
|
|
393
|
+
};
|
|
394
|
+
export type ModSourceFileUncheckedCreateWithoutModInput = {
|
|
395
|
+
id?: number;
|
|
396
|
+
className: string;
|
|
397
|
+
content: string;
|
|
398
|
+
embedding?: runtime.Bytes | null;
|
|
399
|
+
embedSource?: string | null;
|
|
400
|
+
embedUpdatedAt?: Date | string | null;
|
|
401
|
+
};
|
|
402
|
+
export type ModSourceFileCreateOrConnectWithoutModInput = {
|
|
403
|
+
where: Prisma.ModSourceFileWhereUniqueInput;
|
|
404
|
+
create: Prisma.XOR<Prisma.ModSourceFileCreateWithoutModInput, Prisma.ModSourceFileUncheckedCreateWithoutModInput>;
|
|
405
|
+
};
|
|
406
|
+
export type ModSourceFileCreateManyModInputEnvelope = {
|
|
407
|
+
data: Prisma.ModSourceFileCreateManyModInput | Prisma.ModSourceFileCreateManyModInput[];
|
|
408
|
+
};
|
|
409
|
+
export type ModSourceFileUpsertWithWhereUniqueWithoutModInput = {
|
|
410
|
+
where: Prisma.ModSourceFileWhereUniqueInput;
|
|
411
|
+
update: Prisma.XOR<Prisma.ModSourceFileUpdateWithoutModInput, Prisma.ModSourceFileUncheckedUpdateWithoutModInput>;
|
|
412
|
+
create: Prisma.XOR<Prisma.ModSourceFileCreateWithoutModInput, Prisma.ModSourceFileUncheckedCreateWithoutModInput>;
|
|
413
|
+
};
|
|
414
|
+
export type ModSourceFileUpdateWithWhereUniqueWithoutModInput = {
|
|
415
|
+
where: Prisma.ModSourceFileWhereUniqueInput;
|
|
416
|
+
data: Prisma.XOR<Prisma.ModSourceFileUpdateWithoutModInput, Prisma.ModSourceFileUncheckedUpdateWithoutModInput>;
|
|
417
|
+
};
|
|
418
|
+
export type ModSourceFileUpdateManyWithWhereWithoutModInput = {
|
|
419
|
+
where: Prisma.ModSourceFileScalarWhereInput;
|
|
420
|
+
data: Prisma.XOR<Prisma.ModSourceFileUpdateManyMutationInput, Prisma.ModSourceFileUncheckedUpdateManyWithoutModInput>;
|
|
421
|
+
};
|
|
422
|
+
export type ModSourceFileScalarWhereInput = {
|
|
423
|
+
AND?: Prisma.ModSourceFileScalarWhereInput | Prisma.ModSourceFileScalarWhereInput[];
|
|
424
|
+
OR?: Prisma.ModSourceFileScalarWhereInput[];
|
|
425
|
+
NOT?: Prisma.ModSourceFileScalarWhereInput | Prisma.ModSourceFileScalarWhereInput[];
|
|
426
|
+
id?: Prisma.IntFilter<"ModSourceFile"> | number;
|
|
427
|
+
modId?: Prisma.IntFilter<"ModSourceFile"> | number;
|
|
428
|
+
className?: Prisma.StringFilter<"ModSourceFile"> | string;
|
|
429
|
+
content?: Prisma.StringFilter<"ModSourceFile"> | string;
|
|
430
|
+
embedding?: Prisma.BytesNullableFilter<"ModSourceFile"> | runtime.Bytes | null;
|
|
431
|
+
embedSource?: Prisma.StringNullableFilter<"ModSourceFile"> | string | null;
|
|
432
|
+
embedUpdatedAt?: Prisma.DateTimeNullableFilter<"ModSourceFile"> | Date | string | null;
|
|
433
|
+
};
|
|
434
|
+
export type ModSourceFileCreateManyModInput = {
|
|
435
|
+
id?: number;
|
|
436
|
+
className: string;
|
|
437
|
+
content: string;
|
|
438
|
+
embedding?: runtime.Bytes | null;
|
|
439
|
+
embedSource?: string | null;
|
|
440
|
+
embedUpdatedAt?: Date | string | null;
|
|
441
|
+
};
|
|
442
|
+
export type ModSourceFileUpdateWithoutModInput = {
|
|
443
|
+
className?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
444
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
445
|
+
embedding?: Prisma.NullableBytesFieldUpdateOperationsInput | runtime.Bytes | null;
|
|
446
|
+
embedSource?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
447
|
+
embedUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
448
|
+
};
|
|
449
|
+
export type ModSourceFileUncheckedUpdateWithoutModInput = {
|
|
450
|
+
id?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
451
|
+
className?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
452
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
453
|
+
embedding?: Prisma.NullableBytesFieldUpdateOperationsInput | runtime.Bytes | null;
|
|
454
|
+
embedSource?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
455
|
+
embedUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
456
|
+
};
|
|
457
|
+
export type ModSourceFileUncheckedUpdateManyWithoutModInput = {
|
|
458
|
+
id?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
459
|
+
className?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
460
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
461
|
+
embedding?: Prisma.NullableBytesFieldUpdateOperationsInput | runtime.Bytes | null;
|
|
462
|
+
embedSource?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
463
|
+
embedUpdatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
464
|
+
};
|
|
465
|
+
export type ModSourceFileSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
466
|
+
id?: boolean;
|
|
467
|
+
modId?: boolean;
|
|
468
|
+
className?: boolean;
|
|
469
|
+
content?: boolean;
|
|
470
|
+
embedding?: boolean;
|
|
471
|
+
embedSource?: boolean;
|
|
472
|
+
embedUpdatedAt?: boolean;
|
|
473
|
+
mod?: boolean | Prisma.ModDefaultArgs<ExtArgs>;
|
|
474
|
+
}, ExtArgs["result"]["modSourceFile"]>;
|
|
475
|
+
export type ModSourceFileSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
476
|
+
id?: boolean;
|
|
477
|
+
modId?: boolean;
|
|
478
|
+
className?: boolean;
|
|
479
|
+
content?: boolean;
|
|
480
|
+
embedding?: boolean;
|
|
481
|
+
embedSource?: boolean;
|
|
482
|
+
embedUpdatedAt?: boolean;
|
|
483
|
+
mod?: boolean | Prisma.ModDefaultArgs<ExtArgs>;
|
|
484
|
+
}, ExtArgs["result"]["modSourceFile"]>;
|
|
485
|
+
export type ModSourceFileSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
486
|
+
id?: boolean;
|
|
487
|
+
modId?: boolean;
|
|
488
|
+
className?: boolean;
|
|
489
|
+
content?: boolean;
|
|
490
|
+
embedding?: boolean;
|
|
491
|
+
embedSource?: boolean;
|
|
492
|
+
embedUpdatedAt?: boolean;
|
|
493
|
+
mod?: boolean | Prisma.ModDefaultArgs<ExtArgs>;
|
|
494
|
+
}, ExtArgs["result"]["modSourceFile"]>;
|
|
495
|
+
export type ModSourceFileSelectScalar = {
|
|
496
|
+
id?: boolean;
|
|
497
|
+
modId?: boolean;
|
|
498
|
+
className?: boolean;
|
|
499
|
+
content?: boolean;
|
|
500
|
+
embedding?: boolean;
|
|
501
|
+
embedSource?: boolean;
|
|
502
|
+
embedUpdatedAt?: boolean;
|
|
503
|
+
};
|
|
504
|
+
export type ModSourceFileOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "modId" | "className" | "content" | "embedding" | "embedSource" | "embedUpdatedAt", ExtArgs["result"]["modSourceFile"]>;
|
|
505
|
+
export type ModSourceFileInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
506
|
+
mod?: boolean | Prisma.ModDefaultArgs<ExtArgs>;
|
|
507
|
+
};
|
|
508
|
+
export type ModSourceFileIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
509
|
+
mod?: boolean | Prisma.ModDefaultArgs<ExtArgs>;
|
|
510
|
+
};
|
|
511
|
+
export type ModSourceFileIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
512
|
+
mod?: boolean | Prisma.ModDefaultArgs<ExtArgs>;
|
|
513
|
+
};
|
|
514
|
+
export type $ModSourceFilePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
515
|
+
name: "ModSourceFile";
|
|
516
|
+
objects: {
|
|
517
|
+
mod: Prisma.$ModPayload<ExtArgs>;
|
|
518
|
+
};
|
|
519
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
520
|
+
id: number;
|
|
521
|
+
modId: number;
|
|
522
|
+
className: string;
|
|
523
|
+
content: string;
|
|
524
|
+
embedding: runtime.Bytes | null;
|
|
525
|
+
embedSource: string | null;
|
|
526
|
+
embedUpdatedAt: Date | null;
|
|
527
|
+
}, ExtArgs["result"]["modSourceFile"]>;
|
|
528
|
+
composites: {};
|
|
529
|
+
};
|
|
530
|
+
export type ModSourceFileGetPayload<S extends boolean | null | undefined | ModSourceFileDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload, S>;
|
|
531
|
+
export type ModSourceFileCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<ModSourceFileFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
532
|
+
select?: ModSourceFileCountAggregateInputType | true;
|
|
533
|
+
};
|
|
534
|
+
export interface ModSourceFileDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
535
|
+
[K: symbol]: {
|
|
536
|
+
types: Prisma.TypeMap<ExtArgs>['model']['ModSourceFile'];
|
|
537
|
+
meta: {
|
|
538
|
+
name: 'ModSourceFile';
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
/**
|
|
542
|
+
* Find zero or one ModSourceFile that matches the filter.
|
|
543
|
+
* @param {ModSourceFileFindUniqueArgs} args - Arguments to find a ModSourceFile
|
|
544
|
+
* @example
|
|
545
|
+
* // Get one ModSourceFile
|
|
546
|
+
* const modSourceFile = await prisma.modSourceFile.findUnique({
|
|
547
|
+
* where: {
|
|
548
|
+
* // ... provide filter here
|
|
549
|
+
* }
|
|
550
|
+
* })
|
|
551
|
+
*/
|
|
552
|
+
findUnique<T extends ModSourceFileFindUniqueArgs>(args: Prisma.SelectSubset<T, ModSourceFileFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ModSourceFileClient<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
553
|
+
/**
|
|
554
|
+
* Find one ModSourceFile that matches the filter or throw an error with `error.code='P2025'`
|
|
555
|
+
* if no matches were found.
|
|
556
|
+
* @param {ModSourceFileFindUniqueOrThrowArgs} args - Arguments to find a ModSourceFile
|
|
557
|
+
* @example
|
|
558
|
+
* // Get one ModSourceFile
|
|
559
|
+
* const modSourceFile = await prisma.modSourceFile.findUniqueOrThrow({
|
|
560
|
+
* where: {
|
|
561
|
+
* // ... provide filter here
|
|
562
|
+
* }
|
|
563
|
+
* })
|
|
564
|
+
*/
|
|
565
|
+
findUniqueOrThrow<T extends ModSourceFileFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ModSourceFileFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ModSourceFileClient<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
566
|
+
/**
|
|
567
|
+
* Find the first ModSourceFile that matches the filter.
|
|
568
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
569
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
570
|
+
* @param {ModSourceFileFindFirstArgs} args - Arguments to find a ModSourceFile
|
|
571
|
+
* @example
|
|
572
|
+
* // Get one ModSourceFile
|
|
573
|
+
* const modSourceFile = await prisma.modSourceFile.findFirst({
|
|
574
|
+
* where: {
|
|
575
|
+
* // ... provide filter here
|
|
576
|
+
* }
|
|
577
|
+
* })
|
|
578
|
+
*/
|
|
579
|
+
findFirst<T extends ModSourceFileFindFirstArgs>(args?: Prisma.SelectSubset<T, ModSourceFileFindFirstArgs<ExtArgs>>): Prisma.Prisma__ModSourceFileClient<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
580
|
+
/**
|
|
581
|
+
* Find the first ModSourceFile that matches the filter or
|
|
582
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
583
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
584
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
585
|
+
* @param {ModSourceFileFindFirstOrThrowArgs} args - Arguments to find a ModSourceFile
|
|
586
|
+
* @example
|
|
587
|
+
* // Get one ModSourceFile
|
|
588
|
+
* const modSourceFile = await prisma.modSourceFile.findFirstOrThrow({
|
|
589
|
+
* where: {
|
|
590
|
+
* // ... provide filter here
|
|
591
|
+
* }
|
|
592
|
+
* })
|
|
593
|
+
*/
|
|
594
|
+
findFirstOrThrow<T extends ModSourceFileFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ModSourceFileFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ModSourceFileClient<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
595
|
+
/**
|
|
596
|
+
* Find zero or more ModSourceFiles that matches the filter.
|
|
597
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
598
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
599
|
+
* @param {ModSourceFileFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
600
|
+
* @example
|
|
601
|
+
* // Get all ModSourceFiles
|
|
602
|
+
* const modSourceFiles = await prisma.modSourceFile.findMany()
|
|
603
|
+
*
|
|
604
|
+
* // Get first 10 ModSourceFiles
|
|
605
|
+
* const modSourceFiles = await prisma.modSourceFile.findMany({ take: 10 })
|
|
606
|
+
*
|
|
607
|
+
* // Only select the `id`
|
|
608
|
+
* const modSourceFileWithIdOnly = await prisma.modSourceFile.findMany({ select: { id: true } })
|
|
609
|
+
*
|
|
610
|
+
*/
|
|
611
|
+
findMany<T extends ModSourceFileFindManyArgs>(args?: Prisma.SelectSubset<T, ModSourceFileFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
612
|
+
/**
|
|
613
|
+
* Create a ModSourceFile.
|
|
614
|
+
* @param {ModSourceFileCreateArgs} args - Arguments to create a ModSourceFile.
|
|
615
|
+
* @example
|
|
616
|
+
* // Create one ModSourceFile
|
|
617
|
+
* const ModSourceFile = await prisma.modSourceFile.create({
|
|
618
|
+
* data: {
|
|
619
|
+
* // ... data to create a ModSourceFile
|
|
620
|
+
* }
|
|
621
|
+
* })
|
|
622
|
+
*
|
|
623
|
+
*/
|
|
624
|
+
create<T extends ModSourceFileCreateArgs>(args: Prisma.SelectSubset<T, ModSourceFileCreateArgs<ExtArgs>>): Prisma.Prisma__ModSourceFileClient<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
625
|
+
/**
|
|
626
|
+
* Create many ModSourceFiles.
|
|
627
|
+
* @param {ModSourceFileCreateManyArgs} args - Arguments to create many ModSourceFiles.
|
|
628
|
+
* @example
|
|
629
|
+
* // Create many ModSourceFiles
|
|
630
|
+
* const modSourceFile = await prisma.modSourceFile.createMany({
|
|
631
|
+
* data: [
|
|
632
|
+
* // ... provide data here
|
|
633
|
+
* ]
|
|
634
|
+
* })
|
|
635
|
+
*
|
|
636
|
+
*/
|
|
637
|
+
createMany<T extends ModSourceFileCreateManyArgs>(args?: Prisma.SelectSubset<T, ModSourceFileCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
638
|
+
/**
|
|
639
|
+
* Create many ModSourceFiles and returns the data saved in the database.
|
|
640
|
+
* @param {ModSourceFileCreateManyAndReturnArgs} args - Arguments to create many ModSourceFiles.
|
|
641
|
+
* @example
|
|
642
|
+
* // Create many ModSourceFiles
|
|
643
|
+
* const modSourceFile = await prisma.modSourceFile.createManyAndReturn({
|
|
644
|
+
* data: [
|
|
645
|
+
* // ... provide data here
|
|
646
|
+
* ]
|
|
647
|
+
* })
|
|
648
|
+
*
|
|
649
|
+
* // Create many ModSourceFiles and only return the `id`
|
|
650
|
+
* const modSourceFileWithIdOnly = await prisma.modSourceFile.createManyAndReturn({
|
|
651
|
+
* select: { id: true },
|
|
652
|
+
* data: [
|
|
653
|
+
* // ... provide data here
|
|
654
|
+
* ]
|
|
655
|
+
* })
|
|
656
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
657
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
658
|
+
*
|
|
659
|
+
*/
|
|
660
|
+
createManyAndReturn<T extends ModSourceFileCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ModSourceFileCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
661
|
+
/**
|
|
662
|
+
* Delete a ModSourceFile.
|
|
663
|
+
* @param {ModSourceFileDeleteArgs} args - Arguments to delete one ModSourceFile.
|
|
664
|
+
* @example
|
|
665
|
+
* // Delete one ModSourceFile
|
|
666
|
+
* const ModSourceFile = await prisma.modSourceFile.delete({
|
|
667
|
+
* where: {
|
|
668
|
+
* // ... filter to delete one ModSourceFile
|
|
669
|
+
* }
|
|
670
|
+
* })
|
|
671
|
+
*
|
|
672
|
+
*/
|
|
673
|
+
delete<T extends ModSourceFileDeleteArgs>(args: Prisma.SelectSubset<T, ModSourceFileDeleteArgs<ExtArgs>>): Prisma.Prisma__ModSourceFileClient<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
674
|
+
/**
|
|
675
|
+
* Update one ModSourceFile.
|
|
676
|
+
* @param {ModSourceFileUpdateArgs} args - Arguments to update one ModSourceFile.
|
|
677
|
+
* @example
|
|
678
|
+
* // Update one ModSourceFile
|
|
679
|
+
* const modSourceFile = await prisma.modSourceFile.update({
|
|
680
|
+
* where: {
|
|
681
|
+
* // ... provide filter here
|
|
682
|
+
* },
|
|
683
|
+
* data: {
|
|
684
|
+
* // ... provide data here
|
|
685
|
+
* }
|
|
686
|
+
* })
|
|
687
|
+
*
|
|
688
|
+
*/
|
|
689
|
+
update<T extends ModSourceFileUpdateArgs>(args: Prisma.SelectSubset<T, ModSourceFileUpdateArgs<ExtArgs>>): Prisma.Prisma__ModSourceFileClient<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
690
|
+
/**
|
|
691
|
+
* Delete zero or more ModSourceFiles.
|
|
692
|
+
* @param {ModSourceFileDeleteManyArgs} args - Arguments to filter ModSourceFiles to delete.
|
|
693
|
+
* @example
|
|
694
|
+
* // Delete a few ModSourceFiles
|
|
695
|
+
* const { count } = await prisma.modSourceFile.deleteMany({
|
|
696
|
+
* where: {
|
|
697
|
+
* // ... provide filter here
|
|
698
|
+
* }
|
|
699
|
+
* })
|
|
700
|
+
*
|
|
701
|
+
*/
|
|
702
|
+
deleteMany<T extends ModSourceFileDeleteManyArgs>(args?: Prisma.SelectSubset<T, ModSourceFileDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
703
|
+
/**
|
|
704
|
+
* Update zero or more ModSourceFiles.
|
|
705
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
706
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
707
|
+
* @param {ModSourceFileUpdateManyArgs} args - Arguments to update one or more rows.
|
|
708
|
+
* @example
|
|
709
|
+
* // Update many ModSourceFiles
|
|
710
|
+
* const modSourceFile = await prisma.modSourceFile.updateMany({
|
|
711
|
+
* where: {
|
|
712
|
+
* // ... provide filter here
|
|
713
|
+
* },
|
|
714
|
+
* data: {
|
|
715
|
+
* // ... provide data here
|
|
716
|
+
* }
|
|
717
|
+
* })
|
|
718
|
+
*
|
|
719
|
+
*/
|
|
720
|
+
updateMany<T extends ModSourceFileUpdateManyArgs>(args: Prisma.SelectSubset<T, ModSourceFileUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
721
|
+
/**
|
|
722
|
+
* Update zero or more ModSourceFiles and returns the data updated in the database.
|
|
723
|
+
* @param {ModSourceFileUpdateManyAndReturnArgs} args - Arguments to update many ModSourceFiles.
|
|
724
|
+
* @example
|
|
725
|
+
* // Update many ModSourceFiles
|
|
726
|
+
* const modSourceFile = await prisma.modSourceFile.updateManyAndReturn({
|
|
727
|
+
* where: {
|
|
728
|
+
* // ... provide filter here
|
|
729
|
+
* },
|
|
730
|
+
* data: [
|
|
731
|
+
* // ... provide data here
|
|
732
|
+
* ]
|
|
733
|
+
* })
|
|
734
|
+
*
|
|
735
|
+
* // Update zero or more ModSourceFiles and only return the `id`
|
|
736
|
+
* const modSourceFileWithIdOnly = await prisma.modSourceFile.updateManyAndReturn({
|
|
737
|
+
* select: { id: true },
|
|
738
|
+
* where: {
|
|
739
|
+
* // ... provide filter here
|
|
740
|
+
* },
|
|
741
|
+
* data: [
|
|
742
|
+
* // ... provide data here
|
|
743
|
+
* ]
|
|
744
|
+
* })
|
|
745
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
746
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
747
|
+
*
|
|
748
|
+
*/
|
|
749
|
+
updateManyAndReturn<T extends ModSourceFileUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ModSourceFileUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
750
|
+
/**
|
|
751
|
+
* Create or update one ModSourceFile.
|
|
752
|
+
* @param {ModSourceFileUpsertArgs} args - Arguments to update or create a ModSourceFile.
|
|
753
|
+
* @example
|
|
754
|
+
* // Update or create a ModSourceFile
|
|
755
|
+
* const modSourceFile = await prisma.modSourceFile.upsert({
|
|
756
|
+
* create: {
|
|
757
|
+
* // ... data to create a ModSourceFile
|
|
758
|
+
* },
|
|
759
|
+
* update: {
|
|
760
|
+
* // ... in case it already exists, update
|
|
761
|
+
* },
|
|
762
|
+
* where: {
|
|
763
|
+
* // ... the filter for the ModSourceFile we want to update
|
|
764
|
+
* }
|
|
765
|
+
* })
|
|
766
|
+
*/
|
|
767
|
+
upsert<T extends ModSourceFileUpsertArgs>(args: Prisma.SelectSubset<T, ModSourceFileUpsertArgs<ExtArgs>>): Prisma.Prisma__ModSourceFileClient<runtime.Types.Result.GetResult<Prisma.$ModSourceFilePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
768
|
+
/**
|
|
769
|
+
* Count the number of ModSourceFiles.
|
|
770
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
771
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
772
|
+
* @param {ModSourceFileCountArgs} args - Arguments to filter ModSourceFiles to count.
|
|
773
|
+
* @example
|
|
774
|
+
* // Count the number of ModSourceFiles
|
|
775
|
+
* const count = await prisma.modSourceFile.count({
|
|
776
|
+
* where: {
|
|
777
|
+
* // ... the filter for the ModSourceFiles we want to count
|
|
778
|
+
* }
|
|
779
|
+
* })
|
|
780
|
+
**/
|
|
781
|
+
count<T extends ModSourceFileCountArgs>(args?: Prisma.Subset<T, ModSourceFileCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], ModSourceFileCountAggregateOutputType> : number>;
|
|
782
|
+
/**
|
|
783
|
+
* Allows you to perform aggregations operations on a ModSourceFile.
|
|
784
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
785
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
786
|
+
* @param {ModSourceFileAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
787
|
+
* @example
|
|
788
|
+
* // Ordered by age ascending
|
|
789
|
+
* // Where email contains prisma.io
|
|
790
|
+
* // Limited to the 10 users
|
|
791
|
+
* const aggregations = await prisma.user.aggregate({
|
|
792
|
+
* _avg: {
|
|
793
|
+
* age: true,
|
|
794
|
+
* },
|
|
795
|
+
* where: {
|
|
796
|
+
* email: {
|
|
797
|
+
* contains: "prisma.io",
|
|
798
|
+
* },
|
|
799
|
+
* },
|
|
800
|
+
* orderBy: {
|
|
801
|
+
* age: "asc",
|
|
802
|
+
* },
|
|
803
|
+
* take: 10,
|
|
804
|
+
* })
|
|
805
|
+
**/
|
|
806
|
+
aggregate<T extends ModSourceFileAggregateArgs>(args: Prisma.Subset<T, ModSourceFileAggregateArgs>): Prisma.PrismaPromise<GetModSourceFileAggregateType<T>>;
|
|
807
|
+
/**
|
|
808
|
+
* Group by ModSourceFile.
|
|
809
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
810
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
811
|
+
* @param {ModSourceFileGroupByArgs} args - Group by arguments.
|
|
812
|
+
* @example
|
|
813
|
+
* // Group by city, order by createdAt, get count
|
|
814
|
+
* const result = await prisma.user.groupBy({
|
|
815
|
+
* by: ['city', 'createdAt'],
|
|
816
|
+
* orderBy: {
|
|
817
|
+
* createdAt: true
|
|
818
|
+
* },
|
|
819
|
+
* _count: {
|
|
820
|
+
* _all: true
|
|
821
|
+
* },
|
|
822
|
+
* })
|
|
823
|
+
*
|
|
824
|
+
**/
|
|
825
|
+
groupBy<T extends ModSourceFileGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
826
|
+
orderBy: ModSourceFileGroupByArgs['orderBy'];
|
|
827
|
+
} : {
|
|
828
|
+
orderBy?: ModSourceFileGroupByArgs['orderBy'];
|
|
829
|
+
}, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
|
|
830
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
831
|
+
Error,
|
|
832
|
+
'Field ',
|
|
833
|
+
P,
|
|
834
|
+
` in "having" needs to be provided in "by"`
|
|
835
|
+
];
|
|
836
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
837
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
838
|
+
}[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
839
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
840
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
841
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
842
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, ModSourceFileGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetModSourceFileGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
843
|
+
/**
|
|
844
|
+
* Fields of the ModSourceFile model
|
|
845
|
+
*/
|
|
846
|
+
readonly fields: ModSourceFileFieldRefs;
|
|
847
|
+
}
|
|
848
|
+
/**
|
|
849
|
+
* The delegate class that acts as a "Promise-like" for ModSourceFile.
|
|
850
|
+
* Why is this prefixed with `Prisma__`?
|
|
851
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
852
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
853
|
+
*/
|
|
854
|
+
export interface Prisma__ModSourceFileClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
855
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
856
|
+
mod<T extends Prisma.ModDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ModDefaultArgs<ExtArgs>>): Prisma.Prisma__ModClient<runtime.Types.Result.GetResult<Prisma.$ModPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
857
|
+
/**
|
|
858
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
859
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
860
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
861
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
862
|
+
*/
|
|
863
|
+
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>;
|
|
864
|
+
/**
|
|
865
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
866
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
867
|
+
* @returns A Promise for the completion of the callback.
|
|
868
|
+
*/
|
|
869
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
870
|
+
/**
|
|
871
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
872
|
+
* resolved value cannot be modified from the callback.
|
|
873
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
874
|
+
* @returns A Promise for the completion of the callback.
|
|
875
|
+
*/
|
|
876
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
877
|
+
}
|
|
878
|
+
/**
|
|
879
|
+
* Fields of the ModSourceFile model
|
|
880
|
+
*/
|
|
881
|
+
export interface ModSourceFileFieldRefs {
|
|
882
|
+
readonly id: Prisma.FieldRef<"ModSourceFile", 'Int'>;
|
|
883
|
+
readonly modId: Prisma.FieldRef<"ModSourceFile", 'Int'>;
|
|
884
|
+
readonly className: Prisma.FieldRef<"ModSourceFile", 'String'>;
|
|
885
|
+
readonly content: Prisma.FieldRef<"ModSourceFile", 'String'>;
|
|
886
|
+
readonly embedding: Prisma.FieldRef<"ModSourceFile", 'Bytes'>;
|
|
887
|
+
readonly embedSource: Prisma.FieldRef<"ModSourceFile", 'String'>;
|
|
888
|
+
readonly embedUpdatedAt: Prisma.FieldRef<"ModSourceFile", 'DateTime'>;
|
|
889
|
+
}
|
|
890
|
+
/**
|
|
891
|
+
* ModSourceFile findUnique
|
|
892
|
+
*/
|
|
893
|
+
export type ModSourceFileFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
894
|
+
/**
|
|
895
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
896
|
+
*/
|
|
897
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
898
|
+
/**
|
|
899
|
+
* Omit specific fields from the ModSourceFile
|
|
900
|
+
*/
|
|
901
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
902
|
+
/**
|
|
903
|
+
* Choose, which related nodes to fetch as well
|
|
904
|
+
*/
|
|
905
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
906
|
+
/**
|
|
907
|
+
* Filter, which ModSourceFile to fetch.
|
|
908
|
+
*/
|
|
909
|
+
where: Prisma.ModSourceFileWhereUniqueInput;
|
|
910
|
+
};
|
|
911
|
+
/**
|
|
912
|
+
* ModSourceFile findUniqueOrThrow
|
|
913
|
+
*/
|
|
914
|
+
export type ModSourceFileFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
915
|
+
/**
|
|
916
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
917
|
+
*/
|
|
918
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
919
|
+
/**
|
|
920
|
+
* Omit specific fields from the ModSourceFile
|
|
921
|
+
*/
|
|
922
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
923
|
+
/**
|
|
924
|
+
* Choose, which related nodes to fetch as well
|
|
925
|
+
*/
|
|
926
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
927
|
+
/**
|
|
928
|
+
* Filter, which ModSourceFile to fetch.
|
|
929
|
+
*/
|
|
930
|
+
where: Prisma.ModSourceFileWhereUniqueInput;
|
|
931
|
+
};
|
|
932
|
+
/**
|
|
933
|
+
* ModSourceFile findFirst
|
|
934
|
+
*/
|
|
935
|
+
export type ModSourceFileFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
936
|
+
/**
|
|
937
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
938
|
+
*/
|
|
939
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
940
|
+
/**
|
|
941
|
+
* Omit specific fields from the ModSourceFile
|
|
942
|
+
*/
|
|
943
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
944
|
+
/**
|
|
945
|
+
* Choose, which related nodes to fetch as well
|
|
946
|
+
*/
|
|
947
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
948
|
+
/**
|
|
949
|
+
* Filter, which ModSourceFile to fetch.
|
|
950
|
+
*/
|
|
951
|
+
where?: Prisma.ModSourceFileWhereInput;
|
|
952
|
+
/**
|
|
953
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
954
|
+
*
|
|
955
|
+
* Determine the order of ModSourceFiles to fetch.
|
|
956
|
+
*/
|
|
957
|
+
orderBy?: Prisma.ModSourceFileOrderByWithRelationInput | Prisma.ModSourceFileOrderByWithRelationInput[];
|
|
958
|
+
/**
|
|
959
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
960
|
+
*
|
|
961
|
+
* Sets the position for searching for ModSourceFiles.
|
|
962
|
+
*/
|
|
963
|
+
cursor?: Prisma.ModSourceFileWhereUniqueInput;
|
|
964
|
+
/**
|
|
965
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
966
|
+
*
|
|
967
|
+
* Take `±n` ModSourceFiles from the position of the cursor.
|
|
968
|
+
*/
|
|
969
|
+
take?: number;
|
|
970
|
+
/**
|
|
971
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
972
|
+
*
|
|
973
|
+
* Skip the first `n` ModSourceFiles.
|
|
974
|
+
*/
|
|
975
|
+
skip?: number;
|
|
976
|
+
/**
|
|
977
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
978
|
+
*
|
|
979
|
+
* Filter by unique combinations of ModSourceFiles.
|
|
980
|
+
*/
|
|
981
|
+
distinct?: Prisma.ModSourceFileScalarFieldEnum | Prisma.ModSourceFileScalarFieldEnum[];
|
|
982
|
+
};
|
|
983
|
+
/**
|
|
984
|
+
* ModSourceFile findFirstOrThrow
|
|
985
|
+
*/
|
|
986
|
+
export type ModSourceFileFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
987
|
+
/**
|
|
988
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
989
|
+
*/
|
|
990
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
991
|
+
/**
|
|
992
|
+
* Omit specific fields from the ModSourceFile
|
|
993
|
+
*/
|
|
994
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
995
|
+
/**
|
|
996
|
+
* Choose, which related nodes to fetch as well
|
|
997
|
+
*/
|
|
998
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
999
|
+
/**
|
|
1000
|
+
* Filter, which ModSourceFile to fetch.
|
|
1001
|
+
*/
|
|
1002
|
+
where?: Prisma.ModSourceFileWhereInput;
|
|
1003
|
+
/**
|
|
1004
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1005
|
+
*
|
|
1006
|
+
* Determine the order of ModSourceFiles to fetch.
|
|
1007
|
+
*/
|
|
1008
|
+
orderBy?: Prisma.ModSourceFileOrderByWithRelationInput | Prisma.ModSourceFileOrderByWithRelationInput[];
|
|
1009
|
+
/**
|
|
1010
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1011
|
+
*
|
|
1012
|
+
* Sets the position for searching for ModSourceFiles.
|
|
1013
|
+
*/
|
|
1014
|
+
cursor?: Prisma.ModSourceFileWhereUniqueInput;
|
|
1015
|
+
/**
|
|
1016
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1017
|
+
*
|
|
1018
|
+
* Take `±n` ModSourceFiles from the position of the cursor.
|
|
1019
|
+
*/
|
|
1020
|
+
take?: number;
|
|
1021
|
+
/**
|
|
1022
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1023
|
+
*
|
|
1024
|
+
* Skip the first `n` ModSourceFiles.
|
|
1025
|
+
*/
|
|
1026
|
+
skip?: number;
|
|
1027
|
+
/**
|
|
1028
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1029
|
+
*
|
|
1030
|
+
* Filter by unique combinations of ModSourceFiles.
|
|
1031
|
+
*/
|
|
1032
|
+
distinct?: Prisma.ModSourceFileScalarFieldEnum | Prisma.ModSourceFileScalarFieldEnum[];
|
|
1033
|
+
};
|
|
1034
|
+
/**
|
|
1035
|
+
* ModSourceFile findMany
|
|
1036
|
+
*/
|
|
1037
|
+
export type ModSourceFileFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1038
|
+
/**
|
|
1039
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
1040
|
+
*/
|
|
1041
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
1042
|
+
/**
|
|
1043
|
+
* Omit specific fields from the ModSourceFile
|
|
1044
|
+
*/
|
|
1045
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
1046
|
+
/**
|
|
1047
|
+
* Choose, which related nodes to fetch as well
|
|
1048
|
+
*/
|
|
1049
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
1050
|
+
/**
|
|
1051
|
+
* Filter, which ModSourceFiles to fetch.
|
|
1052
|
+
*/
|
|
1053
|
+
where?: Prisma.ModSourceFileWhereInput;
|
|
1054
|
+
/**
|
|
1055
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1056
|
+
*
|
|
1057
|
+
* Determine the order of ModSourceFiles to fetch.
|
|
1058
|
+
*/
|
|
1059
|
+
orderBy?: Prisma.ModSourceFileOrderByWithRelationInput | Prisma.ModSourceFileOrderByWithRelationInput[];
|
|
1060
|
+
/**
|
|
1061
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1062
|
+
*
|
|
1063
|
+
* Sets the position for listing ModSourceFiles.
|
|
1064
|
+
*/
|
|
1065
|
+
cursor?: Prisma.ModSourceFileWhereUniqueInput;
|
|
1066
|
+
/**
|
|
1067
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1068
|
+
*
|
|
1069
|
+
* Take `±n` ModSourceFiles from the position of the cursor.
|
|
1070
|
+
*/
|
|
1071
|
+
take?: number;
|
|
1072
|
+
/**
|
|
1073
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1074
|
+
*
|
|
1075
|
+
* Skip the first `n` ModSourceFiles.
|
|
1076
|
+
*/
|
|
1077
|
+
skip?: number;
|
|
1078
|
+
distinct?: Prisma.ModSourceFileScalarFieldEnum | Prisma.ModSourceFileScalarFieldEnum[];
|
|
1079
|
+
};
|
|
1080
|
+
/**
|
|
1081
|
+
* ModSourceFile create
|
|
1082
|
+
*/
|
|
1083
|
+
export type ModSourceFileCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1084
|
+
/**
|
|
1085
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
1086
|
+
*/
|
|
1087
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
1088
|
+
/**
|
|
1089
|
+
* Omit specific fields from the ModSourceFile
|
|
1090
|
+
*/
|
|
1091
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
1092
|
+
/**
|
|
1093
|
+
* Choose, which related nodes to fetch as well
|
|
1094
|
+
*/
|
|
1095
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
1096
|
+
/**
|
|
1097
|
+
* The data needed to create a ModSourceFile.
|
|
1098
|
+
*/
|
|
1099
|
+
data: Prisma.XOR<Prisma.ModSourceFileCreateInput, Prisma.ModSourceFileUncheckedCreateInput>;
|
|
1100
|
+
};
|
|
1101
|
+
/**
|
|
1102
|
+
* ModSourceFile createMany
|
|
1103
|
+
*/
|
|
1104
|
+
export type ModSourceFileCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1105
|
+
/**
|
|
1106
|
+
* The data used to create many ModSourceFiles.
|
|
1107
|
+
*/
|
|
1108
|
+
data: Prisma.ModSourceFileCreateManyInput | Prisma.ModSourceFileCreateManyInput[];
|
|
1109
|
+
};
|
|
1110
|
+
/**
|
|
1111
|
+
* ModSourceFile createManyAndReturn
|
|
1112
|
+
*/
|
|
1113
|
+
export type ModSourceFileCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1114
|
+
/**
|
|
1115
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
1116
|
+
*/
|
|
1117
|
+
select?: Prisma.ModSourceFileSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1118
|
+
/**
|
|
1119
|
+
* Omit specific fields from the ModSourceFile
|
|
1120
|
+
*/
|
|
1121
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
1122
|
+
/**
|
|
1123
|
+
* The data used to create many ModSourceFiles.
|
|
1124
|
+
*/
|
|
1125
|
+
data: Prisma.ModSourceFileCreateManyInput | Prisma.ModSourceFileCreateManyInput[];
|
|
1126
|
+
/**
|
|
1127
|
+
* Choose, which related nodes to fetch as well
|
|
1128
|
+
*/
|
|
1129
|
+
include?: Prisma.ModSourceFileIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1130
|
+
};
|
|
1131
|
+
/**
|
|
1132
|
+
* ModSourceFile update
|
|
1133
|
+
*/
|
|
1134
|
+
export type ModSourceFileUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1135
|
+
/**
|
|
1136
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
1137
|
+
*/
|
|
1138
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
1139
|
+
/**
|
|
1140
|
+
* Omit specific fields from the ModSourceFile
|
|
1141
|
+
*/
|
|
1142
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
1143
|
+
/**
|
|
1144
|
+
* Choose, which related nodes to fetch as well
|
|
1145
|
+
*/
|
|
1146
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
1147
|
+
/**
|
|
1148
|
+
* The data needed to update a ModSourceFile.
|
|
1149
|
+
*/
|
|
1150
|
+
data: Prisma.XOR<Prisma.ModSourceFileUpdateInput, Prisma.ModSourceFileUncheckedUpdateInput>;
|
|
1151
|
+
/**
|
|
1152
|
+
* Choose, which ModSourceFile to update.
|
|
1153
|
+
*/
|
|
1154
|
+
where: Prisma.ModSourceFileWhereUniqueInput;
|
|
1155
|
+
};
|
|
1156
|
+
/**
|
|
1157
|
+
* ModSourceFile updateMany
|
|
1158
|
+
*/
|
|
1159
|
+
export type ModSourceFileUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1160
|
+
/**
|
|
1161
|
+
* The data used to update ModSourceFiles.
|
|
1162
|
+
*/
|
|
1163
|
+
data: Prisma.XOR<Prisma.ModSourceFileUpdateManyMutationInput, Prisma.ModSourceFileUncheckedUpdateManyInput>;
|
|
1164
|
+
/**
|
|
1165
|
+
* Filter which ModSourceFiles to update
|
|
1166
|
+
*/
|
|
1167
|
+
where?: Prisma.ModSourceFileWhereInput;
|
|
1168
|
+
/**
|
|
1169
|
+
* Limit how many ModSourceFiles to update.
|
|
1170
|
+
*/
|
|
1171
|
+
limit?: number;
|
|
1172
|
+
};
|
|
1173
|
+
/**
|
|
1174
|
+
* ModSourceFile updateManyAndReturn
|
|
1175
|
+
*/
|
|
1176
|
+
export type ModSourceFileUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1177
|
+
/**
|
|
1178
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
1179
|
+
*/
|
|
1180
|
+
select?: Prisma.ModSourceFileSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1181
|
+
/**
|
|
1182
|
+
* Omit specific fields from the ModSourceFile
|
|
1183
|
+
*/
|
|
1184
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
1185
|
+
/**
|
|
1186
|
+
* The data used to update ModSourceFiles.
|
|
1187
|
+
*/
|
|
1188
|
+
data: Prisma.XOR<Prisma.ModSourceFileUpdateManyMutationInput, Prisma.ModSourceFileUncheckedUpdateManyInput>;
|
|
1189
|
+
/**
|
|
1190
|
+
* Filter which ModSourceFiles to update
|
|
1191
|
+
*/
|
|
1192
|
+
where?: Prisma.ModSourceFileWhereInput;
|
|
1193
|
+
/**
|
|
1194
|
+
* Limit how many ModSourceFiles to update.
|
|
1195
|
+
*/
|
|
1196
|
+
limit?: number;
|
|
1197
|
+
/**
|
|
1198
|
+
* Choose, which related nodes to fetch as well
|
|
1199
|
+
*/
|
|
1200
|
+
include?: Prisma.ModSourceFileIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1201
|
+
};
|
|
1202
|
+
/**
|
|
1203
|
+
* ModSourceFile upsert
|
|
1204
|
+
*/
|
|
1205
|
+
export type ModSourceFileUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1206
|
+
/**
|
|
1207
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
1208
|
+
*/
|
|
1209
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
1210
|
+
/**
|
|
1211
|
+
* Omit specific fields from the ModSourceFile
|
|
1212
|
+
*/
|
|
1213
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
1214
|
+
/**
|
|
1215
|
+
* Choose, which related nodes to fetch as well
|
|
1216
|
+
*/
|
|
1217
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
1218
|
+
/**
|
|
1219
|
+
* The filter to search for the ModSourceFile to update in case it exists.
|
|
1220
|
+
*/
|
|
1221
|
+
where: Prisma.ModSourceFileWhereUniqueInput;
|
|
1222
|
+
/**
|
|
1223
|
+
* In case the ModSourceFile found by the `where` argument doesn't exist, create a new ModSourceFile with this data.
|
|
1224
|
+
*/
|
|
1225
|
+
create: Prisma.XOR<Prisma.ModSourceFileCreateInput, Prisma.ModSourceFileUncheckedCreateInput>;
|
|
1226
|
+
/**
|
|
1227
|
+
* In case the ModSourceFile was found with the provided `where` argument, update it with this data.
|
|
1228
|
+
*/
|
|
1229
|
+
update: Prisma.XOR<Prisma.ModSourceFileUpdateInput, Prisma.ModSourceFileUncheckedUpdateInput>;
|
|
1230
|
+
};
|
|
1231
|
+
/**
|
|
1232
|
+
* ModSourceFile delete
|
|
1233
|
+
*/
|
|
1234
|
+
export type ModSourceFileDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1235
|
+
/**
|
|
1236
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
1237
|
+
*/
|
|
1238
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
1239
|
+
/**
|
|
1240
|
+
* Omit specific fields from the ModSourceFile
|
|
1241
|
+
*/
|
|
1242
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
1243
|
+
/**
|
|
1244
|
+
* Choose, which related nodes to fetch as well
|
|
1245
|
+
*/
|
|
1246
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
1247
|
+
/**
|
|
1248
|
+
* Filter which ModSourceFile to delete.
|
|
1249
|
+
*/
|
|
1250
|
+
where: Prisma.ModSourceFileWhereUniqueInput;
|
|
1251
|
+
};
|
|
1252
|
+
/**
|
|
1253
|
+
* ModSourceFile deleteMany
|
|
1254
|
+
*/
|
|
1255
|
+
export type ModSourceFileDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1256
|
+
/**
|
|
1257
|
+
* Filter which ModSourceFiles to delete
|
|
1258
|
+
*/
|
|
1259
|
+
where?: Prisma.ModSourceFileWhereInput;
|
|
1260
|
+
/**
|
|
1261
|
+
* Limit how many ModSourceFiles to delete.
|
|
1262
|
+
*/
|
|
1263
|
+
limit?: number;
|
|
1264
|
+
};
|
|
1265
|
+
/**
|
|
1266
|
+
* ModSourceFile without action
|
|
1267
|
+
*/
|
|
1268
|
+
export type ModSourceFileDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1269
|
+
/**
|
|
1270
|
+
* Select specific fields to fetch from the ModSourceFile
|
|
1271
|
+
*/
|
|
1272
|
+
select?: Prisma.ModSourceFileSelect<ExtArgs> | null;
|
|
1273
|
+
/**
|
|
1274
|
+
* Omit specific fields from the ModSourceFile
|
|
1275
|
+
*/
|
|
1276
|
+
omit?: Prisma.ModSourceFileOmit<ExtArgs> | null;
|
|
1277
|
+
/**
|
|
1278
|
+
* Choose, which related nodes to fetch as well
|
|
1279
|
+
*/
|
|
1280
|
+
include?: Prisma.ModSourceFileInclude<ExtArgs> | null;
|
|
1281
|
+
};
|
|
1282
|
+
export {};
|
|
1283
|
+
//# sourceMappingURL=ModSourceFile.d.ts.map
|