tango-app-api-trax 3.3.1-airtelai-0 → 3.3.1-airtelai-1

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.3.1-airtelai-0",
3
+ "version": "3.3.1-airtelai-1",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -3905,6 +3905,7 @@ export async function updateAiConfigure( req, res ) {
3905
3905
  scheduleRepeatedDay: [ '01' ],
3906
3906
  scheduleStartTime: '06:00 AM',
3907
3907
  scheduleEndTime: '11:59 PM',
3908
+ enableNewDeployedStore: req.body.enableNewDeployedStore,
3908
3909
  };
3909
3910
  let aiResponse = await checklistService.updateOne( { checkListType: aiChecklistDetails.checkListType, client_id: req.body.clientId }, details );
3910
3911
  let checklistId = req.body?.id || aiResponse?.upsertedId;