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

@zernio/node

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zernio/node - npm Package Compare versions

Comparing version
0.2.19
to
0.2.20
+8
-1
dist/index.js

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

};
var updatePostMetadata = (options) => {
return (options?.client ?? client).post({
...options,
url: "/v1/posts/{postId}/update-metadata"
});
};
var listUsers = (options) => {

@@ -1820,3 +1826,4 @@ return (options?.client ?? client).get({

retryPost,
unpublishPost
unpublishPost,
updatePostMetadata
};

@@ -1823,0 +1830,0 @@ /**

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

};
var updatePostMetadata = (options) => {
return (options?.client ?? client).post({
...options,
url: "/v1/posts/{postId}/update-metadata"
});
};
var listUsers = (options) => {

@@ -1789,3 +1795,4 @@ return (options?.client ?? client).get({

retryPost,
unpublishPost
unpublishPost,
updatePostMetadata
};

@@ -1792,0 +1799,0 @@ /**

+1
-1
{
"name": "@zernio/node",
"version": "0.2.19",
"version": "0.2.20",
"description": "The official Node.js library for the Zernio API",

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

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

| `posts.updatePost()` | Update post |
| `posts.updatePostMetadata()` | Update post metadata |
| `posts.deletePost()` | Delete post |

@@ -179,0 +180,0 @@ | `posts.retryPost()` | Retry failed post |

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

updatePost,
updatePostMetadata,
updateProfile,

@@ -380,2 +381,3 @@ updateQueueSlot,

unpublishPost: unpublishPost,
updatePostMetadata: updatePostMetadata,
};

@@ -382,0 +384,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