tango-app-api-trax 3.7.4-runai-airtelv2-3 → 3.7.4-runai-airtelv2-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
|
@@ -3958,7 +3958,7 @@ export const aiChecklist = async ( req, res ) => {
|
|
|
3958
3958
|
checklistDetails = [ ...publishList, ...unpublishList ];
|
|
3959
3959
|
|
|
3960
3960
|
checklistDetails.forEach( ( item ) => {
|
|
3961
|
-
if ( ![ 'mobileusagedetection', 'storeopenandclose', 'cleaning', 'scrum', 'uniformdetection', 'staffleftinthemiddle', 'customerunattended' ].includes( item.checkListType ) ) {
|
|
3961
|
+
if ( ![ 'mobileusagedetection', 'storeopenandclose', 'cleaning', 'scrum', 'uniformdetection', 'staffleftinthemiddle', 'customerunattended', 'outsidebusinesshoursqueuetracking' ].includes( item.checkListType ) ) {
|
|
3962
3962
|
item.storeCount = storeDetails;
|
|
3963
3963
|
}
|
|
3964
3964
|
} );
|