<?xml version="1.0" encoding="UTF-8"?>
<response xmlns="http://www.intimesoft.com/IAeXMLBridge">
  <message>Infotronics Mock API Server</message>
  <version>1.0.0</version>
  <description>Mock API for Infotronics Attendance on Demand system</description>
  <documentation>/docs</documentation>
  <endpoints>
    <employees>/api/employees</employees>
    <timeEntries>/api/time-entries</timeEntries>
    <workgroups>/api/workgroups</workgroups>
    <payroll>/api/payroll</payroll>
    <pbjExport>/api/pbj-export</pbjExport>
  </endpoints>
  <facilities>5</facilities>
  <totalEmployees>~1000</totalEmployees>
  <dataGeneration>Run `bun run generate` to regenerate mock data</dataGeneration>
</response>
