refactor: converge hwpod node-ops channel
This commit is contained in:
@@ -8,7 +8,6 @@ export const JSON_RPC_VERSION = "2.0";
|
||||
export const SERVICE_IDS = Object.freeze([
|
||||
"hwlab-cloud-api",
|
||||
"hwlab-cloud-web",
|
||||
"hwlab-device-pod",
|
||||
"hwlab-gateway",
|
||||
"hwlab-edge-proxy",
|
||||
"hwlab-agent-skills"
|
||||
@@ -29,10 +28,7 @@ export const TABLES = Object.freeze([
|
||||
"account_workspaces",
|
||||
"worker_sessions",
|
||||
"agent_trace_events",
|
||||
"evidence_records",
|
||||
"device_pods",
|
||||
"device_leases",
|
||||
"device_pod_jobs"
|
||||
"evidence_records"
|
||||
]);
|
||||
|
||||
export const ERROR_CODES = Object.freeze({
|
||||
|
||||
Reference in New Issue
Block a user