@amohamud23/notihub 1.1.44 → 1.1.45

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
@@ -210,7 +210,7 @@ type INotiHubStripeSubscription = {
210
210
  };
211
211
  type INotiHubPaymentSession = {
212
212
  id: string;
213
- session: string;
213
+ sessionId: string;
214
214
  customerId: string;
215
215
  status: "PENDING" | "COMPLETED" | "FAILED";
216
216
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -210,7 +210,7 @@ type INotiHubStripeSubscription = {
210
210
  };
211
211
  type INotiHubPaymentSession = {
212
212
  id: string;
213
- session: string;
213
+ sessionId: string;
214
214
  customerId: string;
215
215
  status: "PENDING" | "COMPLETED" | "FAILED";
216
216
  createdAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amohamud23/notihub",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "description": "Notihub Package",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",