Skip to content

Commit

Permalink
Merge pull request #5 from notificationapi-com/RR7mM8bq/2400-include-…
Browse files Browse the repository at this point in the history
…subnotificationid-in-in-app-notification-object

inAppNotification
  • Loading branch information
sahandseifi authored Oct 8, 2024
2 parents fd256bf + c8fa121 commit 4d74c0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/interfaces.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export interface InAppNotification {
id: string;
notificationId: string;
subNotificationId?: string;
seen: boolean;
title: string;
redirectURL?: string;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notificationapi/core",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 4d74c0c

Please sign in to comment.