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