Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@zernio/node

Package Overview
Dependencies
Maintainers
2
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zernio/node - npm Package Compare versions

Comparing version
0.2.187
to
0.2.188
+1
-1
package.json
{
"name": "@zernio/node",
"version": "0.2.187",
"version": "0.2.188",
"description": "The official Node.js library for the Zernio API",

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

@@ -620,2 +620,15 @@ <p align="center">

### WhatsApp Calling
| Method | Description |
|--------|-------------|
| `whatsappCalling.listWhatsAppCalls()` | List call history for an account |
| `whatsappCalling.getWhatsAppCall()` | Get a single call |
| `whatsappCalling.getWhatsAppCallEstimate()` | Estimate per-minute cost for a destination |
| `whatsappCalling.getWhatsAppCallingConfig()` | Get calling config for an account |
| `whatsappCalling.getWhatsAppCallPermissions()` | Check call permission for a consumer |
| `whatsappCalling.updateWhatsAppCalling()` | Update calling config |
| `whatsappCalling.disableWhatsAppCalling()` | Disable calling on a number |
| `whatsappCalling.enableWhatsAppCalling()` | Enable calling on a number |
| `whatsappCalling.initiateWhatsAppCall()` | Initiate outbound call |
### WhatsApp Flows

@@ -622,0 +635,0 @@ | Method | Description |

@@ -84,5 +84,7 @@ import packageJson from '../package.json';

deprecateWhatsAppFlow,
disableWhatsAppCalling,
duplicateAdCampaign,
editInboxMessage,
editPost,
enableWhatsAppCalling,
enrollContacts,

@@ -163,2 +165,6 @@ estimateAdReach,

getWhatsAppBusinessProfile,
getWhatsAppCall,
getWhatsAppCallEstimate,
getWhatsAppCallPermissions,
getWhatsAppCallingConfig,
getWhatsAppDataset,

@@ -184,2 +190,3 @@ getWhatsAppDisplayName,

initiateTelegramConnect,
initiateWhatsAppCall,
likeInboxComment,

@@ -225,2 +232,3 @@ listAccountGroups,

listUsers,
listWhatsAppCalls,
listWhatsAppConversions,

@@ -311,2 +319,3 @@ listWhatsAppFlowResponses,

updateWhatsAppBusinessProfile,
updateWhatsAppCalling,
updateWhatsAppDisplayName,

@@ -792,2 +801,17 @@ updateWhatsAppFlow,

/**
* whatsappcalling API
*/
whatsappcalling = {
getWhatsAppCallingConfig: getWhatsAppCallingConfig,
enableWhatsAppCalling: enableWhatsAppCalling,
updateWhatsAppCalling: updateWhatsAppCalling,
disableWhatsAppCalling: disableWhatsAppCalling,
getWhatsAppCallPermissions: getWhatsAppCallPermissions,
initiateWhatsAppCall: initiateWhatsAppCall,
listWhatsAppCalls: listWhatsAppCalls,
getWhatsAppCall: getWhatsAppCall,
getWhatsAppCallEstimate: getWhatsAppCallEstimate,
};
/**
* whatsapptemplates API

@@ -794,0 +818,0 @@ */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display