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

@getlatedev/node

Package Overview
Dependencies
Maintainers
3
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlatedev/node - npm Package Compare versions

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

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

@@ -659,2 +659,9 @@ <p align="center">

### WhatsApp Sandbox
| Method | Description |
|--------|-------------|
| `whatsappSandbox.listWhatsAppSandboxSessions()` | List your sandbox sessions |
| `whatsappSandbox.createWhatsAppSandboxSession()` | Start a sandbox activation for a phone |
| `whatsappSandbox.deleteWhatsAppSandboxSession()` | Revoke a sandbox session |
### WhatsApp Templates

@@ -661,0 +668,0 @@ | Method | Description |

@@ -54,2 +54,3 @@ import packageJson from '../package.json';

createWhatsAppGroupInviteLink,
createWhatsAppSandboxSession,
createWhatsAppTemplate,

@@ -83,2 +84,3 @@ deleteAccount,

deleteWhatsAppGroupChat,
deleteWhatsAppSandboxSession,
deleteWhatsAppTemplate,

@@ -239,2 +241,3 @@ deprecateWhatsAppFlow,

listWhatsAppPhoneNumbers,
listWhatsAppSandboxSessions,
markConversationRead,

@@ -832,2 +835,11 @@ moveAccountToProfile,

/**
* whatsappsandbox API
*/
whatsappsandbox = {
listWhatsAppSandboxSessions: listWhatsAppSandboxSessions,
createWhatsAppSandboxSession: createWhatsAppSandboxSession,
deleteWhatsAppSandboxSession: deleteWhatsAppSandboxSession,
};
/**
* whatsappflows API

@@ -834,0 +846,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