@tushar-br/desktop 1.0.274 → 1.0.276
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.
Potentially problematic release.
This version of @tushar-br/desktop might be problematic. Click here for more details.
- package/package.json +1 -1
- package/staging_area/desktop/rilvox/node_modules/@next/swc-win32-x64-msvc/README.md +3 -0
- package/staging_area/desktop/rilvox/node_modules/@next/swc-win32-x64-msvc/package.json +23 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/README.md +171 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.scandir/package.json +44 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/LICENSE +21 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/README.md +126 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/index.js +26 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.stat/package.json +37 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/LICENSE +21 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/README.md +215 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/index.js +34 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@nodelib/fs.walk/package.json +44 -0
- package/staging_area/desktop/rilvox/node_modules/@nolyfill/is-core-module/LICENSE +21 -0
- package/staging_area/desktop/rilvox/node_modules/@nolyfill/is-core-module/index.d.ts +3 -0
- package/staging_area/desktop/rilvox/node_modules/@nolyfill/is-core-module/index.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@nolyfill/is-core-module/package.json +35 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/LICENSE.md +21 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/README.md +72 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/node/cjs/index.js +50 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/node/cjs/runtime/fallback.js +23 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/node/cjs/runtime/hkdf.js +16 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/node/esm/index.js +46 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/node/esm/package.json +1 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/node/esm/runtime/fallback.js +21 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/node/esm/runtime/hkdf.js +14 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/types/index.d.ts +2 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/web/index.js +46 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/web/package.json +1 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/dist/web/runtime/hkdf.js +18 -0
- package/staging_area/desktop/rilvox/node_modules/@panva/hkdf/package.json +49 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/LICENSE +201 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/README.md +27 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/default.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/default.js +3 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/edge.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/edge.js +4 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/extension.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/extension.js +4 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/generator-build/index.js +15404 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/index-browser.js +3 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/index.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/index.js +4 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/package.json +281 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/client.d.mts +3317 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/client.d.ts +3317 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/client.js +82 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/client.js.map +7 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/client.mjs +89 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/client.mjs.map +7 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/index-browser.d.mts +87 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/index-browser.d.ts +87 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/index-browser.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/index-browser.js.map +7 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/index-browser.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/index-browser.mjs.map +7 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.wasm-base64.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.cockroachdb.wasm-base64.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.wasm-base64.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.mysql.wasm-base64.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.wasm-base64.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.postgresql.wasm-base64.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.wasm-base64.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.sqlite.wasm-base64.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.wasm-base64.js +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/query_compiler_bg.sqlserver.wasm-base64.mjs +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/wasm-compiler-edge.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/wasm-compiler-edge.js +72 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/wasm-compiler-edge.js.map +7 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/wasm-compiler-edge.mjs +72 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/runtime/wasm-compiler-edge.mjs.map +7 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/scripts/colors.js +176 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/scripts/default-index.d.ts +110 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/scripts/default-index.js +65 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/sql.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/sql.js +4 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client/sql.mjs +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/LICENSE +201 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/README.md +11 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/ErrorWithBatchIndex.d.ts +4 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/PrismaClientInitializationError.d.ts +7 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/PrismaClientKnownRequestError.d.ts +16 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/PrismaClientRustError.d.ts +16 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/PrismaClientRustPanicError.d.ts +5 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/PrismaClientUnknownRequestError.d.ts +12 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/PrismaClientValidationError.d.ts +10 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/index.d.ts +7 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/log.d.ts +50 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/errors/setClassName.d.ts +9 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/index.d.mts +460 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/index.d.ts +460 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/index.js +2552 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/index.mjs +2502 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/nullTypes.d.ts +42 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/package.json +39 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/config/LICENSE +201 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/config/dist/index.d.ts +224 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/config/dist/index.js +696 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/config/package.json +35 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/debug/LICENSE +201 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/debug/README.md +29 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/debug/dist/index.d.mts +40 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/debug/dist/index.d.ts +40 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/debug/dist/index.js +236 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/debug/dist/index.mjs +213 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/debug/dist/util.d.ts +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/debug/package.json +47 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/accelerate-UHQZHRYG.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/chunk-4Q54Y6ZK.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/chunk-7EOUKLQR.js +3 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/chunk-EPFUMVT3.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/chunk-LMPFMHCB.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/chunk-RBVZVBDC.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/chunk-ZCVJ53EE.js +3 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/daemon.cjs +5 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/daemon.d.cts +17 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/daemon.d.ts +17 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/daemon.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/db.cjs +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/db.d.cts +40 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/db.d.ts +40 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/db.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/index.cjs +5 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/index.d.cts +33 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/index.d.ts +33 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/index.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/state.cjs +3 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/state.d.cts +168 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/state.d.ts +168 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/state.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/dist/utility-YJ4TFSMW.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/dev/package.json +104 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/LICENSE +201 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/README.md +13 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/dist/index.d.ts +15 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/dist/index.js +67 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/dist/scripts/localinstall.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/dist/scripts/localinstall.js +2043 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/dist/scripts/postinstall.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/dist/scripts/postinstall.js +79 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/.cache/prisma/master/0c8ef2ce45c83248ab3df073180d5eda9e8be7a3/windows/schema-engine +0 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/.cache/prisma/master/0c8ef2ce45c83248ab3df073180d5eda9e8be7a3/windows/schema-engine.gz.sha256 +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/.cache/prisma/master/0c8ef2ce45c83248ab3df073180d5eda9e8be7a3/windows/schema-engine.sha256 +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/LICENSE +201 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/README.md +16 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/binaryTargets.d.ts +2 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/binaryTargets.js +26 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-2ESYSVXG.js +67 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-3UEKS5W6.js +15104 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-6HZWON4S.js +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-7MLUNQIZ.js +62 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-7PMGXL6S.js +585 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-FWMN4WME.js +41 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-GGL63BNP.js +167 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-IPLRRT6O.js +53 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-M5T7GI2R.js +429 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/chunk-YVXCXD3A.js +70 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/getPlatform.d.ts +105 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/getPlatform.js +38 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/index.d.ts +5 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/index.js +41 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/link.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/link.js +26 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/logger.d.ts +8 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/logger.js +29 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/magic-string.es-3WRPFX2A.js +1315 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/binaryTargetRegex.d.ts +8 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/binaryTargetRegex.js +27 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/index.d.ts +1 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/index.js +30 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/jestContext.d.ts +122 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/jestContext.js +29 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/jestSnapshotSerializer.js +151 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/vitestContext.d.ts +123 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/dist/test-utils/vitestContext.js +17621 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/node_modules/@prisma/get-platform/package.json +48 -0
- package/staging_area/desktop/rilvox/node_modules/@prisma/engines/package.json +41 -0
- package/staging_area/desktop/rilvox/node_modules/@next/swc-win32-x64-msvc/next-swc.win32-x64-msvc.node.ts_part_1 +0 -0
package/staging_area/desktop/rilvox/node_modules/@prisma/client-runtime-utils/dist/nullTypes.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Base class for unique values of object-valued enums.
|
|
3
|
+
*/
|
|
4
|
+
export declare abstract class ObjectEnumValue {
|
|
5
|
+
constructor(arg?: symbol);
|
|
6
|
+
abstract _getNamespace(): string;
|
|
7
|
+
_getName(): string;
|
|
8
|
+
toString(): string;
|
|
9
|
+
}
|
|
10
|
+
declare class NullTypesEnumValue extends ObjectEnumValue {
|
|
11
|
+
_getNamespace(): string;
|
|
12
|
+
}
|
|
13
|
+
export declare class DbNullClass extends NullTypesEnumValue {
|
|
14
|
+
#private;
|
|
15
|
+
}
|
|
16
|
+
export declare class JsonNullClass extends NullTypesEnumValue {
|
|
17
|
+
#private;
|
|
18
|
+
}
|
|
19
|
+
export declare class AnyNullClass extends NullTypesEnumValue {
|
|
20
|
+
#private;
|
|
21
|
+
}
|
|
22
|
+
export declare const NullTypes: {
|
|
23
|
+
DbNull: typeof DbNullClass;
|
|
24
|
+
JsonNull: typeof JsonNullClass;
|
|
25
|
+
AnyNull: typeof AnyNullClass;
|
|
26
|
+
};
|
|
27
|
+
export declare const DbNull: DbNullClass;
|
|
28
|
+
export declare const JsonNull: JsonNullClass;
|
|
29
|
+
export declare const AnyNull: AnyNullClass;
|
|
30
|
+
/**
|
|
31
|
+
* Check if a value is the DBNull singleton instance.
|
|
32
|
+
*/
|
|
33
|
+
export declare function isDbNull(value: unknown): value is DbNullClass;
|
|
34
|
+
/**
|
|
35
|
+
* Check if a value is the JsonNull singleton instance.
|
|
36
|
+
*/
|
|
37
|
+
export declare function isJsonNull(value: unknown): value is JsonNullClass;
|
|
38
|
+
/**
|
|
39
|
+
* Check if a value is the AnyNull singleton instance.
|
|
40
|
+
*/
|
|
41
|
+
export declare function isAnyNull(value: unknown): value is AnyNullClass;
|
|
42
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@prisma/client-runtime-utils",
|
|
3
|
+
"version": "7.2.0",
|
|
4
|
+
"description": "Utility types and singletons used by the Prisma Client.",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"require": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"default": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"import": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"default": "./dist/index.mjs"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://github.com/prisma/prisma.git",
|
|
23
|
+
"directory": "packages/client-runtime-utils"
|
|
24
|
+
},
|
|
25
|
+
"license": "Apache-2.0",
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"decimal.js": "10.5.0",
|
|
28
|
+
"sql-template-tag": "5.2.1"
|
|
29
|
+
},
|
|
30
|
+
"files": [
|
|
31
|
+
"dist"
|
|
32
|
+
],
|
|
33
|
+
"sideEffects": false,
|
|
34
|
+
"scripts": {
|
|
35
|
+
"dev": "DEV=true tsx helpers/build.ts",
|
|
36
|
+
"build": "tsx helpers/build.ts",
|
|
37
|
+
"test": "vitest run --passWithNoTests"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
export declare type ConfigDiagnostic = {
|
|
2
|
+
_tag: 'log';
|
|
3
|
+
value: (formatters: InjectFormatters) => () => void;
|
|
4
|
+
} | {
|
|
5
|
+
_tag: 'warn';
|
|
6
|
+
value: (formatters: InjectFormatters) => () => void;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export declare type ConfigFromFile = {
|
|
10
|
+
resolvedPath: string;
|
|
11
|
+
config: PrismaConfigInternal;
|
|
12
|
+
error?: never;
|
|
13
|
+
diagnostics: ConfigDiagnostic[];
|
|
14
|
+
} | {
|
|
15
|
+
resolvedPath: string;
|
|
16
|
+
config?: never;
|
|
17
|
+
error: LoadConfigFromFileError;
|
|
18
|
+
diagnostics: ConfigDiagnostic[];
|
|
19
|
+
} | {
|
|
20
|
+
resolvedPath: null;
|
|
21
|
+
config: PrismaConfigInternal;
|
|
22
|
+
error?: never;
|
|
23
|
+
diagnostics: ConfigDiagnostic[];
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export declare type Datasource = {
|
|
27
|
+
url?: string;
|
|
28
|
+
shadowDatabaseUrl?: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* This default config can be used as basis for unit and integration tests.
|
|
33
|
+
*/
|
|
34
|
+
export declare function defaultTestConfig(): PrismaConfigInternal;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Define the configuration for the Prisma Development Kit.
|
|
38
|
+
*/
|
|
39
|
+
export declare function defineConfig(configInput: PrismaConfig): PrismaConfigInternal;
|
|
40
|
+
|
|
41
|
+
declare type EnumsConfigShape = {
|
|
42
|
+
/**
|
|
43
|
+
* List of enums that are externally managed.
|
|
44
|
+
* Prisma will not modify the structure of these enums and not generate migrations for those enums.
|
|
45
|
+
* These enums will still be represented in schema.prisma file and be available in the client API.
|
|
46
|
+
*/
|
|
47
|
+
external?: string[];
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export declare function env(name: string): string;
|
|
51
|
+
|
|
52
|
+
export declare function env<Env>(name: EnvKey<Env> & string): string;
|
|
53
|
+
|
|
54
|
+
declare type EnvKey<Env> = keyof {
|
|
55
|
+
[K in keyof Env as Env[K] extends string | undefined ? K : never]: Env[K];
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
declare type ExperimentalConfig = {
|
|
59
|
+
/**
|
|
60
|
+
* Enable experimental external tables support.
|
|
61
|
+
*/
|
|
62
|
+
externalTables?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Enable experimental extensions support. This is required to use the `extensions` config option.
|
|
65
|
+
*/
|
|
66
|
+
extensions?: boolean;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export declare type InjectFormatters = {
|
|
70
|
+
dim: (data: string) => string;
|
|
71
|
+
log: (data: string) => void;
|
|
72
|
+
warn: (data: string) => void;
|
|
73
|
+
link: (data: string) => string;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Load a Prisma config file from the given directory.
|
|
78
|
+
* This function may fail, but it will never throw.
|
|
79
|
+
* The possible error is returned in the result object, so the caller can handle it as needed.
|
|
80
|
+
*/
|
|
81
|
+
export declare function loadConfigFromFile({ configFile, configRoot, }: LoadConfigFromFileInput): Promise<ConfigFromFile>;
|
|
82
|
+
|
|
83
|
+
export declare type LoadConfigFromFileError = {
|
|
84
|
+
/**
|
|
85
|
+
* The config file was not found at the specified path.
|
|
86
|
+
*/
|
|
87
|
+
_tag: 'ConfigFileNotFound';
|
|
88
|
+
} | {
|
|
89
|
+
_tag: 'ConfigLoadError';
|
|
90
|
+
error: Error;
|
|
91
|
+
} | {
|
|
92
|
+
_tag: 'ConfigFileSyntaxError';
|
|
93
|
+
error: Error;
|
|
94
|
+
} | {
|
|
95
|
+
_tag: 'UnknownError';
|
|
96
|
+
error: Error;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
declare type LoadConfigFromFileInput = {
|
|
100
|
+
/**
|
|
101
|
+
* The path to the config file to load. If not provided, we will attempt to find a config file in the `configRoot` directory.
|
|
102
|
+
*/
|
|
103
|
+
configFile?: string;
|
|
104
|
+
/**
|
|
105
|
+
* The directory to search for the config file in. Defaults to the current working directory.
|
|
106
|
+
*/
|
|
107
|
+
configRoot?: string;
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
declare type MigrationsConfigShape = {
|
|
111
|
+
/**
|
|
112
|
+
* The path to the directory where Prisma should store migration files, and look for them.
|
|
113
|
+
*/
|
|
114
|
+
path?: string;
|
|
115
|
+
/**
|
|
116
|
+
* Provide a SQL script that will be used to setup external tables and enums during migration diffing.
|
|
117
|
+
* Also see `tables.external` and `enums.external`.
|
|
118
|
+
*/
|
|
119
|
+
initShadowDb?: string;
|
|
120
|
+
/**
|
|
121
|
+
* The command to run to seed the database after schema migrations are applied.
|
|
122
|
+
*/
|
|
123
|
+
seed?: string;
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
declare const PRISMA_CONFIG_INTERNAL_BRAND: unique symbol;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* The configuration for the Prisma Development Kit, before it is passed to the `defineConfig` function.
|
|
130
|
+
* Thanks to the branding, this type is opaque and cannot be constructed directly.
|
|
131
|
+
*/
|
|
132
|
+
export declare type PrismaConfig = {
|
|
133
|
+
/**
|
|
134
|
+
* Experimental feature gates. Each experimental feature must be explicitly enabled.
|
|
135
|
+
*/
|
|
136
|
+
experimental?: Simplify<ExperimentalConfig>;
|
|
137
|
+
/**
|
|
138
|
+
* The datasource configuration. Optional for most cases, but required for migration / introspection commands.
|
|
139
|
+
*/
|
|
140
|
+
datasource?: Simplify<Datasource>;
|
|
141
|
+
/**
|
|
142
|
+
* The path to the schema file, or path to a folder that shall be recursively searched for *.prisma files.
|
|
143
|
+
*/
|
|
144
|
+
schema?: string;
|
|
145
|
+
/**
|
|
146
|
+
* Configuration for Prisma migrations.
|
|
147
|
+
*/
|
|
148
|
+
migrations?: Simplify<MigrationsConfigShape>;
|
|
149
|
+
/**
|
|
150
|
+
* Configuration for the database table entities.
|
|
151
|
+
*/
|
|
152
|
+
tables?: Simplify<TablesConfigShape>;
|
|
153
|
+
/**
|
|
154
|
+
* Configuration for the database enum entities.
|
|
155
|
+
*/
|
|
156
|
+
enums?: Simplify<EnumsConfigShape>;
|
|
157
|
+
/**
|
|
158
|
+
* Configuration for the database view entities.
|
|
159
|
+
*/
|
|
160
|
+
views?: Simplify<ViewsConfigShape>;
|
|
161
|
+
/**
|
|
162
|
+
* Configuration for the `typedSql` preview feature.
|
|
163
|
+
*/
|
|
164
|
+
typedSql?: Simplify<TypedSqlConfigShape>;
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export declare class PrismaConfigEnvError extends Error {
|
|
168
|
+
constructor(name: string);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* The configuration for the Prisma Development Kit, after it has been parsed and processed
|
|
173
|
+
* by the `defineConfig` function.
|
|
174
|
+
* Thanks to the branding, this type is opaque and cannot be constructed directly.
|
|
175
|
+
*/
|
|
176
|
+
export declare type PrismaConfigInternal = _PrismaConfigInternal & {
|
|
177
|
+
__brand: typeof PRISMA_CONFIG_INTERNAL_BRAND;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
declare type _PrismaConfigInternal = PrismaConfig & {
|
|
181
|
+
loadedFromFile: string | null;
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
export declare type SchemaEngineConfigInternal = {
|
|
185
|
+
datasource?: Datasource;
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Simplifies the type signature of a type.
|
|
190
|
+
* Re-exported from `effect/Types`.
|
|
191
|
+
*
|
|
192
|
+
* @example
|
|
193
|
+
* ```ts
|
|
194
|
+
* type Res = Simplify<{ a: number } & { b: number }> // { a: number; b: number; }
|
|
195
|
+
* ```
|
|
196
|
+
*/
|
|
197
|
+
declare type Simplify<A> = {
|
|
198
|
+
[K in keyof A]: A[K];
|
|
199
|
+
} extends infer B ? B : never;
|
|
200
|
+
|
|
201
|
+
declare type TablesConfigShape = {
|
|
202
|
+
/**
|
|
203
|
+
* List of tables that are externally managed.
|
|
204
|
+
* Prisma will not modify the structure of these tables and not generate migrations for those tables.
|
|
205
|
+
* These tables will still be represented in schema.prisma file and be available in the client API.
|
|
206
|
+
*/
|
|
207
|
+
external?: string[];
|
|
208
|
+
};
|
|
209
|
+
|
|
210
|
+
declare type TypedSqlConfigShape = {
|
|
211
|
+
/**
|
|
212
|
+
* The path to the directory where Prisma should look for the `typedSql` queries, where *.sql files will be loaded.
|
|
213
|
+
*/
|
|
214
|
+
path?: string;
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
declare type ViewsConfigShape = {
|
|
218
|
+
/**
|
|
219
|
+
* The path to the directory where Prisma should look for the view definitions, where *.sql files will be loaded.
|
|
220
|
+
*/
|
|
221
|
+
path?: string;
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
export { }
|