tango-app-api-analysis-zone 3.7.1-alpha.21 → 3.7.1-alpha.23
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
|
@@ -116,7 +116,8 @@ export const zoneSummaryTableV1 = async ( req, res ) => {
|
|
|
116
116
|
if ( reqestData.export ) {
|
|
117
117
|
reqestData.limit = 10000;
|
|
118
118
|
}
|
|
119
|
-
let LamdaURL = 'https://
|
|
119
|
+
let LamdaURL = 'https://hxpnn5weq3lm4nqouk4pjm3chy0jmqdb.lambda-url.ap-south-1.on.aws/';
|
|
120
|
+
//'https://l6dgzeiq6lgcfk54uiofhhwini0yserp.lambda-url.ap-south-1.on.aws/';
|
|
120
121
|
let resultData = await LamdaServiceCall( LamdaURL, reqestData );
|
|
121
122
|
if ( resultData ) {
|
|
122
123
|
if ( resultData.status_code == '200' ) {
|
|
@@ -949,8 +950,8 @@ export const getNewZoneShopperAnalysisV1 = async ( req, res ) => {
|
|
|
949
950
|
}
|
|
950
951
|
|
|
951
952
|
reqestData.featureConfigs = getClientData.featureConfigs;
|
|
952
|
-
const LamdaURL =
|
|
953
|
-
'https://sekueyolczfjl2ggy4hadzxxxu0zqcmt.lambda-url.ap-south-1.on.aws/';
|
|
953
|
+
const LamdaURL ='https://ozvtm7jqes5dpldnhobqdsog3e0kvbka.lambda-url.ap-south-1.on.aws/';
|
|
954
|
+
//'https://sekueyolczfjl2ggy4hadzxxxu0zqcmt.lambda-url.ap-south-1.on.aws/';
|
|
954
955
|
|
|
955
956
|
const resultData = await LamdaServiceCall( LamdaURL, reqestData );
|
|
956
957
|
|