@m5kdev/web-ui 0.8.2 → 0.8.3
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/@libsql_core@0.17.0/node_modules/@libsql/core/lib-esm/api.d.mts +79 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/client.d.mts +580 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/exports.d.mts +14 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/integration.d.mts +10 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/scope.d.mts +289 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/attachment.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/breadcrumb.d.mts +86 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/checkin.d.mts +101 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/clientreport.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/context.d.mts +132 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/csp.d.mts +19 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/datacategory.d.mts +5 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/debugMeta.d.mts +30 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/dsn.d.mts +23 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/envelope.d.mts +153 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/event.d.mts +91 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/eventprocessor.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/exception.d.mts +16 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/extra.d.mts +6 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/feedback/sendFeedback.d.mts +35 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/integration.d.mts +43 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/link.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/log.d.mts +73 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/measurement.d.mts +26 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/mechanism.d.mts +54 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/metric.d.mts +77 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/misc.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/opentelemetry.d.mts +17 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/options.d.mts +426 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/package.d.mts +11 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/parameterize.d.mts +8 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/profiling.d.mts +132 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/replay.d.mts +29 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/request.d.mts +21 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/samplingcontext.d.mts +49 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkinfo.d.mts +18 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/sdkmetadata.d.mts +9 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/session.d.mts +68 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/severity.d.mts +5 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/span.d.mts +183 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/spanStatus.d.mts +27 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stackframe.d.mts +25 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/stacktrace.d.mts +12 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/startSpanOptions.d.mts +66 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/thread.d.mts +15 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/tracing.d.mts +51 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transaction.d.mts +9 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/transport.d.mts +32 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/types-hoist/user.d.mts +20 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/featureFlags.d.mts +13 -0
- package/dist/node_modules/.pnpm/@sentry_core@10.22.0/node_modules/@sentry/core/build/types/utils/prepareEvent.d.mts +13 -0
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.mts +31 -0
- 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 +912 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +9 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +33 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +37 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +17 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +116 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +69 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +5 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +15 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +27 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +38 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +14 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +171 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +12 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +10 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +16 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +287 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +43 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +225 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +18 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +258 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +132 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +8 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +31 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +122 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +171 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +33 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +60 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +34 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +476 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +122 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +154 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +112 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +23 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +13 -0
- package/dist/node_modules/.pnpm/drizzle-orm@0.44.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 +21 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +24 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +71 -0
- package/dist/node_modules/.pnpm/drizzle-orm@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 +27 -0
- package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/kysely.d.mts +38 -0
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.mts +299 -0
- package/dist/node_modules/.pnpm/pino-std-serializers@7.0.0/node_modules/pino-std-serializers/index.d.mts +132 -0
- package/dist/node_modules/.pnpm/pino@9.6.0/node_modules/pino/pino.d.mts +766 -0
- 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 +1295 -0
- package/dist/node_modules/.pnpm/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.mts +55 -0
- package/dist/node_modules/.pnpm/stripe@20.1.0_@types_node@20.19.11/node_modules/stripe/types/index.d.mts +573 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.db.d.mts +610 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.mts +71 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.mts +8 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.mts +2455 -0
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.mts +106 -0
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.mts +30 -0
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.mts +38 -0
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.mts +13 -0
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.mts +47 -0
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.mts +126 -0
- package/dist/packages/backend/dist/src/modules/base/base.service.d.mts +34 -0
- package/dist/packages/backend/dist/src/modules/base/base.types.d.mts +6 -0
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.mts +2788 -0
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.mts +53 -0
- package/dist/packages/backend/dist/src/modules/email/email.service.d.mts +63 -0
- package/dist/packages/backend/dist/src/types.d.mts +344 -0
- package/dist/packages/backend/dist/src/utils/errors.d.mts +60 -0
- package/dist/packages/backend/dist/src/utils/logger.d.mts +8 -0
- package/dist/packages/backend/dist/src/utils/trpc.d.mts +23 -0
- package/dist/src/animations/card.motion.d.mts +7 -0
- package/dist/src/animations/card.motion.mjs +26 -0
- package/dist/src/animations/card.motion.mjs.map +1 -0
- package/dist/src/components/AvatarUpload.d.mts +16 -0
- package/dist/src/components/AvatarUpload.mjs +109 -0
- package/dist/src/components/AvatarUpload.mjs.map +1 -0
- package/dist/src/components/Button.d.mts +15 -0
- package/dist/src/components/Button.mjs +14 -0
- package/dist/src/components/Button.mjs.map +1 -0
- package/dist/src/components/Calendar.d.mts +37 -0
- package/dist/src/components/Calendar.mjs +18 -0
- package/dist/src/components/Calendar.mjs.map +1 -0
- package/dist/src/components/CardsSelect.d.mts +27 -0
- package/dist/src/components/CardsSelect.mjs +79 -0
- package/dist/src/components/CardsSelect.mjs.map +1 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.d.mts +22 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.mjs +34 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.mjs.map +1 -0
- package/dist/src/components/ColorPicker.d.mts +15 -0
- package/dist/src/components/ColorPicker.mjs +51 -0
- package/dist/src/components/ColorPicker.mjs.map +1 -0
- package/dist/src/components/CopyButton.d.mts +18 -0
- package/dist/src/components/CopyButton.mjs +33 -0
- package/dist/src/components/CopyButton.mjs.map +1 -0
- package/dist/src/components/CropDialog.d.mts +22 -0
- package/dist/src/components/CropDialog.mjs +113 -0
- package/dist/src/components/CropDialog.mjs.map +1 -0
- package/dist/src/components/DialogProvider.d.mts +23 -0
- package/dist/src/components/DialogProvider.mjs +72 -0
- package/dist/src/components/DialogProvider.mjs.map +1 -0
- package/dist/src/components/ErrorFallback.d.mts +13 -0
- package/dist/src/components/ErrorFallback.mjs +30 -0
- package/dist/src/components/ErrorFallback.mjs.map +1 -0
- package/dist/src/components/FileDropzone.d.mts +14 -0
- package/dist/src/components/FileDropzone.mjs +101 -0
- package/dist/src/components/FileDropzone.mjs.map +1 -0
- package/dist/src/components/MultiSelectDropdown.d.mts +29 -0
- package/dist/src/components/MultiSelectDropdown.mjs +103 -0
- package/dist/src/components/MultiSelectDropdown.mjs.map +1 -0
- package/dist/src/components/Orb.d.mts +17 -0
- package/dist/src/components/Orb.mjs +267 -0
- package/dist/src/components/Orb.mjs.map +1 -0
- package/dist/src/components/PageAlert.d.mts +23 -0
- package/dist/src/components/PageAlert.mjs +76 -0
- package/dist/src/components/PageAlert.mjs.map +1 -0
- package/dist/src/components/SelectChips.d.mts +21 -0
- package/dist/src/components/SelectChips.mjs +23 -0
- package/dist/src/components/SelectChips.mjs.map +1 -0
- package/dist/src/components/SidebarItem.d.mts +18 -0
- package/dist/src/components/SidebarItem.mjs +18 -0
- package/dist/src/components/SidebarItem.mjs.map +1 -0
- package/dist/src/components/Steps.d.mts +24 -0
- package/dist/src/components/Steps.mjs +200 -0
- package/dist/src/components/Steps.mjs.map +1 -0
- package/dist/src/components/TablerIconPicker.d.mts +13 -0
- package/dist/src/components/TablerIconPicker.mjs +4258 -0
- package/dist/src/components/TablerIconPicker.mjs.map +1 -0
- package/dist/src/components/app-header.d.mts +14 -0
- package/dist/src/components/app-header.mjs +29 -0
- package/dist/src/components/app-header.mjs.map +1 -0
- package/dist/src/components/blur-card.d.mts +27 -0
- package/dist/src/components/blur-card.mjs +137 -0
- package/dist/src/components/blur-card.mjs.map +1 -0
- package/dist/src/components/features-section-demo-1.d.mts +22 -0
- package/dist/src/components/features-section-demo-1.mjs +125 -0
- package/dist/src/components/features-section-demo-1.mjs.map +1 -0
- package/dist/src/components/features-section-demo-2.d.mts +7 -0
- package/dist/src/components/features-section-demo-2.mjs +82 -0
- package/dist/src/components/features-section-demo-2.mjs.map +1 -0
- package/dist/src/components/features-section-demo-3.d.mts +16 -0
- package/dist/src/components/features-section-demo-3.mjs +252 -0
- package/dist/src/components/features-section-demo-3.mjs.map +1 -0
- package/dist/src/components/mode-toggle.d.mts +7 -0
- package/dist/src/components/mode-toggle.mjs +44 -0
- package/dist/src/components/mode-toggle.mjs.map +1 -0
- package/dist/src/components/nav-main.d.mts +21 -0
- package/dist/src/components/nav-main.mjs +35 -0
- package/dist/src/components/nav-main.mjs.map +1 -0
- package/dist/src/components/pricing-cards.d.mts +7 -0
- package/dist/src/components/pricing-cards.mjs +128 -0
- package/dist/src/components/pricing-cards.mjs.map +1 -0
- package/dist/src/components/shared/ButtonCopy.d.mts +17 -0
- package/dist/src/components/shared/ButtonCopy.mjs +35 -0
- package/dist/src/components/shared/ButtonCopy.mjs.map +1 -0
- package/dist/src/components/team-switcher.d.mts +16 -0
- package/dist/src/components/team-switcher.mjs +72 -0
- package/dist/src/components/team-switcher.mjs.map +1 -0
- package/dist/src/components/theme-provider.d.mts +23 -0
- package/dist/src/components/theme-provider.mjs +45 -0
- package/dist/src/components/theme-provider.mjs.map +1 -0
- package/dist/src/components/typewriter.d.mts +39 -0
- package/dist/src/components/typewriter.mjs +47 -0
- package/dist/src/components/typewriter.mjs.map +1 -0
- package/dist/src/components/ui/alert-dialog.d.mts +49 -0
- package/dist/src/components/ui/alert-dialog.mjs +81 -0
- package/dist/src/components/ui/alert-dialog.mjs.map +1 -0
- package/dist/src/components/ui/alert.d.mts +25 -0
- package/dist/src/components/ui/alert.mjs +37 -0
- package/dist/src/components/ui/alert.mjs.map +1 -0
- package/dist/src/components/ui/avatar.d.mts +10 -0
- package/dist/src/components/ui/avatar.mjs +28 -0
- package/dist/src/components/ui/avatar.mjs.map +1 -0
- package/dist/src/components/ui/badge.d.mts +18 -0
- package/dist/src/components/ui/badge.mjs +23 -0
- package/dist/src/components/ui/badge.mjs.map +1 -0
- package/dist/src/components/ui/bento-grid.d.mts +26 -0
- package/dist/src/components/ui/bento-grid.mjs +32 -0
- package/dist/src/components/ui/bento-grid.mjs.map +1 -0
- package/dist/src/components/ui/bento-grid2.d.mts +31 -0
- package/dist/src/components/ui/bento-grid2.mjs +49 -0
- package/dist/src/components/ui/bento-grid2.mjs.map +1 -0
- package/dist/src/components/ui/breadcrumb.d.mts +31 -0
- package/dist/src/components/ui/breadcrumb.mjs +63 -0
- package/dist/src/components/ui/breadcrumb.mjs.map +1 -0
- package/dist/src/components/ui/button.d.mts +16 -0
- package/dist/src/components/ui/button.mjs +44 -0
- package/dist/src/components/ui/button.mjs.map +1 -0
- package/dist/src/components/ui/card.d.mts +12 -0
- package/dist/src/components/ui/card.mjs +44 -0
- package/dist/src/components/ui/card.mjs.map +1 -0
- package/dist/src/components/ui/checkbox.d.mts +8 -0
- package/dist/src/components/ui/checkbox.mjs +20 -0
- package/dist/src/components/ui/checkbox.mjs.map +1 -0
- package/dist/src/components/ui/collapsible.d.mts +10 -0
- package/dist/src/components/ui/collapsible.mjs +9 -0
- package/dist/src/components/ui/collapsible.mjs.map +1 -0
- package/dist/src/components/ui/dialog.d.mts +45 -0
- package/dist/src/components/ui/dialog.mjs +85 -0
- package/dist/src/components/ui/dialog.mjs.map +1 -0
- package/dist/src/components/ui/dropdown-menu.d.mts +35 -0
- package/dist/src/components/ui/dropdown-menu.mjs +82 -0
- package/dist/src/components/ui/dropdown-menu.mjs.map +1 -0
- package/dist/src/components/ui/floating-navbar.d.mts +18 -0
- package/dist/src/components/ui/floating-navbar.mjs +52 -0
- package/dist/src/components/ui/floating-navbar.mjs.map +1 -0
- package/dist/src/components/ui/form.d.mts +32 -0
- package/dist/src/components/ui/form.mjs +92 -0
- package/dist/src/components/ui/form.mjs.map +1 -0
- package/dist/src/components/ui/image.d.mts +10 -0
- package/dist/src/components/ui/image.mjs +55 -0
- package/dist/src/components/ui/image.mjs.map +1 -0
- package/dist/src/components/ui/input.d.mts +7 -0
- package/dist/src/components/ui/input.mjs +17 -0
- package/dist/src/components/ui/input.mjs.map +1 -0
- package/dist/src/components/ui/label.d.mts +10 -0
- package/dist/src/components/ui/label.mjs +17 -0
- package/dist/src/components/ui/label.mjs.map +1 -0
- package/dist/src/components/ui/pagination.d.mts +40 -0
- package/dist/src/components/ui/pagination.mjs +79 -0
- package/dist/src/components/ui/pagination.mjs.map +1 -0
- package/dist/src/components/ui/progress.d.mts +8 -0
- package/dist/src/components/ui/progress.mjs +19 -0
- package/dist/src/components/ui/progress.mjs.map +1 -0
- package/dist/src/components/ui/resizable-navbar.d.mts +97 -0
- package/dist/src/components/ui/resizable-navbar.mjs +138 -0
- package/dist/src/components/ui/resizable-navbar.mjs.map +1 -0
- package/dist/src/components/ui/segment-control.d.mts +12 -0
- package/dist/src/components/ui/segment-control.mjs +87 -0
- package/dist/src/components/ui/segment-control.mjs.map +1 -0
- package/dist/src/components/ui/select.d.mts +17 -0
- package/dist/src/components/ui/select.mjs +75 -0
- package/dist/src/components/ui/select.mjs.map +1 -0
- package/dist/src/components/ui/separator.d.mts +8 -0
- package/dist/src/components/ui/separator.mjs +17 -0
- package/dist/src/components/ui/separator.mjs.map +1 -0
- package/dist/src/components/ui/sheet.d.mts +36 -0
- package/dist/src/components/ui/sheet.mjs +66 -0
- package/dist/src/components/ui/sheet.mjs.map +1 -0
- package/dist/src/components/ui/sidebar.d.mts +73 -0
- package/dist/src/components/ui/sidebar.mjs +377 -0
- package/dist/src/components/ui/sidebar.mjs.map +1 -0
- package/dist/src/components/ui/skeleton.d.mts +10 -0
- package/dist/src/components/ui/skeleton.mjs +13 -0
- package/dist/src/components/ui/skeleton.mjs.map +1 -0
- package/dist/src/components/ui/slider.d.mts +8 -0
- package/dist/src/components/ui/slider.mjs +19 -0
- package/dist/src/components/ui/slider.mjs.map +1 -0
- package/dist/src/components/ui/sonner.d.mts +11 -0
- package/dist/src/components/ui/sonner.mjs +22 -0
- package/dist/src/components/ui/sonner.mjs.map +1 -0
- package/dist/src/components/ui/spinner.d.mts +25 -0
- package/dist/src/components/ui/spinner.mjs +30 -0
- package/dist/src/components/ui/spinner.mjs.map +1 -0
- package/dist/src/components/ui/switch.d.mts +8 -0
- package/dist/src/components/ui/switch.mjs +16 -0
- package/dist/src/components/ui/switch.mjs.map +1 -0
- package/dist/src/components/ui/table.d.mts +39 -0
- package/dist/src/components/ui/table.mjs +67 -0
- package/dist/src/components/ui/table.mjs.map +1 -0
- package/dist/src/components/ui/tabs.d.mts +24 -0
- package/dist/src/components/ui/tabs.mjs +36 -0
- package/dist/src/components/ui/tabs.mjs.map +1 -0
- package/dist/src/components/ui/textarea.d.mts +11 -0
- package/dist/src/components/ui/textarea.mjs +14 -0
- package/dist/src/components/ui/textarea.mjs.map +1 -0
- package/dist/src/components/ui/timeline.d.mts +18 -0
- package/dist/src/components/ui/timeline.mjs +90 -0
- package/dist/src/components/ui/timeline.mjs.map +1 -0
- package/dist/src/components/ui/toast.d.mts +20 -0
- package/dist/src/components/ui/toast.mjs +59 -0
- package/dist/src/components/ui/toast.mjs.map +1 -0
- package/dist/src/components/ui/tooltip.d.mts +24 -0
- package/dist/src/components/ui/tooltip.mjs +36 -0
- package/dist/src/components/ui/tooltip.mjs.map +1 -0
- package/dist/src/components/ui/typewriter-effect.d.mts +30 -0
- package/dist/src/components/ui/typewriter-effect.mjs +106 -0
- package/dist/src/components/ui/typewriter-effect.mjs.map +1 -0
- package/dist/src/hooks/use-mobile.d.mts +5 -0
- package/dist/src/hooks/use-mobile.mjs +20 -0
- package/dist/src/hooks/use-mobile.mjs.map +1 -0
- package/dist/src/hooks/useDialog.d.mts +8 -0
- package/dist/src/hooks/useDialog.mjs +26 -0
- package/dist/src/hooks/useDialog.mjs.map +1 -0
- package/dist/src/icons/GoogleIcon.d.mts +9 -0
- package/dist/src/icons/GoogleIcon.mjs +33 -0
- package/dist/src/icons/GoogleIcon.mjs.map +1 -0
- package/dist/src/icons/LinkedInIcon.d.mts +9 -0
- package/dist/src/icons/LinkedInIcon.mjs +28 -0
- package/dist/src/icons/LinkedInIcon.mjs.map +1 -0
- package/dist/src/icons/MicrosoftIcon.d.mts +9 -0
- package/dist/src/icons/MicrosoftIcon.mjs +32 -0
- package/dist/src/icons/MicrosoftIcon.mjs.map +1 -0
- package/dist/src/lib/chatwoot.d.mts +20 -0
- package/dist/src/lib/chatwoot.mjs +26 -0
- package/dist/src/lib/chatwoot.mjs.map +1 -0
- package/dist/src/lib/utils.d.mts +7 -0
- package/dist/src/lib/utils.mjs +10 -0
- package/dist/src/lib/utils.mjs.map +1 -0
- package/dist/src/modules/app/components/AppLoader.d.mts +8 -0
- package/dist/src/modules/app/components/AppLoader.mjs +16 -0
- package/dist/src/modules/app/components/AppLoader.mjs.map +1 -0
- package/dist/src/modules/app/components/AppShell.d.mts +16 -0
- package/dist/src/modules/app/components/AppShell.mjs +16 -0
- package/dist/src/modules/app/components/AppShell.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebar.d.mts +17 -0
- package/dist/src/modules/app/components/AppSidebar.mjs +18 -0
- package/dist/src/modules/app/components/AppSidebar.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarContent.d.mts +25 -0
- package/dist/src/modules/app/components/AppSidebarContent.mjs +36 -0
- package/dist/src/modules/app/components/AppSidebarContent.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarHeader.d.mts +18 -0
- package/dist/src/modules/app/components/AppSidebarHeader.mjs +41 -0
- package/dist/src/modules/app/components/AppSidebarHeader.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarInvites.d.mts +11 -0
- package/dist/src/modules/app/components/AppSidebarInvites.mjs +43 -0
- package/dist/src/modules/app/components/AppSidebarInvites.mjs.map +1 -0
- package/dist/src/modules/app/components/AppSidebarUser.d.mts +21 -0
- package/dist/src/modules/app/components/AppSidebarUser.mjs +125 -0
- package/dist/src/modules/app/components/AppSidebarUser.mjs.map +1 -0
- package/dist/src/modules/auth/components/AdminUserManagement.d.mts +13 -0
- package/dist/src/modules/auth/components/AdminUserManagement.mjs +974 -0
- package/dist/src/modules/auth/components/AdminUserManagement.mjs.map +1 -0
- package/dist/src/modules/auth/components/AdminWaitlist.d.mts +13 -0
- package/dist/src/modules/auth/components/AdminWaitlist.mjs +287 -0
- package/dist/src/modules/auth/components/AdminWaitlist.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthLayout.d.mts +12 -0
- package/dist/src/modules/auth/components/AuthLayout.mjs +19 -0
- package/dist/src/modules/auth/components/AuthLayout.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthProviders.d.mts +17 -0
- package/dist/src/modules/auth/components/AuthProviders.mjs +84 -0
- package/dist/src/modules/auth/components/AuthProviders.mjs.map +1 -0
- package/dist/src/modules/auth/components/AuthRouter.d.mts +18 -0
- package/dist/src/modules/auth/components/AuthRouter.mjs +48 -0
- package/dist/src/modules/auth/components/AuthRouter.mjs.map +1 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.mts +12 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.mjs +206 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.mjs +129 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.mts +7 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.mjs +53 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.mjs +37 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/InviteFriends.d.mts +13 -0
- package/dist/src/modules/auth/components/InviteFriends.mjs +280 -0
- package/dist/src/modules/auth/components/InviteFriends.mjs.map +1 -0
- package/dist/src/modules/auth/components/LastUsedBadge.d.mts +17 -0
- package/dist/src/modules/auth/components/LastUsedBadge.mjs +19 -0
- package/dist/src/modules/auth/components/LastUsedBadge.mjs.map +1 -0
- package/dist/src/modules/auth/components/LoginForm.d.mts +11 -0
- package/dist/src/modules/auth/components/LoginForm.mjs +111 -0
- package/dist/src/modules/auth/components/LoginForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/LoginRoute.d.mts +11 -0
- package/dist/src/modules/auth/components/LoginRoute.mjs +44 -0
- package/dist/src/modules/auth/components/LoginRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/LogoutRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/LogoutRoute.mjs +21 -0
- package/dist/src/modules/auth/components/LogoutRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.mts +22 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.mjs +112 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.mts +61 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.mjs +458 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.d.mts +30 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.mjs +138 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.mts +29 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.mjs +193 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.mts +18 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.mjs +96 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.mjs.map +1 -0
- package/dist/src/modules/auth/components/PreferencesEditor.d.mts +49 -0
- package/dist/src/modules/auth/components/PreferencesEditor.mjs +85 -0
- package/dist/src/modules/auth/components/PreferencesEditor.mjs.map +1 -0
- package/dist/src/modules/auth/components/ProfileRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ProfileRoute.mjs +85 -0
- package/dist/src/modules/auth/components/ProfileRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.mts +45 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.mjs +239 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.mjs.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.d.mts +7 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.mjs +101 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.mjs.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.mts +7 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.mjs +37 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/SignupFormRoute.d.mts +15 -0
- package/dist/src/modules/auth/components/SignupFormRoute.mjs +149 -0
- package/dist/src/modules/auth/components/SignupFormRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/SignupRoute.d.mts +15 -0
- package/dist/src/modules/auth/components/SignupRoute.mjs +62 -0
- package/dist/src/modules/auth/components/SignupRoute.mjs.map +1 -0
- package/dist/src/modules/auth/components/UserPreferences.d.mts +23 -0
- package/dist/src/modules/auth/components/UserPreferences.mjs +26 -0
- package/dist/src/modules/auth/components/UserPreferences.mjs.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCard.d.mts +13 -0
- package/dist/src/modules/auth/components/WaitlistCard.mjs +67 -0
- package/dist/src/modules/auth/components/WaitlistCard.mjs.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.mts +15 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.mjs +45 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingBetaPage.d.mts +17 -0
- package/dist/src/modules/billing/components/BillingBetaPage.mjs +158 -0
- package/dist/src/modules/billing/components/BillingBetaPage.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.d.mts +15 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.mjs +162 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.d.mts +13 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.mjs +11 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingRouter.d.mts +17 -0
- package/dist/src/modules/billing/components/BillingRouter.mjs +21 -0
- package/dist/src/modules/billing/components/BillingRouter.mjs.map +1 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.mts +18 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.mjs +167 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.mjs.map +1 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.mts +20 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.mjs +85 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.mjs.map +1 -0
- package/dist/src/modules/table/components/NuqsTable.d.mts +36 -0
- package/dist/src/modules/table/components/NuqsTable.mjs +308 -0
- package/dist/src/modules/table/components/NuqsTable.mjs.map +1 -0
- package/dist/src/modules/table/components/TableFiltering.d.mts +35 -0
- package/dist/src/modules/table/components/TableFiltering.mjs +418 -0
- package/dist/src/modules/table/components/TableFiltering.mjs.map +1 -0
- package/dist/src/modules/table/components/TableGroupBy.d.mts +22 -0
- package/dist/src/modules/table/components/TableGroupBy.mjs +58 -0
- package/dist/src/modules/table/components/TableGroupBy.mjs.map +1 -0
- package/dist/src/modules/table/components/TablePagination.d.mts +19 -0
- package/dist/src/modules/table/components/TablePagination.mjs +66 -0
- package/dist/src/modules/table/components/TablePagination.mjs.map +1 -0
- package/dist/src/modules/table/components/table.types.d.mts +17 -0
- package/dist/src/modules/table/filterTransformers.d.mts +58 -0
- package/dist/src/modules/table/filterTransformers.mjs +213 -0
- package/dist/src/modules/table/filterTransformers.mjs.map +1 -0
- package/dist/src/types.d.mts +8 -0
- package/package.json +5 -5
- 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/@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/exports.d.ts +0 -14
- 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/scope.d.ts +0 -289
- 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/breadcrumb.d.ts +0 -86
- 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/clientreport.d.ts +0 -16
- 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/csp.d.ts +0 -19
- 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/debugMeta.d.ts +0 -30
- 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/envelope.d.ts +0 -153
- 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/eventprocessor.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 +0 -16
- 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/feedback/sendFeedback.d.ts +0 -35
- 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/link.d.ts +0 -32
- 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/measurement.d.ts +0 -26
- 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/metric.d.ts +0 -77
- 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/opentelemetry.d.ts +0 -17
- 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/package.d.ts +0 -11
- 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/profiling.d.ts +0 -132
- 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/request.d.ts +0 -21
- 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/sdkinfo.d.ts +0 -18
- 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/session.d.ts +0 -68
- 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/span.d.ts +0 -183
- 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/stackframe.d.ts +0 -25
- 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/startSpanOptions.d.ts +0 -66
- 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/tracing.d.ts +0 -51
- 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/transport.d.ts +0 -32
- 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/utils/featureFlags.d.ts +0 -13
- 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/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/index.d-D4qZxQJh.d.ts +0 -31
- package/dist/node_modules/.pnpm/@trpc_server@11.4.3_typescript@5.9.2/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ClFRzVsT.d.ts +0 -912
- package/dist/node_modules/.pnpm/drizzle-orm@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/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/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/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/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.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/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/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/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/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/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/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/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/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/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/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/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/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/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-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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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.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/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/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.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/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/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/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/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/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.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/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/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/utils.d.ts +0 -27
- package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/kysely.d.ts +0 -38
- package/dist/node_modules/.pnpm/neverthrow@8.2.0/node_modules/neverthrow/dist/index.d.ts +0 -299
- 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@9.6.0/node_modules/pino/pino.d.ts +0 -766
- 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/sonic-boom@4.2.0/node_modules/sonic-boom/types/index.d.ts +0 -55
- 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/packages/backend/dist/src/modules/auth/auth.db.d.ts +0 -610
- package/dist/packages/backend/dist/src/modules/auth/auth.dto.d.ts +0 -71
- package/dist/packages/backend/dist/src/modules/auth/auth.lib.d.ts +0 -8
- package/dist/packages/backend/dist/src/modules/auth/auth.repository.d.ts +0 -2455
- package/dist/packages/backend/dist/src/modules/auth/auth.service.d.ts +0 -106
- package/dist/packages/backend/dist/src/modules/base/base.abstract.d.ts +0 -30
- package/dist/packages/backend/dist/src/modules/base/base.actor.d.ts +0 -38
- package/dist/packages/backend/dist/src/modules/base/base.dto.d.ts +0 -13
- package/dist/packages/backend/dist/src/modules/base/base.procedure.d.ts +0 -47
- package/dist/packages/backend/dist/src/modules/base/base.repository.d.ts +0 -126
- package/dist/packages/backend/dist/src/modules/base/base.service.d.ts +0 -34
- package/dist/packages/backend/dist/src/modules/base/base.types.d.ts +0 -6
- package/dist/packages/backend/dist/src/modules/billing/billing.repository.d.ts +0 -2788
- package/dist/packages/backend/dist/src/modules/billing/billing.service.d.ts +0 -53
- package/dist/packages/backend/dist/src/modules/email/email.service.d.ts +0 -63
- package/dist/packages/backend/dist/src/types.d.ts +0 -344
- package/dist/packages/backend/dist/src/utils/errors.d.ts +0 -60
- package/dist/packages/backend/dist/src/utils/logger.d.ts +0 -8
- package/dist/packages/backend/dist/src/utils/trpc.d.ts +0 -23
- package/dist/src/animations/card.motion.d.ts +0 -7
- package/dist/src/animations/card.motion.js +0 -26
- package/dist/src/animations/card.motion.js.map +0 -1
- package/dist/src/components/AvatarUpload.d.ts +0 -16
- package/dist/src/components/AvatarUpload.js +0 -109
- package/dist/src/components/AvatarUpload.js.map +0 -1
- package/dist/src/components/Button.d.ts +0 -15
- package/dist/src/components/Button.js +0 -14
- package/dist/src/components/Button.js.map +0 -1
- package/dist/src/components/Calendar.d.ts +0 -37
- package/dist/src/components/Calendar.js +0 -18
- package/dist/src/components/Calendar.js.map +0 -1
- package/dist/src/components/CardsSelect.d.ts +0 -27
- package/dist/src/components/CardsSelect.js +0 -79
- package/dist/src/components/CardsSelect.js.map +0 -1
- package/dist/src/components/CollapsibleSidebarMenuItem.d.ts +0 -22
- package/dist/src/components/CollapsibleSidebarMenuItem.js +0 -34
- package/dist/src/components/CollapsibleSidebarMenuItem.js.map +0 -1
- package/dist/src/components/ColorPicker.d.ts +0 -15
- package/dist/src/components/ColorPicker.js +0 -51
- package/dist/src/components/ColorPicker.js.map +0 -1
- package/dist/src/components/CopyButton.d.ts +0 -18
- package/dist/src/components/CopyButton.js +0 -33
- package/dist/src/components/CopyButton.js.map +0 -1
- package/dist/src/components/CropDialog.d.ts +0 -22
- package/dist/src/components/CropDialog.js +0 -113
- package/dist/src/components/CropDialog.js.map +0 -1
- package/dist/src/components/DialogProvider.d.ts +0 -23
- package/dist/src/components/DialogProvider.js +0 -72
- package/dist/src/components/DialogProvider.js.map +0 -1
- package/dist/src/components/ErrorFallback.d.ts +0 -13
- package/dist/src/components/ErrorFallback.js +0 -30
- package/dist/src/components/ErrorFallback.js.map +0 -1
- package/dist/src/components/FileDropzone.d.ts +0 -14
- package/dist/src/components/FileDropzone.js +0 -101
- package/dist/src/components/FileDropzone.js.map +0 -1
- package/dist/src/components/MultiSelectDropdown.d.ts +0 -29
- package/dist/src/components/MultiSelectDropdown.js +0 -103
- package/dist/src/components/MultiSelectDropdown.js.map +0 -1
- package/dist/src/components/Orb.d.ts +0 -17
- package/dist/src/components/Orb.js +0 -267
- package/dist/src/components/Orb.js.map +0 -1
- package/dist/src/components/PageAlert.d.ts +0 -23
- package/dist/src/components/PageAlert.js +0 -76
- package/dist/src/components/PageAlert.js.map +0 -1
- package/dist/src/components/SelectChips.d.ts +0 -21
- package/dist/src/components/SelectChips.js +0 -23
- package/dist/src/components/SelectChips.js.map +0 -1
- package/dist/src/components/SidebarItem.d.ts +0 -18
- package/dist/src/components/SidebarItem.js +0 -18
- package/dist/src/components/SidebarItem.js.map +0 -1
- package/dist/src/components/Steps.d.ts +0 -24
- package/dist/src/components/Steps.js +0 -200
- package/dist/src/components/Steps.js.map +0 -1
- package/dist/src/components/TablerIconPicker.d.ts +0 -13
- package/dist/src/components/TablerIconPicker.js +0 -4258
- package/dist/src/components/TablerIconPicker.js.map +0 -1
- package/dist/src/components/app-header.d.ts +0 -14
- package/dist/src/components/app-header.js +0 -29
- package/dist/src/components/app-header.js.map +0 -1
- package/dist/src/components/blur-card.d.ts +0 -27
- package/dist/src/components/blur-card.js +0 -137
- package/dist/src/components/blur-card.js.map +0 -1
- package/dist/src/components/features-section-demo-1.d.ts +0 -22
- package/dist/src/components/features-section-demo-1.js +0 -125
- package/dist/src/components/features-section-demo-1.js.map +0 -1
- package/dist/src/components/features-section-demo-2.d.ts +0 -7
- package/dist/src/components/features-section-demo-2.js +0 -82
- package/dist/src/components/features-section-demo-2.js.map +0 -1
- package/dist/src/components/features-section-demo-3.d.ts +0 -16
- package/dist/src/components/features-section-demo-3.js +0 -252
- package/dist/src/components/features-section-demo-3.js.map +0 -1
- package/dist/src/components/mode-toggle.d.ts +0 -7
- package/dist/src/components/mode-toggle.js +0 -44
- package/dist/src/components/mode-toggle.js.map +0 -1
- package/dist/src/components/nav-main.d.ts +0 -21
- package/dist/src/components/nav-main.js +0 -35
- package/dist/src/components/nav-main.js.map +0 -1
- package/dist/src/components/pricing-cards.d.ts +0 -7
- package/dist/src/components/pricing-cards.js +0 -128
- package/dist/src/components/pricing-cards.js.map +0 -1
- package/dist/src/components/shared/ButtonCopy.d.ts +0 -17
- package/dist/src/components/shared/ButtonCopy.js +0 -35
- package/dist/src/components/shared/ButtonCopy.js.map +0 -1
- package/dist/src/components/team-switcher.d.ts +0 -16
- package/dist/src/components/team-switcher.js +0 -72
- package/dist/src/components/team-switcher.js.map +0 -1
- package/dist/src/components/theme-provider.d.ts +0 -23
- package/dist/src/components/theme-provider.js +0 -45
- package/dist/src/components/theme-provider.js.map +0 -1
- package/dist/src/components/typewriter.d.ts +0 -39
- package/dist/src/components/typewriter.js +0 -47
- package/dist/src/components/typewriter.js.map +0 -1
- package/dist/src/components/ui/alert-dialog.d.ts +0 -49
- package/dist/src/components/ui/alert-dialog.js +0 -81
- package/dist/src/components/ui/alert-dialog.js.map +0 -1
- package/dist/src/components/ui/alert.d.ts +0 -25
- package/dist/src/components/ui/alert.js +0 -37
- package/dist/src/components/ui/alert.js.map +0 -1
- package/dist/src/components/ui/avatar.d.ts +0 -10
- package/dist/src/components/ui/avatar.js +0 -28
- package/dist/src/components/ui/avatar.js.map +0 -1
- package/dist/src/components/ui/badge.d.ts +0 -18
- package/dist/src/components/ui/badge.js +0 -23
- package/dist/src/components/ui/badge.js.map +0 -1
- package/dist/src/components/ui/bento-grid.d.ts +0 -26
- package/dist/src/components/ui/bento-grid.js +0 -32
- package/dist/src/components/ui/bento-grid.js.map +0 -1
- package/dist/src/components/ui/bento-grid2.d.ts +0 -31
- package/dist/src/components/ui/bento-grid2.js +0 -49
- package/dist/src/components/ui/bento-grid2.js.map +0 -1
- package/dist/src/components/ui/breadcrumb.d.ts +0 -31
- package/dist/src/components/ui/breadcrumb.js +0 -63
- package/dist/src/components/ui/breadcrumb.js.map +0 -1
- package/dist/src/components/ui/button.d.ts +0 -16
- package/dist/src/components/ui/button.js +0 -44
- package/dist/src/components/ui/button.js.map +0 -1
- package/dist/src/components/ui/card.d.ts +0 -12
- package/dist/src/components/ui/card.js +0 -44
- package/dist/src/components/ui/card.js.map +0 -1
- package/dist/src/components/ui/checkbox.d.ts +0 -8
- package/dist/src/components/ui/checkbox.js +0 -20
- package/dist/src/components/ui/checkbox.js.map +0 -1
- package/dist/src/components/ui/collapsible.d.ts +0 -10
- package/dist/src/components/ui/collapsible.js +0 -9
- package/dist/src/components/ui/collapsible.js.map +0 -1
- package/dist/src/components/ui/dialog.d.ts +0 -45
- package/dist/src/components/ui/dialog.js +0 -85
- package/dist/src/components/ui/dialog.js.map +0 -1
- package/dist/src/components/ui/dropdown-menu.d.ts +0 -35
- package/dist/src/components/ui/dropdown-menu.js +0 -82
- package/dist/src/components/ui/dropdown-menu.js.map +0 -1
- package/dist/src/components/ui/floating-navbar.d.ts +0 -18
- package/dist/src/components/ui/floating-navbar.js +0 -52
- package/dist/src/components/ui/floating-navbar.js.map +0 -1
- package/dist/src/components/ui/form.d.ts +0 -32
- package/dist/src/components/ui/form.js +0 -92
- package/dist/src/components/ui/form.js.map +0 -1
- package/dist/src/components/ui/image.d.ts +0 -10
- package/dist/src/components/ui/image.js +0 -55
- package/dist/src/components/ui/image.js.map +0 -1
- package/dist/src/components/ui/input.d.ts +0 -7
- package/dist/src/components/ui/input.js +0 -17
- package/dist/src/components/ui/input.js.map +0 -1
- package/dist/src/components/ui/label.d.ts +0 -10
- package/dist/src/components/ui/label.js +0 -17
- package/dist/src/components/ui/label.js.map +0 -1
- package/dist/src/components/ui/pagination.d.ts +0 -40
- package/dist/src/components/ui/pagination.js +0 -79
- package/dist/src/components/ui/pagination.js.map +0 -1
- package/dist/src/components/ui/progress.d.ts +0 -8
- package/dist/src/components/ui/progress.js +0 -19
- package/dist/src/components/ui/progress.js.map +0 -1
- package/dist/src/components/ui/resizable-navbar.d.ts +0 -97
- package/dist/src/components/ui/resizable-navbar.js +0 -138
- package/dist/src/components/ui/resizable-navbar.js.map +0 -1
- package/dist/src/components/ui/segment-control.d.ts +0 -12
- package/dist/src/components/ui/segment-control.js +0 -87
- package/dist/src/components/ui/segment-control.js.map +0 -1
- package/dist/src/components/ui/select.d.ts +0 -17
- package/dist/src/components/ui/select.js +0 -75
- package/dist/src/components/ui/select.js.map +0 -1
- package/dist/src/components/ui/separator.d.ts +0 -8
- package/dist/src/components/ui/separator.js +0 -17
- package/dist/src/components/ui/separator.js.map +0 -1
- package/dist/src/components/ui/sheet.d.ts +0 -36
- package/dist/src/components/ui/sheet.js +0 -66
- package/dist/src/components/ui/sheet.js.map +0 -1
- package/dist/src/components/ui/sidebar.d.ts +0 -73
- package/dist/src/components/ui/sidebar.js +0 -377
- package/dist/src/components/ui/sidebar.js.map +0 -1
- package/dist/src/components/ui/skeleton.d.ts +0 -10
- package/dist/src/components/ui/skeleton.js +0 -13
- package/dist/src/components/ui/skeleton.js.map +0 -1
- package/dist/src/components/ui/slider.d.ts +0 -8
- package/dist/src/components/ui/slider.js +0 -19
- package/dist/src/components/ui/slider.js.map +0 -1
- package/dist/src/components/ui/sonner.d.ts +0 -11
- package/dist/src/components/ui/sonner.js +0 -22
- package/dist/src/components/ui/sonner.js.map +0 -1
- package/dist/src/components/ui/spinner.d.ts +0 -25
- package/dist/src/components/ui/spinner.js +0 -30
- package/dist/src/components/ui/spinner.js.map +0 -1
- package/dist/src/components/ui/switch.d.ts +0 -8
- package/dist/src/components/ui/switch.js +0 -16
- package/dist/src/components/ui/switch.js.map +0 -1
- package/dist/src/components/ui/table.d.ts +0 -39
- package/dist/src/components/ui/table.js +0 -67
- package/dist/src/components/ui/table.js.map +0 -1
- package/dist/src/components/ui/tabs.d.ts +0 -24
- package/dist/src/components/ui/tabs.js +0 -36
- package/dist/src/components/ui/tabs.js.map +0 -1
- package/dist/src/components/ui/textarea.d.ts +0 -11
- package/dist/src/components/ui/textarea.js +0 -14
- package/dist/src/components/ui/textarea.js.map +0 -1
- package/dist/src/components/ui/timeline.d.ts +0 -18
- package/dist/src/components/ui/timeline.js +0 -90
- package/dist/src/components/ui/timeline.js.map +0 -1
- package/dist/src/components/ui/toast.d.ts +0 -20
- package/dist/src/components/ui/toast.js +0 -59
- package/dist/src/components/ui/toast.js.map +0 -1
- package/dist/src/components/ui/tooltip.d.ts +0 -24
- package/dist/src/components/ui/tooltip.js +0 -36
- package/dist/src/components/ui/tooltip.js.map +0 -1
- package/dist/src/components/ui/typewriter-effect.d.ts +0 -30
- package/dist/src/components/ui/typewriter-effect.js +0 -106
- package/dist/src/components/ui/typewriter-effect.js.map +0 -1
- package/dist/src/hooks/use-mobile.d.ts +0 -5
- package/dist/src/hooks/use-mobile.js +0 -20
- package/dist/src/hooks/use-mobile.js.map +0 -1
- package/dist/src/hooks/useDialog.d.ts +0 -8
- package/dist/src/hooks/useDialog.js +0 -26
- package/dist/src/hooks/useDialog.js.map +0 -1
- package/dist/src/icons/GoogleIcon.d.ts +0 -9
- package/dist/src/icons/GoogleIcon.js +0 -33
- package/dist/src/icons/GoogleIcon.js.map +0 -1
- package/dist/src/icons/LinkedInIcon.d.ts +0 -9
- package/dist/src/icons/LinkedInIcon.js +0 -28
- package/dist/src/icons/LinkedInIcon.js.map +0 -1
- package/dist/src/icons/MicrosoftIcon.d.ts +0 -9
- package/dist/src/icons/MicrosoftIcon.js +0 -32
- package/dist/src/icons/MicrosoftIcon.js.map +0 -1
- package/dist/src/lib/chatwoot.d.ts +0 -20
- package/dist/src/lib/chatwoot.js +0 -26
- package/dist/src/lib/chatwoot.js.map +0 -1
- package/dist/src/lib/utils.d.ts +0 -7
- package/dist/src/lib/utils.js +0 -10
- package/dist/src/lib/utils.js.map +0 -1
- package/dist/src/modules/app/components/AppLoader.d.ts +0 -8
- package/dist/src/modules/app/components/AppLoader.js +0 -16
- package/dist/src/modules/app/components/AppLoader.js.map +0 -1
- package/dist/src/modules/app/components/AppShell.d.ts +0 -16
- package/dist/src/modules/app/components/AppShell.js +0 -16
- package/dist/src/modules/app/components/AppShell.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebar.d.ts +0 -17
- package/dist/src/modules/app/components/AppSidebar.js +0 -18
- package/dist/src/modules/app/components/AppSidebar.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarContent.d.ts +0 -25
- package/dist/src/modules/app/components/AppSidebarContent.js +0 -36
- package/dist/src/modules/app/components/AppSidebarContent.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarHeader.d.ts +0 -18
- package/dist/src/modules/app/components/AppSidebarHeader.js +0 -41
- package/dist/src/modules/app/components/AppSidebarHeader.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarInvites.d.ts +0 -11
- package/dist/src/modules/app/components/AppSidebarInvites.js +0 -43
- package/dist/src/modules/app/components/AppSidebarInvites.js.map +0 -1
- package/dist/src/modules/app/components/AppSidebarUser.d.ts +0 -21
- package/dist/src/modules/app/components/AppSidebarUser.js +0 -125
- package/dist/src/modules/app/components/AppSidebarUser.js.map +0 -1
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts +0 -13
- package/dist/src/modules/auth/components/AdminUserManagement.js +0 -974
- package/dist/src/modules/auth/components/AdminUserManagement.js.map +0 -1
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts +0 -13
- package/dist/src/modules/auth/components/AdminWaitlist.js +0 -287
- package/dist/src/modules/auth/components/AdminWaitlist.js.map +0 -1
- package/dist/src/modules/auth/components/AuthLayout.d.ts +0 -12
- package/dist/src/modules/auth/components/AuthLayout.js +0 -19
- package/dist/src/modules/auth/components/AuthLayout.js.map +0 -1
- package/dist/src/modules/auth/components/AuthProviders.d.ts +0 -17
- package/dist/src/modules/auth/components/AuthProviders.js +0 -84
- package/dist/src/modules/auth/components/AuthProviders.js.map +0 -1
- package/dist/src/modules/auth/components/AuthRouter.d.ts +0 -18
- package/dist/src/modules/auth/components/AuthRouter.js +0 -48
- package/dist/src/modules/auth/components/AuthRouter.js.map +0 -1
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts +0 -12
- package/dist/src/modules/auth/components/ClaimAccountRoute.js +0 -206
- package/dist/src/modules/auth/components/ClaimAccountRoute.js.map +0 -1
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ErrorAuthRoute.js +0 -129
- package/dist/src/modules/auth/components/ErrorAuthRoute.js.map +0 -1
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts +0 -7
- package/dist/src/modules/auth/components/ForgotPasswordForm.js +0 -53
- package/dist/src/modules/auth/components/ForgotPasswordForm.js.map +0 -1
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js +0 -37
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js.map +0 -1
- package/dist/src/modules/auth/components/InviteFriends.d.ts +0 -13
- package/dist/src/modules/auth/components/InviteFriends.js +0 -280
- package/dist/src/modules/auth/components/InviteFriends.js.map +0 -1
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts +0 -17
- package/dist/src/modules/auth/components/LastUsedBadge.js +0 -19
- package/dist/src/modules/auth/components/LastUsedBadge.js.map +0 -1
- package/dist/src/modules/auth/components/LoginForm.d.ts +0 -11
- package/dist/src/modules/auth/components/LoginForm.js +0 -111
- package/dist/src/modules/auth/components/LoginForm.js.map +0 -1
- package/dist/src/modules/auth/components/LoginRoute.d.ts +0 -11
- package/dist/src/modules/auth/components/LoginRoute.js +0 -44
- package/dist/src/modules/auth/components/LoginRoute.js.map +0 -1
- package/dist/src/modules/auth/components/LogoutRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/LogoutRoute.js +0 -21
- package/dist/src/modules/auth/components/LogoutRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts +0 -22
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js +0 -112
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts +0 -61
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js +0 -458
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationPreferences.d.ts +0 -30
- package/dist/src/modules/auth/components/OrganizationPreferences.js +0 -138
- package/dist/src/modules/auth/components/OrganizationPreferences.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts +0 -29
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js +0 -193
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js.map +0 -1
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts +0 -18
- package/dist/src/modules/auth/components/OrganizationSwitcher.js +0 -96
- package/dist/src/modules/auth/components/OrganizationSwitcher.js.map +0 -1
- package/dist/src/modules/auth/components/PreferencesEditor.d.ts +0 -49
- package/dist/src/modules/auth/components/PreferencesEditor.js +0 -85
- package/dist/src/modules/auth/components/PreferencesEditor.js.map +0 -1
- package/dist/src/modules/auth/components/ProfileRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ProfileRoute.js +0 -85
- package/dist/src/modules/auth/components/ProfileRoute.js.map +0 -1
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts +0 -45
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js +0 -239
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js.map +0 -1
- package/dist/src/modules/auth/components/ResetPasswordForm.d.ts +0 -7
- package/dist/src/modules/auth/components/ResetPasswordForm.js +0 -101
- package/dist/src/modules/auth/components/ResetPasswordForm.js.map +0 -1
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts +0 -7
- package/dist/src/modules/auth/components/ResetPasswordRoute.js +0 -37
- package/dist/src/modules/auth/components/ResetPasswordRoute.js.map +0 -1
- package/dist/src/modules/auth/components/SignupFormRoute.d.ts +0 -15
- package/dist/src/modules/auth/components/SignupFormRoute.js +0 -149
- package/dist/src/modules/auth/components/SignupFormRoute.js.map +0 -1
- package/dist/src/modules/auth/components/SignupRoute.d.ts +0 -15
- package/dist/src/modules/auth/components/SignupRoute.js +0 -62
- package/dist/src/modules/auth/components/SignupRoute.js.map +0 -1
- package/dist/src/modules/auth/components/UserPreferences.d.ts +0 -23
- package/dist/src/modules/auth/components/UserPreferences.js +0 -26
- package/dist/src/modules/auth/components/UserPreferences.js.map +0 -1
- package/dist/src/modules/auth/components/WaitlistCard.d.ts +0 -13
- package/dist/src/modules/auth/components/WaitlistCard.js +0 -67
- package/dist/src/modules/auth/components/WaitlistCard.js.map +0 -1
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts +0 -15
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js +0 -45
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js.map +0 -1
- package/dist/src/modules/billing/components/BillingBetaPage.d.ts +0 -17
- package/dist/src/modules/billing/components/BillingBetaPage.js +0 -158
- package/dist/src/modules/billing/components/BillingBetaPage.js.map +0 -1
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts +0 -15
- package/dist/src/modules/billing/components/BillingInvoicePage.js +0 -162
- package/dist/src/modules/billing/components/BillingInvoicePage.js.map +0 -1
- package/dist/src/modules/billing/components/BillingPlanSelect.d.ts +0 -13
- package/dist/src/modules/billing/components/BillingPlanSelect.js +0 -11
- package/dist/src/modules/billing/components/BillingPlanSelect.js.map +0 -1
- package/dist/src/modules/billing/components/BillingRouter.d.ts +0 -17
- package/dist/src/modules/billing/components/BillingRouter.js +0 -21
- package/dist/src/modules/billing/components/BillingRouter.js.map +0 -1
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts +0 -18
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js +0 -167
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js.map +0 -1
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts +0 -20
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js +0 -85
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js.map +0 -1
- package/dist/src/modules/table/components/NuqsTable.d.ts +0 -36
- package/dist/src/modules/table/components/NuqsTable.js +0 -308
- package/dist/src/modules/table/components/NuqsTable.js.map +0 -1
- package/dist/src/modules/table/components/TableFiltering.d.ts +0 -35
- package/dist/src/modules/table/components/TableFiltering.js +0 -418
- package/dist/src/modules/table/components/TableFiltering.js.map +0 -1
- package/dist/src/modules/table/components/TableGroupBy.d.ts +0 -22
- package/dist/src/modules/table/components/TableGroupBy.js +0 -58
- package/dist/src/modules/table/components/TableGroupBy.js.map +0 -1
- package/dist/src/modules/table/components/TablePagination.d.ts +0 -19
- package/dist/src/modules/table/components/TablePagination.js +0 -66
- package/dist/src/modules/table/components/TablePagination.js.map +0 -1
- package/dist/src/modules/table/components/table.types.d.ts +0 -17
- package/dist/src/modules/table/filterTransformers.d.ts +0 -58
- package/dist/src/modules/table/filterTransformers.js +0 -213
- package/dist/src/modules/table/filterTransformers.js.map +0 -1
- package/dist/src/types.d.ts +0 -8
- /package/dist/_virtual/_rolldown/{runtime.js → runtime.mjs} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{endpoint-context.d.ts → endpoint-context.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/context/{transaction.d.ts → transaction.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{factory.d.ts → factory.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-default-field-name.d.ts → get-default-field-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-default-model-name.d.ts → get-default-model-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-field-attributes.d.ts → get-field-attributes.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-field-name.d.ts → get-field-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-id-field.d.ts → get-id-field.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{get-model-name.d.ts → get-model-name.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/adapter/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{get-tables.d.ts → get-tables.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{plugin.d.ts → plugin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{account.d.ts → account.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{rate-limit.d.ts → rate-limit.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{session.d.ts → session.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{shared.d.ts → shared.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{user.d.ts → user.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/schema/{verification.d.ts → verification.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/db/{type.d.ts → type.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{client-credentials-token.d.ts → client-credentials-token.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{create-authorization-url.d.ts → create-authorization-url.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{oauth-provider.d.ts → oauth-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{refresh-access-token.d.ts → refresh-access-token.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/oauth2/{validate-authorization-code.d.ts → validate-authorization-code.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{apple.d.ts → apple.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{atlassian.d.ts → atlassian.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{cognito.d.ts → cognito.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{discord.d.ts → discord.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{dropbox.d.ts → dropbox.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{facebook.d.ts → facebook.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{figma.d.ts → figma.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{github.d.ts → github.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{gitlab.d.ts → gitlab.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{google.d.ts → google.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{huggingface.d.ts → huggingface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{kakao.d.ts → kakao.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{kick.d.ts → kick.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{line.d.ts → line.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{linear.d.ts → linear.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{linkedin.d.ts → linkedin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{microsoft-entra-id.d.ts → microsoft-entra-id.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{naver.d.ts → naver.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{notion.d.ts → notion.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{paybin.d.ts → paybin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{paypal.d.ts → paypal.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{polar.d.ts → polar.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{reddit.d.ts → reddit.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{roblox.d.ts → roblox.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{salesforce.d.ts → salesforce.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{slack.d.ts → slack.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{spotify.d.ts → spotify.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{tiktok.d.ts → tiktok.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{twitch.d.ts → twitch.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{twitter.d.ts → twitter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{vercel.d.ts → vercel.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{vk.d.ts → vk.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/social-providers/{zoom.d.ts → zoom.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{context.d.ts → context.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{init-options.d.ts → init-options.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{plugin-client.d.ts → plugin-client.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/types/{plugin.d.ts → plugin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/utils/{db.d.ts → db.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better-fetch_fetch@1.1.21_better-cal_347838d331444e5371f256b914727290/node_modules/@better-auth/core/dist/utils/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/@better-auth_telemetry@1.4.18_@better-auth_core@1.4.18_@better-auth_utils@0.3.0_@better_5bdd8772f1558f3b68c06a14d130fcab/node_modules/@better-auth/telemetry/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/middlewares/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/middlewares/{origin-check.d.ts → origin-check.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{account.d.ts → account.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{callback.d.ts → callback.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{email-verification.d.ts → email-verification.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{password.d.ts → password.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{session.d.ts → session.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{sign-in.d.ts → sign-in.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{sign-up.d.ts → sign-up.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/api/routes/{update-user.d.ts → update-user.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/auth/{full.d.ts → full.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/client/{path-to-object.d.ts → path-to-object.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/client/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{adapter-base.d.ts → adapter-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{adapter-kysely.d.ts → adapter-kysely.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{field-converter.d.ts → field-converter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{field.d.ts → field.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{get-migration.d.ts → get-migration.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{get-schema.d.ts → get-schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{internal-adapter.d.ts → internal-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{to-zod.d.ts → to-zod.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/db/{with-hooks.d.ts → with-hooks.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/oauth2/{state.d.ts → state.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/access/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/access/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{admin.d.ts → admin.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/admin/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/anonymous/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/anonymous/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/api-key/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/bearer/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/captcha/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/custom-session/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/device-authorization/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/email-otp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/email-otp/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{auth0.d.ts → auth0.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{gumroad.d.ts → gumroad.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{hubspot.d.ts → hubspot.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{keycloak.d.ts → keycloak.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{line.d.ts → line.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{microsoft-entra-id.d.ts → microsoft-entra-id.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{okta.d.ts → okta.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{patreon.d.ts → patreon.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/providers/{slack.d.ts → slack.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/generic-oauth/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/haveibeenpwned/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{sign.d.ts → sign.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{utils.d.ts → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/jwt/{verify.d.ts → verify.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/last-login-method/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/magic-link/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/mcp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/multi-session/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oauth-proxy/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/oidc-provider/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/one-tap/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/one-time-token/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/open-api/{generator.d.ts → generator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/open-api/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/access/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/access/{statement.d.ts → statement.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{adapter.d.ts → adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{organization.d.ts → organization.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-access-control.d.ts → crud-access-control.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-invites.d.ts → crud-invites.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-members.d.ts → crud-members.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-org.d.ts → crud-org.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/routes/{crud-team.d.ts → crud-team.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/organization/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/phone-number/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/phone-number/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/siwe/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/backup-codes/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{client.d.ts → client.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/otp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/totp/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/two-factor/{types.d.ts → types.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/username/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/plugins/username/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/{state.d.ts → state.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{adapter.d.ts → adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{api.d.ts → api.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{auth.d.ts → auth.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{helper.d.ts → helper.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{models.d.ts → models.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/types/{plugins.d.ts → plugins.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/utils/{get-request-ip.d.ts → get-request-ip.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/better-auth@1.4.18_drizzle-kit@0.31.4_drizzle-orm@0.44.3_@libsql_client@0.17.0_bufferut_929f3a53f15af7ff00a6cf0e0dc1d5a2/node_modules/better-auth/dist/utils/{index.d.ts → index.d.mts} +0 -0
- /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 → column.d.mts} +0 -0
- /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 → column.types.d.mts} +0 -0
- /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 → index.d.mts} +0 -0
- /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 → schema.d.mts} +0 -0
- /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 → schema.types.d.mts} +0 -0
- /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 → schema.types.internal.d.mts} +0 -0
- /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 → utils.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect-adapter-base.d.ts → dialect-adapter-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect-adapter.d.ts → dialect-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/{dialect.d.ts → dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-adapter.d.ts → mssql-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-dialect.d.ts → mssql-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mssql/{mssql-introspector.d.ts → mssql-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-adapter.d.ts → mysql-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-dialect.d.ts → mysql-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/mysql/{mysql-introspector.d.ts → mysql-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-adapter.d.ts → postgres-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-dialect.d.ts → postgres-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/postgres/{postgres-introspector.d.ts → postgres-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-adapter.d.ts → sqlite-adapter.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-dialect.d.ts → sqlite-dialect.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/dialect/sqlite/{sqlite-introspector.d.ts → sqlite-introspector.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/expression/{expression-builder.d.ts → expression-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/{index.d.ts → index.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/migration/{file-migration-provider.d.ts → file-migration-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/migration/{migrator.d.ts → migrator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{binary-operation-parser.d.ts → binary-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{delete-from-parser.d.ts → delete-from-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{expression-parser.d.ts → expression-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{group-by-parser.d.ts → group-by-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{insert-values-parser.d.ts → insert-values-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{join-parser.d.ts → join-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{merge-into-parser.d.ts → merge-into-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{reference-parser.d.ts → reference-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{returning-parser.d.ts → returning-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{select-from-parser.d.ts → select-from-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{select-parser.d.ts → select-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{set-operation-parser.d.ts → set-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{tuple-parser.d.ts → tuple-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{unary-operation-parser.d.ts → unary-operation-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{update-parser.d.ts → update-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{update-set-parser.d.ts → update-set-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{value-parser.d.ts → value-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/parser/{with-parser.d.ts → with-parser.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{case-builder.d.ts → case-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{delete-query-builder.d.ts → delete-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{having-interface.d.ts → having-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{insert-query-builder.d.ts → insert-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{join-builder.d.ts → join-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{merge-query-builder.d.ts → merge-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{on-conflict-builder.d.ts → on-conflict-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{output-interface.d.ts → output-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{returning-interface.d.ts → returning-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{select-query-builder.d.ts → select-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{update-query-builder.d.ts → update-query-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-builder/{where-interface.d.ts → where-interface.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/{query-creator.d.ts → query-creator.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{default-query-executor.d.ts → default-query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{noop-query-executor.d.ts → noop-query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor-base.d.ts → query-executor-base.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor-provider.d.ts → query-executor-provider.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/query-executor/{query-executor.d.ts → query-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/raw-builder/{raw-builder.d.ts → raw-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/raw-builder/{sql.d.ts → sql.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-add-foreign-key-constraint-builder.d.ts → alter-table-add-foreign-key-constraint-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-add-index-builder.d.ts → alter-table-add-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-builder.d.ts → alter-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-drop-constraint-builder.d.ts → alter-table-drop-constraint-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{alter-table-executor.d.ts → alter-table-executor.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-index-builder.d.ts → create-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-schema-builder.d.ts → create-schema-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-table-builder.d.ts → create-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-type-builder.d.ts → create-type-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{create-view-builder.d.ts → create-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-index-builder.d.ts → drop-index-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-schema-builder.d.ts → drop-schema-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-table-builder.d.ts → drop-table-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-type-builder.d.ts → drop-type-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{drop-view-builder.d.ts → drop-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{refresh-materialized-view-builder.d.ts → refresh-materialized-view-builder.d.mts} +0 -0
- /package/dist/node_modules/.pnpm/kysely@0.28.5/node_modules/kysely/dist/esm/schema/{schema.d.ts → schema.d.mts} +0 -0
- /package/dist/packages/backend/dist/src/modules/base/{base.grants.d.ts → base.grants.d.mts} +0 -0
- /package/dist/src/modules/table/components/{table.types.js → table.types.mjs} +0 -0
- /package/dist/src/{types.js → types.mjs} +0 -0
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { cn } from "../../../lib/utils.js";
|
|
2
|
-
import { useSidebar } from "../../../components/ui/sidebar.js";
|
|
3
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
-
import { Building2 } from "lucide-react";
|
|
5
|
-
import { useCallback, useMemo, useState } from "react";
|
|
6
|
-
import { useTranslation } from "react-i18next";
|
|
7
|
-
import { Link } from "react-router";
|
|
8
|
-
import { Button, Select, SelectItem } from "@heroui/react";
|
|
9
|
-
import { toast } from "sonner";
|
|
10
|
-
import { useQuery } from "@tanstack/react-query";
|
|
11
|
-
import { authClient } from "@m5kdev/frontend/modules/auth/auth.lib";
|
|
12
|
-
import { useSession } from "@m5kdev/frontend/modules/auth/hooks/useSession";
|
|
13
|
-
//#region src/modules/auth/components/OrganizationSwitcher.tsx
|
|
14
|
-
function OrganizationSwitcher({ onInvalidateScopedQueries, managerRoles = ["admin", "owner"], managerPath = "/organization/members", fallbackPath = "/" }) {
|
|
15
|
-
const { t } = useTranslation();
|
|
16
|
-
const { data: session, registerSession } = useSession();
|
|
17
|
-
const { open } = useSidebar();
|
|
18
|
-
const [isSwitching, setIsSwitching] = useState(false);
|
|
19
|
-
const activeOrganizationId = session?.session.activeOrganizationId ?? null;
|
|
20
|
-
const activeOrganizationRole = (session?.session)?.activeOrganizationRole ?? "";
|
|
21
|
-
const canManageOrganization = useMemo(() => new Set(managerRoles), [managerRoles]).has(activeOrganizationRole);
|
|
22
|
-
const { data: organizations = [], isError, error, refetch } = useQuery({
|
|
23
|
-
queryKey: ["auth-organization-list"],
|
|
24
|
-
queryFn: async () => {
|
|
25
|
-
const { data, error } = await authClient.organization.list();
|
|
26
|
-
if (error) throw new Error(error.message ?? t("web-ui:organization.switcher.failedToLoadOrganizations"));
|
|
27
|
-
return data ?? [];
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
const handleSwitchOrganization = useCallback(async (organizationId) => {
|
|
31
|
-
if (!organizationId || organizationId === activeOrganizationId || isSwitching) return;
|
|
32
|
-
try {
|
|
33
|
-
setIsSwitching(true);
|
|
34
|
-
const { error } = await authClient.organization.setActive({ organizationId });
|
|
35
|
-
if (error) throw new Error(error.message ?? t("web-ui:organization.switcher.failedToSwitchOrganization"));
|
|
36
|
-
registerSession(() => {
|
|
37
|
-
onInvalidateScopedQueries?.();
|
|
38
|
-
});
|
|
39
|
-
toast.success(t("web-ui:organization.switcher.organizationSwitched"));
|
|
40
|
-
} catch (error) {
|
|
41
|
-
toast.error(error instanceof Error ? error.message : t("web-ui:organization.switcher.failedToSwitchOrganization"));
|
|
42
|
-
} finally {
|
|
43
|
-
setIsSwitching(false);
|
|
44
|
-
}
|
|
45
|
-
}, [
|
|
46
|
-
activeOrganizationId,
|
|
47
|
-
isSwitching,
|
|
48
|
-
onInvalidateScopedQueries,
|
|
49
|
-
registerSession,
|
|
50
|
-
t
|
|
51
|
-
]);
|
|
52
|
-
if (!open) return /* @__PURE__ */ jsx(Button, {
|
|
53
|
-
as: Link,
|
|
54
|
-
to: canManageOrganization ? managerPath : fallbackPath,
|
|
55
|
-
variant: "light",
|
|
56
|
-
size: "sm",
|
|
57
|
-
isIconOnly: true,
|
|
58
|
-
"aria-label": t("web-ui:organization.switcher.label"),
|
|
59
|
-
children: /* @__PURE__ */ jsx(Building2, { className: "h-4 w-4" })
|
|
60
|
-
});
|
|
61
|
-
if (isError) return /* @__PURE__ */ jsxs("div", {
|
|
62
|
-
className: "mb-4 flex flex-col gap-2",
|
|
63
|
-
children: [/* @__PURE__ */ jsx("p", {
|
|
64
|
-
className: "text-sm text-destructive",
|
|
65
|
-
children: error instanceof Error ? error.message : t("web-ui:organization.switcher.failedToLoadOrganizations")
|
|
66
|
-
}), /* @__PURE__ */ jsx(Button, {
|
|
67
|
-
size: "sm",
|
|
68
|
-
variant: "flat",
|
|
69
|
-
onPress: () => void refetch(),
|
|
70
|
-
children: t("web-ui:organization.switcher.retry")
|
|
71
|
-
})]
|
|
72
|
-
});
|
|
73
|
-
return /* @__PURE__ */ jsx("div", {
|
|
74
|
-
className: "mb-4",
|
|
75
|
-
children: /* @__PURE__ */ jsx(Select, {
|
|
76
|
-
size: "sm",
|
|
77
|
-
label: t("web-ui:organization.switcher.label"),
|
|
78
|
-
selectedKeys: activeOrganizationId ? [activeOrganizationId] : [],
|
|
79
|
-
disallowEmptySelection: true,
|
|
80
|
-
isDisabled: isSwitching || organizations.length === 0,
|
|
81
|
-
onSelectionChange: (keys) => {
|
|
82
|
-
const selectedOrganizationId = Array.from(keys)[0];
|
|
83
|
-
if (selectedOrganizationId) handleSwitchOrganization(selectedOrganizationId);
|
|
84
|
-
},
|
|
85
|
-
classNames: {
|
|
86
|
-
trigger: cn("min-h-10"),
|
|
87
|
-
value: cn("text-sm")
|
|
88
|
-
},
|
|
89
|
-
children: organizations.map((organization) => /* @__PURE__ */ jsx(SelectItem, { children: organization.name }, organization.id))
|
|
90
|
-
})
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
//#endregion
|
|
94
|
-
export { OrganizationSwitcher };
|
|
95
|
-
|
|
96
|
-
//# sourceMappingURL=OrganizationSwitcher.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationSwitcher.js","names":[],"sources":["../../../../../src/modules/auth/components/OrganizationSwitcher.tsx"],"sourcesContent":["import { Button, Select, SelectItem } from \"@heroui/react\";\r\nimport { authClient } from \"@m5kdev/frontend/modules/auth/auth.lib\";\r\nimport { useSession } from \"@m5kdev/frontend/modules/auth/hooks/useSession\";\r\nimport { useQuery } from \"@tanstack/react-query\";\r\nimport { Building2 } from \"lucide-react\";\r\nimport { useCallback, useMemo, useState } from \"react\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport { Link } from \"react-router\";\r\nimport { toast } from \"sonner\";\r\nimport { useSidebar } from \"../../../components/ui/sidebar\";\r\nimport { cn } from \"../../../lib/utils\";\r\n\r\ntype OrganizationOption = {\r\n id: string;\r\n name: string;\r\n slug: string;\r\n};\r\n\r\nexport type OrganizationSwitcherProps = {\r\n onInvalidateScopedQueries?: () => void | Promise<void>;\r\n managerRoles?: string[];\r\n managerPath?: string;\r\n fallbackPath?: string;\r\n};\r\n\r\nexport function OrganizationSwitcher({\r\n onInvalidateScopedQueries,\r\n managerRoles = [\"admin\", \"owner\"],\r\n managerPath = \"/organization/members\",\r\n fallbackPath = \"/\",\r\n}: OrganizationSwitcherProps) {\r\n const { t } = useTranslation();\r\n const { data: session, registerSession } = useSession();\r\n const { open } = useSidebar();\r\n const [isSwitching, setIsSwitching] = useState(false);\r\n const activeOrganizationId = session?.session.activeOrganizationId ?? null;\r\n const activeOrganizationRole =\r\n (session?.session as { activeOrganizationRole?: string } | undefined)?.activeOrganizationRole ??\r\n \"\";\r\n const managerRoleSet = useMemo(() => new Set(managerRoles), [managerRoles]);\r\n const canManageOrganization = managerRoleSet.has(activeOrganizationRole);\r\n\r\n const {\r\n data: organizations = [],\r\n isError,\r\n error,\r\n refetch,\r\n } = useQuery({\r\n queryKey: [\"auth-organization-list\"],\r\n queryFn: async () => {\r\n const { data, error } = await authClient.organization.list();\r\n if (error) {\r\n throw new Error(\r\n error.message ?? t(\"web-ui:organization.switcher.failedToLoadOrganizations\")\r\n );\r\n }\r\n return (data ?? []) as OrganizationOption[];\r\n },\r\n });\r\n\r\n const handleSwitchOrganization = useCallback(\r\n async (organizationId: string) => {\r\n if (!organizationId || organizationId === activeOrganizationId || isSwitching) {\r\n return;\r\n }\r\n\r\n try {\r\n setIsSwitching(true);\r\n const { error } = await authClient.organization.setActive({ organizationId });\r\n if (error) {\r\n throw new Error(\r\n error.message ?? t(\"web-ui:organization.switcher.failedToSwitchOrganization\")\r\n );\r\n }\r\n\r\n registerSession(() => {\r\n void onInvalidateScopedQueries?.();\r\n });\r\n toast.success(t(\"web-ui:organization.switcher.organizationSwitched\"));\r\n } catch (error) {\r\n toast.error(\r\n error instanceof Error\r\n ? error.message\r\n : t(\"web-ui:organization.switcher.failedToSwitchOrganization\")\r\n );\r\n } finally {\r\n setIsSwitching(false);\r\n }\r\n },\r\n [activeOrganizationId, isSwitching, onInvalidateScopedQueries, registerSession, t]\r\n );\r\n\r\n if (!open) {\r\n return (\r\n <Button\r\n as={Link}\r\n to={canManageOrganization ? managerPath : fallbackPath}\r\n variant=\"light\"\r\n size=\"sm\"\r\n isIconOnly\r\n aria-label={t(\"web-ui:organization.switcher.label\")}\r\n >\r\n <Building2 className=\"h-4 w-4\" />\r\n </Button>\r\n );\r\n }\r\n\r\n if (isError) {\r\n return (\r\n <div className=\"mb-4 flex flex-col gap-2\">\r\n <p className=\"text-sm text-destructive\">\r\n {error instanceof Error\r\n ? error.message\r\n : t(\"web-ui:organization.switcher.failedToLoadOrganizations\")}\r\n </p>\r\n <Button size=\"sm\" variant=\"flat\" onPress={() => void refetch()}>\r\n {t(\"web-ui:organization.switcher.retry\")}\r\n </Button>\r\n </div>\r\n );\r\n }\r\n\r\n return (\r\n <div className=\"mb-4\">\r\n <Select\r\n size=\"sm\"\r\n label={t(\"web-ui:organization.switcher.label\")}\r\n selectedKeys={activeOrganizationId ? [activeOrganizationId] : []}\r\n disallowEmptySelection\r\n isDisabled={isSwitching || organizations.length === 0}\r\n onSelectionChange={(keys) => {\r\n const selectedOrganizationId = Array.from(keys as Set<string>)[0];\r\n if (selectedOrganizationId) {\r\n void handleSwitchOrganization(selectedOrganizationId);\r\n }\r\n }}\r\n classNames={{\r\n trigger: cn(\"min-h-10\"),\r\n value: cn(\"text-sm\"),\r\n }}\r\n >\r\n {organizations.map((organization) => (\r\n <SelectItem key={organization.id}>{organization.name}</SelectItem>\r\n ))}\r\n </Select>\r\n </div>\r\n );\r\n}\r\n"],"mappings":";;;;;;;;;;;;;AAyBA,SAAgB,qBAAqB,EACnC,2BACA,eAAe,CAAC,SAAS,QAAQ,EACjC,cAAc,yBACd,eAAe,OACa;CAC5B,MAAM,EAAE,MAAM,gBAAgB;CAC9B,MAAM,EAAE,MAAM,SAAS,oBAAoB,YAAY;CACvD,MAAM,EAAE,SAAS,YAAY;CAC7B,MAAM,CAAC,aAAa,kBAAkB,SAAS,MAAM;CACrD,MAAM,uBAAuB,SAAS,QAAQ,wBAAwB;CACtE,MAAM,0BACH,SAAS,UAA6D,0BACvE;CAEF,MAAM,wBADiB,cAAc,IAAI,IAAI,aAAa,EAAE,CAAC,aAAa,CAAC,CAC9B,IAAI,uBAAuB;CAExE,MAAM,EACJ,MAAM,gBAAgB,EAAE,EACxB,SACA,OACA,YACE,SAAS;EACX,UAAU,CAAC,yBAAyB;EACpC,SAAS,YAAY;GACnB,MAAM,EAAE,MAAM,UAAU,MAAM,WAAW,aAAa,MAAM;AAC5D,OAAI,MACF,OAAM,IAAI,MACR,MAAM,WAAW,EAAE,yDAAyD,CAC7E;AAEH,UAAQ,QAAQ,EAAE;;EAErB,CAAC;CAEF,MAAM,2BAA2B,YAC/B,OAAO,mBAA2B;AAChC,MAAI,CAAC,kBAAkB,mBAAmB,wBAAwB,YAChE;AAGF,MAAI;AACF,kBAAe,KAAK;GACpB,MAAM,EAAE,UAAU,MAAM,WAAW,aAAa,UAAU,EAAE,gBAAgB,CAAC;AAC7E,OAAI,MACF,OAAM,IAAI,MACR,MAAM,WAAW,EAAE,0DAA0D,CAC9E;AAGH,yBAAsB;AACf,iCAA6B;KAClC;AACF,SAAM,QAAQ,EAAE,oDAAoD,CAAC;WAC9D,OAAO;AACd,SAAM,MACJ,iBAAiB,QACb,MAAM,UACN,EAAE,0DAA0D,CACjE;YACO;AACR,kBAAe,MAAM;;IAGzB;EAAC;EAAsB;EAAa;EAA2B;EAAiB;EAAE,CACnF;AAED,KAAI,CAAC,KACH,QACE,oBAAC,QAAD;EACE,IAAI;EACJ,IAAI,wBAAwB,cAAc;EAC1C,SAAQ;EACR,MAAK;EACL,YAAA;EACA,cAAY,EAAE,qCAAqC;YAEnD,oBAAC,WAAD,EAAW,WAAU,WAAY,CAAA;EAC1B,CAAA;AAIb,KAAI,QACF,QACE,qBAAC,OAAD;EAAK,WAAU;YAAf,CACE,oBAAC,KAAD;GAAG,WAAU;aACV,iBAAiB,QACd,MAAM,UACN,EAAE,yDAAyD;GAC7D,CAAA,EACJ,oBAAC,QAAD;GAAQ,MAAK;GAAK,SAAQ;GAAO,eAAe,KAAK,SAAS;aAC3D,EAAE,qCAAqC;GACjC,CAAA,CACL;;AAIV,QACE,oBAAC,OAAD;EAAK,WAAU;YACb,oBAAC,QAAD;GACE,MAAK;GACL,OAAO,EAAE,qCAAqC;GAC9C,cAAc,uBAAuB,CAAC,qBAAqB,GAAG,EAAE;GAChE,wBAAA;GACA,YAAY,eAAe,cAAc,WAAW;GACpD,oBAAoB,SAAS;IAC3B,MAAM,yBAAyB,MAAM,KAAK,KAAoB,CAAC;AAC/D,QAAI,uBACG,0BAAyB,uBAAuB;;GAGzD,YAAY;IACV,SAAS,GAAG,WAAW;IACvB,OAAO,GAAG,UAAU;IACrB;aAEA,cAAc,KAAK,iBAClB,oBAAC,YAAD,EAAA,UAAmC,aAAa,MAAkB,EAAjD,aAAa,GAAoC,CAClE;GACK,CAAA;EACL,CAAA"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from "react";
|
|
2
|
-
import { z } from "zod";
|
|
3
|
-
|
|
4
|
-
//#region src/modules/auth/components/PreferencesEditor.d.ts
|
|
5
|
-
type UpdatePreferencesOptions = {
|
|
6
|
-
noOptimisticUpdate?: boolean;
|
|
7
|
-
onSuccess?: () => void;
|
|
8
|
-
onError?: (error: unknown) => void;
|
|
9
|
-
};
|
|
10
|
-
interface ControlDefinition {
|
|
11
|
-
label: string;
|
|
12
|
-
element: "switch" | "select" | "number";
|
|
13
|
-
options?: {
|
|
14
|
-
label: string;
|
|
15
|
-
value: string;
|
|
16
|
-
}[];
|
|
17
|
-
min?: number;
|
|
18
|
-
max?: number;
|
|
19
|
-
step?: number;
|
|
20
|
-
}
|
|
21
|
-
type ControlsFor<Preferences> = { [K in keyof Preferences]: ControlDefinition };
|
|
22
|
-
type PreferenceEditorLabels = {
|
|
23
|
-
title: string;
|
|
24
|
-
submit: string;
|
|
25
|
-
updated: string;
|
|
26
|
-
updateError: string;
|
|
27
|
-
loading?: string;
|
|
28
|
-
};
|
|
29
|
-
type PreferenceEditorProps<S extends z.ZodObject<z.ZodRawShape>> = {
|
|
30
|
-
schema: S;
|
|
31
|
-
controls: ControlsFor<z.infer<S>>;
|
|
32
|
-
values: Partial<z.infer<S>>;
|
|
33
|
-
isLoading: boolean;
|
|
34
|
-
isPending: boolean;
|
|
35
|
-
labels: PreferenceEditorLabels;
|
|
36
|
-
updateValues: (partialValues: Partial<z.infer<S>>, options: UpdatePreferencesOptions) => void;
|
|
37
|
-
};
|
|
38
|
-
declare function PreferencesEditor<S extends z.ZodObject<z.ZodRawShape>>({
|
|
39
|
-
schema,
|
|
40
|
-
controls,
|
|
41
|
-
values,
|
|
42
|
-
isLoading,
|
|
43
|
-
isPending,
|
|
44
|
-
labels,
|
|
45
|
-
updateValues
|
|
46
|
-
}: PreferenceEditorProps<S>): ReactElement;
|
|
47
|
-
//#endregion
|
|
48
|
-
export { ControlDefinition, ControlsFor, PreferenceEditorLabels, PreferenceEditorProps, PreferencesEditor, UpdatePreferencesOptions };
|
|
49
|
-
//# sourceMappingURL=PreferencesEditor.d.ts.map
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Button, Form, Input, Select, SelectItem, Switch } from "@heroui/react";
|
|
3
|
-
import { toast } from "sonner";
|
|
4
|
-
//#region src/modules/auth/components/PreferencesEditor.tsx
|
|
5
|
-
function PreferencesEditor({ schema, controls, values, isLoading, isPending, labels, updateValues }) {
|
|
6
|
-
function handleSubmit(event) {
|
|
7
|
-
event.preventDefault();
|
|
8
|
-
const formData = new FormData(event.currentTarget);
|
|
9
|
-
const keys = Object.keys(controls);
|
|
10
|
-
const raw = {};
|
|
11
|
-
for (const key of keys) {
|
|
12
|
-
const control = controls[key];
|
|
13
|
-
if (control.element === "switch") raw[String(key)] = formData.get(String(key)) != null;
|
|
14
|
-
if (control.element === "select") raw[String(key)] = formData.get(String(key));
|
|
15
|
-
if (control.element === "number") {
|
|
16
|
-
const value = formData.get(String(key));
|
|
17
|
-
raw[String(key)] = value == null || value === "" ? void 0 : Number(value);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
const result = schema.safeParse(raw);
|
|
21
|
-
if (result.success) updateValues(result.data, {
|
|
22
|
-
noOptimisticUpdate: true,
|
|
23
|
-
onSuccess: () => {
|
|
24
|
-
toast.success(labels.updated);
|
|
25
|
-
},
|
|
26
|
-
onError: () => {
|
|
27
|
-
toast.error(labels.updateError);
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
else console.error(result.error);
|
|
31
|
-
}
|
|
32
|
-
const keys = Object.keys(controls);
|
|
33
|
-
const formKey = keys.map((key) => `${String(key)}:${String(values[key])}`).join("|");
|
|
34
|
-
if (isLoading) return /* @__PURE__ */ jsx("div", { children: labels.loading ?? "Loading..." });
|
|
35
|
-
return /* @__PURE__ */ jsxs(Form, {
|
|
36
|
-
onSubmit: handleSubmit,
|
|
37
|
-
className: "flex flex-col gap-4 p-6",
|
|
38
|
-
children: [
|
|
39
|
-
/* @__PURE__ */ jsx("h1", {
|
|
40
|
-
className: "text-2xl font-bold",
|
|
41
|
-
children: labels.title
|
|
42
|
-
}),
|
|
43
|
-
keys.map((key) => {
|
|
44
|
-
const control = controls[key];
|
|
45
|
-
const value = values[key];
|
|
46
|
-
switch (control.element) {
|
|
47
|
-
case "switch": return /* @__PURE__ */ jsx(Switch, {
|
|
48
|
-
name: String(key),
|
|
49
|
-
value: "on",
|
|
50
|
-
defaultSelected: Boolean(value),
|
|
51
|
-
children: control.label
|
|
52
|
-
}, String(key));
|
|
53
|
-
case "select": return /* @__PURE__ */ jsx(Select, {
|
|
54
|
-
name: String(key),
|
|
55
|
-
label: control.label,
|
|
56
|
-
labelPlacement: "outside-top",
|
|
57
|
-
defaultSelectedKeys: value == null || value === "" ? [] : [String(value)],
|
|
58
|
-
children: (control.options ?? []).map((option) => /* @__PURE__ */ jsx(SelectItem, { children: option.label }, option.value))
|
|
59
|
-
}, String(key));
|
|
60
|
-
case "number": return /* @__PURE__ */ jsx(Input, {
|
|
61
|
-
name: String(key),
|
|
62
|
-
type: "number",
|
|
63
|
-
label: control.label,
|
|
64
|
-
labelPlacement: "outside-top",
|
|
65
|
-
defaultValue: value == null ? "" : String(value),
|
|
66
|
-
min: control.min,
|
|
67
|
-
max: control.max,
|
|
68
|
-
step: control.step
|
|
69
|
-
}, String(key));
|
|
70
|
-
default: return /* @__PURE__ */ jsx("div", { children: "Invalid control" }, String(key));
|
|
71
|
-
}
|
|
72
|
-
}),
|
|
73
|
-
/* @__PURE__ */ jsx(Button, {
|
|
74
|
-
type: "submit",
|
|
75
|
-
color: "success",
|
|
76
|
-
isLoading: isPending,
|
|
77
|
-
children: labels.submit
|
|
78
|
-
})
|
|
79
|
-
]
|
|
80
|
-
}, formKey);
|
|
81
|
-
}
|
|
82
|
-
//#endregion
|
|
83
|
-
export { PreferencesEditor };
|
|
84
|
-
|
|
85
|
-
//# sourceMappingURL=PreferencesEditor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PreferencesEditor.js","names":[],"sources":["../../../../../src/modules/auth/components/PreferencesEditor.tsx"],"sourcesContent":["import { Button, Form, Input, Select, SelectItem, Switch } from \"@heroui/react\";\r\nimport type { FormEvent, ReactElement } from \"react\";\r\nimport { toast } from \"sonner\";\r\nimport type { z } from \"zod\";\r\n\r\nexport type UpdatePreferencesOptions = {\r\n noOptimisticUpdate?: boolean;\r\n onSuccess?: () => void;\r\n onError?: (error: unknown) => void;\r\n};\r\n\r\nexport interface ControlDefinition {\r\n label: string;\r\n element: \"switch\" | \"select\" | \"number\";\r\n options?: { label: string; value: string }[];\r\n min?: number;\r\n max?: number;\r\n step?: number;\r\n}\r\n\r\nexport type ControlsFor<Preferences> = {\r\n [K in keyof Preferences]: ControlDefinition;\r\n};\r\n\r\nexport type PreferenceEditorLabels = {\r\n title: string;\r\n submit: string;\r\n updated: string;\r\n updateError: string;\r\n loading?: string;\r\n};\r\n\r\nexport type PreferenceEditorProps<S extends z.ZodObject<z.ZodRawShape>> = {\r\n schema: S;\r\n controls: ControlsFor<z.infer<S>>;\r\n values: Partial<z.infer<S>>;\r\n isLoading: boolean;\r\n isPending: boolean;\r\n labels: PreferenceEditorLabels;\r\n updateValues: (partialValues: Partial<z.infer<S>>, options: UpdatePreferencesOptions) => void;\r\n};\r\n\r\nexport function PreferencesEditor<S extends z.ZodObject<z.ZodRawShape>>({\r\n schema,\r\n controls,\r\n values,\r\n isLoading,\r\n isPending,\r\n labels,\r\n updateValues,\r\n}: PreferenceEditorProps<S>): ReactElement {\r\n function handleSubmit(event: FormEvent<HTMLFormElement>) {\r\n event.preventDefault();\r\n const formData = new FormData(event.currentTarget);\r\n\r\n const keys = Object.keys(controls) as Array<keyof typeof controls>;\r\n const raw: Record<string, unknown> = {};\r\n for (const key of keys) {\r\n const control = controls[key];\r\n if (control.element === \"switch\") {\r\n raw[String(key)] = formData.get(String(key)) != null;\r\n }\r\n if (control.element === \"select\") {\r\n raw[String(key)] = formData.get(String(key)) as string;\r\n }\r\n if (control.element === \"number\") {\r\n const value = formData.get(String(key));\r\n raw[String(key)] = value == null || value === \"\" ? undefined : Number(value);\r\n }\r\n }\r\n\r\n const result = schema.safeParse(raw);\r\n if (result.success) {\r\n updateValues(result.data as Partial<z.infer<S>>, {\r\n noOptimisticUpdate: true,\r\n onSuccess: () => {\r\n toast.success(labels.updated);\r\n },\r\n onError: () => {\r\n toast.error(labels.updateError);\r\n },\r\n });\r\n } else {\r\n // eslint-disable-next-line no-console\r\n console.error(result.error);\r\n }\r\n }\r\n\r\n const keys = Object.keys(controls) as Array<keyof typeof controls>;\r\n const formKey = keys\r\n .map((key) => `${String(key)}:${String(values[key as keyof typeof values])}`)\r\n .join(\"|\");\r\n\r\n if (isLoading) {\r\n return <div>{labels.loading ?? \"Loading...\"}</div>;\r\n }\r\n\r\n return (\r\n <Form key={formKey} onSubmit={handleSubmit} className=\"flex flex-col gap-4 p-6\">\r\n <h1 className=\"text-2xl font-bold\">{labels.title}</h1>\r\n {keys.map((key) => {\r\n const control = controls[key];\r\n const value = values[key as keyof typeof values];\r\n\r\n switch (control.element) {\r\n case \"switch\":\r\n return (\r\n <Switch\r\n key={String(key)}\r\n name={String(key)}\r\n value=\"on\"\r\n defaultSelected={Boolean(value)}\r\n >\r\n {control.label}\r\n </Switch>\r\n );\r\n case \"select\":\r\n return (\r\n <Select\r\n key={String(key)}\r\n name={String(key)}\r\n label={control.label}\r\n labelPlacement=\"outside-top\"\r\n defaultSelectedKeys={value == null || value === \"\" ? [] : [String(value)]}\r\n >\r\n {(control.options ?? []).map((option) => (\r\n <SelectItem key={option.value}>{option.label}</SelectItem>\r\n ))}\r\n </Select>\r\n );\r\n case \"number\":\r\n return (\r\n <Input\r\n key={String(key)}\r\n name={String(key)}\r\n type=\"number\"\r\n label={control.label}\r\n labelPlacement=\"outside-top\"\r\n defaultValue={value == null ? \"\" : String(value)}\r\n min={control.min}\r\n max={control.max}\r\n step={control.step}\r\n />\r\n );\r\n default:\r\n return <div key={String(key)}>Invalid control</div>;\r\n }\r\n })}\r\n <Button type=\"submit\" color=\"success\" isLoading={isPending}>\r\n {labels.submit}\r\n </Button>\r\n </Form>\r\n );\r\n}\r\n"],"mappings":";;;;AA0CA,SAAgB,kBAAwD,EACtE,QACA,UACA,QACA,WACA,WACA,QACA,gBACyC;CACzC,SAAS,aAAa,OAAmC;AACvD,QAAM,gBAAgB;EACtB,MAAM,WAAW,IAAI,SAAS,MAAM,cAAc;EAElD,MAAM,OAAO,OAAO,KAAK,SAAS;EAClC,MAAM,MAA+B,EAAE;AACvC,OAAK,MAAM,OAAO,MAAM;GACtB,MAAM,UAAU,SAAS;AACzB,OAAI,QAAQ,YAAY,SACtB,KAAI,OAAO,IAAI,IAAI,SAAS,IAAI,OAAO,IAAI,CAAC,IAAI;AAElD,OAAI,QAAQ,YAAY,SACtB,KAAI,OAAO,IAAI,IAAI,SAAS,IAAI,OAAO,IAAI,CAAC;AAE9C,OAAI,QAAQ,YAAY,UAAU;IAChC,MAAM,QAAQ,SAAS,IAAI,OAAO,IAAI,CAAC;AACvC,QAAI,OAAO,IAAI,IAAI,SAAS,QAAQ,UAAU,KAAK,KAAA,IAAY,OAAO,MAAM;;;EAIhF,MAAM,SAAS,OAAO,UAAU,IAAI;AACpC,MAAI,OAAO,QACT,cAAa,OAAO,MAA6B;GAC/C,oBAAoB;GACpB,iBAAiB;AACf,UAAM,QAAQ,OAAO,QAAQ;;GAE/B,eAAe;AACb,UAAM,MAAM,OAAO,YAAY;;GAElC,CAAC;MAGF,SAAQ,MAAM,OAAO,MAAM;;CAI/B,MAAM,OAAO,OAAO,KAAK,SAAS;CAClC,MAAM,UAAU,KACb,KAAK,QAAQ,GAAG,OAAO,IAAI,CAAC,GAAG,OAAO,OAAO,KAA4B,GAAG,CAC5E,KAAK,IAAI;AAEZ,KAAI,UACF,QAAO,oBAAC,OAAD,EAAA,UAAM,OAAO,WAAW,cAAmB,CAAA;AAGpD,QACE,qBAAC,MAAD;EAAoB,UAAU;EAAc,WAAU;YAAtD;GACE,oBAAC,MAAD;IAAI,WAAU;cAAsB,OAAO;IAAW,CAAA;GACrD,KAAK,KAAK,QAAQ;IACjB,MAAM,UAAU,SAAS;IACzB,MAAM,QAAQ,OAAO;AAErB,YAAQ,QAAQ,SAAhB;KACE,KAAK,SACH,QACE,oBAAC,QAAD;MAEE,MAAM,OAAO,IAAI;MACjB,OAAM;MACN,iBAAiB,QAAQ,MAAM;gBAE9B,QAAQ;MACF,EANF,OAAO,IAAI,CAMT;KAEb,KAAK,SACH,QACE,oBAAC,QAAD;MAEE,MAAM,OAAO,IAAI;MACjB,OAAO,QAAQ;MACf,gBAAe;MACf,qBAAqB,SAAS,QAAQ,UAAU,KAAK,EAAE,GAAG,CAAC,OAAO,MAAM,CAAC;iBAEvE,QAAQ,WAAW,EAAE,EAAE,KAAK,WAC5B,oBAAC,YAAD,EAAA,UAAgC,OAAO,OAAmB,EAAzC,OAAO,MAAkC,CAC1D;MACK,EATF,OAAO,IAAI,CAST;KAEb,KAAK,SACH,QACE,oBAAC,OAAD;MAEE,MAAM,OAAO,IAAI;MACjB,MAAK;MACL,OAAO,QAAQ;MACf,gBAAe;MACf,cAAc,SAAS,OAAO,KAAK,OAAO,MAAM;MAChD,KAAK,QAAQ;MACb,KAAK,QAAQ;MACb,MAAM,QAAQ;MACd,EATK,OAAO,IAAI,CAShB;KAEN,QACE,QAAO,oBAAC,OAAD,EAAA,UAAuB,mBAAqB,EAAlC,OAAO,IAAI,CAAuB;;KAEvD;GACF,oBAAC,QAAD;IAAQ,MAAK;IAAS,OAAM;IAAU,WAAW;cAC9C,OAAO;IACD,CAAA;GACJ;IArDI,QAqDJ"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
//#region src/modules/auth/components/ProfileRoute.d.ts
|
|
4
|
-
declare function ProfileRoute(): _$react_jsx_runtime0.JSX.Element;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { ProfileRoute };
|
|
7
|
-
//# sourceMappingURL=ProfileRoute.d.ts.map
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { AvatarUpload } from "../../../components/AvatarUpload.js";
|
|
2
|
-
import { Form as Form$1, FormControl, FormField, FormItem, FormLabel, FormMessage } from "../../../components/ui/form.js";
|
|
3
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
-
import { useTranslation } from "react-i18next";
|
|
5
|
-
import { Button, Card, CardBody, CardHeader, Input } from "@heroui/react";
|
|
6
|
-
import { toast } from "sonner";
|
|
7
|
-
import { useForm } from "react-hook-form";
|
|
8
|
-
import { authClient } from "@m5kdev/frontend/modules/auth/auth.lib";
|
|
9
|
-
import { useSession } from "@m5kdev/frontend/modules/auth/hooks/useSession";
|
|
10
|
-
import { z } from "zod";
|
|
11
|
-
//#region src/modules/auth/components/ProfileRoute.tsx
|
|
12
|
-
z.object({
|
|
13
|
-
name: z.string().min(2, "Name must be at least 2 characters"),
|
|
14
|
-
image: z.string().nullable()
|
|
15
|
-
});
|
|
16
|
-
function ProfileRoute() {
|
|
17
|
-
const { t } = useTranslation();
|
|
18
|
-
const { data: session } = useSession();
|
|
19
|
-
const form = useForm({ defaultValues: {
|
|
20
|
-
name: session?.user?.name || "",
|
|
21
|
-
image: session?.user?.image || null
|
|
22
|
-
} });
|
|
23
|
-
function onSubmit(data) {
|
|
24
|
-
authClient.updateUser(data).then(() => {
|
|
25
|
-
toast.success(t("web-ui:profile.updated"), { description: t("web-ui:profile.updateDescription") });
|
|
26
|
-
}).catch(() => {
|
|
27
|
-
toast.error(t("web-ui:profile.error"), { description: t("web-ui:profile.errorDescription") });
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
return /* @__PURE__ */ jsx("div", {
|
|
31
|
-
className: "container py-10 px-4",
|
|
32
|
-
children: /* @__PURE__ */ jsxs(Card, { children: [/* @__PURE__ */ jsxs(CardHeader, {
|
|
33
|
-
className: "flex flex-col gap-1",
|
|
34
|
-
children: [/* @__PURE__ */ jsx("p", {
|
|
35
|
-
className: "text-xl font-semibold",
|
|
36
|
-
children: t("web-ui:profile.settings.title")
|
|
37
|
-
}), /* @__PURE__ */ jsx("p", {
|
|
38
|
-
className: "text-sm text-default-600",
|
|
39
|
-
children: t("web-ui:profile.settings.description")
|
|
40
|
-
})]
|
|
41
|
-
}), /* @__PURE__ */ jsx(CardBody, { children: /* @__PURE__ */ jsx(Form$1, {
|
|
42
|
-
...form,
|
|
43
|
-
children: /* @__PURE__ */ jsxs("form", {
|
|
44
|
-
onSubmit: form.handleSubmit(onSubmit),
|
|
45
|
-
className: "space-y-6",
|
|
46
|
-
children: [
|
|
47
|
-
/* @__PURE__ */ jsx("div", {
|
|
48
|
-
className: "flex justify-center",
|
|
49
|
-
children: /* @__PURE__ */ jsx(FormField, {
|
|
50
|
-
control: form.control,
|
|
51
|
-
name: "image",
|
|
52
|
-
render: ({ field }) => /* @__PURE__ */ jsxs(FormItem, { children: [/* @__PURE__ */ jsx(FormControl, { children: /* @__PURE__ */ jsx(AvatarUpload, {
|
|
53
|
-
currentAvatarUrl: field.value,
|
|
54
|
-
onUploadComplete: (url) => {
|
|
55
|
-
console.log(url);
|
|
56
|
-
field.onChange(url);
|
|
57
|
-
}
|
|
58
|
-
}) }), /* @__PURE__ */ jsx(FormMessage, {})] })
|
|
59
|
-
})
|
|
60
|
-
}),
|
|
61
|
-
/* @__PURE__ */ jsx(FormField, {
|
|
62
|
-
control: form.control,
|
|
63
|
-
name: "name",
|
|
64
|
-
render: ({ field }) => /* @__PURE__ */ jsxs(FormItem, { children: [
|
|
65
|
-
/* @__PURE__ */ jsx(FormLabel, { children: "Name" }),
|
|
66
|
-
/* @__PURE__ */ jsx(FormControl, { children: /* @__PURE__ */ jsx(Input, {
|
|
67
|
-
placeholder: t("web-ui:profile.placeholders.name"),
|
|
68
|
-
...field
|
|
69
|
-
}) }),
|
|
70
|
-
/* @__PURE__ */ jsx(FormMessage, {})
|
|
71
|
-
] })
|
|
72
|
-
}),
|
|
73
|
-
/* @__PURE__ */ jsx(Button, {
|
|
74
|
-
type: "submit",
|
|
75
|
-
children: "Save Changes"
|
|
76
|
-
})
|
|
77
|
-
]
|
|
78
|
-
})
|
|
79
|
-
}) })] })
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
//#endregion
|
|
83
|
-
export { ProfileRoute };
|
|
84
|
-
|
|
85
|
-
//# sourceMappingURL=ProfileRoute.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileRoute.js","names":["Form"],"sources":["../../../../../src/modules/auth/components/ProfileRoute.tsx"],"sourcesContent":["import { Button, Card, CardBody, CardHeader, Input } from \"@heroui/react\";\r\n\r\nimport { authClient } from \"@m5kdev/frontend/modules/auth/auth.lib\";\r\nimport { useSession } from \"@m5kdev/frontend/modules/auth/hooks/useSession\";\r\nimport { useForm } from \"react-hook-form\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport { toast } from \"sonner\";\r\nimport { z } from \"zod\";\r\nimport { AvatarUpload } from \"../../../components/AvatarUpload\";\r\nimport {\r\n Form,\r\n FormControl,\r\n FormField,\r\n FormItem,\r\n FormLabel,\r\n FormMessage,\r\n} from \"../../../components/ui/form\";\r\n\r\nconst profileSchema = z.object({\r\n name: z.string().min(2, \"Name must be at least 2 characters\"),\r\n image: z.string().nullable(),\r\n});\r\n\r\ntype ProfileFormValues = z.infer<typeof profileSchema>;\r\n\r\nexport function ProfileRoute() {\r\n const { t } = useTranslation();\r\n const { data: session } = useSession();\r\n\r\n const form = useForm<ProfileFormValues>({\r\n defaultValues: {\r\n name: session?.user?.name || \"\",\r\n image: session?.user?.image || null,\r\n },\r\n });\r\n\r\n function onSubmit(data: ProfileFormValues) {\r\n authClient\r\n .updateUser(data)\r\n .then(() => {\r\n toast.success(t(\"web-ui:profile.updated\"), {\r\n description: t(\"web-ui:profile.updateDescription\"),\r\n });\r\n })\r\n .catch(() => {\r\n toast.error(t(\"web-ui:profile.error\"), {\r\n description: t(\"web-ui:profile.errorDescription\"),\r\n });\r\n });\r\n }\r\n\r\n return (\r\n <div className=\"container py-10 px-4\">\r\n <Card>\r\n <CardHeader className=\"flex flex-col gap-1\">\r\n <p className=\"text-xl font-semibold\">{t(\"web-ui:profile.settings.title\")}</p>\r\n <p className=\"text-sm text-default-600\">{t(\"web-ui:profile.settings.description\")}</p>\r\n </CardHeader>\r\n <CardBody>\r\n <Form {...form}>\r\n <form onSubmit={form.handleSubmit(onSubmit)} className=\"space-y-6\">\r\n <div className=\"flex justify-center\">\r\n <FormField\r\n control={form.control}\r\n name=\"image\"\r\n render={({ field }) => (\r\n <FormItem>\r\n <FormControl>\r\n <AvatarUpload\r\n currentAvatarUrl={field.value}\r\n onUploadComplete={(url) => {\r\n console.log(url);\r\n field.onChange(url);\r\n }}\r\n />\r\n </FormControl>\r\n <FormMessage />\r\n </FormItem>\r\n )}\r\n />\r\n </div>\r\n\r\n <FormField\r\n control={form.control}\r\n name=\"name\"\r\n render={({ field }) => (\r\n <FormItem>\r\n <FormLabel>Name</FormLabel>\r\n <FormControl>\r\n <Input placeholder={t(\"web-ui:profile.placeholders.name\")} {...field} />\r\n </FormControl>\r\n <FormMessage />\r\n </FormItem>\r\n )}\r\n />\r\n\r\n <Button type=\"submit\">Save Changes</Button>\r\n </form>\r\n </Form>\r\n </CardBody>\r\n </Card>\r\n </div>\r\n );\r\n}\r\n"],"mappings":";;;;;;;;;;;AAkBsB,EAAE,OAAO;CAC7B,MAAM,EAAE,QAAQ,CAAC,IAAI,GAAG,qCAAqC;CAC7D,OAAO,EAAE,QAAQ,CAAC,UAAU;CAC7B,CAAC;AAIF,SAAgB,eAAe;CAC7B,MAAM,EAAE,MAAM,gBAAgB;CAC9B,MAAM,EAAE,MAAM,YAAY,YAAY;CAEtC,MAAM,OAAO,QAA2B,EACtC,eAAe;EACb,MAAM,SAAS,MAAM,QAAQ;EAC7B,OAAO,SAAS,MAAM,SAAS;EAChC,EACF,CAAC;CAEF,SAAS,SAAS,MAAyB;AACzC,aACG,WAAW,KAAK,CAChB,WAAW;AACV,SAAM,QAAQ,EAAE,yBAAyB,EAAE,EACzC,aAAa,EAAE,mCAAmC,EACnD,CAAC;IACF,CACD,YAAY;AACX,SAAM,MAAM,EAAE,uBAAuB,EAAE,EACrC,aAAa,EAAE,kCAAkC,EAClD,CAAC;IACF;;AAGN,QACE,oBAAC,OAAD;EAAK,WAAU;YACb,qBAAC,MAAD,EAAA,UAAA,CACE,qBAAC,YAAD;GAAY,WAAU;aAAtB,CACE,oBAAC,KAAD;IAAG,WAAU;cAAyB,EAAE,gCAAgC;IAAK,CAAA,EAC7E,oBAAC,KAAD;IAAG,WAAU;cAA4B,EAAE,sCAAsC;IAAK,CAAA,CAC3E;MACb,oBAAC,UAAD,EAAA,UACE,oBAACA,QAAD;GAAM,GAAI;aACR,qBAAC,QAAD;IAAM,UAAU,KAAK,aAAa,SAAS;IAAE,WAAU;cAAvD;KACE,oBAAC,OAAD;MAAK,WAAU;gBACb,oBAAC,WAAD;OACE,SAAS,KAAK;OACd,MAAK;OACL,SAAS,EAAE,YACT,qBAAC,UAAD,EAAA,UAAA,CACE,oBAAC,aAAD,EAAA,UACE,oBAAC,cAAD;QACE,kBAAkB,MAAM;QACxB,mBAAmB,QAAQ;AACzB,iBAAQ,IAAI,IAAI;AAChB,eAAM,SAAS,IAAI;;QAErB,CAAA,EACU,CAAA,EACd,oBAAC,aAAD,EAAe,CAAA,CACN,EAAA,CAAA;OAEb,CAAA;MACE,CAAA;KAEN,oBAAC,WAAD;MACE,SAAS,KAAK;MACd,MAAK;MACL,SAAS,EAAE,YACT,qBAAC,UAAD,EAAA,UAAA;OACE,oBAAC,WAAD,EAAA,UAAW,QAAgB,CAAA;OAC3B,oBAAC,aAAD,EAAA,UACE,oBAAC,OAAD;QAAO,aAAa,EAAE,mCAAmC;QAAE,GAAI;QAAS,CAAA,EAC5D,CAAA;OACd,oBAAC,aAAD,EAAe,CAAA;OACN,EAAA,CAAA;MAEb,CAAA;KAEF,oBAAC,QAAD;MAAQ,MAAK;gBAAS;MAAqB,CAAA;KACtC;;GACF,CAAA,EACE,CAAA,CACN,EAAA,CAAA;EACH,CAAA"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
|
-
|
|
3
|
-
//#region src/modules/auth/components/RangeNuqsDatePicker.d.ts
|
|
4
|
-
interface RangeNuqsDatePickerProps {
|
|
5
|
-
/**
|
|
6
|
-
* The column ID to use for the date filter (e.g., "startedAt")
|
|
7
|
-
*/
|
|
8
|
-
columnId?: string;
|
|
9
|
-
/**
|
|
10
|
-
* The end column ID for range filters (e.g., "endedAt")
|
|
11
|
-
*/
|
|
12
|
-
endColumnId?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Label for the date range picker
|
|
15
|
-
*/
|
|
16
|
-
dateRangeLabel?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Label for the quick range selector
|
|
19
|
-
*/
|
|
20
|
-
quickRangeLabel?: string;
|
|
21
|
-
/**
|
|
22
|
-
* Translation namespace for i18n
|
|
23
|
-
*/
|
|
24
|
-
translationNamespace?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Whether to show quick range selector
|
|
27
|
-
*/
|
|
28
|
-
showQuickRange?: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* Custom className for the container
|
|
31
|
-
*/
|
|
32
|
-
className?: string;
|
|
33
|
-
}
|
|
34
|
-
declare const RangeNuqsDatePicker: ({
|
|
35
|
-
columnId,
|
|
36
|
-
endColumnId,
|
|
37
|
-
dateRangeLabel,
|
|
38
|
-
quickRangeLabel,
|
|
39
|
-
translationNamespace,
|
|
40
|
-
showQuickRange,
|
|
41
|
-
className
|
|
42
|
-
}: RangeNuqsDatePickerProps) => _$react_jsx_runtime0.JSX.Element;
|
|
43
|
-
//#endregion
|
|
44
|
-
export { RangeNuqsDatePicker, RangeNuqsDatePickerProps };
|
|
45
|
-
//# sourceMappingURL=RangeNuqsDatePicker.d.ts.map
|
|
@@ -1,239 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { startTransition, useEffect, useMemo, useState } from "react";
|
|
3
|
-
import { useTranslation } from "react-i18next";
|
|
4
|
-
import { DateRangePicker, Select, SelectItem } from "@heroui/react";
|
|
5
|
-
import { CalendarDate, getLocalTimeZone, today } from "@internationalized/date";
|
|
6
|
-
import { DateTime } from "luxon";
|
|
7
|
-
import { useNuqsQueryParams } from "@m5kdev/frontend/modules/table/hooks/useNuqsQueryParams";
|
|
8
|
-
import { calendarDateToEndOfDayUTC, calendarDateToUTC, dateFilterToRangeValue } from "@m5kdev/web-ui/modules/table/filterTransformers";
|
|
9
|
-
//#region src/modules/auth/components/RangeNuqsDatePicker.tsx
|
|
10
|
-
const toCalendarDate = (dt) => new CalendarDate(dt.year, dt.month, dt.day);
|
|
11
|
-
const isSameCalendarDate = (a, b) => a.year === b.year && a.month === b.month && a.day === b.day;
|
|
12
|
-
const RangeNuqsDatePicker = ({ columnId = "startedAt", endColumnId = "endedAt", dateRangeLabel, quickRangeLabel, translationNamespace = "horecaai-app", showQuickRange = true, className }) => {
|
|
13
|
-
const { t } = useTranslation();
|
|
14
|
-
const { filters, setFilters } = useNuqsQueryParams();
|
|
15
|
-
const [quickRange, setQuickRange] = useState(null);
|
|
16
|
-
const [hasInitialized, setHasInitialized] = useState(false);
|
|
17
|
-
const dateRange = useMemo(() => {
|
|
18
|
-
return dateFilterToRangeValue(filters, columnId);
|
|
19
|
-
}, [filters, columnId]);
|
|
20
|
-
const [localRange, setLocalRange] = useState(dateRange);
|
|
21
|
-
useEffect(() => {
|
|
22
|
-
setLocalRange(dateRange);
|
|
23
|
-
}, [dateRange]);
|
|
24
|
-
const quickRangeOptions = useMemo(() => {
|
|
25
|
-
const todayStart = DateTime.utc().startOf("day");
|
|
26
|
-
const weekStart = todayStart.startOf("week");
|
|
27
|
-
const monthStart = todayStart.startOf("month");
|
|
28
|
-
const lastWeekStart = weekStart.minus({ weeks: 1 });
|
|
29
|
-
const lastMonthStart = monthStart.minus({ months: 1 });
|
|
30
|
-
const yearStart = todayStart.startOf("year");
|
|
31
|
-
const lastYearStart = yearStart.minus({ years: 1 });
|
|
32
|
-
return [
|
|
33
|
-
{
|
|
34
|
-
key: "today",
|
|
35
|
-
label: t(`${translationNamespace}:reports.quickRange.today`, { defaultValue: "Today" }),
|
|
36
|
-
start: todayStart,
|
|
37
|
-
end: todayStart
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
key: "yesterday",
|
|
41
|
-
label: t(`${translationNamespace}:reports.quickRange.yesterday`, { defaultValue: "Yesterday" }),
|
|
42
|
-
start: todayStart.minus({ days: 1 }),
|
|
43
|
-
end: todayStart.minus({ days: 1 })
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
key: "last7",
|
|
47
|
-
label: t(`${translationNamespace}:reports.quickRange.last7`, { defaultValue: "Last 7 days" }),
|
|
48
|
-
start: todayStart.minus({ days: 6 }),
|
|
49
|
-
end: todayStart
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
key: "last30",
|
|
53
|
-
label: t(`${translationNamespace}:reports.quickRange.last30`, { defaultValue: "Last 30 days" }),
|
|
54
|
-
start: todayStart.minus({ days: 29 }),
|
|
55
|
-
end: todayStart
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
key: "thisWeek",
|
|
59
|
-
label: t(`${translationNamespace}:reports.quickRange.thisWeek`, { defaultValue: "This week" }),
|
|
60
|
-
start: weekStart,
|
|
61
|
-
end: todayStart
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
key: "lastWeek",
|
|
65
|
-
label: t(`${translationNamespace}:reports.quickRange.lastWeek`, { defaultValue: "Last week" }),
|
|
66
|
-
start: lastWeekStart,
|
|
67
|
-
end: lastWeekStart.plus({ days: 6 })
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
key: "thisMonth",
|
|
71
|
-
label: t(`${translationNamespace}:reports.quickRange.thisMonth`, { defaultValue: "This month" }),
|
|
72
|
-
start: monthStart,
|
|
73
|
-
end: todayStart
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
key: "lastMonth",
|
|
77
|
-
label: t(`${translationNamespace}:reports.quickRange.lastMonth`, { defaultValue: "Last month" }),
|
|
78
|
-
start: lastMonthStart,
|
|
79
|
-
end: lastMonthStart.endOf("month")
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
key: "thisYear",
|
|
83
|
-
label: t(`${translationNamespace}:reports.quickRange.thisYear`, { defaultValue: "This year" }),
|
|
84
|
-
start: yearStart,
|
|
85
|
-
end: todayStart
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
key: "lastYear",
|
|
89
|
-
label: t(`${translationNamespace}:reports.quickRange.lastYear`, { defaultValue: "Last year" }),
|
|
90
|
-
start: lastYearStart,
|
|
91
|
-
end: lastYearStart.endOf("year")
|
|
92
|
-
}
|
|
93
|
-
].map((opt) => ({
|
|
94
|
-
key: opt.key,
|
|
95
|
-
label: opt.label,
|
|
96
|
-
range: {
|
|
97
|
-
start: toCalendarDate(opt.start),
|
|
98
|
-
end: toCalendarDate(opt.end)
|
|
99
|
-
}
|
|
100
|
-
}));
|
|
101
|
-
}, [
|
|
102
|
-
t,
|
|
103
|
-
DateTime.utc().toISODate(),
|
|
104
|
-
translationNamespace
|
|
105
|
-
]);
|
|
106
|
-
useEffect(() => {
|
|
107
|
-
if (hasInitialized || !setFilters) return;
|
|
108
|
-
if (dateRange) {
|
|
109
|
-
setHasInitialized(true);
|
|
110
|
-
return;
|
|
111
|
-
}
|
|
112
|
-
const thisMonthOption = quickRangeOptions.find((opt) => opt.key === "thisMonth");
|
|
113
|
-
if (thisMonthOption) {
|
|
114
|
-
setHasInitialized(true);
|
|
115
|
-
setQuickRange("thisMonth");
|
|
116
|
-
const startDate = thisMonthOption.range.start;
|
|
117
|
-
const endDate = thisMonthOption.range.end;
|
|
118
|
-
setFilters([...filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? [], {
|
|
119
|
-
columnId,
|
|
120
|
-
type: "date",
|
|
121
|
-
method: "intersect",
|
|
122
|
-
value: calendarDateToUTC(startDate),
|
|
123
|
-
valueTo: calendarDateToEndOfDayUTC(endDate),
|
|
124
|
-
endColumnId
|
|
125
|
-
}]);
|
|
126
|
-
}
|
|
127
|
-
}, [
|
|
128
|
-
dateRange,
|
|
129
|
-
columnId,
|
|
130
|
-
endColumnId,
|
|
131
|
-
quickRangeOptions,
|
|
132
|
-
hasInitialized,
|
|
133
|
-
setFilters
|
|
134
|
-
]);
|
|
135
|
-
useEffect(() => {
|
|
136
|
-
if (!hasInitialized) return;
|
|
137
|
-
if (!dateRange?.start || !dateRange?.end) {
|
|
138
|
-
setQuickRange(null);
|
|
139
|
-
return;
|
|
140
|
-
}
|
|
141
|
-
const start = dateRange.start;
|
|
142
|
-
const end = dateRange.end;
|
|
143
|
-
const matches = quickRangeOptions.filter((option) => isSameCalendarDate(option.range.start, start) && isSameCalendarDate(option.range.end, end));
|
|
144
|
-
if (matches.length === 0) {
|
|
145
|
-
setQuickRange(null);
|
|
146
|
-
return;
|
|
147
|
-
}
|
|
148
|
-
if (quickRange ? matches.find((m) => m.key === quickRange) : null) return;
|
|
149
|
-
setQuickRange(([
|
|
150
|
-
"today",
|
|
151
|
-
"yesterday",
|
|
152
|
-
"thisWeek",
|
|
153
|
-
"lastWeek",
|
|
154
|
-
"thisMonth",
|
|
155
|
-
"lastMonth",
|
|
156
|
-
"last7",
|
|
157
|
-
"last30"
|
|
158
|
-
].map((key) => matches.find((m) => m.key === key)).find((m) => Boolean(m)) ?? matches[0])?.key ?? null);
|
|
159
|
-
}, [
|
|
160
|
-
dateRange,
|
|
161
|
-
quickRangeOptions,
|
|
162
|
-
quickRange,
|
|
163
|
-
hasInitialized
|
|
164
|
-
]);
|
|
165
|
-
const handleDateRangeChange = (range) => {
|
|
166
|
-
if (!setFilters) return;
|
|
167
|
-
if (range === null) {
|
|
168
|
-
const newFilters = filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? [];
|
|
169
|
-
startTransition(() => setFilters(newFilters));
|
|
170
|
-
return;
|
|
171
|
-
}
|
|
172
|
-
if (!range.start || !range.end) return;
|
|
173
|
-
const startDate = range.start;
|
|
174
|
-
const endDate = range.end;
|
|
175
|
-
const newFilters = [...filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? [], {
|
|
176
|
-
columnId,
|
|
177
|
-
type: "date",
|
|
178
|
-
method: "intersect",
|
|
179
|
-
value: calendarDateToUTC(startDate),
|
|
180
|
-
valueTo: calendarDateToEndOfDayUTC(endDate),
|
|
181
|
-
endColumnId
|
|
182
|
-
}];
|
|
183
|
-
startTransition(() => setFilters(newFilters));
|
|
184
|
-
};
|
|
185
|
-
const handleQuickRangeChange = (key) => {
|
|
186
|
-
if (!key) {
|
|
187
|
-
setQuickRange(null);
|
|
188
|
-
return;
|
|
189
|
-
}
|
|
190
|
-
const option = quickRangeOptions.find((opt) => opt.key === key);
|
|
191
|
-
if (!option) return;
|
|
192
|
-
setQuickRange(key);
|
|
193
|
-
handleDateRangeChange({
|
|
194
|
-
start: option.range.start,
|
|
195
|
-
end: option.range.end
|
|
196
|
-
});
|
|
197
|
-
};
|
|
198
|
-
return /* @__PURE__ */ jsxs("div", {
|
|
199
|
-
className: `flex gap-4 flex-row ${className ?? ""}`,
|
|
200
|
-
children: [/* @__PURE__ */ jsxs("div", {
|
|
201
|
-
className: "flex flex-col gap-2",
|
|
202
|
-
children: [/* @__PURE__ */ jsx("span", {
|
|
203
|
-
className: "text-sm text-muted-foreground",
|
|
204
|
-
children: dateRangeLabel ?? t(`${translationNamespace}:reports.dateRange`, { defaultValue: "Date range" })
|
|
205
|
-
}), /* @__PURE__ */ jsx(DateRangePicker, {
|
|
206
|
-
"aria-label": "Date range",
|
|
207
|
-
value: localRange ?? void 0,
|
|
208
|
-
onChange: setLocalRange,
|
|
209
|
-
onBlur: () => {
|
|
210
|
-
if (localRange !== void 0) handleDateRangeChange(localRange);
|
|
211
|
-
},
|
|
212
|
-
className: "w-[300px]",
|
|
213
|
-
granularity: "day",
|
|
214
|
-
showMonthAndYearPickers: true,
|
|
215
|
-
maxValue: today(getLocalTimeZone()),
|
|
216
|
-
popoverProps: {
|
|
217
|
-
portalContainer: document.body,
|
|
218
|
-
disableAnimation: true
|
|
219
|
-
}
|
|
220
|
-
})]
|
|
221
|
-
}), showQuickRange && /* @__PURE__ */ jsxs("div", {
|
|
222
|
-
className: "flex flex-col gap-2",
|
|
223
|
-
children: [/* @__PURE__ */ jsx("span", {
|
|
224
|
-
className: "text-sm text-muted-foreground",
|
|
225
|
-
children: quickRangeLabel ?? t(`${translationNamespace}:reports.quickRange.label`, { defaultValue: "Quick range" })
|
|
226
|
-
}), /* @__PURE__ */ jsx(Select, {
|
|
227
|
-
selectedKeys: quickRange ? [quickRange] : [],
|
|
228
|
-
onChange: (e) => handleQuickRangeChange(e.target.value ?? null),
|
|
229
|
-
className: "w-[300px]",
|
|
230
|
-
popoverProps: { portalContainer: document.body },
|
|
231
|
-
children: quickRangeOptions.map((option) => /* @__PURE__ */ jsx(SelectItem, { children: option.label }, option.key))
|
|
232
|
-
})]
|
|
233
|
-
})]
|
|
234
|
-
});
|
|
235
|
-
};
|
|
236
|
-
//#endregion
|
|
237
|
-
export { RangeNuqsDatePicker };
|
|
238
|
-
|
|
239
|
-
//# sourceMappingURL=RangeNuqsDatePicker.js.map
|