chore(release): bump @mx-space/webhook to v0.5.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mx-space/webhook",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"devDependencies": {
|
||||
"express": "4.20.0"
|
||||
},
|
||||
|
||||
@@ -97,6 +97,13 @@ export type GenericEvent =
|
||||
ref: Id | PostModel | PageModel | NoteModel | RecentlyModel
|
||||
}
|
||||
}
|
||||
| {
|
||||
type: BusinessEvents.COMMENT_UPDATE
|
||||
payload: {
|
||||
id: string
|
||||
text: string
|
||||
}
|
||||
}
|
||||
| {
|
||||
type: BusinessEvents.ARTICLE_READ_COUNT_UPDATE
|
||||
payload: {
|
||||
|
||||
Reference in New Issue
Block a user