wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Notification

Synopsis

Documentation

newtype RawNotificationId Source #

Instances

Instances details
Generic RawNotificationId Source # 
Instance details

Defined in Wire.API.Notification

Associated Types

type Rep RawNotificationId :: Type -> Type #

Show RawNotificationId Source # 
Instance details

Defined in Wire.API.Notification

Eq RawNotificationId Source # 
Instance details

Defined in Wire.API.Notification

FromHttpApiData RawNotificationId Source # 
Instance details

Defined in Wire.API.Notification

ToParamSchema RawNotificationId Source # 
Instance details

Defined in Wire.API.Notification

type Rep RawNotificationId Source # 
Instance details

Defined in Wire.API.Notification

type Rep RawNotificationId = D1 ('MetaData "RawNotificationId" "Wire.API.Notification" "wire-api-0.1.0-3915FetN8WgFcCGrbk6Vve" 'True) (C1 ('MetaCons "RawNotificationId" 'PrefixI 'True) (S1 ('MetaSel ('Just "unRawNotificationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString)))

QueuedNotification

data QueuedNotification Source #

Instances

Instances details
Arbitrary QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

FromJSON QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

ToJSON QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

Generic QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

Associated Types

type Rep QueuedNotification :: Type -> Type #

Show QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

Eq QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

ToSchema QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

ToSchema QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

type Rep QueuedNotification Source # 
Instance details

Defined in Wire.API.Notification

type Rep QueuedNotification = D1 ('MetaData "QueuedNotification" "Wire.API.Notification" "wire-api-0.1.0-3915FetN8WgFcCGrbk6Vve" 'False) (C1 ('MetaCons "QueuedNotification" 'PrefixI 'True) (S1 ('MetaSel ('Just "_queuedNotificationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationId) :*: S1 ('MetaSel ('Just "_queuedNotificationPayload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Event))))

data QueuedNotificationList Source #

Instances

Instances details
Arbitrary QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

FromJSON QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

ToJSON QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

Generic QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

Associated Types

type Rep QueuedNotificationList :: Type -> Type #

Show QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

Eq QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

ToSchema QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

ToSchema QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

AsUnion '[Respond 404 "Notification list" QueuedNotificationList, Respond 200 "Notification list" QueuedNotificationList] GetNotificationsResponse Source # 
Instance details

Defined in Wire.API.Notification

type Rep QueuedNotificationList Source # 
Instance details

Defined in Wire.API.Notification

type Rep QueuedNotificationList = D1 ('MetaData "QueuedNotificationList" "Wire.API.Notification" "wire-api-0.1.0-3915FetN8WgFcCGrbk6Vve" 'False) (C1 ('MetaCons "QueuedNotificationList" 'PrefixI 'True) (S1 ('MetaSel ('Just "_queuedNotifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [QueuedNotification]) :*: (S1 ('MetaSel ('Just "_queuedHasMore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "_queuedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UTCTime)))))