🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@getlatedev/node

Package Overview
Dependencies
Maintainers
3
Versions
347
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.294
to
0.2.295
+1
-1
package.json
{
"name": "@getlatedev/node",
"version": "0.2.294",
"version": "0.2.295",
"description": "The official Node.js library for the Zernio API",

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

@@ -643,2 +643,4 @@ <p align="center">

| `whatsapp.getWhatsAppBusinessProfile()` | Get business profile |
| `whatsapp.getWhatsappBusinessUsername()` | Get business username |
| `whatsapp.getWhatsappBusinessUsernameSuggestions()` | Get username suggestions |
| `whatsapp.getWhatsAppDataset()` | Get CTWA conversions dataset |

@@ -653,2 +655,3 @@ | `whatsapp.getWhatsAppDisplayName()` | Get display name status |

| `whatsapp.updateWhatsAppTemplate()` | Update template |
| `whatsapp.deleteWhatsappBusinessUsername()` | Delete business username |
| `whatsapp.deleteWhatsAppGroupChat()` | Delete group |

@@ -662,2 +665,3 @@ | `whatsapp.deleteWhatsAppTemplate()` | Delete template |

| `whatsapp.sendWhatsAppConversion()` | Send WhatsApp conversion event |
| `whatsapp.setWhatsappBusinessUsername()` | Set business username |
| `whatsapp.unblockWhatsAppUsers()` | Unblock users |

@@ -664,0 +668,0 @@ | `whatsapp.uploadWhatsAppProfilePhoto()` | Upload profile picture |

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

deleteWhatsAppTemplate,
deleteWhatsappBusinessUsername,
deleteWorkflow,

@@ -210,2 +211,4 @@ deprecateWhatsAppFlow,

getWhatsAppTemplates,
getWhatsappBusinessUsername,
getWhatsappBusinessUsernameSuggestions,
getWorkflow,

@@ -330,2 +333,3 @@ getWorkflowVersion,

setTelegramCommands,
setWhatsappBusinessUsername,
startGoogleBusinessVerification,

@@ -879,2 +883,6 @@ submitWhatsAppNumberKyc,

updateWhatsAppDisplayName: updateWhatsAppDisplayName,
getWhatsappBusinessUsername: getWhatsappBusinessUsername,
setWhatsappBusinessUsername: setWhatsappBusinessUsername,
deleteWhatsappBusinessUsername: deleteWhatsappBusinessUsername,
getWhatsappBusinessUsernameSuggestions: getWhatsappBusinessUsernameSuggestions,
getWhatsAppBlockStatus: getWhatsAppBlockStatus,

@@ -881,0 +889,0 @@ getWhatsAppBlockedUsers: getWhatsAppBlockedUsers,

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