Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@getlatedev/node

Package Overview
Dependencies
Maintainers
1
Versions
225
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.1.20
to
0.1.21
+8
-1
dist/index.js

@@ -436,2 +436,8 @@ "use strict";

};
var unpublishPost = (options) => {
return (options?.client ?? client).post({
...options,
url: "/v1/posts/{postId}/unpublish"
});
};
var listUsers = (options) => {

@@ -1230,3 +1236,4 @@ return (options?.client ?? client).get({

bulkUploadPosts,
retryPost
retryPost,
unpublishPost
};

@@ -1233,0 +1240,0 @@ /**

@@ -407,2 +407,8 @@ var __defProp = Object.defineProperty;

};
var unpublishPost = (options) => {
return (options?.client ?? client).post({
...options,
url: "/v1/posts/{postId}/unpublish"
});
};
var listUsers = (options) => {

@@ -1201,3 +1207,4 @@ return (options?.client ?? client).get({

bulkUploadPosts,
retryPost
retryPost,
unpublishPost
};

@@ -1204,0 +1211,0 @@ /**

+1
-1
{
"name": "@getlatedev/node",
"version": "0.1.20",
"version": "0.1.21",
"description": "The official Node.js library for the Late API",

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

@@ -179,2 +179,3 @@ <p align="center">

| `posts.retryPost()` | Retry publishing a failed or partial post |
| `posts.unpublishPost()` | Delete a published post from a social media platform |

@@ -181,0 +182,0 @@ ### Accounts

@@ -119,2 +119,3 @@ import {

unlikeInboxComment,
unpublishPost,
updateAccount,

@@ -267,2 +268,3 @@ updateAccountGroup,

retryPost: retryPost,
unpublishPost: unpublishPost,
};

@@ -269,0 +271,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