Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.6 KB

File metadata and controls

41 lines (32 loc) · 1.6 KB

HydraCreatedEvent

Properties

Name Type Description Notes
user UserEventInfo Optional user who triggered creation (may be null for device self-create). [optional]
deviceId String Device id [optional]
hydraUserId Integer Zeus Hydra user id [optional]
userType UserTypeEnum Hydra user type (Kiosk / Terminal) as integer. Prefer {Flipdish.PublicModels.V1.Events.Hydra.HydraCreatedEvent.DeviceType}. [optional]
deviceType DeviceTypeEnum Hydra device type (Kiosk / Terminal), serialized as string. [optional]
eventName String The event name [optional]
flipdishEventId UUID The identitfier of the event [optional]
createTime OffsetDateTime The time of creation of the event [optional]
position Integer Position [optional]
appId String App id [optional]
orgId String Org id [optional]
ipAddress String Ip Address [optional]
activityId String Activity Id [optional]
activityType String Activity Type [optional]

Enum: UserTypeEnum

Name Value
KIOSK "Kiosk"
TERMINAL "Terminal"
LEGACYPRINTER "LegacyPrinter"

Enum: DeviceTypeEnum

Name Value
KIOSK "Kiosk"
TERMINAL "Terminal"
LEGACYPRINTER "LegacyPrinter"