lancer-shared 1.2.338 → 1.2.339

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.
@@ -7054,6 +7054,7 @@ const leadSchema = upworkJobSchema
7054
7054
  applicationId: stringType().nullable(),
7055
7055
  leadBiddingConfig: leadBiddingConfigSchema.nullable(),
7056
7056
  statusSynced: booleanType().nullable(),
7057
+ skipBidding: booleanType().optional(),
7057
7058
  })
7058
7059
  .omit({
7059
7060
  processed: true,