@amohamud23/notihub 1.1.22 → 1.1.24

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
@@ -141,6 +141,7 @@ type INotiType = {
141
141
  id: string;
142
142
  type: string;
143
143
  customerId: string;
144
+ description?: string;
144
145
  createdAt: string;
145
146
  updatedAt: string;
146
147
  };
package/dist/index.d.ts CHANGED
@@ -141,6 +141,7 @@ type INotiType = {
141
141
  id: string;
142
142
  type: string;
143
143
  customerId: string;
144
+ description?: string;
144
145
  createdAt: string;
145
146
  updatedAt: string;
146
147
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.1.22",
3
+ "version": "1.1.24",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",