tango-app-api-analysis-zone 3.0.0-alpha.22 → 3.0.0-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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-analysis-zone",
3
- "version": "3.0.0-alpha.22",
3
+ "version": "3.0.0-alpha.23",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -238,7 +238,7 @@ export const trajectoryAnalysisV2 = async ( req, res ) => {
238
238
  export const trajectoryAnalysisRateV2 = async ( req, res ) => {
239
239
  try {
240
240
  let reqestData = req.body;
241
- let LamdaURL = 'https://h3xn5ktondejvwpaapkwb5wmbu0dqxop.lambda-url.ap-south-1.on.aws/%27';
241
+ let LamdaURL = 'https://h3xn5ktondejvwpaapkwb5wmbu0dqxop.lambda-url.ap-south-1.on.aws/';
242
242
  let resultData = await LamdaServiceCall( LamdaURL, reqestData );
243
243
  if ( resultData ) {
244
244
  if ( resultData.status_code == '200' ) {
@@ -257,7 +257,7 @@ export const trajectoryAnalysisRateV2 = async ( req, res ) => {
257
257
  export const customerJourneyV2 = async ( req, res ) => {
258
258
  try {
259
259
  let reqestData = req.body;
260
- let LamdaURL = '';
260
+ let LamdaURL = 'https://4hcktsbhhkmcvjtg4wdmvhopwi0mouqn.lambda-url.ap-south-1.on.aws/';
261
261
  let resultData = await LamdaServiceCall( LamdaURL, reqestData );
262
262
  if ( resultData ) {
263
263
  if ( resultData.status_code == '200' ) {
@@ -279,7 +279,7 @@ export const customerJourneyTableV2 = async ( req, res ) => {
279
279
  if ( reqestData.export ) {
280
280
  reqestData.limit = 1000;
281
281
  }
282
- let LamdaURL = '';
282
+ let LamdaURL = 'https://ac3wtvvvcb4g75hdtrdlldhnmi0pyxzq.lambda-url.ap-south-1.on.aws/';
283
283
  let resultData = await LamdaServiceCall( LamdaURL, reqestData );
284
284
  if ( resultData ) {
285
285
  if ( resultData.status_code == '200' ) {