Interface: ArchivedChangeProps
Defined in: packages/core/src/domain/entities/archived-change.ts:7
Construction properties for an ArchivedChange.
Properties
archivedAt
readonlyarchivedAt:Date
Defined in: packages/core/src/domain/entities/archived-change.ts:15
Timestamp when the change was archived.
archivedBy?
readonlyoptionalarchivedBy?:ActorIdentity
Defined in: packages/core/src/domain/entities/archived-change.ts:17
Git identity of the actor who archived the change, if recorded.
archivedName
readonlyarchivedName:string
Defined in: packages/core/src/domain/entities/archived-change.ts:11
The name used for the archive directory (may differ from name).
artifacts
readonlyartifacts: readonlystring[]
Defined in: packages/core/src/domain/entities/archived-change.ts:19
Artifact type IDs that were present when the change was archived.
name
readonlyname:string
Defined in: packages/core/src/domain/entities/archived-change.ts:9
The original change name.
schemaName
readonlyschemaName:string
Defined in: packages/core/src/domain/entities/archived-change.ts:23
Name of the schema that governed the change.
schemaVersion
readonlyschemaVersion:number
Defined in: packages/core/src/domain/entities/archived-change.ts:25
Version of the schema that governed the change.
specIds
readonlyspecIds: readonlystring[]
Defined in: packages/core/src/domain/entities/archived-change.ts:21
Spec paths that were associated with the change at archive time.
workspace
readonlyworkspace:SpecPath
Defined in: packages/core/src/domain/entities/archived-change.ts:13
The workspace under which the change's specs lived.