Skip to main content

Interface: ArchivedChangeProps

Defined in: packages/core/src/domain/entities/archived-change.ts:6

Construction properties for an ArchivedChange.

Properties

archivedAt

readonly archivedAt: Date

Defined in: packages/core/src/domain/entities/archived-change.ts:12

Timestamp when the change was archived.


archivedBy?

readonly optional archivedBy?: ActorIdentity

Defined in: packages/core/src/domain/entities/archived-change.ts:14

Git identity of the actor who archived the change, if recorded.


archivedName

readonly archivedName: string

Defined in: packages/core/src/domain/entities/archived-change.ts:10

The name used for the archive directory (may differ from name).


artifacts

readonly artifacts: readonly string[]

Defined in: packages/core/src/domain/entities/archived-change.ts:16

Artifact type IDs that were present when the change was archived.


name

readonly name: string

Defined in: packages/core/src/domain/entities/archived-change.ts:8

The original change name.


schemaName

readonly schemaName: string

Defined in: packages/core/src/domain/entities/archived-change.ts:20

Name of the schema that governed the change.


schemaVersion

readonly schemaVersion: number

Defined in: packages/core/src/domain/entities/archived-change.ts:22

Version of the schema that governed the change.


specIds

readonly specIds: readonly string[]

Defined in: packages/core/src/domain/entities/archived-change.ts:18

Spec paths that were associated with the change at archive time.