lancer-shared 1.2.294 → 1.2.295

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.
@@ -9203,6 +9203,7 @@ const planFeatureSchema = objectType({
9203
9203
  id: stringType(),
9204
9204
  description: stringType(),
9205
9205
  tooltipContent: stringType().nullable(),
9206
+ icon: stringType().nullable(),
9206
9207
  });
9207
9208
  const planPricingIntervalSchema = objectType({
9208
9209
  amount: numberType(),
@@ -9229,6 +9230,7 @@ const planSchema = objectType({
9229
9230
  archivedAt: numberType().nullable(),
9230
9231
  hasFreeTrial: booleanType(),
9231
9232
  pricing: planPricingSchema,
9233
+ icon: stringType().nullable(),
9232
9234
  });
9233
9235
  const planSlugEnum = z.enum(['lancer-unlimited-launch-offer']);
9234
9236