diff --git a/components/addressfinder/actions/verify-email/verify-email.mjs b/components/addressfinder/actions/verify-email/verify-email.mjs index 0e93bb6fff436..0d3cc0933631b 100644 --- a/components/addressfinder/actions/verify-email/verify-email.mjs +++ b/components/addressfinder/actions/verify-email/verify-email.mjs @@ -4,7 +4,7 @@ export default { key: "addressfinder-verify-email", name: "Verify Email", description: "Validates the input email. [See the documentation](https://addressfinder.com.au/api/email/verification/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -39,7 +39,7 @@ export default { value: "connection", }, { - label: "Email provider - a check that determines the underlaying provider of the email service.", + label: "Email provider - a check that determines the underlying provider of the email service.", value: "provider", }, ], diff --git a/components/addressfinder/package.json b/components/addressfinder/package.json index ee7aa0a9509aa..dcb4b997ef28e 100644 --- a/components/addressfinder/package.json +++ b/components/addressfinder/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/addressfinder", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Addressfinder Components", "main": "addressfinder.app.mjs", "keywords": [ diff --git a/components/airmeet/actions/add-authorized-attendee/add-authorized-attendee.mjs b/components/airmeet/actions/add-authorized-attendee/add-authorized-attendee.mjs index 5dfd3bcdbb94b..ea71902fa1de6 100644 --- a/components/airmeet/actions/add-authorized-attendee/add-authorized-attendee.mjs +++ b/components/airmeet/actions/add-authorized-attendee/add-authorized-attendee.mjs @@ -2,7 +2,7 @@ import app from "../../airmeet.app.mjs"; export default { name: "Add Authorized Attendee", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -22,17 +22,17 @@ export default { email: { type: "string", label: "Email", - description: "Email of the atendee", + description: "Email of the attendee", }, firstName: { type: "string", label: "First name", - description: "First name of the atendee", + description: "First name of the attendee", }, lastName: { type: "string", label: "Last name", - description: "Last name of the atendee", + description: "Last name of the attendee", }, }, async run({ $ }) { diff --git a/components/airmeet/package.json b/components/airmeet/package.json index 02298930aadb8..59a75246dd80b 100644 --- a/components/airmeet/package.json +++ b/components/airmeet/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/airmeet", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Airmeet Components", "main": "airmeet.app.mjs", "keywords": [ diff --git a/components/alpaca/actions/get-account-info/get-account-info.mjs b/components/alpaca/actions/get-account-info/get-account-info.mjs index 1ad267e24da33..f68a80aabac80 100644 --- a/components/alpaca/actions/get-account-info/get-account-info.mjs +++ b/components/alpaca/actions/get-account-info/get-account-info.mjs @@ -3,7 +3,7 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-get-account-info", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -25,7 +25,7 @@ export default { $, isPaperAPI: this.isPaperAPI, }); - $.export("$summary", "Account info has been retreived."); + $.export("$summary", "Account info has been retrieved."); return response; }, }; diff --git a/components/alpaca/package.json b/components/alpaca/package.json index d5f163bf4c1fb..675240100fc06 100644 --- a/components/alpaca/package.json +++ b/components/alpaca/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/alpaca", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Alpaca Components", "main": "alpaca.app.mjs", "keywords": [ diff --git a/components/bandwidth/actions/send-sms/send-sms.js b/components/bandwidth/actions/send-sms/send-sms.js index 093235b12e9a3..bc4e6e7841418 100644 --- a/components/bandwidth/actions/send-sms/send-sms.js +++ b/components/bandwidth/actions/send-sms/send-sms.js @@ -5,7 +5,12 @@ module.exports = { name: "Send SMS", description: "Send an SMS message using Bandwidth's Messaging API", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { bandwidth, messageTo: { diff --git a/components/bandwidth/bandwidth.app.js b/components/bandwidth/bandwidth.app.js index 5699fa2f27a10..de8de0bb21f62 100644 --- a/components/bandwidth/bandwidth.app.js +++ b/components/bandwidth/bandwidth.app.js @@ -27,7 +27,7 @@ module.exports = { mediaUrl: { type: "string[]", label: "Media URL", - description: "Publicly addressible URL of the media you would like to send with the SMS", + description: "Publicly addressable URL of the media you would like to send with the SMS", }, }, methods: { diff --git a/components/bandwidth/package.json b/components/bandwidth/package.json index 30555f2b0c473..53db57b89d668 100644 --- a/components/bandwidth/package.json +++ b/components/bandwidth/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bandwidth", - "version": "1.0.3", + "version": "1.0.4", "description": "Pipedream Bandwidth Components", "main": "bandwidth.app.js", "keywords": [ diff --git a/components/bandwidth/sources/new-incoming-sms/new-incoming-sms.js b/components/bandwidth/sources/new-incoming-sms/new-incoming-sms.js index 3b388235b99e9..65498beab8989 100644 --- a/components/bandwidth/sources/new-incoming-sms/new-incoming-sms.js +++ b/components/bandwidth/sources/new-incoming-sms/new-incoming-sms.js @@ -4,7 +4,8 @@ module.exports = { name: "New Incoming SMS", description: "Emits an event each time a `message-received` event is received at the source url", key: "bandwidth-new-incoming-sms", - version: "1.1.0", + version: "1.1.1", + type: "source", props: { bandwidth, http: { diff --git a/components/bandwidth/sources/new-outgoing-sms/new-outgoing-sms.js b/components/bandwidth/sources/new-outgoing-sms/new-outgoing-sms.js index 295f453091493..1634d81e2f975 100644 --- a/components/bandwidth/sources/new-outgoing-sms/new-outgoing-sms.js +++ b/components/bandwidth/sources/new-outgoing-sms/new-outgoing-sms.js @@ -5,7 +5,7 @@ module.exports = { description: "Emits an event each time an outbound message status event is received at the source url", key: "bandwidth-new-outgoing-sms", - version: "1.1.1", + version: "1.1.2", type: "source", props: { bandwidth, diff --git a/components/bloomerang/actions/add-interaction/add-interaction.mjs b/components/bloomerang/actions/add-interaction/add-interaction.mjs index bb1c6a17a7539..6c9732d50dae5 100644 --- a/components/bloomerang/actions/add-interaction/add-interaction.mjs +++ b/components/bloomerang/actions/add-interaction/add-interaction.mjs @@ -7,7 +7,7 @@ export default { key: "bloomerang-add-interaction", name: "Add Interaction", description: "Adds an interaction to an existing constituent in Bloomerang. [See the documentation](https://bloomerang.co/product/integrations-data-management/api/rest-api/#/Interactions/post_interaction)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -30,18 +30,18 @@ export default { subject: { type: "string", label: "Subject", - description: "The subject od the interation", + description: "The subject of the interaction", }, channel: { type: "string", label: "Channel", - description: "The channel of the interation", + description: "The channel of the interaction", options: CHANNEL_OPTIONS, }, purpose: { type: "string", label: "Purpose", - description: "The purpose of the interation", + description: "The purpose of the interaction", options: PURPOSE_OPTIONS, }, note: { diff --git a/components/bloomerang/package.json b/components/bloomerang/package.json index c0ba3cd6beb52..b8708c6d6f261 100644 --- a/components/bloomerang/package.json +++ b/components/bloomerang/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bloomerang", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Bloomerang Components", "main": "bloomerang.app.mjs", "keywords": [ diff --git a/components/bluesky/actions/create-post/create-post.mjs b/components/bluesky/actions/create-post/create-post.mjs index b9b80925276ce..4a0c247ab461c 100644 --- a/components/bluesky/actions/create-post/create-post.mjs +++ b/components/bluesky/actions/create-post/create-post.mjs @@ -6,7 +6,7 @@ export default { key: "bluesky-create-post", name: "Create Post", description: "Creates a new post on Bluesky. [See the documentation](https://docs.bsky.app/docs/api/com-atproto-repo-create-record).", - version: "0.1.1", + version: "0.1.2", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/bluesky/actions/like-post/like-post.mjs b/components/bluesky/actions/like-post/like-post.mjs index aad02b6699650..d0354bb045ccc 100644 --- a/components/bluesky/actions/like-post/like-post.mjs +++ b/components/bluesky/actions/like-post/like-post.mjs @@ -5,7 +5,7 @@ export default { key: "bluesky-like-post", name: "Like Post", description: "Like a specific post on Bluesky. [See the documentation](https://docs.bsky.app/docs/api/com-atproto-repo-create-record).", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/bluesky/actions/retrieve-thread/retrieve-thread.mjs b/components/bluesky/actions/retrieve-thread/retrieve-thread.mjs index 9823749cdcaaf..e41bc985009a1 100644 --- a/components/bluesky/actions/retrieve-thread/retrieve-thread.mjs +++ b/components/bluesky/actions/retrieve-thread/retrieve-thread.mjs @@ -4,7 +4,7 @@ export default { key: "bluesky-retrieve-thread", name: "Retrieve Thread", description: "Retrieve a full thread of posts. [See the documentation](https://docs.bsky.app/docs/api/app-bsky-feed-get-post-thread).", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/bluesky/common/constants.mjs b/components/bluesky/common/constants.mjs index 578245b441bc0..9677e3163657f 100644 --- a/components/bluesky/common/constants.mjs +++ b/components/bluesky/common/constants.mjs @@ -2,7 +2,7 @@ const BASE_URL = "https://bsky.social"; const VERSION_PATH = "/xrpc"; const INTERACTION_EVENT = { - REQUES_TLESS: "app.bsky.feed.defs#requestLess", + REQUEST_LESS: "app.bsky.feed.defs#requestLess", REQUEST_MORE: "app.bsky.feed.defs#requestMore", CLICK_THROUGH_ITEM: "app.bsky.feed.defs#clickthroughItem", CLICK_THROUGH_AUTHOR: "app.bsky.feed.defs#clickthroughAuthor", diff --git a/components/bluesky/package.json b/components/bluesky/package.json index 9cc4e1de3973e..f7e5d6b53cf7c 100644 --- a/components/bluesky/package.json +++ b/components/bluesky/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bluesky", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream Bluesky Components", "main": "bluesky.app.mjs", "keywords": [ diff --git a/components/bluesky/sources/new-follower-on-account/new-follower-on-account.mjs b/components/bluesky/sources/new-follower-on-account/new-follower-on-account.mjs index 2a36545ea5f82..90a9eabe11d48 100644 --- a/components/bluesky/sources/new-follower-on-account/new-follower-on-account.mjs +++ b/components/bluesky/sources/new-follower-on-account/new-follower-on-account.mjs @@ -6,7 +6,7 @@ export default { key: "bluesky-new-follower-on-account", name: "New Follower On Account", description: "Emit new event when someone follows the specified account. Requires the account ID as a prop to monitor followers for that account. [See the documentation](https://docs.bsky.app/docs/api/app-bsky-graph-get-followers).", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/bluesky/sources/new-posts-by-author/new-posts-by-author.mjs b/components/bluesky/sources/new-posts-by-author/new-posts-by-author.mjs index fd9dd4fef7c7f..96c18ef5c2edb 100644 --- a/components/bluesky/sources/new-posts-by-author/new-posts-by-author.mjs +++ b/components/bluesky/sources/new-posts-by-author/new-posts-by-author.mjs @@ -6,7 +6,7 @@ export default { key: "bluesky-new-posts-by-author", name: "New Posts By Author", description: "Emit new event when an author creates a post. Requires the author id as a prop to track posts from a specific author. [See the documentation](https://docs.bsky.app/docs/api/app-bsky-feed-search-posts).", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/bluesky/sources/new-timeline-posts/new-timeline-posts.mjs b/components/bluesky/sources/new-timeline-posts/new-timeline-posts.mjs index 1f59f6e186dbf..1ebae754fea2f 100644 --- a/components/bluesky/sources/new-timeline-posts/new-timeline-posts.mjs +++ b/components/bluesky/sources/new-timeline-posts/new-timeline-posts.mjs @@ -6,7 +6,7 @@ export default { key: "bluesky-new-timeline-posts", name: "New Timeline Posts", description: "Emit new event when posts appear in the `following` feed. [See the documentation](https://docs.bsky.app/docs/api/app-bsky-feed-get-timeline).", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/boloforms/actions/send-template-signature/send-template-signature.mjs b/components/boloforms/actions/send-template-signature/send-template-signature.mjs index 5c3d5c0ee6256..b48954903ff5f 100644 --- a/components/boloforms/actions/send-template-signature/send-template-signature.mjs +++ b/components/boloforms/actions/send-template-signature/send-template-signature.mjs @@ -6,7 +6,7 @@ export default { key: "boloforms-send-template-signature", name: "Send Template Signature", description: "Dispatch a predefined template to obtain a signature. [See the documentation](https://help.boloforms.com/en/articles/8557564-sending-for-signing)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -40,12 +40,12 @@ export default { receiversList: { type: "string[]", label: "Receivers List", - description: "A list of receiver objects. **Format: {\"name\": \"Chirag Gupta\", \"email\": \"support@boloforms.com\", \"roleTitle\": \"Junior Doctor\", \"roleColour\": \"#8FB1C8\"}** `RoleTitle has to exactly same as the role you added otherwise it will not work properly`. `Give color to your role you can pass any hex code but it's necessary`.", + description: "A list of receiver objects. **Format: {\"name\": \"Chirag Gupta\", \"email\": \"support@boloforms.com\", \"roleTitle\": \"Junior Doctor\", \"roleColour\": \"#8FB1C8\"}** `roleTitle` has to be exactly the same as the role you added or it won't work properly. You can pass a hex code to give a color to your role, but it's not required.", }, customVariables: { type: "string[]", label: "Custom Variables", - description: "A list of custom variable objects. **Format: {\"varName\": \"[v1]\", \"varValue\": \"v1 value from api\" }**. `Variable name has to be in square barckets`. `If you don't pass customVariables then also the call would work, Boloforms will pass each variable as empty.`.", + description: "A list of custom variable objects. **Format: {\"varName\": \"[v1]\", \"varValue\": \"v1 value from api\" }**. The variable name has to be in square brackets. If you don't pass customVariables then the call will still work, Boloforms will pass each variable as empty.", optional: true, }, }, diff --git a/components/boloforms/package.json b/components/boloforms/package.json index 3aeb042e5f91b..96f967e97e990 100644 --- a/components/boloforms/package.json +++ b/components/boloforms/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/boloforms", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Boloforms Components", "main": "boloforms.app.mjs", "keywords": [ diff --git a/components/clerk/actions/create-user/create-user.mjs b/components/clerk/actions/create-user/create-user.mjs index 326d5763f74df..e4cfc7f5ac673 100644 --- a/components/clerk/actions/create-user/create-user.mjs +++ b/components/clerk/actions/create-user/create-user.mjs @@ -6,7 +6,7 @@ import { export default { key: "clerk-create-user", name: "Create User", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -76,7 +76,7 @@ export default { passwordHasher: { type: "string", label: "Password Hasher", - description: "The hashing algorithm that was used to generate the password digest. The algorithms that Clerk supports at the moment are `bcrypt`, `bcrypt_sha256_django`, `md5`, `pbkdf2_sha256`, `pbkdf2_sha256_django`, `phpass`, `scrypt_firebase` and 2 `argon2` variants, `argon2i` and `argon2id`. Each of the above expects the incoming digest to be of a particular format. [See the documentarion](https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser!path=password_hasher&t=request) for further information.", + description: "The hashing algorithm that was used to generate the password digest. The algorithms that Clerk supports at the moment are `bcrypt`, `bcrypt_sha256_django`, `md5`, `pbkdf2_sha256`, `pbkdf2_sha256_django`, `phpass`, `scrypt_firebase` and 2 `argon2` variants, `argon2i` and `argon2id`. Each of the above expects the incoming digest to be of a particular format. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser!path=password_hasher&t=request) for further information.", optional: true, }, skipPasswordChecks: { diff --git a/components/clerk/package.json b/components/clerk/package.json index 8e0a2804ba694..9f29dae77355e 100644 --- a/components/clerk/package.json +++ b/components/clerk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clerk", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Clerk Components", "main": "clerk.app.mjs", "keywords": [ diff --git a/components/click2mail2/actions/create-job/create-job.mjs b/components/click2mail2/actions/create-job/create-job.mjs index 30ab1cdacee0c..7f72677fa24e1 100644 --- a/components/click2mail2/actions/create-job/create-job.mjs +++ b/components/click2mail2/actions/create-job/create-job.mjs @@ -11,7 +11,7 @@ import { export default { key: "click2mail2-create-job", name: "Create Job", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -164,7 +164,7 @@ export default { businessReplyAddressId: { type: "integer", label: "Business Reply Address Id", - description: "If you are mailing a business reply mail product use this to specify the busines reply address and permit information already in your account.", + description: "If you are mailing a business reply mail product use this to specify the business reply address and permit information already in your account.", optional: true, }, courtesyReplyAddressId: { diff --git a/components/click2mail2/package.json b/components/click2mail2/package.json index 0a6236d0c3f0d..eeae5800c4947 100644 --- a/components/click2mail2/package.json +++ b/components/click2mail2/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/click2mail2", - "version": "1.0.3", + "version": "1.0.4", "description": "Pipedream Click2Mail Components", "main": "click2mail2.app.mjs", "keywords": [ diff --git a/components/discord/README.md b/components/discord/README.md index a887f3a6e1da8..704e5b3ed0a5e 100644 --- a/components/discord/README.md +++ b/components/discord/README.md @@ -17,7 +17,7 @@ Discord and Discord Bot actions and triggers _can_ both: However the Discord integration will perform actions with the official Pipedream Discord bot. -Using the Discord Bot integration will use a custom bot instead, with it's own name and photo. +Using the Discord Bot integration will use a custom bot instead, with its own name and photo. ### Accounts diff --git a/components/discord_bot/README.md b/components/discord_bot/README.md index 06b564f6cc0c2..7ee56ec1e34fc 100644 --- a/components/discord_bot/README.md +++ b/components/discord_bot/README.md @@ -29,7 +29,7 @@ Discord and Discord Bot actions and triggers _can_ both: However the Discord integration will perform actions with the official Pipedream Discord bot. -Using the Discord Bot integration will use a custom bot instead, with it's own name and photo. +Using the Discord Bot integration will use a custom bot instead, with its own name and photo. ## New Messages in Channel diff --git a/components/dropbox/actions/download-file-to-tmp/download-file-to-tmp.mjs b/components/dropbox/actions/download-file-to-tmp/download-file-to-tmp.mjs index e8f4c0f6a226d..05096c2b2450f 100644 --- a/components/dropbox/actions/download-file-to-tmp/download-file-to-tmp.mjs +++ b/components/dropbox/actions/download-file-to-tmp/download-file-to-tmp.mjs @@ -9,7 +9,7 @@ export default { name: "Download File to TMP", description: "Download a specific file to the temporary directory. [See the documentation](https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDownload__anchor).", key: "dropbox-download-file-to-tmp", - version: "0.0.10", + version: "0.0.11", annotations: { destructiveHint: false, openWorldHint: true, @@ -30,7 +30,7 @@ export default { name: { type: "string", label: "File Name", - description: "The new name of the file to be saved, including it's extension. e.g: `myFile.csv`", + description: "The new name of the file to be saved, including its extension. e.g: `myFile.csv`", optional: true, }, syncDir: { diff --git a/components/dropbox/package.json b/components/dropbox/package.json index 9585e37fb2792..ba066e629db80 100644 --- a/components/dropbox/package.json +++ b/components/dropbox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dropbox", - "version": "1.1.3", + "version": "1.1.4", "description": "Pipedream Dropbox Components", "main": "dropbox.app.mjs", "keywords": [ diff --git a/components/firefish/actions/unsubscribe-email/unsubscribe-email.mjs b/components/firefish/actions/unsubscribe-email/unsubscribe-email.mjs index 037705b3ee305..dccc9368cb2b3 100644 --- a/components/firefish/actions/unsubscribe-email/unsubscribe-email.mjs +++ b/components/firefish/actions/unsubscribe-email/unsubscribe-email.mjs @@ -3,8 +3,8 @@ import firefish from "../../firefish.app.mjs"; export default { key: "firefish-unsubscribe-email", name: "Unsubscribe Email", - description: "Removes a particular contact or candidate from all existing firefish email subscriptions. [See the documentatio](https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2)", - version: "0.0.2", + description: "Removes a particular contact or candidate from all existing firefish email subscriptions. [See the documentation](https://developer.firefishsoftware.com/#002bb8c0-0b41-4016-b33c-026a46b499b2)", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/firefish/package.json b/components/firefish/package.json index b4eb00e761f4b..e36aaee8dd0ba 100644 --- a/components/firefish/package.json +++ b/components/firefish/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/firefish", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Firefish Components", "main": "firefish.app.mjs", "keywords": [ diff --git a/components/freshdesk/package.json b/components/freshdesk/package.json index 5e0660428e541..3d25c809eacbd 100644 --- a/components/freshdesk/package.json +++ b/components/freshdesk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/freshdesk", - "version": "0.9.1", + "version": "0.9.2", "description": "Pipedream Freshdesk Components", "main": "freshdesk.app.mjs", "keywords": [ diff --git a/components/freshdesk/sources/common/polling.mjs b/components/freshdesk/sources/common/polling.mjs index 671f72abdf0af..8cc3de7ba1ff6 100644 --- a/components/freshdesk/sources/common/polling.mjs +++ b/components/freshdesk/sources/common/polling.mjs @@ -36,12 +36,12 @@ export default { const resourceFn = this.getResourceFn(); const tsField = this.getTsField(); - const formatedDate = lastDateChecked.substr( + const formattedDate = lastDateChecked.substr( 0, (lastDateChecked + "T").indexOf("T"), ); const results = await resourceFn({ - query: `"${tsField}:>'${formatedDate}'"`, + query: `"${tsField}:>'${formattedDate}'"`, page: 1, }); for await (const result of results) { diff --git a/components/freshdesk/sources/contact-updated/contact-updated.mjs b/components/freshdesk/sources/contact-updated/contact-updated.mjs index a05dce9262719..3e41146848339 100644 --- a/components/freshdesk/sources/contact-updated/contact-updated.mjs +++ b/components/freshdesk/sources/contact-updated/contact-updated.mjs @@ -5,7 +5,7 @@ export default { key: "freshdesk-contact-updated", name: "Contact Updated", description: "Emit new event when a contact is updated. [See the documentation](https://developers.freshdesk.com/api/#filter_contacts)", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", methods: { diff --git a/components/freshdesk/sources/new-contact/new-contact.mjs b/components/freshdesk/sources/new-contact/new-contact.mjs index c67e35024648b..769e33ee41978 100644 --- a/components/freshdesk/sources/new-contact/new-contact.mjs +++ b/components/freshdesk/sources/new-contact/new-contact.mjs @@ -5,7 +5,7 @@ export default { key: "freshdesk-new-contact", name: "New Contact Created", description: "Emit new event when a contact is created. [See the documentation](https://developers.freshdesk.com/api/#filter_contacts)", - version: "0.0.11", + version: "0.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/freshdesk/sources/new-ticket/new-ticket.mjs b/components/freshdesk/sources/new-ticket/new-ticket.mjs index 4978ee97ec344..8b70f2b4dde1b 100644 --- a/components/freshdesk/sources/new-ticket/new-ticket.mjs +++ b/components/freshdesk/sources/new-ticket/new-ticket.mjs @@ -5,7 +5,7 @@ export default { key: "freshdesk-new-ticket", name: "New Ticket Created", description: "Emit new event when a ticket is created. [See the documentation](https://developers.freshdesk.com/api/#filter_tickets)", - version: "0.0.11", + version: "0.0.12", type: "source", dedupe: "unique", methods: { diff --git a/components/freshdesk/sources/ticket-updated/ticket-updated.mjs b/components/freshdesk/sources/ticket-updated/ticket-updated.mjs index a41a42aca7b9f..01034b526f152 100644 --- a/components/freshdesk/sources/ticket-updated/ticket-updated.mjs +++ b/components/freshdesk/sources/ticket-updated/ticket-updated.mjs @@ -5,7 +5,7 @@ export default { key: "freshdesk-ticket-updated", name: "Ticket Updated", description: "Emit new event when a ticket is updated. [See the documentation](https://developers.freshdesk.com/api/#filter_tickets)", - version: "0.0.4", + version: "0.0.5", type: "source", dedupe: "unique", methods: { diff --git a/components/ghost_org_admin_api/package.json b/components/ghost_org_admin_api/package.json index b7ca2e7fda1e6..77b8e875fe9b0 100644 --- a/components/ghost_org_admin_api/package.json +++ b/components/ghost_org_admin_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ghost_org_admin_api", - "version": "0.1.5", + "version": "0.1.6", "description": "Pipedream Ghost_org_admin_api Components", "main": "ghost_org_admin_api.app.mjs", "keywords": [ diff --git a/components/ghost_org_admin_api/sources/common-webhook.mjs b/components/ghost_org_admin_api/sources/common-webhook.mjs index f66e1314e24b6..7986da0dbac06 100644 --- a/components/ghost_org_admin_api/sources/common-webhook.mjs +++ b/components/ghost_org_admin_api/sources/common-webhook.mjs @@ -49,9 +49,9 @@ export default { }, /** * Gets the [Ghost event](https://ghost.org/docs/webhooks/) for which this webhook should - * receieve events + * receive events * - * To receieve webhook requests for the Ghost event `site.changed`, the function would look like + * To receive webhook requests for the Ghost event `site.changed`, the function would look like * this: * @example * function getEvent() { diff --git a/components/ghost_org_admin_api/sources/member-created/member-created.mjs b/components/ghost_org_admin_api/sources/member-created/member-created.mjs index fb4206b409bfe..dec2b5a0ebe65 100644 --- a/components/ghost_org_admin_api/sources/member-created/member-created.mjs +++ b/components/ghost_org_admin_api/sources/member-created/member-created.mjs @@ -6,7 +6,7 @@ export default { key: "ghost_org_admin_api-member-created", name: "New Member Created (Instant)", description: "Emit new event for each new member added to a site.", - version: "0.0.9", + version: "0.0.10", dedupe: "unique", methods: { ...common.methods, diff --git a/components/ghost_org_admin_api/sources/member-deleted/member-deleted.mjs b/components/ghost_org_admin_api/sources/member-deleted/member-deleted.mjs index 2139674cbcf47..7d3c2c9693f6e 100644 --- a/components/ghost_org_admin_api/sources/member-deleted/member-deleted.mjs +++ b/components/ghost_org_admin_api/sources/member-deleted/member-deleted.mjs @@ -6,7 +6,7 @@ export default { key: "ghost_org_admin_api-member-deleted", name: "Member Deleted (Instant)", description: "Emit new event each time a member is deleted from a site.", - version: "0.0.9", + version: "0.0.10", dedupe: "unique", methods: { ...common.methods, diff --git a/components/ghost_org_admin_api/sources/member-updated/member-updated.mjs b/components/ghost_org_admin_api/sources/member-updated/member-updated.mjs index c8bdf49b3a145..60ecff2482f7c 100644 --- a/components/ghost_org_admin_api/sources/member-updated/member-updated.mjs +++ b/components/ghost_org_admin_api/sources/member-updated/member-updated.mjs @@ -6,7 +6,7 @@ export default { key: "ghost_org_admin_api-member-updated", name: "Member Updated (Instant)", description: "Emit new event each time a member is updated.", - version: "0.0.9", + version: "0.0.10", methods: { ...common.methods, getEvent() { diff --git a/components/ghost_org_admin_api/sources/new-tag/new-tag.mjs b/components/ghost_org_admin_api/sources/new-tag/new-tag.mjs index d5f4eb5f5e904..307d46d62ca9b 100644 --- a/components/ghost_org_admin_api/sources/new-tag/new-tag.mjs +++ b/components/ghost_org_admin_api/sources/new-tag/new-tag.mjs @@ -6,7 +6,7 @@ export default { key: "ghost_org_admin_api-new-tag", name: "Tag Added (Instant)", description: "Emit new event for each new tag created on a site.", - version: "0.0.9", + version: "0.0.10", methods: { ...common.methods, getEvent() { diff --git a/components/ghost_org_admin_api/sources/page-published/page-published.mjs b/components/ghost_org_admin_api/sources/page-published/page-published.mjs index c1ef53441dd63..3dec37a300405 100644 --- a/components/ghost_org_admin_api/sources/page-published/page-published.mjs +++ b/components/ghost_org_admin_api/sources/page-published/page-published.mjs @@ -6,7 +6,7 @@ export default { key: "ghost_org_admin_api-page-published", name: "Page Published (Instant)", description: "Emit new event for each new page published on a site.", - version: "0.0.9", + version: "0.0.10", methods: { ...common.methods, getEvent() { diff --git a/components/ghost_org_admin_api/sources/post-published/post-published.mjs b/components/ghost_org_admin_api/sources/post-published/post-published.mjs index ac4032a116697..396f42f2e670d 100644 --- a/components/ghost_org_admin_api/sources/post-published/post-published.mjs +++ b/components/ghost_org_admin_api/sources/post-published/post-published.mjs @@ -6,7 +6,7 @@ export default { key: "ghost_org_admin_api-post-published", name: "Post Published (Instant)", description: "Emit new event for each new post published on a site.", - version: "0.0.9", + version: "0.0.10", methods: { ...common.methods, getEvent() { diff --git a/components/github/actions/common/utils.mjs b/components/github/actions/common/utils.mjs index e40078554e8e5..0642151e9b7f9 100644 --- a/components/github/actions/common/utils.mjs +++ b/components/github/actions/common/utils.mjs @@ -1,12 +1,4 @@ export default { - getOwnerAndRepo(repoFullname) { - const splited = repoFullname.split("/"); - - return { - owner: splited[0], - repo: splited[0], - }; - }, convertFiles(files) { return Object.keys(files).reduce((acc, key) => { acc[key] = files[key] diff --git a/components/github/actions/create-gist/create-gist.mjs b/components/github/actions/create-gist/create-gist.mjs index c53ef33147834..0ffefa38431ee 100644 --- a/components/github/actions/create-gist/create-gist.mjs +++ b/components/github/actions/create-gist/create-gist.mjs @@ -5,7 +5,7 @@ export default { key: "github-create-gist", name: "Create Gist", description: "Allows you to add a new gist with one or more files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#create-a-gist)", - version: "0.0.13", + version: "0.0.14", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/github/actions/update-gist/update-gist.mjs b/components/github/actions/update-gist/update-gist.mjs index 5f4e3d6d5a898..c3d7c6cf797ef 100644 --- a/components/github/actions/update-gist/update-gist.mjs +++ b/components/github/actions/update-gist/update-gist.mjs @@ -6,7 +6,7 @@ export default { key: "github-update-gist", name: "Update Gist", description: "Allows you to update a gist's description and to update, delete, or rename gist files. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#update-a-gist)", - version: "0.0.13", + version: "0.0.14", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/github/package.json b/components/github/package.json index b78d270196729..3e4d9d907e983 100644 --- a/components/github/package.json +++ b/components/github/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/github", - "version": "1.11.0", + "version": "1.11.1", "description": "Pipedream GitHub Components", "main": "github.app.mjs", "keywords": [ diff --git a/components/github/sources/new-gist/new-gist.mjs b/components/github/sources/new-gist/new-gist.mjs index 4c3ce9cde2b2c..452486569e4e1 100644 --- a/components/github/sources/new-gist/new-gist.mjs +++ b/components/github/sources/new-gist/new-gist.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "github-new-gist", name: "New Gist", - description: "Emit new events when new gists are created by the authenticated user. [See the documentatoion](https://docs.github.com/en/rest/gists/gists?apiVersion=20.2.61-28#list-gists-for-the-authenticated-user)", - version: "0.2.6", + description: "Emit new events when new gists are created by the authenticated user. [See the documentation](https://docs.github.com/en/rest/gists/gists?apiVersion=20.2.61-28#list-gists-for-the-authenticated-user)", + version: "0.2.7", type: "source", dedupe: "unique", methods: { diff --git a/components/goodbits/actions/update-subscriber-status/update-subscriber-status.mjs b/components/goodbits/actions/update-subscriber-status/update-subscriber-status.mjs index 36ef768080200..f51cbfcc69c3d 100644 --- a/components/goodbits/actions/update-subscriber-status/update-subscriber-status.mjs +++ b/components/goodbits/actions/update-subscriber-status/update-subscriber-status.mjs @@ -4,7 +4,7 @@ export default { key: "goodbits-update-subscriber-status", name: "Update Subscriber Status", description: "Update the status of a subscriber. [See the documentation](https://support.goodbits.io/article/115-goodbit-api)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -36,7 +36,7 @@ export default { }, }, }); - $.export("$summary", "Successfully uptated subscriber status"); + $.export("$summary", "Successfully updated subscriber status"); return response; }, }; diff --git a/components/goodbits/package.json b/components/goodbits/package.json index df4633a9516da..b153997589e9c 100644 --- a/components/goodbits/package.json +++ b/components/goodbits/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/goodbits", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream Goodbits Components", "main": "goodbits.app.mjs", "keywords": [ diff --git a/components/google_dialogflow/actions/get-entity-type/get-entity-type.mjs b/components/google_dialogflow/actions/get-entity-type/get-entity-type.mjs index 7434b9f901273..3bc50dc0a8b87 100644 --- a/components/google_dialogflow/actions/get-entity-type/get-entity-type.mjs +++ b/components/google_dialogflow/actions/get-entity-type/get-entity-type.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-get-entity-type", - version: "1.0.1", + version: "1.0.2", annotations: { destructiveHint: false, openWorldHint: true, @@ -31,7 +31,7 @@ export default { languageCode: this.languageCode, name: this.name, }); - $.export("$summary", "EntityType has been retreived."); + $.export("$summary", "EntityType has been retrieved."); return response; }, }; diff --git a/components/google_dialogflow/actions/list-intents/list-intents.mjs b/components/google_dialogflow/actions/list-intents/list-intents.mjs index ccbc9a5625ca0..516f575c8132c 100644 --- a/components/google_dialogflow/actions/list-intents/list-intents.mjs +++ b/components/google_dialogflow/actions/list-intents/list-intents.mjs @@ -3,7 +3,7 @@ import googleDialogflow from "../../google_dialogflow.app.mjs"; export default { type: "action", key: "google_dialogflow-list-intents", - version: "1.0.1", + version: "1.0.2", annotations: { destructiveHint: false, openWorldHint: true, @@ -16,7 +16,7 @@ export default { }, async run({ $ }) { const response = await this.googleDialogflow.listIntents(); - $.export("$summary", "Intent list has been retreived."); + $.export("$summary", "Intent list has been retrieved."); return response[0]; }, }; diff --git a/components/google_dialogflow/package.json b/components/google_dialogflow/package.json index 718a7267003f4..5837be3fcb7da 100644 --- a/components/google_dialogflow/package.json +++ b/components/google_dialogflow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_dialogflow", - "version": "1.0.0", + "version": "1.0.1", "description": "Pipedream Google Dialogflow Components", "main": "google_dialogflow.app.mjs", "keywords": [ diff --git a/components/google_recaptcha/actions/validate-recaptcha/validate-recaptcha.ts b/components/google_recaptcha/actions/validate-recaptcha/validate-recaptcha.ts index 45bf5aebb1efc..6eb710ad9df6e 100644 --- a/components/google_recaptcha/actions/validate-recaptcha/validate-recaptcha.ts +++ b/components/google_recaptcha/actions/validate-recaptcha/validate-recaptcha.ts @@ -3,7 +3,7 @@ import { defineAction } from "@pipedream/types"; export default defineAction({ name: "Validate reCAPTCHA Response", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -16,7 +16,7 @@ export default defineAction({ remote_ip: { type: "string", label: "Remote IP Address", - description: "The IP Address originating the request. This whould be the user IP where the challenge was executed on the frontend.", + description: "The IP Address originating the request. This would be the user IP where the challenge was executed on the frontend.", default: "{{steps.trigger.event.client_ip}}", optional: true, }, diff --git a/components/google_recaptcha/package.json b/components/google_recaptcha/package.json index dea6fca6a4bab..f0a4053194a99 100644 --- a/components/google_recaptcha/package.json +++ b/components/google_recaptcha/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_recaptcha", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Google reCAPTCHA Components", "main": "dist/app/google_recaptcha.app.mjs", "keywords": [ diff --git a/components/google_search_console/actions/retrieve-site-performance-data/retrieve-site-performance-data.mjs b/components/google_search_console/actions/retrieve-site-performance-data/retrieve-site-performance-data.mjs index ffabe8b37812c..61e359e90bafc 100644 --- a/components/google_search_console/actions/retrieve-site-performance-data/retrieve-site-performance-data.mjs +++ b/components/google_search_console/actions/retrieve-site-performance-data/retrieve-site-performance-data.mjs @@ -5,7 +5,7 @@ export default { name: "Retrieve Site Performance Data", description: "Fetches search analytics from Google Search Console for a verified site.", key: "google_search_console-retrieve-site-performance-data", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/google_search_console/actions/submit-url-for-indexing/submit-url-for-indexing.mjs b/components/google_search_console/actions/submit-url-for-indexing/submit-url-for-indexing.mjs index 6d1d7d6db12bd..8a53e104d75ae 100644 --- a/components/google_search_console/actions/submit-url-for-indexing/submit-url-for-indexing.mjs +++ b/components/google_search_console/actions/submit-url-for-indexing/submit-url-for-indexing.mjs @@ -5,7 +5,7 @@ export default { name: "Submit URL for Indexing", description: "Sends a URL update notification to the Google Indexing API", key: "google_search_console-submit-url-for-indexing", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/google_search_console/common/methods.mjs b/components/google_search_console/common/methods.mjs index 5952273c822f7..21efd535c8d73 100644 --- a/components/google_search_console/common/methods.mjs +++ b/components/google_search_console/common/methods.mjs @@ -176,7 +176,7 @@ export default { // Throws an error if the input is not a string or if its a blank string; this.throwIfBlankOrNotString(input); - // Warnin accumulator + // Warning accumulator let warnings = []; ; // Trim the input (already checked for string); @@ -226,7 +226,7 @@ export default { } catch (err) { // If after all checks we are here that means that the url // contain potentially unacceptable characters. - warnings.push(` URL contains potentionally unacceptable characters" ${this._reasonMsg(reason)}`); + warnings.push(` URL contains potentially unacceptable characters" ${this._reasonMsg(reason)}`); }; diff --git a/components/google_search_console/package.json b/components/google_search_console/package.json index 0e53cd681ec35..fe8593446d7ba 100644 --- a/components/google_search_console/package.json +++ b/components/google_search_console/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_search_console", - "version": "0.8.0", + "version": "0.8.1", "description": "Pipedream google_search_console Components", "main": "google_search_console.app.mjs", "keywords": [ diff --git a/components/guru/README.md b/components/guru/README.md index 6278367abf420..4e993dd610b48 100644 --- a/components/guru/README.md +++ b/components/guru/README.md @@ -6,6 +6,6 @@ The Guru API on Pipedream enables the automation of knowledge sharing and manage - **Sync Knowledge Base with Support Tickets**: When a new support ticket is solved in Zendesk, automatically create a Guru card summarizing the issue and resolution. This ensures that your support team's knowledge is continuously updated and available for future reference. -- **Content Approval Workflow**: Use Guru's API to flag content for review. When a new card is created in Guru, trigger a Pipedream workflow that sends a notification to a Slack channel for content approval. Once approved, update the card's status in Guru to reflect it's ready for the team. +- **Content Approval Workflow**: Use Guru's API to flag content for review. When a new card is created in Guru, trigger a Pipedream workflow that sends a notification to a Slack channel for content approval. Once approved, update the card's status in Guru to reflect that it's ready for the team. - **Weekly Knowledge Digest**: Set up a Pipedream workflow that runs weekly, collecting the most viewed or recently updated Guru cards. Compile this list into a digest and distribute it via email using SendGrid to keep the team informed of the latest knowledge entries and updates. diff --git a/components/helpdocs/actions/list-articles/list-articles.mjs b/components/helpdocs/actions/list-articles/list-articles.mjs index 284935be2d5c1..3ed45ee578162 100644 --- a/components/helpdocs/actions/list-articles/list-articles.mjs +++ b/components/helpdocs/actions/list-articles/list-articles.mjs @@ -4,7 +4,7 @@ export default { key: "helpdocs-list-articles", name: "List Articles", description: "Retrieve a list of articles from your HelpDocs knowledge base. [See the documentation](https://apidocs.helpdocs.io/article/OqvaxRMHgN-getting-articles)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -59,7 +59,7 @@ export default { needsTranslation: { type: "boolean", label: "Needs Translation", - description: "Restrict returned articles base on whether it's marked as Needs Translation", + description: "Restrict returned articles based on whether they are marked as Needs Translation", optional: true, }, languageCode: { diff --git a/components/helpdocs/package.json b/components/helpdocs/package.json index e9398d221e916..d829806ac1e18 100644 --- a/components/helpdocs/package.json +++ b/components/helpdocs/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/helpdocs", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream HelpDocs Components", "main": "helpdocs.app.mjs", "keywords": [ diff --git a/components/heyy/actions/send-whatsapp-message/send-whatsapp-message.mjs b/components/heyy/actions/send-whatsapp-message/send-whatsapp-message.mjs index 1df192f54aa0d..c983d2c61de16 100644 --- a/components/heyy/actions/send-whatsapp-message/send-whatsapp-message.mjs +++ b/components/heyy/actions/send-whatsapp-message/send-whatsapp-message.mjs @@ -6,7 +6,7 @@ export default { key: "heyy-send-whatsapp-message", name: "Send WhatsApp Message", description: "Sends a WhatsApp message to a contact. [See the documentation](https://documenter.getpostman.com/view/27408936/2sa2r3a6dw)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -103,7 +103,7 @@ export default { buttons: { type: "string[]", label: "Buttons", - description: "The buttons to include in the message. Each row should have a JSON formated string. Eg. `{ \"id\": \"STRING\", \"title\": \"STRING\" }`.", + description: "The buttons to include in the message. Each row should have a JSON formatted string. Eg. `{ \"id\": \"STRING\", \"title\": \"STRING\" }`.", }, headerText: { type: "string", diff --git a/components/heyy/package.json b/components/heyy/package.json index 8df6792e6d680..80a31c4b23b9a 100644 --- a/components/heyy/package.json +++ b/components/heyy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/heyy", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream Heyy Components", "main": "heyy.app.mjs", "keywords": [ diff --git a/components/hubspot/package.json b/components/hubspot/package.json index 82a6972e985ad..0ebb5a08d49b8 100644 --- a/components/hubspot/package.json +++ b/components/hubspot/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/hubspot", - "version": "1.8.1", + "version": "1.8.2", "description": "Pipedream Hubspot Components", "main": "hubspot.app.mjs", "keywords": [ diff --git a/components/hubspot/sources/new-engagement/new-engagement.mjs b/components/hubspot/sources/new-engagement/new-engagement.mjs index 90ffb98ce7214..d70d91455f6fa 100644 --- a/components/hubspot/sources/new-engagement/new-engagement.mjs +++ b/components/hubspot/sources/new-engagement/new-engagement.mjs @@ -8,7 +8,7 @@ export default { key: "hubspot-new-engagement", name: "New Engagement", description: "Emit new event for each new engagement created. This action returns a maximum of 5000 records at a time, make sure you set a correct time range so you don't miss any events", - version: "0.0.42", + version: "0.0.43", dedupe: "unique", type: "source", props: { @@ -16,7 +16,7 @@ export default { types: { type: "string[]", label: "Engagement Types", - description: "Filter results by the type of engagment", + description: "Filter results by the type of engagement", options: ENGAGEMENT_TYPES, optional: true, }, diff --git a/components/jumpseller/package.json b/components/jumpseller/package.json index bc9983bed917b..65f81f8beb393 100644 --- a/components/jumpseller/package.json +++ b/components/jumpseller/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/jumpseller", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Jumpseller Components", "main": "jumpseller.app.mjs", "keywords": [ diff --git a/components/jumpseller/sources/order-updated/order-updated.mjs b/components/jumpseller/sources/order-updated/order-updated.mjs index 8c27166c17e36..49a1bffd0d61f 100644 --- a/components/jumpseller/sources/order-updated/order-updated.mjs +++ b/components/jumpseller/sources/order-updated/order-updated.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "jumpseller-order-updated", name: "Order Updated", - description: "Emit new event when an order is updaetd in Jumpseller. [See the documentation](https://jumpseller.com/support/api/#tag/Hooks/paths/~1hooks.json/post)", - version: "0.0.1", + description: "Emit new event when an order is updated in Jumpseller. [See the documentation](https://jumpseller.com/support/api/#tag/Hooks/paths/~1hooks.json/post)", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/kanban_tool/actions/archive-task/archive-task.mjs b/components/kanban_tool/actions/archive-task/archive-task.mjs index 6ef54b9bf9e25..aef9b6f7878b4 100644 --- a/components/kanban_tool/actions/archive-task/archive-task.mjs +++ b/components/kanban_tool/actions/archive-task/archive-task.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-archive-task", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -37,7 +37,7 @@ export default { _action: "archive", }, }); - $.export("$summary", `The task(ID: ${resp.id}) has been archived.`); + $.export("$summary", `Task(ID: ${resp.id}) archived`); return resp; }, }; diff --git a/components/kanban_tool/actions/complete-subtask/complete-subtask.mjs b/components/kanban_tool/actions/complete-subtask/complete-subtask.mjs index e79c8957e203b..b7e9d5fde3687 100644 --- a/components/kanban_tool/actions/complete-subtask/complete-subtask.mjs +++ b/components/kanban_tool/actions/complete-subtask/complete-subtask.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-complete-subtask", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -46,7 +46,7 @@ export default { is_completed: true, }, }); - $.export("$summary", `The subtask(ID: ${resp.id}) has been marked as completed.`); + $.export("$summary", `Subtask(ID: ${resp.id}) marked as completed`); return resp; }, }; diff --git a/components/kanban_tool/actions/create-comment/create-comment.mjs b/components/kanban_tool/actions/create-comment/create-comment.mjs index 69e2195b76016..4656d281ca9c1 100644 --- a/components/kanban_tool/actions/create-comment/create-comment.mjs +++ b/components/kanban_tool/actions/create-comment/create-comment.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-create-comment", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -49,7 +49,7 @@ export default { recipients: this.recipients, }, }); - $.export("$summary", `The comment(ID: ${resp.id}) has been created successfully.`); + $.export("$summary", `Comment(ID: ${resp.id}) created successfully`); return resp; }, }; diff --git a/components/kanban_tool/actions/create-subtask/create-subtask.mjs b/components/kanban_tool/actions/create-subtask/create-subtask.mjs index 04b4dfa06e0a6..5e542d202a8ca 100644 --- a/components/kanban_tool/actions/create-subtask/create-subtask.mjs +++ b/components/kanban_tool/actions/create-subtask/create-subtask.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-create-subtask", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -75,7 +75,7 @@ export default { is_completed: this.isCompleted, }, }); - $.export("$summary", `The subtask(ID: ${resp.id}) has been created successfully.`); + $.export("$summary", `Subtask(ID: ${resp.id}) created successfully`); return resp; }, }; diff --git a/components/kanban_tool/actions/create-task/create-task.mjs b/components/kanban_tool/actions/create-task/create-task.mjs index 126bccf6c3903..6d958c599ba6f 100644 --- a/components/kanban_tool/actions/create-task/create-task.mjs +++ b/components/kanban_tool/actions/create-task/create-task.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-create-task", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -100,7 +100,7 @@ export default { due_date: this.dueDate, }, }); - $.export("$summary", `The task(ID: ${resp.id}) has been created successfully.`); + $.export("$summary", ` Task(ID: ${resp.id}) created successfully`); return resp; }, }; diff --git a/components/kanban_tool/actions/delete-subtask/delete-subtask.mjs b/components/kanban_tool/actions/delete-subtask/delete-subtask.mjs index ce86f2d15d107..3c5fec4a7c447 100644 --- a/components/kanban_tool/actions/delete-subtask/delete-subtask.mjs +++ b/components/kanban_tool/actions/delete-subtask/delete-subtask.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-delete-subtask", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -43,7 +43,7 @@ export default { $, subtaskId: this.subtaskId, }); - $.export("$summary", `The subtask(ID: ${resp.id}) has been deleted.`); + $.export("$summary", `Subtask(ID: ${resp.id}) deleted`); return resp; }, }; diff --git a/components/kanban_tool/actions/delete-task/delete-task.mjs b/components/kanban_tool/actions/delete-task/delete-task.mjs index c9ecf136d2c6b..e29062787355a 100644 --- a/components/kanban_tool/actions/delete-task/delete-task.mjs +++ b/components/kanban_tool/actions/delete-task/delete-task.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-delete-task", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -37,7 +37,7 @@ export default { _action: "delete", }, }); - $.export("$summary", `The task(ID: ${resp.id}) has been marked as deleted.`); + $.export("$summary", `Task(ID: ${resp.id}) marked as deleted`); return resp; }, }; diff --git a/components/kanban_tool/actions/find-task/find-task.mjs b/components/kanban_tool/actions/find-task/find-task.mjs index e6d9bcbed9c16..63f48d97d96ef 100644 --- a/components/kanban_tool/actions/find-task/find-task.mjs +++ b/components/kanban_tool/actions/find-task/find-task.mjs @@ -3,7 +3,7 @@ import utils from "../../common/utils.mjs"; export default { key: "kanban_tool-find-task", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -53,7 +53,7 @@ export default { for await (const item of resourcesStream) items.push(item); // eslint-disable-next-line multiline-ternary - $.export("$summary", `${items.length} task${items.length != 1 ? "s" : ""} has been found.`); + $.export("$summary", `${items.length} task${items.length != 1 ? "s" : ""} found`); return items; }, }; diff --git a/components/kanban_tool/actions/get-task-details/get-task-details.mjs b/components/kanban_tool/actions/get-task-details/get-task-details.mjs index c7876e0518a47..90d37cd93f33e 100644 --- a/components/kanban_tool/actions/get-task-details/get-task-details.mjs +++ b/components/kanban_tool/actions/get-task-details/get-task-details.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-get-task-details", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -34,7 +34,7 @@ export default { $, taskId: this.taskId, }); - $.export("$summary", `The task(ID: ${resp.id}) details has been retreived.`); + $.export("$summary", `Task(ID: ${resp.id}) details retrieved`); return resp; }, }; diff --git a/components/kanban_tool/actions/move-task/move-task.mjs b/components/kanban_tool/actions/move-task/move-task.mjs index 13b382b10199a..ce72a94059335 100644 --- a/components/kanban_tool/actions/move-task/move-task.mjs +++ b/components/kanban_tool/actions/move-task/move-task.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-move-task", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -58,7 +58,7 @@ export default { workflow_stage_id: this.stageId, }, }); - $.export("$summary", `The task(ID: ${resp.id}) has been moved.`); + $.export("$summary", `Task(ID: ${resp.id}) moved`); return resp; }, }; diff --git a/components/kanban_tool/actions/update-subtask/update-subtask.mjs b/components/kanban_tool/actions/update-subtask/update-subtask.mjs index 6bfa3b2a2c71b..038b05d31b12b 100644 --- a/components/kanban_tool/actions/update-subtask/update-subtask.mjs +++ b/components/kanban_tool/actions/update-subtask/update-subtask.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-update-subtask", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -70,7 +70,7 @@ export default { is_completed: this.isCompleted, }, }); - $.export("$summary", `The subtask(ID: ${resp.id}) has been updated.`); + $.export("$summary", `Subtask(ID: ${resp.id}) updated`); return resp; }, }; diff --git a/components/kanban_tool/actions/update-task/update-task.mjs b/components/kanban_tool/actions/update-task/update-task.mjs index 79655e60b59bd..9a55bdae60055 100644 --- a/components/kanban_tool/actions/update-task/update-task.mjs +++ b/components/kanban_tool/actions/update-task/update-task.mjs @@ -2,7 +2,7 @@ import app from "../../kanban_tool.app.mjs"; export default { key: "kanban_tool-update-task", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -110,7 +110,7 @@ export default { due_date: this.dueDate, }, }); - $.export("$summary", `The task(ID: ${resp.id}) has been updated successfully.`); + $.export("$summary", `Task(ID: ${resp.id}) updated successfully.`); return resp; }, }; diff --git a/components/kanban_tool/package.json b/components/kanban_tool/package.json index 49e7c57290fb4..6221e33eb3bff 100644 --- a/components/kanban_tool/package.json +++ b/components/kanban_tool/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/kanban_tool", - "version": "0.0.2", + "version": "0.0.1", "description": "Pipedream Kanban Tool Components", "main": "kanban_tool.app.mjs", "keywords": [ diff --git a/components/klaviyo/README.md b/components/klaviyo/README.md index 057134df2c560..d844a58b7d236 100644 --- a/components/klaviyo/README.md +++ b/components/klaviyo/README.md @@ -36,7 +36,7 @@ Ensure you save the API key before closing the Klaviyo window, as this is the on # Troubleshooting -Klaviyo uses standard HTTP status codes to communicate errors over it’s API. +Klaviyo uses standard HTTP status codes to communicate errors over its API. ## Status Codes diff --git a/components/leiga/actions/create-issue/create-issue.mjs b/components/leiga/actions/create-issue/create-issue.mjs index 8b3e279ccbea0..765a23b7d4bb8 100644 --- a/components/leiga/actions/create-issue/create-issue.mjs +++ b/components/leiga/actions/create-issue/create-issue.mjs @@ -5,7 +5,7 @@ export default { key: "leiga-create-issue", name: "Create Issue", description: "Creates a new issue within Leiga. [See the documentation](https://apidog.com/apidoc/shared-5a741107-c211-410f-880c-048d1917c984/api-3741813)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/leiga/leiga.app.mjs b/components/leiga/leiga.app.mjs index 007d937ff69e2..7e984815db2c2 100644 --- a/components/leiga/leiga.app.mjs +++ b/components/leiga/leiga.app.mjs @@ -60,7 +60,7 @@ export default { ...otherOpts, }); }, - validadeRequest(response) { + validateRequest(response) { if (response.msg) { throw new ConfigurationError(response.msg); } @@ -91,20 +91,20 @@ export default { path: "/issue/type-list", ...opts, }); - return this.validadeRequest(response); + return this.validateRequest(response); }, async listProjects() { const response = await this._makeRequest({ path: "/project/list", }); - return this.validadeRequest(response); + return this.validateRequest(response); }, async listWebhookEvents(opts = {}) { const response = await this._makeRequest({ path: "/webhook/list-events", ...opts, }); - return this.validadeRequest(response); + return this.validateRequest(response); }, createIssue(opts = {}) { return this._makeRequest({ diff --git a/components/leiga/package.json b/components/leiga/package.json index 1abd453464e8d..be3773d977ba0 100644 --- a/components/leiga/package.json +++ b/components/leiga/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/leiga", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Leiga Components", "main": "leiga.app.mjs", "keywords": [ diff --git a/components/leiga/sources/deleted-issue-instant/deleted-issue-instant.mjs b/components/leiga/sources/deleted-issue-instant/deleted-issue-instant.mjs index ad3a51562c931..df9ffb18a57b2 100644 --- a/components/leiga/sources/deleted-issue-instant/deleted-issue-instant.mjs +++ b/components/leiga/sources/deleted-issue-instant/deleted-issue-instant.mjs @@ -6,7 +6,7 @@ export default { key: "leiga-deleted-issue-instant", name: "New Deleted Issue (Instant)", description: "Emit new event when an issue is deleted in Leiga.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/leiga/sources/new-issue-instant/new-issue-instant.mjs b/components/leiga/sources/new-issue-instant/new-issue-instant.mjs index 5628df54082a3..753f4b468268a 100644 --- a/components/leiga/sources/new-issue-instant/new-issue-instant.mjs +++ b/components/leiga/sources/new-issue-instant/new-issue-instant.mjs @@ -6,7 +6,7 @@ export default { key: "leiga-new-issue-instant", name: "New Issue (Instant)", description: "Emit new event when there is a new issue in Leiga for the specified project.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/leiga/sources/updated-issue-instant/updated-issue-instant.mjs b/components/leiga/sources/updated-issue-instant/updated-issue-instant.mjs index 54c5df1ba6fb0..6d26544972373 100644 --- a/components/leiga/sources/updated-issue-instant/updated-issue-instant.mjs +++ b/components/leiga/sources/updated-issue-instant/updated-issue-instant.mjs @@ -6,7 +6,7 @@ export default { key: "leiga-updated-issue-instant", name: "New Updated Issue (Instant)", description: "Emit new event when an existing issue is updated in Leiga.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/line/actions/send-broadcast-message/send-broadcast-message.mjs b/components/line/actions/send-broadcast-message/send-broadcast-message.mjs index 87567d930a561..6da8290cc956c 100644 --- a/components/line/actions/send-broadcast-message/send-broadcast-message.mjs +++ b/components/line/actions/send-broadcast-message/send-broadcast-message.mjs @@ -4,7 +4,7 @@ export default { name: "Send Broadcast Message", description: "Sends a broadcast message to multiple users at any time. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message)", key: "line-send-broadcast-message", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/line/actions/send-notification-message/send-notification-message.mjs b/components/line/actions/send-notification-message/send-notification-message.mjs index fe6a3948d80e8..18ad9e6233a8a 100644 --- a/components/line/actions/send-notification-message/send-notification-message.mjs +++ b/components/line/actions/send-notification-message/send-notification-message.mjs @@ -4,7 +4,7 @@ export default { name: "Send Notification Message", description: "Sends notifications to users or groups from LINE Notify. [See docs](https://notify-bot.line.me/doc/en/)", key: "line-send-notification-message", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/line/actions/send-push-message/send-push-message.mjs b/components/line/actions/send-push-message/send-push-message.mjs index e6b7be84ff6d2..e9d9b364d09e8 100644 --- a/components/line/actions/send-push-message/send-push-message.mjs +++ b/components/line/actions/send-push-message/send-push-message.mjs @@ -4,7 +4,7 @@ export default { name: "Send Push Message", description: "Sends a push message to a user, group, or room at any time. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-push-message)", key: "line-send-push-message", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/line/actions/send-reply-message/send-reply-message.mjs b/components/line/actions/send-reply-message/send-reply-message.mjs index 2cf8ee843b64f..a501cf42eee07 100644 --- a/components/line/actions/send-reply-message/send-reply-message.mjs +++ b/components/line/actions/send-reply-message/send-reply-message.mjs @@ -4,7 +4,7 @@ export default { name: "Send Reply Message", description: "Sends a reply message in response to an event from a user, group, or room. [See docs](https://developers.line.biz/en/reference/messaging-api/#send-reply-message)", key: "line-send-reply-message", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/line/line.app.mjs b/components/line/line.app.mjs index b59b29ab47ddd..d345cb2091d51 100644 --- a/components/line/line.app.mjs +++ b/components/line/line.app.mjs @@ -72,7 +72,7 @@ export default { * Will send a broadcast message to a specific channel or room. * * @param {string} channelAccessToken - The channel or room access token. - * @param {object} message - The message obejct. + * @param {object} message - The message object. * * @returns {object} The Line Client object response . */ @@ -87,7 +87,7 @@ export default { * * @param {string} channelAccessToken - The channel or room access token. * @param {string} replyToken - The token for reply a specific message. - * @param {object} message - The message obejct. + * @param {object} message - The message object. * * @returns {object} The Line Client object response. */ @@ -102,7 +102,7 @@ export default { * * @param {string} channelAccessToken - The channel or room access token. * @param {string} to - The id of user to send the message. - * @param {object} message - The message obejct. + * @param {object} message - The message object. * * @returns {object} The Line Client object response. */ @@ -116,7 +116,7 @@ export default { * Will send a notification to a specific message. * * @param {string} $ - Pipedream object to get the params for the request. - * @param {object} message - The message obejct. + * @param {object} message - The message object. * @param {string} accessToken - The access token of a user, channel or room, * if this this param is not provided, will use the current account access token. * diff --git a/components/line/package.json b/components/line/package.json index ca65b8cc26846..f83906dadb662 100644 --- a/components/line/package.json +++ b/components/line/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/line", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Line Components", "main": "line.app.mjs", "keywords": [ diff --git a/components/line/sources/new-message-received/new-message-received.mjs b/components/line/sources/new-message-received/new-message-received.mjs index f9f7e43206e14..03a581357a3e6 100644 --- a/components/line/sources/new-message-received/new-message-received.mjs +++ b/components/line/sources/new-message-received/new-message-received.mjs @@ -6,7 +6,7 @@ export default { key: "line-new-message-received", name: "New Message Received", description: "Emit new event for every received message in a channel. [See docs here](https://developers.line.biz/en/docs/messaging-api/building-bot/#page-title)", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/linkedin/actions/retrieve-comments-shares/retrieve-comments-shares.mjs b/components/linkedin/actions/retrieve-comments-shares/retrieve-comments-shares.mjs index 86a5fcdbd2495..883cbd6e3f5b8 100644 --- a/components/linkedin/actions/retrieve-comments-shares/retrieve-comments-shares.mjs +++ b/components/linkedin/actions/retrieve-comments-shares/retrieve-comments-shares.mjs @@ -4,7 +4,7 @@ export default { key: "linkedin-retrieve-comments-shares", name: "Retrieve Comments On Shares", description: "Retrieve comments on shares given the share urn. [See the docs here](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#retrieve-comments-on-shares)", - version: "0.1.11", + version: "0.1.12", annotations: { destructiveHint: true, openWorldHint: true, @@ -16,7 +16,7 @@ export default { entityUrn: { type: "string", label: "Entity Urn", - description: "Urn of the entity to retreive comments on.", + description: "Urn of the entity to retrieve comments on.", }, max: { propDefinition: [ diff --git a/components/linkedin/package.json b/components/linkedin/package.json index 669c2c02de69e..e11d3a942a199 100644 --- a/components/linkedin/package.json +++ b/components/linkedin/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linkedin", - "version": "1.2.6", + "version": "1.2.7", "description": "Pipedream Linkedin Components", "main": "linkedin.app.mjs", "keywords": [ diff --git a/components/listen_notes/actions/full-search/full-search.mjs b/components/listen_notes/actions/full-search/full-search.mjs index 98048f3a46638..c2748e86fce92 100644 --- a/components/listen_notes/actions/full-search/full-search.mjs +++ b/components/listen_notes/actions/full-search/full-search.mjs @@ -4,7 +4,7 @@ export default { key: "listen_notes-full-search", name: "Full Search", description: "Full-text search on episodes, podcasts, or curated lists of podcasts. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-search)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/listen_notes/actions/get-episode-details/get-episode-details.mjs b/components/listen_notes/actions/get-episode-details/get-episode-details.mjs index 5a201257aa61c..79c3cd6bd893e 100644 --- a/components/listen_notes/actions/get-episode-details/get-episode-details.mjs +++ b/components/listen_notes/actions/get-episode-details/get-episode-details.mjs @@ -4,7 +4,7 @@ export default { key: "listen_notes-get-episode-details", name: "Get Episode Details", description: "Get the details of the selected episode. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-episodes-id)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/listen_notes/actions/get-podcast-details/get-podcast-details.mjs b/components/listen_notes/actions/get-podcast-details/get-podcast-details.mjs index 02de3da824024..2951a8d0b3d40 100644 --- a/components/listen_notes/actions/get-podcast-details/get-podcast-details.mjs +++ b/components/listen_notes/actions/get-podcast-details/get-podcast-details.mjs @@ -4,7 +4,7 @@ export default { key: "listen_notes-get-podcast-details", name: "Get Podcast Details", description: "Get the details of the selected podcast. [See the documentation](https://www.listennotes.com/api/docs/#get-api-v2-podcasts-id)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/listen_notes/listen_notes.app.mjs b/components/listen_notes/listen_notes.app.mjs index 3471f52bd0e2f..23c8e9dd60de3 100644 --- a/components/listen_notes/listen_notes.app.mjs +++ b/components/listen_notes/listen_notes.app.mjs @@ -146,7 +146,7 @@ export default { ...args }) { if (!q) { - throw new ConfigurationError("You need to inform a query to list the IDs. Alternatively you can directly inform an ID unsing the custom expression function."); + throw new ConfigurationError("You need to inform a query to list the IDs. Alternatively you can directly inform an ID using the custom expression function."); } return this._makeRequest({ diff --git a/components/listen_notes/package.json b/components/listen_notes/package.json index ba919e1c52e65..74798f3c3b13c 100644 --- a/components/listen_notes/package.json +++ b/components/listen_notes/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/listen_notes", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Listen Notes Components", "main": "listen_notes.app.mjs", "keywords": [ diff --git a/components/mailchimp/actions/add-note-to-subscriber/add-note-to-subscriber.mjs b/components/mailchimp/actions/add-note-to-subscriber/add-note-to-subscriber.mjs index caeb93d848377..cf774007b2f7a 100644 --- a/components/mailchimp/actions/add-note-to-subscriber/add-note-to-subscriber.mjs +++ b/components/mailchimp/actions/add-note-to-subscriber/add-note-to-subscriber.mjs @@ -4,7 +4,7 @@ export default { key: "mailchimp-add-note-to-subscriber", name: "Add Note to Subscriber", description: "Adds a new note to an existing subscriber. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-notes/add-member-note/)", - version: "0.2.3", + version: "0.2.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/add-or-update-subscriber/add-or-update-subscriber.mjs b/components/mailchimp/actions/add-or-update-subscriber/add-or-update-subscriber.mjs index 13a1020ba5878..396a969ba601b 100644 --- a/components/mailchimp/actions/add-or-update-subscriber/add-or-update-subscriber.mjs +++ b/components/mailchimp/actions/add-or-update-subscriber/add-or-update-subscriber.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-add-or-update-subscriber", name: "Add or Update Subscriber", description: "Adds a new subscriber to an audience or updates existing subscriber. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/add-or-update-list-member/)", - version: "0.2.3", + version: "0.2.4", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/add-remove-member-tags/add-remove-member-tags.mjs b/components/mailchimp/actions/add-remove-member-tags/add-remove-member-tags.mjs index 565b58c39bd6c..98c0d9825a7c4 100644 --- a/components/mailchimp/actions/add-remove-member-tags/add-remove-member-tags.mjs +++ b/components/mailchimp/actions/add-remove-member-tags/add-remove-member-tags.mjs @@ -8,7 +8,7 @@ export default { key: "mailchimp-add-remove-member-tags", name: "Add Or Remove Members Tags", description: "Add or remove member tags. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/add-or-remove-member-tags/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/add-segment-member/add-segment-member.mjs b/components/mailchimp/actions/add-segment-member/add-segment-member.mjs index 13671669c8690..58c90a2bef27b 100644 --- a/components/mailchimp/actions/add-segment-member/add-segment-member.mjs +++ b/components/mailchimp/actions/add-segment-member/add-segment-member.mjs @@ -4,7 +4,7 @@ export default { key: "mailchimp-add-segment-member", name: "Add Member To Segment", description: "Adds a new member to a static segment. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/add-member-to-segment/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/add-subscriber-to-tag/add-subscriber-to-tag.mjs b/components/mailchimp/actions/add-subscriber-to-tag/add-subscriber-to-tag.mjs index f3af73cbbb77d..49a4e9115d23b 100644 --- a/components/mailchimp/actions/add-subscriber-to-tag/add-subscriber-to-tag.mjs +++ b/components/mailchimp/actions/add-subscriber-to-tag/add-subscriber-to-tag.mjs @@ -8,7 +8,7 @@ export default { key: "mailchimp-add-subscriber-to-tag", name: "Add Subscriber To Tag", description: "Adds an email address to a tag within an audience. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/add-or-remove-member-tags/)", - version: "0.2.3", + version: "0.2.4", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/create-campaign/create-campaign.mjs b/components/mailchimp/actions/create-campaign/create-campaign.mjs index ac23b272c23e6..d79ed89ae0a73 100644 --- a/components/mailchimp/actions/create-campaign/create-campaign.mjs +++ b/components/mailchimp/actions/create-campaign/create-campaign.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-create-campaign", name: "Create Campaign", description: "Creates a new campaign draft. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/add-campaign/)", - version: "0.2.3", + version: "0.2.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/create-list/create-list.mjs b/components/mailchimp/actions/create-list/create-list.mjs index 801a5f35c2a4d..0604f39837df1 100644 --- a/components/mailchimp/actions/create-list/create-list.mjs +++ b/components/mailchimp/actions/create-list/create-list.mjs @@ -5,7 +5,7 @@ export default { key: "mailchimp-create-list", name: "Create List", description: "Creates a new list. [See docs here](https://mailchimp.com/developer/marketing/api/lists/add-list/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/delete-campaign/delete-campaign.mjs b/components/mailchimp/actions/delete-campaign/delete-campaign.mjs index 5128587ef3318..0102a1386b4e4 100644 --- a/components/mailchimp/actions/delete-campaign/delete-campaign.mjs +++ b/components/mailchimp/actions/delete-campaign/delete-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "mailchimp-delete-campaign", name: "Delete Campaign", description: "Delete a specific campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/delete-campaign/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/delete-list-member/delete-list-member.mjs b/components/mailchimp/actions/delete-list-member/delete-list-member.mjs index 232ec3490f4dd..26033a4374d94 100644 --- a/components/mailchimp/actions/delete-list-member/delete-list-member.mjs +++ b/components/mailchimp/actions/delete-list-member/delete-list-member.mjs @@ -4,7 +4,7 @@ export default { key: "mailchimp-delete-list-member", name: "Delete List Member", description: "Permanently deletes a member. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/delete-list-member/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/delete-list/delete-list.mjs b/components/mailchimp/actions/delete-list/delete-list.mjs index ddd396ed995df..231935861375c 100644 --- a/components/mailchimp/actions/delete-list/delete-list.mjs +++ b/components/mailchimp/actions/delete-list/delete-list.mjs @@ -4,7 +4,7 @@ export default { key: "mailchimp-delete-list", name: "Delete List", description: "Deletes an existing list. [See docs here](https://mailchimp.com/developer/marketing/api/lists)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/edit-campaign-template-content/edit-campaign-template-content.mjs b/components/mailchimp/actions/edit-campaign-template-content/edit-campaign-template-content.mjs index 0ad4ba9c04705..b1a4d39bf4a42 100644 --- a/components/mailchimp/actions/edit-campaign-template-content/edit-campaign-template-content.mjs +++ b/components/mailchimp/actions/edit-campaign-template-content/edit-campaign-template-content.mjs @@ -8,7 +8,7 @@ export default { key: "mailchimp-edit-campaign-template-content", name: "Edit A Campaign Template Content", description: "Edits a defined content area of a custom HTML template. [See docs here](https://mailchimp.com/developer/marketing/api/campaign-content/set-campaign-content/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs b/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs index 8e9fbd25671f0..f8620f359be23 100644 --- a/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs +++ b/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs @@ -4,10 +4,10 @@ import { import mailchimp from "../../mailchimp.app.mjs"; export default { - key: "mailchimp-get-a-campaign-report", + key: "mailchimp-get-campaign-report", name: "Get A Campaign Report", description: "Gets a campaign report. [See docs here](https://mailchimp.com/developer/marketing/api/campaign-advice/)", - version: "0.0.2", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/get-campaign/get-campaign.mjs b/components/mailchimp/actions/get-campaign/get-campaign.mjs index ead784f41d2a2..ceb88778848d5 100644 --- a/components/mailchimp/actions/get-campaign/get-campaign.mjs +++ b/components/mailchimp/actions/get-campaign/get-campaign.mjs @@ -7,7 +7,7 @@ export default { key: "mailchimp-get-campaign", name: "Get Campaign", description: "Gets metadata of a specific campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/get-campaign-info/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/get-list-activities/get-list-activities.mjs b/components/mailchimp/actions/get-list-activities/get-list-activities.mjs index 6782d41bfcbab..d958462f7e44b 100644 --- a/components/mailchimp/actions/get-list-activities/get-list-activities.mjs +++ b/components/mailchimp/actions/get-list-activities/get-list-activities.mjs @@ -7,7 +7,7 @@ export default { key: "mailchimp-get-list-activities", name: "Get List Activities", description: "Retrieves up to the previous 180 days of daily detailed aggregated activity stats for a list. [See docs here](https://mailchimp.com/developer/marketing/api/list-activity/list-recent-activity/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/get-list-member-activity/get-list-member-activity.mjs b/components/mailchimp/actions/get-list-member-activity/get-list-member-activity.mjs index 216a22b1ab735..31b8c62277d3a 100644 --- a/components/mailchimp/actions/get-list-member-activity/get-list-member-activity.mjs +++ b/components/mailchimp/actions/get-list-member-activity/get-list-member-activity.mjs @@ -8,7 +8,7 @@ export default { key: "mailchimp-get-list-member-activity", name: "Get List Member Activities", description: "Get the last 50 events of a member's activity on a specific list. [See docs here](https://mailchimp.com/developer/marketing/api/list-activity/view-recent-activity-50/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/get-list-member-tags/get-list-member-tags.mjs b/components/mailchimp/actions/get-list-member-tags/get-list-member-tags.mjs index 1d42d524ae18e..31273ad66af6f 100644 --- a/components/mailchimp/actions/get-list-member-tags/get-list-member-tags.mjs +++ b/components/mailchimp/actions/get-list-member-tags/get-list-member-tags.mjs @@ -7,7 +7,7 @@ export default { key: "mailchimp-get-list-member-tags", name: "Get List Member Tags", description: "Retrieves a list of all member tags. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/list-member-tags/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/get-list/get-list.mjs b/components/mailchimp/actions/get-list/get-list.mjs index 48431209a2b5b..4bbd9029d4232 100644 --- a/components/mailchimp/actions/get-list/get-list.mjs +++ b/components/mailchimp/actions/get-list/get-list.mjs @@ -7,7 +7,7 @@ export default { key: "mailchimp-get-list", name: "Get List", description: "Searches for lists. [See docs here](https://mailchimp.com/developer/marketing/api/lists/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/list-segment-member/list-segment-member.mjs b/components/mailchimp/actions/list-segment-member/list-segment-member.mjs index 6074d8c17e9a3..670d0c70845a2 100644 --- a/components/mailchimp/actions/list-segment-member/list-segment-member.mjs +++ b/components/mailchimp/actions/list-segment-member/list-segment-member.mjs @@ -5,7 +5,7 @@ export default { key: "mailchimp-list-segment-member", name: "List Segment Members", description: "Retrieves a list of all segment members. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/list-members-in-segment/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/remove-segment-member/remove-segment-member.mjs b/components/mailchimp/actions/remove-segment-member/remove-segment-member.mjs index a823feca0f880..8a14a7204b0a5 100644 --- a/components/mailchimp/actions/remove-segment-member/remove-segment-member.mjs +++ b/components/mailchimp/actions/remove-segment-member/remove-segment-member.mjs @@ -4,7 +4,7 @@ export default { key: "mailchimp-remove-segment-member", name: "Remove Member From A Segment", description: "Removes a member from the specified static segment. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/remove-list-member-from-segment/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/search-campaign/search-campaign.mjs b/components/mailchimp/actions/search-campaign/search-campaign.mjs index e33a37f501b4a..6ef147ed2ba87 100644 --- a/components/mailchimp/actions/search-campaign/search-campaign.mjs +++ b/components/mailchimp/actions/search-campaign/search-campaign.mjs @@ -7,7 +7,7 @@ export default { key: "mailchimp-search-campaign", name: "Search Campaigns", description: "Searches for the campaigns. [See docs here](https://mailchimp.com/developer/marketing/api/search-campaigns/search-campaigns/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/search-lists/search-lists.mjs b/components/mailchimp/actions/search-lists/search-lists.mjs index 07ffc30b0f83a..54cbb289935b3 100644 --- a/components/mailchimp/actions/search-lists/search-lists.mjs +++ b/components/mailchimp/actions/search-lists/search-lists.mjs @@ -8,7 +8,7 @@ export default { key: "mailchimp-search-lists", name: "Search Lists", description: "Searches for lists. [See docs here](https://mailchimp.com/developer/marketing/api/lists/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/search-member/search-member.mjs b/components/mailchimp/actions/search-member/search-member.mjs index a5356962ec82a..d0187245fb753 100644 --- a/components/mailchimp/actions/search-member/search-member.mjs +++ b/components/mailchimp/actions/search-member/search-member.mjs @@ -7,7 +7,7 @@ export default { description: `Searches for a subscriber. The search can be restricted to a specific list, or can be used to search across all lists in an account. [See docs here](https://mailchimp.com/developer/marketing/api/search-members/) `, - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/send-campaign/send-campaign.mjs b/components/mailchimp/actions/send-campaign/send-campaign.mjs index bd5d3c07fcbc2..9942e6feb9022 100644 --- a/components/mailchimp/actions/send-campaign/send-campaign.mjs +++ b/components/mailchimp/actions/send-campaign/send-campaign.mjs @@ -4,7 +4,7 @@ export default { key: "mailchimp-send-campaign", name: "Send a Campaign", description: "Sends a campaign draft to the audience signed up for the campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/send-campaign/)", - version: "0.2.3", + version: "0.2.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs b/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs index 8fb7d9c2b0852..3df34eca393c9 100644 --- a/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs +++ b/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs @@ -4,7 +4,7 @@ export default { key: "mailchimp-unsubscribe-email", name: "Unsubscribe Email", description: "Unsubscribe an email address from an audience. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/archive-list-member/)", - version: "0.2.3", + version: "0.2.4", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/update-campaign/update-campaign.mjs b/components/mailchimp/actions/update-campaign/update-campaign.mjs index 696ffe9d29160..3028466465fec 100644 --- a/components/mailchimp/actions/update-campaign/update-campaign.mjs +++ b/components/mailchimp/actions/update-campaign/update-campaign.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-update-campaign", name: "Update Campaign", description: "Update a campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/update-campaign-settings/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/actions/update-list/update-list.mjs b/components/mailchimp/actions/update-list/update-list.mjs index f9a168974e399..d60e6bb878a0c 100644 --- a/components/mailchimp/actions/update-list/update-list.mjs +++ b/components/mailchimp/actions/update-list/update-list.mjs @@ -5,7 +5,7 @@ export default { key: "mailchimp-update-list", name: "Update List", description: "Updates an existing list. [See docs here](https://mailchimp.com/developer/marketing/api/lists/update-lists/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/mailchimp/mailchimp.app.mjs b/components/mailchimp/mailchimp.app.mjs index 89a29f050ba56..5135e80f39b3b 100644 --- a/components/mailchimp/mailchimp.app.mjs +++ b/components/mailchimp/mailchimp.app.mjs @@ -291,7 +291,7 @@ export default { : campaign.create_time; }, /** - * Gets the audience lists under the connected Mailchimp acccount. + * Gets the audience lists under the connected Mailchimp account. * @param {Object} config - An object representing the configuration options for this method. * @returns {lists: array, total_items: integer, constraints: object, _links: object } An * array with the information of the audience `lists` returned, `total_items` with the total @@ -310,7 +310,7 @@ export default { return lists; }, /** - * Gets the marketing campaigns under the connected Mailchimp acccount. + * Gets the marketing campaigns under the connected Mailchimp account. * @param {Object} config - An object representing the configuration options for this method. * @returns An array of campaign objects, each with all the details of a campaign. * For details of a campaing object, expand @@ -323,7 +323,7 @@ export default { return campaigns; }, /** - * Gets the marketing campaigns under the connected Mailchimp acccount, ordered by + * Gets the marketing campaigns under the connected Mailchimp account, ordered by * creation date. * @param {Object} opts={} - Options to customize request against Get Campaigns Mailchimp API. * @param {Integer} opts.count - For pagination, the number of records to return on each page. @@ -356,7 +356,7 @@ export default { return this.getCampaigns(config); }, /** - * Gets the marketing campaigns under the connected Mailchimp acccount, ordered by sent date. + * Gets the marketing campaigns under the connected Mailchimp account, ordered by sent date. * @param {Object} opts={} - Options to customize request against Get Campaigns Mailchimp API. * @param {Integer} opts.count - For pagination, the number of records to return on each page. * Default value and maximum is 1000. @@ -389,7 +389,7 @@ export default { }, /** * Gets the subscribers added to a given audience list segment or tag under the connected - * Mailchimp acccount. + * Mailchimp account. * @param {String} listId - The unique ID that identifies the Audience List associated to * the segment or tag to look for subscribers. * @param {String} segmentId - The unique ID that identifies the Audience List segment or @@ -407,7 +407,7 @@ export default { return members; }, /** - * Gets segments and tags of the specified Audience List under the connected Mailchimp acccount. + * Gets segments and tags of the specified Audience List under the connected Mailchimp account. * @param {String} listId - The unique ID for the Audience list. * @param {Object} config - An object representing the configuration options for this method. * @returns {store_id: string, customers: array, total_items: integer, _links: object } @@ -439,7 +439,7 @@ export default { mailchimp.facebookAds.list(config)); }, /** - * Gets files in the File Manager under the connected Mailchimp acccount. + * Gets files in the File Manager under the connected Mailchimp account. * @param {String} fileType - "image" or "file", or "all" * @param {Object} config - An object representing the configuration options for this method. * @returns {files: array, total_file_size: integer, total_items: integer, _links: object } An @@ -484,7 +484,7 @@ export default { this.api().ecommerce.stores(config)); }, /** - * Gets orders in the specified Mailchimp connected acccount's Ecommerce Store. + * Gets orders in the specified Mailchimp connected account's Ecommerce Store. * @param {String} storeId - The unique ID of the Ecommerce Store you'd like to get * orders from. * @param {Object} config - An object representing the configuration options for this method. @@ -555,7 +555,7 @@ export default { } while (true); }, /** - * Gets the Click Report for the given campaign under the connected Mailchimp acccount. + * Gets the Click Report for the given campaign under the connected Mailchimp account. * @param {String} campaignId - The unique ID of the campaign you want the clicks report of. * @returns An object with all the details of a report object with campaigns's click details. * For details of the report, expand @@ -566,7 +566,7 @@ export default { return await this._withRetries(() => this.api().reports.getCampaignClickDetails(campaignId)); }, /** - * Gets the Click Report for the given campaign and link under the connected Mailchimp acccount. + * Gets the Click Report for the given campaign and link under the connected Mailchimp account. * @param {String} campaignId - The unique ID of the campaign related to the link you'd like to * get click details report of. * @param {String} linkId - The unique ID of the link you'd like to get click details report of. diff --git a/components/mailchimp/package.json b/components/mailchimp/package.json index 2f7ae5d33f2d1..87c11b798f44a 100644 --- a/components/mailchimp/package.json +++ b/components/mailchimp/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailchimp", - "version": "1.0.4", + "version": "1.0.5", "description": "Pipedream Mailchimp Components", "main": "mailchimp.app.mjs", "keywords": [ diff --git a/components/mailchimp/sources/link-clicked/link-clicked.mjs b/components/mailchimp/sources/link-clicked/link-clicked.mjs index ca9aa9007fdd0..a39506524ee01 100644 --- a/components/mailchimp/sources/link-clicked/link-clicked.mjs +++ b/components/mailchimp/sources/link-clicked/link-clicked.mjs @@ -5,7 +5,7 @@ export default { key: "mailchimp-link-clicked", name: "Link Clicked", description: "Emit new event when a recipient clicks a pre-specified link in an specific campaign.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-audience/new-audience.mjs b/components/mailchimp/sources/new-audience/new-audience.mjs index e0a6410864cae..a7fe74c8f8abc 100644 --- a/components/mailchimp/sources/new-audience/new-audience.mjs +++ b/components/mailchimp/sources/new-audience/new-audience.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-new-audience", name: "New Audience", description: "Emit new event when an audience is added to the connected Mailchimp account.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", hooks: { diff --git a/components/mailchimp/sources/new-campaign/new-campaign.mjs b/components/mailchimp/sources/new-campaign/new-campaign.mjs index 0aae48d96a5cb..c92d226bd8ce9 100644 --- a/components/mailchimp/sources/new-campaign/new-campaign.mjs +++ b/components/mailchimp/sources/new-campaign/new-campaign.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-new-campaign", name: "New Campaign", description: "Emit new event when a new campaign is created or sent", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-customer/new-customer.mjs b/components/mailchimp/sources/new-customer/new-customer.mjs index e48508bd0a4c9..08d70b6d23878 100644 --- a/components/mailchimp/sources/new-customer/new-customer.mjs +++ b/components/mailchimp/sources/new-customer/new-customer.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-new-customer", name: "New Customer", description: "Emit new event when a new customer is added to a selected store.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-file/new-file.mjs b/components/mailchimp/sources/new-file/new-file.mjs index 82a5ed12441f4..1543ca78a8075 100644 --- a/components/mailchimp/sources/new-file/new-file.mjs +++ b/components/mailchimp/sources/new-file/new-file.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-new-file", name: "New File", description: "Emit new event when a new file is added to the File Manager of the connected Mailchimp account.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-list-event/new-list-event.mjs b/components/mailchimp/sources/new-list-event/new-list-event.mjs index 670d471ea9c26..52cc53dca61d3 100644 --- a/components/mailchimp/sources/new-list-event/new-list-event.mjs +++ b/components/mailchimp/sources/new-list-event/new-list-event.mjs @@ -5,8 +5,8 @@ export default { ...common, key: "mailchimp-new-list-event", name: "New List Event (Instant)", - description: "Emit new event when the following occurs on an audience list: a campaign is sent or cancelled, a subsciber is added, unsuscribed, has a profile update, or has the associated email address changed, or cleaned.", - version: "0.0.1", + description: "Emit new event when the following occurs on an audience list: a campaign is sent or cancelled, a subscriber is added, unsubscribed, has a profile update, or has the associated email address changed, or cleaned.", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-open/new-open.mjs b/components/mailchimp/sources/new-open/new-open.mjs index 022b595ab7450..b700510899d5e 100644 --- a/components/mailchimp/sources/new-open/new-open.mjs +++ b/components/mailchimp/sources/new-open/new-open.mjs @@ -5,7 +5,7 @@ export default { key: "mailchimp-new-open", name: "New Open", description: "Emit new event when a recipient opens an email in a specific campaign.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-or-updated-list-segment/new-or-updated-list-segment.mjs b/components/mailchimp/sources/new-or-updated-list-segment/new-or-updated-list-segment.mjs index a9533ad0559ac..0e6f6ca10b9be 100644 --- a/components/mailchimp/sources/new-or-updated-list-segment/new-or-updated-list-segment.mjs +++ b/components/mailchimp/sources/new-or-updated-list-segment/new-or-updated-list-segment.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-new-or-updated-list-segment", name: "New or Updated List Segment", description: "Emit new event when segment is either created or updated.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-or-updated-subscriber/new-or-updated-subscriber.mjs b/components/mailchimp/sources/new-or-updated-subscriber/new-or-updated-subscriber.mjs index 4dee9b8c38c36..7ec144e31a1a9 100644 --- a/components/mailchimp/sources/new-or-updated-subscriber/new-or-updated-subscriber.mjs +++ b/components/mailchimp/sources/new-or-updated-subscriber/new-or-updated-subscriber.mjs @@ -5,7 +5,7 @@ export default { key: "mailchimp-new-or-updated-subscriber", name: "New or Updated Subscriber (Instant)", description: "Emit new event when a subscriber is added or updated (on profile, or email address change) in an audience list.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/mailchimp/sources/new-order/new-order.mjs b/components/mailchimp/sources/new-order/new-order.mjs index 77620a5e3dae1..e280112ea4588 100644 --- a/components/mailchimp/sources/new-order/new-order.mjs +++ b/components/mailchimp/sources/new-order/new-order.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-new-order", name: "New Order", description: "Emit new event when an order is added to your store, or Mailchimp account.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-segment-tag-subscriber/new-segment-tag-subscriber.mjs b/components/mailchimp/sources/new-segment-tag-subscriber/new-segment-tag-subscriber.mjs index 5e771da390754..e0b5bf55bfe0e 100644 --- a/components/mailchimp/sources/new-segment-tag-subscriber/new-segment-tag-subscriber.mjs +++ b/components/mailchimp/sources/new-segment-tag-subscriber/new-segment-tag-subscriber.mjs @@ -6,7 +6,7 @@ export default { key: "mailchimp-new-segment-tag-subscriber", name: "New Segment Tag Subscriber", description: "Emit new event when a subscriber is added to a segment or tags within an audience list.", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/mailchimp/sources/new-subscriber/new-subscriber.mjs b/components/mailchimp/sources/new-subscriber/new-subscriber.mjs index 795a6f3fc9f66..72745da66424e 100644 --- a/components/mailchimp/sources/new-subscriber/new-subscriber.mjs +++ b/components/mailchimp/sources/new-subscriber/new-subscriber.mjs @@ -5,7 +5,7 @@ export default { key: "mailchimp-new-subscriber", name: "New Subscriber (Instant)", description: "Emit new event when a subscriber is added to an audience list.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/mailchimp/sources/new-unsubscriber/new-unsubscriber.mjs b/components/mailchimp/sources/new-unsubscriber/new-unsubscriber.mjs index 12dc855e5c9ed..7c676092ebdfb 100644 --- a/components/mailchimp/sources/new-unsubscriber/new-unsubscriber.mjs +++ b/components/mailchimp/sources/new-unsubscriber/new-unsubscriber.mjs @@ -5,7 +5,7 @@ export default { key: "mailchimp-new-unsubscriber", name: "New Unsubscriber (Instant)", description: "Emit new event when a subscriber is removed from an audience list.", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/mailwizz/actions/create-campaign/create-campaign.mjs b/components/mailwizz/actions/create-campaign/create-campaign.mjs index be0288cd00335..c43740df85114 100644 --- a/components/mailwizz/actions/create-campaign/create-campaign.mjs +++ b/components/mailwizz/actions/create-campaign/create-campaign.mjs @@ -4,7 +4,7 @@ import mailwizz from "../../mailwizz.app.mjs"; export default { key: "mailwizz-create-campaign", name: "Create Campaign", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -53,7 +53,7 @@ export default { replyTo: { type: "string", label: "Reply To", - description: "RThe camapaign reply to email address.", + description: "The reply-to email address of the campaign.", }, sendAt: { type: "string", @@ -166,7 +166,7 @@ export default { "campaignId", ], label: "Autoresponder Open Campaign Id", - description: "Id of the camapign, only if event is AFTER-CAMPAIGN-OPEN.", + description: "ID of the campaign, only if event is AFTER-CAMPAIGN-OPEN.", optional: true, }, cronjob: { diff --git a/components/mailwizz/package.json b/components/mailwizz/package.json index c28a85af7a96d..b7282d8b092f6 100644 --- a/components/mailwizz/package.json +++ b/components/mailwizz/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailwizz", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Mailwizz Components", "main": "mailwizz.app.mjs", "keywords": [ diff --git a/components/microsoft_onedrive/actions/get-file-by-id/get-file-by-id.mjs b/components/microsoft_onedrive/actions/get-file-by-id/get-file-by-id.mjs index 08d76712c625a..ec2a85fe64829 100644 --- a/components/microsoft_onedrive/actions/get-file-by-id/get-file-by-id.mjs +++ b/components/microsoft_onedrive/actions/get-file-by-id/get-file-by-id.mjs @@ -4,7 +4,7 @@ export default { key: "microsoft_onedrive-get-file-by-id", name: "Get File by ID", description: "Retrieves a file by ID. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, @@ -24,7 +24,7 @@ export default { async run({ $ }) { const response = await this.onedrive.client().api(`/me/drive/items/${this.fileId}`) .get(); - $.export("$summary", `Successfully retreived file with ID: ${this.fileId}`); + $.export("$summary", `Successfully retrieved file with ID: ${this.fileId}`); return response; }, }; diff --git a/components/microsoft_onedrive/package.json b/components/microsoft_onedrive/package.json index e8edf70542d62..d9209bd2e0f62 100644 --- a/components/microsoft_onedrive/package.json +++ b/components/microsoft_onedrive/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/microsoft_onedrive", - "version": "1.8.1", + "version": "1.8.2", "description": "Pipedream Microsoft OneDrive components", "main": "microsoft_onedrive.app.mjs", "homepage": "https://pipedream.com/apps/microsoft-onedrive", diff --git a/components/microsoft_outlook/actions/add-label-to-email/add-label-to-email.mjs b/components/microsoft_outlook/actions/add-label-to-email/add-label-to-email.mjs index 82111940d00fb..b45a06e8dd51a 100644 --- a/components/microsoft_outlook/actions/add-label-to-email/add-label-to-email.mjs +++ b/components/microsoft_outlook/actions/add-label-to-email/add-label-to-email.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_outlook-add-label-to-email", name: "Add Label to Email", description: "Adds a label/category to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update)", - version: "0.0.20", + version: "0.0.21", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/approve-workflow/approve-workflow.mjs b/components/microsoft_outlook/actions/approve-workflow/approve-workflow.mjs index 43f9784931102..21080f6bae379 100644 --- a/components/microsoft_outlook/actions/approve-workflow/approve-workflow.mjs +++ b/components/microsoft_outlook/actions/approve-workflow/approve-workflow.mjs @@ -4,7 +4,7 @@ export default { key: "microsoft_outlook-approve-workflow", name: "Approve Workflow", description: "Suspend the workflow until approved by email. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend)", - version: "0.0.18", + version: "0.0.19", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/create-contact/create-contact.mjs b/components/microsoft_outlook/actions/create-contact/create-contact.mjs index f6bcb3ec6bc93..c2d29f3bd20ed 100644 --- a/components/microsoft_outlook/actions/create-contact/create-contact.mjs +++ b/components/microsoft_outlook/actions/create-contact/create-contact.mjs @@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-create-contact", - version: "0.0.27", + version: "0.0.28", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/create-draft-email/create-draft-email.mjs b/components/microsoft_outlook/actions/create-draft-email/create-draft-email.mjs index c01821c2acb1e..e7d52420850a8 100644 --- a/components/microsoft_outlook/actions/create-draft-email/create-draft-email.mjs +++ b/components/microsoft_outlook/actions/create-draft-email/create-draft-email.mjs @@ -4,7 +4,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-create-draft-email", - version: "0.0.28", + version: "0.0.29", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/create-draft-reply/create-draft-reply.mjs b/components/microsoft_outlook/actions/create-draft-reply/create-draft-reply.mjs index 8d8e856a8fe16..b7d0e9ee183b6 100644 --- a/components/microsoft_outlook/actions/create-draft-reply/create-draft-reply.mjs +++ b/components/microsoft_outlook/actions/create-draft-reply/create-draft-reply.mjs @@ -4,7 +4,7 @@ export default { key: "microsoft_outlook-create-draft-reply", name: "Create Draft Reply", description: "Create a draft reply to an email. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-createreply)", - version: "0.0.5", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/download-attachment/download-attachment.mjs b/components/microsoft_outlook/actions/download-attachment/download-attachment.mjs index 1cf0b2e3c1f97..2ab596af5bc49 100644 --- a/components/microsoft_outlook/actions/download-attachment/download-attachment.mjs +++ b/components/microsoft_outlook/actions/download-attachment/download-attachment.mjs @@ -13,7 +13,7 @@ export default { key: "microsoft_outlook-download-attachment", name: "Download Attachment", description: "Downloads an attachment to the /tmp directory. [See the documentation](https://learn.microsoft.com/en-us/graph/api/attachment-get?view=graph-rest-1.0&tabs=http)", - version: "0.0.16", + version: "0.0.17", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs b/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs index 3d56d5b148c31..5ec03e3dc4c9a 100644 --- a/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs +++ b/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs @@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-find-contacts", - version: "0.0.27", + version: "0.0.28", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/find-email/find-email.mjs b/components/microsoft_outlook/actions/find-email/find-email.mjs index d4bda8db31e1d..497730c0594b6 100644 --- a/components/microsoft_outlook/actions/find-email/find-email.mjs +++ b/components/microsoft_outlook/actions/find-email/find-email.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_outlook-find-email", name: "Find Email", description: "Search for an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages)", - version: "0.1.2", + version: "0.1.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/find-shared-folder-email/find-shared-folder-email.mjs b/components/microsoft_outlook/actions/find-shared-folder-email/find-shared-folder-email.mjs index 8b878eb544bc0..71e9dfe4a2079 100644 --- a/components/microsoft_outlook/actions/find-shared-folder-email/find-shared-folder-email.mjs +++ b/components/microsoft_outlook/actions/find-shared-folder-email/find-shared-folder-email.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_outlook-find-shared-folder-email", name: "Find Shared Folder Email", description: "Search for an email in a shared folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages)", - version: "0.0.12", + version: "0.0.13", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs b/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs index 5fed126e4cee2..740be227ac12c 100644 --- a/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs +++ b/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs @@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-list-contacts", - version: "0.0.27", + version: "0.0.28", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/list-folders/list-folders.mjs b/components/microsoft_outlook/actions/list-folders/list-folders.mjs index ae7cb2521f1be..3b58b20356deb 100644 --- a/components/microsoft_outlook/actions/list-folders/list-folders.mjs +++ b/components/microsoft_outlook/actions/list-folders/list-folders.mjs @@ -4,7 +4,7 @@ export default { key: "microsoft_outlook-list-folders", name: "List Folders", description: "Retrieves a list of all folders in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-mailfolders)", - version: "0.0.18", + version: "0.0.19", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/list-labels/list-labels.mjs b/components/microsoft_outlook/actions/list-labels/list-labels.mjs index e61328452f5fe..cf3606aeedc73 100644 --- a/components/microsoft_outlook/actions/list-labels/list-labels.mjs +++ b/components/microsoft_outlook/actions/list-labels/list-labels.mjs @@ -4,7 +4,7 @@ export default { key: "microsoft_outlook-list-labels", name: "List Labels", description: "Get all the labels/categories that have been defined for a user. [See the documentation](https://learn.microsoft.com/en-us/graph/api/outlookuser-list-mastercategories)", - version: "0.0.20", + version: "0.0.21", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/move-email-to-folder/move-email-to-folder.mjs b/components/microsoft_outlook/actions/move-email-to-folder/move-email-to-folder.mjs index 169e78d0b3b7d..0b3ce8383cac7 100644 --- a/components/microsoft_outlook/actions/move-email-to-folder/move-email-to-folder.mjs +++ b/components/microsoft_outlook/actions/move-email-to-folder/move-email-to-folder.mjs @@ -4,7 +4,7 @@ export default { key: "microsoft_outlook-move-email-to-folder", name: "Move Email to Folder", description: "Moves an email to the specified folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-move)", - version: "0.0.18", + version: "0.0.19", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/remove-label-from-email/remove-label-from-email.mjs b/components/microsoft_outlook/actions/remove-label-from-email/remove-label-from-email.mjs index e2adac3527380..2a580300d83c7 100644 --- a/components/microsoft_outlook/actions/remove-label-from-email/remove-label-from-email.mjs +++ b/components/microsoft_outlook/actions/remove-label-from-email/remove-label-from-email.mjs @@ -4,7 +4,7 @@ export default { key: "microsoft_outlook-remove-label-from-email", name: "Remove Label from Email", description: "Removes a label/category from an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update)", - version: "0.0.20", + version: "0.0.21", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/reply-to-email/reply-to-email.mjs b/components/microsoft_outlook/actions/reply-to-email/reply-to-email.mjs index f13c92f6932d4..df6a29cfb2be4 100644 --- a/components/microsoft_outlook/actions/reply-to-email/reply-to-email.mjs +++ b/components/microsoft_outlook/actions/reply-to-email/reply-to-email.mjs @@ -4,7 +4,7 @@ export default { key: "microsoft_outlook-reply-to-email", name: "Reply to Email", description: "Reply to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-reply)", - version: "0.0.18", + version: "0.0.19", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/send-email/send-email.mjs b/components/microsoft_outlook/actions/send-email/send-email.mjs index b4ac5b88ea804..b26e0309a2e36 100644 --- a/components/microsoft_outlook/actions/send-email/send-email.mjs +++ b/components/microsoft_outlook/actions/send-email/send-email.mjs @@ -4,7 +4,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-send-email", - version: "0.0.29", + version: "0.0.30", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/microsoft_outlook/actions/update-contact/update-contact.mjs b/components/microsoft_outlook/actions/update-contact/update-contact.mjs index b832779dce8a3..56f03ce631fee 100644 --- a/components/microsoft_outlook/actions/update-contact/update-contact.mjs +++ b/components/microsoft_outlook/actions/update-contact/update-contact.mjs @@ -3,7 +3,7 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-update-contact", - version: "0.0.27", + version: "0.0.28", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/microsoft_outlook/microsoft_outlook.app.mjs b/components/microsoft_outlook/microsoft_outlook.app.mjs index affc5e869b560..df3f632e8e0d5 100644 --- a/components/microsoft_outlook/microsoft_outlook.app.mjs +++ b/components/microsoft_outlook/microsoft_outlook.app.mjs @@ -90,7 +90,7 @@ export default { optional: true, }, emailAddresses: { - label: "Email adresses", + label: "Email addresses", description: "Email addresses", type: "string[]", optional: true, diff --git a/components/microsoft_outlook/package.json b/components/microsoft_outlook/package.json index 561d8b9c71627..00dc40cc885d9 100644 --- a/components/microsoft_outlook/package.json +++ b/components/microsoft_outlook/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/microsoft_outlook", - "version": "1.10.1", + "version": "1.10.2", "description": "Pipedream Microsoft Outlook Components", "main": "microsoft_outlook.app.mjs", "keywords": [ diff --git a/components/microsoft_outlook/sources/new-attachment-received/new-attachment-received.mjs b/components/microsoft_outlook/sources/new-attachment-received/new-attachment-received.mjs index b0efb52fcf32b..b3f1074c6f25c 100644 --- a/components/microsoft_outlook/sources/new-attachment-received/new-attachment-received.mjs +++ b/components/microsoft_outlook/sources/new-attachment-received/new-attachment-received.mjs @@ -6,7 +6,7 @@ export default { key: "microsoft_outlook-new-attachment-received", name: "New Attachment Received (Instant)", description: "Emit new event when a new email containing one or more attachments arrives in a specified Microsoft Outlook folder.", - version: "0.1.11", + version: "0.1.12", type: "source", dedupe: "unique", props: { diff --git a/components/microsoft_outlook/sources/new-contact/new-contact.mjs b/components/microsoft_outlook/sources/new-contact/new-contact.mjs index d254071b31525..62a9e9a2dc4b2 100644 --- a/components/microsoft_outlook/sources/new-contact/new-contact.mjs +++ b/components/microsoft_outlook/sources/new-contact/new-contact.mjs @@ -5,7 +5,7 @@ export default { key: "microsoft_outlook-new-contact", name: "New Contact Event (Instant)", description: "Emit new event when a new Contact is created", - version: "0.0.27", + version: "0.0.28", type: "source", hooks: { ...common.hooks, diff --git a/components/microsoft_outlook/sources/new-email-in-shared-folder/new-email-in-shared-folder.mjs b/components/microsoft_outlook/sources/new-email-in-shared-folder/new-email-in-shared-folder.mjs index 14965235cdada..60111bfc7a067 100644 --- a/components/microsoft_outlook/sources/new-email-in-shared-folder/new-email-in-shared-folder.mjs +++ b/components/microsoft_outlook/sources/new-email-in-shared-folder/new-email-in-shared-folder.mjs @@ -7,7 +7,7 @@ export default { key: "microsoft_outlook-new-email-in-shared-folder", name: "New Email in Shared Folder Event", description: "Emit new event when an email is received in specified shared folders.", - version: "0.0.13", + version: "0.0.14", type: "source", dedupe: "unique", props: { diff --git a/components/microsoft_outlook/sources/new-email/new-email.mjs b/components/microsoft_outlook/sources/new-email/new-email.mjs index 9bb4d8e16e4d2..19de7af966257 100644 --- a/components/microsoft_outlook/sources/new-email/new-email.mjs +++ b/components/microsoft_outlook/sources/new-email/new-email.mjs @@ -7,7 +7,7 @@ export default { key: "microsoft_outlook-new-email", name: "New Email Event (Instant)", description: "Emit new event when an email is received in specified folders.", - version: "0.1.13", + version: "0.1.14", type: "source", dedupe: "unique", methods: { diff --git a/components/neon_postgres/package.json b/components/neon_postgres/package.json index 8f550763b87a5..eba44ce48d2b0 100644 --- a/components/neon_postgres/package.json +++ b/components/neon_postgres/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/neon_postgres", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Neon Postgres Components", "main": "neon_postgres.app.mjs", "keywords": [ diff --git a/components/neon_postgres/sources/new-or-updated-row/new-or-updated-row.mjs b/components/neon_postgres/sources/new-or-updated-row/new-or-updated-row.mjs index 9f14c54e86c3a..31db2e3e3aba4 100644 --- a/components/neon_postgres/sources/new-or-updated-row/new-or-updated-row.mjs +++ b/components/neon_postgres/sources/new-or-updated-row/new-or-updated-row.mjs @@ -5,7 +5,7 @@ export default { name: "New or Updated Row", key: "neon_postgres-new-or-updated-row", description: "Emit new event when a row is added or modified. [See the documentation](https://node-postgres.com/features/queries)", - version: "0.0.1", + version: "0.0.2", type: "source", dedupe: "unique", props: { @@ -35,7 +35,7 @@ export default { schema: c.schema, }), ], - description: "The column to identify an unique row, commonly it's `id` or `uuid`.", + description: "The column to identify an unique row, commonly its `id` or `uuid`.", }, timestampColumn: { label: "Timestamp Column", diff --git a/components/nextcloud/actions/delete-share/delete-share.mjs b/components/nextcloud/actions/delete-share/delete-share.mjs index e84fb346d456b..da376a378ffec 100644 --- a/components/nextcloud/actions/delete-share/delete-share.mjs +++ b/components/nextcloud/actions/delete-share/delete-share.mjs @@ -3,8 +3,8 @@ import nextcloud from "../../nextcloud.app.mjs"; export default { key: "nextcloud-delete-share", name: "Delete Share", - description: "Deletes a specific share in Nextcloud. [See the documenation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-delete-share)", - version: "0.0.2", + description: "Deletes a specific share in Nextcloud. [See the documentation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-delete-share)", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/nextcloud/package.json b/components/nextcloud/package.json index dc961f12a29c3..9db35e8addd3b 100644 --- a/components/nextcloud/package.json +++ b/components/nextcloud/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nextcloud", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Nextcloud Components", "main": "nextcloud.app.mjs", "keywords": [ diff --git a/components/nocodb/actions/add-record/add-record.mjs b/components/nocodb/actions/add-record/add-record.mjs index 3df2904434ae2..17ee766c58e97 100644 --- a/components/nocodb/actions/add-record/add-record.mjs +++ b/components/nocodb/actions/add-record/add-record.mjs @@ -5,7 +5,7 @@ export default { key: "nocodb-add-record", name: "Add Record", description: "This action adds a record in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-create)", - version: "0.0.7", + version: "0.0.8", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/nocodb/actions/delete-record/delete-record.mjs b/components/nocodb/actions/delete-record/delete-record.mjs index 1e45d6b34dcb8..7ca9d7434ec78 100644 --- a/components/nocodb/actions/delete-record/delete-record.mjs +++ b/components/nocodb/actions/delete-record/delete-record.mjs @@ -5,7 +5,7 @@ export default { key: "nocodb-delete-record", name: "Delete Record", description: "This action deletes a row in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-delete)", - version: "0.0.7", + version: "0.0.8", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/nocodb/actions/get-record/get-record.mjs b/components/nocodb/actions/get-record/get-record.mjs index cf08adb56455e..734f867600d2b 100644 --- a/components/nocodb/actions/get-record/get-record.mjs +++ b/components/nocodb/actions/get-record/get-record.mjs @@ -5,7 +5,7 @@ export default { key: "nocodb-get-record", name: "Get Record (from row number)", description: "This action gets a row by row Id. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-read)", - version: "0.0.7", + version: "0.0.8", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/nocodb/actions/list-records-matching-criteria/list-records-matching-criteria.mjs b/components/nocodb/actions/list-records-matching-criteria/list-records-matching-criteria.mjs index e3f4f6ca740e3..cf5a476a5f1b9 100644 --- a/components/nocodb/actions/list-records-matching-criteria/list-records-matching-criteria.mjs +++ b/components/nocodb/actions/list-records-matching-criteria/list-records-matching-criteria.mjs @@ -5,7 +5,7 @@ export default { key: "nocodb-list-records-matching-criteria", name: "List Records in Table Matching Criteria", description: "This action lists all rows in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-list)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/nocodb/actions/update-record/update-record.mjs b/components/nocodb/actions/update-record/update-record.mjs index ce4b6477c11d1..49ac29728497a 100644 --- a/components/nocodb/actions/update-record/update-record.mjs +++ b/components/nocodb/actions/update-record/update-record.mjs @@ -5,7 +5,7 @@ export default { key: "nocodb-update-record", name: "Update Record", description: "This action updates a record in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-update)", - version: "0.0.7", + version: "0.0.8", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/nocodb/nocodb.app.mjs b/components/nocodb/nocodb.app.mjs index 6292c6c44e530..5ae666b1828b9 100644 --- a/components/nocodb/nocodb.app.mjs +++ b/components/nocodb/nocodb.app.mjs @@ -93,7 +93,7 @@ export default { data: { type: "string", label: "data", - description: "Enter Json Formated data", + description: "Enter JSON-formatted data", }, fields: { type: "string[]", diff --git a/components/nocodb/package.json b/components/nocodb/package.json index 32959450e65c4..5ba801e15271d 100644 --- a/components/nocodb/package.json +++ b/components/nocodb/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nocodb", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Nocodb Components", "main": "nocodb.app.mjs", "keywords": [ diff --git a/components/nocodb/sources/new-record-in-view/new-record-in-view.mjs b/components/nocodb/sources/new-record-in-view/new-record-in-view.mjs index 6a1e3bd66c9d7..cdfba8e51e1eb 100644 --- a/components/nocodb/sources/new-record-in-view/new-record-in-view.mjs +++ b/components/nocodb/sources/new-record-in-view/new-record-in-view.mjs @@ -5,7 +5,7 @@ export default { key: "nocodb-new-record-in-view", name: "New Record in View", description: "Emit new event for each new record in a view. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-list)", - version: "0.0.2", + version: "0.0.3", type: "source", dedupe: "unique", props: { diff --git a/components/nocodb/sources/new-record/new-record.mjs b/components/nocodb/sources/new-record/new-record.mjs index ce904e7457603..5cc6243ec17b3 100644 --- a/components/nocodb/sources/new-record/new-record.mjs +++ b/components/nocodb/sources/new-record/new-record.mjs @@ -6,7 +6,7 @@ export default { name: "New Record in Table", key: "nocodb-new-record", description: "Emit new event for each new record in table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-list)", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", props: { ...common.props, diff --git a/components/nocodb/sources/updated-record/updated-record.mjs b/components/nocodb/sources/updated-record/updated-record.mjs index 7a91b3cd0b7ee..dfe7f3b52ec8c 100644 --- a/components/nocodb/sources/updated-record/updated-record.mjs +++ b/components/nocodb/sources/updated-record/updated-record.mjs @@ -6,7 +6,7 @@ export default { name: "New Update in Table", key: "nocodb-updated-record", description: "Emit new event for each update in table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-list)", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", props: { ...common.props, diff --git a/components/ocrspace/actions/process-image/process-image.mjs b/components/ocrspace/actions/process-image/process-image.mjs index 61bb78af55f9b..be4b293f11cbc 100644 --- a/components/ocrspace/actions/process-image/process-image.mjs +++ b/components/ocrspace/actions/process-image/process-image.mjs @@ -5,7 +5,7 @@ export default { key: "ocrspace-process-image", name: "Process Image", description: "Submits an image file for OCR processing using OCR.space. [See the documentation](https://ocr.space/ocrapi)", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/ocrspace/actions/process-pdf/process-pdf.mjs b/components/ocrspace/actions/process-pdf/process-pdf.mjs index 897c83a3b49e6..e2b2a1220600a 100644 --- a/components/ocrspace/actions/process-pdf/process-pdf.mjs +++ b/components/ocrspace/actions/process-pdf/process-pdf.mjs @@ -5,7 +5,7 @@ export default { key: "ocrspace-process-pdf", name: "Process PDF for OCR", description: "Submit a PDF for OCR processing. [See the documentation](https://ocr.space/ocrapi)", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/ocrspace/ocrspace.app.mjs b/components/ocrspace/ocrspace.app.mjs index d5aade7b6bd98..3881f12f4f6d1 100644 --- a/components/ocrspace/ocrspace.app.mjs +++ b/components/ocrspace/ocrspace.app.mjs @@ -25,7 +25,7 @@ export default { isOverlayRequired: { type: "boolean", label: "Is Overlay Required", - description: "If true, returns the coordinates of the bounding boxes for each word. If false, the OCR'ed text is returned only as a text block (this makes the JSON reponse smaller). Overlay data can be used, for example, to show [text over the image](https://ocr.space/english).", + description: "If true, returns the coordinates of the bounding boxes for each word. If false, the OCR'ed text is returned only as a text block (this makes the JSON response smaller). Overlay data can be used, for example, to show [text over the image](https://ocr.space/english).", optional: true, }, filetype: { diff --git a/components/ocrspace/package.json b/components/ocrspace/package.json index 670962e8a2bd1..42e778ece47aa 100644 --- a/components/ocrspace/package.json +++ b/components/ocrspace/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ocrspace", - "version": "0.2.2", + "version": "0.2.3", "description": "Pipedream OCRSpace Components", "main": "ocrspace.app.mjs", "keywords": [ diff --git a/components/paigo/actions/create-dimension/create-dimension.mjs b/components/paigo/actions/create-dimension/create-dimension.mjs index 2a399e90aaf90..55807d40be95d 100644 --- a/components/paigo/actions/create-dimension/create-dimension.mjs +++ b/components/paigo/actions/create-dimension/create-dimension.mjs @@ -5,7 +5,7 @@ export default { key: "paigo-create-dimension", name: "Create Dimension", description: "Creates a new dimension inside the Paigo platform. [See the documentation](http://www.api.docs.paigo.tech/#tag/Dimensions/operation/Create%20a%20dimension)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -41,7 +41,7 @@ export default { rounding: { type: "string", label: "Rounding", - description: "The rounding algorithm that is used to calculate the amount of usage increment. Ceiling algorithm rounds up, floor algorithm rounds down, the round algrogrithm rounds to the nearest whole integer rounding half away from zero.", + description: "The rounding algorithm that is used to calculate the amount of usage increment. Ceiling algorithm rounds up, floor algorithm rounds down, the round algorithm rounds to the nearest whole integer rounding half away from zero.", options: constants.USAGE_ROUNDING, }, usageEntitlement: { diff --git a/components/paigo/package.json b/components/paigo/package.json index 9e40006551283..e8156e723bc5a 100644 --- a/components/paigo/package.json +++ b/components/paigo/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/paigo", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Paigo Components", "main": "paigo.app.mjs", "keywords": [ diff --git a/components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs b/components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs index f0d493c508a7e..454dd94bdce10 100644 --- a/components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs +++ b/components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs @@ -12,7 +12,7 @@ export default { key: "pennylane-create-billing-subscription", name: "Create Billing Subscription", description: "Creates a billing subscription for a customer. [See the documentation](https://pennylane.readme.io/reference/billing_subscriptions-post-1).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs b/components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs index 972b18a213542..c1b58dca4bae9 100644 --- a/components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs +++ b/components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs @@ -11,7 +11,7 @@ export default { key: "pennylane-create-customer-invoice", name: "Create Customer Invoice", description: "Generates a new invoice for a customer using Pennylane. [See the documentation](https://pennylane.readme.io/reference/customer_invoices-post-1)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/pennylane/actions/create-customer/create-customer.mjs b/components/pennylane/actions/create-customer/create-customer.mjs index 743a34b660d5b..9fc3f48354231 100644 --- a/components/pennylane/actions/create-customer/create-customer.mjs +++ b/components/pennylane/actions/create-customer/create-customer.mjs @@ -10,7 +10,7 @@ export default { key: "pennylane-create-customer", name: "Create Customer", description: "Creates a new customer in Pennylane. [See the documentation](https://pennylane.readme.io/reference/customers-post-1)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/pennylane/common/constants.mjs b/components/pennylane/common/constants.mjs index 3cdf83a14f219..d1b4ed8407896 100644 --- a/components/pennylane/common/constants.mjs +++ b/components/pennylane/common/constants.mjs @@ -48,7 +48,7 @@ export const MODE_OPTIONS = [ value: "finalized", }, { - label: "Finalized invoices will be created and autimatically sent to the client at each new occurrence", + label: "Finalized invoices will be created and automatically sent to the client at each new occurrence", value: "email", }, ]; diff --git a/components/pennylane/package.json b/components/pennylane/package.json index 6d56834a8a16c..77a9ec2785642 100644 --- a/components/pennylane/package.json +++ b/components/pennylane/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/pennylane", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Pennylane Components", "main": "pennylane.app.mjs", "keywords": [ diff --git a/components/postgresql/package.json b/components/postgresql/package.json index aa26f45a26da9..ab9b97b1c62af 100644 --- a/components/postgresql/package.json +++ b/components/postgresql/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/postgresql", - "version": "2.2.4", + "version": "2.2.5", "description": "Pipedream PostgreSQL Components", "main": "postgresql.app.mjs", "keywords": [ diff --git a/components/postgresql/sources/new-or-updated-row/new-or-updated-row.mjs b/components/postgresql/sources/new-or-updated-row/new-or-updated-row.mjs index bc280634e1334..762e32e38a71d 100644 --- a/components/postgresql/sources/new-or-updated-row/new-or-updated-row.mjs +++ b/components/postgresql/sources/new-or-updated-row/new-or-updated-row.mjs @@ -5,7 +5,7 @@ export default { name: "New or Updated Row", key: "postgresql-new-or-updated-row", description: "Emit new event when a row is added or modified. [See the documentation](https://node-postgres.com/features/queries)", - version: "2.0.8", + version: "2.0.9", type: "source", dedupe: "unique", props: { @@ -35,7 +35,7 @@ export default { schema: c.schema, }), ], - description: "The column to identify an unique row, commonly it's `id` or `uuid`.", + description: "The column to identify an unique row, commonly its `id` or `uuid`.", }, timestampColumn: { label: "Timestamp Column", diff --git a/components/printful/actions/create-order/create-order.mjs b/components/printful/actions/create-order/create-order.mjs index f70cf46a90aa9..112d2fce230cd 100644 --- a/components/printful/actions/create-order/create-order.mjs +++ b/components/printful/actions/create-order/create-order.mjs @@ -3,14 +3,14 @@ import printful from "../../printful.app.mjs"; export default { name: "Create Order", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, key: "printful-create-order", - description: "Creates a new order in your Printful account. [See the documentaion](https://developers.printful.com/docs/#operation/createOrder)", + description: "Creates a new order in your Printful account. [See the documentation](https://developers.printful.com/docs/#operation/createOrder)", type: "action", props: { printful, diff --git a/components/printful/package.json b/components/printful/package.json index dfd3cd7e80c04..72c34ef10708b 100644 --- a/components/printful/package.json +++ b/components/printful/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/printful", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Printful Components", "main": "printful.app.mjs", "keywords": [ diff --git a/components/quaderno/actions/create-contact/create-contact.mjs b/components/quaderno/actions/create-contact/create-contact.mjs index 234825a28f6ae..1a1ebf7f54a8b 100644 --- a/components/quaderno/actions/create-contact/create-contact.mjs +++ b/components/quaderno/actions/create-contact/create-contact.mjs @@ -6,7 +6,7 @@ export default { name: "Create Contact", description: "Add a new contact to Quaderno. [See the Documentation](https://developers.quaderno.io/api/#tag/Contacts/operation/createContact).", type: "action", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -90,8 +90,8 @@ export default { return { firstName: { type: "string", - label: "Bussiness Name", - description: "The contact's bussiness name.", + label: "Business Name", + description: "The contact's business name.", }, department: { type: "string", diff --git a/components/quaderno/package.json b/components/quaderno/package.json index 261fb4b0d0df6..9ee50c356fa6f 100644 --- a/components/quaderno/package.json +++ b/components/quaderno/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/quaderno", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Quaderno Components", "main": "quaderno.app.mjs", "keywords": [ diff --git a/components/quentn/actions/run-campaign-for-contact/run-campaign-for-contact.mjs b/components/quentn/actions/run-campaign-for-contact/run-campaign-for-contact.mjs index 7b28cd1e2b411..54b8f597667b7 100644 --- a/components/quentn/actions/run-campaign-for-contact/run-campaign-for-contact.mjs +++ b/components/quentn/actions/run-campaign-for-contact/run-campaign-for-contact.mjs @@ -5,7 +5,7 @@ export default { name: "Run Campaign for Contact", description: "Runs a campaign for a contact. [See the docs](https://help.quentn.com/hc/en-150/articles/4518054010129-Campaign-API).", type: "action", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -22,7 +22,7 @@ export default { }, elementId: { type: "integer", - label: "Campaign Receieve Element ID", + label: "Campaign Receive Element ID", description: "The ID of the campaign receive element can be found in workflow builder.", }, }, diff --git a/components/quentn/package.json b/components/quentn/package.json index 0c37202a8bd52..4b895d6a7de4a 100644 --- a/components/quentn/package.json +++ b/components/quentn/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/quentn", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Quentn Components", "main": "quentn.app.mjs", "keywords": [ diff --git a/components/reddit/actions/list-comments-in-a-post/list-comments-in-a-post.mjs b/components/reddit/actions/list-comments-in-a-post/list-comments-in-a-post.mjs index 804fea0b2af7e..acdcb31997c0e 100644 --- a/components/reddit/actions/list-comments-in-a-post/list-comments-in-a-post.mjs +++ b/components/reddit/actions/list-comments-in-a-post/list-comments-in-a-post.mjs @@ -4,7 +4,7 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-list-comments-in-a-post", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/reddit/actions/list-subreddits-by-query/list-subreddits-by-query.mjs b/components/reddit/actions/list-subreddits-by-query/list-subreddits-by-query.mjs index 8f51df9f354c0..57399c6020924 100644 --- a/components/reddit/actions/list-subreddits-by-query/list-subreddits-by-query.mjs +++ b/components/reddit/actions/list-subreddits-by-query/list-subreddits-by-query.mjs @@ -4,7 +4,7 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-list-subreddits-by-query", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/reddit/actions/search-post/search-post.mjs b/components/reddit/actions/search-post/search-post.mjs index b3d810508e3c8..69e2885d7b0c4 100644 --- a/components/reddit/actions/search-post/search-post.mjs +++ b/components/reddit/actions/search-post/search-post.mjs @@ -3,7 +3,7 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-search-post", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/reddit/actions/submit-a-comment/submit-a-comment.mjs b/components/reddit/actions/submit-a-comment/submit-a-comment.mjs index 066eb3f11de8b..bd5fabaa0185d 100644 --- a/components/reddit/actions/submit-a-comment/submit-a-comment.mjs +++ b/components/reddit/actions/submit-a-comment/submit-a-comment.mjs @@ -4,7 +4,7 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-submit-a-comment", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/reddit/actions/submit-a-post/submit-a-post.mjs b/components/reddit/actions/submit-a-post/submit-a-post.mjs index ec89dd89e278d..f22e97b47ceee 100644 --- a/components/reddit/actions/submit-a-post/submit-a-post.mjs +++ b/components/reddit/actions/submit-a-post/submit-a-post.mjs @@ -5,7 +5,7 @@ import reddit from "../../reddit.app.mjs"; export default { type: "action", key: "reddit-submit-a-post", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/reddit/package.json b/components/reddit/package.json index 1161b2dd98e67..73999feab9585 100644 --- a/components/reddit/package.json +++ b/components/reddit/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/reddit", - "version": "1.2.1", + "version": "1.2.2", "description": "Pipedream Reddit Components", "main": "reddit.app.mjs", "keywords": [ diff --git a/components/reddit/reddit.app.mjs b/components/reddit/reddit.app.mjs index f830f1f1f34a5..7da52a2b63f79 100644 --- a/components/reddit/reddit.app.mjs +++ b/components/reddit/reddit.app.mjs @@ -344,7 +344,7 @@ export default { sr_detail: includeSubredditDetails, theme: "default", threaded: true, - trucate: 0, + truncate: 0, }; const [ diff --git a/components/reddit/sources/new-comments-by-user/new-comments-by-user.mjs b/components/reddit/sources/new-comments-by-user/new-comments-by-user.mjs index 41c69feb3b77b..23ee0e49685b5 100644 --- a/components/reddit/sources/new-comments-by-user/new-comments-by-user.mjs +++ b/components/reddit/sources/new-comments-by-user/new-comments-by-user.mjs @@ -7,7 +7,7 @@ export default { key: "reddit-new-comments-by-user", name: "New Comments by User", description: "Emit new event each time a user posts a new comment.", - version: "0.1.2", + version: "0.1.3", dedupe: "unique", props: { ...common.props, diff --git a/components/reddit/sources/new-comments-on-a-post/new-comments-on-a-post.mjs b/components/reddit/sources/new-comments-on-a-post/new-comments-on-a-post.mjs index 141d4441b1b82..7357b90e9c16e 100644 --- a/components/reddit/sources/new-comments-on-a-post/new-comments-on-a-post.mjs +++ b/components/reddit/sources/new-comments-on-a-post/new-comments-on-a-post.mjs @@ -9,7 +9,7 @@ export default { name: "New comments on a post", description: "Emit new event each time a new comment is added to a subreddit.", - version: "0.1.2", + version: "0.1.3", dedupe: "unique", props: { ...common.props, diff --git a/components/reddit/sources/new-hot-posts-on-a-subreddit/new-hot-posts-on-a-subreddit.mjs b/components/reddit/sources/new-hot-posts-on-a-subreddit/new-hot-posts-on-a-subreddit.mjs index eb621670cd050..8ec2177d74eaa 100644 --- a/components/reddit/sources/new-hot-posts-on-a-subreddit/new-hot-posts-on-a-subreddit.mjs +++ b/components/reddit/sources/new-hot-posts-on-a-subreddit/new-hot-posts-on-a-subreddit.mjs @@ -11,7 +11,7 @@ export default { name: "New hot posts on a subreddit", description: "Emit new event each time a new hot post is added to the top 10 items in a subreddit.", - version: "0.2.3", + version: "0.2.4", dedupe: "unique", props: { ...common.props, diff --git a/components/reddit/sources/new-links-by-user/new-links-by-user.mjs b/components/reddit/sources/new-links-by-user/new-links-by-user.mjs index 80dc985f30587..fed038ff04b4c 100644 --- a/components/reddit/sources/new-links-by-user/new-links-by-user.mjs +++ b/components/reddit/sources/new-links-by-user/new-links-by-user.mjs @@ -7,7 +7,7 @@ export default { key: "reddit-new-links-by-user", name: "New Links by User", description: "Emit new event each time a user posts a new link.", - version: "0.1.2", + version: "0.1.3", dedupe: "unique", props: { ...common.props, diff --git a/components/reddit/sources/new-links-on-a-subreddit/new-links-on-a-subreddit.mjs b/components/reddit/sources/new-links-on-a-subreddit/new-links-on-a-subreddit.mjs index eb2027e1b53d6..e9d27fc0f792b 100644 --- a/components/reddit/sources/new-links-on-a-subreddit/new-links-on-a-subreddit.mjs +++ b/components/reddit/sources/new-links-on-a-subreddit/new-links-on-a-subreddit.mjs @@ -8,7 +8,7 @@ export default { key: "reddit-new-links-on-a-subreddit", name: "New Links on a Subreddit", description: "Emit new event each time a new link is added to a subreddit", - version: "0.1.2", + version: "0.1.3", dedupe: "unique", props: { ...common.props, diff --git a/components/reddit/sources/new-private-message/new-private-message.mjs b/components/reddit/sources/new-private-message/new-private-message.mjs index 2de054f424eea..cb7cc96b18a1f 100644 --- a/components/reddit/sources/new-private-message/new-private-message.mjs +++ b/components/reddit/sources/new-private-message/new-private-message.mjs @@ -6,7 +6,7 @@ export default { key: "reddit-new-private-message", name: "New Private Message", description: "Emit new event each time you receive a new private message.", - version: "0.0.1", + version: "0.0.2", dedupe: "unique", hooks: { async deploy() { diff --git a/components/reddit/sources/new-saved-post-by-user/new-saved-post-by-user.mjs b/components/reddit/sources/new-saved-post-by-user/new-saved-post-by-user.mjs index 1cb5eb18020c1..b324f7ecdca10 100644 --- a/components/reddit/sources/new-saved-post-by-user/new-saved-post-by-user.mjs +++ b/components/reddit/sources/new-saved-post-by-user/new-saved-post-by-user.mjs @@ -7,7 +7,7 @@ export default { key: "reddit-new-saved-post-by-user", name: "New Saved Post by User", description: "Emit new event each time a user saves a post.", - version: "0.1.3", + version: "0.1.4", dedupe: "unique", props: { ...common.props, diff --git a/components/shopify/actions/update-inventory-level/update-inventory-level.mjs b/components/shopify/actions/update-inventory-level/update-inventory-level.mjs index 6ca5770d63be2..b44eef93f0767 100644 --- a/components/shopify/actions/update-inventory-level/update-inventory-level.mjs +++ b/components/shopify/actions/update-inventory-level/update-inventory-level.mjs @@ -4,8 +4,8 @@ import { INVENTORY_ADJUSTMENT_REASONS } from "../../common/constants.mjs"; export default { key: "shopify-update-inventory-level", name: "Update Inventory Level", - description: "Sets the inventory level for an inventory item at a location. [See the documenation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventorySetOnHandQuantities)", - version: "0.0.16", + description: "Sets the inventory level for an inventory item at a location. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventorySetOnHandQuantities)", + version: "0.0.17", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/shopify/package.json b/components/shopify/package.json index 58254b3b1dfc7..76fb437ab8f5d 100644 --- a/components/shopify/package.json +++ b/components/shopify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/shopify", - "version": "0.8.2", + "version": "0.8.3", "description": "Pipedream Shopify Components", "main": "shopify.app.mjs", "keywords": [ diff --git a/components/shopify_developer_app/README.md b/components/shopify_developer_app/README.md index 4858e0f081ffc..56ba406f52cdb 100644 --- a/components/shopify_developer_app/README.md +++ b/components/shopify_developer_app/README.md @@ -57,7 +57,7 @@ Once your database is connected to Pipedream, you'll be able to query the databa ### Retrieve a merchants access token -In an HTTP triggered workflow, you can use a body parameter to reference a shop by it's `myshopify.com` domain, or unique Shop ID. +In an HTTP triggered workflow, you can use a body parameter to reference a shop by its `myshopify.com` domain, or unique Shop ID. Pass the shop ID to your database query step to retrieve the corresponding record of the shop to retrieve the shop's access token. diff --git a/components/short_menu/actions/create-short-link/create-short-link.mjs b/components/short_menu/actions/create-short-link/create-short-link.mjs index 011ec3b428f02..3eeacee0e932e 100644 --- a/components/short_menu/actions/create-short-link/create-short-link.mjs +++ b/components/short_menu/actions/create-short-link/create-short-link.mjs @@ -3,8 +3,8 @@ import shortMenu from "../../short_menu.app.mjs"; export default { key: "short_menu-create-short-link", name: "Create Short Link", - description: "Create a new short link. [See the documentationo](https://docs.shortmenu.com/api-reference/endpoint/create-link)", - version: "0.0.2", + description: "Create a new short link. [See the documentation](https://docs.shortmenu.com/api-reference/endpoint/create-link)", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/short_menu/package.json b/components/short_menu/package.json index 757b67e69ced1..ca12952589e2b 100644 --- a/components/short_menu/package.json +++ b/components/short_menu/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/short_menu", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Short Menu Components", "main": "short_menu.app.mjs", "keywords": [ diff --git a/components/smartsheet/package.json b/components/smartsheet/package.json index 816aa6ed688f1..1a5ea1fb19dea 100644 --- a/components/smartsheet/package.json +++ b/components/smartsheet/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/smartsheet", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Smartsheet Components", "main": "smartsheet.app.mjs", "keywords": [ diff --git a/components/smartsheet/sources/new-row-updated/new-row-updated.mjs b/components/smartsheet/sources/new-row-updated/new-row-updated.mjs index 89f269d7acfcb..4243b9fdc7699 100644 --- a/components/smartsheet/sources/new-row-updated/new-row-updated.mjs +++ b/components/smartsheet/sources/new-row-updated/new-row-updated.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "smartsheet-new-row-updated", name: "New Row Updated (Instant)", - description: "Emit new event when a row is upedated in a sheet.", - version: "0.0.2", + description: "Emit new event when a row is updated in a sheet.", + version: "0.0.3", type: "source", dedupe: "unique", methods: { diff --git a/components/stiply/actions/send-sign-request/send-sign-request.mjs b/components/stiply/actions/send-sign-request/send-sign-request.mjs index bb5dcbbb5ce9c..6611004d06371 100644 --- a/components/stiply/actions/send-sign-request/send-sign-request.mjs +++ b/components/stiply/actions/send-sign-request/send-sign-request.mjs @@ -5,7 +5,7 @@ export default { key: "stiply-send-sign-request", name: "Send Sign Request", description: "Send a sign request to a recipient. [See the documentation](https://app.stiply.nl/api-documentation/v2#tag/sign-requests/operation/SendSignRequest)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -72,7 +72,7 @@ export default { callbackUrl: { type: "string", label: "Callback URL", - description: "An URL to be called by Stiply when the last signer has signed the document. Please note that key={sign_request_key},external_key={external_key} and sign_request_id={sign_request_id} shall be added to the call back url querystring. The URL will be called using a GET request. When the callback responses with an error status code, the callback is retried 12 times using an exponential backoff algoritm.", + description: "An URL to be called by Stiply when the last signer has signed the document. Please note that key={sign_request_key},external_key={external_key} and sign_request_id={sign_request_id} shall be added to the call back url querystring. The URL will be called using a GET request. When the callback responses with an error status code, the callback is retried 12 times using an exponential backoff algorithm.", optional: true, }, }, diff --git a/components/stiply/package.json b/components/stiply/package.json index 9bc8b445d78b3..df2f84022fba9 100644 --- a/components/stiply/package.json +++ b/components/stiply/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/stiply", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Stiply Components", "main": "stiply.app.mjs", "keywords": [ diff --git a/components/sumup/actions/get-merchant-profile/get-merchant-profile.mjs b/components/sumup/actions/get-merchant-profile/get-merchant-profile.mjs index 87b0408439f20..012bbc2ea6a62 100644 --- a/components/sumup/actions/get-merchant-profile/get-merchant-profile.mjs +++ b/components/sumup/actions/get-merchant-profile/get-merchant-profile.mjs @@ -3,8 +3,8 @@ import sumup from "../../sumup.app.mjs"; export default { key: "sumup-get-merchant-profile", name: "Get Merchant Profile", - description: "Retrieves merchant profile data. [See the documenation](https://developer.sumup.com/api/merchant/get-merchant-profile)", - version: "0.0.2", + description: "Retrieves merchant profile data. [See the documentation](https://developer.sumup.com/api/merchant/get-merchant-profile)", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/sumup/actions/list-transactions/list-transactions.mjs b/components/sumup/actions/list-transactions/list-transactions.mjs index 4307397219e82..e105cb31f80c3 100644 --- a/components/sumup/actions/list-transactions/list-transactions.mjs +++ b/components/sumup/actions/list-transactions/list-transactions.mjs @@ -3,8 +3,8 @@ import sumup from "../../sumup.app.mjs"; export default { key: "sumup-list-transactions", name: "List Transactions", - description: "Lists detailed history of all transactions associated with the merchant profile. [See the documenation](https://developer.sumup.com/api/transactions/list-detailed)", - version: "0.0.2", + description: "Lists detailed history of all transactions associated with the merchant profile. [See the documentation](https://developer.sumup.com/api/transactions/list-detailed)", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/sumup/actions/retrieve-dba/retrieve-dba.mjs b/components/sumup/actions/retrieve-dba/retrieve-dba.mjs index a340fe0f0e916..633672c62f16e 100644 --- a/components/sumup/actions/retrieve-dba/retrieve-dba.mjs +++ b/components/sumup/actions/retrieve-dba/retrieve-dba.mjs @@ -3,8 +3,8 @@ import sumup from "../../sumup.app.mjs"; export default { key: "sumup-retrieve-dba", name: "Retrieve DBA", - description: "Retrieves Doing Business As profile. [See the documenation](https://developer.sumup.com/api/merchant/get-doing-business-as)", - version: "0.0.2", + description: "Retrieves Doing Business As profile. [See the documentation](https://developer.sumup.com/api/merchant/get-doing-business-as)", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/sumup/package.json b/components/sumup/package.json index 62a1459ce7b24..96a31e87fae36 100644 --- a/components/sumup/package.json +++ b/components/sumup/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/sumup", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream SumUp Components", "main": "sumup.app.mjs", "keywords": [ diff --git a/components/sumup/sources/new-transaction/new-transaction.mjs b/components/sumup/sources/new-transaction/new-transaction.mjs index b58dac8f19aa7..cb1a204ee02de 100644 --- a/components/sumup/sources/new-transaction/new-transaction.mjs +++ b/components/sumup/sources/new-transaction/new-transaction.mjs @@ -5,8 +5,8 @@ import sampleEmit from "./test-event.mjs"; export default { key: "sumup-new-transaction", name: "New Transaction", - description: "Emit new event when a new transaction is posted in SumUp. [See the documenation](https://developer.sumup.com/api/transactions/list-detailed)", - version: "0.0.1", + description: "Emit new event when a new transaction is posted in SumUp. [See the documentation](https://developer.sumup.com/api/transactions/list-detailed)", + version: "0.0.2", type: "source", dedupe: "unique", props: { diff --git a/components/svix/actions/list-messages/list-messages.mjs b/components/svix/actions/list-messages/list-messages.mjs index 361618630a631..333161c658150 100644 --- a/components/svix/actions/list-messages/list-messages.mjs +++ b/components/svix/actions/list-messages/list-messages.mjs @@ -5,7 +5,7 @@ export default { key: "svix-list-messages", name: "List Messages", description: "List all of the application's messages. [See the docs here](https://api.svix.com/docs#tag/Message/operation/list_messages_api_v1_app__app_id__msg__get)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -33,7 +33,7 @@ export default { limit: { type: "integer", label: "Limit", - description: "The maximum number of messages to retreive", + description: "The maximum number of messages to retrieve", optional: true, default: 50, }, diff --git a/components/svix/package.json b/components/svix/package.json index 3baea26803e52..ed1ae67cb2a81 100644 --- a/components/svix/package.json +++ b/components/svix/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/svix", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Svix Components", "main": "svix.app.mjs", "keywords": [ diff --git a/components/teamioo/actions/create-bookmark/create-bookmark.mjs b/components/teamioo/actions/create-bookmark/create-bookmark.mjs index e0d94a9d729bc..bce53e25e1bc2 100644 --- a/components/teamioo/actions/create-bookmark/create-bookmark.mjs +++ b/components/teamioo/actions/create-bookmark/create-bookmark.mjs @@ -4,7 +4,7 @@ export default { key: "teamioo-create-bookmark", name: "Create Bookmark", description: "Saves a website URL to the bookmarks. The 'url' and 'bookmark_type' are required. 'bookmark_type' can either be 'personal' or 'group'. An optional prop 'title' can be included to give the bookmark a custom name. [See the documentation](https://demo.teamioo.com/teamiooapi)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -31,13 +31,13 @@ export default { title: { type: "string", label: "Title", - description: "Uses bookmared website's title if omitted.", + description: "Uses bookmarked website's title if omitted.", optional: true, }, comment: { type: "string", label: "Comment", - description: "Bookmark comment (markdown supported).", + description: "Bookmark comment (Markdown supported).", optional: true, }, taggedUsers: { diff --git a/components/teamioo/package.json b/components/teamioo/package.json index 14e027fbec3d0..93c949fc33815 100644 --- a/components/teamioo/package.json +++ b/components/teamioo/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/teamioo", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Teamioo Components", "main": "teamioo.app.mjs", "keywords": [ diff --git a/components/todoist/actions/create-filter/create-filter.mjs b/components/todoist/actions/create-filter/create-filter.mjs index 926ffab1f76a6..fbca1b233a83f 100644 --- a/components/todoist/actions/create-filter/create-filter.mjs +++ b/components/todoist/actions/create-filter/create-filter.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-create-filter", name: "Create Filter", description: "Creates a filter. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Filters/Add-a-filter)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/create-label/create-label.mjs b/components/todoist/actions/create-label/create-label.mjs index 633cf59efbcef..6956b94cde36e 100644 --- a/components/todoist/actions/create-label/create-label.mjs +++ b/components/todoist/actions/create-label/create-label.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-create-label", name: "Create Label", description: "Creates a label. [See the documentation](https://developer.todoist.com/api/v1#tag/Labels/operation/create_label_api_v1_labels_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/create-project-comment/create-project-comment.mjs b/components/todoist/actions/create-project-comment/create-project-comment.mjs index c43fad85f6dbb..990afee5107c0 100644 --- a/components/todoist/actions/create-project-comment/create-project-comment.mjs +++ b/components/todoist/actions/create-project-comment/create-project-comment.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-create-project-comment", name: "Create Project Comment", description: "Adds a comment to a project. [See the documentation](https://developer.todoist.com/api/v1#tag/Comments/operation/create_comment_api_v1_comments_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/create-project/create-project.mjs b/components/todoist/actions/create-project/create-project.mjs index 03f025fd7067b..ccfb2078de750 100644 --- a/components/todoist/actions/create-project/create-project.mjs +++ b/components/todoist/actions/create-project/create-project.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-create-project", name: "Create Project", description: "Creates a project. [See the documentation](https://developer.todoist.com/api/v1#tag/Projects/operation/create_project_api_v1_projects_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/create-section/create-section.mjs b/components/todoist/actions/create-section/create-section.mjs index f9ccdfb57771a..2d9dae3cbe9a4 100644 --- a/components/todoist/actions/create-section/create-section.mjs +++ b/components/todoist/actions/create-section/create-section.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-create-section", name: "Create Section", description: "Creates a section. [See the documentation](https://developer.todoist.com/api/v1#tag/Sections/operation/create_section_api_v1_sections_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/create-task-comment/create-task-comment.mjs b/components/todoist/actions/create-task-comment/create-task-comment.mjs index 3459c2ec7fdd4..728daba3eaa27 100644 --- a/components/todoist/actions/create-task-comment/create-task-comment.mjs +++ b/components/todoist/actions/create-task-comment/create-task-comment.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-create-task-comment", name: "Create Task Comment", description: "Adds a comment to a task. [See the documentation](https://developer.todoist.com/api/v1#tag/Comments/operation/create_comment_api_v1_comments_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/create-task/create-task.mjs b/components/todoist/actions/create-task/create-task.mjs index 92f2c1440fa73..6bdcbe107d13d 100644 --- a/components/todoist/actions/create-task/create-task.mjs +++ b/components/todoist/actions/create-task/create-task.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-create-task", name: "Create Task", description: "Creates a task. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/create_task_api_v1_tasks_post)", - version: "0.0.10", + version: "0.0.11", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/delete-comment/delete-comment.mjs b/components/todoist/actions/delete-comment/delete-comment.mjs index 15f431e994340..2c395c8a0e086 100644 --- a/components/todoist/actions/delete-comment/delete-comment.mjs +++ b/components/todoist/actions/delete-comment/delete-comment.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-delete-comment", name: "Delete Comment", description: "Deletes a comment. [See the documentation](https://developer.todoist.com/api/v1#tag/Comments/operation/delete_comment_api_v1_comments__comment_id__delete)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/delete-filter/delete-filter.mjs b/components/todoist/actions/delete-filter/delete-filter.mjs index 2e60acb53ddc7..b46d7180cc624 100644 --- a/components/todoist/actions/delete-filter/delete-filter.mjs +++ b/components/todoist/actions/delete-filter/delete-filter.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-delete-filter", name: "Delete Filter", description: "Deletes a filter. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Filters/Delete-a-filter)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/delete-label/delete-label.mjs b/components/todoist/actions/delete-label/delete-label.mjs index 2c9831ed30ef0..70aed00969973 100644 --- a/components/todoist/actions/delete-label/delete-label.mjs +++ b/components/todoist/actions/delete-label/delete-label.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-delete-label", name: "Delete Label", description: "Deletes a label. [See the documentation](https://developer.todoist.com/api/v1#tag/Labels/operation/delete_label_api_v1_labels__label_id__delete)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/delete-project/delete-project.mjs b/components/todoist/actions/delete-project/delete-project.mjs index 6442063983cea..fba3377ddeeb1 100644 --- a/components/todoist/actions/delete-project/delete-project.mjs +++ b/components/todoist/actions/delete-project/delete-project.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-delete-project", name: "Delete Project", description: "Deletes a project. [See the documentation](https://developer.todoist.com/api/v1#tag/Projects/operation/delete_project_api_v1_projects__project_id__delete)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/delete-section/delete-section.mjs b/components/todoist/actions/delete-section/delete-section.mjs index 42577a96edec3..07edc39284ee2 100644 --- a/components/todoist/actions/delete-section/delete-section.mjs +++ b/components/todoist/actions/delete-section/delete-section.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-delete-section", name: "Delete Section", description: "Deletes a section. [See the documentation](https://developer.todoist.com/api/v1#tag/Sections/operation/delete_section_api_v1_sections__section_id__delete)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/delete-task/delete-task.mjs b/components/todoist/actions/delete-task/delete-task.mjs index efb4fce8b2c45..bd0aa399afb66 100644 --- a/components/todoist/actions/delete-task/delete-task.mjs +++ b/components/todoist/actions/delete-task/delete-task.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-delete-task", name: "Delete Task", description: "Deletes a task. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/delete_task_api_v1_tasks__task_id__delete)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/export-tasks/export-tasks.mjs b/components/todoist/actions/export-tasks/export-tasks.mjs index f4efa30a0a3ca..593c4139e6ac6 100644 --- a/components/todoist/actions/export-tasks/export-tasks.mjs +++ b/components/todoist/actions/export-tasks/export-tasks.mjs @@ -7,7 +7,7 @@ export default { key: "todoist-export-tasks", name: "Export Tasks", description: "Export project task names as comma separated file. Returns path to new file. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/get_tasks_api_v1_tasks_get)", - version: "0.1.6", + version: "0.1.7", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/find-project/find-project.mjs b/components/todoist/actions/find-project/find-project.mjs index 82a01d229b002..d90ba98366108 100644 --- a/components/todoist/actions/find-project/find-project.mjs +++ b/components/todoist/actions/find-project/find-project.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-find-project", name: "Find Project", description: "Finds a project (by name/title). [See the documentation](https://developer.todoist.com/api/v1#tag/Projects/operation/get_projects_api_v1_projects_get) Optionally, create one if none are found. [See the documentation](https://developer.todoist.com/api/v1#tag/Projects/operation/create_project_api_v1_projects_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/find-task/find-task.mjs b/components/todoist/actions/find-task/find-task.mjs index 3695ed3706e73..f9e6ebdea4fec 100644 --- a/components/todoist/actions/find-task/find-task.mjs +++ b/components/todoist/actions/find-task/find-task.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-find-task", name: "Find Task", description: "Finds a task by name. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/get_tasks_api_v1_tasks_get) Optionally, create one if none are found. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/create_task_api_v1_tasks_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/find-user/find-user.mjs b/components/todoist/actions/find-user/find-user.mjs index 6f1a331d3a074..bdcbb9cb5c34e 100644 --- a/components/todoist/actions/find-user/find-user.mjs +++ b/components/todoist/actions/find-user/find-user.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-find-user", name: "Find User", description: "Searches by email for a user who is connected/shared with your account. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/get-label/get-label.mjs b/components/todoist/actions/get-label/get-label.mjs index 8e60ade78ecd7..176241a338c41 100644 --- a/components/todoist/actions/get-label/get-label.mjs +++ b/components/todoist/actions/get-label/get-label.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-get-label", name: "Get Label", description: "Returns info about a label. [See the documentation](https://developer.todoist.com/api/v1#tag/Labels/operation/get_label_api_v1_labels__label_id__get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/get-project-comment/get-project-comment.mjs b/components/todoist/actions/get-project-comment/get-project-comment.mjs index 8d896c7911f68..5a97a3d79e0b5 100644 --- a/components/todoist/actions/get-project-comment/get-project-comment.mjs +++ b/components/todoist/actions/get-project-comment/get-project-comment.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-get-project-comment", name: "Get Project Comment", description: "Returns info about a project comment. [See the documentation](https://developer.todoist.com/api/v1#tag/Comments/operation/get_comment_api_v1_comments__comment_id__get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/get-project/get-project.mjs b/components/todoist/actions/get-project/get-project.mjs index b4e4beb011720..8f2d05817b87e 100644 --- a/components/todoist/actions/get-project/get-project.mjs +++ b/components/todoist/actions/get-project/get-project.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-get-project", name: "Get Project", description: "Returns info about a project. [See the documentation](https://developer.todoist.com/api/v1#tag/Projects/operation/get_project_api_v1_projects__project_id__get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/get-section/get-section.mjs b/components/todoist/actions/get-section/get-section.mjs index 7863b05ea6c88..baee805696096 100644 --- a/components/todoist/actions/get-section/get-section.mjs +++ b/components/todoist/actions/get-section/get-section.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-get-section", name: "Get Section", description: "Returns info about a section. [See the documentation](https://developer.todoist.com/api/v1#tag/Sections/operation/get_section_api_v1_sections__section_id__get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/get-task-comment/get-task-comment.mjs b/components/todoist/actions/get-task-comment/get-task-comment.mjs index ba10e09f3b0ea..a3e75c5c7d6cc 100644 --- a/components/todoist/actions/get-task-comment/get-task-comment.mjs +++ b/components/todoist/actions/get-task-comment/get-task-comment.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-get-task-comment", name: "Get Task Comment", description: "Returns info about a task comment. [See the documentation](https://developer.todoist.com/api/v1#tag/Comments/operation/get_comment_api_v1_comments__comment_id__get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/get-task/get-task.mjs b/components/todoist/actions/get-task/get-task.mjs index 2c50caf0c8950..a5d10bd28ff0f 100644 --- a/components/todoist/actions/get-task/get-task.mjs +++ b/components/todoist/actions/get-task/get-task.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-get-task", name: "Get Task", description: "Returns info about a task. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/get_task_api_v1_tasks__task_id__get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/import-tasks/import-tasks.mjs b/components/todoist/actions/import-tasks/import-tasks.mjs index 264bc4fc27fc0..392bfb9ff36ad 100644 --- a/components/todoist/actions/import-tasks/import-tasks.mjs +++ b/components/todoist/actions/import-tasks/import-tasks.mjs @@ -6,7 +6,7 @@ export default { key: "todoist-import-tasks", name: "Import Tasks", description: "Import tasks into a selected project. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/create_task_api_v1_tasks_post)", - version: "0.1.6", + version: "0.1.7", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/invite-user-to-project/invite-user-to-project.mjs b/components/todoist/actions/invite-user-to-project/invite-user-to-project.mjs index 41706b54de57b..636da1e94da83 100644 --- a/components/todoist/actions/invite-user-to-project/invite-user-to-project.mjs +++ b/components/todoist/actions/invite-user-to-project/invite-user-to-project.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-invite-user-to-project", name: "Invite User To Project", description: "Sends email to a person, inviting them to use one of your projects. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Sharing/Share-a-project)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/list-filters/list-filters.mjs b/components/todoist/actions/list-filters/list-filters.mjs index 7add9d1cf0148..1abdd5db0883f 100644 --- a/components/todoist/actions/list-filters/list-filters.mjs +++ b/components/todoist/actions/list-filters/list-filters.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-list-filters", name: "List Filters", description: "Returns a list of all filters. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/list-labels/list-labels.mjs b/components/todoist/actions/list-labels/list-labels.mjs index 7aab661476b1c..869fe5c79ded1 100644 --- a/components/todoist/actions/list-labels/list-labels.mjs +++ b/components/todoist/actions/list-labels/list-labels.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-list-labels", name: "List Labels", description: "Returns a list of all labels. [See the documentation](https://developer.todoist.com/api/v1#tag/Labels/operation/get_labels_api_v1_labels_get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/list-project-comments/list-project-comments.mjs b/components/todoist/actions/list-project-comments/list-project-comments.mjs index 67aa785d1d458..cfc481b281bdb 100644 --- a/components/todoist/actions/list-project-comments/list-project-comments.mjs +++ b/components/todoist/actions/list-project-comments/list-project-comments.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-list-project-comments", name: "List Project Comments", description: "Returns a list of comments for a project. [See the documentation](https://developer.todoist.com/api/v1#tag/Comments/operation/get_comments_api_v1_comments_get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/list-projects/list-projects.mjs b/components/todoist/actions/list-projects/list-projects.mjs index 8e441c998cf11..4a6fafa4c3763 100644 --- a/components/todoist/actions/list-projects/list-projects.mjs +++ b/components/todoist/actions/list-projects/list-projects.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-list-projects", name: "List Projects", description: "Returns a list of all projects. [See the documentation](https://developer.todoist.com/api/v1#tag/Projects/operation/get_projects_api_v1_projects_get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/list-sections/list-sections.mjs b/components/todoist/actions/list-sections/list-sections.mjs index 5c217c140db81..b329ad4b642f2 100644 --- a/components/todoist/actions/list-sections/list-sections.mjs +++ b/components/todoist/actions/list-sections/list-sections.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-list-sections", name: "List Sections", description: "Returns a list of all sections. [See the documentation](https://developer.todoist.com/api/v1#tag/Sections/operation/get_sections_api_v1_sections_get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/list-task-comments/list-task-comments.mjs b/components/todoist/actions/list-task-comments/list-task-comments.mjs index 62612275c2dd6..26a6329f7b5af 100644 --- a/components/todoist/actions/list-task-comments/list-task-comments.mjs +++ b/components/todoist/actions/list-task-comments/list-task-comments.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-list-task-comments", name: "List Task Comments", description: "Returns a list of comments for a task. [See the documentation](https://developer.todoist.com/api/v1#tag/Comments/operation/get_comments_api_v1_comments_get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/list-uncompleted-tasks/list-uncompleted-tasks.mjs b/components/todoist/actions/list-uncompleted-tasks/list-uncompleted-tasks.mjs index fe7a09e7a4666..7aed63ee22016 100644 --- a/components/todoist/actions/list-uncompleted-tasks/list-uncompleted-tasks.mjs +++ b/components/todoist/actions/list-uncompleted-tasks/list-uncompleted-tasks.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-list-uncompleted-tasks", name: "List Uncompleted Tasks", description: "Returns a list of uncompleted tasks by project, section, and/or label. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/get_tasks_api_v1_tasks_get)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/mark-task-completed/mark-task-completed.mjs b/components/todoist/actions/mark-task-completed/mark-task-completed.mjs index 9d4e2d9ff8428..683fbb12cc4f7 100644 --- a/components/todoist/actions/mark-task-completed/mark-task-completed.mjs +++ b/components/todoist/actions/mark-task-completed/mark-task-completed.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-mark-task-completed", name: "Mark Task as Completed", description: "Marks a task as being completed. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/close_task_api_v1_tasks__task_id__close_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/move-task-to-section/move-task-to-section.mjs b/components/todoist/actions/move-task-to-section/move-task-to-section.mjs index 41de75479f239..49e4563b1be4e 100644 --- a/components/todoist/actions/move-task-to-section/move-task-to-section.mjs +++ b/components/todoist/actions/move-task-to-section/move-task-to-section.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-move-task-to-section", name: "Move Task To Section", description: "Move a Task to a different section within the same project. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/move_task_api_v1_tasks__task_id__move_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/search-tasks/search-tasks.mjs b/components/todoist/actions/search-tasks/search-tasks.mjs index ca9ed5a5645a1..79501cac84eb5 100644 --- a/components/todoist/actions/search-tasks/search-tasks.mjs +++ b/components/todoist/actions/search-tasks/search-tasks.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-search-tasks", name: "Search Tasks", description: "Search tasks by name, label, project and/or section. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/get_tasks_api_v1_tasks_get)", - version: "0.0.7", + version: "0.0.8", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/uncomplete-task/uncomplete-task.mjs b/components/todoist/actions/uncomplete-task/uncomplete-task.mjs index bb7e794c17c16..d8171194e2675 100644 --- a/components/todoist/actions/uncomplete-task/uncomplete-task.mjs +++ b/components/todoist/actions/uncomplete-task/uncomplete-task.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-uncomplete-task", name: "Uncomplete Task", description: "Uncompletes a task. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/reopen_task_api_v1_tasks__task_id__reopen_post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/todoist/actions/update-comment/update-comment.mjs b/components/todoist/actions/update-comment/update-comment.mjs index f4c81aacd81ef..b17b3a58d002b 100644 --- a/components/todoist/actions/update-comment/update-comment.mjs +++ b/components/todoist/actions/update-comment/update-comment.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-update-comment", name: "Update Comment", description: "Updates a comment. [See the documentation](https://developer.todoist.com/api/v1#tag/Comments/operation/update_comment_api_v1_comments__comment_id__post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/update-filter/update-filter.mjs b/components/todoist/actions/update-filter/update-filter.mjs index d623dae289534..b10c99802c195 100644 --- a/components/todoist/actions/update-filter/update-filter.mjs +++ b/components/todoist/actions/update-filter/update-filter.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-update-filter", name: "Update Filter", description: "Updates a filter. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Filters/Update-a-filter)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/update-label/update-label.mjs b/components/todoist/actions/update-label/update-label.mjs index 746a13488cf07..3274dc922c068 100644 --- a/components/todoist/actions/update-label/update-label.mjs +++ b/components/todoist/actions/update-label/update-label.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-update-label", name: "Update Label", description: "Updates a label. [See the documentation](https://developer.todoist.com/api/v1#tag/Labels/operation/update_label_api_v1_labels__label_id__post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/update-project/update-project.mjs b/components/todoist/actions/update-project/update-project.mjs index 826f37a3901df..237554b9a41e7 100644 --- a/components/todoist/actions/update-project/update-project.mjs +++ b/components/todoist/actions/update-project/update-project.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-update-project", name: "Update Project", description: "Updates a project. [See the documentation](https://developer.todoist.com/api/v1#tag/Projects/operation/update_project_api_v1_projects__project_id__post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/update-section/update-section.mjs b/components/todoist/actions/update-section/update-section.mjs index 190115a5d5e44..5f5351ff1a850 100644 --- a/components/todoist/actions/update-section/update-section.mjs +++ b/components/todoist/actions/update-section/update-section.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-update-section", name: "Update Section", description: "Updates a section. [See the documentation](https://developer.todoist.com/api/v1#tag/Sections/operation/update_section_api_v1_sections__section_id__post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/actions/update-task/update-task.mjs b/components/todoist/actions/update-task/update-task.mjs index 5cd6df89d0fb0..1206a20b0e16d 100644 --- a/components/todoist/actions/update-task/update-task.mjs +++ b/components/todoist/actions/update-task/update-task.mjs @@ -4,7 +4,7 @@ export default { key: "todoist-update-task", name: "Update Task", description: "Updates a task. [See the documentation](https://developer.todoist.com/api/v1#tag/Tasks/operation/update_task_api_v1_tasks__task_id__post)", - version: "0.0.8", + version: "0.0.9", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/todoist/package.json b/components/todoist/package.json index 93162bf9c5da7..c756e79926b34 100644 --- a/components/todoist/package.json +++ b/components/todoist/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/todoist", - "version": "0.3.3", + "version": "0.3.4", "description": "Pipedream Todoist Components", "main": "todoist.app.mjs", "keywords": [ diff --git a/components/todoist/sources/completed-task/completed-task.mjs b/components/todoist/sources/completed-task/completed-task.mjs index bc4a3af35fbf5..6276332217de7 100644 --- a/components/todoist/sources/completed-task/completed-task.mjs +++ b/components/todoist/sources/completed-task/completed-task.mjs @@ -5,7 +5,7 @@ export default { key: "todoist-completed-task", name: "New Completed Task", description: "Emit new event for each completed task. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "1.0.4", + version: "1.0.5", type: "source", dedupe: "unique", methods: { diff --git a/components/todoist/sources/incomplete-task/incomplete-task.mjs b/components/todoist/sources/incomplete-task/incomplete-task.mjs index 506e0fe3a45bf..563b0c3f09d42 100644 --- a/components/todoist/sources/incomplete-task/incomplete-task.mjs +++ b/components/todoist/sources/incomplete-task/incomplete-task.mjs @@ -5,7 +5,7 @@ export default { key: "todoist-incomplete-task", name: "New Incomplete Task", description: "Emit new event for each new incomplete task. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.1.4", + version: "0.1.5", type: "source", dedupe: "unique", props: { diff --git a/components/todoist/sources/new-or-modified-project/new-or-modified-project.mjs b/components/todoist/sources/new-or-modified-project/new-or-modified-project.mjs index dc530667838c9..7b3b57774f60d 100644 --- a/components/todoist/sources/new-or-modified-project/new-or-modified-project.mjs +++ b/components/todoist/sources/new-or-modified-project/new-or-modified-project.mjs @@ -5,6 +5,6 @@ export default { key: "todoist-new-or-modified-project", name: "New or Modified Project", description: "Emit new event for each new or modified project. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.0.10", + version: "0.0.11", type: "source", }; diff --git a/components/todoist/sources/new-or-modified-task/new-or-modified-task.mjs b/components/todoist/sources/new-or-modified-task/new-or-modified-task.mjs index 8b22729d4e3e9..8c24810024805 100644 --- a/components/todoist/sources/new-or-modified-task/new-or-modified-task.mjs +++ b/components/todoist/sources/new-or-modified-task/new-or-modified-task.mjs @@ -5,6 +5,6 @@ export default { key: "todoist-new-or-modified-task", name: "New or Modified Task", description: "Emit new event for each new or modified task. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.0.10", + version: "0.0.11", type: "source", }; diff --git a/components/todoist/sources/new-project/new-project.mjs b/components/todoist/sources/new-project/new-project.mjs index 9c025775ad06c..b75b02013771c 100644 --- a/components/todoist/sources/new-project/new-project.mjs +++ b/components/todoist/sources/new-project/new-project.mjs @@ -5,7 +5,7 @@ export default { key: "todoist-new-project", name: "New Project", description: "Emit new event for each new project. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.0.10", + version: "0.0.11", type: "source", dedupe: "greatest", }; diff --git a/components/todoist/sources/new-section/new-section.mjs b/components/todoist/sources/new-section/new-section.mjs index f6ac8995c308c..dffc668d51b69 100644 --- a/components/todoist/sources/new-section/new-section.mjs +++ b/components/todoist/sources/new-section/new-section.mjs @@ -5,7 +5,7 @@ export default { key: "todoist-new-section", name: "New Section", description: "Emit new event for each new section added. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.0.10", + version: "0.0.11", type: "source", dedupe: "greatest", methods: { diff --git a/components/todoist/sources/new-task/new-task.mjs b/components/todoist/sources/new-task/new-task.mjs index 4ffad53e8fa5c..1f5fc30d83227 100644 --- a/components/todoist/sources/new-task/new-task.mjs +++ b/components/todoist/sources/new-task/new-task.mjs @@ -5,7 +5,7 @@ export default { key: "todoist-new-task", name: "New Task", description: "Emit new event for each new task. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.0.10", + version: "0.0.11", type: "source", dedupe: "greatest", }; diff --git a/components/todoist/sources/sync-resources/sync-resources.mjs b/components/todoist/sources/sync-resources/sync-resources.mjs index 317abd63e310e..07cd4910d88c3 100644 --- a/components/todoist/sources/sync-resources/sync-resources.mjs +++ b/components/todoist/sources/sync-resources/sync-resources.mjs @@ -5,7 +5,7 @@ export default { key: "todoist-sync-resources", name: "New Sync Resources", description: "Emit new updates for your selected resources. [See the documentation](https://developer.todoist.com/api/v1#tag/Sync/Overview/Read-resources)", - version: "0.0.10", + version: "0.0.11", type: "source", props: { ...common.props, diff --git a/components/todoist/todoist.app.mjs b/components/todoist/todoist.app.mjs index 8f2d20b89d7df..99b3f2794fe54 100644 --- a/components/todoist/todoist.app.mjs +++ b/components/todoist/todoist.app.mjs @@ -344,7 +344,7 @@ export default { db.set("syncToken", syncToken); }, /** - * Check whether an array of project IDs contains the given proejct ID. This method is + * Check whether an array of project IDs contains the given project ID. This method is * used in multiple sources to validate if an event matches the selection in the project filter. * @params {Integer} project_id - The ID for a Todoist project * @params {Array} selectedProjectIds - An array of Todoist project IDs @@ -410,7 +410,7 @@ export default { * Get project by ID or get all projects if no ID specified * @params {Object} opts - An object representing configuration options for this method * @params {Integer} [opts.id = ""] - A project ID - * @returns {Obect|Array} A project object related to the given ID or all user projects + * @returns {Object|Array} A project object related to the given ID or all user projects * if no ID specified */ async getProjects(opts) { @@ -878,7 +878,7 @@ export default { /** * Moves tasks to new parent_id, section_id, or project_id * @params {Object} opts - An object representing configuration options for this method - * @retursn {Object} - An array of responses, one per batch of tasks + * @returns {Object} - An array of responses, one per batch of tasks */ async moveTasks(opts) { const { diff --git a/components/wordpress_com/actions/upload-media/upload-media.mjs b/components/wordpress_com/actions/upload-media/upload-media.mjs index e070e7bc370b7..bc368a11e1b2e 100644 --- a/components/wordpress_com/actions/upload-media/upload-media.mjs +++ b/components/wordpress_com/actions/upload-media/upload-media.mjs @@ -5,7 +5,7 @@ export default { key: "wordpress_com-upload-media", name: "Upload Media", description: "Uploads a media file from a URL to the specified WordPress.com site. [See the documentation](https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/media/new/)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/wordpress_com/common/utils.mjs b/components/wordpress_com/common/utils.mjs index 7e2f9898ac5ad..16195809d37e5 100644 --- a/components/wordpress_com/common/utils.mjs +++ b/components/wordpress_com/common/utils.mjs @@ -15,7 +15,7 @@ export async function prepareMediaUpload(mediaUrl, fields = {}) { // Extract the filename from the URL (e.g., "mypicture.jpg") const filename = basename(new URL(mediaUrl).pathname || "upload.jpg"); - // Fetch the media as a stream and it's content type + // Fetch the media as a stream and its content type const { stream, contentType, } = await fetchStreamWithHeaders(mediaUrl); @@ -38,7 +38,7 @@ export async function prepareMediaUpload(mediaUrl, fields = {}) { }; /** - * Fetches a remote media file as a readable stream, including it's content type. + * Fetches a remote media file as a readable stream, including its content type. * Sends a basic GET request while mimicking a browser to avoid blocks from some servers.*/ function fetchStreamWithHeaders(url) { return new Promise((resolve, reject) => { diff --git a/components/wordpress_com/package.json b/components/wordpress_com/package.json index f9ef7d7387d3e..f6ba405e34d57 100644 --- a/components/wordpress_com/package.json +++ b/components/wordpress_com/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/wordpress_com", - "version": "0.7.2", + "version": "0.7.3", "description": "Pipedream wordpress_com Components", "main": "wordpress_com.app.mjs", "keywords": [ diff --git a/components/xero_accounting_api/actions/xero-accounting-create-or-update-contact/xero-accounting-create-or-update-contact.mjs b/components/xero_accounting_api/actions/xero-accounting-create-or-update-contact/xero-accounting-create-or-update-contact.mjs index 90e32cbc5bdbc..a4b55c0f21905 100644 --- a/components/xero_accounting_api/actions/xero-accounting-create-or-update-contact/xero-accounting-create-or-update-contact.mjs +++ b/components/xero_accounting_api/actions/xero-accounting-create-or-update-contact/xero-accounting-create-or-update-contact.mjs @@ -5,7 +5,7 @@ export default { key: "xero_accounting_api-xero-accounting-create-or-update-contact", name: "Create or Update Contact", description: "Creates a new contact or updates if the contact exists.", - version: "0.1.4", + version: "0.1.5", annotations: { destructiveHint: true, openWorldHint: true, @@ -155,7 +155,7 @@ export default { description: "The default sales [account code](https://developer.xero.com/documentation/api/accounts) for contacts", optional: true, }, - puchasesDefaultAccountCode: { + purchasesDefaultAccountCode: { label: "Purchases Default Account Code", type: "string", description: "The default purchases [account code](https://developer.xero.com/documentation/api/accounts) for contacts", @@ -167,7 +167,7 @@ export default { description: "The default sales [tracking categories](https://developer.xero.com/documentation/api/tracking-categories/) for contacts", optional: true, }, - puechasesTrackingCategories: { + purchasesTrackingCategories: { label: "Purchases Tracking Categories", type: "string", description: "The default purchases [tracking categories](https://developer.xero.com/documentation/api/tracking-categories/) for contacts", @@ -242,9 +242,9 @@ export default { DefaultCurrency: this.defaultCurrency, XeroNetworkKey: this.xeroNetworkKey, SalesDefaultAccountCode: this.salesDefaultAccountCode, - PurchasesDefaultAccountCode: this.puchasesDefaultAccountCode, + PurchasesDefaultAccountCode: this.purchasesDefaultAccountCode, SalesTrackingCategories: this.salesTrackingCategories, - PurchasesTrackingCategories: this.puechasesTrackingCategories, + PurchasesTrackingCategories: this.purchasesTrackingCategories, TrackingCategoryName: this.trackingCategoryName, TrackingOptionName: this.trackingOptionName, PaymentTerms: { diff --git a/components/xero_accounting_api/actions/xero-accounting-update-contact/xero-accounting-update-contact.mjs b/components/xero_accounting_api/actions/xero-accounting-update-contact/xero-accounting-update-contact.mjs index af530af5bc7e6..c16f26a07f413 100644 --- a/components/xero_accounting_api/actions/xero-accounting-update-contact/xero-accounting-update-contact.mjs +++ b/components/xero_accounting_api/actions/xero-accounting-update-contact/xero-accounting-update-contact.mjs @@ -6,7 +6,7 @@ export default { key: "xero_accounting_api-xero-accounting-update-contact", name: "Update Contact", description: "Updates a contact given its identifier.", - version: "0.1.4", + version: "0.1.5", annotations: { destructiveHint: true, openWorldHint: true, @@ -156,7 +156,7 @@ export default { description: "The default sales [account code](https://developer.xero.com/documentation/api/accounts) for contacts", optional: true, }, - puchasesDefaultAccountCode: { + purchasesDefaultAccountCode: { label: "Purchases Default Account Code", type: "string", description: "The default purchases [account code](https://developer.xero.com/documentation/api/accounts) for contacts", @@ -168,7 +168,7 @@ export default { description: "The default sales [tracking categories](https://developer.xero.com/documentation/api/tracking-categories/) for contacts", optional: true, }, - puechasesTrackingCategories: { + purchasesTrackingCategories: { label: "Purchases Tracking Categories", type: "string", description: "The default purchases [tracking categories](https://developer.xero.com/documentation/api/tracking-categories/) for contacts", @@ -248,9 +248,9 @@ export default { DefaultCurrency: this.defaultCurrency, XeroNetworkKey: this.xeroNetworkKey, SalesDefaultAccountCode: this.salesDefaultAccountCode, - PurchasesDefaultAccountCode: this.puchasesDefaultAccountCode, + PurchasesDefaultAccountCode: this.purchasesDefaultAccountCode, SalesTrackingCategories: this.salesTrackingCategories, - PurchasesTrackingCategories: this.puechasesTrackingCategories, + PurchasesTrackingCategories: this.purchasesTrackingCategories, TrackingCategoryName: this.trackingCategoryName, TrackingOptionName: this.trackingOptionName, PaymentTerms: { diff --git a/components/xero_accounting_api/package.json b/components/xero_accounting_api/package.json index b1b3e317127f3..b549718a175e1 100644 --- a/components/xero_accounting_api/package.json +++ b/components/xero_accounting_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/xero_accounting_api", - "version": "0.5.1", + "version": "0.5.2", "description": "Pipedream Xero Components", "main": "xero_accounting_api.app.mjs", "keywords": [ diff --git a/packages/browsers/package.json b/packages/browsers/package.json index 261411bd84e59..795a02c0b8bfc 100644 --- a/packages/browsers/package.json +++ b/packages/browsers/package.json @@ -1,7 +1,7 @@ { "name": "@pipedream/browsers", "version": "1.0.3", - "description": "For using Puppeteer or Playwright in Pipedream Node.js Code Steps. Includes the prebuilt binaries and specific versions for compatiblity with Pipedream.", + "description": "For using Puppeteer or Playwright in Pipedream Node.js Code Steps. Includes the prebuilt binaries and specific versions for compatability with Pipedream.", "main": "index.mjs", "scripts": { "test": "node test.mjs" diff --git a/packages/connect-react/src/components/Label.tsx b/packages/connect-react/src/components/Label.tsx index 5a433bfc15aa4..1688e9b4aeb04 100644 --- a/packages/connect-react/src/components/Label.tsx +++ b/packages/connect-react/src/components/Label.tsx @@ -28,7 +28,7 @@ export function Label(p lineHeight: "1.5", }; - // XXX have to fix typing in customization (and elsewere really) + // XXX have to fix typing in customization (and elsewhere really) return ( // eslint-disable-next-line @typescript-eslint/no-explicit-any diff --git a/packages/sdk/CONTRIBUTING.md b/packages/sdk/CONTRIBUTING.md index db2171db77866..3791db8d51bee 100644 --- a/packages/sdk/CONTRIBUTING.md +++ b/packages/sdk/CONTRIBUTING.md @@ -73,7 +73,7 @@ asdf install pnpm install @pipedream/sdk ``` -Then, link the SDK package to it's local path: +Then, link the SDK package to its local path: ```shell pnpm link @pipedream/sdk diff --git a/packages/sdk/README.md b/packages/sdk/README.md index 5243280c681bc..91cc5f3b35027 100644 --- a/packages/sdk/README.md +++ b/packages/sdk/README.md @@ -2,7 +2,10 @@ > **This package (v1.x) is deprecated and only receives critical security patches.** > -> **Please upgrade to @pipedream/sdk v2.x or later.** The latest SDK code lives in the [pipedream-sdk-typescript](https://github.com/PipedreamHQ/pipedream-sdk-typescript) repository. +> **Please upgrade to @pipedream/sdk v2.x or later.** +The latest SDK code lives in +[this](https://github.com/PipedreamHQ/pipedream-sdk-typescript) +repository. --- diff --git a/scripts/gitpod_api_wizard.sh b/scripts/gitpod_api_wizard.sh index 77f3578512d4f..080f4fdf34916 100755 --- a/scripts/gitpod_api_wizard.sh +++ b/scripts/gitpod_api_wizard.sh @@ -34,8 +34,8 @@ function main() { } log info "Writing API_KEY to current workspace($GITPOD_WORKSPACE_ID) filesystem"; write_api_key "$api_key"; - printf '\n\n>> %s' "API key setup complete! Press any key to contine ..." && read; + printf '\n\n>> %s' "API key setup complete! Press any key to continue ..." && read; exit 0; } fi } && main # Doesn't take any argument -# To test for development: gp env -u PD_API_KEY; bash setup.sh \ No newline at end of file +# To test for development: gp env -u PD_API_KEY; bash setup.sh diff --git a/types/tsconfig.json b/types/tsconfig.json index a66644eeb6ace..eaa02d34ea07f 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -6,7 +6,7 @@ "outDir": "./dist", /* Specify an output folder for all emitted files. */ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ - "noImplicitAny": true, /* Enable error reporting when a type hasn't been explicity specified. */ + "noImplicitAny": true, /* Enable error reporting when a type hasn't been explicitly specified. */ "noImplicitThis": true, /* Enable error reporting when `this` is given the type `any`. */ "lib": ["es6"], "strictFunctionTypes": true,