tango-app-api-analysis-zone 3.7.1-alpha.20 → 3.7.1-alpha.21

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-analysis-zone",
3
- "version": "3.7.1-alpha.20",
3
+ "version": "3.7.1-alpha.21",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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://qraodev2brfhvlmlqk6mzsotlm0ggcjv.lambda-url.ap-south-1.on.aws/';
848
- // 'https://gcizlv6zpfhvwyrqzgpjsxneoi0rfnuc.lambda-url.ap-south-1.on.aws/';
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://rueg2hacc7ttlvbxkr73oij47q0upjqz.lambda-url.ap-south-1.on.aws/';
868
- // 'https://6adocjaelheviyminlomqqncmi0japrn.lambda-url.ap-south-1.on.aws/';
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' ) {
@@ -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://z46gmtwh772hx3flboykgvrq5u0wnval.lambda-url.ap-south-1.on.aws/';
1033
- // 'https://udcada6kh2bpchpgmigky4bxee0drhwb.lambda-url.ap-south-1.on.aws/';
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 );