feat(ocp): printer sync and logging logic added

This commit is contained in:
2026-04-13 15:34:18 -05:00
parent 87f738702a
commit 80189baf90
21 changed files with 8858 additions and 10 deletions

View File

@@ -12,7 +12,8 @@ interface Data<T = unknown[]> {
| "opendock"
| "notification"
| "email"
| "purchase";
| "purchase"
| "tcp";
subModule:
| "db"
| "labeling"
@@ -34,7 +35,9 @@ interface Data<T = unknown[]> {
| "printing"
| "gpSql"
| "email"
| "gpChecks";
| "gpChecks"
| "prodEndpoint"
| "create_server";
level: "info" | "error" | "debug" | "fatal";
message: string;
room?: string;