@amohamud23/notihub 1.0.101 → 1.0.103

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
@@ -379,10 +379,13 @@ var NotiTypeStatsSchema = {
379
379
  var NotiTypeStatsSchema_default = NotiTypeStatsSchema;
380
380
 
381
381
  // src/models/NotiTypeStatsModel.ts
382
- var notiTypeSchema2 = new import_mongoose19.Schema(NotiTypeStatsSchema_default, {
382
+ var notiTypeStatsSchema = new import_mongoose19.Schema(NotiTypeStatsSchema_default, {
383
383
  timestamps: true
384
384
  });
385
- var NotiTypeStatsModel = (0, import_mongoose19.model)("NotiTypes", notiTypeSchema2);
385
+ var NotiTypeStatsModel = (0, import_mongoose19.model)(
386
+ "NotiTypesStats",
387
+ notiTypeStatsSchema
388
+ );
386
389
  var NotiTypeStatsModel_default = NotiTypeStatsModel;
387
390
 
388
391
  // src/client/MongooseClient.ts
package/dist/index.js CHANGED
@@ -327,10 +327,13 @@ var NotiTypeStatsSchema = {
327
327
  var NotiTypeStatsSchema_default = NotiTypeStatsSchema;
328
328
 
329
329
  // src/models/NotiTypeStatsModel.ts
330
- var notiTypeSchema2 = new Schema19(NotiTypeStatsSchema_default, {
330
+ var notiTypeStatsSchema = new Schema19(NotiTypeStatsSchema_default, {
331
331
  timestamps: true
332
332
  });
333
- var NotiTypeStatsModel = model12("NotiTypes", notiTypeSchema2);
333
+ var NotiTypeStatsModel = model12(
334
+ "NotiTypesStats",
335
+ notiTypeStatsSchema
336
+ );
334
337
  var NotiTypeStatsModel_default = NotiTypeStatsModel;
335
338
 
336
339
  // src/client/MongooseClient.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.101",
3
+ "version": "1.0.103",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",