Interface: SiteEventData
Defined in: electron/UptimeOrchestrator.types.ts:42
Standardized metadata emitted with site-level events.
Properties
cascade?
optionalcascade:boolean
Defined in: electron/UptimeOrchestrator.types.ts:44
Indicates whether the event was triggered as part of a cascade.
identifier?
optionalidentifier:string
Defined in: electron/UptimeOrchestrator.types.ts:46
Identifier of the site associated with the event.
site?
optionalsite:Site
Defined in: electron/UptimeOrchestrator.types.ts:48
Site state included with the event when available.
source?
optionalsource:"import"|"migration"|"user"
Defined in: electron/UptimeOrchestrator.types.ts:50
Origin of the site addition when relevant.
timestamp
timestamp:
number
Defined in: electron/UptimeOrchestrator.types.ts:52
Timestamp associated with the event.
updatedFields?
optionalupdatedFields:string[]
Defined in: electron/UptimeOrchestrator.types.ts:54
Names of fields that were updated prior to emission.