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