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