lancer-shared 1.2.258 → 1.2.260

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.
@@ -6769,11 +6769,13 @@ const leadSchema = upworkJobSchema
6769
6769
  biddedAt: numberType().nullable(),
6770
6770
  biddingTaskScheduled: booleanType().nullable(),
6771
6771
  scheduledBiddingTime: numberType().nullable(),
6772
+ inQueue: booleanType().nullable(),
6772
6773
  wonAmount: numberType().optional(),
6773
6774
  feedbackCheckTaskId: stringType().nullable(),
6774
6775
  bidDecision: z.enum(['proceeded', 'rejected']).nullable(),
6775
6776
  rejectedFeedback: stringType().nullable(),
6776
6777
  applicationId: stringType().nullable(),
6778
+ campaignName: stringType().optional(),
6777
6779
  })
6778
6780
  .omit({
6779
6781
  processed: true,