@getlatedev/node 0.1.24 → 0.1.26
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 +14 -16
- package/dist/index.d.mts +73 -545
- package/dist/index.d.ts +73 -545
- package/dist/index.js +0 -14
- package/dist/index.mjs +0 -14
- package/package.json +1 -1
- package/src/client.ts +0 -4
- package/src/generated/sdk.gen.ts +128 -534
- package/src/generated/types.gen.ts +72 -550
package/README.md
CHANGED
|
@@ -251,7 +251,7 @@ try {
|
|
|
251
251
|
| Method | Description |
|
|
252
252
|
|--------|-------------|
|
|
253
253
|
| `tools.getYouTubeTranscript()` | Get YouTube transcript |
|
|
254
|
-
| `tools.checkInstagramHashtags()` | Check
|
|
254
|
+
| `tools.checkInstagramHashtags()` | Check IG hashtag bans |
|
|
255
255
|
| `tools.downloadBlueskyMedia()` | Download Bluesky media |
|
|
256
256
|
| `tools.downloadFacebookVideo()` | Download Facebook video |
|
|
257
257
|
| `tools.downloadInstagramMedia()` | Download Instagram media |
|
|
@@ -275,22 +275,20 @@ try {
|
|
|
275
275
|
| Method | Description |
|
|
276
276
|
|--------|-------------|
|
|
277
277
|
| `logs.listConnectionLogs()` | List connection logs |
|
|
278
|
-
| `logs.listLogs()` | List publishing logs (deprecated) |
|
|
279
278
|
| `logs.listPostsLogs()` | List publishing logs |
|
|
280
|
-
| `logs.getLog()` | Get log entry |
|
|
281
279
|
| `logs.getPostLogs()` | Get post logs |
|
|
282
280
|
|
|
283
281
|
### Connect (OAuth)
|
|
284
282
|
| Method | Description |
|
|
285
283
|
|--------|-------------|
|
|
286
284
|
| `connect.listFacebookPages()` | List Facebook pages |
|
|
287
|
-
| `connect.listGoogleBusinessLocations()` | List
|
|
285
|
+
| `connect.listGoogleBusinessLocations()` | List GBP locations |
|
|
288
286
|
| `connect.listLinkedInOrganizations()` | List LinkedIn orgs |
|
|
289
287
|
| `connect.listPinterestBoardsForSelection()` | List Pinterest boards |
|
|
290
288
|
| `connect.listSnapchatProfiles()` | List Snapchat profiles |
|
|
291
289
|
| `connect.getConnectUrl()` | Get OAuth connect URL |
|
|
292
290
|
| `connect.getFacebookPages()` | List Facebook pages |
|
|
293
|
-
| `connect.getGmbLocations()` | List
|
|
291
|
+
| `connect.getGmbLocations()` | List GBP locations |
|
|
294
292
|
| `connect.getLinkedInOrganizations()` | List LinkedIn orgs |
|
|
295
293
|
| `connect.getPendingOAuthData()` | Get pending OAuth data |
|
|
296
294
|
| `connect.getPinterestBoards()` | List Pinterest boards |
|
|
@@ -298,7 +296,7 @@ try {
|
|
|
298
296
|
| `connect.getRedditSubreddits()` | List Reddit subreddits |
|
|
299
297
|
| `connect.getTelegramConnectStatus()` | Generate Telegram code |
|
|
300
298
|
| `connect.updateFacebookPage()` | Update Facebook page |
|
|
301
|
-
| `connect.updateGmbLocation()` | Update
|
|
299
|
+
| `connect.updateGmbLocation()` | Update GBP location |
|
|
302
300
|
| `connect.updateLinkedInOrganization()` | Switch LinkedIn account type |
|
|
303
301
|
| `connect.updatePinterestBoards()` | Set default Pinterest board |
|
|
304
302
|
| `connect.updateRedditSubreddits()` | Set default subreddit |
|
|
@@ -307,7 +305,7 @@ try {
|
|
|
307
305
|
| `connect.handleOAuthCallback()` | Complete OAuth callback |
|
|
308
306
|
| `connect.initiateTelegramConnect()` | Connect Telegram directly |
|
|
309
307
|
| `connect.selectFacebookPage()` | Select Facebook page |
|
|
310
|
-
| `connect.selectGoogleBusinessLocation()` | Select
|
|
308
|
+
| `connect.selectGoogleBusinessLocation()` | Select GBP location |
|
|
311
309
|
| `connect.selectLinkedInOrganization()` | Select LinkedIn org |
|
|
312
310
|
| `connect.selectPinterestBoard()` | Select Pinterest board |
|
|
313
311
|
| `connect.selectSnapchatProfile()` | Select Snapchat profile |
|
|
@@ -321,15 +319,15 @@ try {
|
|
|
321
319
|
### Account Settings
|
|
322
320
|
| Method | Description |
|
|
323
321
|
|--------|-------------|
|
|
324
|
-
| `accountSettings.getInstagramIceBreakers()` | Get
|
|
325
|
-
| `accountSettings.getMessengerMenu()` | Get
|
|
326
|
-
| `accountSettings.getTelegramCommands()` | Get
|
|
327
|
-
| `accountSettings.deleteInstagramIceBreakers()` | Delete
|
|
328
|
-
| `accountSettings.deleteMessengerMenu()` | Delete
|
|
329
|
-
| `accountSettings.deleteTelegramCommands()` | Delete
|
|
330
|
-
| `accountSettings.setInstagramIceBreakers()` | Set
|
|
331
|
-
| `accountSettings.setMessengerMenu()` | Set
|
|
332
|
-
| `accountSettings.setTelegramCommands()` | Set
|
|
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 |
|