Skip to main content

Interface: WorkflowRevisionDiffFieldChange

Defined in: packages/sdk/src/types/generated/workflow.ts:273

One changed scalar between two revisions.

base / other carry the verbatim values for readable scalars (prompt, model ids, routing mode, data-type slug, resolved start-task name). For JSON-blob fields (chatModelConfig, realtimeModelConfig, a Task's configuration) the values are intentionally omitted (both null): the presence of the field name signals the change while keeping the payload small and free of nested config blobs. Prompt and other scalar text is workspace config readable by the same READ authority, so it is returned verbatim (not PHI).

Properties

base?

optional base: unknown

Defined in: packages/sdk/src/types/generated/workflow.ts:275


field

field: string

Defined in: packages/sdk/src/types/generated/workflow.ts:274


other?

optional other: unknown

Defined in: packages/sdk/src/types/generated/workflow.ts:276