🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@getlatedev/node

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

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

@@ -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 |

@@ -285,3 +286,3 @@ | `analytics.getGoogleBusinessSearchKeywords()` | Get GBP search keywords |

|--------|-------------|
| `usage.getCallsUsage()` | Calling usage (volumes + billable cost) |
| `usage.getCallsUsage()` | Calling usage and cost |
| `usage.getSmsUsage()` | SMS usage (volumes) |

@@ -314,2 +315,3 @@ | `usage.getUsage()` | Get plan and usage snapshot |

| `connect.getRedditSubreddits()` | List Reddit subreddits |
| `connect.getSubredditRules()` | Get subreddit rules |
| `connect.getTelegramConnectStatus()` | Generate Telegram code |

@@ -336,2 +338,4 @@ | `connect.getYoutubePlaylists()` | List YouTube playlists |

| `connect.selectSnapchatProfile()` | Select Snapchat profile |
| `connect.setRedditPostFlair()` | Set Reddit post flair |
| `connect.voteRedditThing()` | Vote on a Reddit post or comment |

@@ -442,3 +446,3 @@ ### Reddit

| `calls.getCall()` | Get a call (any channel) |
| `calls.getCallRecording()` | Get a call recording (any channel) |
| `calls.getCallRecording()` | Get a call recording |

@@ -461,2 +465,3 @@ ### Comment Automations

| `comments.deleteInboxComment()` | Delete comment |
| `comments.editInboxComment()` | Edit comment |
| `comments.hideInboxComment()` | Hide comment |

@@ -466,2 +471,3 @@ | `comments.likeInboxComment()` | Like comment |

| `comments.sendPrivateReplyToComment()` | Send private reply |
| `comments.setCommentModeration()` | Set comment moderation status |
| `comments.unhideInboxComment()` | Unhide comment |

@@ -498,3 +504,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 |

@@ -505,4 +513,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 Discord message |
| `discord.editDiscordGuildRole()` | Edit a Discord guild role |
| `discord.pinDiscordMessage()` | Pin a Discord message |

@@ -576,2 +588,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 |

@@ -583,2 +596,3 @@

| `mentions.listInboxMentions()` | List mentions |
| `mentions.replyToMention()` | Reply to a mention |

@@ -658,3 +672,3 @@ ### Messages (Inbox)

| `sms.lookupSmsNumber()` | Look up carrier + line type |
| `sms.reuseSmsRegistrationForNumber()` | Add a number to an existing registration |
| `sms.reuseSmsRegistrationForNumber()` | Add number to SMS registration |
| `sms.sendSms()` | Send an SMS/MMS |

@@ -661,0 +675,0 @@ | `sms.shareSmsRegistration()` | Create a registration share link |

@@ -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