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.
- package/dist/bundle.cjs.js +3 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +3 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/schemas/agent/index.d.ts +10 -5
- package/dist/schemas/bidder/bid.d.ts +98 -49
- package/dist/schemas/campaign/campaign-analytics.d.ts +34 -25
- package/dist/schemas/campaign/campaign.d.ts +12 -12
- package/dist/schemas/lead/index.d.ts +36 -18
- package/dist/schemas/logger/log-event.d.ts +5 -2
- package/dist/schemas/scraper/scrape-payload.d.ts +16 -11
- package/package.json +1 -1
package/dist/bundle.esm.js
CHANGED
|
@@ -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(),
|