tango-app-api-infra 3.0.104-dev → 3.0.105-dev

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-infra",
3
- "version": "3.0.104-dev",
3
+ "version": "3.0.105-dev",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -570,7 +570,7 @@ export async function InstallationIssuesTable( req, res ) {
570
570
  if ( req.body.installtionfilterIssue == 'yettoInstallStores' ) {
571
571
  query.push( { $match: { 'ticketDetails.issueStatus': 'notidentified' } } );
572
572
  }
573
- if ( req.body.installtionfilterIssue == 'installFailedStores' ) {
573
+ if ( req.body.installtionfilterIssue == 'installationFailedStores' ) {
574
574
  query.push( { $match: { 'ticketDetails.issueStatus': 'identified' } } );
575
575
  }
576
576
 
@@ -772,7 +772,7 @@ export async function InstallationIssuesTable( req, res ) {
772
772
  const exportdata = [];
773
773
  storesList.forEach( ( element ) => {
774
774
  exportdata.push( {
775
- 'Client Name': element.clientName,
775
+ 'Brand Name': element.clientName,
776
776
  'Store ID': element.storeId,
777
777
  'Store Name': element.storeName,
778
778
  'Status': element.status,