@m5kdev/frontend 0.16.9 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +1 -6
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts +1 -6
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts +2 -349
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts +2 -349
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts.map +1 -1
- package/dist/src/modules/app/components/AppConfigProvider.d.mts +21 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.mts.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.ts +21 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.js +16 -0
- package/dist/src/modules/app/components/AppConfigProvider.js.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.mjs +14 -0
- package/dist/src/modules/app/components/AppConfigProvider.mjs.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts +25 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts +25 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.js +52 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.js.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs +50 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.mts +9 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.mts.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.ts +9 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.ts.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.js +13 -0
- package/dist/src/modules/app/hooks/useAppConfig.js.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.mjs +12 -0
- package/dist/src/modules/app/hooks/useAppConfig.mjs.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.mts +10 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.mts.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.ts +10 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.ts.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.js +14 -0
- package/dist/src/modules/app/hooks/useAppTrpc.js.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.mjs +12 -0
- package/dist/src/modules/app/hooks/useAppTrpc.mjs.map +1 -0
- package/dist/src/modules/auth/auth.lib.d.mts +4 -4
- package/dist/src/modules/auth/auth.lib.d.ts +4 -4
- package/dist/src/modules/auth/components/AuthProvider.d.mts +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.mts.map +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.ts +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.ts.map +1 -1
- package/dist/src/modules/auth/components/AuthProvider.js +1 -1
- package/dist/src/modules/auth/components/AuthProvider.mjs +1 -1
- package/dist/src/modules/auth/hooks/useAuthAdmin.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.mts +1 -4
- package/dist/src/modules/billing/components/BillingProvider.d.mts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.ts +1 -4
- package/dist/src/modules/billing/components/BillingProvider.d.ts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.js +3 -2
- package/dist/src/modules/billing/components/BillingProvider.js.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.mjs +3 -2
- package/dist/src/modules/billing/components/BillingProvider.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts +2 -2
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts +2 -2
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.js +12 -4
- package/dist/src/modules/file/hooks/useS3DownloadUrl.js.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs +12 -4
- package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.mts +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.ts +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.js +9 -6
- package/dist/src/modules/file/hooks/useS3Upload.js.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.mjs +9 -6
- package/dist/src/modules/file/hooks/useS3Upload.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.js +13 -6
- package/dist/src/modules/file/hooks/useUpload.js.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.mjs +13 -6
- package/dist/src/modules/file/hooks/useUpload.mjs.map +1 -1
- package/dist/src/modules/table/hooks/useNuqsTable.d.mts +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.d.mts +1 -1
- package/package.json +25 -4
- package/dist/_virtual/_rolldown/runtime.mjs +0 -13
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts +0 -79
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts +0 -79
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts +0 -580
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts +0 -580
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts +0 -14
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts +0 -14
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts +0 -10
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts +0 -10
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts +0 -289
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts +0 -289
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts +0 -86
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts +0 -86
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts +0 -101
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts +0 -101
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts +0 -19
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts +0 -19
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts +0 -30
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts +0 -30
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts +0 -23
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts +0 -23
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts +0 -153
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts +0 -153
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts +0 -91
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts +0 -91
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts +0 -6
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts +0 -6
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts +0 -35
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts +0 -35
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts +0 -43
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts +0 -43
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts +0 -73
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts +0 -73
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts +0 -26
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts +0 -26
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts +0 -54
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts +0 -54
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts +0 -77
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts +0 -77
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts +0 -17
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts +0 -17
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts +0 -426
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts +0 -426
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts +0 -11
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts +0 -11
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts +0 -8
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts +0 -8
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts +0 -29
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts +0 -29
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts +0 -21
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts +0 -21
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts +0 -49
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts +0 -49
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts +0 -18
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts +0 -18
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts +0 -68
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts +0 -68
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts +0 -183
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts +0 -183
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts +0 -27
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts +0 -27
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts +0 -25
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts +0 -25
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts +0 -12
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts +0 -12
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts +0 -66
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts +0 -66
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts +0 -15
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts +0 -15
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts +0 -51
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts +0 -51
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts +0 -20
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts +0 -20
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts +0 -9
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts +0 -9
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts +0 -37
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts +0 -37
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts +0 -17
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts +0 -17
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts +0 -116
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts +0 -116
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts +0 -69
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts +0 -69
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts +0 -5
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts +0 -5
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts +0 -15
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts +0 -15
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts +0 -38
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts +0 -38
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts +0 -14
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts +0 -14
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts +0 -10
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts +0 -10
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts +0 -287
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts +0 -287
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts +0 -43
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts +0 -43
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts +0 -225
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts +0 -225
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts +0 -18
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts +0 -18
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts +0 -258
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts +0 -258
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts +0 -132
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts +0 -132
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts +0 -8
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts +0 -8
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts +0 -31
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts +0 -31
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts +0 -60
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts +0 -60
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts +0 -34
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts +0 -34
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts +0 -476
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts +0 -476
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts +0 -154
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts +0 -154
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts +0 -112
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts +0 -112
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts +0 -23
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts +0 -23
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts +0 -21
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts +0 -21
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts +0 -24
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts +0 -24
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts +0 -71
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts +0 -71
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.types.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.types.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/index.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/index.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.internal.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.internal.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/utils.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/utils.d.ts +0 -1
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts +0 -299
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts +0 -299
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts +0 -132
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts +0 -132
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts +0 -766
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts +0 -766
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts +0 -1295
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts +0 -1295
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts +0 -55
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts +0 -55
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts +0 -573
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts +0 -573
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/app.d.mts +0 -22
- package/dist/packages/backend/dist/src/app.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/app.d.ts +0 -22
- package/dist/packages/backend/dist/src/app.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts +0 -106
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts +0 -106
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.grants.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.grants.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts +0 -57
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts +0 -57
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts +0 -129
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts +0 -129
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts +0 -6
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts +0 -6
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts +0 -53
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts +0 -53
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts +0 -76
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts +0 -76
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.ts +0 -1
- package/dist/packages/backend/dist/src/types.d.mts +0 -344
- package/dist/packages/backend/dist/src/types.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/types.d.ts +0 -344
- package/dist/packages/backend/dist/src/types.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/errors.d.mts +0 -60
- package/dist/packages/backend/dist/src/utils/errors.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/errors.d.ts +0 -60
- package/dist/packages/backend/dist/src/utils/errors.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/logger.d.mts +0 -8
- package/dist/packages/backend/dist/src/utils/logger.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/logger.d.ts +0 -8
- package/dist/packages/backend/dist/src/utils/logger.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/trpc.d.mts +0 -117
- package/dist/packages/backend/dist/src/utils/trpc.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/trpc.d.ts +0 -117
- package/dist/packages/backend/dist/src/utils/trpc.d.ts.map +0 -1
- package/dist/src/modules/app/components/AppProvider.d.mts +0 -1
- package/dist/src/modules/app/components/AppProvider.d.ts +0 -1
- package/dist/src/modules/app/components/AppProvider.js +0 -0
- package/dist/src/modules/app/components/AppProvider.mjs +0 -0
- package/dist/src/types.d.mts +0 -8
- package/dist/src/types.d.mts.map +0 -1
- package/dist/src/types.d.ts +0 -8
- package/dist/src/types.d.ts.map +0 -1
- package/dist/src/types.js +0 -0
- package/dist/src/types.mjs +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AnyRouter } from "../../../../node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.mjs";
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
import { QueryClient, QueryClientConfig } from "@tanstack/react-query";
|
|
5
|
+
import { TRPCClient, createTRPCClient } from "@trpc/client";
|
|
6
|
+
import { createTRPCContext } from "@trpc/tanstack-react-query";
|
|
7
|
+
|
|
8
|
+
//#region src/modules/app/components/AppTrpcQueryProvider.d.ts
|
|
9
|
+
declare const trpcContext: ReturnType<typeof createTRPCContext<AnyRouter>>;
|
|
10
|
+
declare function AppTrpcQueryProvider({
|
|
11
|
+
children,
|
|
12
|
+
queryClient,
|
|
13
|
+
queryClientConfig,
|
|
14
|
+
trpcClient,
|
|
15
|
+
trpcConfig
|
|
16
|
+
}: {
|
|
17
|
+
queryClient?: QueryClient;
|
|
18
|
+
queryClientConfig?: QueryClientConfig;
|
|
19
|
+
trpcConfig?: Parameters<typeof createTRPCClient<AnyRouter>>[0];
|
|
20
|
+
children: ReactNode;
|
|
21
|
+
trpcClient?: TRPCClient<AnyRouter>;
|
|
22
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
23
|
+
//#endregion
|
|
24
|
+
export { AppTrpcQueryProvider, trpcContext };
|
|
25
|
+
//# sourceMappingURL=AppTrpcQueryProvider.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppTrpcQueryProvider.d.mts","names":[],"sources":["../../../../../src/modules/app/components/AppTrpcQueryProvider.tsx"],"mappings":";;;;;;;;cAqDa,WAAA,EAAa,UAAA,QAAkB,iBAAA,CAAkB,SAAA;AAAA,iBAG9C,oBAAA,CAAA;EACd,QAAA;EACA,WAAA;EACA,iBAAA;EACA,UAAA;EACA;AAAA;EAEA,WAAA,GAAc,WAAA;EACd,iBAAA,GAAoB,iBAAA;EACpB,UAAA,GAAa,UAAA,QAAkB,gBAAA,CAAiB,SAAA;EAChD,QAAA,EAAU,SAAA;EACV,UAAA,GAAa,UAAA,CAAW,SAAA;AAAA,IACzB,oBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AnyRouter } from "../../../../node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.js";
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
|
+
import { QueryClient, QueryClientConfig } from "@tanstack/react-query";
|
|
5
|
+
import { TRPCClient, createTRPCClient } from "@trpc/client";
|
|
6
|
+
import { createTRPCContext } from "@trpc/tanstack-react-query";
|
|
7
|
+
|
|
8
|
+
//#region src/modules/app/components/AppTrpcQueryProvider.d.ts
|
|
9
|
+
declare const trpcContext: ReturnType<typeof createTRPCContext<AnyRouter>>;
|
|
10
|
+
declare function AppTrpcQueryProvider({
|
|
11
|
+
children,
|
|
12
|
+
queryClient,
|
|
13
|
+
queryClientConfig,
|
|
14
|
+
trpcClient,
|
|
15
|
+
trpcConfig
|
|
16
|
+
}: {
|
|
17
|
+
queryClient?: QueryClient;
|
|
18
|
+
queryClientConfig?: QueryClientConfig;
|
|
19
|
+
trpcConfig?: Parameters<typeof createTRPCClient<AnyRouter>>[0];
|
|
20
|
+
children: ReactNode;
|
|
21
|
+
trpcClient?: TRPCClient<AnyRouter>;
|
|
22
|
+
}): _$react_jsx_runtime0.JSX.Element;
|
|
23
|
+
//#endregion
|
|
24
|
+
export { AppTrpcQueryProvider, trpcContext };
|
|
25
|
+
//# sourceMappingURL=AppTrpcQueryProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppTrpcQueryProvider.d.ts","names":[],"sources":["../../../../../src/modules/app/components/AppTrpcQueryProvider.tsx"],"mappings":";;;;;;;;cAqDa,WAAA,EAAa,UAAA,QAAkB,iBAAA,CAAkB,SAAA;AAAA,iBAG9C,oBAAA,CAAA;EACd,QAAA;EACA,WAAA;EACA,iBAAA;EACA,UAAA;EACA;AAAA;EAEA,WAAA,GAAc,WAAA;EACd,iBAAA,GAAoB,iBAAA;EACpB,UAAA,GAAa,UAAA,QAAkB,gBAAA,CAAiB,SAAA;EAChD,QAAA,EAAU,SAAA;EACV,UAAA,GAAa,UAAA,CAAW,SAAA;AAAA,IACzB,oBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_src_modules_app_hooks_useAppConfig = require("../hooks/useAppConfig.js");
|
|
3
|
+
let react = require("react");
|
|
4
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
5
|
+
let _m5kdev_commons_utils_trpc = require("@m5kdev/commons/utils/trpc");
|
|
6
|
+
let _tanstack_react_query = require("@tanstack/react-query");
|
|
7
|
+
let _trpc_client = require("@trpc/client");
|
|
8
|
+
let _trpc_tanstack_react_query = require("@trpc/tanstack-react-query");
|
|
9
|
+
//#region src/modules/app/components/AppTrpcQueryProvider.tsx
|
|
10
|
+
const defaultQueryClientConfig = { defaultOptions: { queries: { staleTime: 60 * 1e3 } } };
|
|
11
|
+
let browserQueryClient;
|
|
12
|
+
function makeQueryClient(config) {
|
|
13
|
+
return new _tanstack_react_query.QueryClient(config ?? defaultQueryClientConfig);
|
|
14
|
+
}
|
|
15
|
+
function getQueryClient(config) {
|
|
16
|
+
if (typeof window === "undefined" || config) return makeQueryClient(config);
|
|
17
|
+
browserQueryClient ??= makeQueryClient(config);
|
|
18
|
+
return browserQueryClient;
|
|
19
|
+
}
|
|
20
|
+
function createTRPCClientFromConfig(url, config) {
|
|
21
|
+
return (0, _trpc_client.createTRPCClient)(config ?? { links: [(0, _trpc_client.httpBatchLink)({
|
|
22
|
+
url: `${url}/trpc`,
|
|
23
|
+
fetch(url, options) {
|
|
24
|
+
return fetch(url, {
|
|
25
|
+
...options,
|
|
26
|
+
body: options?.body ? options.body : void 0,
|
|
27
|
+
credentials: "include"
|
|
28
|
+
});
|
|
29
|
+
},
|
|
30
|
+
transformer: _m5kdev_commons_utils_trpc.transformer
|
|
31
|
+
})] });
|
|
32
|
+
}
|
|
33
|
+
const trpcContext = (0, _trpc_tanstack_react_query.createTRPCContext)();
|
|
34
|
+
function AppTrpcQueryProvider({ children, queryClient, queryClientConfig, trpcClient, trpcConfig }) {
|
|
35
|
+
const { serverUrl } = require_src_modules_app_hooks_useAppConfig.useAppConfig();
|
|
36
|
+
const [resolvedQueryClient] = (0, react.useState)(() => queryClient ?? getQueryClient(queryClientConfig));
|
|
37
|
+
const [resolvedTrpcClient] = (0, react.useState)(() => trpcClient ?? createTRPCClientFromConfig(serverUrl, trpcConfig));
|
|
38
|
+
const { TRPCProvider: BaseTRPCProvider } = trpcContext;
|
|
39
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_tanstack_react_query.QueryClientProvider, {
|
|
40
|
+
client: resolvedQueryClient,
|
|
41
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(BaseTRPCProvider, {
|
|
42
|
+
queryClient: resolvedQueryClient,
|
|
43
|
+
trpcClient: resolvedTrpcClient,
|
|
44
|
+
children
|
|
45
|
+
})
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
//#endregion
|
|
49
|
+
exports.AppTrpcQueryProvider = AppTrpcQueryProvider;
|
|
50
|
+
exports.trpcContext = trpcContext;
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=AppTrpcQueryProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppTrpcQueryProvider.js","names":["QueryClient","useAppConfig","QueryClientProvider"],"sources":["../../../../../src/modules/app/components/AppTrpcQueryProvider.tsx"],"sourcesContent":["import { transformer } from \"@m5kdev/commons/utils/trpc\";\r\nimport { QueryClient, type QueryClientConfig, QueryClientProvider } from \"@tanstack/react-query\";\r\nimport { createTRPCClient, httpBatchLink, type TRPCClient } from \"@trpc/client\";\r\nimport type { AnyTRPCRouter } from \"@trpc/server\";\r\nimport { createTRPCContext } from \"@trpc/tanstack-react-query\";\r\nimport { type ReactNode, useState } from \"react\";\r\nimport { useAppConfig } from \"../hooks/useAppConfig\";\r\n\r\ntype TrpcConfig = Parameters<typeof createTRPCClient<AnyTRPCRouter>>[0];\r\n\r\nconst defaultQueryClientConfig: QueryClientConfig = {\r\n defaultOptions: {\r\n queries: {\r\n staleTime: 60 * 1000,\r\n },\r\n },\r\n};\r\n\r\nlet browserQueryClient: QueryClient | undefined;\r\n\r\nfunction makeQueryClient(config?: QueryClientConfig) {\r\n return new QueryClient(config ?? defaultQueryClientConfig);\r\n}\r\n\r\nfunction getQueryClient(config?: QueryClientConfig) {\r\n if (typeof window === \"undefined\" || config) {\r\n return makeQueryClient(config);\r\n }\r\n\r\n browserQueryClient ??= makeQueryClient(config);\r\n return browserQueryClient;\r\n}\r\n\r\nfunction createTRPCClientFromConfig(url: string, config?: TrpcConfig) {\r\n return createTRPCClient<AnyTRPCRouter>(\r\n config ?? {\r\n links: [\r\n httpBatchLink({\r\n url: `${url}/trpc`,\r\n fetch(url, options) {\r\n return fetch(url, {\r\n ...options,\r\n body: options?.body ? (options.body as BodyInit | null | undefined) : undefined,\r\n credentials: \"include\",\r\n });\r\n },\r\n transformer,\r\n }),\r\n ],\r\n }\r\n );\r\n}\r\n\r\nexport const trpcContext: ReturnType<typeof createTRPCContext<AnyTRPCRouter>> =\r\n createTRPCContext<AnyTRPCRouter>();\r\n\r\nexport function AppTrpcQueryProvider({\r\n children,\r\n queryClient,\r\n queryClientConfig,\r\n trpcClient,\r\n trpcConfig,\r\n}: {\r\n queryClient?: QueryClient;\r\n queryClientConfig?: QueryClientConfig;\r\n trpcConfig?: Parameters<typeof createTRPCClient<AnyTRPCRouter>>[0];\r\n children: ReactNode;\r\n trpcClient?: TRPCClient<AnyTRPCRouter>;\r\n}) {\r\n const { serverUrl } = useAppConfig();\r\n const [resolvedQueryClient] = useState(() => queryClient ?? getQueryClient(queryClientConfig));\r\n const [resolvedTrpcClient] = useState(\r\n () => trpcClient ?? createTRPCClientFromConfig(serverUrl, trpcConfig)\r\n );\r\n const { TRPCProvider: BaseTRPCProvider } = trpcContext;\r\n\r\n return (\r\n <QueryClientProvider client={resolvedQueryClient}>\r\n <BaseTRPCProvider queryClient={resolvedQueryClient} trpcClient={resolvedTrpcClient}>\r\n {children}\r\n </BaseTRPCProvider>\r\n </QueryClientProvider>\r\n );\r\n}\r\n"],"mappings":";;;;;;;;;AAUA,MAAM,2BAA8C,EAClD,gBAAgB,EACd,SAAS,EACP,WAAW,KAAK,KACjB,EACF,EACF;AAED,IAAI;AAEJ,SAAS,gBAAgB,QAA4B;AACnD,QAAO,IAAIA,sBAAAA,YAAY,UAAU,yBAAyB;;AAG5D,SAAS,eAAe,QAA4B;AAClD,KAAI,OAAO,WAAW,eAAe,OACnC,QAAO,gBAAgB,OAAO;AAGhC,wBAAuB,gBAAgB,OAAO;AAC9C,QAAO;;AAGT,SAAS,2BAA2B,KAAa,QAAqB;AACpE,SAAA,GAAA,aAAA,kBACE,UAAU,EACR,OAAO,EAAA,GAAA,aAAA,eACS;EACZ,KAAK,GAAG,IAAI;EACZ,MAAM,KAAK,SAAS;AAClB,UAAO,MAAM,KAAK;IAChB,GAAG;IACH,MAAM,SAAS,OAAQ,QAAQ,OAAuC,KAAA;IACtE,aAAa;IACd,CAAC;;EAEJ,aAAA,2BAAA;EACD,CAAC,CACH,EACF,CACF;;AAGH,MAAa,eAAA,GAAA,2BAAA,oBACuB;AAEpC,SAAgB,qBAAqB,EACnC,UACA,aACA,mBACA,YACA,cAOC;CACD,MAAM,EAAE,cAAcC,2CAAAA,cAAc;CACpC,MAAM,CAAC,wBAAA,GAAA,MAAA,gBAAsC,eAAe,eAAe,kBAAkB,CAAC;CAC9F,MAAM,CAAC,uBAAA,GAAA,MAAA,gBACC,cAAc,2BAA2B,WAAW,WAAW,CACtE;CACD,MAAM,EAAE,cAAc,qBAAqB;AAE3C,QACE,iBAAA,GAAA,kBAAA,KAACC,sBAAAA,qBAAD;EAAqB,QAAQ;YAC3B,iBAAA,GAAA,kBAAA,KAAC,kBAAD;GAAkB,aAAa;GAAqB,YAAY;GAC7D;GACgB,CAAA;EACC,CAAA"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { useAppConfig } from "../hooks/useAppConfig.mjs";
|
|
2
|
+
import { useState } from "react";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
import { transformer } from "@m5kdev/commons/utils/trpc";
|
|
5
|
+
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
|
|
6
|
+
import { createTRPCClient, httpBatchLink } from "@trpc/client";
|
|
7
|
+
import { createTRPCContext } from "@trpc/tanstack-react-query";
|
|
8
|
+
//#region src/modules/app/components/AppTrpcQueryProvider.tsx
|
|
9
|
+
const defaultQueryClientConfig = { defaultOptions: { queries: { staleTime: 60 * 1e3 } } };
|
|
10
|
+
let browserQueryClient;
|
|
11
|
+
function makeQueryClient(config) {
|
|
12
|
+
return new QueryClient(config ?? defaultQueryClientConfig);
|
|
13
|
+
}
|
|
14
|
+
function getQueryClient(config) {
|
|
15
|
+
if (typeof window === "undefined" || config) return makeQueryClient(config);
|
|
16
|
+
browserQueryClient ??= makeQueryClient(config);
|
|
17
|
+
return browserQueryClient;
|
|
18
|
+
}
|
|
19
|
+
function createTRPCClientFromConfig(url, config) {
|
|
20
|
+
return createTRPCClient(config ?? { links: [httpBatchLink({
|
|
21
|
+
url: `${url}/trpc`,
|
|
22
|
+
fetch(url, options) {
|
|
23
|
+
return fetch(url, {
|
|
24
|
+
...options,
|
|
25
|
+
body: options?.body ? options.body : void 0,
|
|
26
|
+
credentials: "include"
|
|
27
|
+
});
|
|
28
|
+
},
|
|
29
|
+
transformer
|
|
30
|
+
})] });
|
|
31
|
+
}
|
|
32
|
+
const trpcContext = createTRPCContext();
|
|
33
|
+
function AppTrpcQueryProvider({ children, queryClient, queryClientConfig, trpcClient, trpcConfig }) {
|
|
34
|
+
const { serverUrl } = useAppConfig();
|
|
35
|
+
const [resolvedQueryClient] = useState(() => queryClient ?? getQueryClient(queryClientConfig));
|
|
36
|
+
const [resolvedTrpcClient] = useState(() => trpcClient ?? createTRPCClientFromConfig(serverUrl, trpcConfig));
|
|
37
|
+
const { TRPCProvider: BaseTRPCProvider } = trpcContext;
|
|
38
|
+
return /* @__PURE__ */ jsx(QueryClientProvider, {
|
|
39
|
+
client: resolvedQueryClient,
|
|
40
|
+
children: /* @__PURE__ */ jsx(BaseTRPCProvider, {
|
|
41
|
+
queryClient: resolvedQueryClient,
|
|
42
|
+
trpcClient: resolvedTrpcClient,
|
|
43
|
+
children
|
|
44
|
+
})
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
//#endregion
|
|
48
|
+
export { AppTrpcQueryProvider, trpcContext };
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=AppTrpcQueryProvider.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppTrpcQueryProvider.mjs","names":[],"sources":["../../../../../src/modules/app/components/AppTrpcQueryProvider.tsx"],"sourcesContent":["import { transformer } from \"@m5kdev/commons/utils/trpc\";\r\nimport { QueryClient, type QueryClientConfig, QueryClientProvider } from \"@tanstack/react-query\";\r\nimport { createTRPCClient, httpBatchLink, type TRPCClient } from \"@trpc/client\";\r\nimport type { AnyTRPCRouter } from \"@trpc/server\";\r\nimport { createTRPCContext } from \"@trpc/tanstack-react-query\";\r\nimport { type ReactNode, useState } from \"react\";\r\nimport { useAppConfig } from \"../hooks/useAppConfig\";\r\n\r\ntype TrpcConfig = Parameters<typeof createTRPCClient<AnyTRPCRouter>>[0];\r\n\r\nconst defaultQueryClientConfig: QueryClientConfig = {\r\n defaultOptions: {\r\n queries: {\r\n staleTime: 60 * 1000,\r\n },\r\n },\r\n};\r\n\r\nlet browserQueryClient: QueryClient | undefined;\r\n\r\nfunction makeQueryClient(config?: QueryClientConfig) {\r\n return new QueryClient(config ?? defaultQueryClientConfig);\r\n}\r\n\r\nfunction getQueryClient(config?: QueryClientConfig) {\r\n if (typeof window === \"undefined\" || config) {\r\n return makeQueryClient(config);\r\n }\r\n\r\n browserQueryClient ??= makeQueryClient(config);\r\n return browserQueryClient;\r\n}\r\n\r\nfunction createTRPCClientFromConfig(url: string, config?: TrpcConfig) {\r\n return createTRPCClient<AnyTRPCRouter>(\r\n config ?? {\r\n links: [\r\n httpBatchLink({\r\n url: `${url}/trpc`,\r\n fetch(url, options) {\r\n return fetch(url, {\r\n ...options,\r\n body: options?.body ? (options.body as BodyInit | null | undefined) : undefined,\r\n credentials: \"include\",\r\n });\r\n },\r\n transformer,\r\n }),\r\n ],\r\n }\r\n );\r\n}\r\n\r\nexport const trpcContext: ReturnType<typeof createTRPCContext<AnyTRPCRouter>> =\r\n createTRPCContext<AnyTRPCRouter>();\r\n\r\nexport function AppTrpcQueryProvider({\r\n children,\r\n queryClient,\r\n queryClientConfig,\r\n trpcClient,\r\n trpcConfig,\r\n}: {\r\n queryClient?: QueryClient;\r\n queryClientConfig?: QueryClientConfig;\r\n trpcConfig?: Parameters<typeof createTRPCClient<AnyTRPCRouter>>[0];\r\n children: ReactNode;\r\n trpcClient?: TRPCClient<AnyTRPCRouter>;\r\n}) {\r\n const { serverUrl } = useAppConfig();\r\n const [resolvedQueryClient] = useState(() => queryClient ?? getQueryClient(queryClientConfig));\r\n const [resolvedTrpcClient] = useState(\r\n () => trpcClient ?? createTRPCClientFromConfig(serverUrl, trpcConfig)\r\n );\r\n const { TRPCProvider: BaseTRPCProvider } = trpcContext;\r\n\r\n return (\r\n <QueryClientProvider client={resolvedQueryClient}>\r\n <BaseTRPCProvider queryClient={resolvedQueryClient} trpcClient={resolvedTrpcClient}>\r\n {children}\r\n </BaseTRPCProvider>\r\n </QueryClientProvider>\r\n );\r\n}\r\n"],"mappings":";;;;;;;;AAUA,MAAM,2BAA8C,EAClD,gBAAgB,EACd,SAAS,EACP,WAAW,KAAK,KACjB,EACF,EACF;AAED,IAAI;AAEJ,SAAS,gBAAgB,QAA4B;AACnD,QAAO,IAAI,YAAY,UAAU,yBAAyB;;AAG5D,SAAS,eAAe,QAA4B;AAClD,KAAI,OAAO,WAAW,eAAe,OACnC,QAAO,gBAAgB,OAAO;AAGhC,wBAAuB,gBAAgB,OAAO;AAC9C,QAAO;;AAGT,SAAS,2BAA2B,KAAa,QAAqB;AACpE,QAAO,iBACL,UAAU,EACR,OAAO,CACL,cAAc;EACZ,KAAK,GAAG,IAAI;EACZ,MAAM,KAAK,SAAS;AAClB,UAAO,MAAM,KAAK;IAChB,GAAG;IACH,MAAM,SAAS,OAAQ,QAAQ,OAAuC,KAAA;IACtE,aAAa;IACd,CAAC;;EAEJ;EACD,CAAC,CACH,EACF,CACF;;AAGH,MAAa,cACX,mBAAkC;AAEpC,SAAgB,qBAAqB,EACnC,UACA,aACA,mBACA,YACA,cAOC;CACD,MAAM,EAAE,cAAc,cAAc;CACpC,MAAM,CAAC,uBAAuB,eAAe,eAAe,eAAe,kBAAkB,CAAC;CAC9F,MAAM,CAAC,sBAAsB,eACrB,cAAc,2BAA2B,WAAW,WAAW,CACtE;CACD,MAAM,EAAE,cAAc,qBAAqB;AAE3C,QACE,oBAAC,qBAAD;EAAqB,QAAQ;YAC3B,oBAAC,kBAAD;GAAkB,aAAa;GAAqB,YAAY;GAC7D;GACgB,CAAA;EACC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppConfig.d.mts","names":[],"sources":["../../../../../src/modules/app/hooks/useAppConfig.ts"],"mappings":";iBAGgB,YAAA,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppConfig.d.ts","names":[],"sources":["../../../../../src/modules/app/hooks/useAppConfig.ts"],"mappings":";iBAGgB,YAAA,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_src_modules_app_components_AppConfigProvider = require("../components/AppConfigProvider.js");
|
|
3
|
+
let react = require("react");
|
|
4
|
+
//#region src/modules/app/hooks/useAppConfig.ts
|
|
5
|
+
function useAppConfig() {
|
|
6
|
+
const ctx = (0, react.useContext)(require_src_modules_app_components_AppConfigProvider.AppConfigContext);
|
|
7
|
+
if (!ctx) throw new Error("useAppConfig must be used within AppConfigProvider");
|
|
8
|
+
return ctx;
|
|
9
|
+
}
|
|
10
|
+
//#endregion
|
|
11
|
+
exports.useAppConfig = useAppConfig;
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=useAppConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppConfig.js","names":["AppConfigContext"],"sources":["../../../../../src/modules/app/hooks/useAppConfig.ts"],"sourcesContent":["import { useContext } from \"react\";\r\nimport { AppConfigContext } from \"../components/AppConfigProvider\";\r\n\r\nexport function useAppConfig() {\r\n const ctx = useContext(AppConfigContext);\r\n if (!ctx) {\r\n throw new Error(\"useAppConfig must be used within AppConfigProvider\");\r\n }\r\n return ctx;\r\n}\r\n"],"mappings":";;;;AAGA,SAAgB,eAAe;CAC7B,MAAM,OAAA,GAAA,MAAA,YAAiBA,qDAAAA,iBAAiB;AACxC,KAAI,CAAC,IACH,OAAM,IAAI,MAAM,qDAAqD;AAEvE,QAAO"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AppConfigContext } from "../components/AppConfigProvider.mjs";
|
|
2
|
+
import { useContext } from "react";
|
|
3
|
+
//#region src/modules/app/hooks/useAppConfig.ts
|
|
4
|
+
function useAppConfig() {
|
|
5
|
+
const ctx = useContext(AppConfigContext);
|
|
6
|
+
if (!ctx) throw new Error("useAppConfig must be used within AppConfigProvider");
|
|
7
|
+
return ctx;
|
|
8
|
+
}
|
|
9
|
+
//#endregion
|
|
10
|
+
export { useAppConfig };
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=useAppConfig.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppConfig.mjs","names":[],"sources":["../../../../../src/modules/app/hooks/useAppConfig.ts"],"sourcesContent":["import { useContext } from \"react\";\r\nimport { AppConfigContext } from \"../components/AppConfigProvider\";\r\n\r\nexport function useAppConfig() {\r\n const ctx = useContext(AppConfigContext);\r\n if (!ctx) {\r\n throw new Error(\"useAppConfig must be used within AppConfigProvider\");\r\n }\r\n return ctx;\r\n}\r\n"],"mappings":";;;AAGA,SAAgB,eAAe;CAC7B,MAAM,MAAM,WAAW,iBAAiB;AACxC,KAAI,CAAC,IACH,OAAM,IAAI,MAAM,qDAAqD;AAEvE,QAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AnyRouter } from "../../../../node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.mjs";
|
|
2
|
+
import { TRPCClient } from "@trpc/client";
|
|
3
|
+
import { TRPCOptionsProxy } from "@trpc/tanstack-react-query";
|
|
4
|
+
|
|
5
|
+
//#region src/modules/app/hooks/useAppTrpc.d.ts
|
|
6
|
+
declare function useAppTRPC<TRouter extends AnyRouter = AnyRouter>(): TRPCOptionsProxy<TRouter>;
|
|
7
|
+
declare function useAppTRPCClient<TRouter extends AnyRouter = AnyRouter>(): TRPCClient<TRouter>;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { useAppTRPC, useAppTRPCClient };
|
|
10
|
+
//# sourceMappingURL=useAppTrpc.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppTrpc.d.mts","names":[],"sources":["../../../../../src/modules/app/hooks/useAppTrpc.ts"],"mappings":";;;;;iBAKgB,UAAA,iBAA2B,SAAA,GAAgB,SAAA,CAAA,CAAA,GACzB,gBAAA,CAAiB,OAAA;AAAA,iBAGnC,gBAAA,iBAAiC,SAAA,GAAgB,SAAA,CAAA,CAAA,GACzB,UAAA,CAAW,OAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AnyRouter } from "../../../../node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.js";
|
|
2
|
+
import { TRPCClient } from "@trpc/client";
|
|
3
|
+
import { TRPCOptionsProxy } from "@trpc/tanstack-react-query";
|
|
4
|
+
|
|
5
|
+
//#region src/modules/app/hooks/useAppTrpc.d.ts
|
|
6
|
+
declare function useAppTRPC<TRouter extends AnyRouter = AnyRouter>(): TRPCOptionsProxy<TRouter>;
|
|
7
|
+
declare function useAppTRPCClient<TRouter extends AnyRouter = AnyRouter>(): TRPCClient<TRouter>;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { useAppTRPC, useAppTRPCClient };
|
|
10
|
+
//# sourceMappingURL=useAppTrpc.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppTrpc.d.ts","names":[],"sources":["../../../../../src/modules/app/hooks/useAppTrpc.ts"],"mappings":";;;;;iBAKgB,UAAA,iBAA2B,SAAA,GAAgB,SAAA,CAAA,CAAA,GACzB,gBAAA,CAAiB,OAAA;AAAA,iBAGnC,gBAAA,iBAAiC,SAAA,GAAgB,SAAA,CAAA,CAAA,GACzB,UAAA,CAAW,OAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_src_modules_app_components_AppTrpcQueryProvider = require("../components/AppTrpcQueryProvider.js");
|
|
3
|
+
//#region src/modules/app/hooks/useAppTrpc.ts
|
|
4
|
+
function useAppTRPC() {
|
|
5
|
+
return require_src_modules_app_components_AppTrpcQueryProvider.trpcContext.useTRPC();
|
|
6
|
+
}
|
|
7
|
+
function useAppTRPCClient() {
|
|
8
|
+
return require_src_modules_app_components_AppTrpcQueryProvider.trpcContext.useTRPCClient();
|
|
9
|
+
}
|
|
10
|
+
//#endregion
|
|
11
|
+
exports.useAppTRPC = useAppTRPC;
|
|
12
|
+
exports.useAppTRPCClient = useAppTRPCClient;
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=useAppTrpc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppTrpc.js","names":["trpcContext"],"sources":["../../../../../src/modules/app/hooks/useAppTrpc.ts"],"sourcesContent":["import type { TRPCClient } from \"@trpc/client\";\r\nimport type { AnyTRPCRouter } from \"@trpc/server\";\r\nimport type { TRPCOptionsProxy } from \"@trpc/tanstack-react-query\";\r\nimport { trpcContext } from \"../components/AppTrpcQueryProvider\";\r\n\r\nexport function useAppTRPC<TRouter extends AnyTRPCRouter = AnyTRPCRouter>() {\r\n return trpcContext.useTRPC() as TRPCOptionsProxy<TRouter>;\r\n}\r\n\r\nexport function useAppTRPCClient<TRouter extends AnyTRPCRouter = AnyTRPCRouter>() {\r\n return trpcContext.useTRPCClient() as TRPCClient<TRouter>;\r\n}\r\n"],"mappings":";;;AAKA,SAAgB,aAA4D;AAC1E,QAAOA,wDAAAA,YAAY,SAAS;;AAG9B,SAAgB,mBAAkE;AAChF,QAAOA,wDAAAA,YAAY,eAAe"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { trpcContext } from "../components/AppTrpcQueryProvider.mjs";
|
|
2
|
+
//#region src/modules/app/hooks/useAppTrpc.ts
|
|
3
|
+
function useAppTRPC() {
|
|
4
|
+
return trpcContext.useTRPC();
|
|
5
|
+
}
|
|
6
|
+
function useAppTRPCClient() {
|
|
7
|
+
return trpcContext.useTRPCClient();
|
|
8
|
+
}
|
|
9
|
+
//#endregion
|
|
10
|
+
export { useAppTRPC, useAppTRPCClient };
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=useAppTrpc.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppTrpc.mjs","names":[],"sources":["../../../../../src/modules/app/hooks/useAppTrpc.ts"],"sourcesContent":["import type { TRPCClient } from \"@trpc/client\";\r\nimport type { AnyTRPCRouter } from \"@trpc/server\";\r\nimport type { TRPCOptionsProxy } from \"@trpc/tanstack-react-query\";\r\nimport { trpcContext } from \"../components/AppTrpcQueryProvider\";\r\n\r\nexport function useAppTRPC<TRouter extends AnyTRPCRouter = AnyTRPCRouter>() {\r\n return trpcContext.useTRPC() as TRPCOptionsProxy<TRouter>;\r\n}\r\n\r\nexport function useAppTRPCClient<TRouter extends AnyTRPCRouter = AnyTRPCRouter>() {\r\n return trpcContext.useTRPCClient() as TRPCClient<TRouter>;\r\n}\r\n"],"mappings":";;AAKA,SAAgB,aAA4D;AAC1E,QAAO,YAAY,SAAS;;AAG9B,SAAgB,mBAAkE;AAChF,QAAO,YAAY,eAAe"}
|
|
@@ -669,7 +669,7 @@ declare const authClient: {
|
|
|
669
669
|
sortDirection?: "asc" | "desc" | undefined;
|
|
670
670
|
filterField?: string | undefined;
|
|
671
671
|
filterValue?: string | number | boolean | undefined;
|
|
672
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
672
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
673
673
|
organizationId?: string | undefined;
|
|
674
674
|
organizationSlug?: string | undefined;
|
|
675
675
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0?: _$better_auth0.Prettify<{
|
|
@@ -680,7 +680,7 @@ declare const authClient: {
|
|
|
680
680
|
sortDirection?: "asc" | "desc" | undefined;
|
|
681
681
|
filterField?: string | undefined;
|
|
682
682
|
filterValue?: string | number | boolean | undefined;
|
|
683
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
683
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
684
684
|
organizationId?: string | undefined;
|
|
685
685
|
organizationSlug?: string | undefined;
|
|
686
686
|
} | undefined;
|
|
@@ -1042,7 +1042,7 @@ declare const authClient: {
|
|
|
1042
1042
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1043
1043
|
filterField?: string | undefined;
|
|
1044
1044
|
filterValue?: string | number | boolean | undefined;
|
|
1045
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
1045
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
1046
1046
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0: _$better_auth0.Prettify<{
|
|
1047
1047
|
query: {
|
|
1048
1048
|
searchValue?: string | undefined;
|
|
@@ -1054,7 +1054,7 @@ declare const authClient: {
|
|
|
1054
1054
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1055
1055
|
filterField?: string | undefined;
|
|
1056
1056
|
filterValue?: string | number | boolean | undefined;
|
|
1057
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
1057
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
1058
1058
|
};
|
|
1059
1059
|
fetchOptions?: FetchOptions | undefined;
|
|
1060
1060
|
}>, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<NonNullable<{
|
|
@@ -669,7 +669,7 @@ declare const authClient: {
|
|
|
669
669
|
sortDirection?: "asc" | "desc" | undefined;
|
|
670
670
|
filterField?: string | undefined;
|
|
671
671
|
filterValue?: string | number | boolean | undefined;
|
|
672
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
672
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
673
673
|
organizationId?: string | undefined;
|
|
674
674
|
organizationSlug?: string | undefined;
|
|
675
675
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0?: _$better_auth0.Prettify<{
|
|
@@ -680,7 +680,7 @@ declare const authClient: {
|
|
|
680
680
|
sortDirection?: "asc" | "desc" | undefined;
|
|
681
681
|
filterField?: string | undefined;
|
|
682
682
|
filterValue?: string | number | boolean | undefined;
|
|
683
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
683
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
684
684
|
organizationId?: string | undefined;
|
|
685
685
|
organizationSlug?: string | undefined;
|
|
686
686
|
} | undefined;
|
|
@@ -1042,7 +1042,7 @@ declare const authClient: {
|
|
|
1042
1042
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1043
1043
|
filterField?: string | undefined;
|
|
1044
1044
|
filterValue?: string | number | boolean | undefined;
|
|
1045
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
1045
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
1046
1046
|
}> & Record<string, any>, Record<string, any> | undefined>>(data_0: _$better_auth0.Prettify<{
|
|
1047
1047
|
query: {
|
|
1048
1048
|
searchValue?: string | undefined;
|
|
@@ -1054,7 +1054,7 @@ declare const authClient: {
|
|
|
1054
1054
|
sortDirection?: "asc" | "desc" | undefined;
|
|
1055
1055
|
filterField?: string | undefined;
|
|
1056
1056
|
filterValue?: string | number | boolean | undefined;
|
|
1057
|
-
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" |
|
|
1057
|
+
filterOperator?: "contains" | "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | undefined;
|
|
1058
1058
|
};
|
|
1059
1059
|
fetchOptions?: FetchOptions | undefined;
|
|
1060
1060
|
}>, data_1?: FetchOptions | undefined) => Promise<_$better_auth_client0.BetterFetchResponse<NonNullable<{
|
|
@@ -18,7 +18,7 @@ declare function AuthProvider({
|
|
|
18
18
|
children: React.ReactNode;
|
|
19
19
|
loader?: React.ReactNode;
|
|
20
20
|
onSession?: (session: Session | null) => void;
|
|
21
|
-
}): string | number | bigint | true | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined
|
|
21
|
+
}): string | number | bigint | true | _$react_jsx_runtime0.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { AuthProvider, authProviderContext };
|
|
24
24
|
//# sourceMappingURL=AuthProvider.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProvider.d.mts","names":[],"sources":["../../../../../src/modules/auth/components/AuthProvider.tsx"],"mappings":";;;;;KAIK,OAAA,GAAU,UAAA,QAAkB,UAAA,CAAW,UAAA;AAAA,cAO/B,mBAAA,EAEE,OAAA,CAFiB,OAAA;;QAExB,OAAA;;oBAEY,SAAA;AAAA;AAAA,iBAQJ,YAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,SAAA,IAAa,OAAA,EAAS,OAAA;AAAA,sCACvB,QAAA,
|
|
1
|
+
{"version":3,"file":"AuthProvider.d.mts","names":[],"sources":["../../../../../src/modules/auth/components/AuthProvider.tsx"],"mappings":";;;;;KAIK,OAAA,GAAU,UAAA,QAAkB,UAAA,CAAW,UAAA;AAAA,cAO/B,mBAAA,EAEE,OAAA,CAFiB,OAAA;;QAExB,OAAA;;oBAEY,SAAA;AAAA;AAAA,iBAQJ,YAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,SAAA,IAAa,OAAA,EAAS,OAAA;AAAA,sCACvB,oBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,OAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA"}
|
|
@@ -18,7 +18,7 @@ declare function AuthProvider({
|
|
|
18
18
|
children: React.ReactNode;
|
|
19
19
|
loader?: React.ReactNode;
|
|
20
20
|
onSession?: (session: Session | null) => void;
|
|
21
|
-
}): string | number | bigint | true | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined
|
|
21
|
+
}): string | number | bigint | true | _$react_jsx_runtime0.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { AuthProvider, authProviderContext };
|
|
24
24
|
//# sourceMappingURL=AuthProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProvider.d.ts","names":[],"sources":["../../../../../src/modules/auth/components/AuthProvider.tsx"],"mappings":";;;;;KAIK,OAAA,GAAU,UAAA,QAAkB,UAAA,CAAW,UAAA;AAAA,cAO/B,mBAAA,EAEE,OAAA,CAFiB,OAAA;;QAExB,OAAA;;oBAEY,SAAA;AAAA;AAAA,iBAQJ,YAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,SAAA,IAAa,OAAA,EAAS,OAAA;AAAA,sCACvB,QAAA,
|
|
1
|
+
{"version":3,"file":"AuthProvider.d.ts","names":[],"sources":["../../../../../src/modules/auth/components/AuthProvider.tsx"],"mappings":";;;;;KAIK,OAAA,GAAU,UAAA,QAAkB,UAAA,CAAW,UAAA;AAAA,cAO/B,mBAAA,EAEE,OAAA,CAFiB,OAAA;;QAExB,OAAA;;oBAEY,SAAA;AAAA;AAAA,iBAQJ,YAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,SAAA,IAAa,OAAA,EAAS,OAAA;AAAA,sCACvB,oBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,OAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_src_modules_auth_auth_lib = require("../auth.lib.js");
|
|
3
|
-
let posthog_js_react_dist_umd_index_js = require("posthog-js/react/dist/umd/index.js");
|
|
4
3
|
let react = require("react");
|
|
5
4
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
5
|
+
let posthog_js_react_dist_umd_index_js = require("posthog-js/react/dist/umd/index.js");
|
|
6
6
|
//#region src/modules/auth/components/AuthProvider.tsx
|
|
7
7
|
function isImpersonatedSession(session) {
|
|
8
8
|
const sessionData = session?.session;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { authClient } from "../auth.lib.mjs";
|
|
2
|
-
import { usePostHog } from "posthog-js/react/dist/esm/index.js";
|
|
3
2
|
import { createContext, useCallback, useEffect, useState } from "react";
|
|
4
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
import { usePostHog } from "posthog-js/react/dist/esm/index.js";
|
|
5
5
|
//#region src/modules/auth/components/AuthProvider.tsx
|
|
6
6
|
function isImpersonatedSession(session) {
|
|
7
7
|
const sessionData = session?.session;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { authClient } from "../auth.lib.js";
|
|
2
|
-
import * as _$better_auth_plugins0 from "better-auth/plugins";
|
|
3
2
|
import * as _$_tanstack_react_query0 from "@tanstack/react-query";
|
|
4
3
|
import { AnyUseMutationOptions } from "@tanstack/react-query";
|
|
4
|
+
import * as _$better_auth_plugins0 from "better-auth/plugins";
|
|
5
5
|
|
|
6
6
|
//#region src/modules/auth/hooks/useAuthAdmin.d.ts
|
|
7
7
|
type ListUsersArgs = Parameters<typeof authClient.admin.listUsers>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { UseBackendTRPC } from "../../../types.mjs";
|
|
2
1
|
import * as _$react from "react";
|
|
3
2
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
3
|
import { BillingSchema } from "@m5kdev/commons/modules/billing/billing.schema";
|
|
@@ -9,18 +8,16 @@ declare const billingProviderContext: _$react.Context<{
|
|
|
9
8
|
data: BillingSchema | null;
|
|
10
9
|
}>;
|
|
11
10
|
declare function BillingProvider({
|
|
12
|
-
useTRPC,
|
|
13
11
|
children,
|
|
14
12
|
loader,
|
|
15
13
|
planPage,
|
|
16
14
|
skipPlanCheck
|
|
17
15
|
}: {
|
|
18
|
-
useTRPC: UseBackendTRPC;
|
|
19
16
|
children: React.ReactNode;
|
|
20
17
|
loader?: React.ReactNode;
|
|
21
18
|
planPage: React.ReactNode;
|
|
22
19
|
skipPlanCheck?: boolean;
|
|
23
|
-
}): string | number | bigint | boolean | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined> |
|
|
20
|
+
}): string | number | bigint | boolean | _$react_jsx_runtime0.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined> | null | undefined;
|
|
24
21
|
//#endregion
|
|
25
22
|
export { BillingProvider, billingProviderContext };
|
|
26
23
|
//# sourceMappingURL=BillingProvider.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BillingProvider.d.mts","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"BillingProvider.d.mts","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"mappings":";;;;;cAMa,sBAAA,EAEQ,OAAA,CAFc,OAAA;;QAE3B,aAAA;AAAA;AAAA,iBAMQ,eAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA,QAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,aAAA;AAAA,yCACD,oBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,OAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { UseBackendTRPC } from "../../../types.js";
|
|
2
1
|
import * as _$react from "react";
|
|
3
2
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
3
|
import { BillingSchema } from "@m5kdev/commons/modules/billing/billing.schema";
|
|
@@ -9,18 +8,16 @@ declare const billingProviderContext: _$react.Context<{
|
|
|
9
8
|
data: BillingSchema | null;
|
|
10
9
|
}>;
|
|
11
10
|
declare function BillingProvider({
|
|
12
|
-
useTRPC,
|
|
13
11
|
children,
|
|
14
12
|
loader,
|
|
15
13
|
planPage,
|
|
16
14
|
skipPlanCheck
|
|
17
15
|
}: {
|
|
18
|
-
useTRPC: UseBackendTRPC;
|
|
19
16
|
children: React.ReactNode;
|
|
20
17
|
loader?: React.ReactNode;
|
|
21
18
|
planPage: React.ReactNode;
|
|
22
19
|
skipPlanCheck?: boolean;
|
|
23
|
-
}): string | number | bigint | boolean | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined> |
|
|
20
|
+
}): string | number | bigint | boolean | _$react_jsx_runtime0.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | _$react.ReactPortal | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | Iterable<_$react.ReactNode> | null | undefined> | null | undefined;
|
|
24
21
|
//#endregion
|
|
25
22
|
export { BillingProvider, billingProviderContext };
|
|
26
23
|
//# sourceMappingURL=BillingProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BillingProvider.d.ts","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"BillingProvider.d.ts","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"mappings":";;;;;cAMa,sBAAA,EAEQ,OAAA,CAFc,OAAA;;QAE3B,aAAA;AAAA;AAAA,iBAMQ,eAAA,CAAA;EACd,QAAA;EACA,MAAA;EACA,QAAA;EACA;AAAA;EAEA,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,MAAA,GAAS,KAAA,CAAM,SAAA;EACf,QAAA,EAAU,KAAA,CAAM,SAAA;EAChB,aAAA;AAAA,yCACD,oBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,OAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,OAAA,CAAA,WAAA,GAAA,OAAA,CAAA,YAAA,mBAAA,OAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,OAAA,CAAA,SAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_src_modules_app_hooks_useAppTrpc = require("../../app/hooks/useAppTrpc.js");
|
|
2
3
|
let react = require("react");
|
|
3
4
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
4
5
|
let _tanstack_react_query = require("@tanstack/react-query");
|
|
@@ -7,8 +8,8 @@ const billingProviderContext = (0, react.createContext)({
|
|
|
7
8
|
isLoading: true,
|
|
8
9
|
data: null
|
|
9
10
|
});
|
|
10
|
-
function BillingProvider({
|
|
11
|
-
const { data: activeSubscription, isLoading } = (0, _tanstack_react_query.useQuery)(
|
|
11
|
+
function BillingProvider({ children, loader, planPage, skipPlanCheck = false }) {
|
|
12
|
+
const { data: activeSubscription, isLoading } = (0, _tanstack_react_query.useQuery)(require_src_modules_app_hooks_useAppTrpc.useAppTRPC().billing.getActiveSubscription.queryOptions(void 0, {
|
|
12
13
|
staleTime: 1e3 * 60 * 60 * 4,
|
|
13
14
|
enabled: !skipPlanCheck
|
|
14
15
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BillingProvider.js","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"sourcesContent":["import type { BillingSchema } from \"@m5kdev/commons/modules/billing/billing.schema\";\r\nimport { useQuery } from \"@tanstack/react-query\";\r\nimport { createContext } from \"react\";\r\nimport
|
|
1
|
+
{"version":3,"file":"BillingProvider.js","names":["useAppTRPC"],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"sourcesContent":["import type { BackendTRPCRouter } from \"@m5kdev/backend/types\";\r\nimport type { BillingSchema } from \"@m5kdev/commons/modules/billing/billing.schema\";\r\nimport { useQuery } from \"@tanstack/react-query\";\r\nimport { createContext } from \"react\";\r\nimport { useAppTRPC } from \"../../app/hooks/useAppTrpc\";\r\n\r\nexport const billingProviderContext = createContext<{\r\n isLoading: boolean;\r\n data: BillingSchema | null;\r\n}>({\r\n isLoading: true,\r\n data: null,\r\n});\r\n\r\nexport function BillingProvider({\r\n children,\r\n loader,\r\n planPage,\r\n skipPlanCheck = false,\r\n}: {\r\n children: React.ReactNode;\r\n loader?: React.ReactNode;\r\n planPage: React.ReactNode;\r\n skipPlanCheck?: boolean;\r\n}) {\r\n const trpc = useAppTRPC<BackendTRPCRouter>();\r\n\r\n const { data: activeSubscription, isLoading } = useQuery(\r\n trpc.billing.getActiveSubscription.queryOptions(undefined, {\r\n staleTime: 1000 * 60 * 60 * 4, // 4 hours\r\n enabled: !skipPlanCheck,\r\n })\r\n );\r\n\r\n if (skipPlanCheck) {\r\n return (\r\n <billingProviderContext.Provider value={{ isLoading: false, data: null }}>\r\n {children}\r\n </billingProviderContext.Provider>\r\n );\r\n }\r\n\r\n // Show loading screen while checking subscription status\r\n if (isLoading) {\r\n return loader ? loader : \"Loading...\";\r\n }\r\n\r\n if (!activeSubscription) {\r\n return planPage;\r\n }\r\n\r\n return (\r\n <billingProviderContext.Provider value={{ isLoading, data: activeSubscription ?? null }}>\r\n {children}\r\n </billingProviderContext.Provider>\r\n );\r\n}\r\n"],"mappings":";;;;;;AAMA,MAAa,0BAAA,GAAA,MAAA,eAGV;CACD,WAAW;CACX,MAAM;CACP,CAAC;AAEF,SAAgB,gBAAgB,EAC9B,UACA,QACA,UACA,gBAAgB,SAMf;CAGD,MAAM,EAAE,MAAM,oBAAoB,eAAA,GAAA,sBAAA,UAFrBA,yCAAAA,YAA+B,CAGrC,QAAQ,sBAAsB,aAAa,KAAA,GAAW;EACzD,WAAW,MAAO,KAAK,KAAK;EAC5B,SAAS,CAAC;EACX,CAAC,CACH;AAED,KAAI,cACF,QACE,iBAAA,GAAA,kBAAA,KAAC,uBAAuB,UAAxB;EAAiC,OAAO;GAAE,WAAW;GAAO,MAAM;GAAM;EACrE;EAC+B,CAAA;AAKtC,KAAI,UACF,QAAO,SAAS,SAAS;AAG3B,KAAI,CAAC,mBACH,QAAO;AAGT,QACE,iBAAA,GAAA,kBAAA,KAAC,uBAAuB,UAAxB;EAAiC,OAAO;GAAE;GAAW,MAAM,sBAAsB;GAAM;EACpF;EAC+B,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { useAppTRPC } from "../../app/hooks/useAppTrpc.mjs";
|
|
1
2
|
import { createContext } from "react";
|
|
2
3
|
import { jsx } from "react/jsx-runtime";
|
|
3
4
|
import { useQuery } from "@tanstack/react-query";
|
|
@@ -6,8 +7,8 @@ const billingProviderContext = createContext({
|
|
|
6
7
|
isLoading: true,
|
|
7
8
|
data: null
|
|
8
9
|
});
|
|
9
|
-
function BillingProvider({
|
|
10
|
-
const { data: activeSubscription, isLoading } = useQuery(
|
|
10
|
+
function BillingProvider({ children, loader, planPage, skipPlanCheck = false }) {
|
|
11
|
+
const { data: activeSubscription, isLoading } = useQuery(useAppTRPC().billing.getActiveSubscription.queryOptions(void 0, {
|
|
11
12
|
staleTime: 1e3 * 60 * 60 * 4,
|
|
12
13
|
enabled: !skipPlanCheck
|
|
13
14
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BillingProvider.mjs","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"sourcesContent":["import type { BillingSchema } from \"@m5kdev/commons/modules/billing/billing.schema\";\r\nimport { useQuery } from \"@tanstack/react-query\";\r\nimport { createContext } from \"react\";\r\nimport
|
|
1
|
+
{"version":3,"file":"BillingProvider.mjs","names":[],"sources":["../../../../../src/modules/billing/components/BillingProvider.tsx"],"sourcesContent":["import type { BackendTRPCRouter } from \"@m5kdev/backend/types\";\r\nimport type { BillingSchema } from \"@m5kdev/commons/modules/billing/billing.schema\";\r\nimport { useQuery } from \"@tanstack/react-query\";\r\nimport { createContext } from \"react\";\r\nimport { useAppTRPC } from \"../../app/hooks/useAppTrpc\";\r\n\r\nexport const billingProviderContext = createContext<{\r\n isLoading: boolean;\r\n data: BillingSchema | null;\r\n}>({\r\n isLoading: true,\r\n data: null,\r\n});\r\n\r\nexport function BillingProvider({\r\n children,\r\n loader,\r\n planPage,\r\n skipPlanCheck = false,\r\n}: {\r\n children: React.ReactNode;\r\n loader?: React.ReactNode;\r\n planPage: React.ReactNode;\r\n skipPlanCheck?: boolean;\r\n}) {\r\n const trpc = useAppTRPC<BackendTRPCRouter>();\r\n\r\n const { data: activeSubscription, isLoading } = useQuery(\r\n trpc.billing.getActiveSubscription.queryOptions(undefined, {\r\n staleTime: 1000 * 60 * 60 * 4, // 4 hours\r\n enabled: !skipPlanCheck,\r\n })\r\n );\r\n\r\n if (skipPlanCheck) {\r\n return (\r\n <billingProviderContext.Provider value={{ isLoading: false, data: null }}>\r\n {children}\r\n </billingProviderContext.Provider>\r\n );\r\n }\r\n\r\n // Show loading screen while checking subscription status\r\n if (isLoading) {\r\n return loader ? loader : \"Loading...\";\r\n }\r\n\r\n if (!activeSubscription) {\r\n return planPage;\r\n }\r\n\r\n return (\r\n <billingProviderContext.Provider value={{ isLoading, data: activeSubscription ?? null }}>\r\n {children}\r\n </billingProviderContext.Provider>\r\n );\r\n}\r\n"],"mappings":";;;;;AAMA,MAAa,yBAAyB,cAGnC;CACD,WAAW;CACX,MAAM;CACP,CAAC;AAEF,SAAgB,gBAAgB,EAC9B,UACA,QACA,UACA,gBAAgB,SAMf;CAGD,MAAM,EAAE,MAAM,oBAAoB,cAAc,SAFnC,YAA+B,CAGrC,QAAQ,sBAAsB,aAAa,KAAA,GAAW;EACzD,WAAW,MAAO,KAAK,KAAK;EAC5B,SAAS,CAAC;EACX,CAAC,CACH;AAED,KAAI,cACF,QACE,oBAAC,uBAAuB,UAAxB;EAAiC,OAAO;GAAE,WAAW;GAAO,MAAM;GAAM;EACrE;EAC+B,CAAA;AAKtC,KAAI,UACF,QAAO,SAAS,SAAS;AAG3B,KAAI,CAAC,mBACH,QAAO;AAGT,QACE,oBAAC,uBAAuB,UAAxB;EAAiC,OAAO;GAAE;GAAW,MAAM,sBAAsB;GAAM;EACpF;EAC+B,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _$_tanstack_react_query0 from "@tanstack/react-query";
|
|
2
2
|
|
|
3
3
|
//#region src/modules/file/hooks/useS3DownloadUrl.d.ts
|
|
4
|
-
declare function fetchS3DownloadUrl(filePath: string, serverUrl?:
|
|
5
|
-
declare function useS3DownloadUrl(filePath: string,
|
|
4
|
+
declare function fetchS3DownloadUrl(filePath: string, serverUrl?: string): Promise<string>;
|
|
5
|
+
declare function useS3DownloadUrl(filePath: string, serverUrlOverride?: string): _$_tanstack_react_query0.UseQueryResult<string, Error>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { fetchS3DownloadUrl, useS3DownloadUrl };
|
|
8
8
|
//# sourceMappingURL=useS3DownloadUrl.d.mts.map
|