@pipedream/linkupapi 1.0.0 → 1.0.1
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/actions/connect-account/connect-account.mjs +2 -1
- package/actions/connect-to-profile/connect-to-profile.mjs +2 -1
- package/actions/create-comment/create-comment.mjs +2 -1
- package/actions/get-conversation-messages/get-conversation-messages.mjs +2 -1
- package/actions/get-invitations-status/get-invitations-status.mjs +2 -1
- package/actions/get-profile-info/get-profile-info.mjs +2 -1
- package/actions/list-inbox/list-inbox.mjs +2 -1
- package/actions/send-message/send-message.mjs +2 -1
- package/actions/verify-code/verify-code.mjs +2 -1
- package/package.json +1 -1
|
@@ -6,8 +6,9 @@ export default {
|
|
|
6
6
|
key: "linkupapi-connect-account",
|
|
7
7
|
name: "Connect Account",
|
|
8
8
|
description: "Authenticate a LinkedIn account and obtain a persistent `account_id` to reuse across all other actions. Connect with either a login token or email + password. If a checkpoint/challenge is required, follow up with **Verify Code**. [See the documentation](https://docs.linkupapi.com/api-reference/v2/accounts/login)",
|
|
9
|
-
version: "0.0.
|
|
9
|
+
version: "0.0.2",
|
|
10
10
|
type: "action",
|
|
11
|
+
ai: "optimized",
|
|
11
12
|
annotations: {
|
|
12
13
|
readOnlyHint: false,
|
|
13
14
|
destructiveHint: false,
|
|
@@ -3,10 +3,11 @@ import app from "../../linkupapi.app.mjs";
|
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
5
|
type: "action",
|
|
6
|
+
ai: "optimized",
|
|
6
7
|
key: "linkupapi-connect-to-profile",
|
|
7
8
|
name: "Connect To Profile",
|
|
8
9
|
description: "Send a connection invitation to a LinkedIn profile. [See the documentation](https://docs.linkupapi.com/api-reference/v2/network/invite)",
|
|
9
|
-
version: "1.0.
|
|
10
|
+
version: "1.0.1",
|
|
10
11
|
annotations: {
|
|
11
12
|
readOnlyHint: false,
|
|
12
13
|
destructiveHint: false,
|
|
@@ -4,8 +4,9 @@ export default {
|
|
|
4
4
|
key: "linkupapi-create-comment",
|
|
5
5
|
name: "Create Comment",
|
|
6
6
|
description: "Post a comment on LinkedIn content. [See the documentation](https://docs.linkupapi.com/api-reference/v2/content/comment)",
|
|
7
|
-
version: "1.0.
|
|
7
|
+
version: "1.0.1",
|
|
8
8
|
type: "action",
|
|
9
|
+
ai: "optimized",
|
|
9
10
|
annotations: {
|
|
10
11
|
destructiveHint: false,
|
|
11
12
|
openWorldHint: true,
|
|
@@ -3,10 +3,11 @@ import app from "../../linkupapi.app.mjs";
|
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
5
|
type: "action",
|
|
6
|
+
ai: "optimized",
|
|
6
7
|
key: "linkupapi-get-conversation-messages",
|
|
7
8
|
name: "Get Conversation Messages",
|
|
8
9
|
description: "Retrieve messages from a LinkedIn conversation. Identify the conversation by its ID or by the recipient's profile URL. [See the documentation](https://docs.linkupapi.com/api-reference/v2/messages/get-conversation)",
|
|
9
|
-
version: "1.0.
|
|
10
|
+
version: "1.0.1",
|
|
10
11
|
annotations: {
|
|
11
12
|
readOnlyHint: true,
|
|
12
13
|
destructiveHint: false,
|
|
@@ -2,10 +2,11 @@ import app from "../../linkupapi.app.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
type: "action",
|
|
5
|
+
ai: "optimized",
|
|
5
6
|
key: "linkupapi-get-invitations-status",
|
|
6
7
|
name: "Get Invitations Status",
|
|
7
8
|
description: "List pending connection invitations **received** by the connected account. Note: this returns invitations received, not ones you have sent. [See the documentation](https://docs.linkupapi.com/api-reference/v2/network/list-invitations)",
|
|
8
|
-
version: "1.0.
|
|
9
|
+
version: "1.0.1",
|
|
9
10
|
annotations: {
|
|
10
11
|
readOnlyHint: true,
|
|
11
12
|
destructiveHint: false,
|
|
@@ -3,10 +3,11 @@ import app from "../../linkupapi.app.mjs";
|
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
5
|
type: "action",
|
|
6
|
+
ai: "optimized",
|
|
6
7
|
key: "linkupapi-get-profile-info",
|
|
7
8
|
name: "Get Profile Info",
|
|
8
9
|
description: "Fetch details for a LinkedIn profile. Identify the target by profile URL, public identifier, or profile URN. [See the documentation](https://docs.linkupapi.com/api-reference/v2/profiles/get-profile)",
|
|
9
|
-
version: "1.0.
|
|
10
|
+
version: "1.0.1",
|
|
10
11
|
annotations: {
|
|
11
12
|
readOnlyHint: true,
|
|
12
13
|
destructiveHint: false,
|
|
@@ -4,8 +4,9 @@ export default {
|
|
|
4
4
|
key: "linkupapi-list-inbox",
|
|
5
5
|
name: "List Inbox",
|
|
6
6
|
description: "List conversations from the LinkedIn inbox, each with its `conversation_id` to use with **Get Conversation Messages**. [See the documentation](https://docs.linkupapi.com/api-reference/v2/messages/list-inbox)",
|
|
7
|
-
version: "0.0.
|
|
7
|
+
version: "0.0.2",
|
|
8
8
|
type: "action",
|
|
9
|
+
ai: "optimized",
|
|
9
10
|
annotations: {
|
|
10
11
|
readOnlyHint: true,
|
|
11
12
|
destructiveHint: false,
|
|
@@ -2,10 +2,11 @@ import app from "../../linkupapi.app.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
type: "action",
|
|
5
|
+
ai: "optimized",
|
|
5
6
|
key: "linkupapi-send-message",
|
|
6
7
|
name: "Send Message",
|
|
7
8
|
description: "Send a message to a LinkedIn profile. Make sure you are already connected to the recipient. [See the documentation](https://docs.linkupapi.com/api-reference/v2/messages/send)",
|
|
8
|
-
version: "1.0.
|
|
9
|
+
version: "1.0.1",
|
|
9
10
|
annotations: {
|
|
10
11
|
readOnlyHint: false,
|
|
11
12
|
destructiveHint: false,
|
|
@@ -2,10 +2,11 @@ import app from "../../linkupapi.app.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
type: "action",
|
|
5
|
+
ai: "optimized",
|
|
5
6
|
key: "linkupapi-verify-code",
|
|
6
7
|
name: "Verify Code",
|
|
7
8
|
description: "Submit a checkpoint/challenge verification code to complete authentication for a connected account. [See the documentation](https://docs.linkupapi.com/api-reference/v2/accounts/checkpoint)",
|
|
8
|
-
version: "1.0.
|
|
9
|
+
version: "1.0.1",
|
|
9
10
|
annotations: {
|
|
10
11
|
readOnlyHint: false,
|
|
11
12
|
destructiveHint: false,
|