@forklaunch/implementation-billing-base 0.6.1 → 0.6.2
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.
|
@@ -68,6 +68,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
68
68
|
customerId: _sinclair_typebox.TString;
|
|
69
69
|
paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>>;
|
|
70
70
|
currency: _sinclair_typebox.TUnion<[{ [K_1 in keyof U]: _sinclair_typebox.TLiteral<U[K_1]>; }[keyof U]]>;
|
|
71
|
+
uri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
71
72
|
successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
72
73
|
cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
73
74
|
expiresAt: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>;
|
|
@@ -79,6 +80,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
79
80
|
customerId: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
80
81
|
paymentMethods: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>>>;
|
|
81
82
|
currency: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[{ [K_1 in keyof U_1]: _sinclair_typebox.TLiteral<U_1[K_1]>; }[keyof U_1]]>>;
|
|
83
|
+
uri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
82
84
|
successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
83
85
|
cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
84
86
|
expiresAt: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
|
|
@@ -90,6 +92,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
90
92
|
customerId: _sinclair_typebox.TString;
|
|
91
93
|
paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>>;
|
|
92
94
|
currency: _sinclair_typebox.TUnion<[{ [K_1 in keyof U_2]: _sinclair_typebox.TLiteral<U_2[K_1]>; }[keyof U_2]]>;
|
|
95
|
+
uri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
93
96
|
successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
94
97
|
cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
95
98
|
expiresAt: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>;
|
|
@@ -105,6 +108,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
105
108
|
customerId: zod_v3.ZodString;
|
|
106
109
|
paymentMethods: zod_v3.ZodArray<zod_v3.ZodUnion<[{ [K in keyof T]: zod_v3.ZodLiteral<T[K]>; }[keyof T]]>, "many">;
|
|
107
110
|
currency: zod_v3.ZodUnion<[{ [K_1 in keyof V_3]: zod_v3.ZodLiteral<V_3[K_1]>; }[keyof V_3]]>;
|
|
111
|
+
uri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
108
112
|
successRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
109
113
|
cancelRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
110
114
|
expiresAt: zod_v3.ZodEffects<zod_v3.ZodDate, Date, unknown>;
|
|
@@ -116,6 +120,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
116
120
|
customerId: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
117
121
|
paymentMethods: zod_v3.ZodOptional<zod_v3.ZodArray<zod_v3.ZodUnion<[{ [K in keyof T]: zod_v3.ZodLiteral<T[K]>; }[keyof T]]>, "many">>;
|
|
118
122
|
currency: zod_v3.ZodOptional<zod_v3.ZodUnion<[{ [K_1 in keyof U_4]: zod_v3.ZodLiteral<U_4[K_1]>; }[keyof U_4]]>>;
|
|
123
|
+
uri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
119
124
|
successRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
120
125
|
cancelRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
121
126
|
expiresAt: zod_v3.ZodOptional<zod_v3.ZodEffects<zod_v3.ZodDate, Date, unknown>>;
|
|
@@ -127,6 +132,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
127
132
|
customerId: zod_v3.ZodString;
|
|
128
133
|
paymentMethods: zod_v3.ZodArray<zod_v3.ZodUnion<[{ [K in keyof T]: zod_v3.ZodLiteral<T[K]>; }[keyof T]]>, "many">;
|
|
129
134
|
currency: zod_v3.ZodUnion<[{ [K_1 in keyof U_5]: zod_v3.ZodLiteral<U_5[K_1]>; }[keyof U_5]]>;
|
|
135
|
+
uri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
130
136
|
successRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
131
137
|
cancelRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
132
138
|
expiresAt: zod_v3.ZodEffects<zod_v3.ZodDate, Date, unknown>;
|
|
@@ -68,6 +68,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
68
68
|
customerId: _sinclair_typebox.TString;
|
|
69
69
|
paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>>;
|
|
70
70
|
currency: _sinclair_typebox.TUnion<[{ [K_1 in keyof U]: _sinclair_typebox.TLiteral<U[K_1]>; }[keyof U]]>;
|
|
71
|
+
uri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
71
72
|
successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
72
73
|
cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
73
74
|
expiresAt: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>;
|
|
@@ -79,6 +80,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
79
80
|
customerId: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
80
81
|
paymentMethods: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>>>;
|
|
81
82
|
currency: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[{ [K_1 in keyof U_1]: _sinclair_typebox.TLiteral<U_1[K_1]>; }[keyof U_1]]>>;
|
|
83
|
+
uri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
82
84
|
successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
83
85
|
cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
84
86
|
expiresAt: _sinclair_typebox.TOptional<_sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>>;
|
|
@@ -90,6 +92,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
90
92
|
customerId: _sinclair_typebox.TString;
|
|
91
93
|
paymentMethods: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[{ [K in keyof T]: _sinclair_typebox.TLiteral<T[K]>; }[keyof T]]>>;
|
|
92
94
|
currency: _sinclair_typebox.TUnion<[{ [K_1 in keyof U_2]: _sinclair_typebox.TLiteral<U_2[K_1]>; }[keyof U_2]]>;
|
|
95
|
+
uri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
93
96
|
successRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
94
97
|
cancelRedirectUri: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
95
98
|
expiresAt: _sinclair_typebox.TTransform<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TNumber, _sinclair_typebox.TDate]>, Date>;
|
|
@@ -105,6 +108,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
105
108
|
customerId: zod_v3.ZodString;
|
|
106
109
|
paymentMethods: zod_v3.ZodArray<zod_v3.ZodUnion<[{ [K in keyof T]: zod_v3.ZodLiteral<T[K]>; }[keyof T]]>, "many">;
|
|
107
110
|
currency: zod_v3.ZodUnion<[{ [K_1 in keyof V_3]: zod_v3.ZodLiteral<V_3[K_1]>; }[keyof V_3]]>;
|
|
111
|
+
uri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
108
112
|
successRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
109
113
|
cancelRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
110
114
|
expiresAt: zod_v3.ZodEffects<zod_v3.ZodDate, Date, unknown>;
|
|
@@ -116,6 +120,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
116
120
|
customerId: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
117
121
|
paymentMethods: zod_v3.ZodOptional<zod_v3.ZodArray<zod_v3.ZodUnion<[{ [K in keyof T]: zod_v3.ZodLiteral<T[K]>; }[keyof T]]>, "many">>;
|
|
118
122
|
currency: zod_v3.ZodOptional<zod_v3.ZodUnion<[{ [K_1 in keyof U_4]: zod_v3.ZodLiteral<U_4[K_1]>; }[keyof U_4]]>>;
|
|
123
|
+
uri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
119
124
|
successRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
120
125
|
cancelRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
121
126
|
expiresAt: zod_v3.ZodOptional<zod_v3.ZodEffects<zod_v3.ZodDate, Date, unknown>>;
|
|
@@ -127,6 +132,7 @@ declare const BaseCheckoutSessionServiceSchemas: <SchemaValidator extends _forkl
|
|
|
127
132
|
customerId: zod_v3.ZodString;
|
|
128
133
|
paymentMethods: zod_v3.ZodArray<zod_v3.ZodUnion<[{ [K in keyof T]: zod_v3.ZodLiteral<T[K]>; }[keyof T]]>, "many">;
|
|
129
134
|
currency: zod_v3.ZodUnion<[{ [K_1 in keyof U_5]: zod_v3.ZodLiteral<U_5[K_1]>; }[keyof U_5]]>;
|
|
135
|
+
uri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
130
136
|
successRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
131
137
|
cancelRedirectUri: zod_v3.ZodOptional<zod_v3.ZodString>;
|
|
132
138
|
expiresAt: zod_v3.ZodEffects<zod_v3.ZodDate, Date, unknown>;
|
|
@@ -104,6 +104,7 @@ var CreateCheckoutSessionSchema = (PaymentMethodEnum, CurrencyEnum, StatusEnum)
|
|
|
104
104
|
customerId: import_typebox2.string,
|
|
105
105
|
paymentMethods: (0, import_typebox2.array)((0, import_typebox2.enum_)(PaymentMethodEnum)),
|
|
106
106
|
currency: (0, import_typebox2.enum_)(CurrencyEnum),
|
|
107
|
+
uri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
107
108
|
successRedirectUri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
108
109
|
cancelRedirectUri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
109
110
|
expiresAt: import_typebox2.date,
|
|
@@ -115,6 +116,7 @@ var UpdateCheckoutSessionSchema = ({ uuidId }) => (PaymentMethodEnum, CurrencyEn
|
|
|
115
116
|
customerId: (0, import_typebox2.optional)(import_typebox2.string),
|
|
116
117
|
paymentMethods: (0, import_typebox2.optional)((0, import_typebox2.array)((0, import_typebox2.enum_)(PaymentMethodEnum))),
|
|
117
118
|
currency: (0, import_typebox2.optional)((0, import_typebox2.enum_)(CurrencyEnum)),
|
|
119
|
+
uri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
118
120
|
successRedirectUri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
119
121
|
cancelRedirectUri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
120
122
|
expiresAt: (0, import_typebox2.optional)(import_typebox2.date),
|
|
@@ -126,6 +128,7 @@ var CheckoutSessionSchema = ({ uuidId }) => (PaymentMethodEnum, CurrencyEnum, St
|
|
|
126
128
|
customerId: import_typebox2.string,
|
|
127
129
|
paymentMethods: (0, import_typebox2.array)((0, import_typebox2.enum_)(PaymentMethodEnum)),
|
|
128
130
|
currency: (0, import_typebox2.enum_)(CurrencyEnum),
|
|
131
|
+
uri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
129
132
|
successRedirectUri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
130
133
|
cancelRedirectUri: (0, import_typebox2.optional)(import_typebox2.string),
|
|
131
134
|
expiresAt: import_typebox2.date,
|
|
@@ -146,6 +149,7 @@ var CreateCheckoutSessionSchema2 = (PaymentMethodEnum, CurrencyEnum, StatusEnum)
|
|
|
146
149
|
customerId: import_zod2.string,
|
|
147
150
|
paymentMethods: (0, import_zod2.array)((0, import_zod2.enum_)(PaymentMethodEnum)),
|
|
148
151
|
currency: (0, import_zod2.enum_)(CurrencyEnum),
|
|
152
|
+
uri: (0, import_zod2.optional)(import_zod2.string),
|
|
149
153
|
successRedirectUri: (0, import_zod2.optional)(import_zod2.string),
|
|
150
154
|
cancelRedirectUri: (0, import_zod2.optional)(import_zod2.string),
|
|
151
155
|
expiresAt: import_zod2.date,
|
|
@@ -157,6 +161,7 @@ var UpdateCheckoutSessionSchema2 = ({ uuidId }) => (PaymentMethodEnum, CurrencyE
|
|
|
157
161
|
customerId: (0, import_zod2.optional)(import_zod2.string),
|
|
158
162
|
paymentMethods: (0, import_zod2.optional)((0, import_zod2.array)((0, import_zod2.enum_)(PaymentMethodEnum))),
|
|
159
163
|
currency: (0, import_zod2.optional)((0, import_zod2.enum_)(CurrencyEnum)),
|
|
164
|
+
uri: (0, import_zod2.optional)(import_zod2.string),
|
|
160
165
|
successRedirectUri: (0, import_zod2.optional)(import_zod2.string),
|
|
161
166
|
cancelRedirectUri: (0, import_zod2.optional)(import_zod2.string),
|
|
162
167
|
expiresAt: (0, import_zod2.optional)(import_zod2.date),
|
|
@@ -168,6 +173,7 @@ var CheckoutSessionSchema2 = ({ uuidId }) => (PaymentMethodEnum, CurrencyEnum, S
|
|
|
168
173
|
customerId: import_zod2.string,
|
|
169
174
|
paymentMethods: (0, import_zod2.array)((0, import_zod2.enum_)(PaymentMethodEnum)),
|
|
170
175
|
currency: (0, import_zod2.enum_)(CurrencyEnum),
|
|
176
|
+
uri: (0, import_zod2.optional)(import_zod2.string),
|
|
171
177
|
successRedirectUri: (0, import_zod2.optional)(import_zod2.string),
|
|
172
178
|
cancelRedirectUri: (0, import_zod2.optional)(import_zod2.string),
|
|
173
179
|
expiresAt: import_zod2.date,
|
|
@@ -94,6 +94,7 @@ var CreateCheckoutSessionSchema = (PaymentMethodEnum, CurrencyEnum, StatusEnum)
|
|
|
94
94
|
customerId: string3,
|
|
95
95
|
paymentMethods: array(enum_(PaymentMethodEnum)),
|
|
96
96
|
currency: enum_(CurrencyEnum),
|
|
97
|
+
uri: optional3(string3),
|
|
97
98
|
successRedirectUri: optional3(string3),
|
|
98
99
|
cancelRedirectUri: optional3(string3),
|
|
99
100
|
expiresAt: date3,
|
|
@@ -105,6 +106,7 @@ var UpdateCheckoutSessionSchema = ({ uuidId }) => (PaymentMethodEnum, CurrencyEn
|
|
|
105
106
|
customerId: optional3(string3),
|
|
106
107
|
paymentMethods: optional3(array(enum_(PaymentMethodEnum))),
|
|
107
108
|
currency: optional3(enum_(CurrencyEnum)),
|
|
109
|
+
uri: optional3(string3),
|
|
108
110
|
successRedirectUri: optional3(string3),
|
|
109
111
|
cancelRedirectUri: optional3(string3),
|
|
110
112
|
expiresAt: optional3(date3),
|
|
@@ -116,6 +118,7 @@ var CheckoutSessionSchema = ({ uuidId }) => (PaymentMethodEnum, CurrencyEnum, St
|
|
|
116
118
|
customerId: string3,
|
|
117
119
|
paymentMethods: array(enum_(PaymentMethodEnum)),
|
|
118
120
|
currency: enum_(CurrencyEnum),
|
|
121
|
+
uri: optional3(string3),
|
|
119
122
|
successRedirectUri: optional3(string3),
|
|
120
123
|
cancelRedirectUri: optional3(string3),
|
|
121
124
|
expiresAt: date3,
|
|
@@ -144,6 +147,7 @@ var CreateCheckoutSessionSchema2 = (PaymentMethodEnum, CurrencyEnum, StatusEnum)
|
|
|
144
147
|
customerId: string4,
|
|
145
148
|
paymentMethods: array2(enum_2(PaymentMethodEnum)),
|
|
146
149
|
currency: enum_2(CurrencyEnum),
|
|
150
|
+
uri: optional4(string4),
|
|
147
151
|
successRedirectUri: optional4(string4),
|
|
148
152
|
cancelRedirectUri: optional4(string4),
|
|
149
153
|
expiresAt: date4,
|
|
@@ -155,6 +159,7 @@ var UpdateCheckoutSessionSchema2 = ({ uuidId }) => (PaymentMethodEnum, CurrencyE
|
|
|
155
159
|
customerId: optional4(string4),
|
|
156
160
|
paymentMethods: optional4(array2(enum_2(PaymentMethodEnum))),
|
|
157
161
|
currency: optional4(enum_2(CurrencyEnum)),
|
|
162
|
+
uri: optional4(string4),
|
|
158
163
|
successRedirectUri: optional4(string4),
|
|
159
164
|
cancelRedirectUri: optional4(string4),
|
|
160
165
|
expiresAt: optional4(date4),
|
|
@@ -166,6 +171,7 @@ var CheckoutSessionSchema2 = ({ uuidId }) => (PaymentMethodEnum, CurrencyEnum, S
|
|
|
166
171
|
customerId: string4,
|
|
167
172
|
paymentMethods: array2(enum_2(PaymentMethodEnum)),
|
|
168
173
|
currency: enum_2(CurrencyEnum),
|
|
174
|
+
uri: optional4(string4),
|
|
169
175
|
successRedirectUri: optional4(string4),
|
|
170
176
|
cancelRedirectUri: optional4(string4),
|
|
171
177
|
expiresAt: date4,
|
|
@@ -21,6 +21,7 @@ export const CreateCheckoutSessionSchema = <
|
|
|
21
21
|
customerId: string,
|
|
22
22
|
paymentMethods: array(enum_(PaymentMethodEnum)),
|
|
23
23
|
currency: enum_(CurrencyEnum),
|
|
24
|
+
uri: optional(string),
|
|
24
25
|
successRedirectUri: optional(string),
|
|
25
26
|
cancelRedirectUri: optional(string),
|
|
26
27
|
expiresAt: date,
|
|
@@ -43,6 +44,7 @@ export const UpdateCheckoutSessionSchema =
|
|
|
43
44
|
customerId: optional(string),
|
|
44
45
|
paymentMethods: optional(array(enum_(PaymentMethodEnum))),
|
|
45
46
|
currency: optional(enum_(CurrencyEnum)),
|
|
47
|
+
uri: optional(string),
|
|
46
48
|
successRedirectUri: optional(string),
|
|
47
49
|
cancelRedirectUri: optional(string),
|
|
48
50
|
expiresAt: optional(date),
|
|
@@ -65,6 +67,7 @@ export const CheckoutSessionSchema =
|
|
|
65
67
|
customerId: string,
|
|
66
68
|
paymentMethods: array(enum_(PaymentMethodEnum)),
|
|
67
69
|
currency: enum_(CurrencyEnum),
|
|
70
|
+
uri: optional(string),
|
|
68
71
|
successRedirectUri: optional(string),
|
|
69
72
|
cancelRedirectUri: optional(string),
|
|
70
73
|
expiresAt: date,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-billing-base",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Billing basic implementation for forklaunch",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"lib/**"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@forklaunch/common": "^0.6.
|
|
40
|
-
"@forklaunch/core": "^0.14.
|
|
41
|
-
"@forklaunch/internal": "^0.3.
|
|
42
|
-
"@forklaunch/validator": "^0.10.
|
|
39
|
+
"@forklaunch/common": "^0.6.4",
|
|
40
|
+
"@forklaunch/core": "^0.14.5",
|
|
41
|
+
"@forklaunch/internal": "^0.3.4",
|
|
42
|
+
"@forklaunch/validator": "^0.10.4",
|
|
43
43
|
"@mikro-orm/core": "^6.5.1",
|
|
44
|
-
"@sinclair/typebox": "^0.34.
|
|
44
|
+
"@sinclair/typebox": "^0.34.41",
|
|
45
45
|
"ajv": "^8.17.1",
|
|
46
46
|
"zod": "^4.1.5",
|
|
47
|
-
"@forklaunch/interfaces-billing": "0.6.
|
|
47
|
+
"@forklaunch/interfaces-billing": "0.6.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
50
|
+
"@typescript/native-preview": "7.0.0-dev.20250830.1",
|
|
51
51
|
"depcheck": "^1.4.7",
|
|
52
52
|
"prettier": "^3.6.2",
|
|
53
53
|
"typedoc": "^0.28.11"
|