@m5kdev/frontend 0.16.9 → 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 +4 -4
- package/dist/src/modules/auth/auth.lib.d.ts +4 -4
- 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/components/AuthProvider.js +1 -1
- package/dist/src/modules/auth/components/AuthProvider.mjs +1 -1
- package/dist/src/modules/auth/hooks/useAuthAdmin.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 +3 -2
- package/dist/src/modules/billing/components/BillingProvider.js.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.mjs +3 -2
- 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/useNuqsTable.d.mts +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.d.mts +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,171 +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 { Param, Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.mjs";
|
|
5
|
-
import { DrizzleTypeError, Simplify } from "../../utils.mjs";
|
|
6
|
-
import { TypedQueryBuilder } from "../../query-builders/query-builder.mjs";
|
|
7
|
-
import { QueryPromise } from "../../query-promise.mjs";
|
|
8
|
-
import { RunnableQuery } from "../../runnable-query.mjs";
|
|
9
|
-
import { IndexColumn } from "../indexes.mjs";
|
|
10
|
-
import { SQLitePreparedQuery, SQLiteSession } from "../session.mjs";
|
|
11
|
-
import { SQLiteUpdateSetSource } from "./update.mjs";
|
|
12
|
-
import { SQLiteDialect } from "../dialect.mjs";
|
|
13
|
-
import { QueryBuilder } from "./query-builder.mjs";
|
|
14
|
-
import { SQLiteTable } from "../table.mjs";
|
|
15
|
-
import { AnySQLiteColumn } from "../columns/common.mjs";
|
|
16
|
-
import { SelectedFieldsFlat, SelectedFieldsOrdered } from "./select.types.mjs";
|
|
17
|
-
|
|
18
|
-
//#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/insert.d.ts
|
|
19
|
-
interface SQLiteInsertConfig<TTable extends SQLiteTable = SQLiteTable> {
|
|
20
|
-
table: TTable;
|
|
21
|
-
values: Record<string, Param | SQL>[] | SQLiteInsertSelectQueryBuilder<TTable> | SQL;
|
|
22
|
-
withList?: Subquery[];
|
|
23
|
-
onConflict?: SQL[];
|
|
24
|
-
returning?: SelectedFieldsOrdered;
|
|
25
|
-
select?: boolean;
|
|
26
|
-
}
|
|
27
|
-
type SQLiteInsertValue<TTable extends SQLiteTable> = Simplify<{ [Key in keyof TTable['$inferInsert']]: TTable['$inferInsert'][Key] | SQL | Placeholder }>;
|
|
28
|
-
type SQLiteInsertSelectQueryBuilder<TTable extends SQLiteTable> = TypedQueryBuilder<{ [K in keyof TTable['$inferInsert']]: AnySQLiteColumn | SQL | SQL.Aliased | TTable['$inferInsert'][K] }>;
|
|
29
|
-
declare class SQLiteInsertBuilder<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
|
-
constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[] | undefined);
|
|
36
|
-
values(value: SQLiteInsertValue<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
37
|
-
values(values: SQLiteInsertValue<TTable>[]): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
38
|
-
select(selectQuery: (qb: QueryBuilder) => SQLiteInsertSelectQueryBuilder<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
39
|
-
select(selectQuery: (qb: QueryBuilder) => SQL): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
40
|
-
select(selectQuery: SQL): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
41
|
-
select(selectQuery: SQLiteInsertSelectQueryBuilder<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
42
|
-
}
|
|
43
|
-
type SQLiteInsertWithout<T extends AnySQLiteInsert, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
|
|
44
|
-
type SQLiteInsertReturning<T extends AnySQLiteInsert, TDynamic extends boolean, TSelectedFields extends SelectedFieldsFlat> = SQLiteInsertWithout<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], SelectResultFields<TSelectedFields>, TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
45
|
-
type SQLiteInsertReturningAll<T extends AnySQLiteInsert, TDynamic extends boolean> = SQLiteInsertWithout<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['table']['$inferSelect'], TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
46
|
-
type SQLiteInsertOnConflictDoUpdateConfig<T extends AnySQLiteInsert> = {
|
|
47
|
-
target: IndexColumn | IndexColumn[]; /** @deprecated - use either `targetWhere` or `setWhere` */
|
|
48
|
-
where?: SQL;
|
|
49
|
-
targetWhere?: SQL;
|
|
50
|
-
setWhere?: SQL;
|
|
51
|
-
set: SQLiteUpdateSetSource<T['_']['table']>;
|
|
52
|
-
};
|
|
53
|
-
type SQLiteInsertDynamic<T extends AnySQLiteInsert> = SQLiteInsert<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
|
|
54
|
-
type SQLiteInsertExecute<T extends AnySQLiteInsert> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
|
|
55
|
-
type SQLiteInsertPrepare<T extends AnySQLiteInsert> = SQLitePreparedQuery<{
|
|
56
|
-
type: T['_']['resultType'];
|
|
57
|
-
run: T['_']['runResult'];
|
|
58
|
-
all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
|
|
59
|
-
get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'];
|
|
60
|
-
values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
|
|
61
|
-
execute: SQLiteInsertExecute<T>;
|
|
62
|
-
}>;
|
|
63
|
-
type AnySQLiteInsert = SQLiteInsertBase<any, any, any, any, any, any>;
|
|
64
|
-
type SQLiteInsert<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TReturning = any> = SQLiteInsertBase<TTable, TResultType, TRunResult, TReturning, true, never>;
|
|
65
|
-
interface SQLiteInsertBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends SQLWrapper, QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]>, RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'> {
|
|
66
|
-
readonly _: {
|
|
67
|
-
readonly dialect: 'sqlite';
|
|
68
|
-
readonly table: TTable;
|
|
69
|
-
readonly resultType: TResultType;
|
|
70
|
-
readonly runResult: TRunResult;
|
|
71
|
-
readonly returning: TReturning;
|
|
72
|
-
readonly dynamic: TDynamic;
|
|
73
|
-
readonly excludedMethods: TExcludedMethods;
|
|
74
|
-
readonly result: TReturning extends undefined ? TRunResult : TReturning[];
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
declare class SQLiteInsertBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, 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 {
|
|
78
|
-
private session;
|
|
79
|
-
private dialect;
|
|
80
|
-
static readonly [entityKind]: string;
|
|
81
|
-
constructor(table: TTable, values: SQLiteInsertConfig['values'], session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[], select?: boolean);
|
|
82
|
-
/**
|
|
83
|
-
* Adds a `returning` clause to the query.
|
|
84
|
-
*
|
|
85
|
-
* Calling this method will return the specified fields of the inserted rows. If no fields are specified, all fields will be returned.
|
|
86
|
-
*
|
|
87
|
-
* See docs: {@link https://orm.drizzle.team/docs/insert#insert-returning}
|
|
88
|
-
*
|
|
89
|
-
* @example
|
|
90
|
-
* ```ts
|
|
91
|
-
* // Insert one row and return all fields
|
|
92
|
-
* const insertedCar: Car[] = await db.insert(cars)
|
|
93
|
-
* .values({ brand: 'BMW' })
|
|
94
|
-
* .returning();
|
|
95
|
-
*
|
|
96
|
-
* // Insert one row and return only the id
|
|
97
|
-
* const insertedCarId: { id: number }[] = await db.insert(cars)
|
|
98
|
-
* .values({ brand: 'BMW' })
|
|
99
|
-
* .returning({ id: cars.id });
|
|
100
|
-
* ```
|
|
101
|
-
*/
|
|
102
|
-
returning(): SQLiteInsertReturningAll<this, TDynamic>;
|
|
103
|
-
returning<TSelectedFields extends SelectedFieldsFlat>(fields: TSelectedFields): SQLiteInsertReturning<this, TDynamic, TSelectedFields>;
|
|
104
|
-
/**
|
|
105
|
-
* Adds an `on conflict do nothing` clause to the query.
|
|
106
|
-
*
|
|
107
|
-
* Calling this method simply avoids inserting a row as its alternative action.
|
|
108
|
-
*
|
|
109
|
-
* See docs: {@link https://orm.drizzle.team/docs/insert#on-conflict-do-nothing}
|
|
110
|
-
*
|
|
111
|
-
* @param config The `target` and `where` clauses.
|
|
112
|
-
*
|
|
113
|
-
* @example
|
|
114
|
-
* ```ts
|
|
115
|
-
* // Insert one row and cancel the insert if there's a conflict
|
|
116
|
-
* await db.insert(cars)
|
|
117
|
-
* .values({ id: 1, brand: 'BMW' })
|
|
118
|
-
* .onConflictDoNothing();
|
|
119
|
-
*
|
|
120
|
-
* // Explicitly specify conflict target
|
|
121
|
-
* await db.insert(cars)
|
|
122
|
-
* .values({ id: 1, brand: 'BMW' })
|
|
123
|
-
* .onConflictDoNothing({ target: cars.id });
|
|
124
|
-
* ```
|
|
125
|
-
*/
|
|
126
|
-
onConflictDoNothing(config?: {
|
|
127
|
-
target?: IndexColumn | IndexColumn[];
|
|
128
|
-
where?: SQL;
|
|
129
|
-
}): this;
|
|
130
|
-
/**
|
|
131
|
-
* Adds an `on conflict do update` clause to the query.
|
|
132
|
-
*
|
|
133
|
-
* Calling this method will update the existing row that conflicts with the row proposed for insertion as its alternative action.
|
|
134
|
-
*
|
|
135
|
-
* See docs: {@link https://orm.drizzle.team/docs/insert#upserts-and-conflicts}
|
|
136
|
-
*
|
|
137
|
-
* @param config The `target`, `set` and `where` clauses.
|
|
138
|
-
*
|
|
139
|
-
* @example
|
|
140
|
-
* ```ts
|
|
141
|
-
* // Update the row if there's a conflict
|
|
142
|
-
* await db.insert(cars)
|
|
143
|
-
* .values({ id: 1, brand: 'BMW' })
|
|
144
|
-
* .onConflictDoUpdate({
|
|
145
|
-
* target: cars.id,
|
|
146
|
-
* set: { brand: 'Porsche' }
|
|
147
|
-
* });
|
|
148
|
-
*
|
|
149
|
-
* // Upsert with 'where' clause
|
|
150
|
-
* await db.insert(cars)
|
|
151
|
-
* .values({ id: 1, brand: 'BMW' })
|
|
152
|
-
* .onConflictDoUpdate({
|
|
153
|
-
* target: cars.id,
|
|
154
|
-
* set: { brand: 'newBMW' },
|
|
155
|
-
* where: sql`${cars.createdAt} > '2023-01-01'::date`,
|
|
156
|
-
* });
|
|
157
|
-
* ```
|
|
158
|
-
*/
|
|
159
|
-
onConflictDoUpdate(config: SQLiteInsertOnConflictDoUpdateConfig<this>): this;
|
|
160
|
-
toSQL(): Query;
|
|
161
|
-
prepare(): SQLiteInsertPrepare<this>;
|
|
162
|
-
run: ReturnType<this['prepare']>['run'];
|
|
163
|
-
all: ReturnType<this['prepare']>['all'];
|
|
164
|
-
get: ReturnType<this['prepare']>['get'];
|
|
165
|
-
values: ReturnType<this['prepare']>['values'];
|
|
166
|
-
execute(): Promise<SQLiteInsertExecute<this>>;
|
|
167
|
-
$dynamic(): SQLiteInsertDynamic<this>;
|
|
168
|
-
}
|
|
169
|
-
//#endregion
|
|
170
|
-
export { SQLiteInsertBuilder, SQLiteInsertConfig };
|
|
171
|
-
//# sourceMappingURL=insert.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"insert.d.mts","names":["entityKind","TypedQueryBuilder","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQLWrapper","Param","SQL","SQLiteDialect","IndexColumn","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","Simplify","AnySQLiteColumn","QueryBuilder","SelectedFieldsFlat","SelectedFieldsOrdered","SQLiteUpdateSetSource","SQLiteInsertConfig","TTable","Record","SQLiteInsertSelectQueryBuilder","table","values","withList","onConflict","returning","select","SQLiteInsertValue","Key","Aliased","K","SQLiteInsertBuilder","TResultType","TRunResult","SQLiteInsertBase","session","dialect","constructor","value","qb","selectQuery","SQLiteInsertWithout","T","TDynamic","AnySQLiteInsert","Omit","SQLiteInsertReturning","TSelectedFields","SQLiteInsertReturningAll","SQLiteInsertOnConflictDoUpdateConfig","target","where","targetWhere","setWhere","set","SQLiteInsertDynamic","SQLiteInsert","SQLiteInsertExecute","SQLiteInsertPrepare","type","run","all","get","execute","TReturning","TExcludedMethods","_","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","fields","onConflictDoNothing","config","onConflictDoUpdate","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/insert.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -1,171 +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 { Param, Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.js";
|
|
5
|
-
import { DrizzleTypeError, Simplify } from "../../utils.js";
|
|
6
|
-
import { TypedQueryBuilder } from "../../query-builders/query-builder.js";
|
|
7
|
-
import { QueryPromise } from "../../query-promise.js";
|
|
8
|
-
import { RunnableQuery } from "../../runnable-query.js";
|
|
9
|
-
import { IndexColumn } from "../indexes.js";
|
|
10
|
-
import { SQLitePreparedQuery, SQLiteSession } from "../session.js";
|
|
11
|
-
import { SQLiteUpdateSetSource } from "./update.js";
|
|
12
|
-
import { SQLiteDialect } from "../dialect.js";
|
|
13
|
-
import { QueryBuilder } from "./query-builder.js";
|
|
14
|
-
import { SQLiteTable } from "../table.js";
|
|
15
|
-
import { AnySQLiteColumn } from "../columns/common.js";
|
|
16
|
-
import { SelectedFieldsFlat, SelectedFieldsOrdered } from "./select.types.js";
|
|
17
|
-
|
|
18
|
-
//#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/insert.d.ts
|
|
19
|
-
interface SQLiteInsertConfig<TTable extends SQLiteTable = SQLiteTable> {
|
|
20
|
-
table: TTable;
|
|
21
|
-
values: Record<string, Param | SQL>[] | SQLiteInsertSelectQueryBuilder<TTable> | SQL;
|
|
22
|
-
withList?: Subquery[];
|
|
23
|
-
onConflict?: SQL[];
|
|
24
|
-
returning?: SelectedFieldsOrdered;
|
|
25
|
-
select?: boolean;
|
|
26
|
-
}
|
|
27
|
-
type SQLiteInsertValue<TTable extends SQLiteTable> = Simplify<{ [Key in keyof TTable['$inferInsert']]: TTable['$inferInsert'][Key] | SQL | Placeholder }>;
|
|
28
|
-
type SQLiteInsertSelectQueryBuilder<TTable extends SQLiteTable> = TypedQueryBuilder<{ [K in keyof TTable['$inferInsert']]: AnySQLiteColumn | SQL | SQL.Aliased | TTable['$inferInsert'][K] }>;
|
|
29
|
-
declare class SQLiteInsertBuilder<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
|
-
constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[] | undefined);
|
|
36
|
-
values(value: SQLiteInsertValue<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
37
|
-
values(values: SQLiteInsertValue<TTable>[]): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
38
|
-
select(selectQuery: (qb: QueryBuilder) => SQLiteInsertSelectQueryBuilder<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
39
|
-
select(selectQuery: (qb: QueryBuilder) => SQL): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
40
|
-
select(selectQuery: SQL): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
41
|
-
select(selectQuery: SQLiteInsertSelectQueryBuilder<TTable>): SQLiteInsertBase<TTable, TResultType, TRunResult>;
|
|
42
|
-
}
|
|
43
|
-
type SQLiteInsertWithout<T extends AnySQLiteInsert, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
|
|
44
|
-
type SQLiteInsertReturning<T extends AnySQLiteInsert, TDynamic extends boolean, TSelectedFields extends SelectedFieldsFlat> = SQLiteInsertWithout<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], SelectResultFields<TSelectedFields>, TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
45
|
-
type SQLiteInsertReturningAll<T extends AnySQLiteInsert, TDynamic extends boolean> = SQLiteInsertWithout<SQLiteInsertBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['table']['$inferSelect'], TDynamic, T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
46
|
-
type SQLiteInsertOnConflictDoUpdateConfig<T extends AnySQLiteInsert> = {
|
|
47
|
-
target: IndexColumn | IndexColumn[]; /** @deprecated - use either `targetWhere` or `setWhere` */
|
|
48
|
-
where?: SQL;
|
|
49
|
-
targetWhere?: SQL;
|
|
50
|
-
setWhere?: SQL;
|
|
51
|
-
set: SQLiteUpdateSetSource<T['_']['table']>;
|
|
52
|
-
};
|
|
53
|
-
type SQLiteInsertDynamic<T extends AnySQLiteInsert> = SQLiteInsert<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
|
|
54
|
-
type SQLiteInsertExecute<T extends AnySQLiteInsert> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
|
|
55
|
-
type SQLiteInsertPrepare<T extends AnySQLiteInsert> = SQLitePreparedQuery<{
|
|
56
|
-
type: T['_']['resultType'];
|
|
57
|
-
run: T['_']['runResult'];
|
|
58
|
-
all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
|
|
59
|
-
get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'];
|
|
60
|
-
values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
|
|
61
|
-
execute: SQLiteInsertExecute<T>;
|
|
62
|
-
}>;
|
|
63
|
-
type AnySQLiteInsert = SQLiteInsertBase<any, any, any, any, any, any>;
|
|
64
|
-
type SQLiteInsert<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TReturning = any> = SQLiteInsertBase<TTable, TResultType, TRunResult, TReturning, true, never>;
|
|
65
|
-
interface SQLiteInsertBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends SQLWrapper, QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]>, RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'> {
|
|
66
|
-
readonly _: {
|
|
67
|
-
readonly dialect: 'sqlite';
|
|
68
|
-
readonly table: TTable;
|
|
69
|
-
readonly resultType: TResultType;
|
|
70
|
-
readonly runResult: TRunResult;
|
|
71
|
-
readonly returning: TReturning;
|
|
72
|
-
readonly dynamic: TDynamic;
|
|
73
|
-
readonly excludedMethods: TExcludedMethods;
|
|
74
|
-
readonly result: TReturning extends undefined ? TRunResult : TReturning[];
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
declare class SQLiteInsertBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, 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 {
|
|
78
|
-
private session;
|
|
79
|
-
private dialect;
|
|
80
|
-
static readonly [entityKind]: string;
|
|
81
|
-
constructor(table: TTable, values: SQLiteInsertConfig['values'], session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[], select?: boolean);
|
|
82
|
-
/**
|
|
83
|
-
* Adds a `returning` clause to the query.
|
|
84
|
-
*
|
|
85
|
-
* Calling this method will return the specified fields of the inserted rows. If no fields are specified, all fields will be returned.
|
|
86
|
-
*
|
|
87
|
-
* See docs: {@link https://orm.drizzle.team/docs/insert#insert-returning}
|
|
88
|
-
*
|
|
89
|
-
* @example
|
|
90
|
-
* ```ts
|
|
91
|
-
* // Insert one row and return all fields
|
|
92
|
-
* const insertedCar: Car[] = await db.insert(cars)
|
|
93
|
-
* .values({ brand: 'BMW' })
|
|
94
|
-
* .returning();
|
|
95
|
-
*
|
|
96
|
-
* // Insert one row and return only the id
|
|
97
|
-
* const insertedCarId: { id: number }[] = await db.insert(cars)
|
|
98
|
-
* .values({ brand: 'BMW' })
|
|
99
|
-
* .returning({ id: cars.id });
|
|
100
|
-
* ```
|
|
101
|
-
*/
|
|
102
|
-
returning(): SQLiteInsertReturningAll<this, TDynamic>;
|
|
103
|
-
returning<TSelectedFields extends SelectedFieldsFlat>(fields: TSelectedFields): SQLiteInsertReturning<this, TDynamic, TSelectedFields>;
|
|
104
|
-
/**
|
|
105
|
-
* Adds an `on conflict do nothing` clause to the query.
|
|
106
|
-
*
|
|
107
|
-
* Calling this method simply avoids inserting a row as its alternative action.
|
|
108
|
-
*
|
|
109
|
-
* See docs: {@link https://orm.drizzle.team/docs/insert#on-conflict-do-nothing}
|
|
110
|
-
*
|
|
111
|
-
* @param config The `target` and `where` clauses.
|
|
112
|
-
*
|
|
113
|
-
* @example
|
|
114
|
-
* ```ts
|
|
115
|
-
* // Insert one row and cancel the insert if there's a conflict
|
|
116
|
-
* await db.insert(cars)
|
|
117
|
-
* .values({ id: 1, brand: 'BMW' })
|
|
118
|
-
* .onConflictDoNothing();
|
|
119
|
-
*
|
|
120
|
-
* // Explicitly specify conflict target
|
|
121
|
-
* await db.insert(cars)
|
|
122
|
-
* .values({ id: 1, brand: 'BMW' })
|
|
123
|
-
* .onConflictDoNothing({ target: cars.id });
|
|
124
|
-
* ```
|
|
125
|
-
*/
|
|
126
|
-
onConflictDoNothing(config?: {
|
|
127
|
-
target?: IndexColumn | IndexColumn[];
|
|
128
|
-
where?: SQL;
|
|
129
|
-
}): this;
|
|
130
|
-
/**
|
|
131
|
-
* Adds an `on conflict do update` clause to the query.
|
|
132
|
-
*
|
|
133
|
-
* Calling this method will update the existing row that conflicts with the row proposed for insertion as its alternative action.
|
|
134
|
-
*
|
|
135
|
-
* See docs: {@link https://orm.drizzle.team/docs/insert#upserts-and-conflicts}
|
|
136
|
-
*
|
|
137
|
-
* @param config The `target`, `set` and `where` clauses.
|
|
138
|
-
*
|
|
139
|
-
* @example
|
|
140
|
-
* ```ts
|
|
141
|
-
* // Update the row if there's a conflict
|
|
142
|
-
* await db.insert(cars)
|
|
143
|
-
* .values({ id: 1, brand: 'BMW' })
|
|
144
|
-
* .onConflictDoUpdate({
|
|
145
|
-
* target: cars.id,
|
|
146
|
-
* set: { brand: 'Porsche' }
|
|
147
|
-
* });
|
|
148
|
-
*
|
|
149
|
-
* // Upsert with 'where' clause
|
|
150
|
-
* await db.insert(cars)
|
|
151
|
-
* .values({ id: 1, brand: 'BMW' })
|
|
152
|
-
* .onConflictDoUpdate({
|
|
153
|
-
* target: cars.id,
|
|
154
|
-
* set: { brand: 'newBMW' },
|
|
155
|
-
* where: sql`${cars.createdAt} > '2023-01-01'::date`,
|
|
156
|
-
* });
|
|
157
|
-
* ```
|
|
158
|
-
*/
|
|
159
|
-
onConflictDoUpdate(config: SQLiteInsertOnConflictDoUpdateConfig<this>): this;
|
|
160
|
-
toSQL(): Query;
|
|
161
|
-
prepare(): SQLiteInsertPrepare<this>;
|
|
162
|
-
run: ReturnType<this['prepare']>['run'];
|
|
163
|
-
all: ReturnType<this['prepare']>['all'];
|
|
164
|
-
get: ReturnType<this['prepare']>['get'];
|
|
165
|
-
values: ReturnType<this['prepare']>['values'];
|
|
166
|
-
execute(): Promise<SQLiteInsertExecute<this>>;
|
|
167
|
-
$dynamic(): SQLiteInsertDynamic<this>;
|
|
168
|
-
}
|
|
169
|
-
//#endregion
|
|
170
|
-
export { SQLiteInsertBuilder, SQLiteInsertConfig };
|
|
171
|
-
//# sourceMappingURL=insert.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"insert.d.ts","names":["entityKind","TypedQueryBuilder","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQLWrapper","Param","SQL","SQLiteDialect","IndexColumn","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","Simplify","AnySQLiteColumn","QueryBuilder","SelectedFieldsFlat","SelectedFieldsOrdered","SQLiteUpdateSetSource","SQLiteInsertConfig","TTable","Record","SQLiteInsertSelectQueryBuilder","table","values","withList","onConflict","returning","select","SQLiteInsertValue","Key","Aliased","K","SQLiteInsertBuilder","TResultType","TRunResult","SQLiteInsertBase","session","dialect","constructor","value","qb","selectQuery","SQLiteInsertWithout","T","TDynamic","AnySQLiteInsert","Omit","SQLiteInsertReturning","TSelectedFields","SQLiteInsertReturningAll","SQLiteInsertOnConflictDoUpdateConfig","target","where","targetWhere","setWhere","set","SQLiteInsertDynamic","SQLiteInsert","SQLiteInsertExecute","SQLiteInsertPrepare","type","run","all","get","execute","TReturning","TExcludedMethods","_","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","fields","onConflictDoNothing","config","onConflictDoUpdate","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/insert.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../../entity.mjs";
|
|
2
|
-
import { WithSubquery } from "../../subquery.mjs";
|
|
3
|
-
import { WithBuilder } from "../subquery.mjs";
|
|
4
|
-
import { SQLiteSelectBuilder } from "./select.mjs";
|
|
5
|
-
import { SQLiteDialect, SQLiteDialectConfig } from "../dialect.mjs";
|
|
6
|
-
import { SelectedFields } from "./select.types.mjs";
|
|
7
|
-
|
|
8
|
-
//#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/query-builder.d.ts
|
|
9
|
-
declare class QueryBuilder {
|
|
10
|
-
static readonly [entityKind]: string;
|
|
11
|
-
private dialect;
|
|
12
|
-
private dialectConfig;
|
|
13
|
-
constructor(dialect?: SQLiteDialect | SQLiteDialectConfig);
|
|
14
|
-
$with: WithBuilder;
|
|
15
|
-
with(...queries: WithSubquery[]): {
|
|
16
|
-
select: {
|
|
17
|
-
(): SQLiteSelectBuilder<undefined, "sync", void, "qb">;
|
|
18
|
-
<TSelection extends SelectedFields>(fields: TSelection): SQLiteSelectBuilder<TSelection, "sync", void, "qb">;
|
|
19
|
-
};
|
|
20
|
-
selectDistinct: {
|
|
21
|
-
(): SQLiteSelectBuilder<undefined, "sync", void, "qb">;
|
|
22
|
-
<TSelection extends SelectedFields>(fields: TSelection): SQLiteSelectBuilder<TSelection, "sync", void, "qb">;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
select(): SQLiteSelectBuilder<undefined, 'sync', void, 'qb'>;
|
|
26
|
-
select<TSelection extends SelectedFields>(fields: TSelection): SQLiteSelectBuilder<TSelection, 'sync', void, 'qb'>;
|
|
27
|
-
selectDistinct(): SQLiteSelectBuilder<undefined, 'sync', void, 'qb'>;
|
|
28
|
-
selectDistinct<TSelection extends SelectedFields>(fields: TSelection): SQLiteSelectBuilder<TSelection, 'sync', void, 'qb'>;
|
|
29
|
-
private getDialect;
|
|
30
|
-
}
|
|
31
|
-
//#endregion
|
|
32
|
-
export { QueryBuilder };
|
|
33
|
-
//# sourceMappingURL=query-builder.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query-builder.d.mts","names":["entityKind","SQLiteDialectConfig","SQLiteDialect","WithBuilder","WithSubquery","SQLiteSelectBuilder","SelectedFields","QueryBuilder","TSelection","dialect","dialectConfig","constructor","$with","with","queries","select","fields","selectDistinct","getDialect"],"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/query-builder.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;;cAOqBO,YAAAA;EAAAA,iBACAP,UAAAA;EAAAA,QACTS,OAAAA;EAAAA,QACAC,aAAAA;EACRC,WAAAA,CAAYF,OAAAA,GAAUP,aAAAA,GAAgBD,mBAAAA;EACtCW,KAAAA,EAAOT,WAAAA;EACPU,IAAAA,CAAAA,GAAQC,OAAAA,EAASV,YAAAA;IACbW,MAAAA;MAAAA,IACQV,mBAAAA;MAAAA,oBACgBC,cAAAA,EAAgBU,MAAAA,EAAQR,UAAAA,GAAaH,mBAAAA,CAAoBG,UAAAA;IAAAA;IAEjFS,cAAAA;MAAAA,IACQZ,mBAAAA;MAAAA,oBACgBC,cAAAA,EAAgBU,MAAAA,EAAQR,UAAAA,GAAaH,mBAAAA,CAAoBG,UAAAA;IAAAA;EAAAA;EAGrFO,MAAAA,CAAAA,GAAUV,mBAAAA;EACVU,MAAAA,oBAA0BT,cAAAA,CAAAA,CAAgBU,MAAAA,EAAQR,UAAAA,GAAaH,mBAAAA,CAAoBG,UAAAA;EACnFS,cAAAA,CAAAA,GAAkBZ,mBAAAA;EAClBY,cAAAA,oBAAkCX,cAAAA,CAAAA,CAAgBU,MAAAA,EAAQR,UAAAA,GAAaH,mBAAAA,CAAoBG,UAAAA;EAAAA,QACnFU,UAAAA;AAAAA"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../../entity.js";
|
|
2
|
-
import { WithSubquery } from "../../subquery.js";
|
|
3
|
-
import { WithBuilder } from "../subquery.js";
|
|
4
|
-
import { SQLiteSelectBuilder } from "./select.js";
|
|
5
|
-
import { SQLiteDialect, SQLiteDialectConfig } from "../dialect.js";
|
|
6
|
-
import { SelectedFields } from "./select.types.js";
|
|
7
|
-
|
|
8
|
-
//#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/query-builder.d.ts
|
|
9
|
-
declare class QueryBuilder {
|
|
10
|
-
static readonly [entityKind]: string;
|
|
11
|
-
private dialect;
|
|
12
|
-
private dialectConfig;
|
|
13
|
-
constructor(dialect?: SQLiteDialect | SQLiteDialectConfig);
|
|
14
|
-
$with: WithBuilder;
|
|
15
|
-
with(...queries: WithSubquery[]): {
|
|
16
|
-
select: {
|
|
17
|
-
(): SQLiteSelectBuilder<undefined, "sync", void, "qb">;
|
|
18
|
-
<TSelection extends SelectedFields>(fields: TSelection): SQLiteSelectBuilder<TSelection, "sync", void, "qb">;
|
|
19
|
-
};
|
|
20
|
-
selectDistinct: {
|
|
21
|
-
(): SQLiteSelectBuilder<undefined, "sync", void, "qb">;
|
|
22
|
-
<TSelection extends SelectedFields>(fields: TSelection): SQLiteSelectBuilder<TSelection, "sync", void, "qb">;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
select(): SQLiteSelectBuilder<undefined, 'sync', void, 'qb'>;
|
|
26
|
-
select<TSelection extends SelectedFields>(fields: TSelection): SQLiteSelectBuilder<TSelection, 'sync', void, 'qb'>;
|
|
27
|
-
selectDistinct(): SQLiteSelectBuilder<undefined, 'sync', void, 'qb'>;
|
|
28
|
-
selectDistinct<TSelection extends SelectedFields>(fields: TSelection): SQLiteSelectBuilder<TSelection, 'sync', void, 'qb'>;
|
|
29
|
-
private getDialect;
|
|
30
|
-
}
|
|
31
|
-
//#endregion
|
|
32
|
-
export { QueryBuilder };
|
|
33
|
-
//# sourceMappingURL=query-builder.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query-builder.d.ts","names":["entityKind","SQLiteDialectConfig","SQLiteDialect","WithBuilder","WithSubquery","SQLiteSelectBuilder","SelectedFields","QueryBuilder","TSelection","dialect","dialectConfig","constructor","$with","with","queries","select","fields","selectDistinct","getDialect"],"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/query-builder.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;;cAOqBO,YAAAA;EAAAA,iBACAP,UAAAA;EAAAA,QACTS,OAAAA;EAAAA,QACAC,aAAAA;EACRC,WAAAA,CAAYF,OAAAA,GAAUP,aAAAA,GAAgBD,mBAAAA;EACtCW,KAAAA,EAAOT,WAAAA;EACPU,IAAAA,CAAAA,GAAQC,OAAAA,EAASV,YAAAA;IACbW,MAAAA;MAAAA,IACQV,mBAAAA;MAAAA,oBACgBC,cAAAA,EAAgBU,MAAAA,EAAQR,UAAAA,GAAaH,mBAAAA,CAAoBG,UAAAA;IAAAA;IAEjFS,cAAAA;MAAAA,IACQZ,mBAAAA;MAAAA,oBACgBC,cAAAA,EAAgBU,MAAAA,EAAQR,UAAAA,GAAaH,mBAAAA,CAAoBG,UAAAA;IAAAA;EAAAA;EAGrFO,MAAAA,CAAAA,GAAUV,mBAAAA;EACVU,MAAAA,oBAA0BT,cAAAA,CAAAA,CAAgBU,MAAAA,EAAQR,UAAAA,GAAaH,mBAAAA,CAAoBG,UAAAA;EACnFS,cAAAA,CAAAA,GAAkBZ,mBAAAA;EAClBY,cAAAA,oBAAkCX,cAAAA,CAAAA,CAAgBU,MAAAA,EAAQR,UAAAA,GAAaH,mBAAAA,CAAoBG,UAAAA;EAAAA,QACnFU,UAAAA;AAAAA"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../../entity.mjs";
|
|
2
|
-
import { Query, SQLWrapper } from "../../sql/sql.mjs";
|
|
3
|
-
import { KnownKeysOnly } from "../../utils.mjs";
|
|
4
|
-
import { BuildQueryResult, DBQueryConfig, TableRelationalConfig, TablesRelationalConfig } from "../../relations.mjs";
|
|
5
|
-
import { QueryPromise } from "../../query-promise.mjs";
|
|
6
|
-
import { RunnableQuery } from "../../runnable-query.mjs";
|
|
7
|
-
import { PreparedQueryConfig, SQLitePreparedQuery, SQLiteSession } from "../session.mjs";
|
|
8
|
-
import { SQLiteDialect } from "../dialect.mjs";
|
|
9
|
-
import { SQLiteTable } from "../table.mjs";
|
|
10
|
-
|
|
11
|
-
//#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/query.d.ts
|
|
12
|
-
type SQLiteRelationalQueryKind<TMode extends 'sync' | 'async', TResult> = TMode extends 'async' ? SQLiteRelationalQuery<TMode, TResult> : SQLiteSyncRelationalQuery<TResult>;
|
|
13
|
-
declare class RelationalQueryBuilder<TMode extends 'sync' | 'async', TFullSchema extends Record<string, unknown>, TSchema extends TablesRelationalConfig, TFields extends TableRelationalConfig> {
|
|
14
|
-
protected mode: TMode;
|
|
15
|
-
protected fullSchema: Record<string, unknown>;
|
|
16
|
-
protected schema: TSchema;
|
|
17
|
-
protected tableNamesMap: Record<string, string>;
|
|
18
|
-
protected table: SQLiteTable;
|
|
19
|
-
protected tableConfig: TableRelationalConfig;
|
|
20
|
-
protected dialect: SQLiteDialect;
|
|
21
|
-
protected session: SQLiteSession<'async', unknown, TFullSchema, TSchema>;
|
|
22
|
-
static readonly [entityKind]: string;
|
|
23
|
-
constructor(mode: TMode, fullSchema: Record<string, unknown>, schema: TSchema, tableNamesMap: Record<string, string>, table: SQLiteTable, tableConfig: TableRelationalConfig, dialect: SQLiteDialect, session: SQLiteSession<'async', unknown, TFullSchema, TSchema>);
|
|
24
|
-
findMany<TConfig extends DBQueryConfig<'many', true, TSchema, TFields>>(config?: KnownKeysOnly<TConfig, DBQueryConfig<'many', true, TSchema, TFields>>): SQLiteRelationalQueryKind<TMode, BuildQueryResult<TSchema, TFields, TConfig>[]>;
|
|
25
|
-
findFirst<TSelection extends Omit<DBQueryConfig<'many', true, TSchema, TFields>, 'limit'>>(config?: KnownKeysOnly<TSelection, Omit<DBQueryConfig<'many', true, TSchema, TFields>, 'limit'>>): SQLiteRelationalQueryKind<TMode, BuildQueryResult<TSchema, TFields, TSelection> | undefined>;
|
|
26
|
-
}
|
|
27
|
-
declare class SQLiteRelationalQuery<TType extends 'sync' | 'async', TResult> extends QueryPromise<TResult> implements RunnableQuery<TResult, 'sqlite'>, SQLWrapper {
|
|
28
|
-
private fullSchema;
|
|
29
|
-
private schema;
|
|
30
|
-
private tableNamesMap;
|
|
31
|
-
private tableConfig;
|
|
32
|
-
private dialect;
|
|
33
|
-
private session;
|
|
34
|
-
private config;
|
|
35
|
-
static readonly [entityKind]: string;
|
|
36
|
-
readonly _: {
|
|
37
|
-
readonly dialect: 'sqlite';
|
|
38
|
-
readonly type: TType;
|
|
39
|
-
readonly result: TResult;
|
|
40
|
-
};
|
|
41
|
-
constructor(fullSchema: Record<string, unknown>, schema: TablesRelationalConfig, tableNamesMap: Record<string, string>, /** @internal */
|
|
42
|
-
|
|
43
|
-
table: SQLiteTable, tableConfig: TableRelationalConfig, dialect: SQLiteDialect, session: SQLiteSession<'sync' | 'async', unknown, Record<string, unknown>, TablesRelationalConfig>, config: DBQueryConfig<'many', true> | true, mode: 'many' | 'first');
|
|
44
|
-
prepare(): SQLitePreparedQuery<PreparedQueryConfig & {
|
|
45
|
-
type: TType;
|
|
46
|
-
all: TResult;
|
|
47
|
-
get: TResult;
|
|
48
|
-
execute: TResult;
|
|
49
|
-
}>;
|
|
50
|
-
private _toSQL;
|
|
51
|
-
toSQL(): Query;
|
|
52
|
-
execute(): Promise<TResult>;
|
|
53
|
-
}
|
|
54
|
-
declare class SQLiteSyncRelationalQuery<TResult> extends SQLiteRelationalQuery<'sync', TResult> {
|
|
55
|
-
static readonly [entityKind]: string;
|
|
56
|
-
sync(): TResult;
|
|
57
|
-
}
|
|
58
|
-
//#endregion
|
|
59
|
-
export { RelationalQueryBuilder };
|
|
60
|
-
//# sourceMappingURL=query.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.d.mts","names":["entityKind","QueryPromise","BuildQueryResult","DBQueryConfig","TableRelationalConfig","TablesRelationalConfig","RunnableQuery","Query","SQLWrapper","KnownKeysOnly","SQLiteDialect","PreparedQueryConfig","SQLitePreparedQuery","SQLiteSession","SQLiteTable","SQLiteRelationalQueryKind","TMode","TResult","SQLiteRelationalQuery","SQLiteSyncRelationalQuery","RelationalQueryBuilder","TConfig","TSelection","TFullSchema","TSchema","TFields","Record","Omit","mode","fullSchema","schema","tableNamesMap","table","tableConfig","dialect","session","constructor","findMany","config","findFirst","TType","Promise","_","type","result","prepare","all","get","execute","_toSQL","toSQL","sync"],"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/query.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;;;;;KASYe,yBAAAA,4CAAqEC,KAAAA,mBAAwBE,qBAAAA,CAAsBF,KAAAA,EAAOC,OAAAA,IAAWE,yBAAAA,CAA0BF,OAAAA;AAAAA,cACtJG,sBAAAA,qDAA2EM,MAAAA,mCAAyCrB,sBAAAA,kBAAwCD,qBAAAA;EAAAA,UACnKwB,IAAAA,EAAMZ,KAAAA;EAAAA,UACNa,UAAAA,EAAYH,MAAAA;EAAAA,UACZI,MAAAA,EAAQN,OAAAA;EAAAA,UACRO,aAAAA,EAAeL,MAAAA;EAAAA,UACfM,KAAAA,EAAOlB,WAAAA;EAAAA,UACPmB,WAAAA,EAAa7B,qBAAAA;EAAAA,UACb8B,OAAAA,EAASxB,aAAAA;EAAAA,UACTyB,OAAAA,EAAStB,aAAAA,mBAAgCU,WAAAA,EAAaC,OAAAA;EAAAA,iBAC/CxB,UAAAA;EACjBoC,WAAAA,CAAYR,IAAAA,EAAMZ,KAAAA,EAAOa,UAAAA,EAAYH,MAAAA,mBAAyBI,MAAAA,EAAQN,OAAAA,EAASO,aAAAA,EAAeL,MAAAA,kBAAwBM,KAAAA,EAAOlB,WAAAA,EAAamB,WAAAA,EAAa7B,qBAAAA,EAAuB8B,OAAAA,EAASxB,aAAAA,EAAeyB,OAAAA,EAAStB,aAAAA,mBAAgCU,WAAAA,EAAaC,OAAAA;EAC5Pa,QAAAA,iBAAyBlC,aAAAA,eAA4BqB,OAAAA,EAASC,OAAAA,EAAAA,CAAUa,MAAAA,GAAS7B,aAAAA,CAAcY,OAAAA,EAASlB,aAAAA,eAA4BqB,OAAAA,EAASC,OAAAA,KAAYV,yBAAAA,CAA0BC,KAAAA,EAAOd,gBAAAA,CAAiBsB,OAAAA,EAASC,OAAAA,EAASJ,OAAAA;EAC7NkB,SAAAA,oBAA6BZ,IAAAA,CAAKxB,aAAAA,eAA4BqB,OAAAA,EAASC,OAAAA,YAAAA,CAAoBa,MAAAA,GAAS7B,aAAAA,CAAca,UAAAA,EAAYK,IAAAA,CAAKxB,aAAAA,eAA4BqB,OAAAA,EAASC,OAAAA,eAAsBV,yBAAAA,CAA0BC,KAAAA,EAAOd,gBAAAA,CAAiBsB,OAAAA,EAASC,OAAAA,EAASH,UAAAA;AAAAA;AAAAA,cAEjPJ,qBAAAA,kDAAuEjB,YAAAA,CAAagB,OAAAA,aAAoBX,aAAAA,CAAcW,OAAAA,aAAoBT,UAAAA;EAAAA,QACnJqB,UAAAA;EAAAA,QACAC,MAAAA;EAAAA,QACAC,aAAAA;EAAAA,QACAE,WAAAA;EAAAA,QACAC,OAAAA;EAAAA,QACAC,OAAAA;EAAAA,QACAG,MAAAA;EAAAA,iBACStC,UAAAA;EAAAA,SACR0C,CAAAA;IAAAA,SACIR,OAAAA;IAAAA,SACAS,IAAAA,EAAMH,KAAAA;IAAAA,SACNI,MAAAA,EAAQ3B,OAAAA;EAAAA;EAErBmB,WAAAA,CAAYP,UAAAA,EAAYH,MAAAA,mBAAyBI,MAAAA,EAAQzB,sBAAAA,EAAwB0B,aAAAA,EAAeL,MAAAA,kBA1B1EA;;EA4BtBM,KAAAA,EAAOlB,WAAAA,EAAamB,WAAAA,EAAa7B,qBAAAA,EAAuB8B,OAAAA,EAASxB,aAAAA,EAAeyB,OAAAA,EAAStB,aAAAA,4BAAyCa,MAAAA,mBAAyBrB,sBAAAA,GAAyBiC,MAAAA,EAAQnC,aAAAA,uBAAoCyB,IAAAA;EAChOiB,OAAAA,CAAAA,GAAWjC,mBAAAA,CAAoBD,mBAAAA;IAC3BgC,IAAAA,EAAMH,KAAAA;IACNM,GAAAA,EAAK7B,OAAAA;IACL8B,GAAAA,EAAK9B,OAAAA;IACL+B,OAAAA,EAAS/B,OAAAA;EAAAA;EAAAA,QAELgC,MAAAA;EACRC,KAAAA,CAAAA,GAAS3C,KAAAA;EACTyC,OAAAA,CAAAA,GAAWP,OAAAA,CAAQxB,OAAAA;AAAAA;AAAAA,cAEFE,yBAAAA,kBAA2CD,qBAAAA,SAA8BD,OAAAA;EAAAA,iBACzEjB,UAAAA;EACjBmD,IAAAA,CAAAA,GAAQlC,OAAAA;AAAAA"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../../entity.js";
|
|
2
|
-
import { Query, SQLWrapper } from "../../sql/sql.js";
|
|
3
|
-
import { KnownKeysOnly } from "../../utils.js";
|
|
4
|
-
import { BuildQueryResult, DBQueryConfig, TableRelationalConfig, TablesRelationalConfig } from "../../relations.js";
|
|
5
|
-
import { QueryPromise } from "../../query-promise.js";
|
|
6
|
-
import { RunnableQuery } from "../../runnable-query.js";
|
|
7
|
-
import { PreparedQueryConfig, SQLitePreparedQuery, SQLiteSession } from "../session.js";
|
|
8
|
-
import { SQLiteDialect } from "../dialect.js";
|
|
9
|
-
import { SQLiteTable } from "../table.js";
|
|
10
|
-
|
|
11
|
-
//#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/query.d.ts
|
|
12
|
-
type SQLiteRelationalQueryKind<TMode extends 'sync' | 'async', TResult> = TMode extends 'async' ? SQLiteRelationalQuery<TMode, TResult> : SQLiteSyncRelationalQuery<TResult>;
|
|
13
|
-
declare class RelationalQueryBuilder<TMode extends 'sync' | 'async', TFullSchema extends Record<string, unknown>, TSchema extends TablesRelationalConfig, TFields extends TableRelationalConfig> {
|
|
14
|
-
protected mode: TMode;
|
|
15
|
-
protected fullSchema: Record<string, unknown>;
|
|
16
|
-
protected schema: TSchema;
|
|
17
|
-
protected tableNamesMap: Record<string, string>;
|
|
18
|
-
protected table: SQLiteTable;
|
|
19
|
-
protected tableConfig: TableRelationalConfig;
|
|
20
|
-
protected dialect: SQLiteDialect;
|
|
21
|
-
protected session: SQLiteSession<'async', unknown, TFullSchema, TSchema>;
|
|
22
|
-
static readonly [entityKind]: string;
|
|
23
|
-
constructor(mode: TMode, fullSchema: Record<string, unknown>, schema: TSchema, tableNamesMap: Record<string, string>, table: SQLiteTable, tableConfig: TableRelationalConfig, dialect: SQLiteDialect, session: SQLiteSession<'async', unknown, TFullSchema, TSchema>);
|
|
24
|
-
findMany<TConfig extends DBQueryConfig<'many', true, TSchema, TFields>>(config?: KnownKeysOnly<TConfig, DBQueryConfig<'many', true, TSchema, TFields>>): SQLiteRelationalQueryKind<TMode, BuildQueryResult<TSchema, TFields, TConfig>[]>;
|
|
25
|
-
findFirst<TSelection extends Omit<DBQueryConfig<'many', true, TSchema, TFields>, 'limit'>>(config?: KnownKeysOnly<TSelection, Omit<DBQueryConfig<'many', true, TSchema, TFields>, 'limit'>>): SQLiteRelationalQueryKind<TMode, BuildQueryResult<TSchema, TFields, TSelection> | undefined>;
|
|
26
|
-
}
|
|
27
|
-
declare class SQLiteRelationalQuery<TType extends 'sync' | 'async', TResult> extends QueryPromise<TResult> implements RunnableQuery<TResult, 'sqlite'>, SQLWrapper {
|
|
28
|
-
private fullSchema;
|
|
29
|
-
private schema;
|
|
30
|
-
private tableNamesMap;
|
|
31
|
-
private tableConfig;
|
|
32
|
-
private dialect;
|
|
33
|
-
private session;
|
|
34
|
-
private config;
|
|
35
|
-
static readonly [entityKind]: string;
|
|
36
|
-
readonly _: {
|
|
37
|
-
readonly dialect: 'sqlite';
|
|
38
|
-
readonly type: TType;
|
|
39
|
-
readonly result: TResult;
|
|
40
|
-
};
|
|
41
|
-
constructor(fullSchema: Record<string, unknown>, schema: TablesRelationalConfig, tableNamesMap: Record<string, string>, /** @internal */
|
|
42
|
-
|
|
43
|
-
table: SQLiteTable, tableConfig: TableRelationalConfig, dialect: SQLiteDialect, session: SQLiteSession<'sync' | 'async', unknown, Record<string, unknown>, TablesRelationalConfig>, config: DBQueryConfig<'many', true> | true, mode: 'many' | 'first');
|
|
44
|
-
prepare(): SQLitePreparedQuery<PreparedQueryConfig & {
|
|
45
|
-
type: TType;
|
|
46
|
-
all: TResult;
|
|
47
|
-
get: TResult;
|
|
48
|
-
execute: TResult;
|
|
49
|
-
}>;
|
|
50
|
-
private _toSQL;
|
|
51
|
-
toSQL(): Query;
|
|
52
|
-
execute(): Promise<TResult>;
|
|
53
|
-
}
|
|
54
|
-
declare class SQLiteSyncRelationalQuery<TResult> extends SQLiteRelationalQuery<'sync', TResult> {
|
|
55
|
-
static readonly [entityKind]: string;
|
|
56
|
-
sync(): TResult;
|
|
57
|
-
}
|
|
58
|
-
//#endregion
|
|
59
|
-
export { RelationalQueryBuilder };
|
|
60
|
-
//# sourceMappingURL=query.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.d.ts","names":["entityKind","QueryPromise","BuildQueryResult","DBQueryConfig","TableRelationalConfig","TablesRelationalConfig","RunnableQuery","Query","SQLWrapper","KnownKeysOnly","SQLiteDialect","PreparedQueryConfig","SQLitePreparedQuery","SQLiteSession","SQLiteTable","SQLiteRelationalQueryKind","TMode","TResult","SQLiteRelationalQuery","SQLiteSyncRelationalQuery","RelationalQueryBuilder","TConfig","TSelection","TFullSchema","TSchema","TFields","Record","Omit","mode","fullSchema","schema","tableNamesMap","table","tableConfig","dialect","session","constructor","findMany","config","findFirst","TType","Promise","_","type","result","prepare","all","get","execute","_toSQL","toSQL","sync"],"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/query.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|