tango-app-api-analysis-traffic 3.8.7-vms.7 → 3.8.7-vms.8
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
|
@@ -447,6 +447,7 @@ export async function footFallImages( req, res ) {
|
|
|
447
447
|
createdByEmail: mapping.createdByEmail ?? '',
|
|
448
448
|
createdByUserName: mapping.createdByUserName ?? '',
|
|
449
449
|
createdByRole: mapping.createdByRole ?? '',
|
|
450
|
+
isUp: false,
|
|
450
451
|
} );
|
|
451
452
|
} else if ( type !== 'tagging' && mapping.status === 'closed' ) {
|
|
452
453
|
const revisedFootfall = mapping.revicedFootfall ?? 0;
|
|
@@ -491,6 +492,7 @@ export async function footFallImages( req, res ) {
|
|
|
491
492
|
createdByEmail: mapping.createdByEmail ?? '',
|
|
492
493
|
createdByUserName: mapping.createdByUserName ?? '',
|
|
493
494
|
createdByRole: mapping.createdByRole ?? '',
|
|
495
|
+
isUp: false,
|
|
494
496
|
} );
|
|
495
497
|
} else if ( type !== 'tagging' && mapping.status === 'closed' ) {
|
|
496
498
|
const revisedFootfall = mapping.revicedFootfall ?? 0;
|
|
@@ -538,6 +540,7 @@ export async function footFallImages( req, res ) {
|
|
|
538
540
|
createdByEmail: mapping.createdByEmail ?? '',
|
|
539
541
|
createdByUserName: mapping.createdByUserName ?? '',
|
|
540
542
|
createdByRole: mapping.createdByRole ?? '',
|
|
543
|
+
isUp: false,
|
|
541
544
|
} );
|
|
542
545
|
} else if ( type !== 'tagging' && mapping.status === 'closed' ) {
|
|
543
546
|
const revisedFootfall = mapping.revicedFootfall ?? 0;
|