@amohamud23/notihub 1.0.169 → 1.0.170

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -86,6 +86,7 @@ type INotiHubNotification = {
86
86
  type: string;
87
87
  notiTypeId: string;
88
88
  customerId: string;
89
+ notificationStatsId: string;
89
90
  customerMinified: INotiHubCustomerMinified;
90
91
  body: string;
91
92
  deliveryType: "IMMEDIATE" | "SCHEDULED";
@@ -95,7 +96,7 @@ type INotiHubNotification = {
95
96
  };
96
97
  type INotiHubNotificationStats = {
97
98
  id: string;
98
- notification: INotiHubNotification;
99
+ notificationId: string;
99
100
  views: number;
100
101
  createdAt: string;
101
102
  updatedAt: string;
package/dist/index.d.ts CHANGED
@@ -86,6 +86,7 @@ type INotiHubNotification = {
86
86
  type: string;
87
87
  notiTypeId: string;
88
88
  customerId: string;
89
+ notificationStatsId: string;
89
90
  customerMinified: INotiHubCustomerMinified;
90
91
  body: string;
91
92
  deliveryType: "IMMEDIATE" | "SCHEDULED";
@@ -95,7 +96,7 @@ type INotiHubNotification = {
95
96
  };
96
97
  type INotiHubNotificationStats = {
97
98
  id: string;
98
- notification: INotiHubNotification;
99
+ notificationId: string;
99
100
  views: number;
100
101
  createdAt: string;
101
102
  updatedAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.169",
3
+ "version": "1.0.170",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",