@amohamud23/notihub 1.1.10 → 1.1.12
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 +2 -4
- package/dist/index.d.ts +2 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -182,10 +182,8 @@ type INotiHubUserView = {
|
|
|
182
182
|
type INotiHubSubscription = {
|
|
183
183
|
id: string;
|
|
184
184
|
subscriptionId: string;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
user: INotiHubUser;
|
|
188
|
-
userRef: INotiHubUser;
|
|
185
|
+
customerId: INotiHubCustomer;
|
|
186
|
+
userId: string;
|
|
189
187
|
type: "SUBSCRIBED" | "UNSUBSCRIBED";
|
|
190
188
|
createdAt: string;
|
|
191
189
|
updatedAt: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -182,10 +182,8 @@ type INotiHubUserView = {
|
|
|
182
182
|
type INotiHubSubscription = {
|
|
183
183
|
id: string;
|
|
184
184
|
subscriptionId: string;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
user: INotiHubUser;
|
|
188
|
-
userRef: INotiHubUser;
|
|
185
|
+
customerId: INotiHubCustomer;
|
|
186
|
+
userId: string;
|
|
189
187
|
type: "SUBSCRIBED" | "UNSUBSCRIBED";
|
|
190
188
|
createdAt: string;
|
|
191
189
|
updatedAt: string;
|