lancer-shared 1.2.344 → 1.2.345

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.
@@ -9682,6 +9682,7 @@ const planFeatureSchema = objectType({
9682
9682
  description: stringType(),
9683
9683
  tooltipContent: stringType().nullable(),
9684
9684
  icon: stringType().nullable(),
9685
+ billingIntervals: arrayType(billingIntervalEnum).optional(),
9685
9686
  });
9686
9687
  const planPricingIntervalSchema = objectType({
9687
9688
  amount: numberType(),