@zernio/node
Advanced tools
+1
-1
| { | ||
| "name": "@zernio/node", | ||
| "version": "0.2.325", | ||
| "version": "0.2.327", | ||
| "description": "The official Node.js library for the Zernio API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+14
-0
@@ -217,2 +217,3 @@ <p align="center"> | ||
| | `analytics.getFacebookPageInsights()` | Get Facebook Page insights | | ||
| | `analytics.getFacebookPostReactions()` | Get Facebook post reactions | | ||
| | `analytics.getGoogleBusinessPerformance()` | Get GBP performance metrics | | ||
@@ -313,2 +314,3 @@ | `analytics.getGoogleBusinessSearchKeywords()` | Get GBP search keywords | | ||
| | `connect.getRedditSubreddits()` | List Reddit subreddits | | ||
| | `connect.getSubredditRules()` | Get subreddit rules | | ||
| | `connect.getTelegramConnectStatus()` | Generate Telegram code | | ||
@@ -335,2 +337,4 @@ | `connect.getYoutubePlaylists()` | List YouTube playlists | | ||
| | `connect.selectSnapchatProfile()` | Select Snapchat profile | | ||
| | `connect.setRedditPostFlair()` | Set flair on a published Reddit post | | ||
| | `connect.voteRedditThing()` | Vote on a Reddit post or comment | | ||
@@ -459,2 +463,3 @@ ### Reddit | ||
| | `comments.deleteInboxComment()` | Delete comment | | ||
| | `comments.editInboxComment()` | Edit comment | | ||
| | `comments.hideInboxComment()` | Hide comment | | ||
@@ -464,2 +469,3 @@ | `comments.likeInboxComment()` | Like comment | | ||
| | `comments.sendPrivateReplyToComment()` | Send private reply | | ||
| | `comments.setCommentModeration()` | Set comment moderation status | | ||
| | `comments.unhideInboxComment()` | Unhide comment | | ||
@@ -496,3 +502,5 @@ | `comments.unlikeInboxComment()` | Unlike comment | | ||
| | `discord.listDiscordScheduledEvents()` | List Discord scheduled events | | ||
| | `discord.createDiscordGuildRole()` | Create a Discord guild role | | ||
| | `discord.createDiscordScheduledEvent()` | Create a Discord scheduled event | | ||
| | `discord.createDiscordThread()` | Create a Discord public thread | | ||
| | `discord.getDiscordChannels()` | List Discord guild channels | | ||
@@ -503,4 +511,8 @@ | `discord.getDiscordScheduledEvent()` | Get a Discord scheduled event | | ||
| | `discord.updateDiscordSettings()` | Update Discord settings | | ||
| | `discord.deleteDiscordGuildRole()` | Delete a Discord guild role | | ||
| | `discord.deleteDiscordMessage()` | Delete a Discord channel message | | ||
| | `discord.deleteDiscordScheduledEvent()` | Delete a Discord scheduled event | | ||
| | `discord.addDiscordMemberRole()` | Assign a role to a guild member | | ||
| | `discord.crosspostDiscordMessage()` | Crosspost a Discord announcement message | | ||
| | `discord.editDiscordGuildRole()` | Edit a Discord guild role | | ||
| | `discord.pinDiscordMessage()` | Pin a Discord message | | ||
@@ -574,2 +586,3 @@ | `discord.removeDiscordMemberRole()` | Remove a role from a guild member | | ||
| | `instagram.listInstagramStories()` | List active Instagram stories | | ||
| | `instagram.getInstagramPublishingLimit()` | Get Instagram publishing limit | | ||
| | `instagram.getInstagramStoryInsights()` | Get Instagram story insights | | ||
@@ -581,2 +594,3 @@ | ||
| | `mentions.listInboxMentions()` | List mentions | | ||
| | `mentions.replyToMention()` | Reply to a mention | | ||
@@ -583,0 +597,0 @@ ### Messages (Inbox) |
+28
-0
@@ -46,3 +46,5 @@ import packageJson from '../package.json'; | ||
| createCustomField, | ||
| createDiscordGuildRole, | ||
| createDiscordScheduledEvent, | ||
| createDiscordThread, | ||
| createGoogleBusinessMedia, | ||
@@ -73,2 +75,3 @@ createGoogleBusinessPlaceAction, | ||
| createWorkflow, | ||
| crosspostDiscordMessage, | ||
| deleteAccount, | ||
@@ -85,2 +88,4 @@ deleteAccountGroup, | ||
| deleteCustomField, | ||
| deleteDiscordGuildRole, | ||
| deleteDiscordMessage, | ||
| deleteDiscordScheduledEvent, | ||
@@ -115,2 +120,4 @@ deleteGoogleBusinessMedia, | ||
| duplicateWorkflow, | ||
| editDiscordGuildRole, | ||
| editInboxComment, | ||
| editInboxMessage, | ||
@@ -157,2 +164,3 @@ editPost, | ||
| getFacebookPages, | ||
| getFacebookPostReactions, | ||
| getFollowerStats, | ||
@@ -182,2 +190,3 @@ getGmbAttributeMetadata, | ||
| getInstagramIceBreakers, | ||
| getInstagramPublishingLimit, | ||
| getInstagramStoryInsights, | ||
@@ -209,2 +218,3 @@ getLeadForm, | ||
| getSmsUsage, | ||
| getSubredditRules, | ||
| getTelegramCommands, | ||
@@ -354,2 +364,3 @@ getTelegramConnectStatus, | ||
| replyToInboxReview, | ||
| replyToMention, | ||
| restoreWorkflowVersion, | ||
@@ -381,5 +392,7 @@ retryPost, | ||
| sendWhatsAppFlowMessage, | ||
| setCommentModeration, | ||
| setContactFieldValue, | ||
| setInstagramIceBreakers, | ||
| setMessengerMenu, | ||
| setRedditPostFlair, | ||
| setTelegramCommands, | ||
@@ -460,2 +473,3 @@ setWhatsappBusinessUsername, | ||
| verifySmsRegistrationOtp, | ||
| voteRedditThing, | ||
| } from './generated/sdk.gen'; | ||
@@ -561,2 +575,3 @@ | ||
| getLinkedInPostReactions: getLinkedInPostReactions, | ||
| getFacebookPostReactions: getFacebookPostReactions, | ||
| }; | ||
@@ -707,3 +722,6 @@ | ||
| updateRedditSubreddits: updateRedditSubreddits, | ||
| getSubredditRules: getSubredditRules, | ||
| voteRedditThing: voteRedditThing, | ||
| getRedditFlairs: getRedditFlairs, | ||
| setRedditPostFlair: setRedditPostFlair, | ||
| facebook: { | ||
@@ -806,2 +824,3 @@ listFacebookPages: listFacebookPages, | ||
| listInstagramStories: listInstagramStories, | ||
| getInstagramPublishingLimit: getInstagramPublishingLimit, | ||
| getInstagramStoryInsights: getInstagramStoryInsights, | ||
@@ -819,5 +838,11 @@ }; | ||
| listDiscordGuildRoles: listDiscordGuildRoles, | ||
| createDiscordGuildRole: createDiscordGuildRole, | ||
| editDiscordGuildRole: editDiscordGuildRole, | ||
| deleteDiscordGuildRole: deleteDiscordGuildRole, | ||
| listDiscordGuildMembers: listDiscordGuildMembers, | ||
| addDiscordMemberRole: addDiscordMemberRole, | ||
| removeDiscordMemberRole: removeDiscordMemberRole, | ||
| deleteDiscordMessage: deleteDiscordMessage, | ||
| crosspostDiscordMessage: crosspostDiscordMessage, | ||
| createDiscordThread: createDiscordThread, | ||
| listDiscordPinnedMessages: listDiscordPinnedMessages, | ||
@@ -907,2 +932,4 @@ pinDiscordMessage: pinDiscordMessage, | ||
| deleteInboxComment: deleteInboxComment, | ||
| editInboxComment: editInboxComment, | ||
| setCommentModeration: setCommentModeration, | ||
| hideInboxComment: hideInboxComment, | ||
@@ -932,2 +959,3 @@ unhideInboxComment: unhideInboxComment, | ||
| listInboxMentions: listInboxMentions, | ||
| replyToMention: replyToMention, | ||
| }; | ||
@@ -934,0 +962,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
3223244
2.01%65750
2.26%852
1.67%