feat(ocp): printer sync and logging logic added
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user