feat(eom): migrated eom endpoints from old version validated working

This commit is contained in:
2026-06-09 07:00:27 -05:00
parent 4249e90307
commit e909e8deec
21 changed files with 906 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ export interface ReturnHelper<T = unknown[]> {
| "logistics"
| "admin"
| "mobile"
| "dockdoor";
| "dockdoor"
| "eom";
subModule: string;
level: "info" | "error" | "debug" | "fatal" | "warn";