ReferenceAvailable
report
Configures report for Support payload preview from its authoritative release declaration.
Reference
| Field | Value | Description |
|---|---|---|
| valueType | object | Declared input representation. |
| default | | Release 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. |
| required | true | — |
| readOnly | true | — |
Configures report for Support payload preview from its authoritative release declaration.
The declared value type is object. This field is required.