@zernio/node
Advanced tools
+1
-1
| { | ||
| "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", |
+11
-0
@@ -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 | | ||
@@ -535,0 +546,0 @@ | Method | Description | |
+20
-0
@@ -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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
2581868
1.61%53508
1.77%743
1.5%