Skip to content

Commit 2dfb941

Browse files
GTFalcaosergio-eliot-rodriguez
authored andcommitted
Updating LinkedIn API version (PipedreamHQ#18399)
1 parent 85bd98a commit 2dfb941

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

components/linkedin/actions/create-comment/create-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "linkedin-create-comment",
55
name: "Create Comment",
66
description: "Create a comment on a share or user generated content post. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-comment)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
linkedin,

components/linkedin/actions/create-image-post-organization/create-image-post-organization.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "linkedin-create-image-post-organization",
88
name: "Create Image Post (Organization)",
99
description: "Create an image post on LinkedIn. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/images-api?view=li-lms-2023-09&tabs=http#uploading-an-image)",
10-
version: "1.0.3",
10+
version: "1.0.4",
1111
type: "action",
1212
props: {
1313
linkedin,

components/linkedin/actions/create-image-post-user/create-image-post-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "linkedin-create-image-post-user",
88
name: "Create Image Post (User)",
99
description: "Create an image post on LinkedIn. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/images-api?view=li-lms-2023-09&tabs=http#uploading-an-image)",
10-
version: "1.0.3",
10+
version: "1.0.4",
1111
type: "action",
1212
props: {
1313
linkedin,

components/linkedin/actions/create-like-on-share/create-like-on-share.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "linkedin-create-like-on-share",
55
name: "Create Like On Share",
66
description: "Creates a like on a share. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#create-a-like-on-a-share)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
linkedin,

components/linkedin/actions/create-text-post-organization/create-text-post-organization.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "linkedin-create-text-post-organization",
66
name: "Create a Simple Post (Organization)",
77
description: "Create post on LinkedIn using text, URL or article. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api?view=li-lms-2022-11&tabs=http#create-organic-posts) for more information",
8-
version: "0.0.8",
8+
version: "0.0.9",
99
type: "action",
1010
props: {
1111
linkedin,

components/linkedin/actions/create-text-post-user/create-text-post-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "linkedin-create-text-post-user",
66
name: "Create a Simple Post (User)",
77
description: "Create post on LinkedIn using text, URL or article. [See the documentation](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/posts-api?view=li-lms-2022-11&tabs=http#create-organic-posts) for more information",
8-
version: "0.0.8",
8+
version: "0.0.9",
99
type: "action",
1010
props: {
1111
linkedin,

components/linkedin/actions/delete-post/delete-post.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "linkedin-delete-post",
55
name: "Delete Post",
66
description: "Removes a post from user's wall. [See the docs](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/share-api?tabs=http#delete-shares) for more information",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
type: "action",
99
props: {
1010
linkedin,

components/linkedin/actions/fetch-ad-account/fetch-ad-account.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "linkedin-fetch-ad-account",
55
name: "Fetch Ad Account",
66
description: "Fetches an individual adAccount given its id. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/ads/account-structure/create-and-manage-accounts#fetch-ad-account)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
linkedin,

components/linkedin/actions/get-current-member-profile/get-current-member-profile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "linkedin-get-current-member-profile",
55
name: "Get Current Member Profile",
66
description: "Gets the profile of the current authenticated member. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-current-members-profile)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
linkedin,

components/linkedin/actions/get-member-profile/get-member-profile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "linkedin-get-member-profile",
55
name: "Get Member Profile",
66
description: "Gets another member's profile, given its person id. [See the docs here](https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api#retrieve-other-members-profile)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
linkedin,

0 commit comments

Comments
 (0)