@getlatedev/node
Advanced tools
+0
-14
@@ -880,14 +880,2 @@ "use strict"; | ||
| }; | ||
| var listLogs = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/logs" | ||
| }); | ||
| }; | ||
| var getLog = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/logs/{logId}" | ||
| }); | ||
| }; | ||
| var listPostsLogs = (options) => { | ||
@@ -1393,4 +1381,2 @@ return (options?.client ?? client).get({ | ||
| this.logs = { | ||
| listLogs, | ||
| getLog, | ||
| listPostsLogs, | ||
@@ -1397,0 +1383,0 @@ listConnectionLogs, |
+0
-14
@@ -851,14 +851,2 @@ var __defProp = Object.defineProperty; | ||
| }; | ||
| var listLogs = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/logs" | ||
| }); | ||
| }; | ||
| var getLog = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/logs/{logId}" | ||
| }); | ||
| }; | ||
| var listPostsLogs = (options) => { | ||
@@ -1364,4 +1352,2 @@ return (options?.client ?? client).get({ | ||
| this.logs = { | ||
| listLogs, | ||
| getLog, | ||
| listPostsLogs, | ||
@@ -1368,0 +1354,0 @@ listConnectionLogs, |
+1
-1
| { | ||
| "name": "@getlatedev/node", | ||
| "version": "0.1.24", | ||
| "version": "0.1.25", | ||
| "description": "The official Node.js library for the Late API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+14
-16
@@ -254,3 +254,3 @@ <p align="center"> | ||
| | `tools.getYouTubeTranscript()` | Get YouTube transcript | | ||
| | `tools.checkInstagramHashtags()` | Check Instagram hashtag bans | | ||
| | `tools.checkInstagramHashtags()` | Check IG hashtag bans | | ||
| | `tools.downloadBlueskyMedia()` | Download Bluesky media | | ||
@@ -279,5 +279,3 @@ | `tools.downloadFacebookVideo()` | Download Facebook video | | ||
| | `logs.listConnectionLogs()` | List connection logs | | ||
| | `logs.listLogs()` | List publishing logs (deprecated) | | ||
| | `logs.listPostsLogs()` | List publishing logs | | ||
| | `logs.getLog()` | Get log entry | | ||
| | `logs.getPostLogs()` | Get post logs | | ||
@@ -289,3 +287,3 @@ | ||
| | `connect.listFacebookPages()` | List Facebook pages | | ||
| | `connect.listGoogleBusinessLocations()` | List Google Business locations | | ||
| | `connect.listGoogleBusinessLocations()` | List GBP locations | | ||
| | `connect.listLinkedInOrganizations()` | List LinkedIn orgs | | ||
@@ -296,3 +294,3 @@ | `connect.listPinterestBoardsForSelection()` | List Pinterest boards | | ||
| | `connect.getFacebookPages()` | List Facebook pages | | ||
| | `connect.getGmbLocations()` | List Google Business locations | | ||
| | `connect.getGmbLocations()` | List GBP locations | | ||
| | `connect.getLinkedInOrganizations()` | List LinkedIn orgs | | ||
@@ -305,3 +303,3 @@ | `connect.getPendingOAuthData()` | Get pending OAuth data | | ||
| | `connect.updateFacebookPage()` | Update Facebook page | | ||
| | `connect.updateGmbLocation()` | Update Google Business location | | ||
| | `connect.updateGmbLocation()` | Update GBP location | | ||
| | `connect.updateLinkedInOrganization()` | Switch LinkedIn account type | | ||
@@ -315,3 +313,3 @@ | `connect.updatePinterestBoards()` | Set default Pinterest board | | ||
| | `connect.selectFacebookPage()` | Select Facebook page | | ||
| | `connect.selectGoogleBusinessLocation()` | Select Google Business location | | ||
| | `connect.selectGoogleBusinessLocation()` | Select GBP location | | ||
| | `connect.selectLinkedInOrganization()` | Select LinkedIn org | | ||
@@ -330,11 +328,11 @@ | `connect.selectPinterestBoard()` | Select Pinterest board | | ||
| |--------|-------------| | ||
| | `accountSettings.getInstagramIceBreakers()` | Get Instagram ice breakers | | ||
| | `accountSettings.getMessengerMenu()` | Get Facebook persistent menu | | ||
| | `accountSettings.getTelegramCommands()` | Get Telegram bot commands | | ||
| | `accountSettings.deleteInstagramIceBreakers()` | Delete Instagram ice breakers | | ||
| | `accountSettings.deleteMessengerMenu()` | Delete Facebook persistent menu | | ||
| | `accountSettings.deleteTelegramCommands()` | Delete Telegram bot commands | | ||
| | `accountSettings.setInstagramIceBreakers()` | Set Instagram ice breakers | | ||
| | `accountSettings.setMessengerMenu()` | Set Facebook persistent menu | | ||
| | `accountSettings.setTelegramCommands()` | Set Telegram bot commands | | ||
| | `accountSettings.getInstagramIceBreakers()` | Get IG ice breakers | | ||
| | `accountSettings.getMessengerMenu()` | Get FB persistent menu | | ||
| | `accountSettings.getTelegramCommands()` | Get TG bot commands | | ||
| | `accountSettings.deleteInstagramIceBreakers()` | Delete IG ice breakers | | ||
| | `accountSettings.deleteMessengerMenu()` | Delete FB persistent menu | | ||
| | `accountSettings.deleteTelegramCommands()` | Delete TG bot commands | | ||
| | `accountSettings.setInstagramIceBreakers()` | Set IG ice breakers | | ||
| | `accountSettings.setMessengerMenu()` | Set FB persistent menu | | ||
| | `accountSettings.setTelegramCommands()` | Set TG bot commands | | ||
@@ -341,0 +339,0 @@ ### Comments (Inbox) |
+0
-4
@@ -57,3 +57,2 @@ import { | ||
| getLinkedInPostAnalytics, | ||
| getLog, | ||
| getMediaPresignedUrl, | ||
@@ -94,3 +93,2 @@ getMessengerMenu, | ||
| listLinkedInOrganizations, | ||
| listLogs, | ||
| listPinterestBoardsForSelection, | ||
@@ -439,4 +437,2 @@ listPosts, | ||
| logs = { | ||
| listLogs: listLogs, | ||
| getLog: getLog, | ||
| listPostsLogs: listPostsLogs, | ||
@@ -443,0 +439,0 @@ listConnectionLogs: listConnectionLogs, |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
62
-42.59%752843
-6.36%16757
-6.47%413
-0.48%