@amohamud23/notihub 1.0.103 → 1.0.104

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
@@ -127,7 +127,9 @@ type INotiHubSubscription = {
127
127
  _id?: string;
128
128
  subscriptionId: string;
129
129
  entity: INotiHubCustomer;
130
+ entityRef: INotiHubCustomer;
130
131
  user: INotiHubUser;
132
+ userRef: INotiHubUser;
131
133
  type: "SUBSCRIBED" | "UNSUBSCRIBED";
132
134
  createdAt: string;
133
135
  updatedAt: string;
package/dist/index.d.ts CHANGED
@@ -127,7 +127,9 @@ type INotiHubSubscription = {
127
127
  _id?: string;
128
128
  subscriptionId: string;
129
129
  entity: INotiHubCustomer;
130
+ entityRef: INotiHubCustomer;
130
131
  user: INotiHubUser;
132
+ userRef: INotiHubUser;
131
133
  type: "SUBSCRIBED" | "UNSUBSCRIBED";
132
134
  createdAt: string;
133
135
  updatedAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.0.103",
3
+ "version": "1.0.104",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",