@amohamud23/notihub 1.0.160 → 1.0.162

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
@@ -138,8 +138,7 @@ type INotiHubStatsHistory = {
138
138
  type INotiType = {
139
139
  id: string;
140
140
  type: string;
141
- customer: string;
142
- customerRef: INotiHubCustomer;
141
+ customerId: string;
143
142
  createdAt: string;
144
143
  updatedAt: string;
145
144
  };
package/dist/index.d.ts CHANGED
@@ -138,8 +138,7 @@ type INotiHubStatsHistory = {
138
138
  type INotiType = {
139
139
  id: string;
140
140
  type: string;
141
- customer: string;
142
- customerRef: INotiHubCustomer;
141
+ customerId: string;
143
142
  createdAt: string;
144
143
  updatedAt: string;
145
144
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.160",
3
+ "version": "1.0.162",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",