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.
@@ -6767,6 +6767,7 @@ const leadSchema = upworkJobSchema
6767
6767
  biddedAt: numberType().nullable(),
6768
6768
  biddingTaskScheduled: booleanType().nullable(),
6769
6769
  scheduledBiddingTime: numberType().nullable(),
6770
+ inQueue: booleanType().nullable(),
6770
6771
  wonAmount: numberType().optional(),
6771
6772
  feedbackCheckTaskId: stringType().nullable(),
6772
6773
  bidDecision: z.enum(['proceeded', 'rejected']).nullable(),