Skip to content

Commit

Permalink
inAppNotification
Browse files Browse the repository at this point in the history
Add subNotificationId to interface for inAppNotification
  • Loading branch information
millerm30 committed Oct 8, 2024
1 parent fd256bf commit c8fa121
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 c8fa121

Please sign in to comment.