lancer-shared 1.2.338 → 1.2.339
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
|
@@ -7054,6 +7054,7 @@ const leadSchema = upworkJobSchema
|
|
|
7054
7054
|
applicationId: stringType().nullable(),
|
|
7055
7055
|
leadBiddingConfig: leadBiddingConfigSchema.nullable(),
|
|
7056
7056
|
statusSynced: booleanType().nullable(),
|
|
7057
|
+
skipBidding: booleanType().optional(),
|
|
7057
7058
|
})
|
|
7058
7059
|
.omit({
|
|
7059
7060
|
processed: true,
|