@m5kdev/frontend 0.16.9 → 0.17.1
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/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 +9 -9
- package/dist/src/modules/auth/auth.lib.d.ts +9 -9
- 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/auth/hooks/useSession.d.mts +1 -1
- package/dist/src/modules/auth/hooks/useSession.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.mts +0 -3
- package/dist/src/modules/billing/components/BillingProvider.d.mts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.ts +0 -3
- 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/useNuqsQueryParams.d.mts +1 -4
- package/dist/src/modules/table/hooks/useNuqsQueryParams.d.mts.map +1 -1
- package/dist/src/modules/table/hooks/useNuqsQueryParams.d.ts +1 -4
- package/dist/src/modules/table/hooks/useNuqsQueryParams.d.ts.map +1 -1
- package/dist/src/modules/table/hooks/useNuqsTable.d.mts +2 -3
- package/dist/src/modules/table/hooks/useNuqsTable.d.mts.map +1 -1
- package/dist/src/modules/table/hooks/useNuqsTable.d.ts +1 -2
- package/dist/src/modules/table/hooks/useNuqsTable.d.ts.map +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.d.mts +2 -2
- package/dist/src/modules/table/hooks/useQueryWithParams.d.mts.map +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.d.ts +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.d.ts.map +1 -1
- package/package.json +28 -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/@tanstack_react-table@8.21.2_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@tanstack/react-table/build/lib/index.d.mts +0 -5
- package/dist/node_modules/.pnpm/@tanstack_react-table@8.21.2_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@tanstack/react-table/build/lib/index.d.ts +0 -5
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.mts +0 -5
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.ts +0 -5
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/ColumnGrouping.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowPagination.d.mts +0 -8
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowPagination.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowPagination.d.ts +0 -8
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowPagination.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSelection.d.mts +0 -5
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSelection.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSelection.d.ts +0 -5
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSelection.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSorting.d.mts +0 -9
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSorting.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSorting.d.ts +0 -9
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/features/RowSorting.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/types.d.mts +0 -5
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/types.d.ts +0 -5
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.21.2/node_modules/@tanstack/table-core/build/lib/types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +0 -31
- 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 +0 -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 +0 -31
- 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 +0 -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 +0 -912
- 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 +0 -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 +0 -912
- 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 +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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"count.d.ts","names":["entityKind","SQL","SQLWrapper","SQLiteSession","SQLiteTable","SQLiteView","SQLiteCountBuilder","TResult1","TResult2","TSession","Symbol","toStringTag","PromiseLike","Promise","params","source","filters","session","sql","buildEmbeddedCount","buildCount","constructor","then","value","onfulfilled","reason","onrejected","catch","onRejected","finally","onFinally"],"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/count.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;cAKqBM,kBAAAA,kBAAoCH,aAAAA,8BAA2CF,GAAAA,oBAAuBY,OAAAA,UAAiBX,UAAAA;EAAAA,SAC/HY,MAAAA;IACLC,MAAAA,EAAQX,WAAAA,GAAcC,UAAAA,GAAaJ,GAAAA,GAAMC,UAAAA;IACzCc,OAAAA,GAAUf,GAAAA;IACVgB,OAAAA,EAASR,QAAAA;EAAAA;EAAAA,QAELS,GAAAA;EAAAA,iBACSlB,UAAAA;EAAAA,CAChBU,MAAAA,CAAOC,WAAAA;EAAAA,QACAM,OAAAA;EAAAA,eACOE,kBAAAA;EAAAA,eACAC,UAAAA;EACfC,WAAAA,CAAYP,MAAAA;IACRC,MAAAA,EAAQX,WAAAA,GAAcC,UAAAA,GAAaJ,GAAAA,GAAMC,UAAAA;IACzCc,OAAAA,GAAUf,GAAAA;IACVgB,OAAAA,EAASR,QAAAA;EAAAA;EAEba,IAAAA,qCAAAA,CAA0CE,WAAAA,KAAgBD,KAAAA,aAAkBhB,QAAAA,GAAWK,WAAAA,CAAYL,QAAAA,uBAA+BmB,UAAAA,KAAeD,MAAAA,UAAgBjB,QAAAA,GAAWI,WAAAA,CAAYJ,QAAAA,wBAAgCK,OAAAA,CAAQN,QAAAA,GAAWC,QAAAA;EAC3OmB,KAAAA,CAAMC,UAAAA,KAAeH,MAAAA,kBAAwBb,WAAAA,8BAAyCC,OAAAA;EACtFgB,OAAAA,CAAQC,SAAAA,qCAA8CjB,OAAAA;AAAAA"}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../../entity.mjs";
|
|
2
|
-
import { Subquery } from "../../subquery.mjs";
|
|
3
|
-
import { SelectResultFields } from "../../query-builders/select.types.mjs";
|
|
4
|
-
import { Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.mjs";
|
|
5
|
-
import { DrizzleTypeError, ValueOrArray } from "../../utils.mjs";
|
|
6
|
-
import { QueryPromise } from "../../query-promise.mjs";
|
|
7
|
-
import { RunnableQuery } from "../../runnable-query.mjs";
|
|
8
|
-
import { SQLitePreparedQuery, SQLiteSession } from "../session.mjs";
|
|
9
|
-
import { SQLiteDialect } from "../dialect.mjs";
|
|
10
|
-
import { SQLiteTable } from "../table.mjs";
|
|
11
|
-
import { SQLiteColumn } from "../columns/common.mjs";
|
|
12
|
-
import { SelectedFieldsFlat, SelectedFieldsOrdered } from "./select.types.mjs";
|
|
13
|
-
|
|
14
|
-
//#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/delete.d.ts
|
|
15
|
-
type SQLiteDeleteWithout<T extends AnySQLiteDeleteBase, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
|
|
16
|
-
type SQLiteDelete<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TReturning extends Record<string, unknown> | undefined = undefined> = SQLiteDeleteBase<TTable, TResultType, TRunResult, TReturning, true, never>;
|
|
17
|
-
interface SQLiteDeleteConfig {
|
|
18
|
-
where?: SQL | undefined;
|
|
19
|
-
limit?: number | Placeholder;
|
|
20
|
-
orderBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
|
|
21
|
-
table: SQLiteTable;
|
|
22
|
-
returning?: SelectedFieldsOrdered;
|
|
23
|
-
withList?: Subquery[];
|
|
24
|
-
}
|
|
25
|
-
type SQLiteDeleteReturningAll<T extends AnySQLiteDeleteBase, TDynamic extends boolean> = SQLiteDeleteWithout<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['table']['$inferSelect'], T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
26
|
-
type SQLiteDeleteReturning<T extends AnySQLiteDeleteBase, TDynamic extends boolean, TSelectedFields extends SelectedFieldsFlat> = SQLiteDeleteWithout<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], SelectResultFields<TSelectedFields>, T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
27
|
-
type SQLiteDeleteExecute<T extends AnySQLiteDeleteBase> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
|
|
28
|
-
type SQLiteDeletePrepare<T extends AnySQLiteDeleteBase> = SQLitePreparedQuery<{
|
|
29
|
-
type: T['_']['resultType'];
|
|
30
|
-
run: T['_']['runResult'];
|
|
31
|
-
all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
|
|
32
|
-
get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'] | undefined;
|
|
33
|
-
values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
|
|
34
|
-
execute: SQLiteDeleteExecute<T>;
|
|
35
|
-
}>;
|
|
36
|
-
type SQLiteDeleteDynamic<T extends AnySQLiteDeleteBase> = SQLiteDelete<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
|
|
37
|
-
type AnySQLiteDeleteBase = SQLiteDeleteBase<any, any, any, any, any, any>;
|
|
38
|
-
interface SQLiteDeleteBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning extends Record<string, unknown> | undefined = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]>, RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
|
|
39
|
-
readonly _: {
|
|
40
|
-
dialect: 'sqlite';
|
|
41
|
-
readonly table: TTable;
|
|
42
|
-
readonly resultType: TResultType;
|
|
43
|
-
readonly runResult: TRunResult;
|
|
44
|
-
readonly returning: TReturning;
|
|
45
|
-
readonly dynamic: TDynamic;
|
|
46
|
-
readonly excludedMethods: TExcludedMethods;
|
|
47
|
-
readonly result: TReturning extends undefined ? TRunResult : TReturning[];
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
declare class SQLiteDeleteBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning extends Record<string, unknown> | undefined = 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 {
|
|
51
|
-
private table;
|
|
52
|
-
private session;
|
|
53
|
-
private dialect;
|
|
54
|
-
static readonly [entityKind]: string;
|
|
55
|
-
constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[]);
|
|
56
|
-
/**
|
|
57
|
-
* Adds a `where` clause to the query.
|
|
58
|
-
*
|
|
59
|
-
* Calling this method will delete only those rows that fulfill a specified condition.
|
|
60
|
-
*
|
|
61
|
-
* See docs: {@link https://orm.drizzle.team/docs/delete}
|
|
62
|
-
*
|
|
63
|
-
* @param where the `where` clause.
|
|
64
|
-
*
|
|
65
|
-
* @example
|
|
66
|
-
* You can use conditional operators and `sql function` to filter the rows to be deleted.
|
|
67
|
-
*
|
|
68
|
-
* ```ts
|
|
69
|
-
* // Delete all cars with green color
|
|
70
|
-
* db.delete(cars).where(eq(cars.color, 'green'));
|
|
71
|
-
* // or
|
|
72
|
-
* db.delete(cars).where(sql`${cars.color} = 'green'`)
|
|
73
|
-
* ```
|
|
74
|
-
*
|
|
75
|
-
* You can logically combine conditional operators with `and()` and `or()` operators:
|
|
76
|
-
*
|
|
77
|
-
* ```ts
|
|
78
|
-
* // Delete all BMW cars with a green color
|
|
79
|
-
* db.delete(cars).where(and(eq(cars.color, 'green'), eq(cars.brand, 'BMW')));
|
|
80
|
-
*
|
|
81
|
-
* // Delete all cars with the green or blue color
|
|
82
|
-
* db.delete(cars).where(or(eq(cars.color, 'green'), eq(cars.color, 'blue')));
|
|
83
|
-
* ```
|
|
84
|
-
*/
|
|
85
|
-
where(where: SQL | undefined): SQLiteDeleteWithout<this, TDynamic, 'where'>;
|
|
86
|
-
orderBy(builder: (deleteTable: TTable) => ValueOrArray<SQLiteColumn | SQL | SQL.Aliased>): SQLiteDeleteWithout<this, TDynamic, 'orderBy'>;
|
|
87
|
-
orderBy(...columns: (SQLiteColumn | SQL | SQL.Aliased)[]): SQLiteDeleteWithout<this, TDynamic, 'orderBy'>;
|
|
88
|
-
limit(limit: number | Placeholder): SQLiteDeleteWithout<this, TDynamic, 'limit'>;
|
|
89
|
-
/**
|
|
90
|
-
* Adds a `returning` clause to the query.
|
|
91
|
-
*
|
|
92
|
-
* Calling this method will return the specified fields of the deleted rows. If no fields are specified, all fields will be returned.
|
|
93
|
-
*
|
|
94
|
-
* See docs: {@link https://orm.drizzle.team/docs/delete#delete-with-return}
|
|
95
|
-
*
|
|
96
|
-
* @example
|
|
97
|
-
* ```ts
|
|
98
|
-
* // Delete all cars with the green color and return all fields
|
|
99
|
-
* const deletedCars: Car[] = await db.delete(cars)
|
|
100
|
-
* .where(eq(cars.color, 'green'))
|
|
101
|
-
* .returning();
|
|
102
|
-
*
|
|
103
|
-
* // Delete all cars with the green color and return only their id and brand fields
|
|
104
|
-
* const deletedCarsIdsAndBrands: { id: number, brand: string }[] = await db.delete(cars)
|
|
105
|
-
* .where(eq(cars.color, 'green'))
|
|
106
|
-
* .returning({ id: cars.id, brand: cars.brand });
|
|
107
|
-
* ```
|
|
108
|
-
*/
|
|
109
|
-
returning(): SQLiteDeleteReturningAll<this, TDynamic>;
|
|
110
|
-
returning<TSelectedFields extends SelectedFieldsFlat>(fields: TSelectedFields): SQLiteDeleteReturning<this, TDynamic, TSelectedFields>;
|
|
111
|
-
toSQL(): Query;
|
|
112
|
-
prepare(): SQLiteDeletePrepare<this>;
|
|
113
|
-
run: ReturnType<this['prepare']>['run'];
|
|
114
|
-
all: ReturnType<this['prepare']>['all'];
|
|
115
|
-
get: ReturnType<this['prepare']>['get'];
|
|
116
|
-
values: ReturnType<this['prepare']>['values'];
|
|
117
|
-
execute(placeholderValues?: Record<string, unknown>): Promise<SQLiteDeleteExecute<this>>;
|
|
118
|
-
$dynamic(): SQLiteDeleteDynamic<this>;
|
|
119
|
-
}
|
|
120
|
-
//#endregion
|
|
121
|
-
export { SQLiteDeleteBase, SQLiteDeleteConfig };
|
|
122
|
-
//# sourceMappingURL=delete.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete.d.mts","names":["entityKind","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQL","SQLWrapper","SQLiteDialect","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","ValueOrArray","SQLiteColumn","SelectedFieldsFlat","SelectedFieldsOrdered","SQLiteDeleteWithout","T","TDynamic","K","AnySQLiteDeleteBase","SQLiteDeleteBase","Omit","SQLiteDelete","TTable","TResultType","TRunResult","TReturning","Record","SQLiteDeleteConfig","Aliased","where","limit","orderBy","table","returning","withList","SQLiteDeleteReturningAll","SQLiteDeleteReturning","TSelectedFields","SQLiteDeleteExecute","SQLiteDeletePrepare","type","run","all","get","values","execute","SQLiteDeleteDynamic","TExcludedMethods","_","dialect","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","session","constructor","deleteTable","builder","columns","fields","toSQL","prepare","placeholderValues","$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/delete.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import { entityKind } from "../../entity.js";
|
|
2
|
-
import { Subquery } from "../../subquery.js";
|
|
3
|
-
import { SelectResultFields } from "../../query-builders/select.types.js";
|
|
4
|
-
import { Placeholder, Query, SQL, SQLWrapper } from "../../sql/sql.js";
|
|
5
|
-
import { DrizzleTypeError, ValueOrArray } from "../../utils.js";
|
|
6
|
-
import { QueryPromise } from "../../query-promise.js";
|
|
7
|
-
import { RunnableQuery } from "../../runnable-query.js";
|
|
8
|
-
import { SQLitePreparedQuery, SQLiteSession } from "../session.js";
|
|
9
|
-
import { SQLiteDialect } from "../dialect.js";
|
|
10
|
-
import { SQLiteTable } from "../table.js";
|
|
11
|
-
import { SQLiteColumn } from "../columns/common.js";
|
|
12
|
-
import { SelectedFieldsFlat, SelectedFieldsOrdered } from "./select.types.js";
|
|
13
|
-
|
|
14
|
-
//#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/delete.d.ts
|
|
15
|
-
type SQLiteDeleteWithout<T extends AnySQLiteDeleteBase, TDynamic extends boolean, K extends keyof T & string> = TDynamic extends true ? T : Omit<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning'], TDynamic, T['_']['excludedMethods'] | K>, T['_']['excludedMethods'] | K>;
|
|
16
|
-
type SQLiteDelete<TTable extends SQLiteTable = SQLiteTable, TResultType extends 'sync' | 'async' = 'sync' | 'async', TRunResult = unknown, TReturning extends Record<string, unknown> | undefined = undefined> = SQLiteDeleteBase<TTable, TResultType, TRunResult, TReturning, true, never>;
|
|
17
|
-
interface SQLiteDeleteConfig {
|
|
18
|
-
where?: SQL | undefined;
|
|
19
|
-
limit?: number | Placeholder;
|
|
20
|
-
orderBy?: (SQLiteColumn | SQL | SQL.Aliased)[];
|
|
21
|
-
table: SQLiteTable;
|
|
22
|
-
returning?: SelectedFieldsOrdered;
|
|
23
|
-
withList?: Subquery[];
|
|
24
|
-
}
|
|
25
|
-
type SQLiteDeleteReturningAll<T extends AnySQLiteDeleteBase, TDynamic extends boolean> = SQLiteDeleteWithout<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['table']['$inferSelect'], T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
26
|
-
type SQLiteDeleteReturning<T extends AnySQLiteDeleteBase, TDynamic extends boolean, TSelectedFields extends SelectedFieldsFlat> = SQLiteDeleteWithout<SQLiteDeleteBase<T['_']['table'], T['_']['resultType'], T['_']['runResult'], SelectResultFields<TSelectedFields>, T['_']['dynamic'], T['_']['excludedMethods']>, TDynamic, 'returning'>;
|
|
27
|
-
type SQLiteDeleteExecute<T extends AnySQLiteDeleteBase> = T['_']['returning'] extends undefined ? T['_']['runResult'] : T['_']['returning'][];
|
|
28
|
-
type SQLiteDeletePrepare<T extends AnySQLiteDeleteBase> = SQLitePreparedQuery<{
|
|
29
|
-
type: T['_']['resultType'];
|
|
30
|
-
run: T['_']['runResult'];
|
|
31
|
-
all: T['_']['returning'] extends undefined ? DrizzleTypeError<'.all() cannot be used without .returning()'> : T['_']['returning'][];
|
|
32
|
-
get: T['_']['returning'] extends undefined ? DrizzleTypeError<'.get() cannot be used without .returning()'> : T['_']['returning'] | undefined;
|
|
33
|
-
values: T['_']['returning'] extends undefined ? DrizzleTypeError<'.values() cannot be used without .returning()'> : any[][];
|
|
34
|
-
execute: SQLiteDeleteExecute<T>;
|
|
35
|
-
}>;
|
|
36
|
-
type SQLiteDeleteDynamic<T extends AnySQLiteDeleteBase> = SQLiteDelete<T['_']['table'], T['_']['resultType'], T['_']['runResult'], T['_']['returning']>;
|
|
37
|
-
type AnySQLiteDeleteBase = SQLiteDeleteBase<any, any, any, any, any, any>;
|
|
38
|
-
interface SQLiteDeleteBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning extends Record<string, unknown> | undefined = undefined, TDynamic extends boolean = false, TExcludedMethods extends string = never> extends QueryPromise<TReturning extends undefined ? TRunResult : TReturning[]>, RunnableQuery<TReturning extends undefined ? TRunResult : TReturning[], 'sqlite'>, SQLWrapper {
|
|
39
|
-
readonly _: {
|
|
40
|
-
dialect: 'sqlite';
|
|
41
|
-
readonly table: TTable;
|
|
42
|
-
readonly resultType: TResultType;
|
|
43
|
-
readonly runResult: TRunResult;
|
|
44
|
-
readonly returning: TReturning;
|
|
45
|
-
readonly dynamic: TDynamic;
|
|
46
|
-
readonly excludedMethods: TExcludedMethods;
|
|
47
|
-
readonly result: TReturning extends undefined ? TRunResult : TReturning[];
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
declare class SQLiteDeleteBase<TTable extends SQLiteTable, TResultType extends 'sync' | 'async', TRunResult, TReturning extends Record<string, unknown> | undefined = 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 {
|
|
51
|
-
private table;
|
|
52
|
-
private session;
|
|
53
|
-
private dialect;
|
|
54
|
-
static readonly [entityKind]: string;
|
|
55
|
-
constructor(table: TTable, session: SQLiteSession<any, any, any, any>, dialect: SQLiteDialect, withList?: Subquery[]);
|
|
56
|
-
/**
|
|
57
|
-
* Adds a `where` clause to the query.
|
|
58
|
-
*
|
|
59
|
-
* Calling this method will delete only those rows that fulfill a specified condition.
|
|
60
|
-
*
|
|
61
|
-
* See docs: {@link https://orm.drizzle.team/docs/delete}
|
|
62
|
-
*
|
|
63
|
-
* @param where the `where` clause.
|
|
64
|
-
*
|
|
65
|
-
* @example
|
|
66
|
-
* You can use conditional operators and `sql function` to filter the rows to be deleted.
|
|
67
|
-
*
|
|
68
|
-
* ```ts
|
|
69
|
-
* // Delete all cars with green color
|
|
70
|
-
* db.delete(cars).where(eq(cars.color, 'green'));
|
|
71
|
-
* // or
|
|
72
|
-
* db.delete(cars).where(sql`${cars.color} = 'green'`)
|
|
73
|
-
* ```
|
|
74
|
-
*
|
|
75
|
-
* You can logically combine conditional operators with `and()` and `or()` operators:
|
|
76
|
-
*
|
|
77
|
-
* ```ts
|
|
78
|
-
* // Delete all BMW cars with a green color
|
|
79
|
-
* db.delete(cars).where(and(eq(cars.color, 'green'), eq(cars.brand, 'BMW')));
|
|
80
|
-
*
|
|
81
|
-
* // Delete all cars with the green or blue color
|
|
82
|
-
* db.delete(cars).where(or(eq(cars.color, 'green'), eq(cars.color, 'blue')));
|
|
83
|
-
* ```
|
|
84
|
-
*/
|
|
85
|
-
where(where: SQL | undefined): SQLiteDeleteWithout<this, TDynamic, 'where'>;
|
|
86
|
-
orderBy(builder: (deleteTable: TTable) => ValueOrArray<SQLiteColumn | SQL | SQL.Aliased>): SQLiteDeleteWithout<this, TDynamic, 'orderBy'>;
|
|
87
|
-
orderBy(...columns: (SQLiteColumn | SQL | SQL.Aliased)[]): SQLiteDeleteWithout<this, TDynamic, 'orderBy'>;
|
|
88
|
-
limit(limit: number | Placeholder): SQLiteDeleteWithout<this, TDynamic, 'limit'>;
|
|
89
|
-
/**
|
|
90
|
-
* Adds a `returning` clause to the query.
|
|
91
|
-
*
|
|
92
|
-
* Calling this method will return the specified fields of the deleted rows. If no fields are specified, all fields will be returned.
|
|
93
|
-
*
|
|
94
|
-
* See docs: {@link https://orm.drizzle.team/docs/delete#delete-with-return}
|
|
95
|
-
*
|
|
96
|
-
* @example
|
|
97
|
-
* ```ts
|
|
98
|
-
* // Delete all cars with the green color and return all fields
|
|
99
|
-
* const deletedCars: Car[] = await db.delete(cars)
|
|
100
|
-
* .where(eq(cars.color, 'green'))
|
|
101
|
-
* .returning();
|
|
102
|
-
*
|
|
103
|
-
* // Delete all cars with the green color and return only their id and brand fields
|
|
104
|
-
* const deletedCarsIdsAndBrands: { id: number, brand: string }[] = await db.delete(cars)
|
|
105
|
-
* .where(eq(cars.color, 'green'))
|
|
106
|
-
* .returning({ id: cars.id, brand: cars.brand });
|
|
107
|
-
* ```
|
|
108
|
-
*/
|
|
109
|
-
returning(): SQLiteDeleteReturningAll<this, TDynamic>;
|
|
110
|
-
returning<TSelectedFields extends SelectedFieldsFlat>(fields: TSelectedFields): SQLiteDeleteReturning<this, TDynamic, TSelectedFields>;
|
|
111
|
-
toSQL(): Query;
|
|
112
|
-
prepare(): SQLiteDeletePrepare<this>;
|
|
113
|
-
run: ReturnType<this['prepare']>['run'];
|
|
114
|
-
all: ReturnType<this['prepare']>['all'];
|
|
115
|
-
get: ReturnType<this['prepare']>['get'];
|
|
116
|
-
values: ReturnType<this['prepare']>['values'];
|
|
117
|
-
execute(placeholderValues?: Record<string, unknown>): Promise<SQLiteDeleteExecute<this>>;
|
|
118
|
-
$dynamic(): SQLiteDeleteDynamic<this>;
|
|
119
|
-
}
|
|
120
|
-
//#endregion
|
|
121
|
-
export { SQLiteDeleteBase, SQLiteDeleteConfig };
|
|
122
|
-
//# sourceMappingURL=delete.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete.d.ts","names":["entityKind","SelectResultFields","QueryPromise","RunnableQuery","Placeholder","Query","SQL","SQLWrapper","SQLiteDialect","SQLitePreparedQuery","SQLiteSession","SQLiteTable","Subquery","DrizzleTypeError","ValueOrArray","SQLiteColumn","SelectedFieldsFlat","SelectedFieldsOrdered","SQLiteDeleteWithout","T","TDynamic","K","AnySQLiteDeleteBase","SQLiteDeleteBase","Omit","SQLiteDelete","TTable","TResultType","TRunResult","TReturning","Record","SQLiteDeleteConfig","Aliased","where","limit","orderBy","table","returning","withList","SQLiteDeleteReturningAll","SQLiteDeleteReturning","TSelectedFields","SQLiteDeleteExecute","SQLiteDeletePrepare","type","run","all","get","values","execute","SQLiteDeleteDynamic","TExcludedMethods","_","dialect","resultType","runResult","dynamic","excludedMethods","result","ReturnType","Promise","session","constructor","deleteTable","builder","columns","fields","toSQL","prepare","placeholderValues","$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/delete.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -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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"}
|