tango-app-api-analysis-zone 3.7.1-alpha.20 → 3.7.1-alpha.22
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
|
@@ -844,8 +844,8 @@ export const getZoneAPIFFV2 = async ( req, res ) => {
|
|
|
844
844
|
export const getNewZoneFFV2 = async ( req, res ) => {
|
|
845
845
|
try {
|
|
846
846
|
let reqestData = req.body;
|
|
847
|
-
let LamdaURL ='https://
|
|
848
|
-
// 'https://
|
|
847
|
+
let LamdaURL = 'https://gcizlv6zpfhvwyrqzgpjsxneoi0rfnuc.lambda-url.ap-south-1.on.aws/';
|
|
848
|
+
// 'https://qraodev2brfhvlmlqk6mzsotlm0ggcjv.lambda-url.ap-south-1.on.aws/';
|
|
849
849
|
let resultData = await LamdaServiceCall( LamdaURL, reqestData );
|
|
850
850
|
if ( resultData ) {
|
|
851
851
|
if ( resultData.status_code == '200' ) {
|
|
@@ -864,8 +864,9 @@ export const getNewZoneFFV2 = async ( req, res ) => {
|
|
|
864
864
|
export const getSelectedZoneFFV2 = async ( req, res ) => {
|
|
865
865
|
try {
|
|
866
866
|
let reqestData = req.body;
|
|
867
|
-
let LamdaURL = 'https://
|
|
868
|
-
|
|
867
|
+
let LamdaURL = 'https://6adocjaelheviyminlomqqncmi0japrn.lambda-url.ap-south-1.on.aws/';
|
|
868
|
+
//'https://rueg2hacc7ttlvbxkr73oij47q0upjqz.lambda-url.ap-south-1.on.aws/';
|
|
869
|
+
|
|
869
870
|
let resultData = await LamdaServiceCall( LamdaURL, reqestData );
|
|
870
871
|
if ( resultData ) {
|
|
871
872
|
if ( resultData.status_code == '200' ) {
|
|
@@ -948,8 +949,8 @@ export const getNewZoneShopperAnalysisV1 = async ( req, res ) => {
|
|
|
948
949
|
}
|
|
949
950
|
|
|
950
951
|
reqestData.featureConfigs = getClientData.featureConfigs;
|
|
951
|
-
const LamdaURL =
|
|
952
|
-
'https://sekueyolczfjl2ggy4hadzxxxu0zqcmt.lambda-url.ap-south-1.on.aws/';
|
|
952
|
+
const LamdaURL ='https://ozvtm7jqes5dpldnhobqdsog3e0kvbka.lambda-url.ap-south-1.on.aws/';
|
|
953
|
+
//'https://sekueyolczfjl2ggy4hadzxxxu0zqcmt.lambda-url.ap-south-1.on.aws/';
|
|
953
954
|
|
|
954
955
|
const resultData = await LamdaServiceCall( LamdaURL, reqestData );
|
|
955
956
|
|
|
@@ -1029,8 +1030,9 @@ export const getNewCustomerTravelZoneV1 = async ( req, res ) => {
|
|
|
1029
1030
|
export const getNewAnalysisZoneV1 = async ( req, res ) => {
|
|
1030
1031
|
try {
|
|
1031
1032
|
let reqestData = req.body;
|
|
1032
|
-
let LamdaURL ='https://
|
|
1033
|
-
|
|
1033
|
+
let LamdaURL ='https://udcada6kh2bpchpgmigky4bxee0drhwb.lambda-url.ap-south-1.on.aws/';
|
|
1034
|
+
//'https://z46gmtwh772hx3flboykgvrq5u0wnval.lambda-url.ap-south-1.on.aws/';
|
|
1035
|
+
|
|
1034
1036
|
let resultData = await LamdaServiceCall( LamdaURL, reqestData );
|
|
1035
1037
|
if ( resultData ) {
|
|
1036
1038
|
return res.sendSuccess( resultData );
|