wire-api-federation-0.1.0: The Wire server-to-server API for federation
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Federation.API.Brig.Notifications

Synopsis

Documentation

data UserDeletedConnectionsNotification Source #

Constructors

UserDeletedConnectionsNotification 

Fields

Instances

Instances details
Arbitrary UserDeletedConnectionsNotification Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

FromJSON UserDeletedConnectionsNotification Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

ToJSON UserDeletedConnectionsNotification Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

Generic UserDeletedConnectionsNotification Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

Associated Types

type Rep UserDeletedConnectionsNotification :: Type -> Type #

Show UserDeletedConnectionsNotification Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

Eq UserDeletedConnectionsNotification Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

ToSchema UserDeletedConnectionsNotification Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type Rep UserDeletedConnectionsNotification Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type Rep UserDeletedConnectionsNotification = D1 ('MetaData "UserDeletedConnectionsNotification" "Wire.API.Federation.API.Brig.Notifications" "wire-api-federation-0.1.0-KrCnHof6TO1avA0Ur7PtD" 'False) (C1 ('MetaCons "UserDeletedConnectionsNotification" 'PrefixI 'True) (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UserId) :*: S1 ('MetaSel ('Just "connections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Range 1 UserDeletedNotificationMaxConnections [UserId]))))

data BrigNotificationTag Source #

Instances

Instances details
Bounded BrigNotificationTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

Enum BrigNotificationTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

Generic BrigNotificationTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

Associated Types

type Rep BrigNotificationTag :: Type -> Type #

Show BrigNotificationTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

Eq BrigNotificationTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

HasNotificationEndpoint 'OnUserDeletedConnectionsTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

IsNotificationTag BrigNotificationTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type Rep BrigNotificationTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type Rep BrigNotificationTag = D1 ('MetaData "BrigNotificationTag" "Wire.API.Federation.API.Brig.Notifications" "wire-api-federation-0.1.0-KrCnHof6TO1avA0Ur7PtD" 'False) (C1 ('MetaCons "OnUserDeletedConnectionsTag" 'PrefixI 'False) (U1 :: Type -> Type))
type NotificationComponent BrigNotificationTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type NotificationMods 'OnUserDeletedConnectionsTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type NotificationPath 'OnUserDeletedConnectionsTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type NotificationPath 'OnUserDeletedConnectionsTag = "on-user-deleted-connections"
type NotificationVersionTag 'OnUserDeletedConnectionsTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type Payload 'OnUserDeletedConnectionsTag Source # 
Instance details

Defined in Wire.API.Federation.API.Brig.Notifications

type BrigNotificationAPI = NotificationFedEndpoint 'OnUserDeletedConnectionsTag Source #

All the notification endpoints return an EmptyResponse.