chore(release): bump @mx-space/webhook to v0.3.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mx-space/webhook",
|
||||
"version": "0.2.4",
|
||||
"version": "0.3.0",
|
||||
"devDependencies": {
|
||||
"express": "4.18.3"
|
||||
},
|
||||
|
||||
@@ -89,4 +89,12 @@ export type GenericEvent =
|
||||
ref: Id | PostModel | PageModel | NoteModel | RecentlyModel
|
||||
}
|
||||
}
|
||||
| {
|
||||
type: BusinessEvents.ARTICLE_READ_COUNT_UPDATE
|
||||
payload: {
|
||||
count: number
|
||||
type: 'post' | 'note'
|
||||
id: string
|
||||
}
|
||||
}
|
||||
| { type: 'health_check'; payload: {} }
|
||||
|
||||
Reference in New Issue
Block a user