ArchAstro. SDK. Types. AgentUpgradeFieldChange
(archastro v0.3.3)
Copy Markdown
One field-level diff entry within an agent upgrade change, describing how a single field will change.
baseline and locally_edited are populated only for agent_base entries; child resource entries (tools, routines, skills, computers) carry only field, old, and new.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.AgentUpgradeFieldChange{ baseline: ArchAstro.SDK.JSON.t() | ArchAstro.SDK.Unset.t(), field: String.t(), locally_edited: boolean() | ArchAstro.SDK.Unset.t(), new: ArchAstro.SDK.JSON.t() | ArchAstro.SDK.Unset.t(), old: ArchAstro.SDK.JSON.t() | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()