@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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
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;
|