@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Notifications
Msu
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
delete
get
get
All
meta
update
Notifications
Msu
Create
Failed
Notifications
Msu
Delete
Failed
Notifications
Msu
Fetch
Failed
Notifications
Msu
Get
Failed
Notifications
Msu
Meta
Failed
Notifications
Msu
Update
Failed
Error
Object
Notification
Notification
Single
Response
Notifications
Msu
Options
Notifications
Msu
Query
Notifications
Msu
Response
Hierarchy
ThBaseHandler
NotificationsMsu
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
delete
get
get
All
meta
update
Constructors
constructor
new
Notifications
Msu
(
options
:
NotificationsMsuOptions
, http
:
Client
)
:
NotificationsMsu
Parameters
options:
NotificationsMsuOptions
http:
Client
Returns
NotificationsMsu
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
NotificationsMsuOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v1/notifications/msu'
Methods
create
create
(
notification
:
Notification
)
:
Promise
<
NotificationsMsuResponse
>
Parameters
notification:
Notification
Returns
Promise
<
NotificationsMsuResponse
>
delete
delete
(
notificationId
:
string
)
:
Promise
<
NotificationsMsuResponse
>
Parameters
notificationId:
string
Returns
Promise
<
NotificationsMsuResponse
>
get
get
(
notificationId
:
string
)
:
Promise
<
NotificationSingleResponse
>
Parameters
notificationId:
string
Returns
Promise
<
NotificationSingleResponse
>
get
All
get
All
(
options
?:
NotificationsMsuOptions
)
:
Promise
<
NotificationsMsuResponse
>
Parameters
Optional
options:
NotificationsMsuOptions
Returns
Promise
<
NotificationsMsuResponse
>
meta
meta
(
q
?:
NotificationsMsuQuery
)
:
Promise
<
NotificationsMsuResponse
>
Parameters
Optional
q:
NotificationsMsuQuery
Returns
Promise
<
NotificationsMsuResponse
>
update
update
(
notificationId
:
string
, product
:
Notification
)
:
Promise
<
NotificationsMsuResponse
>
Parameters
notificationId:
string
product:
Notification
Returns
Promise
<
NotificationsMsuResponse
>
Generated using
TypeDoc