@getlatedev/node
Advanced tools
+1
-22
@@ -538,20 +538,2 @@ "use strict"; | ||
| }; | ||
| var listPlatformInvites = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/platform-invites" | ||
| }); | ||
| }; | ||
| var createPlatformInvite = (options) => { | ||
| return (options?.client ?? client).post({ | ||
| ...options, | ||
| url: "/v1/platform-invites" | ||
| }); | ||
| }; | ||
| var deletePlatformInvite = (options) => { | ||
| return (options?.client ?? client).delete({ | ||
| ...options, | ||
| url: "/v1/platform-invites" | ||
| }); | ||
| }; | ||
| var getConnectUrl = (options) => { | ||
@@ -1016,6 +998,3 @@ return (options?.client ?? client).get({ | ||
| this.invites = { | ||
| createInviteToken, | ||
| listPlatformInvites, | ||
| createPlatformInvite, | ||
| deletePlatformInvite | ||
| createInviteToken | ||
| }; | ||
@@ -1022,0 +1001,0 @@ /** |
+1
-22
@@ -509,20 +509,2 @@ var __defProp = Object.defineProperty; | ||
| }; | ||
| var listPlatformInvites = (options) => { | ||
| return (options?.client ?? client).get({ | ||
| ...options, | ||
| url: "/v1/platform-invites" | ||
| }); | ||
| }; | ||
| var createPlatformInvite = (options) => { | ||
| return (options?.client ?? client).post({ | ||
| ...options, | ||
| url: "/v1/platform-invites" | ||
| }); | ||
| }; | ||
| var deletePlatformInvite = (options) => { | ||
| return (options?.client ?? client).delete({ | ||
| ...options, | ||
| url: "/v1/platform-invites" | ||
| }); | ||
| }; | ||
| var getConnectUrl = (options) => { | ||
@@ -987,6 +969,3 @@ return (options?.client ?? client).get({ | ||
| this.invites = { | ||
| createInviteToken, | ||
| listPlatformInvites, | ||
| createPlatformInvite, | ||
| deletePlatformInvite | ||
| createInviteToken | ||
| }; | ||
@@ -993,0 +972,0 @@ /** |
+1
-1
| { | ||
| "name": "@getlatedev/node", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "The official Node.js library for the Late API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+0
-3
@@ -316,6 +316,3 @@ <p align="center"> | ||
| |--------|-------------| | ||
| | `invites.listPlatformInvites()` | List platform connection invites | | ||
| | `invites.createInviteToken()` | Create a team member invite token | | ||
| | `invites.createPlatformInvite()` | Create a platform connection invite | | ||
| | `invites.deletePlatformInvite()` | Revoke a platform connection invite | | ||
@@ -322,0 +319,0 @@ ## Requirements |
+0
-6
@@ -10,3 +10,2 @@ import { | ||
| createInviteToken, | ||
| createPlatformInvite, | ||
| createPost, | ||
@@ -19,3 +18,2 @@ createProfile, | ||
| deleteApiKey, | ||
| deletePlatformInvite, | ||
| deletePost, | ||
@@ -68,3 +66,2 @@ deleteProfile, | ||
| listPinterestBoardsForSelection, | ||
| listPlatformInvites, | ||
| listPosts, | ||
@@ -275,5 +272,2 @@ listProfiles, | ||
| createInviteToken: createInviteToken, | ||
| listPlatformInvites: listPlatformInvites, | ||
| createPlatformInvite: createPlatformInvite, | ||
| deletePlatformInvite: deletePlatformInvite, | ||
| }; | ||
@@ -280,0 +274,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
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
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
58
-4.92%537524
-1.46%11899
-1.57%332
-0.9%