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.
- package/dist/bundle.cjs.js +1 -0
- package/dist/schemas/bidder/bid.d.ts +872 -0
- package/dist/schemas/scraper/scrape-payload.d.ts +442 -454
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -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(),
|