lancer-shared 1.2.254 → 1.2.255
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 +1 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +1 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/schemas/agent/index.d.ts +5 -0
- package/dist/schemas/bidder/bid.d.ts +49 -0
- package/dist/schemas/campaign/campaign-analytics.d.ts +9 -0
- package/dist/schemas/lead/index.d.ts +18 -0
- package/dist/schemas/scraper/scrape-payload.d.ts +5 -0
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -6766,6 +6766,7 @@ const leadSchema = upworkJobSchema
|
|
|
6766
6766
|
boostingAmount: numberType().nullable(),
|
|
6767
6767
|
boostedForPlace: numberType().nullable(),
|
|
6768
6768
|
specialisedProfile: stringType().nullable(),
|
|
6769
|
+
biddedAt: numberType().nullable(),
|
|
6769
6770
|
biddingTaskScheduled: booleanType().nullable(),
|
|
6770
6771
|
scheduledBiddingTime: numberType().nullable(),
|
|
6771
6772
|
wonAmount: numberType().optional(),
|