lancer-shared 1.2.285 → 1.2.286
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/bundle.cjs.js +2 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +2 -1
- package/dist/bundle.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/bundle.cjs.js
CHANGED
|
@@ -7246,7 +7246,7 @@ const subscribePayloadSchema = objectType({
|
|
|
7246
7246
|
planId: stringType().min(1, 'Plan id is required.'),
|
|
7247
7247
|
toltReferral: stringType().optional(),
|
|
7248
7248
|
promoCode: stringType().optional(),
|
|
7249
|
-
billingInterval: billingIntervalEnum,
|
|
7249
|
+
// billingInterval: billingIntervalEnum,
|
|
7250
7250
|
});
|
|
7251
7251
|
|
|
7252
7252
|
const campaignExpensesSchema = z.object({
|
|
@@ -9202,6 +9202,7 @@ const planSchema = objectType({
|
|
|
9202
9202
|
isActive: booleanType(),
|
|
9203
9203
|
createdAt: numberType(),
|
|
9204
9204
|
archivedAt: numberType().nullable(),
|
|
9205
|
+
hasFreeTrial: booleanType(),
|
|
9205
9206
|
pricing: planPricingSchema,
|
|
9206
9207
|
});
|
|
9207
9208
|
const planSlugEnum = z.enum(['lancer-unlimited-launch-offer']);
|