@amohamud23/notihub 1.1.12 → 1.1.14

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
@@ -182,7 +182,7 @@ type INotiHubUserView = {
182
182
  type INotiHubSubscription = {
183
183
  id: string;
184
184
  subscriptionId: string;
185
- customerId: INotiHubCustomer;
185
+ customerId: string;
186
186
  userId: string;
187
187
  type: "SUBSCRIBED" | "UNSUBSCRIBED";
188
188
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -182,7 +182,7 @@ type INotiHubUserView = {
182
182
  type INotiHubSubscription = {
183
183
  id: string;
184
184
  subscriptionId: string;
185
- customerId: INotiHubCustomer;
185
+ customerId: string;
186
186
  userId: string;
187
187
  type: "SUBSCRIBED" | "UNSUBSCRIBED";
188
188
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",