refactor(data): merge DTO models into schemas

This commit is contained in:
2026-07-17 12:47:18 +08:00
parent 2796010971
commit eac3d8f0a7
274 changed files with 1466 additions and 1956 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoginStatus } from "@/data/dto/auth";
import type { LoginStatus } from "@/data/schemas/auth";
import { getRouteAccess } from "./route-meta";
import { ROUTE_BUILDERS, ROUTES } from "./routes";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { PayChannel } from "@/data/dto/payment";
import type { PayChannel } from "@/data/schemas/payment";
import type { PaymentAnalyticsContext } from "@/lib/analytics/payment_analytics_context";
import type {
PendingChatUnlockKind,
+1 -1
View File
@@ -7,7 +7,7 @@
* - 动态查询路由通过 `ROUTE_BUILDERS` 函数生成,避免手拼字符串。
*/
import type { PayChannel } from "@/data/dto/payment";
import type { PayChannel } from "@/data/schemas/payment";
import type { AppSubscriptionReturnTo } from "@/router/navigation-types";
import {
PAYMENT_ANALYTICS_ENTRY_PARAM,