lancer-shared 1.2.280 → 1.2.281

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.
@@ -7322,6 +7322,7 @@ const campaignSchema = z.object({
7322
7322
  status: campaignStatusSchema.optional(),
7323
7323
  bidConfig: bidConfigSchema.nullable(),
7324
7324
  coverLetterTemplateId: z.string().nullable(),
7325
+ coverLetterTemplatesIds: z.array(z.string()).nullable(),
7325
7326
  priority: z.number().nullable(),
7326
7327
  coverLetterTemplate: coverLetterTemplateSchema.nullable(),
7327
7328
  organizationProfileId: z.string().nullable(),