Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@natyapp/meta

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@natyapp/meta - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

6

dist/useCases/message/whatsappResponse.js

@@ -23,7 +23,9 @@ "use strict";

var _a;
const connection = await services_1.connectionMutations.SearchOne("phoneNumberId", this.phone_number_id);
const connection = await services_1.connectionMutations.getAll({page:0,size:1000});
const { isSuccess, isError } = connection;
const thisInstance = isSuccess?.find(item=>item.id === `${this.companyId}/${this.phone_number_id}`)
console.log(`log from api updated`,{thisInstance,companyId:this.companyId,phoneNumberId:this.phone_number_id})
if (isError)
return;
const token = (_a = isSuccess[0]) === null || _a === void 0 ? void 0 : _a.accessToken;
const token = (_a = thisInstance) === null || _a === void 0 ? void 0 : _a.accessToken;
this.token = token;

@@ -30,0 +32,0 @@ this.apiCall = (0, services_1.newAxiosInstance)({

{
"name": "@natyapp/meta",
"version": "1.2.0",
"version": "1.3.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -0,0 +0,0 @@ # SDK MICROSSERVIÇO SECRETARIA NATY / META

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc