tango-app-api-audit 3.5.50 → 3.5.51

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-audit",
3
- "version": "3.5.50",
3
+ "version": "3.5.51",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -237,7 +237,7 @@ export async function getList( req, res ) {
237
237
  'Store Name': element?._source?.storeName,
238
238
  'Store ID': element?._source?.storeId || 'Un Assigned',
239
239
  'Store Name': element?._source?.storeName ||'Un Assigned',
240
- 'Optum ID': element?._source?.optumId,
240
+ 'Optom ID': element?._source?.optumId,
241
241
  'Queue ID': element?._source?.queueId,
242
242
  'Compliance Score': element?._source?.totalSteps>0 ? Math.round( ( element?._source?.coveredStepsAI/ element?._source?.totalSteps )*100 ): 0,
243
243
  'Steps Covered By AI': element?._source?.coveredStepsAI || 0,
@@ -1773,7 +1773,7 @@ export async function summaryList( req, res ) {
1773
1773
  'Store Name': element?._source?.storeName,
1774
1774
  'Store ID': element?._source?.storeId || 'Un Assigned',
1775
1775
  'Store Name': element?._source?.storeName ||'Un Assigned',
1776
- 'Optum ID': element?._source?.optumId,
1776
+ 'Optom ID': element?._source?.optumId,
1777
1777
  'Queue ID': element?._source?.queueId,
1778
1778
  'Tango Score': `${element?._source?.totalSteps>0 ? Math.round( ( element?._source?.coveredStepsAI/ element?._source?.totalSteps )*100 ): 0} %`,
1779
1779
  'Steps Covered By AI': element?._source?.coveredStepsAI || 0,
@@ -2277,7 +2277,7 @@ export async function emailAlertLog( req, res ) {
2277
2277
  exportData.push( {
2278
2278
  'RM Email': element.RMEmail,
2279
2279
  'Cluster Name': element.cluster,
2280
- 'Optum Id': element.optumId,
2280
+ 'Optom Id': element.optumId,
2281
2281
  'Store Name': element.storeName,
2282
2282
  'Tango Score': element.complianceScore || 0,
2283
2283
  'Trust Score': element.trustScore || 0,