lancer-shared 1.2.325 → 1.2.326

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.
@@ -9687,6 +9687,8 @@ const upworkTalentSchema = objectType({
9687
9687
  totalJobsWorkedRecent: numberType(),
9688
9688
  totalFixedJobs: numberType(),
9689
9689
  totalHourlyJobs: numberType(),
9690
+ totalFixedJobsRecent: numberType(),
9691
+ totalHourlyJobsRecent: numberType(),
9690
9692
  activeJobs: numberType().nullable(),
9691
9693
  hideEarnings: booleanType(),
9692
9694
  contractorEarnings: numberType(),