lancer-shared 1.2.308 → 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.
@@ -8310,6 +8310,7 @@ const bidPayloadProposalDataSchema = z.object({
8310
8310
  jobMinHourlyRate: z.number().nullable(),
8311
8311
  jobMaxHourlyRate: z.number().nullable(),
8312
8312
  bidWithWarning: bidWithWarningEnum,
8313
+ selectedPortfoliosTitles: z.array(z.string()).nullable(),
8313
8314
  });
8314
8315
  const freelancerBidProposalDataSchema = bidPayloadProposalDataSchema.extend({
8315
8316
  specialisedProfile: z.string().nullable(),