@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
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { AnyNull } from '@prisma/client-runtime-utils';
|
|
2
|
+
import { DbNull } from '@prisma/client-runtime-utils';
|
|
3
|
+
import { Decimal } from '@prisma/client-runtime-utils';
|
|
4
|
+
import { isAnyNull } from '@prisma/client-runtime-utils';
|
|
5
|
+
import { isDbNull } from '@prisma/client-runtime-utils';
|
|
6
|
+
import { isJsonNull } from '@prisma/client-runtime-utils';
|
|
7
|
+
import { JsonNull } from '@prisma/client-runtime-utils';
|
|
8
|
+
import { NullTypes } from '@prisma/client-runtime-utils';
|
|
9
|
+
|
|
10
|
+
export { AnyNull }
|
|
11
|
+
|
|
12
|
+
declare type Args<T, F extends Operation> = T extends {
|
|
13
|
+
[K: symbol]: {
|
|
14
|
+
types: {
|
|
15
|
+
operations: {
|
|
16
|
+
[K in F]: {
|
|
17
|
+
args: any;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
} ? T[symbol]['types']['operations'][F]['args'] : any;
|
|
23
|
+
|
|
24
|
+
export { DbNull }
|
|
25
|
+
|
|
26
|
+
export { Decimal }
|
|
27
|
+
|
|
28
|
+
declare type Exact<A, W> = (A extends unknown ? (W extends A ? {
|
|
29
|
+
[K in keyof A]: Exact<A[K], W[K]>;
|
|
30
|
+
} : W) : never) | (A extends Narrowable ? A : never);
|
|
31
|
+
|
|
32
|
+
export declare function getRuntime(): GetRuntimeOutput;
|
|
33
|
+
|
|
34
|
+
declare type GetRuntimeOutput = {
|
|
35
|
+
id: RuntimeName;
|
|
36
|
+
prettyName: string;
|
|
37
|
+
isEdge: boolean;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export { isAnyNull }
|
|
41
|
+
|
|
42
|
+
export { isDbNull }
|
|
43
|
+
|
|
44
|
+
export { isJsonNull }
|
|
45
|
+
|
|
46
|
+
export { JsonNull }
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Generates more strict variant of an enum which, unlike regular enum,
|
|
50
|
+
* throws on non-existing property access. This can be useful in following situations:
|
|
51
|
+
* - we have an API, that accepts both `undefined` and `SomeEnumType` as an input
|
|
52
|
+
* - enum values are generated dynamically from DMMF.
|
|
53
|
+
*
|
|
54
|
+
* In that case, if using normal enums and no compile-time typechecking, using non-existing property
|
|
55
|
+
* will result in `undefined` value being used, which will be accepted. Using strict enum
|
|
56
|
+
* in this case will help to have a runtime exception, telling you that you are probably doing something wrong.
|
|
57
|
+
*
|
|
58
|
+
* Note: if you need to check for existence of a value in the enum you can still use either
|
|
59
|
+
* `in` operator or `hasOwnProperty` function.
|
|
60
|
+
*
|
|
61
|
+
* @param definition
|
|
62
|
+
* @returns
|
|
63
|
+
*/
|
|
64
|
+
export declare function makeStrictEnum<T extends Record<PropertyKey, string | number>>(definition: T): T;
|
|
65
|
+
|
|
66
|
+
declare type Narrowable = string | number | bigint | boolean | [];
|
|
67
|
+
|
|
68
|
+
export { NullTypes }
|
|
69
|
+
|
|
70
|
+
declare type Operation = 'findFirst' | 'findFirstOrThrow' | 'findUnique' | 'findUniqueOrThrow' | 'findMany' | 'create' | 'createMany' | 'createManyAndReturn' | 'update' | 'updateMany' | 'updateManyAndReturn' | 'upsert' | 'delete' | 'deleteMany' | 'aggregate' | 'count' | 'groupBy' | '$queryRaw' | '$executeRaw' | '$queryRawUnsafe' | '$executeRawUnsafe' | 'findRaw' | 'aggregateRaw' | '$runCommandRaw';
|
|
71
|
+
|
|
72
|
+
declare namespace Public {
|
|
73
|
+
export {
|
|
74
|
+
validator
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
export { Public }
|
|
78
|
+
|
|
79
|
+
declare type RuntimeName = 'workerd' | 'deno' | 'netlify' | 'node' | 'bun' | 'edge-light' | '';
|
|
80
|
+
|
|
81
|
+
declare function validator<V>(): <S>(select: Exact<S, V>) => S;
|
|
82
|
+
|
|
83
|
+
declare function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation>(client: C, model: M, operation: O): <S>(select: Exact<S, Args<C[M], O>>) => S;
|
|
84
|
+
|
|
85
|
+
declare function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation, P extends keyof Args<C[M], O>>(client: C, model: M, operation: O, prop: P): <S>(select: Exact<S, Args<C[M], O>[P]>) => S;
|
|
86
|
+
|
|
87
|
+
export { }
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { AnyNull } from '@prisma/client-runtime-utils';
|
|
2
|
+
import { DbNull } from '@prisma/client-runtime-utils';
|
|
3
|
+
import { Decimal } from '@prisma/client-runtime-utils';
|
|
4
|
+
import { isAnyNull } from '@prisma/client-runtime-utils';
|
|
5
|
+
import { isDbNull } from '@prisma/client-runtime-utils';
|
|
6
|
+
import { isJsonNull } from '@prisma/client-runtime-utils';
|
|
7
|
+
import { JsonNull } from '@prisma/client-runtime-utils';
|
|
8
|
+
import { NullTypes } from '@prisma/client-runtime-utils';
|
|
9
|
+
|
|
10
|
+
export { AnyNull }
|
|
11
|
+
|
|
12
|
+
declare type Args<T, F extends Operation> = T extends {
|
|
13
|
+
[K: symbol]: {
|
|
14
|
+
types: {
|
|
15
|
+
operations: {
|
|
16
|
+
[K in F]: {
|
|
17
|
+
args: any;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
} ? T[symbol]['types']['operations'][F]['args'] : any;
|
|
23
|
+
|
|
24
|
+
export { DbNull }
|
|
25
|
+
|
|
26
|
+
export { Decimal }
|
|
27
|
+
|
|
28
|
+
declare type Exact<A, W> = (A extends unknown ? (W extends A ? {
|
|
29
|
+
[K in keyof A]: Exact<A[K], W[K]>;
|
|
30
|
+
} : W) : never) | (A extends Narrowable ? A : never);
|
|
31
|
+
|
|
32
|
+
export declare function getRuntime(): GetRuntimeOutput;
|
|
33
|
+
|
|
34
|
+
declare type GetRuntimeOutput = {
|
|
35
|
+
id: RuntimeName;
|
|
36
|
+
prettyName: string;
|
|
37
|
+
isEdge: boolean;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export { isAnyNull }
|
|
41
|
+
|
|
42
|
+
export { isDbNull }
|
|
43
|
+
|
|
44
|
+
export { isJsonNull }
|
|
45
|
+
|
|
46
|
+
export { JsonNull }
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Generates more strict variant of an enum which, unlike regular enum,
|
|
50
|
+
* throws on non-existing property access. This can be useful in following situations:
|
|
51
|
+
* - we have an API, that accepts both `undefined` and `SomeEnumType` as an input
|
|
52
|
+
* - enum values are generated dynamically from DMMF.
|
|
53
|
+
*
|
|
54
|
+
* In that case, if using normal enums and no compile-time typechecking, using non-existing property
|
|
55
|
+
* will result in `undefined` value being used, which will be accepted. Using strict enum
|
|
56
|
+
* in this case will help to have a runtime exception, telling you that you are probably doing something wrong.
|
|
57
|
+
*
|
|
58
|
+
* Note: if you need to check for existence of a value in the enum you can still use either
|
|
59
|
+
* `in` operator or `hasOwnProperty` function.
|
|
60
|
+
*
|
|
61
|
+
* @param definition
|
|
62
|
+
* @returns
|
|
63
|
+
*/
|
|
64
|
+
export declare function makeStrictEnum<T extends Record<PropertyKey, string | number>>(definition: T): T;
|
|
65
|
+
|
|
66
|
+
declare type Narrowable = string | number | bigint | boolean | [];
|
|
67
|
+
|
|
68
|
+
export { NullTypes }
|
|
69
|
+
|
|
70
|
+
declare type Operation = 'findFirst' | 'findFirstOrThrow' | 'findUnique' | 'findUniqueOrThrow' | 'findMany' | 'create' | 'createMany' | 'createManyAndReturn' | 'update' | 'updateMany' | 'updateManyAndReturn' | 'upsert' | 'delete' | 'deleteMany' | 'aggregate' | 'count' | 'groupBy' | '$queryRaw' | '$executeRaw' | '$queryRawUnsafe' | '$executeRawUnsafe' | 'findRaw' | 'aggregateRaw' | '$runCommandRaw';
|
|
71
|
+
|
|
72
|
+
declare namespace Public {
|
|
73
|
+
export {
|
|
74
|
+
validator
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
export { Public }
|
|
78
|
+
|
|
79
|
+
declare type RuntimeName = 'workerd' | 'deno' | 'netlify' | 'node' | 'bun' | 'edge-light' | '';
|
|
80
|
+
|
|
81
|
+
declare function validator<V>(): <S>(select: Exact<S, V>) => S;
|
|
82
|
+
|
|
83
|
+
declare function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation>(client: C, model: M, operation: O): <S>(select: Exact<S, Args<C[M], O>>) => S;
|
|
84
|
+
|
|
85
|
+
declare function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation, P extends keyof Args<C[M], O>>(client: C, model: M, operation: O, prop: P): <S>(select: Exact<S, Args<C[M], O>[P]>) => S;
|
|
86
|
+
|
|
87
|
+
export { }
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var p=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var a=(e,t)=>{for(var n in t)s(e,n,{get:t[n],enumerable:!0})},y=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of p(t))!f.call(e,i)&&i!==n&&s(e,i,{get:()=>t[i],enumerable:!(r=g(t,i))||r.enumerable});return e};var x=e=>y(s({},"__esModule",{value:!0}),e);var O={};a(O,{AnyNull:()=>o.AnyNull,DbNull:()=>o.DbNull,Decimal:()=>m.Decimal,JsonNull:()=>o.JsonNull,NullTypes:()=>o.NullTypes,Public:()=>l,getRuntime:()=>c,isAnyNull:()=>o.isAnyNull,isDbNull:()=>o.isDbNull,isJsonNull:()=>o.isJsonNull,makeStrictEnum:()=>u});module.exports=x(O);var l={};a(l,{validator:()=>d});function d(...e){return t=>t}var b=new Set(["toJSON","$$typeof","asymmetricMatch",Symbol.iterator,Symbol.toStringTag,Symbol.isConcatSpreadable,Symbol.toPrimitive]);function u(e){return new Proxy(e,{get(t,n){if(n in t)return t[n];if(!b.has(n))throw new TypeError("Invalid enum value: ".concat(String(n)))}})}var N=()=>{var e,t;return((t=(e=globalThis.process)==null?void 0:e.release)==null?void 0:t.name)==="node"},S=()=>{var e,t;return!!globalThis.Bun||!!((t=(e=globalThis.process)==null?void 0:e.versions)!=null&&t.bun)},E=()=>!!globalThis.Deno,R=()=>typeof globalThis.Netlify=="object",h=()=>typeof globalThis.EdgeRuntime=="object",C=()=>{var e;return((e=globalThis.navigator)==null?void 0:e.userAgent)==="Cloudflare-Workers"};function k(){var n;return(n=[[R,"netlify"],[h,"edge-light"],[C,"workerd"],[E,"deno"],[S,"bun"],[N,"node"]].flatMap(r=>r[0]()?[r[1]]:[]).at(0))!=null?n:""}var M={node:"Node.js",workerd:"Cloudflare Workers",deno:"Deno and Deno Deploy",netlify:"Netlify Edge Functions","edge-light":"Edge Runtime (Vercel Edge Functions, Vercel Edge Middleware, Next.js (Pages Router) Edge API Routes, Next.js (App Router) Edge Route Handlers or Next.js Middleware)"};function c(){let e=k();return{id:e,prettyName:M[e]||e,isEdge:["workerd","deno","netlify","edge-light"].includes(e)}}var o=require("@prisma/client-runtime-utils"),m=require("@prisma/client-runtime-utils");0&&(module.exports={AnyNull,DbNull,Decimal,JsonNull,NullTypes,Public,getRuntime,isAnyNull,isDbNull,isJsonNull,makeStrictEnum});
|
|
2
|
+
//# sourceMappingURL=index-browser.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../src/runtime/index-browser.ts", "../src/runtime/core/public/index.ts", "../src/runtime/core/public/validator.ts", "../src/runtime/strictEnum.ts", "../src/runtime/utils/getRuntime.ts"],
|
|
4
|
+
"sourcesContent": ["import * as Public from './core/public'\n\nexport { makeStrictEnum } from './strictEnum'\nexport { getRuntime } from './utils/getRuntime'\nexport { AnyNull, DbNull, isAnyNull, isDbNull, isJsonNull, JsonNull, NullTypes } from '@prisma/client-runtime-utils'\nexport { Decimal } from '@prisma/client-runtime-utils'\n\nexport { Public }\n", "import { validator } from './validator'\n\n/*\n * /!\\ These exports are exposed to the user. Proceed with caution.\n *\n * TODO: Move more hardcoded utils from generation into here\n */\n\nexport { validator }\n", "import { Args, Operation } from '../types/exported/Public'\nimport { Exact } from '../types/exported/Utils'\n\nexport function validator<V>(): <S>(select: Exact<S, V>) => S\nexport function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation>(\n client: C,\n model: M,\n operation: O,\n): <S>(select: Exact<S, Args<C[M], O>>) => S\nexport function validator<\n C,\n M extends Exclude<keyof C, `$${string}`>,\n O extends keyof C[M] & Operation,\n P extends keyof Args<C[M], O>,\n>(client: C, model: M, operation: O, prop: P): <S>(select: Exact<S, Args<C[M], O>[P]>) => S\nexport function validator(..._args: any[]) {\n return (args: any) => args\n}\n", "/**\n * List of properties that won't throw exception on access and return undefined instead\n */\nconst allowList = new Set([\n 'toJSON', // used by JSON.stringify\n '$$typeof', // used by old React tooling\n 'asymmetricMatch', // used by Jest\n Symbol.iterator, // used by various JS constructs/methods\n Symbol.toStringTag, // Used by .toString()\n Symbol.isConcatSpreadable, // Used by Array#concat,\n Symbol.toPrimitive, // Used when getting converted to primitive values\n])\n/**\n * Generates more strict variant of an enum which, unlike regular enum,\n * throws on non-existing property access. This can be useful in following situations:\n * - we have an API, that accepts both `undefined` and `SomeEnumType` as an input\n * - enum values are generated dynamically from DMMF.\n *\n * In that case, if using normal enums and no compile-time typechecking, using non-existing property\n * will result in `undefined` value being used, which will be accepted. Using strict enum\n * in this case will help to have a runtime exception, telling you that you are probably doing something wrong.\n *\n * Note: if you need to check for existence of a value in the enum you can still use either\n * `in` operator or `hasOwnProperty` function.\n *\n * @param definition\n * @returns\n */\nexport function makeStrictEnum<T extends Record<PropertyKey, string | number>>(definition: T): T {\n return new Proxy(definition, {\n get(target, property) {\n if (property in target) {\n return target[property]\n }\n if (allowList.has(property)) {\n return undefined\n }\n throw new TypeError(`Invalid enum value: ${String(property)}`)\n },\n })\n}\n", "// https://runtime-keys.proposal.wintercg.org/\nexport type RuntimeName = 'workerd' | 'deno' | 'netlify' | 'node' | 'bun' | 'edge-light' | '' /* unknown */\n\n/**\n * Indicates if running in Node.js or a Node.js compatible runtime.\n *\n * **Note:** When running code in Bun and Deno with Node.js compatibility mode, `isNode` flag will be also `true`, indicating running in a Node.js compatible runtime.\n */\nconst isNode = () => globalThis.process?.release?.name === 'node'\n\n/**\n * Indicates if running in Bun runtime.\n */\nconst isBun = () => !!globalThis.Bun || !!globalThis.process?.versions?.bun\n\n/**\n * Indicates if running in Deno runtime.\n */\nconst isDeno = () => !!globalThis.Deno\n\n/**\n * Indicates if running in Netlify runtime.\n */\nconst isNetlify = () => typeof globalThis.Netlify === 'object'\n\n/**\n * Indicates if running in EdgeLight (Vercel Edge) runtime.\n */\nconst isEdgeLight = () => typeof globalThis.EdgeRuntime === 'object'\n\n/**\n * Indicates if running in Cloudflare Workers runtime.\n * See: https://developers.cloudflare.com/workers/runtime-apis/web-standards/#navigatoruseragent\n */\nconst isWorkerd = () => globalThis.navigator?.userAgent === 'Cloudflare-Workers'\n\nfunction detectRuntime(): RuntimeName {\n // Note: we're currently not taking 'fastly' into account. Why?\n const runtimeChecks = [\n [isNetlify, 'netlify'],\n [isEdgeLight, 'edge-light'],\n [isWorkerd, 'workerd'],\n [isDeno, 'deno'],\n [isBun, 'bun'],\n [isNode, 'node'],\n ] as const\n\n const detectedRuntime =\n runtimeChecks\n // TODO: Transforming destructuring to the configured target environment ('chrome58', 'edge16', 'firefox57', 'safari11') is not supported yet,\n // so we can't write the following code yet:\n // ```\n // .flatMap(([isCurrentRuntime, runtime]) => isCurrentRuntime() ? [runtime] : [])\n // ```\n .flatMap((check) => (check[0]() ? [check[1]] : []))\n .at(0) ?? ''\n\n return detectedRuntime\n}\n\nconst runtimesPrettyNames = {\n node: 'Node.js',\n workerd: 'Cloudflare Workers',\n deno: 'Deno and Deno Deploy',\n netlify: 'Netlify Edge Functions',\n 'edge-light':\n 'Edge Runtime (Vercel Edge Functions, Vercel Edge Middleware, Next.js (Pages Router) Edge API Routes, Next.js (App Router) Edge Route Handlers or Next.js Middleware)',\n} as const\n\ntype GetRuntimeOutput = {\n id: RuntimeName\n prettyName: string\n isEdge: boolean\n}\n\nexport function getRuntime(): GetRuntimeOutput {\n const runtimeId = detectRuntime()\n\n return {\n id: runtimeId,\n // Fallback to the runtimeId if the runtime is not in the list\n prettyName: runtimesPrettyNames[runtimeId] || runtimeId,\n isEdge: ['workerd', 'deno', 'netlify', 'edge-light'].includes(runtimeId),\n }\n}\n"],
|
|
5
|
+
"mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,8HAAAE,EAAA,eAAAC,EAAA,iGAAAC,IAAA,eAAAC,EAAAL,GCAA,IAAAM,EAAA,GAAAC,EAAAD,EAAA,eAAAE,ICeO,SAASC,KAAaC,EAAc,CACzC,OAAQC,GAAcA,CACxB,CCdA,IAAMC,EAAY,IAAI,IAAI,CACxB,SACA,WACA,kBACA,OAAO,SACP,OAAO,YACP,OAAO,mBACP,OAAO,WACT,CAAC,EAiBM,SAASC,EAA+DC,EAAkB,CAC/F,OAAO,IAAI,MAAMA,EAAY,CAC3B,IAAIC,EAAQC,EAAU,CACpB,GAAIA,KAAYD,EACd,OAAOA,EAAOC,CAAQ,EAExB,GAAI,CAAAJ,EAAU,IAAII,CAAQ,EAG1B,MAAM,IAAI,UAAU,uBAAuB,cAAOA,CAAQ,EAAG,CAC/D,CACF,CAAC,CACH,CChCA,IAAMC,EAAS,IAAG,CARlB,IAAAC,EAAAC,EAQqB,QAAAA,GAAAD,EAAA,WAAW,UAAX,YAAAA,EAAoB,UAApB,YAAAC,EAA6B,QAAS,QAKrDC,EAAQ,IAAG,CAbjB,IAAAF,EAAAC,EAaoB,OAAC,CAAC,WAAW,KAAO,CAAC,GAACA,GAAAD,EAAA,WAAW,UAAX,YAAAA,EAAoB,WAApB,MAAAC,EAA8B,MAKlEE,EAAS,IAAM,CAAC,CAAC,WAAW,KAK5BC,EAAY,IAAM,OAAO,WAAW,SAAY,SAKhDC,EAAc,IAAM,OAAO,WAAW,aAAgB,SAMtDC,EAAY,IAAG,CAlCrB,IAAAN,EAkCwB,QAAAA,EAAA,WAAW,YAAX,YAAAA,EAAsB,aAAc,sBAE5D,SAASO,GAA6B,CApCtC,IAAAP,EAyDE,OATEA,EAVoB,CACpB,CAACI,EAAW,SAAS,EACrB,CAACC,EAAa,YAAY,EAC1B,CAACC,EAAW,SAAS,EACrB,CAACH,EAAQ,MAAM,EACf,CAACD,EAAO,KAAK,EACb,CAACH,EAAQ,MAAM,CACjB,EASK,QAASS,GAAWA,EAAM,CAAC,EAAE,EAAI,CAACA,EAAM,CAAC,CAAC,EAAI,CAAC,CAAE,EACjD,GAAG,CAAC,IAPP,KAAAR,EAOY,EAGhB,CAEA,IAAMS,EAAsB,CAC1B,KAAM,UACN,QAAS,qBACT,KAAM,uBACN,QAAS,yBACT,aACE,sKACJ,EAQO,SAASC,GAA+B,CAC7C,IAAMC,EAAYJ,EAAc,EAEhC,MAAO,CACL,GAAII,EAEJ,WAAYF,EAAoBE,CAAS,GAAKA,EAC9C,OAAQ,CAAC,UAAW,OAAQ,UAAW,YAAY,EAAE,SAASA,CAAS,CACzE,CACF,CJhFA,IAAAC,EAAsF,wCACtFA,EAAwB",
|
|
6
|
+
"names": ["index_browser_exports", "__export", "public_exports", "getRuntime", "makeStrictEnum", "__toCommonJS", "public_exports", "__export", "validator", "validator", "_args", "args", "allowList", "makeStrictEnum", "definition", "target", "property", "isNode", "_a", "_b", "isBun", "isDeno", "isNetlify", "isEdgeLight", "isWorkerd", "detectRuntime", "check", "runtimesPrettyNames", "getRuntime", "runtimeId", "import_client_runtime_utils"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var s=Object.defineProperty;var l=(e,t)=>{for(var o in t)s(e,o,{get:t[o],enumerable:!0})};var i={};l(i,{validator:()=>r});function r(...e){return t=>t}var a=new Set(["toJSON","$$typeof","asymmetricMatch",Symbol.iterator,Symbol.toStringTag,Symbol.isConcatSpreadable,Symbol.toPrimitive]);function d(e){return new Proxy(e,{get(t,o){if(o in t)return t[o];if(!a.has(o))throw new TypeError("Invalid enum value: ".concat(String(o)))}})}var u=()=>{var e,t;return((t=(e=globalThis.process)==null?void 0:e.release)==null?void 0:t.name)==="node"},c=()=>{var e,t;return!!globalThis.Bun||!!((t=(e=globalThis.process)==null?void 0:e.versions)!=null&&t.bun)},m=()=>!!globalThis.Deno,g=()=>typeof globalThis.Netlify=="object",p=()=>typeof globalThis.EdgeRuntime=="object",f=()=>{var e;return((e=globalThis.navigator)==null?void 0:e.userAgent)==="Cloudflare-Workers"};function y(){var o;return(o=[[g,"netlify"],[p,"edge-light"],[f,"workerd"],[m,"deno"],[c,"bun"],[u,"node"]].flatMap(n=>n[0]()?[n[1]]:[]).at(0))!=null?o:""}var x={node:"Node.js",workerd:"Cloudflare Workers",deno:"Deno and Deno Deploy",netlify:"Netlify Edge Functions","edge-light":"Edge Runtime (Vercel Edge Functions, Vercel Edge Middleware, Next.js (Pages Router) Edge API Routes, Next.js (App Router) Edge Route Handlers or Next.js Middleware)"};function b(){let e=y();return{id:e,prettyName:x[e]||e,isEdge:["workerd","deno","netlify","edge-light"].includes(e)}}import{AnyNull as T,DbNull as w,isAnyNull as v,isDbNull as P,isJsonNull as A,JsonNull as D,NullTypes as $}from"@prisma/client-runtime-utils";import{Decimal as V}from"@prisma/client-runtime-utils";export{T as AnyNull,w as DbNull,V as Decimal,D as JsonNull,$ as NullTypes,i as Public,b as getRuntime,v as isAnyNull,P as isDbNull,A as isJsonNull,d as makeStrictEnum};
|
|
2
|
+
//# sourceMappingURL=index-browser.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../src/runtime/core/public/index.ts", "../src/runtime/core/public/validator.ts", "../src/runtime/strictEnum.ts", "../src/runtime/utils/getRuntime.ts", "../src/runtime/index-browser.ts"],
|
|
4
|
+
"sourcesContent": ["import { validator } from './validator'\n\n/*\n * /!\\ These exports are exposed to the user. Proceed with caution.\n *\n * TODO: Move more hardcoded utils from generation into here\n */\n\nexport { validator }\n", "import { Args, Operation } from '../types/exported/Public'\nimport { Exact } from '../types/exported/Utils'\n\nexport function validator<V>(): <S>(select: Exact<S, V>) => S\nexport function validator<C, M extends Exclude<keyof C, `$${string}`>, O extends keyof C[M] & Operation>(\n client: C,\n model: M,\n operation: O,\n): <S>(select: Exact<S, Args<C[M], O>>) => S\nexport function validator<\n C,\n M extends Exclude<keyof C, `$${string}`>,\n O extends keyof C[M] & Operation,\n P extends keyof Args<C[M], O>,\n>(client: C, model: M, operation: O, prop: P): <S>(select: Exact<S, Args<C[M], O>[P]>) => S\nexport function validator(..._args: any[]) {\n return (args: any) => args\n}\n", "/**\n * List of properties that won't throw exception on access and return undefined instead\n */\nconst allowList = new Set([\n 'toJSON', // used by JSON.stringify\n '$$typeof', // used by old React tooling\n 'asymmetricMatch', // used by Jest\n Symbol.iterator, // used by various JS constructs/methods\n Symbol.toStringTag, // Used by .toString()\n Symbol.isConcatSpreadable, // Used by Array#concat,\n Symbol.toPrimitive, // Used when getting converted to primitive values\n])\n/**\n * Generates more strict variant of an enum which, unlike regular enum,\n * throws on non-existing property access. This can be useful in following situations:\n * - we have an API, that accepts both `undefined` and `SomeEnumType` as an input\n * - enum values are generated dynamically from DMMF.\n *\n * In that case, if using normal enums and no compile-time typechecking, using non-existing property\n * will result in `undefined` value being used, which will be accepted. Using strict enum\n * in this case will help to have a runtime exception, telling you that you are probably doing something wrong.\n *\n * Note: if you need to check for existence of a value in the enum you can still use either\n * `in` operator or `hasOwnProperty` function.\n *\n * @param definition\n * @returns\n */\nexport function makeStrictEnum<T extends Record<PropertyKey, string | number>>(definition: T): T {\n return new Proxy(definition, {\n get(target, property) {\n if (property in target) {\n return target[property]\n }\n if (allowList.has(property)) {\n return undefined\n }\n throw new TypeError(`Invalid enum value: ${String(property)}`)\n },\n })\n}\n", "// https://runtime-keys.proposal.wintercg.org/\nexport type RuntimeName = 'workerd' | 'deno' | 'netlify' | 'node' | 'bun' | 'edge-light' | '' /* unknown */\n\n/**\n * Indicates if running in Node.js or a Node.js compatible runtime.\n *\n * **Note:** When running code in Bun and Deno with Node.js compatibility mode, `isNode` flag will be also `true`, indicating running in a Node.js compatible runtime.\n */\nconst isNode = () => globalThis.process?.release?.name === 'node'\n\n/**\n * Indicates if running in Bun runtime.\n */\nconst isBun = () => !!globalThis.Bun || !!globalThis.process?.versions?.bun\n\n/**\n * Indicates if running in Deno runtime.\n */\nconst isDeno = () => !!globalThis.Deno\n\n/**\n * Indicates if running in Netlify runtime.\n */\nconst isNetlify = () => typeof globalThis.Netlify === 'object'\n\n/**\n * Indicates if running in EdgeLight (Vercel Edge) runtime.\n */\nconst isEdgeLight = () => typeof globalThis.EdgeRuntime === 'object'\n\n/**\n * Indicates if running in Cloudflare Workers runtime.\n * See: https://developers.cloudflare.com/workers/runtime-apis/web-standards/#navigatoruseragent\n */\nconst isWorkerd = () => globalThis.navigator?.userAgent === 'Cloudflare-Workers'\n\nfunction detectRuntime(): RuntimeName {\n // Note: we're currently not taking 'fastly' into account. Why?\n const runtimeChecks = [\n [isNetlify, 'netlify'],\n [isEdgeLight, 'edge-light'],\n [isWorkerd, 'workerd'],\n [isDeno, 'deno'],\n [isBun, 'bun'],\n [isNode, 'node'],\n ] as const\n\n const detectedRuntime =\n runtimeChecks\n // TODO: Transforming destructuring to the configured target environment ('chrome58', 'edge16', 'firefox57', 'safari11') is not supported yet,\n // so we can't write the following code yet:\n // ```\n // .flatMap(([isCurrentRuntime, runtime]) => isCurrentRuntime() ? [runtime] : [])\n // ```\n .flatMap((check) => (check[0]() ? [check[1]] : []))\n .at(0) ?? ''\n\n return detectedRuntime\n}\n\nconst runtimesPrettyNames = {\n node: 'Node.js',\n workerd: 'Cloudflare Workers',\n deno: 'Deno and Deno Deploy',\n netlify: 'Netlify Edge Functions',\n 'edge-light':\n 'Edge Runtime (Vercel Edge Functions, Vercel Edge Middleware, Next.js (Pages Router) Edge API Routes, Next.js (App Router) Edge Route Handlers or Next.js Middleware)',\n} as const\n\ntype GetRuntimeOutput = {\n id: RuntimeName\n prettyName: string\n isEdge: boolean\n}\n\nexport function getRuntime(): GetRuntimeOutput {\n const runtimeId = detectRuntime()\n\n return {\n id: runtimeId,\n // Fallback to the runtimeId if the runtime is not in the list\n prettyName: runtimesPrettyNames[runtimeId] || runtimeId,\n isEdge: ['workerd', 'deno', 'netlify', 'edge-light'].includes(runtimeId),\n }\n}\n", "import * as Public from './core/public'\n\nexport { makeStrictEnum } from './strictEnum'\nexport { getRuntime } from './utils/getRuntime'\nexport { AnyNull, DbNull, isAnyNull, isDbNull, isJsonNull, JsonNull, NullTypes } from '@prisma/client-runtime-utils'\nexport { Decimal } from '@prisma/client-runtime-utils'\n\nexport { Public }\n"],
|
|
5
|
+
"mappings": "0FAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,ICeO,SAASC,KAAaC,EAAc,CACzC,OAAQC,GAAcA,CACxB,CCdA,IAAMC,EAAY,IAAI,IAAI,CACxB,SACA,WACA,kBACA,OAAO,SACP,OAAO,YACP,OAAO,mBACP,OAAO,WACT,CAAC,EAiBM,SAASC,EAA+DC,EAAkB,CAC/F,OAAO,IAAI,MAAMA,EAAY,CAC3B,IAAIC,EAAQC,EAAU,CACpB,GAAIA,KAAYD,EACd,OAAOA,EAAOC,CAAQ,EAExB,GAAI,CAAAJ,EAAU,IAAII,CAAQ,EAG1B,MAAM,IAAI,UAAU,uBAAuB,cAAOA,CAAQ,EAAG,CAC/D,CACF,CAAC,CACH,CChCA,IAAMC,EAAS,IAAG,CARlB,IAAAC,EAAAC,EAQqB,QAAAA,GAAAD,EAAA,WAAW,UAAX,YAAAA,EAAoB,UAApB,YAAAC,EAA6B,QAAS,QAKrDC,EAAQ,IAAG,CAbjB,IAAAF,EAAAC,EAaoB,OAAC,CAAC,WAAW,KAAO,CAAC,GAACA,GAAAD,EAAA,WAAW,UAAX,YAAAA,EAAoB,WAApB,MAAAC,EAA8B,MAKlEE,EAAS,IAAM,CAAC,CAAC,WAAW,KAK5BC,EAAY,IAAM,OAAO,WAAW,SAAY,SAKhDC,EAAc,IAAM,OAAO,WAAW,aAAgB,SAMtDC,EAAY,IAAG,CAlCrB,IAAAN,EAkCwB,QAAAA,EAAA,WAAW,YAAX,YAAAA,EAAsB,aAAc,sBAE5D,SAASO,GAA6B,CApCtC,IAAAP,EAyDE,OATEA,EAVoB,CACpB,CAACI,EAAW,SAAS,EACrB,CAACC,EAAa,YAAY,EAC1B,CAACC,EAAW,SAAS,EACrB,CAACH,EAAQ,MAAM,EACf,CAACD,EAAO,KAAK,EACb,CAACH,EAAQ,MAAM,CACjB,EASK,QAASS,GAAWA,EAAM,CAAC,EAAE,EAAI,CAACA,EAAM,CAAC,CAAC,EAAI,CAAC,CAAE,EACjD,GAAG,CAAC,IAPP,KAAAR,EAOY,EAGhB,CAEA,IAAMS,EAAsB,CAC1B,KAAM,UACN,QAAS,qBACT,KAAM,uBACN,QAAS,yBACT,aACE,sKACJ,EAQO,SAASC,GAA+B,CAC7C,IAAMC,EAAYJ,EAAc,EAEhC,MAAO,CACL,GAAII,EAEJ,WAAYF,EAAoBE,CAAS,GAAKA,EAC9C,OAAQ,CAAC,UAAW,OAAQ,UAAW,YAAY,EAAE,SAASA,CAAS,CACzE,CACF,CChFA,OAAS,WAAAC,EAAS,UAAAC,EAAQ,aAAAC,EAAW,YAAAC,EAAU,cAAAC,EAAY,YAAAC,EAAU,aAAAC,MAAiB,+BACtF,OAAS,WAAAC,MAAe",
|
|
6
|
+
"names": ["public_exports", "__export", "validator", "validator", "_args", "args", "allowList", "makeStrictEnum", "definition", "target", "property", "isNode", "_a", "_b", "isBun", "isDeno", "isNetlify", "isEdgeLight", "isWorkerd", "detectRuntime", "check", "runtimesPrettyNames", "getRuntime", "runtimeId", "AnyNull", "DbNull", "isAnyNull", "isDbNull", "isJsonNull", "JsonNull", "NullTypes", "Decimal"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var h=Object.defineProperty;var T=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var j=Object.prototype.hasOwnProperty;var D=(e,t)=>{for(var n in t)h(e,n,{get:t[n],enumerable:!0})},O=(e,t,n,_)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of M(t))!j.call(e,r)&&r!==n&&h(e,r,{get:()=>t[r],enumerable:!(_=T(t,r))||_.enumerable});return e};var B=e=>O(h({},"__esModule",{value:!0}),e);var xe={};D(xe,{QueryCompiler:()=>F,__wbg_Error_e83987f665cf5504:()=>q,__wbg_Number_bb48ca12f395cd08:()=>C,__wbg_String_8f0eb39a4a4c2f66:()=>k,__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68:()=>W,__wbg___wbindgen_debug_string_df47ffb5e35e6763:()=>V,__wbg___wbindgen_in_bb933bd9e1b3bc0f:()=>z,__wbg___wbindgen_is_object_c818261d21f283a4:()=>L,__wbg___wbindgen_is_string_fbb76cb2940daafd:()=>P,__wbg___wbindgen_is_undefined_2d472862bd29a478:()=>Q,__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147:()=>Y,__wbg___wbindgen_number_get_a20bf9b85341449d:()=>G,__wbg___wbindgen_string_get_e4f06c90489ad01b:()=>J,__wbg___wbindgen_throw_b855445ff6a94295:()=>X,__wbg_entries_e171b586f8f6bdbf:()=>H,__wbg_getTime_14776bfb48a1bff9:()=>K,__wbg_get_7bed016f185add81:()=>Z,__wbg_get_with_ref_key_1dc361bd10053bfe:()=>v,__wbg_instanceof_ArrayBuffer_70beb1189ca63b38:()=>ee,__wbg_instanceof_Uint8Array_20c8e73002f7af98:()=>te,__wbg_isSafeInteger_d216eda7911dde36:()=>ne,__wbg_length_69bca3cb64fc8748:()=>re,__wbg_length_cdd215e10d9dd507:()=>_e,__wbg_new_0_f9740686d739025c:()=>oe,__wbg_new_1acc0b6eea89d040:()=>ce,__wbg_new_5a79be3ab53b8aa5:()=>ie,__wbg_new_68651c719dcda04e:()=>se,__wbg_new_e17d9f43105b08be:()=>ue,__wbg_prototypesetcall_2a6620b6922694b2:()=>fe,__wbg_set_3f1d0b984ed272ed:()=>be,__wbg_set_907fb406c34a251d:()=>de,__wbg_set_c213c871859d6500:()=>ae,__wbg_set_message_82ae475bb413aa5c:()=>ge,__wbg_set_wasm:()=>N,__wbindgen_cast_2241b6af4c4b2941:()=>le,__wbindgen_cast_4625c577ab2ec9ee:()=>we,__wbindgen_cast_9ae0607507abb057:()=>pe,__wbindgen_cast_d6cd19b81560fd6e:()=>ye,__wbindgen_init_externref_table:()=>me});module.exports=B(xe);var A=()=>{};A.prototype=A;let o;function N(e){o=e}let p=null;function a(){return(p===null||p.byteLength===0)&&(p=new Uint8Array(o.memory.buffer)),p}let y=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});y.decode();const U=2146435072;let S=0;function R(e,t){return S+=t,S>=U&&(y=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),y.decode(),S=t),y.decode(a().subarray(e,e+t))}function m(e,t){return e=e>>>0,R(e,t)}let f=0;const g=new TextEncoder;"encodeInto"in g||(g.encodeInto=function(e,t){const n=g.encode(e);return t.set(n),{read:e.length,written:n.length}});function l(e,t,n){if(n===void 0){const i=g.encode(e),d=t(i.length,1)>>>0;return a().subarray(d,d+i.length).set(i),f=i.length,d}let _=e.length,r=t(_,1)>>>0;const s=a();let c=0;for(;c<_;c++){const i=e.charCodeAt(c);if(i>127)break;s[r+c]=i}if(c!==_){c!==0&&(e=e.slice(c)),r=n(r,_,_=c+e.length*3,1)>>>0;const i=a().subarray(r+c,r+_),d=g.encodeInto(e,i);c+=d.written,r=n(r,_,c,1)>>>0}return f=c,r}let b=null;function u(){return(b===null||b.buffer.detached===!0||b.buffer.detached===void 0&&b.buffer!==o.memory.buffer)&&(b=new DataView(o.memory.buffer)),b}function x(e){return e==null}function I(e){const t=typeof e;if(t=="number"||t=="boolean"||e==null)return`${e}`;if(t=="string")return`"${e}"`;if(t=="symbol"){const r=e.description;return r==null?"Symbol":`Symbol(${r})`}if(t=="function"){const r=e.name;return typeof r=="string"&&r.length>0?`Function(${r})`:"Function"}if(Array.isArray(e)){const r=e.length;let s="[";r>0&&(s+=I(e[0]));for(let c=1;c<r;c++)s+=", "+I(e[c]);return s+="]",s}const n=/\[object ([^\]]+)\]/.exec(toString.call(e));let _;if(n&&n.length>1)_=n[1];else return toString.call(e);if(_=="Object")try{return"Object("+JSON.stringify(e)+")"}catch{return"Object"}return e instanceof Error?`${e.name}: ${e.message}
|
|
2
|
+
${e.stack}`:_}function $(e,t){return e=e>>>0,a().subarray(e/1,e/1+t)}function w(e){const t=o.__wbindgen_externrefs.get(e);return o.__externref_table_dealloc(e),t}const E=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(e=>o.__wbg_querycompiler_free(e>>>0,1));class F{__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,E.unregister(this),t}free(){const t=this.__destroy_into_raw();o.__wbg_querycompiler_free(t,0)}compileBatch(t){const n=l(t,o.__wbindgen_malloc,o.__wbindgen_realloc),_=f,r=o.querycompiler_compileBatch(this.__wbg_ptr,n,_);if(r[2])throw w(r[1]);return w(r[0])}constructor(t){const n=o.querycompiler_new(t);if(n[2])throw w(n[1]);return this.__wbg_ptr=n[0]>>>0,E.register(this,this.__wbg_ptr,this),this}compile(t){const n=l(t,o.__wbindgen_malloc,o.__wbindgen_realloc),_=f,r=o.querycompiler_compile(this.__wbg_ptr,n,_);if(r[2])throw w(r[1]);return w(r[0])}}Symbol.dispose&&(F.prototype[Symbol.dispose]=F.prototype.free);function q(e,t){return Error(m(e,t))}function C(e){return Number(e)}function k(e,t){const n=String(t),_=l(n,o.__wbindgen_malloc,o.__wbindgen_realloc),r=f;u().setInt32(e+4*1,r,!0),u().setInt32(e+4*0,_,!0)}function W(e){const t=e,n=typeof t=="boolean"?t:void 0;return x(n)?16777215:n?1:0}function V(e,t){const n=I(t),_=l(n,o.__wbindgen_malloc,o.__wbindgen_realloc),r=f;u().setInt32(e+4*1,r,!0),u().setInt32(e+4*0,_,!0)}function z(e,t){return e in t}function L(e){const t=e;return typeof t=="object"&&t!==null}function P(e){return typeof e=="string"}function Q(e){return e===void 0}function Y(e,t){return e==t}function G(e,t){const n=t,_=typeof n=="number"?n:void 0;u().setFloat64(e+8*1,x(_)?0:_,!0),u().setInt32(e+4*0,!x(_),!0)}function J(e,t){const n=t,_=typeof n=="string"?n:void 0;var r=x(_)?0:l(_,o.__wbindgen_malloc,o.__wbindgen_realloc),s=f;u().setInt32(e+4*1,s,!0),u().setInt32(e+4*0,r,!0)}function X(e,t){throw new Error(m(e,t))}function H(e){return Object.entries(e)}function K(e){return e.getTime()}function Z(e,t){return e[t>>>0]}function v(e,t){return e[t]}function ee(e){let t;try{t=e instanceof ArrayBuffer}catch{t=!1}return t}function te(e){let t;try{t=e instanceof Uint8Array}catch{t=!1}return t}function ne(e){return Number.isSafeInteger(e)}function re(e){return e.length}function _e(e){return e.length}function oe(){return new Date}function ce(){return new Object}function ie(e){return new Uint8Array(e)}function se(){return new Map}function ue(){return new Array}function fe(e,t,n){Uint8Array.prototype.set.call($(e,t),n)}function be(e,t,n){e[t]=n}function de(e,t,n){return e.set(t,n)}function ae(e,t,n){e[t>>>0]=n}function ge(e,t){global.PRISMA_WASM_PANIC_REGISTRY.set_message(m(e,t))}function le(e,t){return m(e,t)}function we(e){return BigInt.asUintN(64,e)}function pe(e){return e}function ye(e){return e}function me(){const e=o.__wbindgen_externrefs,t=e.grow(4);e.set(0,void 0),e.set(t+0,void 0),e.set(t+1,null),e.set(t+2,!0),e.set(t+3,!1)}0&&(module.exports={QueryCompiler,__wbg_Error_e83987f665cf5504,__wbg_Number_bb48ca12f395cd08,__wbg_String_8f0eb39a4a4c2f66,__wbg___wbindgen_boolean_get_6d5a1ee65bab5f68,__wbg___wbindgen_debug_string_df47ffb5e35e6763,__wbg___wbindgen_in_bb933bd9e1b3bc0f,__wbg___wbindgen_is_object_c818261d21f283a4,__wbg___wbindgen_is_string_fbb76cb2940daafd,__wbg___wbindgen_is_undefined_2d472862bd29a478,__wbg___wbindgen_jsval_loose_eq_b664b38a2f582147,__wbg___wbindgen_number_get_a20bf9b85341449d,__wbg___wbindgen_string_get_e4f06c90489ad01b,__wbg___wbindgen_throw_b855445ff6a94295,__wbg_entries_e171b586f8f6bdbf,__wbg_getTime_14776bfb48a1bff9,__wbg_get_7bed016f185add81,__wbg_get_with_ref_key_1dc361bd10053bfe,__wbg_instanceof_ArrayBuffer_70beb1189ca63b38,__wbg_instanceof_Uint8Array_20c8e73002f7af98,__wbg_isSafeInteger_d216eda7911dde36,__wbg_length_69bca3cb64fc8748,__wbg_length_cdd215e10d9dd507,__wbg_new_0_f9740686d739025c,__wbg_new_1acc0b6eea89d040,__wbg_new_5a79be3ab53b8aa5,__wbg_new_68651c719dcda04e,__wbg_new_e17d9f43105b08be,__wbg_prototypesetcall_2a6620b6922694b2,__wbg_set_3f1d0b984ed272ed,__wbg_set_907fb406c34a251d,__wbg_set_c213c871859d6500,__wbg_set_message_82ae475bb413aa5c,__wbg_set_wasm,__wbindgen_cast_2241b6af4c4b2941,__wbindgen_cast_4625c577ab2ec9ee,__wbindgen_cast_9ae0607507abb057,__wbindgen_cast_d6cd19b81560fd6e,__wbindgen_init_externref_table});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var h=()=>{};h.prototype=h;let o;function D(e){o=e}let p=null;function a(){return(p===null||p.byteLength===0)&&(p=new Uint8Array(o.memory.buffer)),p}let y=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});y.decode();const E=2146435072;let A=0;function T(e,t){return A+=t,A>=E&&(y=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}),y.decode(),A=t),y.decode(a().subarray(e,e+t))}function m(e,t){return e=e>>>0,T(e,t)}let f=0;const g=new TextEncoder;"encodeInto"in g||(g.encodeInto=function(e,t){const n=g.encode(e);return t.set(n),{read:e.length,written:n.length}});function l(e,t,n){if(n===void 0){const i=g.encode(e),d=t(i.length,1)>>>0;return a().subarray(d,d+i.length).set(i),f=i.length,d}let _=e.length,r=t(_,1)>>>0;const s=a();let c=0;for(;c<_;c++){const i=e.charCodeAt(c);if(i>127)break;s[r+c]=i}if(c!==_){c!==0&&(e=e.slice(c)),r=n(r,_,_=c+e.length*3,1)>>>0;const i=a().subarray(r+c,r+_),d=g.encodeInto(e,i);c+=d.written,r=n(r,_,c,1)>>>0}return f=c,r}let b=null;function u(){return(b===null||b.buffer.detached===!0||b.buffer.detached===void 0&&b.buffer!==o.memory.buffer)&&(b=new DataView(o.memory.buffer)),b}function x(e){return e==null}function S(e){const t=typeof e;if(t=="number"||t=="boolean"||e==null)return`${e}`;if(t=="string")return`"${e}"`;if(t=="symbol"){const r=e.description;return r==null?"Symbol":`Symbol(${r})`}if(t=="function"){const r=e.name;return typeof r=="string"&&r.length>0?`Function(${r})`:"Function"}if(Array.isArray(e)){const r=e.length;let s="[";r>0&&(s+=S(e[0]));for(let c=1;c<r;c++)s+=", "+S(e[c]);return s+="]",s}const n=/\[object ([^\]]+)\]/.exec(toString.call(e));let _;if(n&&n.length>1)_=n[1];else return toString.call(e);if(_=="Object")try{return"Object("+JSON.stringify(e)+")"}catch{return"Object"}return e instanceof Error?`${e.name}: ${e.message}
|
|
2
|
+
${e.stack}`:_}function M(e,t){return e=e>>>0,a().subarray(e/1,e/1+t)}function w(e){const t=o.__wbindgen_externrefs.get(e);return o.__externref_table_dealloc(e),t}const I=typeof FinalizationRegistry>"u"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(e=>o.__wbg_querycompiler_free(e>>>0,1));class F{__destroy_into_raw(){const t=this.__wbg_ptr;return this.__wbg_ptr=0,I.unregister(this),t}free(){const t=this.__destroy_into_raw();o.__wbg_querycompiler_free(t,0)}compileBatch(t){const n=l(t,o.__wbindgen_malloc,o.__wbindgen_realloc),_=f,r=o.querycompiler_compileBatch(this.__wbg_ptr,n,_);if(r[2])throw w(r[1]);return w(r[0])}constructor(t){const n=o.querycompiler_new(t);if(n[2])throw w(n[1]);return this.__wbg_ptr=n[0]>>>0,I.register(this,this.__wbg_ptr,this),this}compile(t){const n=l(t,o.__wbindgen_malloc,o.__wbindgen_realloc),_=f,r=o.querycompiler_compile(this.__wbg_ptr,n,_);if(r[2])throw w(r[1]);return w(r[0])}}Symbol.dispose&&(F.prototype[Symbol.dispose]=F.prototype.free);function O(e,t){return Error(m(e,t))}function B(e){return Number(e)}function N(e,t){const n=String(t),_=l(n,o.__wbindgen_malloc,o.__wbindgen_realloc),r=f;u().setInt32(e+4*1,r,!0),u().setInt32(e+4*0,_,!0)}function U(e){const t=e,n=typeof t=="boolean"?t:void 0;return x(n)?16777215:n?1:0}function R(e,t){const n=S(t),_=l(n,o.__wbindgen_malloc,o.__wbindgen_realloc),r=f;u().setInt32(e+4*1,r,!0),u().setInt32(e+4*0,_,!0)}function $(e,t){return e in t}function q(e){const t=e;return typeof t=="object"&&t!==null}function C(e){return typeof e=="string"}function k(e){return e===void 0}function W(e,t){return e==t}function V(e,t){const n=t,_=typeof n=="number"?n:void 0;u().setFloat64(e+8*1,x(_)?0:_,!0),u().setInt32(e+4*0,!x(_),!0)}function z(e,t){const n=t,_=typeof n=="string"?n:void 0;var r=x(_)?0:l(_,o.__wbindgen_malloc,o.__wbindgen_realloc),s=f;u().setInt32(e+4*1,s,!0),u().setInt32(e+4*0,r,!0)}function L(e,t){throw new Error(m(e,t))}function P(e){return Object.entries(e)}function Q(e){return e.getTime()}function Y(e,t){return e[t>>>0]}function G(e,t){return e[t]}function J(e){let t;try{t=e instanceof ArrayBuffer}catch{t=!1}return t}function X(e){let t;try{t=e instanceof Uint8Array}catch{t=!1}return t}function H(e){return Number.isSafeInteger(e)}function K(e){return e.length}function Z(e){return e.length}function v(){return new Date}function ee(){return new Object}function te(e){return new Uint8Array(e)}function ne(){return new Map}function re(){return new Array}function _e(e,t,n){Uint8Array.prototype.set.call(M(e,t),n)}function oe(e,t,n){e[t]=n}function ce(e,t,n){return e.set(t,n)}function ie(e,t,n){e[t>>>0]=n}function se(e,t){global.PRISMA_WASM_PANIC_REGISTRY.set_message(m(e,t))}function ue(e,t){return m(e,t)}function fe(e){return BigInt.asUintN(64,e)}function be(e){return e}function de(e){return e}function ae(){const e=o.__wbindgen_externrefs,t=e.grow(4);e.set(0,void 0),e.set(t+0,void 0),e.set(t+1,null),e.set(t+2,!0),e.set(t+3,!1)}export{F as QueryCompiler,O as __wbg_Error_e83987f665cf5504,B as __wbg_Number_bb48ca12f395cd08,N as __wbg_String_8f0eb39a4a4c2f66,U as __wbg___wbindgen_boolean_get_6d5a1ee65bab5f68,R as __wbg___wbindgen_debug_string_df47ffb5e35e6763,$ as __wbg___wbindgen_in_bb933bd9e1b3bc0f,q as __wbg___wbindgen_is_object_c818261d21f283a4,C as __wbg___wbindgen_is_string_fbb76cb2940daafd,k as __wbg___wbindgen_is_undefined_2d472862bd29a478,W as __wbg___wbindgen_jsval_loose_eq_b664b38a2f582147,V as __wbg___wbindgen_number_get_a20bf9b85341449d,z as __wbg___wbindgen_string_get_e4f06c90489ad01b,L as __wbg___wbindgen_throw_b855445ff6a94295,P as __wbg_entries_e171b586f8f6bdbf,Q as __wbg_getTime_14776bfb48a1bff9,Y as __wbg_get_7bed016f185add81,G as __wbg_get_with_ref_key_1dc361bd10053bfe,J as __wbg_instanceof_ArrayBuffer_70beb1189ca63b38,X as __wbg_instanceof_Uint8Array_20c8e73002f7af98,H as __wbg_isSafeInteger_d216eda7911dde36,K as __wbg_length_69bca3cb64fc8748,Z as __wbg_length_cdd215e10d9dd507,v as __wbg_new_0_f9740686d739025c,ee as __wbg_new_1acc0b6eea89d040,te as __wbg_new_5a79be3ab53b8aa5,ne as __wbg_new_68651c719dcda04e,re as __wbg_new_e17d9f43105b08be,_e as __wbg_prototypesetcall_2a6620b6922694b2,oe as __wbg_set_3f1d0b984ed272ed,ce as __wbg_set_907fb406c34a251d,ie as __wbg_set_c213c871859d6500,se as __wbg_set_message_82ae475bb413aa5c,D as __wbg_set_wasm,ue as __wbindgen_cast_2241b6af4c4b2941,fe as __wbindgen_cast_4625c577ab2ec9ee,be as __wbindgen_cast_9ae0607507abb057,de as __wbindgen_cast_d6cd19b81560fd6e,ae as __wbindgen_init_externref_table};
|