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