Make log payloads opaque pass-through

This commit is contained in:
npc0-hue
2026-09-03 12:40:17 +08:00
parent 5b82a42cc4
commit bf3c382d15
16 changed files with 63 additions and 128 deletions
+1
View File
@@ -691,6 +691,7 @@ export interface JobExecutionResultResponse {
checksum?: string;
sizeBytes?: number;
summary?: string;
content?: string;
}
export interface JobListResponse {