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