lancer-shared 1.2.307 → 1.2.309
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
CHANGED
|
@@ -7294,6 +7294,7 @@ const bidConfigSchema = z.object({
|
|
|
7294
7294
|
contractorName: z.string().nullable(),
|
|
7295
7295
|
specialisedProfile: z.string().nullable(),
|
|
7296
7296
|
bidAs: bidAsEnum.nullable(),
|
|
7297
|
+
selectedPortfoliosIds: z.array(z.string()).nullable(),
|
|
7297
7298
|
});
|
|
7298
7299
|
const campaignStatusSchema = z.union([
|
|
7299
7300
|
z.literal('active'),
|
|
@@ -8309,6 +8310,7 @@ const bidPayloadProposalDataSchema = z.object({
|
|
|
8309
8310
|
jobMinHourlyRate: z.number().nullable(),
|
|
8310
8311
|
jobMaxHourlyRate: z.number().nullable(),
|
|
8311
8312
|
bidWithWarning: bidWithWarningEnum,
|
|
8313
|
+
selectedPortfoliosTitles: z.array(z.string()).nullable(),
|
|
8312
8314
|
});
|
|
8313
8315
|
const freelancerBidProposalDataSchema = bidPayloadProposalDataSchema.extend({
|
|
8314
8316
|
specialisedProfile: z.string().nullable(),
|