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
308
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.247
to
0.2.248
+1
-1
package.json
{
"name": "@getlatedev/node",
"version": "0.2.247",
"version": "0.2.248",
"description": "The official Node.js library for the Zernio API",

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

@@ -633,2 +633,3 @@ <p align="center">

| `whatsapp.createWhatsAppTemplate()` | Create template |
| `whatsapp.getWhatsAppBlockedUsers()` | List blocked users |
| `whatsapp.getWhatsAppBusinessProfile()` | Get business profile |

@@ -648,5 +649,7 @@ | `whatsapp.getWhatsAppDataset()` | Get CTWA conversions dataset |

| `whatsapp.approveWhatsAppGroupJoinRequests()` | Approve join requests |
| `whatsapp.blockWhatsAppUsers()` | Block users |
| `whatsapp.rejectWhatsAppGroupJoinRequests()` | Reject join requests |
| `whatsapp.removeWhatsAppGroupParticipants()` | Remove participants |
| `whatsapp.sendWhatsAppConversion()` | Send WhatsApp conversion event |
| `whatsapp.unblockWhatsAppUsers()` | Unblock users |
| `whatsapp.uploadWhatsAppProfilePhoto()` | Upload profile picture |

@@ -653,0 +656,0 @@

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

batchGetGoogleBusinessReviews,
blockWhatsAppUsers,
bookmarkPost,

@@ -186,2 +187,3 @@ boostPost,

getWebhookSettings,
getWhatsAppBlockedUsers,
getWhatsAppBusinessProfile,

@@ -327,2 +329,3 @@ getWhatsAppCall,

triggerWorkflow,
unblockWhatsAppUsers,
undoRetweet,

@@ -863,2 +866,5 @@ unenrollContact,

updateWhatsAppDisplayName: updateWhatsAppDisplayName,
getWhatsAppBlockedUsers: getWhatsAppBlockedUsers,
blockWhatsAppUsers: blockWhatsAppUsers,
unblockWhatsAppUsers: unblockWhatsAppUsers,
getWhatsAppDataset: getWhatsAppDataset,

@@ -865,0 +871,0 @@ createWhatsAppDataset: createWhatsAppDataset,

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