refactor(schemas): group network schemas by direction
Move request and response schemas into matching subdirectories, extract the shared chat lock type, and update barrels and imports without changing wire formats.
This commit is contained in:
+11
-1
@@ -17,8 +17,19 @@
|
||||
"./src/data/dto/metrics",
|
||||
"./src/data/dto/user",
|
||||
"./src/data/schemas/auth",
|
||||
"./src/data/schemas/auth/request",
|
||||
"./src/data/schemas/auth/response",
|
||||
"./src/data/schemas/chat",
|
||||
"./src/data/schemas/chat/request",
|
||||
"./src/data/schemas/chat/response",
|
||||
"./src/data/schemas/metrics",
|
||||
"./src/data/schemas/metrics/request",
|
||||
"./src/data/schemas/payment",
|
||||
"./src/data/schemas/payment/request",
|
||||
"./src/data/schemas/payment/response",
|
||||
"./src/data/schemas/private-room",
|
||||
"./src/data/schemas/private-room/request",
|
||||
"./src/data/schemas/private-room/response",
|
||||
"./src/data/schemas/user",
|
||||
"./src/data/storage/app",
|
||||
"./src/data/storage/auth",
|
||||
@@ -35,7 +46,6 @@
|
||||
"./src/utils",
|
||||
"./src/stores/auth",
|
||||
"./src/stores/chat",
|
||||
"./src/stores/sidebar",
|
||||
"./src/stores/user"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user