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
215
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.215
to
0.2.216
+1
-1
package.json
{
"name": "@zernio/node",
"version": "0.2.215",
"version": "0.2.216",
"description": "The official Node.js library for the Zernio API",

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

@@ -533,2 +533,13 @@ <p align="center">

### Inbox Analytics
| Method | Description |
|--------|-------------|
| `inboxAnalytics.listInboxConversationAnalytics()` | List conversations with inbox analytics |
| `inboxAnalytics.getInboxConversationAnalytics()` | Get analytics for a single conversation |
| `inboxAnalytics.getInboxHeatmap()` | Get inbox day-of-week × hour-of-day heatmap |
| `inboxAnalytics.getInboxResponseTime()` | Get inbox response-time stats |
| `inboxAnalytics.getInboxSourceBreakdown()` | Get inbox source breakdown |
| `inboxAnalytics.getInboxTopAccounts()` | Get top accounts by inbox volume |
| `inboxAnalytics.getInboxVolume()` | Get inbox messaging volume |
### Instagram

@@ -535,0 +546,0 @@ | Method | Description |

@@ -140,4 +140,10 @@ import packageJson from '../package.json';

getInboxConversation,
getInboxConversationAnalytics,
getInboxConversationMessages,
getInboxHeatmap,
getInboxPostComments,
getInboxResponseTime,
getInboxSourceBreakdown,
getInboxTopAccounts,
getInboxVolume,
getInstagramAccountInsights,

@@ -234,2 +240,3 @@ getInstagramDemographics,

listInboxComments,
listInboxConversationAnalytics,
listInboxConversations,

@@ -472,2 +479,15 @@ listInboxReviews,

/**
* inboxanalytics API
*/
inboxanalytics = {
getInboxVolume: getInboxVolume,
getInboxHeatmap: getInboxHeatmap,
getInboxSourceBreakdown: getInboxSourceBreakdown,
getInboxResponseTime: getInboxResponseTime,
getInboxTopAccounts: getInboxTopAccounts,
listInboxConversationAnalytics: listInboxConversationAnalytics,
getInboxConversationAnalytics: getInboxConversationAnalytics,
};
/**
* Account Groups API - Organize accounts into groups

@@ -474,0 +494,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