tango-app-api-trax 3.7.5-halfshutter-3 → 3.7.5-halfshutter-4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-trax",
3
- "version": "3.7.5-halfshutter-3",
3
+ "version": "3.7.5-halfshutter-4",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -550,6 +550,7 @@ export const zoneList = async ( req, res ) => {
550
550
  const allowedChecklists = [
551
551
  'Outside Business Hours Queue Tracking',
552
552
  'Store Half Shutter Detection',
553
+ 'Mobile usage detection',
553
554
  ];
554
555
 
555
556
  if ( inputBody.checkListName && allowedChecklists.includes( inputBody.checkListName ) ) {