@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 +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
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
package/dist/index.d.ts
CHANGED
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: {
|