lancer-shared 1.2.268 → 1.2.269

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.
@@ -6133,6 +6133,7 @@ const clientInfoSchema = objectType({
6133
6133
  companySize: stringType().nullable(),
6134
6134
  enterpriseClient: booleanType().nullable(),
6135
6135
  avgHourlyRatePaid: numberType().nullable(),
6136
+ companyId: stringType().nullable(),
6136
6137
  });
6137
6138
  const clientReviewSchema = objectType({
6138
6139
  jobTitle: stringType().nullable(),
@@ -6809,6 +6810,7 @@ const leadSchema = upworkJobSchema
6809
6810
  rejectedFeedback: stringType().nullable(),
6810
6811
  applicationId: stringType().nullable(),
6811
6812
  leadBiddingConfig: leadBiddingConfigSchema.nullable(),
6813
+ statusSynced: booleanType().nullable(),
6812
6814
  })
6813
6815
  .omit({
6814
6816
  processed: true,