Skip to content

Commit

Permalink
fix(client): wrong typing (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmasse committed Feb 17, 2022
1 parent 4b6736a commit 307b9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/messaging-client",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface ConversationStartedEvent extends ChannelEvent {
}

export interface MessageEvent extends ChannelEvent {
messageId: Message
messageId: uuid
}

export interface MessageFeedbackEvent extends MessageEvent {
Expand Down

0 comments on commit 307b9f8

Please sign in to comment.