@amohamud23/notihub 1.1.39 → 1.1.40

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
@@ -203,6 +203,8 @@ type INotiHubStripeSubscription = {
203
203
  customerId: string;
204
204
  status: string;
205
205
  stripe_subscription: string;
206
+ createdAt: string;
207
+ updatedAt: string;
206
208
  };
207
209
  type INotiHubPaymentSession = {
208
210
  id: string;
package/dist/index.d.ts CHANGED
@@ -203,6 +203,8 @@ type INotiHubStripeSubscription = {
203
203
  customerId: string;
204
204
  status: string;
205
205
  stripe_subscription: string;
206
+ createdAt: string;
207
+ updatedAt: string;
206
208
  };
207
209
  type INotiHubPaymentSession = {
208
210
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",