@forklaunch/implementation-billing-stripe 1.1.15 → 1.1.17

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.
@@ -1,7 +1,7 @@
1
1
  import * as _mikro_orm_core from '@mikro-orm/core';
2
2
  import { InferEntity, EntityManager } from '@mikro-orm/core';
3
3
  import Stripe__default from 'stripe';
4
- import { BillingPortalDto, CreateBillingPortalDto, UpdateBillingPortalDto, CheckoutSessionDto, CreateCheckoutSessionDto, UpdateCheckoutSessionDto, PaymentLinkDto, CreatePaymentLinkDto, UpdatePaymentLinkDto, PlanDto, CreatePlanDto, UpdatePlanDto, SubscriptionDto, CreateSubscriptionDto, UpdateSubscriptionDto } from '@forklaunch/interfaces-billing/types';
4
+ import { BillingPortalDto, CreateBillingPortalDto, UpdateBillingPortalDto, CheckoutSessionDto, CreateCheckoutSessionDto, UpdateCheckoutSessionDto, CreatePaymentLinkDto, CreatePlanDto, CreateSubscriptionDto, PaymentLinkDto, UpdatePaymentLinkDto, PlanDto, UpdatePlanDto, SubscriptionDto, UpdateSubscriptionDto } from '@forklaunch/interfaces-billing/types';
5
5
  import { PaymentMethodEnum, CurrencyEnum, PlanCadenceEnum, BillingProviderEnum } from '../enum/index.mjs';
6
6
 
7
7
  type BillingPortalOmissions = 'customer';
@@ -1,7 +1,7 @@
1
1
  import * as _mikro_orm_core from '@mikro-orm/core';
2
2
  import { InferEntity, EntityManager } from '@mikro-orm/core';
3
3
  import Stripe__default from 'stripe';
4
- import { BillingPortalDto, CreateBillingPortalDto, UpdateBillingPortalDto, CheckoutSessionDto, CreateCheckoutSessionDto, UpdateCheckoutSessionDto, PaymentLinkDto, CreatePaymentLinkDto, UpdatePaymentLinkDto, PlanDto, CreatePlanDto, UpdatePlanDto, SubscriptionDto, CreateSubscriptionDto, UpdateSubscriptionDto } from '@forklaunch/interfaces-billing/types';
4
+ import { BillingPortalDto, CreateBillingPortalDto, UpdateBillingPortalDto, CheckoutSessionDto, CreateCheckoutSessionDto, UpdateCheckoutSessionDto, CreatePaymentLinkDto, CreatePlanDto, CreateSubscriptionDto, PaymentLinkDto, UpdatePaymentLinkDto, PlanDto, UpdatePlanDto, SubscriptionDto, UpdateSubscriptionDto } from '@forklaunch/interfaces-billing/types';
5
5
  import { PaymentMethodEnum, CurrencyEnum, PlanCadenceEnum, BillingProviderEnum } from '../enum/index.js';
6
6
 
7
7
  type BillingPortalOmissions = 'customer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/implementation-billing-stripe",
3
- "version": "1.1.15",
3
+ "version": "1.1.17",
4
4
  "description": "Stripe implementation for forklaunch billing",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -42,20 +42,20 @@
42
42
  "lib/**"
43
43
  ],
44
44
  "dependencies": {
45
- "@forklaunch/common": "^1.2.7",
46
- "@forklaunch/core": "^1.3.4",
47
- "@forklaunch/internal": "^1.2.7",
48
- "@forklaunch/validator": "^1.2.7",
45
+ "@forklaunch/common": "^1.2.10",
46
+ "@forklaunch/core": "^1.3.8",
47
+ "@forklaunch/internal": "^1.2.10",
48
+ "@forklaunch/validator": "^1.2.10",
49
49
  "@mikro-orm/core": "7.0.6",
50
50
  "@sinclair/typebox": "^0.34.49",
51
51
  "ajv": "^8.18.0",
52
52
  "stripe": "^21.0.1",
53
53
  "zod": "^4.3.6",
54
- "@forklaunch/implementation-billing-base": "1.0.15",
55
- "@forklaunch/interfaces-billing": "1.0.14"
54
+ "@forklaunch/implementation-billing-base": "1.0.17",
55
+ "@forklaunch/interfaces-billing": "1.0.16"
56
56
  },
57
57
  "devDependencies": {
58
- "@typescript/native-preview": "7.0.0-dev.20260320.1",
58
+ "@typescript/native-preview": "7.0.0-dev.20260329.1",
59
59
  "depcheck": "^1.4.7",
60
60
  "prettier": "^3.8.1",
61
61
  "typedoc": "^0.28.18"