Interface: ArchivedChangeProps
Defined in: packages/core/src/domain/entities/archived-change.ts:6
Construction properties for an ArchivedChange.
Properties
archivedAt
readonlyarchivedAt:Date
Defined in: packages/core/src/domain/entities/archived-change.ts:12
Timestamp when the change was archived.
archivedBy?
readonlyoptionalarchivedBy?:ActorIdentity
Defined in: packages/core/src/domain/entities/archived-change.ts:14
Git identity of the actor who archived the change, if recorded.
archivedName
readonlyarchivedName:string
Defined in: packages/core/src/domain/entities/archived-change.ts:10
The name used for the archive directory (may differ from name).
artifacts
readonlyartifacts: readonlystring[]
Defined in: packages/core/src/domain/entities/archived-change.ts:16
Artifact type IDs that were present when the change was archived.
name
readonlyname:string
Defined in: packages/core/src/domain/entities/archived-change.ts:8
The original change name.
schemaName
readonlyschemaName:string
Defined in: packages/core/src/domain/entities/archived-change.ts:20
Name of the schema that governed the change.
schemaVersion
readonlyschemaVersion:number
Defined in: packages/core/src/domain/entities/archived-change.ts:22
Version of the schema that governed the change.
specIds
readonlyspecIds: readonlystring[]
Defined in: packages/core/src/domain/entities/archived-change.ts:18
Spec paths that were associated with the change at archive time.