lancer-shared 1.2.280 → 1.2.282

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