ArchAstro. SDK. Types. SolutionUpgradeResult
(archastro v0.3.5)
Copy Markdown
The outcome of a solution upgrade operation, including the computed diff and conflict status.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.SolutionUpgradeResult{ changes: [ArchAstro.SDK.Types.SolutionDiffEntry.t()], code: String.t() | ArchAstro.SDK.Unset.t(), dry_run: boolean(), existing_solution_version: String.t() | ArchAstro.SDK.Unset.t(), incoming_solution_version: String.t() | ArchAstro.SDK.Unset.t(), message: String.t() | ArchAstro.SDK.Unset.t(), review_fingerprint: String.t() | ArchAstro.SDK.Unset.t(), status: String.t(), summary: ArchAstro.SDK.Types.SolutionDiffSummary.t(), version_change: String.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()