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