@forklaunch/implementation-billing-base 0.3.4 → 0.3.5

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.
@@ -7,7 +7,7 @@ import {
7
7
  string,
8
8
  unknown,
9
9
  uuid
10
- } from '@{{app_name}}/core';
10
+ } from '@forklaunch/validator/zod';
11
11
 
12
12
  export const CreateCheckoutSessionSchema = <
13
13
  T extends Record<string, LiteralSchema>,
@@ -8,7 +8,7 @@ import {
8
8
  string,
9
9
  unknown,
10
10
  uuid
11
- } from '@{{app_name}}/core';
11
+ } from '@forklaunch/validator/zod';
12
12
 
13
13
  export const CreatePaymentLinkSchema = <
14
14
  T extends Record<string, LiteralSchema>,
@@ -9,7 +9,7 @@ import {
9
9
  string,
10
10
  unknown,
11
11
  uuid
12
- } from '@{{app_name}}/core';
12
+ } from '@forklaunch/validator/zod';
13
13
 
14
14
  export const CreatePlanSchema = <
15
15
  T extends Record<string, LiteralSchema>,
@@ -7,7 +7,7 @@ import {
7
7
  string,
8
8
  unknown,
9
9
  uuid
10
- } from '@{{app_name}}/core';
10
+ } from '@forklaunch/validator/zod';
11
11
 
12
12
  export const CreateSubscriptionSchema = <
13
13
  T extends Record<string, LiteralSchema>,