lancer-shared 1.2.258 → 1.2.259

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.
@@ -6772,6 +6772,7 @@ const leadSchema = upworkJobSchema
6772
6772
  bidDecision: z.enum(['proceeded', 'rejected']).nullable(),
6773
6773
  rejectedFeedback: stringType().nullable(),
6774
6774
  applicationId: stringType().nullable(),
6775
+ campaignName: stringType().optional(),
6775
6776
  })
6776
6777
  .omit({
6777
6778
  processed: true,