Skip to main content

Interface: ArtifactsSyncedEvent

Defined in: packages/core/src/domain/entities/change.ts:111

Appended when artifact sync reconciles the artifact map against the schema.

Properties

at

readonly at: Date

Defined in: packages/core/src/domain/entities/change.ts:113


by

readonly by: ActorIdentity

Defined in: packages/core/src/domain/entities/change.ts:114


filesAdded

readonly filesAdded: readonly object[]

Defined in: packages/core/src/domain/entities/change.ts:120

Files added within existing or new artifacts.


filesRemoved

readonly filesRemoved: readonly object[]

Defined in: packages/core/src/domain/entities/change.ts:122

Files removed from existing artifacts.


type

readonly type: "artifacts-synced"

Defined in: packages/core/src/domain/entities/change.ts:112


typesAdded

readonly typesAdded: readonly string[]

Defined in: packages/core/src/domain/entities/change.ts:116

Artifact type IDs added by the sync.


typesRemoved

readonly typesRemoved: readonly string[]

Defined in: packages/core/src/domain/entities/change.ts:118

Artifact type IDs removed by the sync.