tango-app-api-trax 3.3.1-hotfix-16 → 3.3.1-hotfix-17
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-hotfix-
|
|
3
|
+
"version": "3.3.1-hotfix-17",
|
|
4
4
|
"description": "Trax",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"nodemon": "^3.1.4",
|
|
28
28
|
"path": "^0.12.7",
|
|
29
29
|
"tango-api-schema": "^2.2.78",
|
|
30
|
-
"tango-app-api-middleware": "^3.1.
|
|
30
|
+
"tango-app-api-middleware": "^3.1.70",
|
|
31
31
|
"url": "^0.11.4",
|
|
32
32
|
"winston": "^3.13.1",
|
|
33
33
|
"winston-daily-rotate-file": "^5.0.0"
|
|
@@ -1679,7 +1679,7 @@ export async function internalAISendPushNotification( req, res ) {
|
|
|
1679
1679
|
}
|
|
1680
1680
|
let custom = {
|
|
1681
1681
|
title: requestData.title,
|
|
1682
|
-
|
|
1682
|
+
body: requestData.description,
|
|
1683
1683
|
type: req.body?.type,
|
|
1684
1684
|
storeId: req.body?.storeId,
|
|
1685
1685
|
date: req.body?.date,
|