@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,1061 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model McVersionDiff
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type McVersionDiffModel = runtime.Types.Result.DefaultSelection<Prisma.$McVersionDiffPayload>;
|
|
8
|
+
export type AggregateMcVersionDiff = {
|
|
9
|
+
_count: McVersionDiffCountAggregateOutputType | null;
|
|
10
|
+
_avg: McVersionDiffAvgAggregateOutputType | null;
|
|
11
|
+
_sum: McVersionDiffSumAggregateOutputType | null;
|
|
12
|
+
_min: McVersionDiffMinAggregateOutputType | null;
|
|
13
|
+
_max: McVersionDiffMaxAggregateOutputType | null;
|
|
14
|
+
};
|
|
15
|
+
export type McVersionDiffAvgAggregateOutputType = {
|
|
16
|
+
id: number | null;
|
|
17
|
+
};
|
|
18
|
+
export type McVersionDiffSumAggregateOutputType = {
|
|
19
|
+
id: number | null;
|
|
20
|
+
};
|
|
21
|
+
export type McVersionDiffMinAggregateOutputType = {
|
|
22
|
+
id: number | null;
|
|
23
|
+
versionA: string | null;
|
|
24
|
+
versionB: string | null;
|
|
25
|
+
packagesHash: string | null;
|
|
26
|
+
result: string | null;
|
|
27
|
+
createdAt: Date | null;
|
|
28
|
+
};
|
|
29
|
+
export type McVersionDiffMaxAggregateOutputType = {
|
|
30
|
+
id: number | null;
|
|
31
|
+
versionA: string | null;
|
|
32
|
+
versionB: string | null;
|
|
33
|
+
packagesHash: string | null;
|
|
34
|
+
result: string | null;
|
|
35
|
+
createdAt: Date | null;
|
|
36
|
+
};
|
|
37
|
+
export type McVersionDiffCountAggregateOutputType = {
|
|
38
|
+
id: number;
|
|
39
|
+
versionA: number;
|
|
40
|
+
versionB: number;
|
|
41
|
+
packagesHash: number;
|
|
42
|
+
result: number;
|
|
43
|
+
createdAt: number;
|
|
44
|
+
_all: number;
|
|
45
|
+
};
|
|
46
|
+
export type McVersionDiffAvgAggregateInputType = {
|
|
47
|
+
id?: true;
|
|
48
|
+
};
|
|
49
|
+
export type McVersionDiffSumAggregateInputType = {
|
|
50
|
+
id?: true;
|
|
51
|
+
};
|
|
52
|
+
export type McVersionDiffMinAggregateInputType = {
|
|
53
|
+
id?: true;
|
|
54
|
+
versionA?: true;
|
|
55
|
+
versionB?: true;
|
|
56
|
+
packagesHash?: true;
|
|
57
|
+
result?: true;
|
|
58
|
+
createdAt?: true;
|
|
59
|
+
};
|
|
60
|
+
export type McVersionDiffMaxAggregateInputType = {
|
|
61
|
+
id?: true;
|
|
62
|
+
versionA?: true;
|
|
63
|
+
versionB?: true;
|
|
64
|
+
packagesHash?: true;
|
|
65
|
+
result?: true;
|
|
66
|
+
createdAt?: true;
|
|
67
|
+
};
|
|
68
|
+
export type McVersionDiffCountAggregateInputType = {
|
|
69
|
+
id?: true;
|
|
70
|
+
versionA?: true;
|
|
71
|
+
versionB?: true;
|
|
72
|
+
packagesHash?: true;
|
|
73
|
+
result?: true;
|
|
74
|
+
createdAt?: true;
|
|
75
|
+
_all?: true;
|
|
76
|
+
};
|
|
77
|
+
export type McVersionDiffAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
78
|
+
/**
|
|
79
|
+
* Filter which McVersionDiff to aggregate.
|
|
80
|
+
*/
|
|
81
|
+
where?: Prisma.McVersionDiffWhereInput;
|
|
82
|
+
/**
|
|
83
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
84
|
+
*
|
|
85
|
+
* Determine the order of McVersionDiffs to fetch.
|
|
86
|
+
*/
|
|
87
|
+
orderBy?: Prisma.McVersionDiffOrderByWithRelationInput | Prisma.McVersionDiffOrderByWithRelationInput[];
|
|
88
|
+
/**
|
|
89
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
90
|
+
*
|
|
91
|
+
* Sets the start position
|
|
92
|
+
*/
|
|
93
|
+
cursor?: Prisma.McVersionDiffWhereUniqueInput;
|
|
94
|
+
/**
|
|
95
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
96
|
+
*
|
|
97
|
+
* Take `±n` McVersionDiffs from the position of the cursor.
|
|
98
|
+
*/
|
|
99
|
+
take?: number;
|
|
100
|
+
/**
|
|
101
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
102
|
+
*
|
|
103
|
+
* Skip the first `n` McVersionDiffs.
|
|
104
|
+
*/
|
|
105
|
+
skip?: number;
|
|
106
|
+
/**
|
|
107
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
108
|
+
*
|
|
109
|
+
* Count returned McVersionDiffs
|
|
110
|
+
**/
|
|
111
|
+
_count?: true | McVersionDiffCountAggregateInputType;
|
|
112
|
+
/**
|
|
113
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
114
|
+
*
|
|
115
|
+
* Select which fields to average
|
|
116
|
+
**/
|
|
117
|
+
_avg?: McVersionDiffAvgAggregateInputType;
|
|
118
|
+
/**
|
|
119
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
120
|
+
*
|
|
121
|
+
* Select which fields to sum
|
|
122
|
+
**/
|
|
123
|
+
_sum?: McVersionDiffSumAggregateInputType;
|
|
124
|
+
/**
|
|
125
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
126
|
+
*
|
|
127
|
+
* Select which fields to find the minimum value
|
|
128
|
+
**/
|
|
129
|
+
_min?: McVersionDiffMinAggregateInputType;
|
|
130
|
+
/**
|
|
131
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
132
|
+
*
|
|
133
|
+
* Select which fields to find the maximum value
|
|
134
|
+
**/
|
|
135
|
+
_max?: McVersionDiffMaxAggregateInputType;
|
|
136
|
+
};
|
|
137
|
+
export type GetMcVersionDiffAggregateType<T extends McVersionDiffAggregateArgs> = {
|
|
138
|
+
[P in keyof T & keyof AggregateMcVersionDiff]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateMcVersionDiff[P]> : Prisma.GetScalarType<T[P], AggregateMcVersionDiff[P]>;
|
|
139
|
+
};
|
|
140
|
+
export type McVersionDiffGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
141
|
+
where?: Prisma.McVersionDiffWhereInput;
|
|
142
|
+
orderBy?: Prisma.McVersionDiffOrderByWithAggregationInput | Prisma.McVersionDiffOrderByWithAggregationInput[];
|
|
143
|
+
by: Prisma.McVersionDiffScalarFieldEnum[] | Prisma.McVersionDiffScalarFieldEnum;
|
|
144
|
+
having?: Prisma.McVersionDiffScalarWhereWithAggregatesInput;
|
|
145
|
+
take?: number;
|
|
146
|
+
skip?: number;
|
|
147
|
+
_count?: McVersionDiffCountAggregateInputType | true;
|
|
148
|
+
_avg?: McVersionDiffAvgAggregateInputType;
|
|
149
|
+
_sum?: McVersionDiffSumAggregateInputType;
|
|
150
|
+
_min?: McVersionDiffMinAggregateInputType;
|
|
151
|
+
_max?: McVersionDiffMaxAggregateInputType;
|
|
152
|
+
};
|
|
153
|
+
export type McVersionDiffGroupByOutputType = {
|
|
154
|
+
id: number;
|
|
155
|
+
versionA: string;
|
|
156
|
+
versionB: string;
|
|
157
|
+
packagesHash: string;
|
|
158
|
+
result: string;
|
|
159
|
+
createdAt: Date;
|
|
160
|
+
_count: McVersionDiffCountAggregateOutputType | null;
|
|
161
|
+
_avg: McVersionDiffAvgAggregateOutputType | null;
|
|
162
|
+
_sum: McVersionDiffSumAggregateOutputType | null;
|
|
163
|
+
_min: McVersionDiffMinAggregateOutputType | null;
|
|
164
|
+
_max: McVersionDiffMaxAggregateOutputType | null;
|
|
165
|
+
};
|
|
166
|
+
type GetMcVersionDiffGroupByPayload<T extends McVersionDiffGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<McVersionDiffGroupByOutputType, T['by']> & {
|
|
167
|
+
[P in ((keyof T) & (keyof McVersionDiffGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], McVersionDiffGroupByOutputType[P]> : Prisma.GetScalarType<T[P], McVersionDiffGroupByOutputType[P]>;
|
|
168
|
+
}>>;
|
|
169
|
+
export type McVersionDiffWhereInput = {
|
|
170
|
+
AND?: Prisma.McVersionDiffWhereInput | Prisma.McVersionDiffWhereInput[];
|
|
171
|
+
OR?: Prisma.McVersionDiffWhereInput[];
|
|
172
|
+
NOT?: Prisma.McVersionDiffWhereInput | Prisma.McVersionDiffWhereInput[];
|
|
173
|
+
id?: Prisma.IntFilter<"McVersionDiff"> | number;
|
|
174
|
+
versionA?: Prisma.StringFilter<"McVersionDiff"> | string;
|
|
175
|
+
versionB?: Prisma.StringFilter<"McVersionDiff"> | string;
|
|
176
|
+
packagesHash?: Prisma.StringFilter<"McVersionDiff"> | string;
|
|
177
|
+
result?: Prisma.StringFilter<"McVersionDiff"> | string;
|
|
178
|
+
createdAt?: Prisma.DateTimeFilter<"McVersionDiff"> | Date | string;
|
|
179
|
+
};
|
|
180
|
+
export type McVersionDiffOrderByWithRelationInput = {
|
|
181
|
+
id?: Prisma.SortOrder;
|
|
182
|
+
versionA?: Prisma.SortOrder;
|
|
183
|
+
versionB?: Prisma.SortOrder;
|
|
184
|
+
packagesHash?: Prisma.SortOrder;
|
|
185
|
+
result?: Prisma.SortOrder;
|
|
186
|
+
createdAt?: Prisma.SortOrder;
|
|
187
|
+
};
|
|
188
|
+
export type McVersionDiffWhereUniqueInput = Prisma.AtLeast<{
|
|
189
|
+
id?: number;
|
|
190
|
+
versionA_versionB_packagesHash?: Prisma.McVersionDiffVersionAVersionBPackagesHashCompoundUniqueInput;
|
|
191
|
+
AND?: Prisma.McVersionDiffWhereInput | Prisma.McVersionDiffWhereInput[];
|
|
192
|
+
OR?: Prisma.McVersionDiffWhereInput[];
|
|
193
|
+
NOT?: Prisma.McVersionDiffWhereInput | Prisma.McVersionDiffWhereInput[];
|
|
194
|
+
versionA?: Prisma.StringFilter<"McVersionDiff"> | string;
|
|
195
|
+
versionB?: Prisma.StringFilter<"McVersionDiff"> | string;
|
|
196
|
+
packagesHash?: Prisma.StringFilter<"McVersionDiff"> | string;
|
|
197
|
+
result?: Prisma.StringFilter<"McVersionDiff"> | string;
|
|
198
|
+
createdAt?: Prisma.DateTimeFilter<"McVersionDiff"> | Date | string;
|
|
199
|
+
}, "id" | "versionA_versionB_packagesHash">;
|
|
200
|
+
export type McVersionDiffOrderByWithAggregationInput = {
|
|
201
|
+
id?: Prisma.SortOrder;
|
|
202
|
+
versionA?: Prisma.SortOrder;
|
|
203
|
+
versionB?: Prisma.SortOrder;
|
|
204
|
+
packagesHash?: Prisma.SortOrder;
|
|
205
|
+
result?: Prisma.SortOrder;
|
|
206
|
+
createdAt?: Prisma.SortOrder;
|
|
207
|
+
_count?: Prisma.McVersionDiffCountOrderByAggregateInput;
|
|
208
|
+
_avg?: Prisma.McVersionDiffAvgOrderByAggregateInput;
|
|
209
|
+
_max?: Prisma.McVersionDiffMaxOrderByAggregateInput;
|
|
210
|
+
_min?: Prisma.McVersionDiffMinOrderByAggregateInput;
|
|
211
|
+
_sum?: Prisma.McVersionDiffSumOrderByAggregateInput;
|
|
212
|
+
};
|
|
213
|
+
export type McVersionDiffScalarWhereWithAggregatesInput = {
|
|
214
|
+
AND?: Prisma.McVersionDiffScalarWhereWithAggregatesInput | Prisma.McVersionDiffScalarWhereWithAggregatesInput[];
|
|
215
|
+
OR?: Prisma.McVersionDiffScalarWhereWithAggregatesInput[];
|
|
216
|
+
NOT?: Prisma.McVersionDiffScalarWhereWithAggregatesInput | Prisma.McVersionDiffScalarWhereWithAggregatesInput[];
|
|
217
|
+
id?: Prisma.IntWithAggregatesFilter<"McVersionDiff"> | number;
|
|
218
|
+
versionA?: Prisma.StringWithAggregatesFilter<"McVersionDiff"> | string;
|
|
219
|
+
versionB?: Prisma.StringWithAggregatesFilter<"McVersionDiff"> | string;
|
|
220
|
+
packagesHash?: Prisma.StringWithAggregatesFilter<"McVersionDiff"> | string;
|
|
221
|
+
result?: Prisma.StringWithAggregatesFilter<"McVersionDiff"> | string;
|
|
222
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"McVersionDiff"> | Date | string;
|
|
223
|
+
};
|
|
224
|
+
export type McVersionDiffCreateInput = {
|
|
225
|
+
versionA: string;
|
|
226
|
+
versionB: string;
|
|
227
|
+
packagesHash?: string;
|
|
228
|
+
result: string;
|
|
229
|
+
createdAt?: Date | string;
|
|
230
|
+
};
|
|
231
|
+
export type McVersionDiffUncheckedCreateInput = {
|
|
232
|
+
id?: number;
|
|
233
|
+
versionA: string;
|
|
234
|
+
versionB: string;
|
|
235
|
+
packagesHash?: string;
|
|
236
|
+
result: string;
|
|
237
|
+
createdAt?: Date | string;
|
|
238
|
+
};
|
|
239
|
+
export type McVersionDiffUpdateInput = {
|
|
240
|
+
versionA?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
241
|
+
versionB?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
242
|
+
packagesHash?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
243
|
+
result?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
244
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
245
|
+
};
|
|
246
|
+
export type McVersionDiffUncheckedUpdateInput = {
|
|
247
|
+
id?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
248
|
+
versionA?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
249
|
+
versionB?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
250
|
+
packagesHash?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
251
|
+
result?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
252
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
253
|
+
};
|
|
254
|
+
export type McVersionDiffCreateManyInput = {
|
|
255
|
+
id?: number;
|
|
256
|
+
versionA: string;
|
|
257
|
+
versionB: string;
|
|
258
|
+
packagesHash?: string;
|
|
259
|
+
result: string;
|
|
260
|
+
createdAt?: Date | string;
|
|
261
|
+
};
|
|
262
|
+
export type McVersionDiffUpdateManyMutationInput = {
|
|
263
|
+
versionA?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
264
|
+
versionB?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
265
|
+
packagesHash?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
266
|
+
result?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
267
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
268
|
+
};
|
|
269
|
+
export type McVersionDiffUncheckedUpdateManyInput = {
|
|
270
|
+
id?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
271
|
+
versionA?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
272
|
+
versionB?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
273
|
+
packagesHash?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
274
|
+
result?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
275
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
276
|
+
};
|
|
277
|
+
export type McVersionDiffVersionAVersionBPackagesHashCompoundUniqueInput = {
|
|
278
|
+
versionA: string;
|
|
279
|
+
versionB: string;
|
|
280
|
+
packagesHash: string;
|
|
281
|
+
};
|
|
282
|
+
export type McVersionDiffCountOrderByAggregateInput = {
|
|
283
|
+
id?: Prisma.SortOrder;
|
|
284
|
+
versionA?: Prisma.SortOrder;
|
|
285
|
+
versionB?: Prisma.SortOrder;
|
|
286
|
+
packagesHash?: Prisma.SortOrder;
|
|
287
|
+
result?: Prisma.SortOrder;
|
|
288
|
+
createdAt?: Prisma.SortOrder;
|
|
289
|
+
};
|
|
290
|
+
export type McVersionDiffAvgOrderByAggregateInput = {
|
|
291
|
+
id?: Prisma.SortOrder;
|
|
292
|
+
};
|
|
293
|
+
export type McVersionDiffMaxOrderByAggregateInput = {
|
|
294
|
+
id?: Prisma.SortOrder;
|
|
295
|
+
versionA?: Prisma.SortOrder;
|
|
296
|
+
versionB?: Prisma.SortOrder;
|
|
297
|
+
packagesHash?: Prisma.SortOrder;
|
|
298
|
+
result?: Prisma.SortOrder;
|
|
299
|
+
createdAt?: Prisma.SortOrder;
|
|
300
|
+
};
|
|
301
|
+
export type McVersionDiffMinOrderByAggregateInput = {
|
|
302
|
+
id?: Prisma.SortOrder;
|
|
303
|
+
versionA?: Prisma.SortOrder;
|
|
304
|
+
versionB?: Prisma.SortOrder;
|
|
305
|
+
packagesHash?: Prisma.SortOrder;
|
|
306
|
+
result?: Prisma.SortOrder;
|
|
307
|
+
createdAt?: Prisma.SortOrder;
|
|
308
|
+
};
|
|
309
|
+
export type McVersionDiffSumOrderByAggregateInput = {
|
|
310
|
+
id?: Prisma.SortOrder;
|
|
311
|
+
};
|
|
312
|
+
export type McVersionDiffSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
313
|
+
id?: boolean;
|
|
314
|
+
versionA?: boolean;
|
|
315
|
+
versionB?: boolean;
|
|
316
|
+
packagesHash?: boolean;
|
|
317
|
+
result?: boolean;
|
|
318
|
+
createdAt?: boolean;
|
|
319
|
+
}, ExtArgs["result"]["mcVersionDiff"]>;
|
|
320
|
+
export type McVersionDiffSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
321
|
+
id?: boolean;
|
|
322
|
+
versionA?: boolean;
|
|
323
|
+
versionB?: boolean;
|
|
324
|
+
packagesHash?: boolean;
|
|
325
|
+
result?: boolean;
|
|
326
|
+
createdAt?: boolean;
|
|
327
|
+
}, ExtArgs["result"]["mcVersionDiff"]>;
|
|
328
|
+
export type McVersionDiffSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
329
|
+
id?: boolean;
|
|
330
|
+
versionA?: boolean;
|
|
331
|
+
versionB?: boolean;
|
|
332
|
+
packagesHash?: boolean;
|
|
333
|
+
result?: boolean;
|
|
334
|
+
createdAt?: boolean;
|
|
335
|
+
}, ExtArgs["result"]["mcVersionDiff"]>;
|
|
336
|
+
export type McVersionDiffSelectScalar = {
|
|
337
|
+
id?: boolean;
|
|
338
|
+
versionA?: boolean;
|
|
339
|
+
versionB?: boolean;
|
|
340
|
+
packagesHash?: boolean;
|
|
341
|
+
result?: boolean;
|
|
342
|
+
createdAt?: boolean;
|
|
343
|
+
};
|
|
344
|
+
export type McVersionDiffOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "versionA" | "versionB" | "packagesHash" | "result" | "createdAt", ExtArgs["result"]["mcVersionDiff"]>;
|
|
345
|
+
export type $McVersionDiffPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
346
|
+
name: "McVersionDiff";
|
|
347
|
+
objects: {};
|
|
348
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
349
|
+
id: number;
|
|
350
|
+
versionA: string;
|
|
351
|
+
versionB: string;
|
|
352
|
+
packagesHash: string;
|
|
353
|
+
result: string;
|
|
354
|
+
createdAt: Date;
|
|
355
|
+
}, ExtArgs["result"]["mcVersionDiff"]>;
|
|
356
|
+
composites: {};
|
|
357
|
+
};
|
|
358
|
+
export type McVersionDiffGetPayload<S extends boolean | null | undefined | McVersionDiffDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload, S>;
|
|
359
|
+
export type McVersionDiffCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<McVersionDiffFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
360
|
+
select?: McVersionDiffCountAggregateInputType | true;
|
|
361
|
+
};
|
|
362
|
+
export interface McVersionDiffDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
363
|
+
[K: symbol]: {
|
|
364
|
+
types: Prisma.TypeMap<ExtArgs>['model']['McVersionDiff'];
|
|
365
|
+
meta: {
|
|
366
|
+
name: 'McVersionDiff';
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
/**
|
|
370
|
+
* Find zero or one McVersionDiff that matches the filter.
|
|
371
|
+
* @param {McVersionDiffFindUniqueArgs} args - Arguments to find a McVersionDiff
|
|
372
|
+
* @example
|
|
373
|
+
* // Get one McVersionDiff
|
|
374
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.findUnique({
|
|
375
|
+
* where: {
|
|
376
|
+
* // ... provide filter here
|
|
377
|
+
* }
|
|
378
|
+
* })
|
|
379
|
+
*/
|
|
380
|
+
findUnique<T extends McVersionDiffFindUniqueArgs>(args: Prisma.SelectSubset<T, McVersionDiffFindUniqueArgs<ExtArgs>>): Prisma.Prisma__McVersionDiffClient<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
381
|
+
/**
|
|
382
|
+
* Find one McVersionDiff that matches the filter or throw an error with `error.code='P2025'`
|
|
383
|
+
* if no matches were found.
|
|
384
|
+
* @param {McVersionDiffFindUniqueOrThrowArgs} args - Arguments to find a McVersionDiff
|
|
385
|
+
* @example
|
|
386
|
+
* // Get one McVersionDiff
|
|
387
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.findUniqueOrThrow({
|
|
388
|
+
* where: {
|
|
389
|
+
* // ... provide filter here
|
|
390
|
+
* }
|
|
391
|
+
* })
|
|
392
|
+
*/
|
|
393
|
+
findUniqueOrThrow<T extends McVersionDiffFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, McVersionDiffFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__McVersionDiffClient<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
394
|
+
/**
|
|
395
|
+
* Find the first McVersionDiff that matches the filter.
|
|
396
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
397
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
398
|
+
* @param {McVersionDiffFindFirstArgs} args - Arguments to find a McVersionDiff
|
|
399
|
+
* @example
|
|
400
|
+
* // Get one McVersionDiff
|
|
401
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.findFirst({
|
|
402
|
+
* where: {
|
|
403
|
+
* // ... provide filter here
|
|
404
|
+
* }
|
|
405
|
+
* })
|
|
406
|
+
*/
|
|
407
|
+
findFirst<T extends McVersionDiffFindFirstArgs>(args?: Prisma.SelectSubset<T, McVersionDiffFindFirstArgs<ExtArgs>>): Prisma.Prisma__McVersionDiffClient<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
408
|
+
/**
|
|
409
|
+
* Find the first McVersionDiff that matches the filter or
|
|
410
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
411
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
412
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
413
|
+
* @param {McVersionDiffFindFirstOrThrowArgs} args - Arguments to find a McVersionDiff
|
|
414
|
+
* @example
|
|
415
|
+
* // Get one McVersionDiff
|
|
416
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.findFirstOrThrow({
|
|
417
|
+
* where: {
|
|
418
|
+
* // ... provide filter here
|
|
419
|
+
* }
|
|
420
|
+
* })
|
|
421
|
+
*/
|
|
422
|
+
findFirstOrThrow<T extends McVersionDiffFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, McVersionDiffFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__McVersionDiffClient<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
423
|
+
/**
|
|
424
|
+
* Find zero or more McVersionDiffs that matches the filter.
|
|
425
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
426
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
427
|
+
* @param {McVersionDiffFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
428
|
+
* @example
|
|
429
|
+
* // Get all McVersionDiffs
|
|
430
|
+
* const mcVersionDiffs = await prisma.mcVersionDiff.findMany()
|
|
431
|
+
*
|
|
432
|
+
* // Get first 10 McVersionDiffs
|
|
433
|
+
* const mcVersionDiffs = await prisma.mcVersionDiff.findMany({ take: 10 })
|
|
434
|
+
*
|
|
435
|
+
* // Only select the `id`
|
|
436
|
+
* const mcVersionDiffWithIdOnly = await prisma.mcVersionDiff.findMany({ select: { id: true } })
|
|
437
|
+
*
|
|
438
|
+
*/
|
|
439
|
+
findMany<T extends McVersionDiffFindManyArgs>(args?: Prisma.SelectSubset<T, McVersionDiffFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
440
|
+
/**
|
|
441
|
+
* Create a McVersionDiff.
|
|
442
|
+
* @param {McVersionDiffCreateArgs} args - Arguments to create a McVersionDiff.
|
|
443
|
+
* @example
|
|
444
|
+
* // Create one McVersionDiff
|
|
445
|
+
* const McVersionDiff = await prisma.mcVersionDiff.create({
|
|
446
|
+
* data: {
|
|
447
|
+
* // ... data to create a McVersionDiff
|
|
448
|
+
* }
|
|
449
|
+
* })
|
|
450
|
+
*
|
|
451
|
+
*/
|
|
452
|
+
create<T extends McVersionDiffCreateArgs>(args: Prisma.SelectSubset<T, McVersionDiffCreateArgs<ExtArgs>>): Prisma.Prisma__McVersionDiffClient<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
453
|
+
/**
|
|
454
|
+
* Create many McVersionDiffs.
|
|
455
|
+
* @param {McVersionDiffCreateManyArgs} args - Arguments to create many McVersionDiffs.
|
|
456
|
+
* @example
|
|
457
|
+
* // Create many McVersionDiffs
|
|
458
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.createMany({
|
|
459
|
+
* data: [
|
|
460
|
+
* // ... provide data here
|
|
461
|
+
* ]
|
|
462
|
+
* })
|
|
463
|
+
*
|
|
464
|
+
*/
|
|
465
|
+
createMany<T extends McVersionDiffCreateManyArgs>(args?: Prisma.SelectSubset<T, McVersionDiffCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
466
|
+
/**
|
|
467
|
+
* Create many McVersionDiffs and returns the data saved in the database.
|
|
468
|
+
* @param {McVersionDiffCreateManyAndReturnArgs} args - Arguments to create many McVersionDiffs.
|
|
469
|
+
* @example
|
|
470
|
+
* // Create many McVersionDiffs
|
|
471
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.createManyAndReturn({
|
|
472
|
+
* data: [
|
|
473
|
+
* // ... provide data here
|
|
474
|
+
* ]
|
|
475
|
+
* })
|
|
476
|
+
*
|
|
477
|
+
* // Create many McVersionDiffs and only return the `id`
|
|
478
|
+
* const mcVersionDiffWithIdOnly = await prisma.mcVersionDiff.createManyAndReturn({
|
|
479
|
+
* select: { id: true },
|
|
480
|
+
* data: [
|
|
481
|
+
* // ... provide data here
|
|
482
|
+
* ]
|
|
483
|
+
* })
|
|
484
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
485
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
486
|
+
*
|
|
487
|
+
*/
|
|
488
|
+
createManyAndReturn<T extends McVersionDiffCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, McVersionDiffCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
489
|
+
/**
|
|
490
|
+
* Delete a McVersionDiff.
|
|
491
|
+
* @param {McVersionDiffDeleteArgs} args - Arguments to delete one McVersionDiff.
|
|
492
|
+
* @example
|
|
493
|
+
* // Delete one McVersionDiff
|
|
494
|
+
* const McVersionDiff = await prisma.mcVersionDiff.delete({
|
|
495
|
+
* where: {
|
|
496
|
+
* // ... filter to delete one McVersionDiff
|
|
497
|
+
* }
|
|
498
|
+
* })
|
|
499
|
+
*
|
|
500
|
+
*/
|
|
501
|
+
delete<T extends McVersionDiffDeleteArgs>(args: Prisma.SelectSubset<T, McVersionDiffDeleteArgs<ExtArgs>>): Prisma.Prisma__McVersionDiffClient<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
502
|
+
/**
|
|
503
|
+
* Update one McVersionDiff.
|
|
504
|
+
* @param {McVersionDiffUpdateArgs} args - Arguments to update one McVersionDiff.
|
|
505
|
+
* @example
|
|
506
|
+
* // Update one McVersionDiff
|
|
507
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.update({
|
|
508
|
+
* where: {
|
|
509
|
+
* // ... provide filter here
|
|
510
|
+
* },
|
|
511
|
+
* data: {
|
|
512
|
+
* // ... provide data here
|
|
513
|
+
* }
|
|
514
|
+
* })
|
|
515
|
+
*
|
|
516
|
+
*/
|
|
517
|
+
update<T extends McVersionDiffUpdateArgs>(args: Prisma.SelectSubset<T, McVersionDiffUpdateArgs<ExtArgs>>): Prisma.Prisma__McVersionDiffClient<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
518
|
+
/**
|
|
519
|
+
* Delete zero or more McVersionDiffs.
|
|
520
|
+
* @param {McVersionDiffDeleteManyArgs} args - Arguments to filter McVersionDiffs to delete.
|
|
521
|
+
* @example
|
|
522
|
+
* // Delete a few McVersionDiffs
|
|
523
|
+
* const { count } = await prisma.mcVersionDiff.deleteMany({
|
|
524
|
+
* where: {
|
|
525
|
+
* // ... provide filter here
|
|
526
|
+
* }
|
|
527
|
+
* })
|
|
528
|
+
*
|
|
529
|
+
*/
|
|
530
|
+
deleteMany<T extends McVersionDiffDeleteManyArgs>(args?: Prisma.SelectSubset<T, McVersionDiffDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
531
|
+
/**
|
|
532
|
+
* Update zero or more McVersionDiffs.
|
|
533
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
534
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
535
|
+
* @param {McVersionDiffUpdateManyArgs} args - Arguments to update one or more rows.
|
|
536
|
+
* @example
|
|
537
|
+
* // Update many McVersionDiffs
|
|
538
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.updateMany({
|
|
539
|
+
* where: {
|
|
540
|
+
* // ... provide filter here
|
|
541
|
+
* },
|
|
542
|
+
* data: {
|
|
543
|
+
* // ... provide data here
|
|
544
|
+
* }
|
|
545
|
+
* })
|
|
546
|
+
*
|
|
547
|
+
*/
|
|
548
|
+
updateMany<T extends McVersionDiffUpdateManyArgs>(args: Prisma.SelectSubset<T, McVersionDiffUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
549
|
+
/**
|
|
550
|
+
* Update zero or more McVersionDiffs and returns the data updated in the database.
|
|
551
|
+
* @param {McVersionDiffUpdateManyAndReturnArgs} args - Arguments to update many McVersionDiffs.
|
|
552
|
+
* @example
|
|
553
|
+
* // Update many McVersionDiffs
|
|
554
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.updateManyAndReturn({
|
|
555
|
+
* where: {
|
|
556
|
+
* // ... provide filter here
|
|
557
|
+
* },
|
|
558
|
+
* data: [
|
|
559
|
+
* // ... provide data here
|
|
560
|
+
* ]
|
|
561
|
+
* })
|
|
562
|
+
*
|
|
563
|
+
* // Update zero or more McVersionDiffs and only return the `id`
|
|
564
|
+
* const mcVersionDiffWithIdOnly = await prisma.mcVersionDiff.updateManyAndReturn({
|
|
565
|
+
* select: { id: true },
|
|
566
|
+
* where: {
|
|
567
|
+
* // ... provide filter here
|
|
568
|
+
* },
|
|
569
|
+
* data: [
|
|
570
|
+
* // ... provide data here
|
|
571
|
+
* ]
|
|
572
|
+
* })
|
|
573
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
574
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
575
|
+
*
|
|
576
|
+
*/
|
|
577
|
+
updateManyAndReturn<T extends McVersionDiffUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, McVersionDiffUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
578
|
+
/**
|
|
579
|
+
* Create or update one McVersionDiff.
|
|
580
|
+
* @param {McVersionDiffUpsertArgs} args - Arguments to update or create a McVersionDiff.
|
|
581
|
+
* @example
|
|
582
|
+
* // Update or create a McVersionDiff
|
|
583
|
+
* const mcVersionDiff = await prisma.mcVersionDiff.upsert({
|
|
584
|
+
* create: {
|
|
585
|
+
* // ... data to create a McVersionDiff
|
|
586
|
+
* },
|
|
587
|
+
* update: {
|
|
588
|
+
* // ... in case it already exists, update
|
|
589
|
+
* },
|
|
590
|
+
* where: {
|
|
591
|
+
* // ... the filter for the McVersionDiff we want to update
|
|
592
|
+
* }
|
|
593
|
+
* })
|
|
594
|
+
*/
|
|
595
|
+
upsert<T extends McVersionDiffUpsertArgs>(args: Prisma.SelectSubset<T, McVersionDiffUpsertArgs<ExtArgs>>): Prisma.Prisma__McVersionDiffClient<runtime.Types.Result.GetResult<Prisma.$McVersionDiffPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
596
|
+
/**
|
|
597
|
+
* Count the number of McVersionDiffs.
|
|
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 {McVersionDiffCountArgs} args - Arguments to filter McVersionDiffs to count.
|
|
601
|
+
* @example
|
|
602
|
+
* // Count the number of McVersionDiffs
|
|
603
|
+
* const count = await prisma.mcVersionDiff.count({
|
|
604
|
+
* where: {
|
|
605
|
+
* // ... the filter for the McVersionDiffs we want to count
|
|
606
|
+
* }
|
|
607
|
+
* })
|
|
608
|
+
**/
|
|
609
|
+
count<T extends McVersionDiffCountArgs>(args?: Prisma.Subset<T, McVersionDiffCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], McVersionDiffCountAggregateOutputType> : number>;
|
|
610
|
+
/**
|
|
611
|
+
* Allows you to perform aggregations operations on a McVersionDiff.
|
|
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 {McVersionDiffAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
615
|
+
* @example
|
|
616
|
+
* // Ordered by age ascending
|
|
617
|
+
* // Where email contains prisma.io
|
|
618
|
+
* // Limited to the 10 users
|
|
619
|
+
* const aggregations = await prisma.user.aggregate({
|
|
620
|
+
* _avg: {
|
|
621
|
+
* age: true,
|
|
622
|
+
* },
|
|
623
|
+
* where: {
|
|
624
|
+
* email: {
|
|
625
|
+
* contains: "prisma.io",
|
|
626
|
+
* },
|
|
627
|
+
* },
|
|
628
|
+
* orderBy: {
|
|
629
|
+
* age: "asc",
|
|
630
|
+
* },
|
|
631
|
+
* take: 10,
|
|
632
|
+
* })
|
|
633
|
+
**/
|
|
634
|
+
aggregate<T extends McVersionDiffAggregateArgs>(args: Prisma.Subset<T, McVersionDiffAggregateArgs>): Prisma.PrismaPromise<GetMcVersionDiffAggregateType<T>>;
|
|
635
|
+
/**
|
|
636
|
+
* Group by McVersionDiff.
|
|
637
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
638
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
639
|
+
* @param {McVersionDiffGroupByArgs} args - Group by arguments.
|
|
640
|
+
* @example
|
|
641
|
+
* // Group by city, order by createdAt, get count
|
|
642
|
+
* const result = await prisma.user.groupBy({
|
|
643
|
+
* by: ['city', 'createdAt'],
|
|
644
|
+
* orderBy: {
|
|
645
|
+
* createdAt: true
|
|
646
|
+
* },
|
|
647
|
+
* _count: {
|
|
648
|
+
* _all: true
|
|
649
|
+
* },
|
|
650
|
+
* })
|
|
651
|
+
*
|
|
652
|
+
**/
|
|
653
|
+
groupBy<T extends McVersionDiffGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
654
|
+
orderBy: McVersionDiffGroupByArgs['orderBy'];
|
|
655
|
+
} : {
|
|
656
|
+
orderBy?: McVersionDiffGroupByArgs['orderBy'];
|
|
657
|
+
}, 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 ? {
|
|
658
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
659
|
+
Error,
|
|
660
|
+
'Field ',
|
|
661
|
+
P,
|
|
662
|
+
` in "having" needs to be provided in "by"`
|
|
663
|
+
];
|
|
664
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
665
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
666
|
+
}[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 ? {} : {
|
|
667
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
668
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
669
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
670
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, McVersionDiffGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetMcVersionDiffGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
671
|
+
/**
|
|
672
|
+
* Fields of the McVersionDiff model
|
|
673
|
+
*/
|
|
674
|
+
readonly fields: McVersionDiffFieldRefs;
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* The delegate class that acts as a "Promise-like" for McVersionDiff.
|
|
678
|
+
* Why is this prefixed with `Prisma__`?
|
|
679
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
680
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
681
|
+
*/
|
|
682
|
+
export interface Prisma__McVersionDiffClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
683
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
684
|
+
/**
|
|
685
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
686
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
687
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
688
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
689
|
+
*/
|
|
690
|
+
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>;
|
|
691
|
+
/**
|
|
692
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
693
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
694
|
+
* @returns A Promise for the completion of the callback.
|
|
695
|
+
*/
|
|
696
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
697
|
+
/**
|
|
698
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
699
|
+
* resolved value cannot be modified from the callback.
|
|
700
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
701
|
+
* @returns A Promise for the completion of the callback.
|
|
702
|
+
*/
|
|
703
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
704
|
+
}
|
|
705
|
+
/**
|
|
706
|
+
* Fields of the McVersionDiff model
|
|
707
|
+
*/
|
|
708
|
+
export interface McVersionDiffFieldRefs {
|
|
709
|
+
readonly id: Prisma.FieldRef<"McVersionDiff", 'Int'>;
|
|
710
|
+
readonly versionA: Prisma.FieldRef<"McVersionDiff", 'String'>;
|
|
711
|
+
readonly versionB: Prisma.FieldRef<"McVersionDiff", 'String'>;
|
|
712
|
+
readonly packagesHash: Prisma.FieldRef<"McVersionDiff", 'String'>;
|
|
713
|
+
readonly result: Prisma.FieldRef<"McVersionDiff", 'String'>;
|
|
714
|
+
readonly createdAt: Prisma.FieldRef<"McVersionDiff", 'DateTime'>;
|
|
715
|
+
}
|
|
716
|
+
/**
|
|
717
|
+
* McVersionDiff findUnique
|
|
718
|
+
*/
|
|
719
|
+
export type McVersionDiffFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
720
|
+
/**
|
|
721
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
722
|
+
*/
|
|
723
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
724
|
+
/**
|
|
725
|
+
* Omit specific fields from the McVersionDiff
|
|
726
|
+
*/
|
|
727
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
728
|
+
/**
|
|
729
|
+
* Filter, which McVersionDiff to fetch.
|
|
730
|
+
*/
|
|
731
|
+
where: Prisma.McVersionDiffWhereUniqueInput;
|
|
732
|
+
};
|
|
733
|
+
/**
|
|
734
|
+
* McVersionDiff findUniqueOrThrow
|
|
735
|
+
*/
|
|
736
|
+
export type McVersionDiffFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
737
|
+
/**
|
|
738
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
739
|
+
*/
|
|
740
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
741
|
+
/**
|
|
742
|
+
* Omit specific fields from the McVersionDiff
|
|
743
|
+
*/
|
|
744
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
745
|
+
/**
|
|
746
|
+
* Filter, which McVersionDiff to fetch.
|
|
747
|
+
*/
|
|
748
|
+
where: Prisma.McVersionDiffWhereUniqueInput;
|
|
749
|
+
};
|
|
750
|
+
/**
|
|
751
|
+
* McVersionDiff findFirst
|
|
752
|
+
*/
|
|
753
|
+
export type McVersionDiffFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
754
|
+
/**
|
|
755
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
756
|
+
*/
|
|
757
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
758
|
+
/**
|
|
759
|
+
* Omit specific fields from the McVersionDiff
|
|
760
|
+
*/
|
|
761
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
762
|
+
/**
|
|
763
|
+
* Filter, which McVersionDiff to fetch.
|
|
764
|
+
*/
|
|
765
|
+
where?: Prisma.McVersionDiffWhereInput;
|
|
766
|
+
/**
|
|
767
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
768
|
+
*
|
|
769
|
+
* Determine the order of McVersionDiffs to fetch.
|
|
770
|
+
*/
|
|
771
|
+
orderBy?: Prisma.McVersionDiffOrderByWithRelationInput | Prisma.McVersionDiffOrderByWithRelationInput[];
|
|
772
|
+
/**
|
|
773
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
774
|
+
*
|
|
775
|
+
* Sets the position for searching for McVersionDiffs.
|
|
776
|
+
*/
|
|
777
|
+
cursor?: Prisma.McVersionDiffWhereUniqueInput;
|
|
778
|
+
/**
|
|
779
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
780
|
+
*
|
|
781
|
+
* Take `±n` McVersionDiffs from the position of the cursor.
|
|
782
|
+
*/
|
|
783
|
+
take?: number;
|
|
784
|
+
/**
|
|
785
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
786
|
+
*
|
|
787
|
+
* Skip the first `n` McVersionDiffs.
|
|
788
|
+
*/
|
|
789
|
+
skip?: number;
|
|
790
|
+
/**
|
|
791
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
792
|
+
*
|
|
793
|
+
* Filter by unique combinations of McVersionDiffs.
|
|
794
|
+
*/
|
|
795
|
+
distinct?: Prisma.McVersionDiffScalarFieldEnum | Prisma.McVersionDiffScalarFieldEnum[];
|
|
796
|
+
};
|
|
797
|
+
/**
|
|
798
|
+
* McVersionDiff findFirstOrThrow
|
|
799
|
+
*/
|
|
800
|
+
export type McVersionDiffFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
801
|
+
/**
|
|
802
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
803
|
+
*/
|
|
804
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
805
|
+
/**
|
|
806
|
+
* Omit specific fields from the McVersionDiff
|
|
807
|
+
*/
|
|
808
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
809
|
+
/**
|
|
810
|
+
* Filter, which McVersionDiff to fetch.
|
|
811
|
+
*/
|
|
812
|
+
where?: Prisma.McVersionDiffWhereInput;
|
|
813
|
+
/**
|
|
814
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
815
|
+
*
|
|
816
|
+
* Determine the order of McVersionDiffs to fetch.
|
|
817
|
+
*/
|
|
818
|
+
orderBy?: Prisma.McVersionDiffOrderByWithRelationInput | Prisma.McVersionDiffOrderByWithRelationInput[];
|
|
819
|
+
/**
|
|
820
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
821
|
+
*
|
|
822
|
+
* Sets the position for searching for McVersionDiffs.
|
|
823
|
+
*/
|
|
824
|
+
cursor?: Prisma.McVersionDiffWhereUniqueInput;
|
|
825
|
+
/**
|
|
826
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
827
|
+
*
|
|
828
|
+
* Take `±n` McVersionDiffs from the position of the cursor.
|
|
829
|
+
*/
|
|
830
|
+
take?: number;
|
|
831
|
+
/**
|
|
832
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
833
|
+
*
|
|
834
|
+
* Skip the first `n` McVersionDiffs.
|
|
835
|
+
*/
|
|
836
|
+
skip?: number;
|
|
837
|
+
/**
|
|
838
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
839
|
+
*
|
|
840
|
+
* Filter by unique combinations of McVersionDiffs.
|
|
841
|
+
*/
|
|
842
|
+
distinct?: Prisma.McVersionDiffScalarFieldEnum | Prisma.McVersionDiffScalarFieldEnum[];
|
|
843
|
+
};
|
|
844
|
+
/**
|
|
845
|
+
* McVersionDiff findMany
|
|
846
|
+
*/
|
|
847
|
+
export type McVersionDiffFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
848
|
+
/**
|
|
849
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
850
|
+
*/
|
|
851
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
852
|
+
/**
|
|
853
|
+
* Omit specific fields from the McVersionDiff
|
|
854
|
+
*/
|
|
855
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
856
|
+
/**
|
|
857
|
+
* Filter, which McVersionDiffs to fetch.
|
|
858
|
+
*/
|
|
859
|
+
where?: Prisma.McVersionDiffWhereInput;
|
|
860
|
+
/**
|
|
861
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
862
|
+
*
|
|
863
|
+
* Determine the order of McVersionDiffs to fetch.
|
|
864
|
+
*/
|
|
865
|
+
orderBy?: Prisma.McVersionDiffOrderByWithRelationInput | Prisma.McVersionDiffOrderByWithRelationInput[];
|
|
866
|
+
/**
|
|
867
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
868
|
+
*
|
|
869
|
+
* Sets the position for listing McVersionDiffs.
|
|
870
|
+
*/
|
|
871
|
+
cursor?: Prisma.McVersionDiffWhereUniqueInput;
|
|
872
|
+
/**
|
|
873
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
874
|
+
*
|
|
875
|
+
* Take `±n` McVersionDiffs from the position of the cursor.
|
|
876
|
+
*/
|
|
877
|
+
take?: number;
|
|
878
|
+
/**
|
|
879
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
880
|
+
*
|
|
881
|
+
* Skip the first `n` McVersionDiffs.
|
|
882
|
+
*/
|
|
883
|
+
skip?: number;
|
|
884
|
+
distinct?: Prisma.McVersionDiffScalarFieldEnum | Prisma.McVersionDiffScalarFieldEnum[];
|
|
885
|
+
};
|
|
886
|
+
/**
|
|
887
|
+
* McVersionDiff create
|
|
888
|
+
*/
|
|
889
|
+
export type McVersionDiffCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
890
|
+
/**
|
|
891
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
892
|
+
*/
|
|
893
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
894
|
+
/**
|
|
895
|
+
* Omit specific fields from the McVersionDiff
|
|
896
|
+
*/
|
|
897
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
898
|
+
/**
|
|
899
|
+
* The data needed to create a McVersionDiff.
|
|
900
|
+
*/
|
|
901
|
+
data: Prisma.XOR<Prisma.McVersionDiffCreateInput, Prisma.McVersionDiffUncheckedCreateInput>;
|
|
902
|
+
};
|
|
903
|
+
/**
|
|
904
|
+
* McVersionDiff createMany
|
|
905
|
+
*/
|
|
906
|
+
export type McVersionDiffCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
907
|
+
/**
|
|
908
|
+
* The data used to create many McVersionDiffs.
|
|
909
|
+
*/
|
|
910
|
+
data: Prisma.McVersionDiffCreateManyInput | Prisma.McVersionDiffCreateManyInput[];
|
|
911
|
+
};
|
|
912
|
+
/**
|
|
913
|
+
* McVersionDiff createManyAndReturn
|
|
914
|
+
*/
|
|
915
|
+
export type McVersionDiffCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
916
|
+
/**
|
|
917
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
918
|
+
*/
|
|
919
|
+
select?: Prisma.McVersionDiffSelectCreateManyAndReturn<ExtArgs> | null;
|
|
920
|
+
/**
|
|
921
|
+
* Omit specific fields from the McVersionDiff
|
|
922
|
+
*/
|
|
923
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
924
|
+
/**
|
|
925
|
+
* The data used to create many McVersionDiffs.
|
|
926
|
+
*/
|
|
927
|
+
data: Prisma.McVersionDiffCreateManyInput | Prisma.McVersionDiffCreateManyInput[];
|
|
928
|
+
};
|
|
929
|
+
/**
|
|
930
|
+
* McVersionDiff update
|
|
931
|
+
*/
|
|
932
|
+
export type McVersionDiffUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
933
|
+
/**
|
|
934
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
935
|
+
*/
|
|
936
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
937
|
+
/**
|
|
938
|
+
* Omit specific fields from the McVersionDiff
|
|
939
|
+
*/
|
|
940
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
941
|
+
/**
|
|
942
|
+
* The data needed to update a McVersionDiff.
|
|
943
|
+
*/
|
|
944
|
+
data: Prisma.XOR<Prisma.McVersionDiffUpdateInput, Prisma.McVersionDiffUncheckedUpdateInput>;
|
|
945
|
+
/**
|
|
946
|
+
* Choose, which McVersionDiff to update.
|
|
947
|
+
*/
|
|
948
|
+
where: Prisma.McVersionDiffWhereUniqueInput;
|
|
949
|
+
};
|
|
950
|
+
/**
|
|
951
|
+
* McVersionDiff updateMany
|
|
952
|
+
*/
|
|
953
|
+
export type McVersionDiffUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
954
|
+
/**
|
|
955
|
+
* The data used to update McVersionDiffs.
|
|
956
|
+
*/
|
|
957
|
+
data: Prisma.XOR<Prisma.McVersionDiffUpdateManyMutationInput, Prisma.McVersionDiffUncheckedUpdateManyInput>;
|
|
958
|
+
/**
|
|
959
|
+
* Filter which McVersionDiffs to update
|
|
960
|
+
*/
|
|
961
|
+
where?: Prisma.McVersionDiffWhereInput;
|
|
962
|
+
/**
|
|
963
|
+
* Limit how many McVersionDiffs to update.
|
|
964
|
+
*/
|
|
965
|
+
limit?: number;
|
|
966
|
+
};
|
|
967
|
+
/**
|
|
968
|
+
* McVersionDiff updateManyAndReturn
|
|
969
|
+
*/
|
|
970
|
+
export type McVersionDiffUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
971
|
+
/**
|
|
972
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
973
|
+
*/
|
|
974
|
+
select?: Prisma.McVersionDiffSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
975
|
+
/**
|
|
976
|
+
* Omit specific fields from the McVersionDiff
|
|
977
|
+
*/
|
|
978
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
979
|
+
/**
|
|
980
|
+
* The data used to update McVersionDiffs.
|
|
981
|
+
*/
|
|
982
|
+
data: Prisma.XOR<Prisma.McVersionDiffUpdateManyMutationInput, Prisma.McVersionDiffUncheckedUpdateManyInput>;
|
|
983
|
+
/**
|
|
984
|
+
* Filter which McVersionDiffs to update
|
|
985
|
+
*/
|
|
986
|
+
where?: Prisma.McVersionDiffWhereInput;
|
|
987
|
+
/**
|
|
988
|
+
* Limit how many McVersionDiffs to update.
|
|
989
|
+
*/
|
|
990
|
+
limit?: number;
|
|
991
|
+
};
|
|
992
|
+
/**
|
|
993
|
+
* McVersionDiff upsert
|
|
994
|
+
*/
|
|
995
|
+
export type McVersionDiffUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
996
|
+
/**
|
|
997
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
998
|
+
*/
|
|
999
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
1000
|
+
/**
|
|
1001
|
+
* Omit specific fields from the McVersionDiff
|
|
1002
|
+
*/
|
|
1003
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
1004
|
+
/**
|
|
1005
|
+
* The filter to search for the McVersionDiff to update in case it exists.
|
|
1006
|
+
*/
|
|
1007
|
+
where: Prisma.McVersionDiffWhereUniqueInput;
|
|
1008
|
+
/**
|
|
1009
|
+
* In case the McVersionDiff found by the `where` argument doesn't exist, create a new McVersionDiff with this data.
|
|
1010
|
+
*/
|
|
1011
|
+
create: Prisma.XOR<Prisma.McVersionDiffCreateInput, Prisma.McVersionDiffUncheckedCreateInput>;
|
|
1012
|
+
/**
|
|
1013
|
+
* In case the McVersionDiff was found with the provided `where` argument, update it with this data.
|
|
1014
|
+
*/
|
|
1015
|
+
update: Prisma.XOR<Prisma.McVersionDiffUpdateInput, Prisma.McVersionDiffUncheckedUpdateInput>;
|
|
1016
|
+
};
|
|
1017
|
+
/**
|
|
1018
|
+
* McVersionDiff delete
|
|
1019
|
+
*/
|
|
1020
|
+
export type McVersionDiffDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1021
|
+
/**
|
|
1022
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
1023
|
+
*/
|
|
1024
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
1025
|
+
/**
|
|
1026
|
+
* Omit specific fields from the McVersionDiff
|
|
1027
|
+
*/
|
|
1028
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
1029
|
+
/**
|
|
1030
|
+
* Filter which McVersionDiff to delete.
|
|
1031
|
+
*/
|
|
1032
|
+
where: Prisma.McVersionDiffWhereUniqueInput;
|
|
1033
|
+
};
|
|
1034
|
+
/**
|
|
1035
|
+
* McVersionDiff deleteMany
|
|
1036
|
+
*/
|
|
1037
|
+
export type McVersionDiffDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1038
|
+
/**
|
|
1039
|
+
* Filter which McVersionDiffs to delete
|
|
1040
|
+
*/
|
|
1041
|
+
where?: Prisma.McVersionDiffWhereInput;
|
|
1042
|
+
/**
|
|
1043
|
+
* Limit how many McVersionDiffs to delete.
|
|
1044
|
+
*/
|
|
1045
|
+
limit?: number;
|
|
1046
|
+
};
|
|
1047
|
+
/**
|
|
1048
|
+
* McVersionDiff without action
|
|
1049
|
+
*/
|
|
1050
|
+
export type McVersionDiffDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1051
|
+
/**
|
|
1052
|
+
* Select specific fields to fetch from the McVersionDiff
|
|
1053
|
+
*/
|
|
1054
|
+
select?: Prisma.McVersionDiffSelect<ExtArgs> | null;
|
|
1055
|
+
/**
|
|
1056
|
+
* Omit specific fields from the McVersionDiff
|
|
1057
|
+
*/
|
|
1058
|
+
omit?: Prisma.McVersionDiffOmit<ExtArgs> | null;
|
|
1059
|
+
};
|
|
1060
|
+
export {};
|
|
1061
|
+
//# sourceMappingURL=McVersionDiff.d.ts.map
|