lancer-shared 1.2.278 → 1.2.280

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.
@@ -6880,6 +6880,7 @@ const leadSchema = upworkJobSchema
6880
6880
  biddingDelayInMinutes: numberType().nullable(),
6881
6881
  checkFeedbackStatusCreatedAt: numberType().nullable(),
6882
6882
  biddingScheduledAt: numberType().nullable(),
6883
+ coverLetterTemplateId: stringType().nullable(),
6883
6884
  wonAmount: numberType().optional(),
6884
6885
  feedbackCheckTaskId: stringType().nullable(),
6885
6886
  bidDecision: z.enum(['proceeded', 'rejected']).nullable(),
@@ -9037,6 +9038,7 @@ const proposalCompleteEventMetadataSchema = objectType({
9037
9038
  provider: z.string().optional(),
9038
9039
  promptTokens: z.number().optional(),
9039
9040
  completionTokens: z.number().optional(),
9041
+ coverLetterTemplateId: z.string().optional(),
9040
9042
  messages: z
9041
9043
  .array(objectType({
9042
9044
  role: z.string(),