lancer-shared 1.2.282 → 1.2.283

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.
@@ -8228,7 +8228,9 @@ const bidPayloadProposalDataSchema = z.object({
8228
8228
  jobMaxHourlyRate: z.number().nullable(),
8229
8229
  bidWithWarning: bidWithWarningEnum,
8230
8230
  });
8231
- const freelancerBidProposalDataSchema = bidPayloadProposalDataSchema;
8231
+ const freelancerBidProposalDataSchema = bidPayloadProposalDataSchema.extend({
8232
+ specialisedProfile: z.string().nullable(),
8233
+ });
8232
8234
  const agencyBidProposalDataSchema = bidPayloadProposalDataSchema.extend({
8233
8235
  agencyName: z.string(),
8234
8236
  contractorName: z.string(),