lancer-shared 1.2.259 → 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,6 +6769,7 @@ 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(),