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.
@@ -7244,7 +7244,7 @@ const subscribePayloadSchema = objectType({
7244
7244
  planId: stringType().min(1, 'Plan id is required.'),
7245
7245
  toltReferral: stringType().optional(),
7246
7246
  promoCode: stringType().optional(),
7247
- billingInterval: billingIntervalEnum,
7247
+ // billingInterval: billingIntervalEnum,
7248
7248
  });
7249
7249
 
7250
7250
  const campaignExpensesSchema = z.object({
@@ -9200,6 +9200,7 @@ const planSchema = objectType({
9200
9200
  isActive: booleanType(),
9201
9201
  createdAt: numberType(),
9202
9202
  archivedAt: numberType().nullable(),
9203
+ hasFreeTrial: booleanType(),
9203
9204
  pricing: planPricingSchema,
9204
9205
  });
9205
9206
  const planSlugEnum = z.enum(['lancer-unlimited-launch-offer']);