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