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