chore(release): bump @mx-space/webhook to v0.5.0

This commit is contained in:
Innei
2024-09-17 13:56:01 +08:00
parent ed7b33e3a9
commit e4cf59807a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mx-space/webhook",
"version": "0.4.0",
"version": "0.5.0",
"devDependencies": {
"express": "4.20.0"
},

View File

@@ -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: {