@getlatedev/node
Advanced tools
+14
-0
@@ -870,2 +870,14 @@ "use strict"; | ||
| }; | ||
| var getYoutubePlaylists = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/accounts/{accountId}/youtube-playlists" | ||
| }); | ||
| }; | ||
| var updateYoutubeDefaultPlaylist = (options) => { | ||
| return (options?.client ?? client).put({ | ||
| ...options, | ||
| url: "/v1/accounts/{accountId}/youtube-playlists" | ||
| }); | ||
| }; | ||
| var getGmbLocations = (options) => { | ||
@@ -1989,2 +2001,4 @@ return (options?.client ?? client).get({ | ||
| updatePinterestBoards, | ||
| getYoutubePlaylists, | ||
| updateYoutubeDefaultPlaylist, | ||
| getGmbLocations, | ||
@@ -1991,0 +2005,0 @@ updateGmbLocation, |
+14
-0
@@ -839,2 +839,14 @@ var __defProp = Object.defineProperty; | ||
| }; | ||
| var getYoutubePlaylists = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/accounts/{accountId}/youtube-playlists" | ||
| }); | ||
| }; | ||
| var updateYoutubeDefaultPlaylist = (options) => { | ||
| return (options?.client ?? client).put({ | ||
| ...options, | ||
| url: "/v1/accounts/{accountId}/youtube-playlists" | ||
| }); | ||
| }; | ||
| var getGmbLocations = (options) => { | ||
@@ -1958,2 +1970,4 @@ return (options?.client ?? client).get({ | ||
| updatePinterestBoards, | ||
| getYoutubePlaylists, | ||
| updateYoutubeDefaultPlaylist, | ||
| getGmbLocations, | ||
@@ -1960,0 +1974,0 @@ updateGmbLocation, |
+1
-1
| { | ||
| "name": "@getlatedev/node", | ||
| "version": "0.2.26", | ||
| "version": "0.2.27", | ||
| "description": "The official Node.js library for the Zernio API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+2
-0
@@ -308,2 +308,3 @@ <p align="center"> | ||
| | `connect.getTelegramConnectStatus()` | Generate Telegram code | | ||
| | `connect.getYoutubePlaylists()` | List YouTube playlists | | ||
| | `connect.updateFacebookPage()` | Update Facebook page | | ||
@@ -314,2 +315,3 @@ | `connect.updateGmbLocation()` | Update GBP location | | ||
| | `connect.updateRedditSubreddits()` | Set default subreddit | | ||
| | `connect.updateYoutubeDefaultPlaylist()` | Set default YouTube playlist | | ||
| | `connect.completeTelegramConnect()` | Check Telegram status | | ||
@@ -316,0 +318,0 @@ | `connect.connectBlueskyCredentials()` | Connect Bluesky account | |
+4
-0
@@ -140,2 +140,3 @@ import { | ||
| getYouTubeTranscript, | ||
| getYoutubePlaylists, | ||
| handleOAuthCallback, | ||
@@ -240,2 +241,3 @@ hideInboxComment, | ||
| updateWhatsAppTemplate, | ||
| updateYoutubeDefaultPlaylist, | ||
| uploadMediaDirect, | ||
@@ -465,2 +467,4 @@ uploadWhatsAppProfilePhoto, | ||
| updatePinterestBoards: updatePinterestBoards, | ||
| getYoutubePlaylists: getYoutubePlaylists, | ||
| updateYoutubeDefaultPlaylist: updateYoutubeDefaultPlaylist, | ||
| getGmbLocations: getGmbLocations, | ||
@@ -467,0 +471,0 @@ updateGmbLocation: updateGmbLocation, |
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
1292483
0.57%29165
0.45%563
0.36%