@amohamud23/notihub 1.0.112 → 1.0.114

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.cjs CHANGED
@@ -245,6 +245,7 @@ var NotificationSchema = {
245
245
  title: { type: String, required: true },
246
246
  message: { type: String, required: true },
247
247
  type: { type: String, required: true },
248
+ notiTypeId: { type: String, required: true },
248
249
  body: { type: String },
249
250
  entityId: { type: String, required: true },
250
251
  entityMinified: {
package/dist/index.d.cts CHANGED
@@ -49,6 +49,7 @@ type INotiHubNotification = {
49
49
  title: string;
50
50
  message: string;
51
51
  type: string;
52
+ notiTypeId: string;
52
53
  entityId: string;
53
54
  entityMinified: INotiHubCustomerMinified;
54
55
  body: string;
package/dist/index.d.ts CHANGED
@@ -49,6 +49,7 @@ type INotiHubNotification = {
49
49
  title: string;
50
50
  message: string;
51
51
  type: string;
52
+ notiTypeId: string;
52
53
  entityId: string;
53
54
  entityMinified: INotiHubCustomerMinified;
54
55
  body: string;
package/dist/index.js CHANGED
@@ -198,6 +198,7 @@ var NotificationSchema = {
198
198
  title: { type: String, required: true },
199
199
  message: { type: String, required: true },
200
200
  type: { type: String, required: true },
201
+ notiTypeId: { type: String, required: true },
201
202
  body: { type: String },
202
203
  entityId: { type: String, required: true },
203
204
  entityMinified: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.112",
3
+ "version": "1.0.114",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",