@amohamud23/notihub 1.1.40 → 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 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.1.40",
3
+ "version": "1.1.42",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",