Skip to documentation content
On this page
  1. Reference

report

Configures report for Support payload preview from its authoritative release declaration.

Reference

FieldValueDescription
valueTypeobjectDeclared input representation.
defaultRelease default applied when the field is omitted.
typescriptType{ reportId: string; timestamp: string; severity: "warning" | "error"; code: string; operation: string; diagnosticCodes: string[]; severityCounts: { info: number; warning: number; error: number; }; modelCompilation?: TelionModelCompilation; operationEvents: Array<{ event: string; percent?: number; timestamp?: number; }>; environment: { appVersion: string; platform: "win32" | "linux" | "darwin" | "unknown"; arch: "x64" | "arm64" | "ia32" | "unknown"; backendMode: "development" | "compiled"; backendProcess: "running" | "stopped"; }; }Compiler-resolved TypeScript contract.
requiredtrue
readOnlytrue

Configures report for Support payload preview from its authoritative release declaration.

The declared value type is object. This field is required.