@m5kdev/frontend 0.16.9 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +1 -6
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts +1 -6
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts +2 -349
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts +2 -349
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts.map +1 -1
- package/dist/src/modules/app/components/AppConfigProvider.d.mts +21 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.mts.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.ts +21 -0
- package/dist/src/modules/app/components/AppConfigProvider.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.js +16 -0
- package/dist/src/modules/app/components/AppConfigProvider.js.map +1 -0
- package/dist/src/modules/app/components/AppConfigProvider.mjs +14 -0
- package/dist/src/modules/app/components/AppConfigProvider.mjs.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts +25 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.mts.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts +25 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.js +52 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.js.map +1 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs +50 -0
- package/dist/src/modules/app/components/AppTrpcQueryProvider.mjs.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.mts +9 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.mts.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.ts +9 -0
- package/dist/src/modules/app/hooks/useAppConfig.d.ts.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.js +13 -0
- package/dist/src/modules/app/hooks/useAppConfig.js.map +1 -0
- package/dist/src/modules/app/hooks/useAppConfig.mjs +12 -0
- package/dist/src/modules/app/hooks/useAppConfig.mjs.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.mts +10 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.mts.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.ts +10 -0
- package/dist/src/modules/app/hooks/useAppTrpc.d.ts.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.js +14 -0
- package/dist/src/modules/app/hooks/useAppTrpc.js.map +1 -0
- package/dist/src/modules/app/hooks/useAppTrpc.mjs +12 -0
- package/dist/src/modules/app/hooks/useAppTrpc.mjs.map +1 -0
- package/dist/src/modules/auth/auth.lib.d.mts +4 -4
- package/dist/src/modules/auth/auth.lib.d.ts +4 -4
- package/dist/src/modules/auth/components/AuthProvider.d.mts +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.mts.map +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.ts +1 -1
- package/dist/src/modules/auth/components/AuthProvider.d.ts.map +1 -1
- package/dist/src/modules/auth/components/AuthProvider.js +1 -1
- package/dist/src/modules/auth/components/AuthProvider.mjs +1 -1
- package/dist/src/modules/auth/hooks/useAuthAdmin.d.ts +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.mts +1 -4
- package/dist/src/modules/billing/components/BillingProvider.d.mts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.d.ts +1 -4
- package/dist/src/modules/billing/components/BillingProvider.d.ts.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.js +3 -2
- package/dist/src/modules/billing/components/BillingProvider.js.map +1 -1
- package/dist/src/modules/billing/components/BillingProvider.mjs +3 -2
- package/dist/src/modules/billing/components/BillingProvider.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts +2 -2
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts +2 -2
- package/dist/src/modules/file/hooks/useS3DownloadUrl.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.js +12 -4
- package/dist/src/modules/file/hooks/useS3DownloadUrl.js.map +1 -1
- package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs +12 -4
- package/dist/src/modules/file/hooks/useS3DownloadUrl.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.mts +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.ts +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.js +9 -6
- package/dist/src/modules/file/hooks/useS3Upload.js.map +1 -1
- package/dist/src/modules/file/hooks/useS3Upload.mjs +9 -6
- package/dist/src/modules/file/hooks/useS3Upload.mjs.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.d.mts.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.d.ts.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.js +13 -6
- package/dist/src/modules/file/hooks/useUpload.js.map +1 -1
- package/dist/src/modules/file/hooks/useUpload.mjs +13 -6
- package/dist/src/modules/file/hooks/useUpload.mjs.map +1 -1
- package/dist/src/modules/table/hooks/useNuqsTable.d.mts +1 -1
- package/dist/src/modules/table/hooks/useQueryWithParams.d.mts +1 -1
- package/package.json +25 -4
- package/dist/_virtual/_rolldown/runtime.mjs +0 -13
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts +0 -79
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts +0 -79
- package/dist/node_modules/.pnpm/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts +0 -580
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts +0 -580
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts +0 -14
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts +0 -14
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts +0 -10
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts +0 -10
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts +0 -289
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts +0 -289
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts +0 -86
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts +0 -86
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts +0 -101
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts +0 -101
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts +0 -19
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts +0 -19
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts +0 -30
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts +0 -30
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts +0 -23
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts +0 -23
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts +0 -153
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts +0 -153
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts +0 -91
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts +0 -91
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts +0 -16
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts +0 -6
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts +0 -6
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts +0 -35
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts +0 -35
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts +0 -43
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts +0 -43
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts +0 -73
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts +0 -73
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts +0 -26
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts +0 -26
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts +0 -54
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts +0 -54
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts +0 -77
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts +0 -77
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts +0 -17
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts +0 -17
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts +0 -426
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts +0 -426
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts +0 -11
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts +0 -11
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts +0 -8
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts +0 -8
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts +0 -132
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts +0 -29
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts +0 -29
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts +0 -21
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts +0 -21
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts +0 -49
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts +0 -49
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts +0 -18
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts +0 -18
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts +0 -68
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts +0 -68
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts +0 -5
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts +0 -183
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts +0 -183
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts +0 -27
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts +0 -27
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts +0 -25
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts +0 -25
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts +0 -12
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts +0 -12
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts +0 -66
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts +0 -66
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts +0 -15
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts +0 -15
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts +0 -51
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts +0 -51
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts +0 -9
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts +0 -32
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts +0 -20
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts +0 -20
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts +0 -13
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts +0 -9
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts +0 -9
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/batch.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/cache.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts +0 -37
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts +0 -37
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/cache/core/types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts +0 -17
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts +0 -17
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/casing.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts +0 -116
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts +0 -116
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts +0 -69
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts +0 -69
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/column.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts +0 -5
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts +0 -5
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/entity.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/gel-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/libsql/driver-core.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts +0 -15
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts +0 -15
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/migrator.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/mysql-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/operations.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/sequence.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/pg-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/query-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts +0 -38
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts +0 -38
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-builders/select.types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts +0 -14
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts +0 -14
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/query-promise.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/relations.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts +0 -12
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/runnable-query.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts +0 -10
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts +0 -10
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts +0 -16
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/singlestore-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts +0 -287
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts +0 -287
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/conditions.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts +0 -43
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts +0 -43
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/expressions/select.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts +0 -225
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts +0 -225
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sql/sql.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts +0 -18
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts +0 -18
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/columns/common.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts +0 -258
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts +0 -258
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/db.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts +0 -132
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts +0 -132
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/dialect.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts +0 -8
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts +0 -8
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/indexes.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts +0 -31
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts +0 -31
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/count.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/delete.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts +0 -171
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/insert.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts +0 -33
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query-builder.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts +0 -60
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts +0 -60
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/query.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts +0 -34
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts +0 -34
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/raw.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts +0 -476
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts +0 -476
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts +0 -122
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/select.types.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts +0 -154
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts +0 -154
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/query-builders/update.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts +0 -112
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts +0 -112
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/session.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts +0 -23
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts +0 -23
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/subquery.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts +0 -13
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view-base.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts +0 -21
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts +0 -21
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/sqlite-core/view.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts +0 -24
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts +0 -24
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/subquery.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts +0 -71
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts +0 -71
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/table.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts +0 -27
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-validate@5.0.10__@opent_ac1027c3f9e88da128946e54f6f618fa/node_modules/drizzle-orm/utils.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.types.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/column.types.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/index.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/index.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.internal.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/schema.types.internal.d.ts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/utils.d.mts +0 -1
- package/dist/node_modules/.pnpm/drizzle-zod@0.8.2_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferutil@4.1.0_utf-8-valid_797c3b5a0ad29f2403edf9a3c791ff27/node_modules/drizzle-zod/utils.d.ts +0 -1
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts +0 -299
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts +0 -299
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts +0 -132
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts +0 -132
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts +0 -766
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts +0 -766
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts +0 -1295
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts +0 -1295
- package/dist/node_modules/.pnpm/resend@6.5.2_@react-email_render@2.0.0_react-dom@19.2.1_react@19.2.1__react@19.2.1_/node_modules/resend/dist/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts +0 -55
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts +0 -55
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts +0 -573
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts.map +0 -1
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts +0 -573
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/app.d.mts +0 -22
- package/dist/packages/backend/dist/src/app.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/app.d.ts +0 -22
- package/dist/packages/backend/dist/src/app.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.middleware.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts +0 -106
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts +0 -106
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.grants.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.grants.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts +0 -57
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts +0 -57
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts +0 -129
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts +0 -129
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts +0 -6
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts +0 -6
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts +0 -53
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts +0 -53
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts +0 -76
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts +0 -76
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.registry.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.repository.d.ts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.mts +0 -1
- package/dist/packages/backend/dist/src/modules/workflow/workflow.service.d.ts +0 -1
- package/dist/packages/backend/dist/src/types.d.mts +0 -344
- package/dist/packages/backend/dist/src/types.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/types.d.ts +0 -344
- package/dist/packages/backend/dist/src/types.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/errors.d.mts +0 -60
- package/dist/packages/backend/dist/src/utils/errors.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/errors.d.ts +0 -60
- package/dist/packages/backend/dist/src/utils/errors.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/logger.d.mts +0 -8
- package/dist/packages/backend/dist/src/utils/logger.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/logger.d.ts +0 -8
- package/dist/packages/backend/dist/src/utils/logger.d.ts.map +0 -1
- package/dist/packages/backend/dist/src/utils/trpc.d.mts +0 -117
- package/dist/packages/backend/dist/src/utils/trpc.d.mts.map +0 -1
- package/dist/packages/backend/dist/src/utils/trpc.d.ts +0 -117
- package/dist/packages/backend/dist/src/utils/trpc.d.ts.map +0 -1
- package/dist/src/modules/app/components/AppProvider.d.mts +0 -1
- package/dist/src/modules/app/components/AppProvider.d.ts +0 -1
- package/dist/src/modules/app/components/AppProvider.js +0 -0
- package/dist/src/modules/app/components/AppProvider.mjs +0 -0
- package/dist/src/types.d.mts +0 -8
- package/dist/src/types.d.mts.map +0 -1
- package/dist/src/types.d.ts +0 -8
- package/dist/src/types.d.ts.map +0 -1
- package/dist/src/types.js +0 -0
- package/dist/src/types.mjs +0 -0
|
@@ -1,580 +0,0 @@
|
|
|
1
|
-
import { SeverityLevel } from "./types-hoist/severity.mjs";
|
|
2
|
-
import { Breadcrumb, BreadcrumbHint, FetchBreadcrumbHint, XhrBreadcrumbHint } from "./types-hoist/breadcrumb.mjs";
|
|
3
|
-
import { Span, SpanAttributes, SpanContextData } from "./types-hoist/span.mjs";
|
|
4
|
-
import { RequestEventData } from "./types-hoist/request.mjs";
|
|
5
|
-
import { CheckIn, MonitorConfig } from "./types-hoist/checkin.mjs";
|
|
6
|
-
import { DataCategory } from "./types-hoist/datacategory.mjs";
|
|
7
|
-
import { EventDropReason, Outcome } from "./types-hoist/clientreport.mjs";
|
|
8
|
-
import { DsnComponents } from "./types-hoist/dsn.mjs";
|
|
9
|
-
import { FeedbackEvent } from "./types-hoist/feedback/sendFeedback.mjs";
|
|
10
|
-
import { ParameterizedString } from "./types-hoist/parameterize.mjs";
|
|
11
|
-
import { Log } from "./types-hoist/log.mjs";
|
|
12
|
-
import { Metric } from "./types-hoist/metric.mjs";
|
|
13
|
-
import { Session, SessionAggregates } from "./types-hoist/session.mjs";
|
|
14
|
-
import { DynamicSamplingContext, Envelope } from "./types-hoist/envelope.mjs";
|
|
15
|
-
import { EventProcessor } from "./types-hoist/eventprocessor.mjs";
|
|
16
|
-
import { Scope } from "./scope.mjs";
|
|
17
|
-
import { Event, EventHint } from "./types-hoist/event.mjs";
|
|
18
|
-
import { Integration } from "./types-hoist/integration.mjs";
|
|
19
|
-
import { SdkMetadata } from "./types-hoist/sdkmetadata.mjs";
|
|
20
|
-
import { Transport, TransportMakeRequestResponse } from "./types-hoist/transport.mjs";
|
|
21
|
-
import { ClientOptions } from "./types-hoist/options.mjs";
|
|
22
|
-
import { IntegrationIndex } from "./integration.mjs";
|
|
23
|
-
import { StartSpanOptions } from "./types-hoist/startSpanOptions.mjs";
|
|
24
|
-
|
|
25
|
-
//#region ../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts
|
|
26
|
-
/**
|
|
27
|
-
* Base implementation for all JavaScript SDK clients.
|
|
28
|
-
*
|
|
29
|
-
* Call the constructor with the corresponding options
|
|
30
|
-
* specific to the client subclass. To access these options later, use
|
|
31
|
-
* {@link Client.getOptions}.
|
|
32
|
-
*
|
|
33
|
-
* If a Dsn is specified in the options, it will be parsed and stored. Use
|
|
34
|
-
* {@link Client.getDsn} to retrieve the Dsn at any moment. In case the Dsn is
|
|
35
|
-
* invalid, the constructor will throw a {@link SentryException}. Note that
|
|
36
|
-
* without a valid Dsn, the SDK will not send any events to Sentry.
|
|
37
|
-
*
|
|
38
|
-
* Before sending an event, it is passed through
|
|
39
|
-
* {@link Client._prepareEvent} to add SDK information and scope data
|
|
40
|
-
* (breadcrumbs and context). To add more custom information, override this
|
|
41
|
-
* method and extend the resulting prepared event.
|
|
42
|
-
*
|
|
43
|
-
* To issue automatically created events (e.g. via instrumentation), use
|
|
44
|
-
* {@link Client.captureEvent}. It will prepare the event and pass it through
|
|
45
|
-
* the callback lifecycle. To issue auto-breadcrumbs, use
|
|
46
|
-
* {@link Client.addBreadcrumb}.
|
|
47
|
-
*
|
|
48
|
-
* @example
|
|
49
|
-
* class NodeClient extends Client<NodeOptions> {
|
|
50
|
-
* public constructor(options: NodeOptions) {
|
|
51
|
-
* super(options);
|
|
52
|
-
* }
|
|
53
|
-
*
|
|
54
|
-
* // ...
|
|
55
|
-
* }
|
|
56
|
-
*/
|
|
57
|
-
declare abstract class Client<O extends ClientOptions = ClientOptions> {
|
|
58
|
-
/** Options passed to the SDK. */
|
|
59
|
-
protected readonly _options: O;
|
|
60
|
-
/** The client Dsn, if specified in options. Without this Dsn, the SDK will be disabled. */
|
|
61
|
-
protected readonly _dsn?: DsnComponents;
|
|
62
|
-
protected readonly _transport?: Transport;
|
|
63
|
-
/** Array of set up integrations. */
|
|
64
|
-
protected _integrations: IntegrationIndex;
|
|
65
|
-
/** Number of calls being processed */
|
|
66
|
-
protected _numProcessing: number;
|
|
67
|
-
protected _eventProcessors: EventProcessor[];
|
|
68
|
-
/** Holds flushable */
|
|
69
|
-
private _outcomes;
|
|
70
|
-
private _hooks;
|
|
71
|
-
/**
|
|
72
|
-
* Initializes this client instance.
|
|
73
|
-
*
|
|
74
|
-
* @param options Options for the client.
|
|
75
|
-
*/
|
|
76
|
-
protected constructor(options: O);
|
|
77
|
-
/**
|
|
78
|
-
* Captures an exception event and sends it to Sentry.
|
|
79
|
-
*
|
|
80
|
-
* Unlike `captureException` exported from every SDK, this method requires that you pass it the current scope.
|
|
81
|
-
*/
|
|
82
|
-
captureException(exception: unknown, hint?: EventHint, scope?: Scope): string;
|
|
83
|
-
/**
|
|
84
|
-
* Captures a message event and sends it to Sentry.
|
|
85
|
-
*
|
|
86
|
-
* Unlike `captureMessage` exported from every SDK, this method requires that you pass it the current scope.
|
|
87
|
-
*/
|
|
88
|
-
captureMessage(message: ParameterizedString, level?: SeverityLevel, hint?: EventHint, currentScope?: Scope): string;
|
|
89
|
-
/**
|
|
90
|
-
* Captures a manually created event and sends it to Sentry.
|
|
91
|
-
*
|
|
92
|
-
* Unlike `captureEvent` exported from every SDK, this method requires that you pass it the current scope.
|
|
93
|
-
*/
|
|
94
|
-
captureEvent(event: Event, hint?: EventHint, currentScope?: Scope): string;
|
|
95
|
-
/**
|
|
96
|
-
* Captures a session.
|
|
97
|
-
*/
|
|
98
|
-
captureSession(session: Session): void;
|
|
99
|
-
/**
|
|
100
|
-
* Create a cron monitor check in and send it to Sentry. This method is not available on all clients.
|
|
101
|
-
*
|
|
102
|
-
* @param checkIn An object that describes a check in.
|
|
103
|
-
* @param upsertMonitorConfig An optional object that describes a monitor config. Use this if you want
|
|
104
|
-
* to create a monitor automatically when sending a check in.
|
|
105
|
-
* @param scope An optional scope containing event metadata.
|
|
106
|
-
* @returns A string representing the id of the check in.
|
|
107
|
-
*/
|
|
108
|
-
captureCheckIn?(checkIn: CheckIn, monitorConfig?: MonitorConfig, scope?: Scope): string;
|
|
109
|
-
/**
|
|
110
|
-
* Get the current Dsn.
|
|
111
|
-
*/
|
|
112
|
-
getDsn(): DsnComponents | undefined;
|
|
113
|
-
/**
|
|
114
|
-
* Get the current options.
|
|
115
|
-
*/
|
|
116
|
-
getOptions(): O;
|
|
117
|
-
/**
|
|
118
|
-
* Get the SDK metadata.
|
|
119
|
-
* @see SdkMetadata
|
|
120
|
-
*/
|
|
121
|
-
getSdkMetadata(): SdkMetadata | undefined;
|
|
122
|
-
/**
|
|
123
|
-
* Returns the transport that is used by the client.
|
|
124
|
-
* Please note that the transport gets lazy initialized so it will only be there once the first event has been sent.
|
|
125
|
-
*/
|
|
126
|
-
getTransport(): Transport | undefined;
|
|
127
|
-
/**
|
|
128
|
-
* Wait for all events to be sent or the timeout to expire, whichever comes first.
|
|
129
|
-
*
|
|
130
|
-
* @param timeout Maximum time in ms the client should wait for events to be flushed. Omitting this parameter will
|
|
131
|
-
* cause the client to wait until all events are sent before resolving the promise.
|
|
132
|
-
* @returns A promise that will resolve with `true` if all events are sent before the timeout, or `false` if there are
|
|
133
|
-
* still events in the queue when the timeout is reached.
|
|
134
|
-
*/
|
|
135
|
-
flush(timeout?: number): PromiseLike<boolean>;
|
|
136
|
-
/**
|
|
137
|
-
* Flush the event queue and set the client to `enabled = false`. See {@link Client.flush}.
|
|
138
|
-
*
|
|
139
|
-
* @param {number} timeout Maximum time in ms the client should wait before shutting down. Omitting this parameter will cause
|
|
140
|
-
* the client to wait until all events are sent before disabling itself.
|
|
141
|
-
* @returns {Promise<boolean>} A promise which resolves to `true` if the flush completes successfully before the timeout, or `false` if
|
|
142
|
-
* it doesn't.
|
|
143
|
-
*/
|
|
144
|
-
close(timeout?: number): PromiseLike<boolean>;
|
|
145
|
-
/**
|
|
146
|
-
* Get all installed event processors.
|
|
147
|
-
*/
|
|
148
|
-
getEventProcessors(): EventProcessor[];
|
|
149
|
-
/**
|
|
150
|
-
* Adds an event processor that applies to any event processed by this client.
|
|
151
|
-
*/
|
|
152
|
-
addEventProcessor(eventProcessor: EventProcessor): void;
|
|
153
|
-
/**
|
|
154
|
-
* Initialize this client.
|
|
155
|
-
* Call this after the client was set on a scope.
|
|
156
|
-
*/
|
|
157
|
-
init(): void;
|
|
158
|
-
/**
|
|
159
|
-
* Gets an installed integration by its name.
|
|
160
|
-
*
|
|
161
|
-
* @returns {Integration|undefined} The installed integration or `undefined` if no integration with that `name` was installed.
|
|
162
|
-
*/
|
|
163
|
-
getIntegrationByName<T extends Integration = Integration>(integrationName: string): T | undefined;
|
|
164
|
-
/**
|
|
165
|
-
* Add an integration to the client.
|
|
166
|
-
* This can be used to e.g. lazy load integrations.
|
|
167
|
-
* In most cases, this should not be necessary,
|
|
168
|
-
* and you're better off just passing the integrations via `integrations: []` at initialization time.
|
|
169
|
-
* However, if you find the need to conditionally load & add an integration, you can use `addIntegration` to do so.
|
|
170
|
-
*/
|
|
171
|
-
addIntegration(integration: Integration): void;
|
|
172
|
-
/**
|
|
173
|
-
* Send a fully prepared event to Sentry.
|
|
174
|
-
*/
|
|
175
|
-
sendEvent(event: Event, hint?: EventHint): void;
|
|
176
|
-
/**
|
|
177
|
-
* Send a session or session aggregrates to Sentry.
|
|
178
|
-
*/
|
|
179
|
-
sendSession(session: Session | SessionAggregates): void;
|
|
180
|
-
/**
|
|
181
|
-
* Record on the client that an event got dropped (ie, an event that will not be sent to Sentry).
|
|
182
|
-
*/
|
|
183
|
-
recordDroppedEvent(reason: EventDropReason, category: DataCategory, count?: number): void;
|
|
184
|
-
/**
|
|
185
|
-
* Register a callback for whenever a span is started.
|
|
186
|
-
* Receives the span as argument.
|
|
187
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
188
|
-
*/
|
|
189
|
-
on(hook: 'spanStart', callback: (span: Span) => void): () => void;
|
|
190
|
-
/**
|
|
191
|
-
* Register a callback before span sampling runs. Receives a `samplingDecision` object argument with a `decision`
|
|
192
|
-
* property that can be used to make a sampling decision that will be enforced, before any span sampling runs.
|
|
193
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
194
|
-
*/
|
|
195
|
-
on(hook: 'beforeSampling', callback: (samplingData: {
|
|
196
|
-
spanAttributes: SpanAttributes;
|
|
197
|
-
spanName: string;
|
|
198
|
-
parentSampled?: boolean;
|
|
199
|
-
parentSampleRate?: number;
|
|
200
|
-
parentContext?: SpanContextData;
|
|
201
|
-
}, samplingDecision: {
|
|
202
|
-
decision: boolean;
|
|
203
|
-
}) => void): void;
|
|
204
|
-
/**
|
|
205
|
-
* Register a callback for after a span is ended.
|
|
206
|
-
* NOTE: The span cannot be mutated anymore in this callback.
|
|
207
|
-
* Receives the span as argument.
|
|
208
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
209
|
-
*/
|
|
210
|
-
on(hook: 'spanEnd', callback: (span: Span) => void): () => void;
|
|
211
|
-
/**
|
|
212
|
-
* Register a callback for when an idle span is allowed to auto-finish.
|
|
213
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
214
|
-
*/
|
|
215
|
-
on(hook: 'idleSpanEnableAutoFinish', callback: (span: Span) => void): () => void;
|
|
216
|
-
/**
|
|
217
|
-
* Register a callback for transaction start and finish.
|
|
218
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
219
|
-
*/
|
|
220
|
-
on(hook: 'beforeEnvelope', callback: (envelope: Envelope) => void): () => void;
|
|
221
|
-
/**
|
|
222
|
-
* Register a callback that runs when stack frame metadata should be applied to an event.
|
|
223
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
224
|
-
*/
|
|
225
|
-
on(hook: 'applyFrameMetadata', callback: (event: Event) => void): () => void;
|
|
226
|
-
/**
|
|
227
|
-
* Register a callback for before sending an event.
|
|
228
|
-
* This is called right before an event is sent and should not be used to mutate the event.
|
|
229
|
-
* Receives an Event & EventHint as arguments.
|
|
230
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
231
|
-
*/
|
|
232
|
-
on(hook: 'beforeSendEvent', callback: (event: Event, hint?: EventHint | undefined) => void): () => void;
|
|
233
|
-
/**
|
|
234
|
-
* Register a callback for before sending a session or session aggregrates..
|
|
235
|
-
* Receives the session/aggregate as second argument.
|
|
236
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
237
|
-
*/
|
|
238
|
-
on(hook: 'beforeSendSession', callback: (session: Session | SessionAggregates) => void): () => void;
|
|
239
|
-
/**
|
|
240
|
-
* Register a callback for preprocessing an event,
|
|
241
|
-
* before it is passed to (global) event processors.
|
|
242
|
-
* Receives an Event & EventHint as arguments.
|
|
243
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
244
|
-
*/
|
|
245
|
-
on(hook: 'preprocessEvent', callback: (event: Event, hint?: EventHint | undefined) => void): () => void;
|
|
246
|
-
/**
|
|
247
|
-
* Register a callback for postprocessing an event,
|
|
248
|
-
* after it was passed to (global) event processors, before it is being sent.
|
|
249
|
-
* Receives an Event & EventHint as arguments.
|
|
250
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
251
|
-
*/
|
|
252
|
-
on(hook: 'postprocessEvent', callback: (event: Event, hint?: EventHint | undefined) => void): () => void;
|
|
253
|
-
/**
|
|
254
|
-
* Register a callback for when an event has been sent.
|
|
255
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
256
|
-
*/
|
|
257
|
-
on(hook: 'afterSendEvent', callback: (event: Event, sendResponse: TransportMakeRequestResponse) => void): () => void;
|
|
258
|
-
/**
|
|
259
|
-
* Register a callback before a breadcrumb is added.
|
|
260
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
261
|
-
*/
|
|
262
|
-
on(hook: 'beforeAddBreadcrumb', callback: (breadcrumb: Breadcrumb, hint?: BreadcrumbHint) => void): () => void;
|
|
263
|
-
/**
|
|
264
|
-
* Register a callback when a DSC (Dynamic Sampling Context) is created.
|
|
265
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
266
|
-
*/
|
|
267
|
-
on(hook: 'createDsc', callback: (dsc: DynamicSamplingContext, rootSpan?: Span) => void): () => void;
|
|
268
|
-
/**
|
|
269
|
-
* Register a callback when a Feedback event has been prepared.
|
|
270
|
-
* This should be used to mutate the event. The options argument can hint
|
|
271
|
-
* about what kind of mutation it expects.
|
|
272
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
273
|
-
*/
|
|
274
|
-
on(hook: 'beforeSendFeedback', callback: (feedback: FeedbackEvent, options?: {
|
|
275
|
-
includeReplay?: boolean;
|
|
276
|
-
}) => void): () => void;
|
|
277
|
-
/**
|
|
278
|
-
* Register a callback when the feedback widget is opened in a user's browser
|
|
279
|
-
*/
|
|
280
|
-
on(hook: 'openFeedbackWidget', callback: () => void): () => void;
|
|
281
|
-
/**
|
|
282
|
-
* A hook for the browser tracing integrations to trigger a span start for a page load.
|
|
283
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
284
|
-
*/
|
|
285
|
-
on(hook: 'startPageLoadSpan', callback: (options: StartSpanOptions, traceOptions?: {
|
|
286
|
-
sentryTrace?: string | undefined;
|
|
287
|
-
baggage?: string | undefined;
|
|
288
|
-
}) => void): () => void;
|
|
289
|
-
/**
|
|
290
|
-
* A hook for the browser tracing integrations to trigger the end of a page load span.
|
|
291
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
292
|
-
*/
|
|
293
|
-
on(hook: 'endPageloadSpan', callback: () => void): () => void;
|
|
294
|
-
/**
|
|
295
|
-
* A hook for the browser tracing integrations to trigger after the pageload span was started.
|
|
296
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
297
|
-
*/
|
|
298
|
-
on(hook: 'afterStartPageLoadSpan', callback: (span: Span) => void): () => void;
|
|
299
|
-
/**
|
|
300
|
-
* A hook for triggering right before a navigation span is started.
|
|
301
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
302
|
-
*/
|
|
303
|
-
on(hook: 'beforeStartNavigationSpan', callback: (options: StartSpanOptions, navigationOptions?: {
|
|
304
|
-
isRedirect?: boolean;
|
|
305
|
-
}) => void): () => void;
|
|
306
|
-
/**
|
|
307
|
-
* A hook for browser tracing integrations to trigger a span for a navigation.
|
|
308
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
309
|
-
*/
|
|
310
|
-
on(hook: 'startNavigationSpan', callback: (options: StartSpanOptions, navigationOptions?: {
|
|
311
|
-
isRedirect?: boolean;
|
|
312
|
-
}) => void): () => void;
|
|
313
|
-
/**
|
|
314
|
-
* A hook for GraphQL client integration to enhance a span with request data.
|
|
315
|
-
* @returns A function that, when executed, removes the registered callback.
|
|
316
|
-
*/
|
|
317
|
-
on(hook: 'beforeOutgoingRequestSpan', callback: (span: Span, hint: XhrBreadcrumbHint | FetchBreadcrumbHint) => void): () => void;
|
|
318
|
-
/**
|
|
319
|
-
* A hook for GraphQL client integration to enhance a breadcrumb with request data.
|
|
320
|
-
* @returns A function that, when executed, removes the registered callback.
|
|
321
|
-
*/
|
|
322
|
-
on(hook: 'beforeOutgoingRequestBreadcrumb', callback: (breadcrumb: Breadcrumb, hint: XhrBreadcrumbHint | FetchBreadcrumbHint) => void): () => void;
|
|
323
|
-
/**
|
|
324
|
-
* A hook that is called when the client is flushing
|
|
325
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
326
|
-
*/
|
|
327
|
-
on(hook: 'flush', callback: () => void): () => void;
|
|
328
|
-
/**
|
|
329
|
-
* A hook that is called when the client is closing
|
|
330
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
331
|
-
*/
|
|
332
|
-
on(hook: 'close', callback: () => void): () => void;
|
|
333
|
-
/**
|
|
334
|
-
* A hook that is called before a log is captured. This hooks runs before `beforeSendLog` is fired.
|
|
335
|
-
*
|
|
336
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
337
|
-
*/
|
|
338
|
-
on(hook: 'beforeCaptureLog', callback: (log: Log) => void): () => void;
|
|
339
|
-
/**
|
|
340
|
-
* A hook that is called after a log is captured
|
|
341
|
-
*
|
|
342
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
343
|
-
*/
|
|
344
|
-
on(hook: 'afterCaptureLog', callback: (log: Log) => void): () => void;
|
|
345
|
-
/**
|
|
346
|
-
* A hook that is called when the client is flushing logs
|
|
347
|
-
*
|
|
348
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
349
|
-
*/
|
|
350
|
-
on(hook: 'flushLogs', callback: () => void): () => void;
|
|
351
|
-
/**
|
|
352
|
-
* A hook that is called after capturing a metric. This hooks runs after `beforeSendMetric` is fired.
|
|
353
|
-
*
|
|
354
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
355
|
-
*/
|
|
356
|
-
on(hook: 'afterCaptureMetric', callback: (metric: Metric) => void): () => void;
|
|
357
|
-
/**
|
|
358
|
-
* A hook that is called when the client is flushing metrics
|
|
359
|
-
*
|
|
360
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
361
|
-
*/
|
|
362
|
-
on(hook: 'flushMetrics', callback: () => void): () => void;
|
|
363
|
-
/**
|
|
364
|
-
* A hook that is called when a http server request is started.
|
|
365
|
-
* This hook is called after request isolation, but before the request is processed.
|
|
366
|
-
*
|
|
367
|
-
* @returns {() => void} A function that, when executed, removes the registered callback.
|
|
368
|
-
*/
|
|
369
|
-
on(hook: 'httpServerRequest', callback: (request: unknown, response: unknown, normalizedRequest: RequestEventData) => void): () => void;
|
|
370
|
-
/** Fire a hook whenever a span starts. */
|
|
371
|
-
emit(hook: 'spanStart', span: Span): void;
|
|
372
|
-
/** A hook that is called every time before a span is sampled. */
|
|
373
|
-
emit(hook: 'beforeSampling', samplingData: {
|
|
374
|
-
spanAttributes: SpanAttributes;
|
|
375
|
-
spanName: string;
|
|
376
|
-
parentSampled?: boolean;
|
|
377
|
-
parentSampleRate?: number;
|
|
378
|
-
parentContext?: SpanContextData;
|
|
379
|
-
}, samplingDecision: {
|
|
380
|
-
decision: boolean;
|
|
381
|
-
}): void;
|
|
382
|
-
/** Fire a hook whenever a span ends. */
|
|
383
|
-
emit(hook: 'spanEnd', span: Span): void;
|
|
384
|
-
/**
|
|
385
|
-
* Fire a hook indicating that an idle span is allowed to auto finish.
|
|
386
|
-
*/
|
|
387
|
-
emit(hook: 'idleSpanEnableAutoFinish', span: Span): void;
|
|
388
|
-
emit(hook: 'beforeEnvelope', envelope: Envelope): void;
|
|
389
|
-
emit(hook: 'applyFrameMetadata', event: Event): void;
|
|
390
|
-
/**
|
|
391
|
-
* Fire a hook event before sending an event.
|
|
392
|
-
* This is called right before an event is sent and should not be used to mutate the event.
|
|
393
|
-
* Expects to be given an Event & EventHint as the second/third argument.
|
|
394
|
-
*/
|
|
395
|
-
emit(hook: 'beforeSendEvent', event: Event, hint?: EventHint): void;
|
|
396
|
-
/**
|
|
397
|
-
* Fire a hook event before sending a session/aggregates.
|
|
398
|
-
* Expects to be given the prepared session/aggregates as second argument.
|
|
399
|
-
*/
|
|
400
|
-
emit(hook: 'beforeSendSession', session: Session | SessionAggregates): void;
|
|
401
|
-
/**
|
|
402
|
-
* Fire a hook event to process events before they are passed to (global) event processors.
|
|
403
|
-
* Expects to be given an Event & EventHint as the second/third argument.
|
|
404
|
-
*/
|
|
405
|
-
emit(hook: 'preprocessEvent', event: Event, hint?: EventHint): void;
|
|
406
|
-
/**
|
|
407
|
-
* Fire a hook event to process a user on an event before it is sent to Sentry, after all other processors have run.
|
|
408
|
-
* Expects to be given an Event & EventHint as the second/third argument.
|
|
409
|
-
*/
|
|
410
|
-
emit(hook: 'postprocessEvent', event: Event, hint?: EventHint): void;
|
|
411
|
-
emit(hook: 'afterSendEvent', event: Event, sendResponse: TransportMakeRequestResponse): void;
|
|
412
|
-
/**
|
|
413
|
-
* Fire a hook for when a breadcrumb is added. Expects the breadcrumb as second argument.
|
|
414
|
-
*/
|
|
415
|
-
emit(hook: 'beforeAddBreadcrumb', breadcrumb: Breadcrumb, hint?: BreadcrumbHint): void;
|
|
416
|
-
/**
|
|
417
|
-
* Fire a hook for when a DSC (Dynamic Sampling Context) is created. Expects the DSC as second argument.
|
|
418
|
-
*/
|
|
419
|
-
emit(hook: 'createDsc', dsc: DynamicSamplingContext, rootSpan?: Span): void;
|
|
420
|
-
/**
|
|
421
|
-
* Fire a hook event for after preparing a feedback event. Events to be given
|
|
422
|
-
* a feedback event as the second argument, and an optional options object as
|
|
423
|
-
* third argument.
|
|
424
|
-
*/
|
|
425
|
-
emit(hook: 'beforeSendFeedback', feedback: FeedbackEvent, options?: {
|
|
426
|
-
includeReplay?: boolean;
|
|
427
|
-
}): void;
|
|
428
|
-
/**
|
|
429
|
-
* Fire a hook event for when the feedback widget is opened in a user's browser
|
|
430
|
-
*/
|
|
431
|
-
emit(hook: 'openFeedbackWidget'): void;
|
|
432
|
-
/**
|
|
433
|
-
* Emit a hook event for browser tracing integrations to trigger a span start for a page load.
|
|
434
|
-
*/
|
|
435
|
-
emit(hook: 'startPageLoadSpan', options: StartSpanOptions, traceOptions?: {
|
|
436
|
-
sentryTrace?: string | undefined;
|
|
437
|
-
baggage?: string | undefined;
|
|
438
|
-
}): void;
|
|
439
|
-
/**
|
|
440
|
-
* Emit a hook event for browser tracing integrations to trigger the end of a page load span.
|
|
441
|
-
*/
|
|
442
|
-
emit(hook: 'endPageloadSpan'): void;
|
|
443
|
-
/**
|
|
444
|
-
* Emit a hook event for browser tracing integrations to trigger aafter the pageload span was started.
|
|
445
|
-
*/
|
|
446
|
-
emit(hook: 'afterStartPageLoadSpan', span: Span): void;
|
|
447
|
-
/**
|
|
448
|
-
* Emit a hook event for triggering right before a navigation span is started.
|
|
449
|
-
*/
|
|
450
|
-
emit(hook: 'beforeStartNavigationSpan', options: StartSpanOptions, navigationOptions?: {
|
|
451
|
-
isRedirect?: boolean;
|
|
452
|
-
}): void;
|
|
453
|
-
/**
|
|
454
|
-
* Emit a hook event for browser tracing integrations to trigger a span for a navigation.
|
|
455
|
-
*/
|
|
456
|
-
emit(hook: 'startNavigationSpan', options: StartSpanOptions, navigationOptions?: {
|
|
457
|
-
isRedirect?: boolean;
|
|
458
|
-
}): void;
|
|
459
|
-
/**
|
|
460
|
-
* Emit a hook event for GraphQL client integration to enhance a span with request data.
|
|
461
|
-
*/
|
|
462
|
-
emit(hook: 'beforeOutgoingRequestSpan', span: Span, hint: XhrBreadcrumbHint | FetchBreadcrumbHint): void;
|
|
463
|
-
/**
|
|
464
|
-
* Emit a hook event for GraphQL client integration to enhance a breadcrumb with request data.
|
|
465
|
-
*/
|
|
466
|
-
emit(hook: 'beforeOutgoingRequestBreadcrumb', breadcrumb: Breadcrumb, hint: XhrBreadcrumbHint | FetchBreadcrumbHint): void;
|
|
467
|
-
/**
|
|
468
|
-
* Emit a hook event for client flush
|
|
469
|
-
*/
|
|
470
|
-
emit(hook: 'flush'): void;
|
|
471
|
-
/**
|
|
472
|
-
* Emit a hook event for client close
|
|
473
|
-
*/
|
|
474
|
-
emit(hook: 'close'): void;
|
|
475
|
-
/**
|
|
476
|
-
* Emit a hook event for client before capturing a log. This hooks runs before `beforeSendLog` is fired.
|
|
477
|
-
*/
|
|
478
|
-
emit(hook: 'beforeCaptureLog', log: Log): void;
|
|
479
|
-
/**
|
|
480
|
-
* Emit a hook event for client after capturing a log.
|
|
481
|
-
*/
|
|
482
|
-
emit(hook: 'afterCaptureLog', log: Log): void;
|
|
483
|
-
/**
|
|
484
|
-
* Emit a hook event for client flush logs
|
|
485
|
-
*/
|
|
486
|
-
emit(hook: 'flushLogs'): void;
|
|
487
|
-
/**
|
|
488
|
-
* Emit a hook event for client after capturing a metric.
|
|
489
|
-
*/
|
|
490
|
-
emit(hook: 'afterCaptureMetric', metric: Metric): void;
|
|
491
|
-
/**
|
|
492
|
-
* Emit a hook event for client flush metrics
|
|
493
|
-
*/
|
|
494
|
-
emit(hook: 'flushMetrics'): void;
|
|
495
|
-
/**
|
|
496
|
-
* Emit a hook event for client when a http server request is started.
|
|
497
|
-
* This hook is called after request isolation, but before the request is processed.
|
|
498
|
-
*/
|
|
499
|
-
emit(hook: 'httpServerRequest', request: unknown, response: unknown, normalizedRequest: RequestEventData): void;
|
|
500
|
-
/**
|
|
501
|
-
* Send an envelope to Sentry.
|
|
502
|
-
*/
|
|
503
|
-
sendEnvelope(envelope: Envelope): PromiseLike<TransportMakeRequestResponse>;
|
|
504
|
-
/** Setup integrations for this client. */
|
|
505
|
-
protected _setupIntegrations(): void;
|
|
506
|
-
/** Updates existing session based on the provided event */
|
|
507
|
-
protected _updateSessionFromEvent(session: Session, event: Event): void;
|
|
508
|
-
/**
|
|
509
|
-
* Determine if the client is finished processing. Returns a promise because it will wait `timeout` ms before saying
|
|
510
|
-
* "no" (resolving to `false`) in order to give the client a chance to potentially finish first.
|
|
511
|
-
*
|
|
512
|
-
* @param timeout The time, in ms, after which to resolve to `false` if the client is still busy. Passing `0` (or not
|
|
513
|
-
* passing anything) will make the promise wait as long as it takes for processing to finish before resolving to
|
|
514
|
-
* `true`.
|
|
515
|
-
* @returns A promise which will resolve to `true` if processing is already done or finishes before the timeout, and
|
|
516
|
-
* `false` otherwise
|
|
517
|
-
*/
|
|
518
|
-
protected _isClientDoneProcessing(timeout?: number): Promise<boolean>;
|
|
519
|
-
/** Determines whether this SDK is enabled and a transport is present. */
|
|
520
|
-
protected _isEnabled(): boolean;
|
|
521
|
-
/**
|
|
522
|
-
* Adds common information to events.
|
|
523
|
-
*
|
|
524
|
-
* The information includes release and environment from `options`,
|
|
525
|
-
* breadcrumbs and context (extra, tags and user) from the scope.
|
|
526
|
-
*
|
|
527
|
-
* Information that is already present in the event is never overwritten. For
|
|
528
|
-
* nested objects, such as the context, keys are merged.
|
|
529
|
-
*
|
|
530
|
-
* @param event The original event.
|
|
531
|
-
* @param hint May contain additional information about the original exception.
|
|
532
|
-
* @param currentScope A scope containing event metadata.
|
|
533
|
-
* @returns A new event with more information.
|
|
534
|
-
*/
|
|
535
|
-
protected _prepareEvent(event: Event, hint: EventHint, currentScope: Scope, isolationScope: Scope): PromiseLike<Event | null>;
|
|
536
|
-
/**
|
|
537
|
-
* Processes the event and logs an error in case of rejection
|
|
538
|
-
* @param event
|
|
539
|
-
* @param hint
|
|
540
|
-
* @param scope
|
|
541
|
-
*/
|
|
542
|
-
protected _captureEvent(event: Event, hint?: EventHint, currentScope?: Scope, isolationScope?: Scope): PromiseLike<string | undefined>;
|
|
543
|
-
/**
|
|
544
|
-
* Processes an event (either error or message) and sends it to Sentry.
|
|
545
|
-
*
|
|
546
|
-
* This also adds breadcrumbs and context information to the event. However,
|
|
547
|
-
* platform specific meta data (such as the User's IP address) must be added
|
|
548
|
-
* by the SDK implementor.
|
|
549
|
-
*
|
|
550
|
-
*
|
|
551
|
-
* @param event The event to send to Sentry.
|
|
552
|
-
* @param hint May contain additional information about the original exception.
|
|
553
|
-
* @param currentScope A scope containing event metadata.
|
|
554
|
-
* @returns A SyncPromise that resolves with the event or rejects in case event was/will not be send.
|
|
555
|
-
*/
|
|
556
|
-
protected _processEvent(event: Event, hint: EventHint, currentScope: Scope, isolationScope: Scope): PromiseLike<Event>;
|
|
557
|
-
/**
|
|
558
|
-
* Occupies the client with processing and event
|
|
559
|
-
*/
|
|
560
|
-
protected _process<T>(promise: PromiseLike<T>): void;
|
|
561
|
-
/**
|
|
562
|
-
* Clears outcomes on this client and returns them.
|
|
563
|
-
*/
|
|
564
|
-
protected _clearOutcomes(): Outcome[];
|
|
565
|
-
/**
|
|
566
|
-
* Sends client reports as an envelope.
|
|
567
|
-
*/
|
|
568
|
-
protected _flushOutcomes(): void;
|
|
569
|
-
/**
|
|
570
|
-
* Creates an {@link Event} from all inputs to `captureException` and non-primitive inputs to `captureMessage`.
|
|
571
|
-
*/
|
|
572
|
-
abstract eventFromException(_exception: unknown, _hint?: EventHint): PromiseLike<Event>;
|
|
573
|
-
/**
|
|
574
|
-
* Creates an {@link Event} from primitive inputs to `captureMessage`.
|
|
575
|
-
*/
|
|
576
|
-
abstract eventFromMessage(_message: ParameterizedString, _level?: SeverityLevel, _hint?: EventHint): PromiseLike<Event>;
|
|
577
|
-
}
|
|
578
|
-
//#endregion
|
|
579
|
-
export { Client };
|
|
580
|
-
//# sourceMappingURL=client.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.mts","names":["IntegrationIndex","Scope","Breadcrumb","BreadcrumbHint","FetchBreadcrumbHint","XhrBreadcrumbHint","CheckIn","MonitorConfig","EventDropReason","Outcome","DataCategory","DsnComponents","DynamicSamplingContext","Envelope","Event","EventHint","EventProcessor","FeedbackEvent","Integration","Log","Metric","ClientOptions","ParameterizedString","RequestEventData","SdkMetadata","Session","SessionAggregates","SeverityLevel","Span","SpanAttributes","SpanContextData","StartSpanOptions","Transport","TransportMakeRequestResponse","Client","T","O","PromiseLike","Promise","_options","_dsn","_transport","_integrations","_numProcessing","_eventProcessors","_outcomes","_hooks","constructor","options","captureException","exception","hint","scope","captureMessage","message","level","currentScope","captureEvent","event","captureSession","session","captureCheckIn","checkIn","monitorConfig","getDsn","getOptions","getSdkMetadata","getTransport","flush","timeout","close","getEventProcessors","addEventProcessor","eventProcessor","init","getIntegrationByName","integrationName","addIntegration","integration","sendEvent","sendSession","recordDroppedEvent","reason","category","count","on","hook","span","callback","spanAttributes","spanName","parentSampled","parentSampleRate","parentContext","samplingData","decision","samplingDecision","envelope","sendResponse","breadcrumb","dsc","rootSpan","feedback","includeReplay","sentryTrace","baggage","traceOptions","isRedirect","navigationOptions","log","metric","request","response","normalizedRequest","emit","sendEnvelope","_setupIntegrations","_updateSessionFromEvent","_isClientDoneProcessing","_isEnabled","_prepareEvent","isolationScope","_captureEvent","_processEvent","_process","promise","_clearOutcomes","_flushOutcomes","eventFromException","_exception","_hint","eventFromMessage","_message","_level"],"sources":["../../../../../../../../../../../node_modules/.pnpm/@sentry+core@10.22.0/node_modules/@sentry/core/build/types/client.d.ts"],"x_google_ignoreList":[0],"mappings":"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"}
|