lancer-shared 1.2.211 → 1.2.213

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.
@@ -13996,6 +13996,7 @@ const bidDtoSchema = z.object({
13996
13996
  organizationId: z.string(),
13997
13997
  campaignId: z.string(),
13998
13998
  leadId: z.string(),
13999
+ lead: leadSchema,
13999
14000
  });
14000
14001
  const getBiddingProcessingEventFromAnotherCampaignsPayloadSchema = z.object({
14001
14002
  organizationId: z.string(),