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