lancer-shared 1.2.313 → 1.2.314

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.
@@ -6671,6 +6671,7 @@ const bidderAccountSchema = z.object({
6671
6671
  failedToRefreshRoomsAttempts: z.number().nullable(),
6672
6672
  roomsRefreshedAt: z.number().nullable(),
6673
6673
  userId: z.string().nullable(),
6674
+ connectingToChatStartedAt: z.number().nullable(),
6674
6675
  });
6675
6676
  const connectUpworkAccountSchema = z.object({
6676
6677
  email: z.string().email(),
@@ -6733,7 +6734,7 @@ const upworkOrganizationSchema = z.object({
6733
6734
  uid: z.string(),
6734
6735
  id: z.string(),
6735
6736
  link: z.string(),
6736
- type: z.enum(['freelancer', 'agency']),
6737
+ type: z.enum(['freelancer', 'agency', 'client']),
6737
6738
  type_title: z.string(),
6738
6739
  is_active: z.boolean(),
6739
6740
  monetizedTitle: z.string(),