@m5kdev/frontend 0.16.8 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +1 -6
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts +1 -6
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts +2 -349
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts +2 -349
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts.map +1 -1
- package/dist/src/modules/app/components/AppConfigProvider.d.mts +21 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.mts.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.ts +21 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.js +16 -0
- package/dist/src/modules/app/components/AppConfigProvider.js.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.mjs +14 -0
- package/dist/src/modules/app/components/AppConfigProvider.mjs.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts +25 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts +25 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.js +52 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.js.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs +50 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.mts +9 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.mts.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.ts +9 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.ts.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.js +13 -0
- package/dist/src/modules/app/hooks/useAppConfig.js.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.mjs +12 -0
- package/dist/src/modules/app/hooks/useAppConfig.mjs.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.mts +10 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.mts.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.ts +10 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.ts.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.js +14 -0
- package/dist/src/modules/app/hooks/useAppTrpc.js.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.mjs +12 -0
- package/dist/src/modules/app/hooks/useAppTrpc.mjs.map +1 -0
- package/dist/src/modules/auth/auth.lib.d.mts +5 -5
- package/dist/src/modules/auth/auth.lib.d.ts +5 -5
- package/dist/src/modules/auth/components/AuthProvider.d.mts +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.mts.map +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.ts +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.ts.map +1 -1
- package/dist/src/modules/auth/hooks/useAuthAdmin.d.ts +1 -1
- package/dist/src/modules/auth/hooks/useSession.d.mts +1 -1
- package/dist/src/modules/auth/hooks/useSession.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.mts +1 -4
- package/dist/src/modules/billing/components/BillingProvider.d.mts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.ts +1 -4
- package/dist/src/modules/billing/components/BillingProvider.d.ts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.js +4 -3
- package/dist/src/modules/billing/components/BillingProvider.js.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.mjs +4 -3
- package/dist/src/modules/billing/components/BillingProvider.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts +2 -2
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts +2 -2
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.js +12 -4
- package/dist/src/modules/file/hooks/useS3DownloadUrl.js.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs +12 -4
- package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.mts +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.ts +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.js +9 -6
- package/dist/src/modules/file/hooks/useS3Upload.js.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.mjs +9 -6
- package/dist/src/modules/file/hooks/useS3Upload.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.js +13 -6
- package/dist/src/modules/file/hooks/useUpload.js.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.mjs +13 -6
- package/dist/src/modules/file/hooks/useUpload.mjs.map +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.js +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.mjs +1 -1
- package/package.json +25 -4
- package/dist/_virtual/_rolldown/runtime.mjs +0 -13
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts +0 -79
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts +0 -79
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts +0 -580
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts +0 -580
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts +0 -14
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts +0 -14
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts +0 -10
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts +0 -10
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts +0 -289
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts +0 -289
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts +0 -86
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts +0 -86
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts +0 -101
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts +0 -101
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts +0 -19
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts +0 -19
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts +0 -30
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts +0 -30
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts +0 -23
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts +0 -23
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts +0 -153
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts +0 -153
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts +0 -91
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts +0 -91
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts +0 -6
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts +0 -6
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts +0 -35
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts +0 -35
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts +0 -43
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts +0 -43
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts +0 -73
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts +0 -73
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts +0 -26
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts +0 -26
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts +0 -54
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts +0 -54
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts +0 -77
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts +0 -77
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts +0 -17
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts +0 -17
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts +0 -426
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts +0 -426
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts +0 -11
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts +0 -11
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts +0 -8
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts +0 -8
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts +0 -29
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts +0 -29
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts +0 -21
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts +0 -21
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts +0 -49
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts +0 -49
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts +0 -18
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts +0 -18
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts +0 -68
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts +0 -68
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts +0 -183
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts +0 -183
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts +0 -27
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts +0 -27
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts +0 -25
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts +0 -25
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts +0 -12
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts +0 -12
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts +0 -66
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts +0 -66
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts +0 -15
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts +0 -15
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts +0 -51
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts +0 -51
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts +0 -20
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts +0 -20
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts +0 -9
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts +0 -9
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts +0 -37
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts +0 -37
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts +0 -17
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts +0 -17
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts +0 -116
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts +0 -116
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts +0 -69
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts +0 -69
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts +0 -5
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts +0 -5
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts +0 -15
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts +0 -15
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts +0 -38
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts +0 -38
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts +0 -14
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts +0 -14
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts +0 -10
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts +0 -10
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts +0 -287
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts +0 -287
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts +0 -43
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts +0 -43
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts +0 -225
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts +0 -225
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts +0 -18
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts +0 -18
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts +0 -258
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts +0 -258
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts +0 -132
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts +0 -132
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts +0 -8
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts +0 -8
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts +0 -31
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts +0 -31
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts +0 -60
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts +0 -60
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts +0 -34
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts +0 -34
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts +0 -476
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts +0 -476
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts +0 -154
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts +0 -154
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts +0 -112
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts +0 -112
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts +0 -23
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts +0 -23
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts +0 -21
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts +0 -21
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts +0 -24
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts +0 -24
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts +0 -71
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts +0 -71
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.types.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.types.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/index.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/index.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.internal.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.internal.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/utils.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/utils.d.ts +0 -1
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts +0 -299
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts +0 -299
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts +0 -132
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts +0 -132
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts +0 -766
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts +0 -766
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts +0 -1295
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts +0 -1295
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts +0 -55
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts +0 -55
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts +0 -573
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts +0 -573
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/app.d.mts +0 -22
- package/dist/packages/backend/dist/src/app.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/app.d.ts +0 -22
- package/dist/packages/backend/dist/src/app.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts +0 -106
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts +0 -106
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.grants.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.grants.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts +0 -57
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts +0 -57
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts +0 -129
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts +0 -129
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts +0 -6
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts +0 -6
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts +0 -53
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts +0 -53
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts +0 -76
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts +0 -76
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.ts +0 -1
- package/dist/packages/backend/dist/src/types.d.mts +0 -344
- package/dist/packages/backend/dist/src/types.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/types.d.ts +0 -344
- package/dist/packages/backend/dist/src/types.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/errors.d.mts +0 -60
- package/dist/packages/backend/dist/src/utils/errors.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/errors.d.ts +0 -60
- package/dist/packages/backend/dist/src/utils/errors.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/logger.d.mts +0 -8
- package/dist/packages/backend/dist/src/utils/logger.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/logger.d.ts +0 -8
- package/dist/packages/backend/dist/src/utils/logger.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/trpc.d.mts +0 -117
- package/dist/packages/backend/dist/src/utils/trpc.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/trpc.d.ts +0 -117
- package/dist/packages/backend/dist/src/utils/trpc.d.ts.map +0 -1
- package/dist/src/modules/app/components/AppProvider.d.mts +0 -1
- package/dist/src/modules/app/components/AppProvider.d.ts +0 -1
- package/dist/src/modules/app/components/AppProvider.js +0 -0
- package/dist/src/modules/app/components/AppProvider.mjs +0 -0
- package/dist/src/types.d.mts +0 -8
- package/dist/src/types.d.mts.map +0 -1
- package/dist/src/types.d.ts +0 -8
- package/dist/src/types.d.ts.map +0 -1
- package/dist/src/types.js +0 -0
- package/dist/src/types.mjs +0 -0
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import { SelectedFields as SelectedFields$1, SelectedFieldsFlat as SelectedFieldsFlat$1, SelectedFieldsOrdered as SelectedFieldsOrdered$1 } from "../../operations.js";
|
|
2
|
-
import { Subquery } from "../../subquery.js";
|
|
3
|
-
import { AppendToNullabilityMap, AppendToResult, BuildSubquerySelection, GetSelectTableName, JoinNullability, JoinType, SelectMode, SelectResult, SetOperator } from "../../query-builders/select.types.js";
|
|
4
|
-
import { ColumnsSelection, Placeholder, SQL, View } from "../../sql/sql.js";
|
|
5
|
-
import { Assume, ValidateShape } from "../../utils.js";
|
|
6
|
-
import { TypedQueryBuilder } from "../../query-builders/query-builder.js";
|
|
7
|
-
import { SQLiteViewBase } from "../view-base.js";
|
|
8
|
-
import { SQLitePreparedQuery } from "../session.js";
|
|
9
|
-
import { SQLiteSelectBase, SQLiteSelectQueryBuilderBase } from "./select.js";
|
|
10
|
-
import { SQLiteTable } from "../table.js";
|
|
11
|
-
import { SQLiteColumn } from "../columns/common.js";
|
|
12
|
-
|
|
13
|
-
//#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts
|
|
14
|
-
interface SQLiteSelectJoinConfig {
|
|
15
|
-
on: SQL | undefined;
|
|
16
|
-
table: SQLiteTable | Subquery | SQLiteViewBase | SQL;
|
|
17
|
-
alias: string | undefined;
|
|
18
|
-
joinType: JoinType;
|
|
19
|
-
}
|
|
20
|
-
interface SQLiteSelectConfig {
|
|
21
|
-
withList?: Subquery[];
|
|
22
|
-
fields: Record<string, unknown>;
|
|
23
|
-
fieldsFlat?: SelectedFieldsOrdered;
|
|
24
|
-
where?: SQL;
|
|
25
|
-
having?: SQL;
|
|
26
|
-
table: SQLiteTable | Subquery | SQLiteViewBase | SQL;
|
|
27
|
-
limit?: number | Placeholder;
|
|
28
|
-
offset?: number | Placeholder;
|
|
29
|
-
joins?: SQLiteSelectJoinConfig[];
|
|
30
|
-
orderBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
|
|
31
|
-
groupBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
|
|
32
|
-
distinct?: boolean;
|
|
33
|
-
setOperators: {
|
|
34
|
-
rightSelect: TypedQueryBuilder<any, any>;
|
|
35
|
-
type: SetOperator;
|
|
36
|
-
isAll: boolean;
|
|
37
|
-
orderBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
|
|
38
|
-
limit?: number | Placeholder;
|
|
39
|
-
offset?: number | Placeholder;
|
|
40
|
-
}[];
|
|
41
|
-
}
|
|
42
|
-
type SQLiteSelectJoin<T extends AnySQLiteSelectQueryBuilder, TDynamic extends boolean, TJoinType extends JoinType, TJoinedTable extends SQLiteTable | Subquery | SQLiteViewBase | SQL, TJoinedName extends GetSelectTableName<TJoinedTable> = GetSelectTableName<TJoinedTable>> = T extends any ? SQLiteSelectWithout<SQLiteSelectKind<T['_']['hkt'], T['_']['tableName'], T['_']['resultType'], T['_']['runResult'], AppendToResult<T['_']['tableName'], T['_']['selection'], TJoinedName, TJoinedTable extends SQLiteTable ? TJoinedTable['_']['columns'] : TJoinedTable extends Subquery | View ? Assume<TJoinedTable['_']['selectedFields'], SelectedFields> : never, T['_']['selectMode']>, T['_']['selectMode'] extends 'partial' ? T['_']['selectMode'] : 'multiple', AppendToNullabilityMap<T['_']['nullabilityMap'], TJoinedName, TJoinType>, T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, T['_']['excludedMethods']> : never;
|
|
43
|
-
type SQLiteSelectJoinFn<T extends AnySQLiteSelectQueryBuilder, TDynamic extends boolean, TJoinType extends JoinType> = <TJoinedTable extends SQLiteTable | Subquery | SQLiteViewBase | SQL, TJoinedName extends GetSelectTableName<TJoinedTable> = GetSelectTableName<TJoinedTable>>(table: TJoinedTable, on: ((aliases: T['_']['selection']) => SQL | undefined) | SQL | undefined) => SQLiteSelectJoin<T, TDynamic, TJoinType, TJoinedTable, TJoinedName>;
|
|
44
|
-
type SQLiteSelectCrossJoinFn<T extends AnySQLiteSelectQueryBuilder, TDynamic extends boolean> = <TJoinedTable extends SQLiteTable | Subquery | SQLiteViewBase | SQL, TJoinedName extends GetSelectTableName<TJoinedTable> = GetSelectTableName<TJoinedTable>>(table: TJoinedTable) => SQLiteSelectJoin<T, TDynamic, 'cross', TJoinedTable, TJoinedName>;
|
|
45
|
-
type SelectedFieldsFlat = SelectedFieldsFlat$1<SQLiteColumn>;
|
|
46
|
-
type SelectedFields = SelectedFields$1<SQLiteColumn, SQLiteTable>;
|
|
47
|
-
type SelectedFieldsOrdered = SelectedFieldsOrdered$1<SQLiteColumn>;
|
|
48
|
-
interface SQLiteSelectHKTBase {
|
|
49
|
-
tableName: string | undefined;
|
|
50
|
-
resultType: 'sync' | 'async';
|
|
51
|
-
runResult: unknown;
|
|
52
|
-
selection: unknown;
|
|
53
|
-
selectMode: SelectMode;
|
|
54
|
-
nullabilityMap: unknown;
|
|
55
|
-
dynamic: boolean;
|
|
56
|
-
excludedMethods: string;
|
|
57
|
-
result: unknown;
|
|
58
|
-
selectedFields: unknown;
|
|
59
|
-
_type: unknown;
|
|
60
|
-
}
|
|
61
|
-
type SQLiteSelectKind<T extends SQLiteSelectHKTBase, TTableName extends string | undefined, TResultType extends 'sync' | 'async', TRunResult, TSelection extends ColumnsSelection, TSelectMode extends SelectMode, TNullabilityMap extends Record<string, JoinNullability>, TDynamic extends boolean, TExcludedMethods extends string, TResult = SelectResult<TSelection, TSelectMode, TNullabilityMap>[], TSelectedFields = BuildSubquerySelection<TSelection, TNullabilityMap>> = (T & {
|
|
62
|
-
tableName: TTableName;
|
|
63
|
-
resultType: TResultType;
|
|
64
|
-
runResult: TRunResult;
|
|
65
|
-
selection: TSelection;
|
|
66
|
-
selectMode: TSelectMode;
|
|
67
|
-
nullabilityMap: TNullabilityMap;
|
|
68
|
-
dynamic: TDynamic;
|
|
69
|
-
excludedMethods: TExcludedMethods;
|
|
70
|
-
result: TResult;
|
|
71
|
-
selectedFields: TSelectedFields;
|
|
72
|
-
})['_type'];
|
|
73
|
-
interface SQLiteSelectQueryBuilderHKT extends SQLiteSelectHKTBase {
|
|
74
|
-
_type: SQLiteSelectQueryBuilderBase<SQLiteSelectQueryBuilderHKT, this['tableName'], this['resultType'], this['runResult'], Assume<this['selection'], ColumnsSelection>, this['selectMode'], Assume<this['nullabilityMap'], Record<string, JoinNullability>>, this['dynamic'], this['excludedMethods'], Assume<this['result'], any[]>, Assume<this['selectedFields'], ColumnsSelection>>;
|
|
75
|
-
}
|
|
76
|
-
interface SQLiteSelectHKT extends SQLiteSelectHKTBase {
|
|
77
|
-
_type: SQLiteSelectBase<this['tableName'], this['resultType'], this['runResult'], Assume<this['selection'], ColumnsSelection>, this['selectMode'], Assume<this['nullabilityMap'], Record<string, JoinNullability>>, this['dynamic'], this['excludedMethods'], Assume<this['result'], any[]>, Assume<this['selectedFields'], ColumnsSelection>>;
|
|
78
|
-
}
|
|
79
|
-
type SQLiteSetOperatorExcludedMethods = 'config' | 'leftJoin' | 'rightJoin' | 'innerJoin' | 'fullJoin' | 'where' | 'having' | 'groupBy';
|
|
80
|
-
type CreateSQLiteSelectFromBuilderMode<TBuilderMode extends 'db' | 'qb', TTableName extends string | undefined, TResultType extends 'sync' | 'async', TRunResult, TSelection extends ColumnsSelection, TSelectMode extends SelectMode> = TBuilderMode extends 'db' ? SQLiteSelectBase<TTableName, TResultType, TRunResult, TSelection, TSelectMode> : SQLiteSelectQueryBuilderBase<SQLiteSelectQueryBuilderHKT, TTableName, TResultType, TRunResult, TSelection, TSelectMode>;
|
|
81
|
-
type SQLiteSelectWithout<T extends AnySQLiteSelectQueryBuilder, TDynamic extends boolean, K extends keyof T & string, TResetExcluded extends boolean = false> = TDynamic extends true ? T : Omit<SQLiteSelectKind<T['_']['hkt'], T['_']['tableName'], T['_']['resultType'], T['_']['runResult'], T['_']['selection'], T['_']['selectMode'], T['_']['nullabilityMap'], TDynamic, TResetExcluded extends true ? K : T['_']['excludedMethods'] | K, T['_']['result'], T['_']['selectedFields']>, TResetExcluded extends true ? K : T['_']['excludedMethods'] | K>;
|
|
82
|
-
type SQLiteSelectExecute<T extends AnySQLiteSelect> = T['_']['result'];
|
|
83
|
-
type SQLiteSelectPrepare<T extends AnySQLiteSelect> = SQLitePreparedQuery<{
|
|
84
|
-
type: T['_']['resultType'];
|
|
85
|
-
run: T['_']['runResult'];
|
|
86
|
-
all: T['_']['result'];
|
|
87
|
-
get: T['_']['result'][number] | undefined;
|
|
88
|
-
values: any[][];
|
|
89
|
-
execute: SQLiteSelectExecute<T>;
|
|
90
|
-
}>;
|
|
91
|
-
type SQLiteSelectDynamic<T extends AnySQLiteSelectQueryBuilder> = SQLiteSelectKind<T['_']['hkt'], T['_']['tableName'], T['_']['resultType'], T['_']['runResult'], T['_']['selection'], T['_']['selectMode'], T['_']['nullabilityMap'], true, never, T['_']['result'], T['_']['selectedFields']>;
|
|
92
|
-
type AnySQLiteSelectQueryBuilder = SQLiteSelectQueryBuilderBase<any, any, any, any, any, any, any, any, any, any, any>;
|
|
93
|
-
type AnySQLiteSetOperatorInterface = SQLiteSetOperatorInterface<any, any, any, any, any, any, any, any, any>;
|
|
94
|
-
interface SQLiteSetOperatorInterface<TTableName extends string | undefined, TResultType extends 'sync' | 'async', TRunResult, TSelection extends ColumnsSelection, TSelectMode extends SelectMode = 'single', TNullabilityMap extends Record<string, JoinNullability> = (TTableName extends string ? Record<TTableName, 'not-null'> : {}), TDynamic extends boolean = false, TExcludedMethods extends string = never, TResult extends any[] = SelectResult<TSelection, TSelectMode, TNullabilityMap>[], TSelectedFields extends ColumnsSelection = BuildSubquerySelection<TSelection, TNullabilityMap>> {
|
|
95
|
-
_: {
|
|
96
|
-
readonly hkt: SQLiteSelectHKTBase;
|
|
97
|
-
readonly tableName: TTableName;
|
|
98
|
-
readonly resultType: TResultType;
|
|
99
|
-
readonly runResult: TRunResult;
|
|
100
|
-
readonly selection: TSelection;
|
|
101
|
-
readonly selectMode: TSelectMode;
|
|
102
|
-
readonly nullabilityMap: TNullabilityMap;
|
|
103
|
-
readonly dynamic: TDynamic;
|
|
104
|
-
readonly excludedMethods: TExcludedMethods;
|
|
105
|
-
readonly result: TResult;
|
|
106
|
-
readonly selectedFields: TSelectedFields;
|
|
107
|
-
};
|
|
108
|
-
}
|
|
109
|
-
type SQLiteSetOperatorWithResult<TResult extends any[]> = SQLiteSetOperatorInterface<any, any, any, any, any, any, any, any, TResult, any>;
|
|
110
|
-
type AnySQLiteSelect = SQLiteSelectBase<any, any, any, any, any, any, any, any, any, any>;
|
|
111
|
-
type SetOperatorRightSelect<TValue extends SQLiteSetOperatorWithResult<TResult>, TResult extends any[]> = TValue extends SQLiteSetOperatorInterface<any, any, any, any, any, any, any, any, infer TValueResult, any> ? ValidateShape<TValueResult[number], TResult[number], TypedQueryBuilder<any, TValueResult>> : TValue;
|
|
112
|
-
type SetOperatorRestSelect<TValue extends readonly SQLiteSetOperatorWithResult<TResult>[], TResult extends any[]> = TValue extends [infer First, ...infer Rest] ? First extends SQLiteSetOperatorInterface<any, any, any, any, any, any, any, any, infer TValueResult, any> ? Rest extends AnySQLiteSetOperatorInterface[] ? [ValidateShape<TValueResult[number], TResult[number], TypedQueryBuilder<any, TValueResult>>, ...SetOperatorRestSelect<Rest, TResult>] : ValidateShape<TValueResult[number], TResult[number], TypedQueryBuilder<any, TValueResult>[]> : never : TValue;
|
|
113
|
-
type SQLiteCreateSetOperatorFn = <TTableName extends string | undefined, TResultType extends 'sync' | 'async', TRunResult, TSelection extends ColumnsSelection, TValue extends SQLiteSetOperatorWithResult<TResult>, TRest extends SQLiteSetOperatorWithResult<TResult>[], TSelectMode extends SelectMode = 'single', TNullabilityMap extends Record<string, JoinNullability> = (TTableName extends string ? Record<TTableName, 'not-null'> : {}), TDynamic extends boolean = false, TExcludedMethods extends string = never, TResult extends any[] = SelectResult<TSelection, TSelectMode, TNullabilityMap>[], TSelectedFields extends ColumnsSelection = BuildSubquerySelection<TSelection, TNullabilityMap>>(leftSelect: SQLiteSetOperatorInterface<TTableName, TResultType, TRunResult, TSelection, TSelectMode, TNullabilityMap, TDynamic, TExcludedMethods, TResult, TSelectedFields>, rightSelect: SetOperatorRightSelect<TValue, TResult>, ...restSelects: SetOperatorRestSelect<TRest, TResult>) => SQLiteSelectWithout<SQLiteSelectBase<TTableName, TResultType, TRunResult, TSelection, TSelectMode, TNullabilityMap, TDynamic, TExcludedMethods, TResult, TSelectedFields>, false, SQLiteSetOperatorExcludedMethods, true>;
|
|
114
|
-
type GetSQLiteSetOperators = {
|
|
115
|
-
union: SQLiteCreateSetOperatorFn;
|
|
116
|
-
intersect: SQLiteCreateSetOperatorFn;
|
|
117
|
-
except: SQLiteCreateSetOperatorFn;
|
|
118
|
-
unionAll: SQLiteCreateSetOperatorFn;
|
|
119
|
-
};
|
|
120
|
-
//#endregion
|
|
121
|
-
export { CreateSQLiteSelectFromBuilderMode, GetSQLiteSetOperators, SQLiteSelectConfig, SQLiteSelectCrossJoinFn, SQLiteSelectDynamic, SQLiteSelectExecute, SQLiteSelectHKT, SQLiteSelectHKTBase, SQLiteSelectJoinConfig, SQLiteSelectJoinFn, SQLiteSelectPrepare, SQLiteSelectWithout, SQLiteSetOperatorExcludedMethods, SQLiteSetOperatorWithResult, SelectedFields, SelectedFieldsFlat, SelectedFieldsOrdered, SetOperatorRightSelect };
|
|
122
|
-
//# sourceMappingURL=select.types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"select.types.d.ts","names":["ColumnsSelection","Placeholder","SQL","View","SQLiteColumn","SQLiteTable","SQLiteTableWithColumns","Assume","ValidateShape","SelectedFields","SelectFieldsBase","SelectedFieldsFlat","SelectFieldsFlatBase","SelectedFieldsOrdered","SelectFieldsOrderedBase","TypedQueryBuilder","AppendToNullabilityMap","AppendToResult","BuildSubquerySelection","GetSelectTableName","JoinNullability","JoinType","MapColumnsToTableAlias","SelectMode","SelectResult","SetOperator","Subquery","Table","UpdateTableConfig","SQLitePreparedQuery","SQLiteViewBase","SQLiteViewWithSelection","SQLiteSelectBase","SQLiteSelectQueryBuilderBase","SQLiteSelectJoinConfig","on","table","alias","joinType","BuildAliasTable","TTable","TAlias","name","columns","SQLiteSelectConfig","Record","Aliased","withList","fields","fieldsFlat","where","having","limit","offset","joins","orderBy","groupBy","distinct","setOperators","rightSelect","type","isAll","SQLiteSelectJoin","T","TDynamic","TJoinType","TJoinedTable","TJoinedName","AnySQLiteSelectQueryBuilder","SQLiteSelectKind","SQLiteSelectWithout","SQLiteSelectJoinFn","aliases","SQLiteSelectCrossJoinFn","SQLiteSelectHKTBase","tableName","resultType","runResult","selection","selectMode","nullabilityMap","dynamic","excludedMethods","result","selectedFields","_type","TTableName","TResultType","TRunResult","TSelection","TSelectMode","TNullabilityMap","TExcludedMethods","TResult","TSelectedFields","SQLiteSelectQueryBuilderHKT","SQLiteSelectHKT","SQLiteSetOperatorExcludedMethods","CreateSQLiteSelectFromBuilderMode","TBuilderMode","K","TResetExcluded","Omit","SQLiteSelectExecute","AnySQLiteSelect","SQLiteSelectPrepare","run","all","get","values","execute","SQLiteSelectDynamic","SQLiteSelectQueryBuilder","THKT","AnySQLiteSetOperatorInterface","SQLiteSetOperatorInterface","_","hkt","SQLiteSetOperatorWithResult","SQLiteSelect","SQLiteSetOperator","SetOperatorRightSelect","TValue","TValueResult","SetOperatorRestSelect","Rest","First","SQLiteCreateSetOperatorFn","TRest","leftSelect","restSelects","GetSQLiteSetOperators","union","intersect","except","unionAll"],"sources":["../../../../../../../../../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../../entity.mjs";
|
|
2
|
-
import { Subquery } from "../../subquery.mjs";
|
|
3
|
-
import { SelectResultFields } from "../../query-builders/select.types.mjs";
|
|
4
|
-
import { Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.mjs";
|
|
5
|
-
import { DrizzleTypeError, UpdateSet, ValueOrArray } from "../../utils.mjs";
|
|
6
|
-
import { QueryPromise } from "../../query-promise.mjs";
|
|
7
|
-
import { RunnableQuery } from "../../runnable-query.mjs";
|
|
8
|
-
import { SQLiteViewBase } from "../view-base.mjs";
|
|
9
|
-
import { SQLitePreparedQuery, SQLiteSession } from "../session.mjs";
|
|
10
|
-
import { SQLiteDialect } from "../dialect.mjs";
|
|
11
|
-
import { SQLiteTable } from "../table.mjs";
|
|
12
|
-
import { SQLiteColumn } from "../columns/common.mjs";
|
|
13
|
-
import { SQLiteSelectJoinConfig, SelectedFields, SelectedFieldsOrdered } from "./select.types.mjs";
|
|
14
|
-
import { GetColumnData } from "../../column.mjs";
|
|
15
|
-
|
|
16
|
-
//#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts
|
|
17
|
-
interface SQLiteUpdateConfig {
|
|
18
|
-
where?: SQL | undefined;
|
|
19
|
-
limit?: number | Placeholder;
|
|
20
|
-
orderBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
|
|
21
|
-
set: UpdateSet;
|
|
22
|
-
table: SQLiteTable;
|
|
23
|
-
from?: SQLiteTable | Subquery | SQLiteViewBase | SQL;
|
|
24
|
-
joins: SQLiteSelectJoinConfig[];
|
|
25
|
-
returning?: SelectedFieldsOrdered;
|
|
26
|
-
withList?: Subquery[];
|
|
27
|
-
}
|
|
28
|
-
type SQLiteUpdateSetSource<TTable extends SQLiteTable> = { [Key in keyof TTable['$inferInsert']]?: GetColumnData<TTable['_']['columns'][Key], 'query'> | SQL | SQLiteColumn | undefined } & {};
|
|
29
|
-
declare class SQLiteUpdateBuilder<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult> {
|
|
30
|
-
protected table: TTable;
|
|
31
|
-
protected session: SQLiteSession<any, any, any, any>;
|
|
32
|
-
protected dialect: SQLiteDialect;
|
|
33
|
-
private withList?;
|
|
34
|
-
static readonly [entityKind]: string;
|
|
35
|
-
readonly _: {
|
|
36
|
-
readonly table: TTable;
|
|
37
|
-
};
|
|
38
|
-
constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[] | undefined);
|
|
39
|
-
set(values: SQLiteUpdateSetSource<TTable>): SQLiteUpdateWithout<SQLiteUpdateBase<TTable, TResultType, TRunResult>, false, 'leftJoin' | 'rightJoin' | 'innerJoin' | 'fullJoin'>;
|
|
40
|
-
}
|
|
41
|
-
type SQLiteUpdateWithout<T extends AnySQLiteUpdate, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteUpdateBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['from'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
|
|
42
|
-
type SQLiteUpdateWithJoins<T extends AnySQLiteUpdate, TDynamic extends boolean, TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL> = TDynamic extends true ? T : Omit<SQLiteUpdateBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], TFrom, T['_']['returning'], TDynamic, Exclude<T['_']['excludedMethods'] | 'from', 'leftJoin' | 'rightJoin' | 'innerJoin' | 'fullJoin'>>, Exclude<T['_']['excludedMethods'] | 'from', 'leftJoin' | 'rightJoin' | 'innerJoin' | 'fullJoin'>>;
|
|
43
|
-
type SQLiteUpdateReturningAll<T extends AnySQLiteUpdate, TDynamic extends boolean> = SQLiteUpdateWithout<SQLiteUpdateBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['from'], T['_']['table']['$inferSelect'], TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
44
|
-
type SQLiteUpdateReturning<T extends AnySQLiteUpdate, TDynamic extends boolean, TSelectedFields extends SelectedFields> = SQLiteUpdateWithout<SQLiteUpdateBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['from'], SelectResultFields<TSelectedFields>, TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
45
|
-
type SQLiteUpdateExecute<T extends AnySQLiteUpdate> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
|
|
46
|
-
type SQLiteUpdatePrepare<T extends AnySQLiteUpdate> = SQLitePreparedQuery<{
|
|
47
|
-
type: T['_']['resultType'];
|
|
48
|
-
run: T['_']['runResult'];
|
|
49
|
-
all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
|
|
50
|
-
get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'];
|
|
51
|
-
values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
|
|
52
|
-
execute: SQLiteUpdateExecute<T>;
|
|
53
|
-
}>;
|
|
54
|
-
type SQLiteUpdateJoinFn<T extends AnySQLiteUpdate> = <TJoinedTable extends SQLiteTable | Subquery | SQLiteViewBase | SQL>(table: TJoinedTable, on: ((updateTable: T['_']['table']['_']['columns'], from: T['_']['from'] extends SQLiteTable ? T['_']['from']['_']['columns'] : T['_']['from'] extends Subquery | SQLiteViewBase ? T['_']['from']['_']['selectedFields'] : never) => SQL | undefined) | SQL | undefined) => T;
|
|
55
|
-
type SQLiteUpdateDynamic<T extends AnySQLiteUpdate> = SQLiteUpdate<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
|
|
56
|
-
type SQLiteUpdate<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = any, TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL | undefined = undefined, TReturning extends Record<string, unknown> | undefined = Record<string, unknown> | undefined> = SQLiteUpdateBase<TTable, TResultType, TRunResult, TFrom, TReturning, true, never>;
|
|
57
|
-
type AnySQLiteUpdate = SQLiteUpdateBase<any, any, any, any, any, any, any>;
|
|
58
|
-
interface SQLiteUpdateBase<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL | undefined = undefined, TReturning = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends SQLWrapper, QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]> {
|
|
59
|
-
readonly _: {
|
|
60
|
-
readonly dialect: 'sqlite';
|
|
61
|
-
readonly table: TTable;
|
|
62
|
-
readonly resultType: TResultType;
|
|
63
|
-
readonly runResult: TRunResult;
|
|
64
|
-
readonly from: TFrom;
|
|
65
|
-
readonly returning: TReturning;
|
|
66
|
-
readonly dynamic: TDynamic;
|
|
67
|
-
readonly excludedMethods: TExcludedMethods;
|
|
68
|
-
readonly result: TReturning extends undefined ? TRunResult : TReturning[];
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
declare class SQLiteUpdateBase<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL | undefined = undefined, TReturning = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]> implements RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
|
|
72
|
-
private session;
|
|
73
|
-
private dialect;
|
|
74
|
-
static readonly [entityKind]: string;
|
|
75
|
-
constructor(table: TTable, set: UpdateSet, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[]);
|
|
76
|
-
from<TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL>(source: TFrom): SQLiteUpdateWithJoins<this, TDynamic, TFrom>;
|
|
77
|
-
private createJoin;
|
|
78
|
-
leftJoin: SQLiteUpdateJoinFn<this>;
|
|
79
|
-
rightJoin: SQLiteUpdateJoinFn<this>;
|
|
80
|
-
innerJoin: SQLiteUpdateJoinFn<this>;
|
|
81
|
-
fullJoin: SQLiteUpdateJoinFn<this>;
|
|
82
|
-
/**
|
|
83
|
-
* Adds a 'where' clause to the query.
|
|
84
|
-
*
|
|
85
|
-
* Calling this method will update only those rows that fulfill a specified condition.
|
|
86
|
-
*
|
|
87
|
-
* See docs: {@link https://orm.drizzle.team/docs/update}
|
|
88
|
-
*
|
|
89
|
-
* @param where the 'where' clause.
|
|
90
|
-
*
|
|
91
|
-
* @example
|
|
92
|
-
* You can use conditional operators and `sql function` to filter the rows to be updated.
|
|
93
|
-
*
|
|
94
|
-
* ```ts
|
|
95
|
-
* // Update all cars with green color
|
|
96
|
-
* db.update(cars).set({ color: 'red' })
|
|
97
|
-
* .where(eq(cars.color, 'green'));
|
|
98
|
-
* // or
|
|
99
|
-
* db.update(cars).set({ color: 'red' })
|
|
100
|
-
* .where(sql`${cars.color} = 'green'`)
|
|
101
|
-
* ```
|
|
102
|
-
*
|
|
103
|
-
* You can logically combine conditional operators with `and()` and `or()` operators:
|
|
104
|
-
*
|
|
105
|
-
* ```ts
|
|
106
|
-
* // Update all BMW cars with a green color
|
|
107
|
-
* db.update(cars).set({ color: 'red' })
|
|
108
|
-
* .where(and(eq(cars.color, 'green'), eq(cars.brand, 'BMW')));
|
|
109
|
-
*
|
|
110
|
-
* // Update all cars with the green or blue color
|
|
111
|
-
* db.update(cars).set({ color: 'red' })
|
|
112
|
-
* .where(or(eq(cars.color, 'green'), eq(cars.color, 'blue')));
|
|
113
|
-
* ```
|
|
114
|
-
*/
|
|
115
|
-
where(where: SQL | undefined): SQLiteUpdateWithout<this, TDynamic, 'where'>;
|
|
116
|
-
orderBy(builder: (updateTable: TTable) => ValueOrArray<SQLiteColumn | SQL | SQL.Aliased>): SQLiteUpdateWithout<this, TDynamic, 'orderBy'>;
|
|
117
|
-
orderBy(...columns: (SQLiteColumn | SQL | SQL.Aliased)[]): SQLiteUpdateWithout<this, TDynamic, 'orderBy'>;
|
|
118
|
-
limit(limit: number | Placeholder): SQLiteUpdateWithout<this, TDynamic, 'limit'>;
|
|
119
|
-
/**
|
|
120
|
-
* Adds a `returning` clause to the query.
|
|
121
|
-
*
|
|
122
|
-
* Calling this method will return the specified fields of the updated rows. If no fields are specified, all fields will be returned.
|
|
123
|
-
*
|
|
124
|
-
* See docs: {@link https://orm.drizzle.team/docs/update#update-with-returning}
|
|
125
|
-
*
|
|
126
|
-
* @example
|
|
127
|
-
* ```ts
|
|
128
|
-
* // Update all cars with the green color and return all fields
|
|
129
|
-
* const updatedCars: Car[] = await db.update(cars)
|
|
130
|
-
* .set({ color: 'red' })
|
|
131
|
-
* .where(eq(cars.color, 'green'))
|
|
132
|
-
* .returning();
|
|
133
|
-
*
|
|
134
|
-
* // Update all cars with the green color and return only their id and brand fields
|
|
135
|
-
* const updatedCarsIdsAndBrands: { id: number, brand: string }[] = await db.update(cars)
|
|
136
|
-
* .set({ color: 'red' })
|
|
137
|
-
* .where(eq(cars.color, 'green'))
|
|
138
|
-
* .returning({ id: cars.id, brand: cars.brand });
|
|
139
|
-
* ```
|
|
140
|
-
*/
|
|
141
|
-
returning(): SQLiteUpdateReturningAll<this, TDynamic>;
|
|
142
|
-
returning<TSelectedFields extends SelectedFields>(fields: TSelectedFields): SQLiteUpdateReturning<this, TDynamic, TSelectedFields>;
|
|
143
|
-
toSQL(): Query;
|
|
144
|
-
prepare(): SQLiteUpdatePrepare<this>;
|
|
145
|
-
run: ReturnType<this['prepare']>['run'];
|
|
146
|
-
all: ReturnType<this['prepare']>['all'];
|
|
147
|
-
get: ReturnType<this['prepare']>['get'];
|
|
148
|
-
values: ReturnType<this['prepare']>['values'];
|
|
149
|
-
execute(): Promise<SQLiteUpdateExecute<this>>;
|
|
150
|
-
$dynamic(): SQLiteUpdateDynamic<this>;
|
|
151
|
-
}
|
|
152
|
-
//#endregion
|
|
153
|
-
export { SQLiteUpdateBuilder, SQLiteUpdateConfig, SQLiteUpdateSetSource };
|
|
154
|
-
//# sourceMappingURL=update.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update.d.mts","names":["GetColumnData","entityKind","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQL","SQLWrapper","SQLiteDialect","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","UpdateSet","ValueOrArray","SQLiteColumn","SQLiteViewBase","SelectedFields","SelectedFieldsOrdered","SQLiteSelectJoinConfig","SQLiteUpdateConfig","Aliased","where","limit","orderBy","set","table","from","joins","returning","withList","SQLiteUpdateSetSource","TTable","Key","SQLiteUpdateBuilder","TResultType","TRunResult","SQLiteUpdateBase","SQLiteUpdateWithout","session","dialect","_","constructor","values","T","TDynamic","K","AnySQLiteUpdate","Omit","SQLiteUpdateWithJoins","TFrom","Exclude","SQLiteUpdateReturningAll","SQLiteUpdateReturning","TSelectedFields","SQLiteUpdateExecute","SQLiteUpdatePrepare","type","run","all","get","execute","SQLiteUpdateJoinFn","TJoinedTable","updateTable","on","SQLiteUpdateDynamic","SQLiteUpdate","TReturning","Record","TExcludedMethods","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","source","createJoin","leftJoin","rightJoin","innerJoin","fullJoin","builder","columns","fields","toSQL","prepare","$dynamic"],"sources":["../../../../../../../../../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../../entity.js";
|
|
2
|
-
import { Subquery } from "../../subquery.js";
|
|
3
|
-
import { SelectResultFields } from "../../query-builders/select.types.js";
|
|
4
|
-
import { Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.js";
|
|
5
|
-
import { DrizzleTypeError, UpdateSet, ValueOrArray } from "../../utils.js";
|
|
6
|
-
import { QueryPromise } from "../../query-promise.js";
|
|
7
|
-
import { RunnableQuery } from "../../runnable-query.js";
|
|
8
|
-
import { SQLiteViewBase } from "../view-base.js";
|
|
9
|
-
import { SQLitePreparedQuery, SQLiteSession } from "../session.js";
|
|
10
|
-
import { SQLiteDialect } from "../dialect.js";
|
|
11
|
-
import { SQLiteTable } from "../table.js";
|
|
12
|
-
import { SQLiteColumn } from "../columns/common.js";
|
|
13
|
-
import { SQLiteSelectJoinConfig, SelectedFields, SelectedFieldsOrdered } from "./select.types.js";
|
|
14
|
-
import { GetColumnData } from "../../column.js";
|
|
15
|
-
|
|
16
|
-
//#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts
|
|
17
|
-
interface SQLiteUpdateConfig {
|
|
18
|
-
where?: SQL | undefined;
|
|
19
|
-
limit?: number | Placeholder;
|
|
20
|
-
orderBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
|
|
21
|
-
set: UpdateSet;
|
|
22
|
-
table: SQLiteTable;
|
|
23
|
-
from?: SQLiteTable | Subquery | SQLiteViewBase | SQL;
|
|
24
|
-
joins: SQLiteSelectJoinConfig[];
|
|
25
|
-
returning?: SelectedFieldsOrdered;
|
|
26
|
-
withList?: Subquery[];
|
|
27
|
-
}
|
|
28
|
-
type SQLiteUpdateSetSource<TTable extends SQLiteTable> = { [Key in keyof TTable['$inferInsert']]?: GetColumnData<TTable['_']['columns'][Key], 'query'> | SQL | SQLiteColumn | undefined } & {};
|
|
29
|
-
declare class SQLiteUpdateBuilder<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult> {
|
|
30
|
-
protected table: TTable;
|
|
31
|
-
protected session: SQLiteSession<any, any, any, any>;
|
|
32
|
-
protected dialect: SQLiteDialect;
|
|
33
|
-
private withList?;
|
|
34
|
-
static readonly [entityKind]: string;
|
|
35
|
-
readonly _: {
|
|
36
|
-
readonly table: TTable;
|
|
37
|
-
};
|
|
38
|
-
constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[] | undefined);
|
|
39
|
-
set(values: SQLiteUpdateSetSource<TTable>): SQLiteUpdateWithout<SQLiteUpdateBase<TTable, TResultType, TRunResult>, false, 'leftJoin' | 'rightJoin' | 'innerJoin' | 'fullJoin'>;
|
|
40
|
-
}
|
|
41
|
-
type SQLiteUpdateWithout<T extends AnySQLiteUpdate, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteUpdateBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['from'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
|
|
42
|
-
type SQLiteUpdateWithJoins<T extends AnySQLiteUpdate, TDynamic extends boolean, TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL> = TDynamic extends true ? T : Omit<SQLiteUpdateBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], TFrom, T['_']['returning'], TDynamic, Exclude<T['_']['excludedMethods'] | 'from', 'leftJoin' | 'rightJoin' | 'innerJoin' | 'fullJoin'>>, Exclude<T['_']['excludedMethods'] | 'from', 'leftJoin' | 'rightJoin' | 'innerJoin' | 'fullJoin'>>;
|
|
43
|
-
type SQLiteUpdateReturningAll<T extends AnySQLiteUpdate, TDynamic extends boolean> = SQLiteUpdateWithout<SQLiteUpdateBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['from'], T['_']['table']['$inferSelect'], TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
44
|
-
type SQLiteUpdateReturning<T extends AnySQLiteUpdate, TDynamic extends boolean, TSelectedFields extends SelectedFields> = SQLiteUpdateWithout<SQLiteUpdateBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['from'], SelectResultFields<TSelectedFields>, TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
45
|
-
type SQLiteUpdateExecute<T extends AnySQLiteUpdate> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
|
|
46
|
-
type SQLiteUpdatePrepare<T extends AnySQLiteUpdate> = SQLitePreparedQuery<{
|
|
47
|
-
type: T['_']['resultType'];
|
|
48
|
-
run: T['_']['runResult'];
|
|
49
|
-
all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
|
|
50
|
-
get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'];
|
|
51
|
-
values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
|
|
52
|
-
execute: SQLiteUpdateExecute<T>;
|
|
53
|
-
}>;
|
|
54
|
-
type SQLiteUpdateJoinFn<T extends AnySQLiteUpdate> = <TJoinedTable extends SQLiteTable | Subquery | SQLiteViewBase | SQL>(table: TJoinedTable, on: ((updateTable: T['_']['table']['_']['columns'], from: T['_']['from'] extends SQLiteTable ? T['_']['from']['_']['columns'] : T['_']['from'] extends Subquery | SQLiteViewBase ? T['_']['from']['_']['selectedFields'] : never) => SQL | undefined) | SQL | undefined) => T;
|
|
55
|
-
type SQLiteUpdateDynamic<T extends AnySQLiteUpdate> = SQLiteUpdate<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
|
|
56
|
-
type SQLiteUpdate<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = any, TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL | undefined = undefined, TReturning extends Record<string, unknown> | undefined = Record<string, unknown> | undefined> = SQLiteUpdateBase<TTable, TResultType, TRunResult, TFrom, TReturning, true, never>;
|
|
57
|
-
type AnySQLiteUpdate = SQLiteUpdateBase<any, any, any, any, any, any, any>;
|
|
58
|
-
interface SQLiteUpdateBase<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL | undefined = undefined, TReturning = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends SQLWrapper, QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]> {
|
|
59
|
-
readonly _: {
|
|
60
|
-
readonly dialect: 'sqlite';
|
|
61
|
-
readonly table: TTable;
|
|
62
|
-
readonly resultType: TResultType;
|
|
63
|
-
readonly runResult: TRunResult;
|
|
64
|
-
readonly from: TFrom;
|
|
65
|
-
readonly returning: TReturning;
|
|
66
|
-
readonly dynamic: TDynamic;
|
|
67
|
-
readonly excludedMethods: TExcludedMethods;
|
|
68
|
-
readonly result: TReturning extends undefined ? TRunResult : TReturning[];
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
declare class SQLiteUpdateBase<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL | undefined = undefined, TReturning = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]> implements RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
|
|
72
|
-
private session;
|
|
73
|
-
private dialect;
|
|
74
|
-
static readonly [entityKind]: string;
|
|
75
|
-
constructor(table: TTable, set: UpdateSet, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[]);
|
|
76
|
-
from<TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL>(source: TFrom): SQLiteUpdateWithJoins<this, TDynamic, TFrom>;
|
|
77
|
-
private createJoin;
|
|
78
|
-
leftJoin: SQLiteUpdateJoinFn<this>;
|
|
79
|
-
rightJoin: SQLiteUpdateJoinFn<this>;
|
|
80
|
-
innerJoin: SQLiteUpdateJoinFn<this>;
|
|
81
|
-
fullJoin: SQLiteUpdateJoinFn<this>;
|
|
82
|
-
/**
|
|
83
|
-
* Adds a 'where' clause to the query.
|
|
84
|
-
*
|
|
85
|
-
* Calling this method will update only those rows that fulfill a specified condition.
|
|
86
|
-
*
|
|
87
|
-
* See docs: {@link https://orm.drizzle.team/docs/update}
|
|
88
|
-
*
|
|
89
|
-
* @param where the 'where' clause.
|
|
90
|
-
*
|
|
91
|
-
* @example
|
|
92
|
-
* You can use conditional operators and `sql function` to filter the rows to be updated.
|
|
93
|
-
*
|
|
94
|
-
* ```ts
|
|
95
|
-
* // Update all cars with green color
|
|
96
|
-
* db.update(cars).set({ color: 'red' })
|
|
97
|
-
* .where(eq(cars.color, 'green'));
|
|
98
|
-
* // or
|
|
99
|
-
* db.update(cars).set({ color: 'red' })
|
|
100
|
-
* .where(sql`${cars.color} = 'green'`)
|
|
101
|
-
* ```
|
|
102
|
-
*
|
|
103
|
-
* You can logically combine conditional operators with `and()` and `or()` operators:
|
|
104
|
-
*
|
|
105
|
-
* ```ts
|
|
106
|
-
* // Update all BMW cars with a green color
|
|
107
|
-
* db.update(cars).set({ color: 'red' })
|
|
108
|
-
* .where(and(eq(cars.color, 'green'), eq(cars.brand, 'BMW')));
|
|
109
|
-
*
|
|
110
|
-
* // Update all cars with the green or blue color
|
|
111
|
-
* db.update(cars).set({ color: 'red' })
|
|
112
|
-
* .where(or(eq(cars.color, 'green'), eq(cars.color, 'blue')));
|
|
113
|
-
* ```
|
|
114
|
-
*/
|
|
115
|
-
where(where: SQL | undefined): SQLiteUpdateWithout<this, TDynamic, 'where'>;
|
|
116
|
-
orderBy(builder: (updateTable: TTable) => ValueOrArray<SQLiteColumn | SQL | SQL.Aliased>): SQLiteUpdateWithout<this, TDynamic, 'orderBy'>;
|
|
117
|
-
orderBy(...columns: (SQLiteColumn | SQL | SQL.Aliased)[]): SQLiteUpdateWithout<this, TDynamic, 'orderBy'>;
|
|
118
|
-
limit(limit: number | Placeholder): SQLiteUpdateWithout<this, TDynamic, 'limit'>;
|
|
119
|
-
/**
|
|
120
|
-
* Adds a `returning` clause to the query.
|
|
121
|
-
*
|
|
122
|
-
* Calling this method will return the specified fields of the updated rows. If no fields are specified, all fields will be returned.
|
|
123
|
-
*
|
|
124
|
-
* See docs: {@link https://orm.drizzle.team/docs/update#update-with-returning}
|
|
125
|
-
*
|
|
126
|
-
* @example
|
|
127
|
-
* ```ts
|
|
128
|
-
* // Update all cars with the green color and return all fields
|
|
129
|
-
* const updatedCars: Car[] = await db.update(cars)
|
|
130
|
-
* .set({ color: 'red' })
|
|
131
|
-
* .where(eq(cars.color, 'green'))
|
|
132
|
-
* .returning();
|
|
133
|
-
*
|
|
134
|
-
* // Update all cars with the green color and return only their id and brand fields
|
|
135
|
-
* const updatedCarsIdsAndBrands: { id: number, brand: string }[] = await db.update(cars)
|
|
136
|
-
* .set({ color: 'red' })
|
|
137
|
-
* .where(eq(cars.color, 'green'))
|
|
138
|
-
* .returning({ id: cars.id, brand: cars.brand });
|
|
139
|
-
* ```
|
|
140
|
-
*/
|
|
141
|
-
returning(): SQLiteUpdateReturningAll<this, TDynamic>;
|
|
142
|
-
returning<TSelectedFields extends SelectedFields>(fields: TSelectedFields): SQLiteUpdateReturning<this, TDynamic, TSelectedFields>;
|
|
143
|
-
toSQL(): Query;
|
|
144
|
-
prepare(): SQLiteUpdatePrepare<this>;
|
|
145
|
-
run: ReturnType<this['prepare']>['run'];
|
|
146
|
-
all: ReturnType<this['prepare']>['all'];
|
|
147
|
-
get: ReturnType<this['prepare']>['get'];
|
|
148
|
-
values: ReturnType<this['prepare']>['values'];
|
|
149
|
-
execute(): Promise<SQLiteUpdateExecute<this>>;
|
|
150
|
-
$dynamic(): SQLiteUpdateDynamic<this>;
|
|
151
|
-
}
|
|
152
|
-
//#endregion
|
|
153
|
-
export { SQLiteUpdateBuilder, SQLiteUpdateConfig, SQLiteUpdateSetSource };
|
|
154
|
-
//# sourceMappingURL=update.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update.d.ts","names":["GetColumnData","entityKind","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQL","SQLWrapper","SQLiteDialect","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","UpdateSet","ValueOrArray","SQLiteColumn","SQLiteViewBase","SelectedFields","SelectedFieldsOrdered","SQLiteSelectJoinConfig","SQLiteUpdateConfig","Aliased","where","limit","orderBy","set","table","from","joins","returning","withList","SQLiteUpdateSetSource","TTable","Key","SQLiteUpdateBuilder","TResultType","TRunResult","SQLiteUpdateBase","SQLiteUpdateWithout","session","dialect","_","constructor","values","T","TDynamic","K","AnySQLiteUpdate","Omit","SQLiteUpdateWithJoins","TFrom","Exclude","SQLiteUpdateReturningAll","SQLiteUpdateReturning","TSelectedFields","SQLiteUpdateExecute","SQLiteUpdatePrepare","type","run","all","get","execute","SQLiteUpdateJoinFn","TJoinedTable","updateTable","on","SQLiteUpdateDynamic","SQLiteUpdate","TReturning","Record","TExcludedMethods","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","source","createJoin","leftJoin","rightJoin","innerJoin","fullJoin","builder","columns","fields","toSQL","prepare","$dynamic"],"sources":["../../../../../../../../../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../entity.mjs";
|
|
2
|
-
import { WithCacheConfig } from "../cache/core/types.mjs";
|
|
3
|
-
import { Cache } from "../cache/core/cache.mjs";
|
|
4
|
-
import { Query, SQL } from "../sql/sql.mjs";
|
|
5
|
-
import { TablesRelationalConfig } from "../relations.mjs";
|
|
6
|
-
import { PreparedQuery } from "../session.mjs";
|
|
7
|
-
import { QueryPromise } from "../query-promise.mjs";
|
|
8
|
-
import { BaseSQLiteDatabase } from "./db.mjs";
|
|
9
|
-
import { SQLiteRaw } from "./query-builders/raw.mjs";
|
|
10
|
-
import { SQLiteAsyncDialect, SQLiteSyncDialect } from "./dialect.mjs";
|
|
11
|
-
import { SelectedFieldsOrdered } from "./query-builders/select.types.mjs";
|
|
12
|
-
|
|
13
|
-
//#region ../../node_modules/.pnpm/drizzle-orm@0.44.3_@libsql+client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts
|
|
14
|
-
interface PreparedQueryConfig {
|
|
15
|
-
type: 'sync' | 'async';
|
|
16
|
-
run: unknown;
|
|
17
|
-
all: unknown;
|
|
18
|
-
get: unknown;
|
|
19
|
-
values: unknown;
|
|
20
|
-
execute: unknown;
|
|
21
|
-
}
|
|
22
|
-
declare class ExecuteResultSync<T> extends QueryPromise<T> {
|
|
23
|
-
private resultCb;
|
|
24
|
-
static readonly [entityKind]: string;
|
|
25
|
-
constructor(resultCb: () => T);
|
|
26
|
-
execute(): Promise<T>;
|
|
27
|
-
sync(): T;
|
|
28
|
-
}
|
|
29
|
-
type ExecuteResult<TType extends 'sync' | 'async', TResult> = TType extends 'async' ? Promise<TResult> : ExecuteResultSync<TResult>;
|
|
30
|
-
declare abstract class SQLitePreparedQuery<T extends PreparedQueryConfig> implements PreparedQuery {
|
|
31
|
-
private mode;
|
|
32
|
-
private executeMethod;
|
|
33
|
-
protected query: Query;
|
|
34
|
-
private cache?;
|
|
35
|
-
private queryMetadata?;
|
|
36
|
-
private cacheConfig?;
|
|
37
|
-
static readonly [entityKind]: string;
|
|
38
|
-
constructor(mode: 'sync' | 'async', executeMethod: SQLiteExecuteMethod, query: Query, cache?: Cache | undefined, queryMetadata?: {
|
|
39
|
-
type: 'select' | 'update' | 'delete' | 'insert';
|
|
40
|
-
tables: string[];
|
|
41
|
-
} | undefined, cacheConfig?: WithCacheConfig | undefined);
|
|
42
|
-
getQuery(): Query;
|
|
43
|
-
abstract run(placeholderValues?: Record<string, unknown>): Result<T['type'], T['run']>;
|
|
44
|
-
mapRunResult(result: unknown, _isFromBatch?: boolean): unknown;
|
|
45
|
-
abstract all(placeholderValues?: Record<string, unknown>): Result<T['type'], T['all']>;
|
|
46
|
-
mapAllResult(_result: unknown, _isFromBatch?: boolean): unknown;
|
|
47
|
-
abstract get(placeholderValues?: Record<string, unknown>): Result<T['type'], T['get']>;
|
|
48
|
-
mapGetResult(_result: unknown, _isFromBatch?: boolean): unknown;
|
|
49
|
-
abstract values(placeholderValues?: Record<string, unknown>): Result<T['type'], T['values']>;
|
|
50
|
-
execute(placeholderValues?: Record<string, unknown>): ExecuteResult<T['type'], T['execute']>;
|
|
51
|
-
mapResult(response: unknown, isFromBatch?: boolean): unknown;
|
|
52
|
-
}
|
|
53
|
-
interface SQLiteTransactionConfig {
|
|
54
|
-
behavior?: 'deferred' | 'immediate' | 'exclusive';
|
|
55
|
-
}
|
|
56
|
-
type SQLiteExecuteMethod = 'run' | 'all' | 'get';
|
|
57
|
-
declare abstract class SQLiteSession<TResultKind extends 'sync' | 'async', TRunResult, TFullSchema extends Record<string, unknown>, TSchema extends TablesRelationalConfig> {
|
|
58
|
-
static readonly [entityKind]: string;
|
|
59
|
-
constructor(/** @internal */
|
|
60
|
-
|
|
61
|
-
dialect: {
|
|
62
|
-
sync: SQLiteSyncDialect;
|
|
63
|
-
async: SQLiteAsyncDialect;
|
|
64
|
-
}[TResultKind]);
|
|
65
|
-
abstract prepareQuery(query: Query, fields: SelectedFieldsOrdered | undefined, executeMethod: SQLiteExecuteMethod, isResponseInArrayMode: boolean, customResultMapper?: (rows: unknown[][], mapColumnValue?: (value: unknown) => unknown) => unknown, queryMetadata?: {
|
|
66
|
-
type: 'select' | 'update' | 'delete' | 'insert';
|
|
67
|
-
tables: string[];
|
|
68
|
-
}, cacheConfig?: WithCacheConfig): SQLitePreparedQuery<PreparedQueryConfig & {
|
|
69
|
-
type: TResultKind;
|
|
70
|
-
}>;
|
|
71
|
-
prepareOneTimeQuery(query: Query, fields: SelectedFieldsOrdered | undefined, executeMethod: SQLiteExecuteMethod, isResponseInArrayMode: boolean, customResultMapper?: (rows: unknown[][], mapColumnValue?: (value: unknown) => unknown) => unknown, queryMetadata?: {
|
|
72
|
-
type: 'select' | 'update' | 'delete' | 'insert';
|
|
73
|
-
tables: string[];
|
|
74
|
-
}, cacheConfig?: WithCacheConfig): SQLitePreparedQuery<PreparedQueryConfig & {
|
|
75
|
-
type: TResultKind;
|
|
76
|
-
}>;
|
|
77
|
-
abstract transaction<T>(transaction: (tx: SQLiteTransaction<TResultKind, TRunResult, TFullSchema, TSchema>) => Result<TResultKind, T>, config?: SQLiteTransactionConfig): Result<TResultKind, T>;
|
|
78
|
-
run(query: SQL): Result<TResultKind, TRunResult>;
|
|
79
|
-
all<T = unknown>(query: SQL): Result<TResultKind, T[]>;
|
|
80
|
-
get<T = unknown>(query: SQL): Result<TResultKind, T>;
|
|
81
|
-
values<T extends any[] = unknown[]>(query: SQL): Result<TResultKind, T[]>;
|
|
82
|
-
count(sql: SQL): Promise<number>;
|
|
83
|
-
}
|
|
84
|
-
type Result<TKind extends 'sync' | 'async', TResult> = {
|
|
85
|
-
sync: TResult;
|
|
86
|
-
async: Promise<TResult>;
|
|
87
|
-
}[TKind];
|
|
88
|
-
type DBResult<TKind extends 'sync' | 'async', TResult> = {
|
|
89
|
-
sync: TResult;
|
|
90
|
-
async: SQLiteRaw<TResult>;
|
|
91
|
-
}[TKind];
|
|
92
|
-
declare abstract class SQLiteTransaction<TResultType extends 'sync' | 'async', TRunResult, TFullSchema extends Record<string, unknown>, TSchema extends TablesRelationalConfig> extends BaseSQLiteDatabase<TResultType, TRunResult, TFullSchema, TSchema> {
|
|
93
|
-
protected schema: {
|
|
94
|
-
fullSchema: Record<string, unknown>;
|
|
95
|
-
schema: TSchema;
|
|
96
|
-
tableNamesMap: Record<string, string>;
|
|
97
|
-
} | undefined;
|
|
98
|
-
protected readonly nestedIndex: number;
|
|
99
|
-
static readonly [entityKind]: string;
|
|
100
|
-
constructor(resultType: TResultType, dialect: {
|
|
101
|
-
sync: SQLiteSyncDialect;
|
|
102
|
-
async: SQLiteAsyncDialect;
|
|
103
|
-
}[TResultType], session: SQLiteSession<TResultType, TRunResult, TFullSchema, TSchema>, schema: {
|
|
104
|
-
fullSchema: Record<string, unknown>;
|
|
105
|
-
schema: TSchema;
|
|
106
|
-
tableNamesMap: Record<string, string>;
|
|
107
|
-
} | undefined, nestedIndex?: number);
|
|
108
|
-
rollback(): never;
|
|
109
|
-
}
|
|
110
|
-
//#endregion
|
|
111
|
-
export { DBResult, PreparedQueryConfig, Result, SQLitePreparedQuery, SQLiteSession, SQLiteTransaction, SQLiteTransactionConfig };
|
|
112
|
-
//# sourceMappingURL=session.d.mts.map
|