@amohamud23/notihub 1.1.41 → 1.1.42
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 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -91,6 +91,7 @@ type INotiHubNotification = {
|
|
|
91
91
|
notificationStatsId: string;
|
|
92
92
|
customerMinified: INotiHubCustomerMinified;
|
|
93
93
|
body: string;
|
|
94
|
+
aiGenerated: boolean;
|
|
94
95
|
deliveryType: "IMMEDIATE" | "SCHEDULED";
|
|
95
96
|
scheduledAt: string;
|
|
96
97
|
createdAt: string;
|
|
@@ -203,6 +204,7 @@ type INotiHubStripeSubscription = {
|
|
|
203
204
|
customerId: string;
|
|
204
205
|
status: string;
|
|
205
206
|
stripe_subscription: string;
|
|
207
|
+
stripe_customerId: string;
|
|
206
208
|
createdAt: string;
|
|
207
209
|
updatedAt: string;
|
|
208
210
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -91,6 +91,7 @@ type INotiHubNotification = {
|
|
|
91
91
|
notificationStatsId: string;
|
|
92
92
|
customerMinified: INotiHubCustomerMinified;
|
|
93
93
|
body: string;
|
|
94
|
+
aiGenerated: boolean;
|
|
94
95
|
deliveryType: "IMMEDIATE" | "SCHEDULED";
|
|
95
96
|
scheduledAt: string;
|
|
96
97
|
createdAt: string;
|
|
@@ -203,6 +204,7 @@ type INotiHubStripeSubscription = {
|
|
|
203
204
|
customerId: string;
|
|
204
205
|
status: string;
|
|
205
206
|
stripe_subscription: string;
|
|
207
|
+
stripe_customerId: string;
|
|
206
208
|
createdAt: string;
|
|
207
209
|
updatedAt: string;
|
|
208
210
|
};
|