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.cjs.js
CHANGED
|
@@ -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(),
|