Skip to content

Commit

Permalink
feat: add digital good to message
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Dec 20, 2024
1 parent 714bf77 commit 230b47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.22.8",
"version": "0.22.9",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ interface MyInteractionInterface {
is_saved: boolean;
is_shared: boolean;
is_reported: boolean;
is_purchased: boolean;
}

export interface AllMessages {
Expand Down

0 comments on commit 230b47e

Please sign in to comment.