@kl1/contracts 1.3.17 → 1.3.19

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.
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
  })