@kl1/contracts 1.3.17 → 1.3.19

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -4875,11 +4875,11 @@ var dashboardContract = initContract13().router(
4875
4875
  z55.object({
4876
4876
  formattedDate: z55.string(),
4877
4877
  date: z55.date(),
4878
- durations: z55.array(
4878
+ presenceStatusDurationLogs: z55.array(
4879
4879
  z55.object({
4880
+ presenceStatusId: z55.string().uuid(),
4880
4881
  presenceStatusName: z55.string(),
4881
- durationSeconds: z55.number().positive(),
4882
- formattedDuration: z55.string()
4882
+ durationSeconds: z55.number().positive()
4883
4883
  })
4884
4884
  )
4885
4885
  })