lancer-shared 1.2.251 → 1.2.253

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.
@@ -6762,6 +6762,8 @@ const leadSchema = upworkJobSchema
6762
6762
  biddingAmount: numberType().nullable(),
6763
6763
  boosted: booleanType().nullable(),
6764
6764
  boostingAmount: numberType().nullable(),
6765
+ boostedForPlace: numberType().nullable(),
6766
+ specialisedProfile: stringType().nullable(),
6765
6767
  biddingTaskScheduled: booleanType().nullable(),
6766
6768
  scheduledBiddingTime: numberType().nullable(),
6767
6769
  wonAmount: numberType().optional(),
@@ -8718,6 +8720,7 @@ const biddingCompletedEventMetadata = objectType({
8718
8720
  boostingAmount: numberType(),
8719
8721
  applicationId: stringType(),
8720
8722
  boostedForPlace: z.number().nullable(),
8723
+ specialisedProfile: z.string().nullable(),
8721
8724
  });
8722
8725
  const biddingFailedEventMetadata = objectType({
8723
8726
  error: z.any(),