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