lancer-shared 1.2.253 → 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.esm.js
CHANGED
|
@@ -6764,6 +6764,7 @@ const leadSchema = upworkJobSchema
|
|
|
6764
6764
|
boostingAmount: numberType().nullable(),
|
|
6765
6765
|
boostedForPlace: numberType().nullable(),
|
|
6766
6766
|
specialisedProfile: stringType().nullable(),
|
|
6767
|
+
biddedAt: numberType().nullable(),
|
|
6767
6768
|
biddingTaskScheduled: booleanType().nullable(),
|
|
6768
6769
|
scheduledBiddingTime: numberType().nullable(),
|
|
6769
6770
|
wonAmount: numberType().optional(),
|