@getlatedev/node 0.1.23 → 0.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -169,234 +169,232 @@ try {
169
169
  ### Posts
170
170
  | Method | Description |
171
171
  |--------|-------------|
172
- | `posts.listPosts()` | List posts visible to the authenticated user |
173
- | `posts.bulkUploadPosts()` | Validate and schedule multiple posts from CSV |
174
- | `posts.createPost()` | Create a draft, scheduled, or immediate post |
175
- | `posts.getPost()` | Get a single post |
176
- | `posts.updatePost()` | Update a post |
177
- | `posts.deletePost()` | Delete a post |
178
- | `posts.retryPost()` | Retry publishing a failed or partial post |
179
- | `posts.unpublishPost()` | Delete a published post from a social media platform |
172
+ | `posts.listPosts()` | List posts |
173
+ | `posts.bulkUploadPosts()` | Bulk upload from CSV |
174
+ | `posts.createPost()` | Create post |
175
+ | `posts.getPost()` | Get post |
176
+ | `posts.updatePost()` | Update post |
177
+ | `posts.deletePost()` | Delete post |
178
+ | `posts.retryPost()` | Retry failed post |
179
+ | `posts.unpublishPost()` | Unpublish post |
180
180
 
181
181
  ### Accounts
182
182
  | Method | Description |
183
183
  |--------|-------------|
184
- | `accounts.getAllAccountsHealth()` | Check health of all connected accounts |
185
- | `accounts.listAccounts()` | List connected social accounts |
186
- | `accounts.getAccountHealth()` | Check health of a specific account |
187
- | `accounts.getFollowerStats()` | Get follower stats and growth metrics |
188
- | `accounts.getGoogleBusinessReviews()` | Get Google Business Profile reviews |
189
- | `accounts.getLinkedInMentions()` | Resolve a LinkedIn profile or company URL to a URN for @mentions |
190
- | `accounts.updateAccount()` | Update a social account |
191
- | `accounts.deleteAccount()` | Disconnect a social account |
184
+ | `accounts.getAllAccountsHealth()` | Check accounts health |
185
+ | `accounts.listAccounts()` | List accounts |
186
+ | `accounts.getAccountHealth()` | Check account health |
187
+ | `accounts.getFollowerStats()` | Get follower stats |
188
+ | `accounts.getGoogleBusinessReviews()` | Get reviews |
189
+ | `accounts.getLinkedInMentions()` | Resolve LinkedIn mention |
190
+ | `accounts.updateAccount()` | Update account |
191
+ | `accounts.deleteAccount()` | Disconnect account |
192
192
 
193
193
  ### Profiles
194
194
  | Method | Description |
195
195
  |--------|-------------|
196
- | `profiles.listProfiles()` | List profiles visible to the authenticated user |
197
- | `profiles.createProfile()` | Create a new profile |
198
- | `profiles.getProfile()` | Get a profile by id |
199
- | `profiles.updateProfile()` | Update a profile |
200
- | `profiles.deleteProfile()` | Delete a profile (must have no connected accounts) |
196
+ | `profiles.listProfiles()` | List profiles |
197
+ | `profiles.createProfile()` | Create profile |
198
+ | `profiles.getProfile()` | Get profile |
199
+ | `profiles.updateProfile()` | Update profile |
200
+ | `profiles.deleteProfile()` | Delete profile |
201
201
 
202
202
  ### Analytics
203
203
  | Method | Description |
204
204
  |--------|-------------|
205
- | `analytics.getAnalytics()` | Unified analytics for posts |
206
- | `analytics.getLinkedInAggregateAnalytics()` | Get aggregate analytics for a LinkedIn personal account |
207
- | `analytics.getLinkedInPostAnalytics()` | Get analytics for a specific LinkedIn post by URN |
208
- | `analytics.getYouTubeDailyViews()` | YouTube daily views breakdown |
205
+ | `analytics.getAnalytics()` | Get post analytics |
206
+ | `analytics.getLinkedInAggregateAnalytics()` | Get LinkedIn aggregate stats |
207
+ | `analytics.getLinkedInPostAnalytics()` | Get LinkedIn post stats |
208
+ | `analytics.getYouTubeDailyViews()` | Get YouTube daily views |
209
209
 
210
210
  ### Account Groups
211
211
  | Method | Description |
212
212
  |--------|-------------|
213
- | `accountGroups.listAccountGroups()` | List account groups for the authenticated user |
214
- | `accountGroups.createAccountGroup()` | Create a new account group |
215
- | `accountGroups.updateAccountGroup()` | Update an account group |
216
- | `accountGroups.deleteAccountGroup()` | Delete an account group |
213
+ | `accountGroups.listAccountGroups()` | List groups |
214
+ | `accountGroups.createAccountGroup()` | Create group |
215
+ | `accountGroups.updateAccountGroup()` | Update group |
216
+ | `accountGroups.deleteAccountGroup()` | Delete group |
217
217
 
218
218
  ### Queue
219
219
  | Method | Description |
220
220
  |--------|-------------|
221
- | `queue.listQueueSlots()` | Get queue schedules for a profile |
222
- | `queue.createQueueSlot()` | Create a new queue for a profile |
223
- | `queue.getNextQueueSlot()` | Preview the next available queue slot (informational only) |
224
- | `queue.updateQueueSlot()` | Create or update a queue schedule |
225
- | `queue.deleteQueueSlot()` | Delete a queue schedule |
226
- | `queue.previewQueue()` | Preview upcoming queue slots for a profile |
221
+ | `queue.listQueueSlots()` | List schedules |
222
+ | `queue.createQueueSlot()` | Create schedule |
223
+ | `queue.getNextQueueSlot()` | Get next available slot |
224
+ | `queue.updateQueueSlot()` | Update schedule |
225
+ | `queue.deleteQueueSlot()` | Delete schedule |
226
+ | `queue.previewQueue()` | Preview upcoming slots |
227
227
 
228
228
  ### Webhooks
229
229
  | Method | Description |
230
230
  |--------|-------------|
231
- | `webhooks.createWebhookSettings()` | Create a new webhook |
232
- | `webhooks.getWebhookLogs()` | Get webhook delivery logs |
233
- | `webhooks.getWebhookSettings()` | List all webhooks |
234
- | `webhooks.updateWebhookSettings()` | Update a webhook |
235
- | `webhooks.deleteWebhookSettings()` | Delete a webhook |
231
+ | `webhooks.createWebhookSettings()` | Create webhook |
232
+ | `webhooks.getWebhookLogs()` | Get delivery logs |
233
+ | `webhooks.getWebhookSettings()` | List webhooks |
234
+ | `webhooks.updateWebhookSettings()` | Update webhook |
235
+ | `webhooks.deleteWebhookSettings()` | Delete webhook |
236
236
  | `webhooks.testWebhook()` | Send test webhook |
237
237
 
238
238
  ### API Keys
239
239
  | Method | Description |
240
240
  |--------|-------------|
241
- | `apiKeys.listApiKeys()` | List API keys for the current user |
242
- | `apiKeys.createApiKey()` | Create a new API key |
243
- | `apiKeys.deleteApiKey()` | Delete an API key |
241
+ | `apiKeys.listApiKeys()` | List keys |
242
+ | `apiKeys.createApiKey()` | Create key |
243
+ | `apiKeys.deleteApiKey()` | Delete key |
244
244
 
245
245
  ### Media
246
246
  | Method | Description |
247
247
  |--------|-------------|
248
- | `media.getMediaPresignedUrl()` | Get a presigned URL for direct file upload (up to 5GB) |
248
+ | `media.getMediaPresignedUrl()` | Get presigned upload URL |
249
249
 
250
250
  ### Tools
251
251
  | Method | Description |
252
252
  |--------|-------------|
253
- | `tools.getYouTubeTranscript()` | Get YouTube video transcript |
254
- | `tools.checkInstagramHashtags()` | Check Instagram hashtags for bans |
255
- | `tools.downloadBlueskyMedia()` | Download Bluesky video |
253
+ | `tools.getYouTubeTranscript()` | Get YouTube transcript |
254
+ | `tools.checkInstagramHashtags()` | Check IG hashtag bans |
255
+ | `tools.downloadBlueskyMedia()` | Download Bluesky media |
256
256
  | `tools.downloadFacebookVideo()` | Download Facebook video |
257
- | `tools.downloadInstagramMedia()` | Download Instagram reel or post |
257
+ | `tools.downloadInstagramMedia()` | Download Instagram media |
258
258
  | `tools.downloadLinkedInVideo()` | Download LinkedIn video |
259
259
  | `tools.downloadTikTokVideo()` | Download TikTok video |
260
- | `tools.downloadTwitterMedia()` | Download Twitter/X video |
261
- | `tools.downloadYouTubeVideo()` | Download YouTube video or audio |
260
+ | `tools.downloadTwitterMedia()` | Download Twitter/X media |
261
+ | `tools.downloadYouTubeVideo()` | Download YouTube video |
262
262
 
263
263
  ### Users
264
264
  | Method | Description |
265
265
  |--------|-------------|
266
- | `users.listUsers()` | List team users (root + invited) |
267
- | `users.getUser()` | Get user by id (self or invited) |
266
+ | `users.listUsers()` | List users |
267
+ | `users.getUser()` | Get user |
268
268
 
269
269
  ### Usage
270
270
  | Method | Description |
271
271
  |--------|-------------|
272
- | `usage.getUsageStats()` | Get plan and usage stats for current account |
272
+ | `usage.getUsageStats()` | Get plan and usage stats |
273
273
 
274
274
  ### Logs
275
275
  | Method | Description |
276
276
  |--------|-------------|
277
- | `logs.listConnectionLogs()` | Get connection logs |
278
- | `logs.listLogs()` | Get publishing logs (deprecated) |
279
- | `logs.listPostsLogs()` | Get publishing logs |
280
- | `logs.getLog()` | Get a single log entry |
281
- | `logs.getPostLogs()` | Get logs for a specific post |
277
+ | `logs.listConnectionLogs()` | List connection logs |
278
+ | `logs.listPostsLogs()` | List publishing logs |
279
+ | `logs.getPostLogs()` | Get post logs |
282
280
 
283
281
  ### Connect (OAuth)
284
282
  | Method | Description |
285
283
  |--------|-------------|
286
- | `connect.listFacebookPages()` | List Facebook Pages after OAuth (Headless Mode) |
287
- | `connect.listGoogleBusinessLocations()` | List Google Business Locations after OAuth (Headless Mode) |
288
- | `connect.listLinkedInOrganizations()` | Fetch full LinkedIn organization details (Headless Mode) |
289
- | `connect.listPinterestBoardsForSelection()` | List Pinterest Boards after OAuth (Headless Mode) |
290
- | `connect.listSnapchatProfiles()` | List Snapchat Public Profiles after OAuth (Headless Mode) |
291
- | `connect.getConnectUrl()` | Start OAuth connection for a platform |
292
- | `connect.getFacebookPages()` | List available Facebook pages for a connected account |
293
- | `connect.getGmbLocations()` | List available Google Business Profile locations for a connected account |
294
- | `connect.getLinkedInOrganizations()` | Get available LinkedIn organizations for a connected account |
295
- | `connect.getPendingOAuthData()` | Fetch pending OAuth selection data (Headless Mode) |
296
- | `connect.getPinterestBoards()` | List Pinterest boards for a connected account |
297
- | `connect.getRedditFlairs()` | List available post flairs for a Reddit subreddit |
298
- | `connect.getRedditSubreddits()` | List Reddit subreddits for a connected account |
299
- | `connect.getTelegramConnectStatus()` | Generate Telegram access code |
300
- | `connect.updateFacebookPage()` | Update selected Facebook page for a connected account |
301
- | `connect.updateGmbLocation()` | Update selected Google Business Profile location for a connected account |
302
- | `connect.updateLinkedInOrganization()` | Switch LinkedIn account type (personal/organization) |
303
- | `connect.updatePinterestBoards()` | Set default Pinterest board on the connection |
304
- | `connect.updateRedditSubreddits()` | Set default subreddit on the connection |
305
- | `connect.completeTelegramConnect()` | Check Telegram connection status |
306
- | `connect.connectBlueskyCredentials()` | Connect Bluesky using app password |
307
- | `connect.handleOAuthCallback()` | Complete OAuth token exchange manually (for server-side flows) |
308
- | `connect.initiateTelegramConnect()` | Direct Telegram connection (power users) |
309
- | `connect.selectFacebookPage()` | Select a Facebook Page to complete the connection (Headless Mode) |
310
- | `connect.selectGoogleBusinessLocation()` | Select a Google Business location to complete the connection (Headless Mode) |
311
- | `connect.selectLinkedInOrganization()` | Select LinkedIn organization or personal account after OAuth |
312
- | `connect.selectPinterestBoard()` | Select a Pinterest Board to complete the connection (Headless Mode) |
313
- | `connect.selectSnapchatProfile()` | Select a Snapchat Public Profile to complete the connection (Headless Mode) |
284
+ | `connect.listFacebookPages()` | List Facebook pages |
285
+ | `connect.listGoogleBusinessLocations()` | List GBP locations |
286
+ | `connect.listLinkedInOrganizations()` | List LinkedIn orgs |
287
+ | `connect.listPinterestBoardsForSelection()` | List Pinterest boards |
288
+ | `connect.listSnapchatProfiles()` | List Snapchat profiles |
289
+ | `connect.getConnectUrl()` | Get OAuth connect URL |
290
+ | `connect.getFacebookPages()` | List Facebook pages |
291
+ | `connect.getGmbLocations()` | List GBP locations |
292
+ | `connect.getLinkedInOrganizations()` | List LinkedIn orgs |
293
+ | `connect.getPendingOAuthData()` | Get pending OAuth data |
294
+ | `connect.getPinterestBoards()` | List Pinterest boards |
295
+ | `connect.getRedditFlairs()` | List subreddit flairs |
296
+ | `connect.getRedditSubreddits()` | List Reddit subreddits |
297
+ | `connect.getTelegramConnectStatus()` | Generate Telegram code |
298
+ | `connect.updateFacebookPage()` | Update Facebook page |
299
+ | `connect.updateGmbLocation()` | Update GBP location |
300
+ | `connect.updateLinkedInOrganization()` | Switch LinkedIn account type |
301
+ | `connect.updatePinterestBoards()` | Set default Pinterest board |
302
+ | `connect.updateRedditSubreddits()` | Set default subreddit |
303
+ | `connect.completeTelegramConnect()` | Check Telegram status |
304
+ | `connect.connectBlueskyCredentials()` | Connect Bluesky account |
305
+ | `connect.handleOAuthCallback()` | Complete OAuth callback |
306
+ | `connect.initiateTelegramConnect()` | Connect Telegram directly |
307
+ | `connect.selectFacebookPage()` | Select Facebook page |
308
+ | `connect.selectGoogleBusinessLocation()` | Select GBP location |
309
+ | `connect.selectLinkedInOrganization()` | Select LinkedIn org |
310
+ | `connect.selectPinterestBoard()` | Select Pinterest board |
311
+ | `connect.selectSnapchatProfile()` | Select Snapchat profile |
314
312
 
315
313
  ### Reddit
316
314
  | Method | Description |
317
315
  |--------|-------------|
318
- | `reddit.getRedditFeed()` | Fetch subreddit feed via a connected account |
319
- | `reddit.searchReddit()` | Search Reddit posts via a connected account |
316
+ | `reddit.getRedditFeed()` | Get subreddit feed |
317
+ | `reddit.searchReddit()` | Search posts |
320
318
 
321
319
  ### Account Settings
322
320
  | Method | Description |
323
321
  |--------|-------------|
324
- | `accountSettings.getInstagramIceBreakers()` | Get Instagram ice breakers |
325
- | `accountSettings.getMessengerMenu()` | Get Facebook persistent menu |
326
- | `accountSettings.getTelegramCommands()` | Get Telegram bot commands |
327
- | `accountSettings.deleteInstagramIceBreakers()` | Delete Instagram ice breakers |
328
- | `accountSettings.deleteMessengerMenu()` | Delete Facebook persistent menu |
329
- | `accountSettings.deleteTelegramCommands()` | Delete Telegram bot commands |
330
- | `accountSettings.setInstagramIceBreakers()` | Set Instagram ice breakers |
331
- | `accountSettings.setMessengerMenu()` | Set Facebook persistent menu |
332
- | `accountSettings.setTelegramCommands()` | Set Telegram bot commands |
322
+ | `accountSettings.getInstagramIceBreakers()` | Get IG ice breakers |
323
+ | `accountSettings.getMessengerMenu()` | Get FB persistent menu |
324
+ | `accountSettings.getTelegramCommands()` | Get TG bot commands |
325
+ | `accountSettings.deleteInstagramIceBreakers()` | Delete IG ice breakers |
326
+ | `accountSettings.deleteMessengerMenu()` | Delete FB persistent menu |
327
+ | `accountSettings.deleteTelegramCommands()` | Delete TG bot commands |
328
+ | `accountSettings.setInstagramIceBreakers()` | Set IG ice breakers |
329
+ | `accountSettings.setMessengerMenu()` | Set FB persistent menu |
330
+ | `accountSettings.setTelegramCommands()` | Set TG bot commands |
333
331
 
334
332
  ### Comments (Inbox)
335
333
  | Method | Description |
336
334
  |--------|-------------|
337
- | `comments.listInboxComments()` | List posts with comments across all accounts |
338
- | `comments.getInboxPostComments()` | Get comments for a post |
339
- | `comments.deleteInboxComment()` | Delete a comment |
340
- | `comments.hideInboxComment()` | Hide a comment |
341
- | `comments.likeInboxComment()` | Like a comment |
342
- | `comments.replyToInboxPost()` | Reply to a post or comment |
343
- | `comments.sendPrivateReplyToComment()` | Send private reply to comment author |
344
- | `comments.unhideInboxComment()` | Unhide a comment |
345
- | `comments.unlikeInboxComment()` | Unlike a comment |
335
+ | `comments.listInboxComments()` | List commented posts |
336
+ | `comments.getInboxPostComments()` | Get post comments |
337
+ | `comments.deleteInboxComment()` | Delete comment |
338
+ | `comments.hideInboxComment()` | Hide comment |
339
+ | `comments.likeInboxComment()` | Like comment |
340
+ | `comments.replyToInboxPost()` | Reply to comment |
341
+ | `comments.sendPrivateReplyToComment()` | Send private reply |
342
+ | `comments.unhideInboxComment()` | Unhide comment |
343
+ | `comments.unlikeInboxComment()` | Unlike comment |
346
344
 
347
345
  ### GMB Attributes
348
346
  | Method | Description |
349
347
  |--------|-------------|
350
- | `gmbAttributes.getGoogleBusinessAttributes()` | Get Google Business Profile location attributes |
351
- | `gmbAttributes.updateGoogleBusinessAttributes()` | Update Google Business Profile location attributes |
348
+ | `gmbAttributes.getGoogleBusinessAttributes()` | Get attributes |
349
+ | `gmbAttributes.updateGoogleBusinessAttributes()` | Update attributes |
352
350
 
353
351
  ### GMB Food Menus
354
352
  | Method | Description |
355
353
  |--------|-------------|
356
- | `gmbFoodMenus.getGoogleBusinessFoodMenus()` | Get Google Business Profile food menus |
357
- | `gmbFoodMenus.updateGoogleBusinessFoodMenus()` | Update Google Business Profile food menus |
354
+ | `gmbFoodMenus.getGoogleBusinessFoodMenus()` | Get food menus |
355
+ | `gmbFoodMenus.updateGoogleBusinessFoodMenus()` | Update food menus |
358
356
 
359
357
  ### GMB Location Details
360
358
  | Method | Description |
361
359
  |--------|-------------|
362
- | `gmbLocationDetails.getGoogleBusinessLocationDetails()` | Get Google Business Profile location details |
363
- | `gmbLocationDetails.updateGoogleBusinessLocationDetails()` | Update Google Business Profile location details |
360
+ | `gmbLocationDetails.getGoogleBusinessLocationDetails()` | Get location details |
361
+ | `gmbLocationDetails.updateGoogleBusinessLocationDetails()` | Update location details |
364
362
 
365
363
  ### GMB Media
366
364
  | Method | Description |
367
365
  |--------|-------------|
368
- | `gmbMedia.listGoogleBusinessMedia()` | List Google Business Profile media (photos) |
369
- | `gmbMedia.createGoogleBusinessMedia()` | Upload a photo to Google Business Profile |
370
- | `gmbMedia.deleteGoogleBusinessMedia()` | Delete a photo from Google Business Profile |
366
+ | `gmbMedia.listGoogleBusinessMedia()` | List media |
367
+ | `gmbMedia.createGoogleBusinessMedia()` | Upload photo |
368
+ | `gmbMedia.deleteGoogleBusinessMedia()` | Delete photo |
371
369
 
372
370
  ### GMB Place Actions
373
371
  | Method | Description |
374
372
  |--------|-------------|
375
- | `gmbPlaceActions.listGoogleBusinessPlaceActions()` | List place action links (booking, ordering, reservations) |
376
- | `gmbPlaceActions.createGoogleBusinessPlaceAction()` | Create a place action link (booking, ordering, reservation) |
377
- | `gmbPlaceActions.deleteGoogleBusinessPlaceAction()` | Delete a place action link |
373
+ | `gmbPlaceActions.listGoogleBusinessPlaceActions()` | List action links |
374
+ | `gmbPlaceActions.createGoogleBusinessPlaceAction()` | Create action link |
375
+ | `gmbPlaceActions.deleteGoogleBusinessPlaceAction()` | Delete action link |
378
376
 
379
377
  ### Messages (Inbox)
380
378
  | Method | Description |
381
379
  |--------|-------------|
382
- | `messages.listInboxConversations()` | List conversations across all accounts |
383
- | `messages.getInboxConversation()` | Get conversation details |
384
- | `messages.getInboxConversationMessages()` | Get messages in a conversation |
380
+ | `messages.listInboxConversations()` | List conversations |
381
+ | `messages.getInboxConversation()` | Get conversation |
382
+ | `messages.getInboxConversationMessages()` | List messages |
385
383
  | `messages.updateInboxConversation()` | Update conversation status |
386
- | `messages.editInboxMessage()` | Edit a message (Telegram only) |
387
- | `messages.sendInboxMessage()` | Send a message |
384
+ | `messages.editInboxMessage()` | Edit message |
385
+ | `messages.sendInboxMessage()` | Send message |
388
386
 
389
387
  ### Reviews (Inbox)
390
388
  | Method | Description |
391
389
  |--------|-------------|
392
- | `reviews.listInboxReviews()` | List reviews across all accounts |
393
- | `reviews.deleteInboxReviewReply()` | Delete a review reply |
394
- | `reviews.replyToInboxReview()` | Reply to a review |
390
+ | `reviews.listInboxReviews()` | List reviews |
391
+ | `reviews.deleteInboxReviewReply()` | Delete review reply |
392
+ | `reviews.replyToInboxReview()` | Reply to review |
395
393
 
396
394
  ### Invites
397
395
  | Method | Description |
398
396
  |--------|-------------|
399
- | `invites.createInviteToken()` | Create a team member invite token |
397
+ | `invites.createInviteToken()` | Create invite token |
400
398
 
401
399
  ## Requirements
402
400